InES Hardware Abstraction Layer
|
Interface of module system_ctboard. More...
#include "platform_ctboard.h"
#include "hal_gpio.h"
#include "hal_fmc.h"
#include "hal_pwr.h"
#include "hal_rcc.h"
Go to the source code of this file.
Functions | |
void | system_enter_run (void) |
Enters into run mode. Initializes all necessary peripherals for running the ct board: More... | |
void | system_enter_sleep (hal_pwr_lp_entry_t entry) |
Enter the sleep mode. More... | |
void | system_enter_stop (hal_pwr_regulator_t regulator, hal_pwr_lp_entry_t entry) |
Enter the stop mode. More... | |
void | system_enter_standby (void) |
Enter the standby mode. | |
Interface of module system_ctboard.
void system_enter_run | ( | void | ) |
Enters into run mode. Initializes all necessary peripherals for running the ct board:
void system_enter_sleep | ( | hal_pwr_lp_entry_t | entry | ) |
Enter the sleep mode.
entry | : Should the stop mode be entered with WFI or WFE. |
void system_enter_stop | ( | hal_pwr_regulator_t | regulator, |
hal_pwr_lp_entry_t | entry | ||
) |
Enter the stop mode.
regulator | : Specifies the voltage regulator used in stop mode. |
entry | : Should the stop mode be entered with WFI or WFE. |