Functions | |
| void | Cy_SysClk_MfoEnable (bool deepSleepEnable) |
| Enables the MFO. More... | |
| bool | Cy_SysClk_MfoIsEnabled (void) |
| Reports whether MFO is enabled or not. More... | |
| void | Cy_SysClk_MfoDisable (void) |
| Disables the MFO. More... | |
| void | Cy_SysClk_ClkMfEnable (void) |
| Enables the CLK_MF. More... | |
| bool | Cy_SysClk_ClkMfIsEnabled (void) |
| Reports whether CLK_MF is enabled or not. More... | |
| void | Cy_SysClk_ClkMfDisable (void) |
| Disables the CLK_MF. More... | |
| void | Cy_SysClk_ClkMfSetDivider (uint32_t divider) |
| Sets the clock divider for CLK_MF. More... | |
| uint32_t | Cy_SysClk_ClkMfGetDivider (void) |
| Returns the clock divider of CLK_MF. More... | |
| uint32_t | Cy_SysClk_ClkMfGetFrequency (void) |
| Reports the output clock signal frequency of CLK_MF. More... | |
| void | Cy_SysClk_ClkMfSetSource (cy_en_clkmf_in_sources_t source) |
| Sets the source for the Medium frequency clock(clkMf). More... | |
| cy_en_clkmf_in_sources_t | Cy_SysClk_ClkMfGetSource (void) |
| Reports the source for the Medium frequency clock (clkMf). More... | |
| void Cy_SysClk_MfoEnable | ( | bool | deepSleepEnable | ) |
Enables the MFO.
| deepSleepEnable | enables MFO operation is Deep Sleep low power mode. |
| bool Cy_SysClk_MfoIsEnabled | ( | void | ) |
Reports whether MFO is enabled or not.
| void Cy_SysClk_MfoDisable | ( | void | ) |
Disables the MFO.
| void Cy_SysClk_ClkMfEnable | ( | void | ) |
Enables the CLK_MF.
| bool Cy_SysClk_ClkMfIsEnabled | ( | void | ) |
Reports whether CLK_MF is enabled or not.
| void Cy_SysClk_ClkMfDisable | ( | void | ) |
Disables the CLK_MF.
| void Cy_SysClk_ClkMfSetDivider | ( | uint32_t | divider | ) |
Sets the clock divider for CLK_MF.
| divider | divider value between 1 and 256. |
| uint32_t Cy_SysClk_ClkMfGetDivider | ( | void | ) |
Returns the clock divider of CLK_MF.
| uint32_t Cy_SysClk_ClkMfGetFrequency | ( | void | ) |
Reports the output clock signal frequency of CLK_MF.
| void Cy_SysClk_ClkMfSetSource | ( | cy_en_clkmf_in_sources_t | source | ) |
Sets the source for the Medium frequency clock(clkMf).
| source | cy_en_clkmf_in_sources_t |
| cy_en_clkmf_in_sources_t Cy_SysClk_ClkMfGetSource | ( | void | ) |
Reports the source for the Medium frequency clock (clkMf).