17 #ifndef _SYSTEM_CTBOARD_H 18 #define _SYSTEM_CTBOARD_H 24 #include "m4\platform_ctboard.h" 27 #include "platform_ctboard.h" Interface of module hal_rcc.
Interface of module hal_gpio.
void system_enter_run(void)
Enters into run mode. Initializes all necessary peripherals for running the ct board:
void system_enter_stop(hal_pwr_regulator_t regulator, hal_pwr_lp_entry_t entry)
Enter the stop mode.
void system_enter_standby(void)
Enter the standby mode.
hal_pwr_lp_entry_t
Defines the method used to enter/leave the low power modes.
Definition: hal_pwr.h:43
void system_enter_sleep(hal_pwr_lp_entry_t entry)
Enter the sleep mode.
hal_pwr_regulator_t
Defines the available voltage regulators.
Definition: hal_pwr.h:34
Interface of module hal_pwr.
Interface of module hal_fmc.