PSoC 6 Peripheral Driver Library

General Description

Variables

const cy_stc_ctdac_fast_config_t Cy_CTDAC_Fast_VddaRef_UnbufferedOut
 Configure CTDAC to use Vdda reference and output unbuffered. More...
 
const cy_stc_ctdac_fast_config_t Cy_CTDAC_Fast_VddaRef_BufferedOut
 Configure CTDAC to use Vdda reference and output buffered through Opamp0 of CTB. More...
 
const cy_stc_ctdac_fast_config_t Cy_CTDAC_Fast_OA1Ref_UnbufferedOut
 Configure CTDAC to use a buffered reference from Opamp1 of CTB and output unbuffered. More...
 
const cy_stc_ctdac_fast_config_t Cy_CTDAC_Fast_OA1Ref_BufferedOut
 Configure CTDAC to use a buffered reference from Opamp1 of CTB and output buffered through Opamp0 of CTB. More...
 

Variable Documentation

◆ Cy_CTDAC_Fast_VddaRef_UnbufferedOut

const cy_stc_ctdac_fast_config_t Cy_CTDAC_Fast_VddaRef_UnbufferedOut

Configure CTDAC to use Vdda reference and output unbuffered.

See Cy_CTDAC_FastInit.

◆ Cy_CTDAC_Fast_VddaRef_BufferedOut

const cy_stc_ctdac_fast_config_t Cy_CTDAC_Fast_VddaRef_BufferedOut

Configure CTDAC to use Vdda reference and output buffered through Opamp0 of CTB.

See Cy_CTDAC_FastInit.

To quickly configure Opamp0, call with Cy_CTB_FastInit with Cy_CTB_Fast_Opamp0_Vdac_Out or Cy_CTB_Fast_Opamp0_Vdac_Out_SH.

◆ Cy_CTDAC_Fast_OA1Ref_UnbufferedOut

const cy_stc_ctdac_fast_config_t Cy_CTDAC_Fast_OA1Ref_UnbufferedOut

Configure CTDAC to use a buffered reference from Opamp1 of CTB and output unbuffered.

See Cy_CTDAC_FastInit.

To use the reference from the Analog Reference (AREF), call Cy_CTB_FastInit with Cy_CTB_Fast_Opamp1_Vdac_Ref_Aref.

To use an external reference from a GPIO, call Cy_CTB_FastInit with Cy_CTB_Fast_Opamp1_Vdac_Ref_Pin5 for Pin 5 on the CTB port.

◆ Cy_CTDAC_Fast_OA1Ref_BufferedOut

const cy_stc_ctdac_fast_config_t Cy_CTDAC_Fast_OA1Ref_BufferedOut

Configure CTDAC to use a buffered reference from Opamp1 of CTB and output buffered through Opamp0 of CTB.

See Cy_CTDAC_FastInit.

To quickly configure Opamp0, call with Cy_CTB_FastInit with Cy_CTB_Fast_Opamp0_Vdac_Out or Cy_CTB_Fast_Opamp0_Vdac_Out_SH.

To use the reference from the Analog Reference (AREF), call Cy_CTB_FastInit with Cy_CTB_Fast_Opamp1_Vdac_Ref_Aref.

To use an external reference from a GPIO, call Cy_CTB_FastInit with Cy_CTB_Fast_Opamp1_Vdac_Ref_Pin5 for Pins 5 on the CTB port.