no-OS
platform_init.h
Go to the documentation of this file.
1 /***************************************************************************/
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. */
39 int32_t platform_init();
40 
41 #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:44
platform_init
int32_t platform_init(void)
Initialize the power controller and set the core and peripherals clock divider.
Definition: platform_init.c:44