Functions | |
cy_en_sysclk_status_t | Cy_SysClk_ClkHfSetSource (cy_en_sysclk_clkhf_src_t source) |
Selects the source of the HFCLK. More... | |
cy_en_sysclk_clkhf_src_t | Cy_SysClk_ClkHfGetSource (void) |
Reports the source of the HFCLK. More... | |
__STATIC_INLINE void | Cy_SysClk_ClkHfSetDivider (cy_en_sysclk_dividers_t divider) |
Sets a divider value for HFCLK. More... | |
__STATIC_INLINE cy_en_sysclk_dividers_t | Cy_SysClk_ClkHfGetDivider (void) |
Returns the HFCLK divider value. More... | |
uint32_t | Cy_SysClk_ClkHfGetFrequency (void) |
Reports the frequency of the HFCLK. More... | |
cy_en_sysclk_status_t Cy_SysClk_ClkHfSetSource | ( | cy_en_sysclk_clkhf_src_t | source | ) |
Selects the source of the HFCLK.
source | cy_en_sysclk_clkhf_src_t |
cy_en_sysclk_clkhf_src_t Cy_SysClk_ClkHfGetSource | ( | void | ) |
Reports the source of the HFCLK.
__STATIC_INLINE void Cy_SysClk_ClkHfSetDivider | ( | cy_en_sysclk_dividers_t | divider | ) |
Sets a divider value for HFCLK.
divider | cy_en_sysclk_dividers_t |
__STATIC_INLINE cy_en_sysclk_dividers_t Cy_SysClk_ClkHfGetDivider | ( | void | ) |
Returns the HFCLK divider value.
uint32_t Cy_SysClk_ClkHfGetFrequency | ( | void | ) |
Reports the frequency of the HFCLK.