CAT2 Peripheral Driver Library
On-die Temperature Masks

Set of the macros used to connect the temperature sensor BJT/Resistor load and 'VTEMP' pin. More...

Macros

#define CY_DSADC_MMIO_TMPS_CTL_AMUXA   (PACSS_MMIO_TMPS_CTL_AMUXA_SEL_Msk)
 Select amuxbus_a as a current source for biasing BJTs or Resistor.
 
#define CY_DSADC_MMIO_TMPS_CTL_AMUXB   (PACSS_MMIO_TMPS_CTL_AMUXB_SEL_Msk)
 Select amuxbus_b to be connected to temp sensor vbe/vres output. More...
 
#define CY_DSADC_MMIO_TMPS_CTL_VTEMP_SUP   (PACSS_MMIO_TMPS_CTL_VTEMP_SUP_SEL_Msk)
 Select external current source to bias the BJTs or Resistor. More...
 
#define CY_DSADC_MMIO_TMPS_CTL_VTEMP   (PACSS_MMIO_TMPS_CTL_VTEMP_SEL_Msk)
 Connect VTEMP pin to vbe/vres output voltage. More...
 
#define CY_DSADC_MMIO_TMPS_CTL_VTEMP_RET   (PACSS_MMIO_TMPS_CTL_VTEMP_RET_SEL_Msk)
 Connect VTEMP_RET pin to the vssa_kelvin of the BJTs and resistor. More...
 
#define CY_DSADC_TMPS_SEL_MASK
 Combined temperature sensor mask. More...
 

Detailed Description

Set of the macros used to connect the temperature sensor BJT/Resistor load and 'VTEMP' pin.

Macro Definition Documentation

◆ CY_DSADC_MMIO_TMPS_CTL_AMUXB

#define CY_DSADC_MMIO_TMPS_CTL_AMUXB   (PACSS_MMIO_TMPS_CTL_AMUXB_SEL_Msk)

Select amuxbus_b to be connected to temp sensor vbe/vres output.

◆ CY_DSADC_MMIO_TMPS_CTL_VTEMP_SUP

#define CY_DSADC_MMIO_TMPS_CTL_VTEMP_SUP   (PACSS_MMIO_TMPS_CTL_VTEMP_SUP_SEL_Msk)

Select external current source to bias the BJTs or Resistor.

◆ CY_DSADC_MMIO_TMPS_CTL_VTEMP

#define CY_DSADC_MMIO_TMPS_CTL_VTEMP   (PACSS_MMIO_TMPS_CTL_VTEMP_SEL_Msk)

Connect VTEMP pin to vbe/vres output voltage.

◆ CY_DSADC_MMIO_TMPS_CTL_VTEMP_RET

#define CY_DSADC_MMIO_TMPS_CTL_VTEMP_RET   (PACSS_MMIO_TMPS_CTL_VTEMP_RET_SEL_Msk)

Connect VTEMP_RET pin to the vssa_kelvin of the BJTs and resistor.

◆ CY_DSADC_TMPS_SEL_MASK

#define CY_DSADC_TMPS_SEL_MASK
Value:
CY_DSADC_MMIO_TMPS_CTL_AMUXB | \
CY_DSADC_MMIO_TMPS_CTL_VTEMP_SUP | \
CY_DSADC_MMIO_TMPS_CTL_VTEMP | \
CY_DSADC_MMIO_TMPS_CTL_VTEMP_RET)
#define CY_DSADC_MMIO_TMPS_CTL_AMUXA
Select amuxbus_a as a current source for biasing BJTs or Resistor.
Definition: cy_dsadc.h:423

Combined temperature sensor mask.