PSOC E8XXGP Device Support Library

General Description

Constants used for expressing ECO status.

Macros

#define CY_SYSCLK_ECOSTAT_UNUSABLE   0UL
 ECO does not have sufficient amplitude and not stable power.
 
#define CY_SYSCLK_ECOSTAT_OK   1UL
 ECO has sufficient amplitude but may not be meeting accuracy and duty cycle specifications.
 
#define CY_SYSCLK_ECOSTAT_READY   2UL
 ECO has sufficient time to stabilize it's power.
 
#define CY_SYSCLK_ECOSTAT_OK_AND_READY   3UL
 ECO has fully stabilized.