Functions | |
void | Cy_SysClk_ClkPumpSetSource (cy_en_clkpump_in_sources_t source) |
Sets the source for the pump clock (clk_pump). More... | |
cy_en_clkpump_in_sources_t | Cy_SysClk_ClkPumpGetSource (void) |
Reports the source for the pump clock (clk_pump). More... | |
void | Cy_SysClk_ClkPumpSetDivider (cy_en_clkpump_divide_t divider) |
Sets the divider of the pump clock (clk_pump). More... | |
cy_en_clkpump_divide_t | Cy_SysClk_ClkPumpGetDivider (void) |
Reports the divider value for the pump clock (clk_pump). More... | |
void | Cy_SysClk_ClkPumpEnable (void) |
Enables the pump clock (clk_pump). More... | |
bool | Cy_SysClk_ClkPumpIsEnabled (void) |
Reports the Enabled/Disabled status of the ClkPump. More... | |
void | Cy_SysClk_ClkPumpDisable (void) |
Disables the pump clock (clk_pump). More... | |
uint32_t | Cy_SysClk_ClkPumpGetFrequency (void) |
Reports the frequency of the pump clock (clk_pump). More... | |
void Cy_SysClk_ClkPumpSetSource | ( | cy_en_clkpump_in_sources_t | source | ) |
Sets the source for the pump clock (clk_pump).
The pump clock can be used for the analog pumps in the CTBm block.
source | cy_en_clkpump_in_sources_t |
cy_en_clkpump_in_sources_t Cy_SysClk_ClkPumpGetSource | ( | void | ) |
Reports the source for the pump clock (clk_pump).
void Cy_SysClk_ClkPumpSetDivider | ( | cy_en_clkpump_divide_t | divider | ) |
Sets the divider of the pump clock (clk_pump).
divider | cy_en_clkpump_divide_t |
cy_en_clkpump_divide_t Cy_SysClk_ClkPumpGetDivider | ( | void | ) |
Reports the divider value for the pump clock (clk_pump).
void Cy_SysClk_ClkPumpEnable | ( | void | ) |
Enables the pump clock (clk_pump).
The pump clock can be used for the analog pumps in the CTBm block.
bool Cy_SysClk_ClkPumpIsEnabled | ( | void | ) |
Reports the Enabled/Disabled status of the ClkPump.
void Cy_SysClk_ClkPumpDisable | ( | void | ) |
Disables the pump clock (clk_pump).
uint32_t Cy_SysClk_ClkPumpGetFrequency | ( | void | ) |
Reports the frequency of the pump clock (clk_pump).