Functions | |
__STATIC_INLINE cy_en_sysclk_status_t | Cy_SysClk_ClkHfEnable (uint32_t clkHf) |
Enables the selected clkHf. More... | |
__STATIC_INLINE bool | Cy_SysClk_ClkHfIsEnabled (uint32_t clkHf) |
Reports the Enabled/Disabled status of clkHf. More... | |
__STATIC_INLINE cy_en_sysclk_status_t | Cy_SysClk_ClkHfDisable (uint32_t clkHf) |
Disables the selected clkHf. More... | |
__STATIC_INLINE cy_en_sysclk_status_t | Cy_SysClk_ClkHfSetSource (uint32_t clkHf, cy_en_clkhf_in_sources_t source) |
Selects the source of the selected clkHf. More... | |
__STATIC_INLINE cy_en_clkhf_in_sources_t | Cy_SysClk_ClkHfGetSource (uint32_t clkHf) |
Reports the source of the selected clkHf. More... | |
__STATIC_INLINE cy_en_sysclk_status_t | Cy_SysClk_ClkHfSetDivider (uint32_t clkHf, cy_en_clkhf_dividers_t divider) |
Sets the pre-divider for a clkHf. More... | |
__STATIC_INLINE cy_en_clkhf_dividers_t | Cy_SysClk_ClkHfGetDivider (uint32_t clkHf) |
Reports the pre-divider value for a clkHf. More... | |
uint32_t | Cy_SysClk_ClkHfGetFrequency (uint32_t clkHf) |
Reports the frequency of the selected clkHf. More... | |
__STATIC_INLINE cy_en_sysclk_status_t Cy_SysClk_ClkHfEnable | ( | uint32_t | clkHf | ) |
Enables the selected clkHf.
clkHf | Selects which clkHf to enable. |
__STATIC_INLINE bool Cy_SysClk_ClkHfIsEnabled | ( | uint32_t | clkHf | ) |
Reports the Enabled/Disabled status of clkHf.
clkHf | Selects which clkHf to check. |
__STATIC_INLINE cy_en_sysclk_status_t Cy_SysClk_ClkHfDisable | ( | uint32_t | clkHf | ) |
Disables the selected clkHf.
clkHf | Selects which clkHf to enable. |
__STATIC_INLINE cy_en_sysclk_status_t Cy_SysClk_ClkHfSetSource | ( | uint32_t | clkHf, |
cy_en_clkhf_in_sources_t | source | ||
) |
Selects the source of the selected clkHf.
clkHf | selects which clkHf mux to configure. |
source | cy_en_clkhf_in_sources_t |
__STATIC_INLINE cy_en_clkhf_in_sources_t Cy_SysClk_ClkHfGetSource | ( | uint32_t | clkHf | ) |
Reports the source of the selected clkHf.
clkHf | selects which clkHf to get the source of. |
__STATIC_INLINE cy_en_sysclk_status_t Cy_SysClk_ClkHfSetDivider | ( | uint32_t | clkHf, |
cy_en_clkhf_dividers_t | divider | ||
) |
Sets the pre-divider for a clkHf.
clkHf | selects which clkHf divider to configure. |
divider | cy_en_clkhf_dividers_t |
__STATIC_INLINE cy_en_clkhf_dividers_t Cy_SysClk_ClkHfGetDivider | ( | uint32_t | clkHf | ) |
Reports the pre-divider value for a clkHf.
clkHf | selects which clkHf to check divider of. |
uint32_t Cy_SysClk_ClkHfGetFrequency | ( | uint32_t | clkHf | ) |
Reports the frequency of the selected clkHf.
clkHf | Selects the clkHf |