Functions | |
| __STATIC_INLINE void | Cy_SysClk_ClkSysSetDivider (cy_en_sysclk_dividers_t divider) |
| Sets the SYSCLK clock divider, which sources the main processor. More... | |
| __STATIC_INLINE cy_en_sysclk_dividers_t | Cy_SysClk_ClkSysGetDivider (void) |
| Returns the SYSCLK clock divider. More... | |
| __STATIC_INLINE uint32_t | Cy_SysClk_ClkSysGetFrequency (void) |
| Reports the frequency of the SYSCLK clock. More... | |
| __STATIC_INLINE void Cy_SysClk_ClkSysSetDivider | ( | cy_en_sysclk_dividers_t | divider | ) |
Sets the SYSCLK clock divider, which sources the main processor.
The source of this divider is HFCLK.
| divider | - SYSCLK divider value cy_en_sysclk_dividers_t. |
| __STATIC_INLINE cy_en_sysclk_dividers_t Cy_SysClk_ClkSysGetDivider | ( | void | ) |
Returns the SYSCLK clock divider.
| __STATIC_INLINE uint32_t Cy_SysClk_ClkSysGetFrequency | ( | void | ) |
Reports the frequency of the SYSCLK clock.