Functions | |
__STATIC_INLINE void | Cy_SysClk_WcoEnable (uint32_t timeoutUs) |
Enables the WCO. More... | |
__STATIC_INLINE void | Cy_SysClk_WcoDisable (void) |
Disables the WCO. More... | |
__STATIC_INLINE bool | Cy_SysClk_WcoIsEnabled (void) |
Returns the WCO enable/disable state. More... | |
__STATIC_INLINE void | Cy_SysClk_WcoBypass (bool bypass) |
Enables/disables external clock input through the WCO input pin. More... | |
__STATIC_INLINE void Cy_SysClk_WcoEnable | ( | uint32_t | timeoutUs | ) |
Enables the WCO.
This API is available on devices with the WCO Feature (i.e. PSOC 4000S and 4100S Max). Refer to the Device Datasheet to check the WCO feature support.
timeoutUs | - WCO startup delay in microseconds. |
__STATIC_INLINE void Cy_SysClk_WcoDisable | ( | void | ) |
Disables the WCO.
This API is available on devices with the WCO Feature (i.e. PSOC 4000S and 4100S Max). Refer to the Device Datasheet to check the WCO feature support.
__STATIC_INLINE bool Cy_SysClk_WcoIsEnabled | ( | void | ) |
Returns the WCO enable/disable state.
This API is available on devices with the WCO Feature (i.e. PSOC 4000S and 4100S Max). Refer to the Device Datasheet to check the WCO feature support.
__STATIC_INLINE void Cy_SysClk_WcoBypass | ( | bool | bypass | ) |
Enables/disables external clock input through the WCO input pin.
This API is available on devices with the WCO Feature (i.e. PSOC 4000S and 4100S Max). Refer to the Device Datasheet to check the WCO feature support.
bypass |
|