PSoC 6 Peripheral Driver Library

General Description

Variables

const cy_stc_sysanalog_config_t Cy_SysAnalog_Fast_Local
 Configure the AREF to use the local Vref and local IZTAT. More...
 
const cy_stc_sysanalog_config_t Cy_SysAnalog_Fast_SRSS
 Configure the AREF to use the SRSS Vref and SRSS IZTAT. More...
 
const cy_stc_sysanalog_config_t Cy_SysAnalog_Fast_External
 Configure the AREF to use the external Vref and local IZTAT. More...
 

Variable Documentation

◆ Cy_SysAnalog_Fast_Local

const cy_stc_sysanalog_config_t Cy_SysAnalog_Fast_Local

Configure the AREF to use the local Vref and local IZTAT.

Can be used with Cy_SysAnalog_Init. Other configuration options are set to:

  • .startup = CY_PASS_AREF_MODE_FAST
  • .deepSleep = CY_PASS_AREF_DEEPSLEEP_DISABLE

◆ Cy_SysAnalog_Fast_SRSS

const cy_stc_sysanalog_config_t Cy_SysAnalog_Fast_SRSS

Configure the AREF to use the SRSS Vref and SRSS IZTAT.

Can be used with Cy_SysAnalog_Init. Other configuration options are set to:

  • .startup = CY_PASS_AREF_MODE_FAST
  • .deepSleep = CY_PASS_AREF_DEEPSLEEP_DISABLE

◆ Cy_SysAnalog_Fast_External

const cy_stc_sysanalog_config_t Cy_SysAnalog_Fast_External

Configure the AREF to use the external Vref and local IZTAT.

Can be used with Cy_SysAnalog_Init. Other configuration options are set to:

  • .startup = CY_PASS_AREF_MODE_FAST
  • .deepSleep = CY_PASS_AREF_DEEPSLEEP_DISABLE