Functions | |
void | Cy_SysClk_IloEnable (void) |
Enables the ILO. More... | |
bool | Cy_SysClk_IloIsEnabled (void) |
Reports the Enabled/Disabled status of the ILO. More... | |
cy_en_sysclk_status_t | Cy_SysClk_IloDisable (void) |
Disables the ILO. More... | |
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... | |
void | Cy_SysClk_IloSrcEnable (uint32_t iloNum) |
Enables the ILO. More... | |
bool | Cy_SysClk_IloSrcIsEnabled (uint32_t iloNum) |
Reports the Enabled/Disabled status of the ILO. More... | |
cy_en_sysclk_status_t | Cy_SysClk_IloSrcDisable (uint32_t iloNum) |
Disables the ILO. More... | |
void | Cy_SysClk_IloSrcHibernateOn (uint32_t iloNum, bool on) |
Controls whether the ILO0 stays on during a hibernate, or through an XRES or brown-out detect (BOD) event, this feature is not available for ILO1. More... | |
void Cy_SysClk_IloEnable | ( | void | ) |
Enables the ILO.
bool Cy_SysClk_IloIsEnabled | ( | void | ) |
Reports the Enabled/Disabled status of the ILO.
cy_en_sysclk_status_t Cy_SysClk_IloDisable | ( | void | ) |
Disables the ILO.
ILO can't be disabled if WDT is enabled.
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. |
void Cy_SysClk_IloSrcEnable | ( | uint32_t | iloNum | ) |
Enables the ILO.
iloNum | - ILO index , 0 : ILO0, 1: ILO1 |
bool Cy_SysClk_IloSrcIsEnabled | ( | uint32_t | iloNum | ) |
Reports the Enabled/Disabled status of the ILO.
iloNum | - ILO index , ILO0 or ILO1 |
cy_en_sysclk_status_t Cy_SysClk_IloSrcDisable | ( | uint32_t | iloNum | ) |
Disables the ILO.
ILO can't be disabled if WDT is enabled.
iloNum | - ILO index , 0 : ILO0, 1: ILO1 |
void Cy_SysClk_IloSrcHibernateOn | ( | uint32_t | iloNum, |
bool | on | ||
) |
Controls whether the ILO0 stays on during a hibernate, or through an XRES or brown-out detect (BOD) event, this feature is not available for ILO1.
iloNum | - ILO index , 0 : ILO0, 1: ILO1(Feature not available, ignored) |
on | true = ILO stays on during hibernate or across XRES/BOD. false = ILO turns off for hibernate or XRES/BOD. |