Functions | |
| __STATIC_INLINE void | Cy_SysClk_PiloEnable (void) |
| Enables the PILO. More... | |
| __STATIC_INLINE bool | Cy_SysClk_PiloIsEnabled (void) |
| Reports the Enabled/Disabled status of the PILO. More... | |
| __STATIC_INLINE void | Cy_SysClk_PiloDisable (void) |
| Disables the PILO. More... | |
| __STATIC_INLINE void | Cy_SysClk_PiloSetTrim (uint32_t trimVal) |
| Sets the PILO trim bits, which adjusts the PILO frequency. More... | |
| __STATIC_INLINE uint32_t | Cy_SysClk_PiloGetTrim (void) |
| Reports the current PILO trim bits value. More... | |
| __STATIC_INLINE void Cy_SysClk_PiloEnable | ( | void | ) |
Enables the PILO.
| __STATIC_INLINE bool Cy_SysClk_PiloIsEnabled | ( | void | ) |
Reports the Enabled/Disabled status of the PILO.
| __STATIC_INLINE void Cy_SysClk_PiloDisable | ( | void | ) |
Disables the PILO.
| __STATIC_INLINE 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().
| __STATIC_INLINE uint32_t Cy_SysClk_PiloGetTrim | ( | void | ) |
Reports the current PILO trim bits value.