Functions | |
__STATIC_INLINE void | Cy_SysClk_IloEnable (void) |
Enables the ILO. More... | |
__STATIC_INLINE bool | Cy_SysClk_IloIsEnabled (void) |
Reports the Enabled/Disabled status of the ILO. More... | |
__STATIC_INLINE cy_en_sysclk_status_t | Cy_SysClk_IloDisable (void) |
Disables the ILO. More... | |
__STATIC_INLINE void | Cy_SysClk_IloHibernateOn (bool on) |
Controls whether the ILO stays on during a hibernate, or through an XRES or brown-out detect (BOD) event. More... | |
__STATIC_INLINE void Cy_SysClk_IloEnable | ( | void | ) |
Enables the ILO.
__STATIC_INLINE bool Cy_SysClk_IloIsEnabled | ( | void | ) |
Reports the Enabled/Disabled status of the ILO.
__STATIC_INLINE cy_en_sysclk_status_t Cy_SysClk_IloDisable | ( | void | ) |
Disables the ILO.
ILO can't be disabled if WDT is enabled.
__STATIC_INLINE void Cy_SysClk_IloHibernateOn | ( | bool | on | ) |
Controls whether the ILO stays on during a hibernate, or through an XRES or brown-out detect (BOD) event.
on | true = ILO stays on during hibernate or across XRES/BOD. false = ILO turns off for hibernate or XRES/BOD. |