Functions | |
void | Cy_SysClk_ClkPwrSetDivider (uint32_t divider) |
Sets the clock divider for Power clock. More... | |
uint32_t | Cy_SysClk_ClkPwrGetDivider (void) |
Returns the clock divider of Power clock. More... | |
uint32_t | Cy_SysClk_ClkPwrGetFrequency (void) |
Reports the output clock signal frequency of Power clock. More... | |
void | Cy_SysClk_ClkPwrSetSource (cy_en_clkpwr_in_sources_t source) |
Sets the source for the Power clock. More... | |
cy_en_clkpwr_in_sources_t | Cy_SysClk_ClkPwrGetSource (void) |
Reports the source for the Power clock. More... | |
void Cy_SysClk_ClkPwrSetDivider | ( | uint32_t | divider | ) |
Sets the clock divider for Power clock.
divider | divider value between 1 and 256. |
uint32_t Cy_SysClk_ClkPwrGetDivider | ( | void | ) |
Returns the clock divider of Power clock.
uint32_t Cy_SysClk_ClkPwrGetFrequency | ( | void | ) |
Reports the output clock signal frequency of Power clock.
void Cy_SysClk_ClkPwrSetSource | ( | cy_en_clkpwr_in_sources_t | source | ) |
Sets the source for the Power clock.
source | cy_en_clkpwr_in_sources_t |
cy_en_clkpwr_in_sources_t Cy_SysClk_ClkPwrGetSource | ( | void | ) |
Reports the source for the Power clock.