no-OS
platform_init.h
Go to the documentation of this file.
1 /***************************************************************************/
40 #ifndef PLATFORM_INIT_H_
41 #define PLATFORM_INIT_H_
42 
43 /* Initialize the power controller and set the core and peripherals clock
44  * divider. */
45 int32_t platform_init();
46 
47 #endif /* PLATFORM_INIT_H_ */
no_os_error.h
Error codes definition.
platform_init
int32_t platform_init()
Initialize the power controller and set the core and peripherals clock divider.
Definition: platform_init.c:50
platform_init
int32_t platform_init(void)
Initialize the power controller and set the core and peripherals clock divider.
Definition: platform_init.c:50