Functions | |
void | Cy_SysClk_ClkMemSetDivider (uint8_t divider) |
Sets the clock divider for the Mem clock. More... | |
uint8_t | Cy_SysClk_ClkMemGetDivider (void) |
Reports the divider value for the Mem clock. More... | |
uint32_t | Cy_SysClk_ClkMemGetFrequency (void) |
Reports the frequency of the Mem clock. More... | |
void Cy_SysClk_ClkMemSetDivider | ( | uint8_t | divider | ) |
Sets the clock divider for the Mem clock.
The source of this clock is clkHf[0].
divider | Divider value between 0 and 255. Causes integer division of (divider value + 1), or division by 1 to 256. |
uint8_t Cy_SysClk_ClkMemGetDivider | ( | void | ) |
Reports the divider value for the Mem clock.
uint32_t Cy_SysClk_ClkMemGetFrequency | ( | void | ) |
Reports the frequency of the Mem clock.