Variables | |
uint32_t | SystemCoreClock |
Holds the SlowClk (Cortex-M0+) or FastClk (Cortex-M4) system core clock, which is the system clock frequency supplied to the SysTick timer and the processor core clock. More... | |
uint32_t | cy_BleEcoClockFreqHz |
Holds the Alternate high frequency clock in Hz. More... | |
uint32_t | cy_Hfclk0FreqHz |
Holds the HFClk0 clock frequency. More... | |
uint32_t | cy_PeriClkFreqHz |
Holds the PeriClk clock frequency. More... | |
uint32_t SystemCoreClock |
Holds the SlowClk (Cortex-M0+) or FastClk (Cortex-M4) system core clock, which is the system clock frequency supplied to the SysTick timer and the processor core clock.
This variable implements CMSIS Core global variable. Refer to the CMSIS documentation for more details. This variable can be used by debuggers to query the frequency of the debug timer or to configure the trace clock speed.
uint32_t cy_BleEcoClockFreqHz |
Holds the Alternate high frequency clock in Hz.
Updated by Cy_BLE_EcoConfigure().
uint32_t cy_Hfclk0FreqHz |
Holds the HFClk0 clock frequency.
Updated by SystemCoreClockUpdate().
uint32_t cy_PeriClkFreqHz |
Holds the PeriClk clock frequency.
Updated by SystemCoreClockUpdate().