Functions | |
__STATIC_INLINE void | Cy_SysClk_ClkSlowSetDivider (uint8_t divider) |
Sets the clock divider for the slow clock. More... | |
__STATIC_INLINE uint8_t | Cy_SysClk_ClkSlowGetDivider (void) |
Reports the divider value for the slow clock. More... | |
__STATIC_INLINE uint32_t | Cy_SysClk_ClkSlowGetFrequency (void) |
Reports the frequency of the slow clock. More... | |
__STATIC_INLINE void Cy_SysClk_ClkSlowSetDivider | ( | uint8_t | divider | ) |
Sets the clock divider for the slow clock.
The source of this clock is the peripheral clock (clkPeri), which is sourced from clkHf[0].
divider | Divider value between 0 and 255. Causes integer division of (divider value + 1), or division by 1 to 256. |
__STATIC_INLINE uint8_t Cy_SysClk_ClkSlowGetDivider | ( | void | ) |
Reports the divider value for the slow clock.
__STATIC_INLINE uint32_t Cy_SysClk_ClkSlowGetFrequency | ( | void | ) |
Reports the frequency of the slow clock.