Functions | |
void | Cy_SysClk_PiloEnable (void) |
Enables the PILO. More... | |
bool | Cy_SysClk_PiloIsEnabled (void) |
Reports the Enabled/Disabled status of the PILO. More... | |
void | Cy_SysClk_PiloDisable (void) |
Disables the PILO. More... | |
void | Cy_SysClk_PiloSetTrim (uint32_t trimVal) |
Sets the PILO trim bits, which adjusts the PILO frequency. More... | |
uint32_t | Cy_SysClk_PiloGetTrim (void) |
Reports the current PILO trim bits value. More... | |
void | Cy_SysClk_PiloBackupEnable (void) |
Enables the PILO as always on if Backup Domain is present. More... | |
void | Cy_SysClk_PiloBackupDisable (void) |
Disables the PILO as always on if Backup Domain is present. More... | |
bool | Cy_SysClk_PiloOkay (void) |
Reports the status of the PILO. More... | |
void | Cy_SysClk_PiloTcscEnable (void) |
Enables the PILO TCSC(Second order temperature curvature correction) Feature. More... | |
void | Cy_SysClk_PiloTcscDisable (void) |
Disables the PILO TCSC(Second order temperature curvature correction) Feature. More... | |
void Cy_SysClk_PiloEnable | ( | void | ) |
Enables the PILO.
bool Cy_SysClk_PiloIsEnabled | ( | void | ) |
Reports the Enabled/Disabled status of the PILO.
void Cy_SysClk_PiloDisable | ( | void | ) |
Disables the PILO.
void Cy_SysClk_PiloSetTrim | ( | uint32_t | trimVal | ) |
Sets the PILO trim bits, which adjusts the PILO frequency.
This is typically done after measuring the PILO frequency; see Cy_SysClk_StartClkMeasurementCounters().
uint32_t Cy_SysClk_PiloGetTrim | ( | void | ) |
Reports the current PILO trim bits value.
void Cy_SysClk_PiloBackupEnable | ( | void | ) |
Enables the PILO as always on if Backup Domain is present.
void Cy_SysClk_PiloBackupDisable | ( | void | ) |
Disables the PILO as always on if Backup Domain is present.
bool Cy_SysClk_PiloOkay | ( | void | ) |
Reports the status of the PILO.
void Cy_SysClk_PiloTcscEnable | ( | void | ) |
Enables the PILO TCSC(Second order temperature curvature correction) Feature.
void Cy_SysClk_PiloTcscDisable | ( | void | ) |
Disables the PILO TCSC(Second order temperature curvature correction) Feature.