CAT2 Peripheral Driver Library
OCD Status Masks

Macros

#define CY_DSADC_OCD_STATUS_OCD   (PACSS_MMIO_OCD_STRUCT_OCD_STATUS_OCD_Msk)
 Status OCD status masks. More...
 
#define CY_DSADC_OCD_STATUS_OCD_NEG_COMP   (PACSS_MMIO_OCD_STRUCT_OCD_STATUS_OCD_NEG_COMP_Msk)
 Current state of negative OCD comparator. More...
 
#define CY_DSADC_OCD_STATUS_OCD_POS_COMP   (PACSS_MMIO_OCD_STRUCT_OCD_STATUS_OCD_POS_COMP_Msk)
 Current state of positive OCD comparator. More...
 
#define CY_DSADC_OCD_STATUS_OCD_NEG_HELD   (PACSS_MMIO_OCD_STRUCT_OCD_STATUS_OCD_NEG_HELD_Msk)
 Set if negative OCD comparator has triggered. More...
 
#define CY_DSADC_OCD_STATUS_OCD_POS_HELD   (PACSS_MMIO_OCD_STRUCT_OCD_STATUS_OCD_POS_HELD_Msk)
 Set if positive OCD comparator has triggered. More...
 
#define CY_DSADC_OCD_STATUS_GLITCH_FILTER_COUNT   (PACSS_MMIO_OCD_STRUCT_OCD_STATUS_GLITCH_FILTER_COUNT_Msk)
 Current state of glitch filter counter. More...
 
#define CY_DSADC_OCD_STATUS_MASK
 Combined OCD status mask. More...
 

Detailed Description

Macro Definition Documentation

◆ CY_DSADC_OCD_STATUS_OCD

#define CY_DSADC_OCD_STATUS_OCD   (PACSS_MMIO_OCD_STRUCT_OCD_STATUS_OCD_Msk)

Status OCD status masks.

Current state of glitch filter output.

◆ CY_DSADC_OCD_STATUS_OCD_NEG_COMP

#define CY_DSADC_OCD_STATUS_OCD_NEG_COMP   (PACSS_MMIO_OCD_STRUCT_OCD_STATUS_OCD_NEG_COMP_Msk)

Current state of negative OCD comparator.

◆ CY_DSADC_OCD_STATUS_OCD_POS_COMP

#define CY_DSADC_OCD_STATUS_OCD_POS_COMP   (PACSS_MMIO_OCD_STRUCT_OCD_STATUS_OCD_POS_COMP_Msk)

Current state of positive OCD comparator.

◆ CY_DSADC_OCD_STATUS_OCD_NEG_HELD

#define CY_DSADC_OCD_STATUS_OCD_NEG_HELD   (PACSS_MMIO_OCD_STRUCT_OCD_STATUS_OCD_NEG_HELD_Msk)

Set if negative OCD comparator has triggered.

◆ CY_DSADC_OCD_STATUS_OCD_POS_HELD

#define CY_DSADC_OCD_STATUS_OCD_POS_HELD   (PACSS_MMIO_OCD_STRUCT_OCD_STATUS_OCD_POS_HELD_Msk)

Set if positive OCD comparator has triggered.

◆ CY_DSADC_OCD_STATUS_GLITCH_FILTER_COUNT

#define CY_DSADC_OCD_STATUS_GLITCH_FILTER_COUNT   (PACSS_MMIO_OCD_STRUCT_OCD_STATUS_GLITCH_FILTER_COUNT_Msk)

Current state of glitch filter counter.

◆ CY_DSADC_OCD_STATUS_MASK

#define CY_DSADC_OCD_STATUS_MASK
Value:
CY_DSADC_OCD_STATUS_OCD_NEG_COMP | \
CY_DSADC_OCD_STATUS_OCD_POS_COMP | \
CY_DSADC_OCD_STATUS_OCD_NEG_HELD | \
CY_DSADC_OCD_STATUS_OCD_POS_HELD | \
CY_DSADC_OCD_STATUS_GLITCH_FILTER_COUNT)
#define CY_DSADC_OCD_STATUS_OCD
Status OCD status masks.
Definition: cy_dsadc.h:532

Combined OCD status mask.