no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
platform_init.h
Go to the documentation of this file.
1/***************************************************************************/
33
34#ifndef PLATFORM_INIT_H_
35#define PLATFORM_INIT_H_
36
37/* Initialize the power controller and set the core and peripherals clock
38 * divider. */
39int32_t platform_init();
40
41#endif /* PLATFORM_INIT_H_ */
int32_t platform_init()
Initialize the power controller and set the core and peripherals clock divider.
Definition platform_init.c:44