1.2.4.4.1 SRV_PVDDMON_CMP_MODE Enum
C
typedef enum
{
/* Notify when PVDD level enters the comparison window */
SRV_PVDDMON_CMP_MODE_IN,
/* Notify when PVDD level leaves the comparison window */
SRV_PVDDMON_CMP_MODE_OUT,
} SRV_PVDDMON_CMP_MODE;Summary
Defines two comparison modes.
Description
This will be used to set the comparison mode.
