![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
Go to the source code of this file.
Macros | |
#define | DCDC_TARGET_VOLTAGE_1V 1000 |
#define | DCDC_TARGET_VOLTAGE_1P15V 1150 |
#define | DCDC_TARGET_VOLTAGE DCDC_TARGET_VOLTAGE_1P15V |
Functions | |
void | BOARD_InitBootClocks (void) |
This function executes default configuration of clocks. More... | |
uint32_t | dcdc_get_target_voltage () |
void | dcdc_trim_target_1p0 (uint32_t target_voltage) |
void | BOARD_BootClockRUN (void) |
This function executes configuration of clocks. More... | |
Variables | |
uint32_t | SystemCoreClock |
#define DCDC_TARGET_VOLTAGE DCDC_TARGET_VOLTAGE_1P15V |
Definition at line 46 of file clock_config.c.
Referenced by BOARD_BootClockRUN().
#define DCDC_TARGET_VOLTAGE_1P15V 1150 |
Definition at line 43 of file clock_config.c.
#define DCDC_TARGET_VOLTAGE_1V 1000 |
Definition at line 41 of file clock_config.c.
void BOARD_BootClockRUN | ( | void | ) |
This function executes configuration of clocks.
This function executes configuration of clocks.
void |
Definition at line 87 of file clock_config.c.
References armPllConfig, DCDC_TARGET_VOLTAGE, dcdc_trim_target_1p0(), mcgConfig_BOARD_BootClockRUN, oscConfig_BOARD_BootClockRUN, sysPllConfig, and SystemCoreClock.
void BOARD_InitBootClocks | ( | void | ) |
This function executes default configuration of clocks.
Definition at line 25 of file clock_config.c.
References BOARD_BootClockFROHF96M(), and BOARD_BootClockRUN().
uint32_t dcdc_get_target_voltage | ( | ) |
Definition at line 57 of file clock_config.c.
void dcdc_trim_target_1p0 | ( | uint32_t | target_voltage | ) |
Definition at line 67 of file clock_config.c.
Referenced by BOARD_BootClockRUN().
uint32_t SystemCoreClock |