Enumerations | |
| enum | cy_en_autanalog_prb_src_t { CY_AUTANALOG_PRB_VBGR = 0UL , CY_AUTANALOG_PRB_VDDA = 1UL } |
| Select the source voltage for the PRB (Vsrc), for more details, refer to the device Architecture Technical Reference Manual. More... | |
| enum | cy_en_autanalog_prb_tap_t { CY_AUTANALOG_PRB_TAP_0 = 0UL , CY_AUTANALOG_PRB_TAP_1 = 1UL , CY_AUTANALOG_PRB_TAP_2 = 2UL , CY_AUTANALOG_PRB_TAP_3 = 3UL , CY_AUTANALOG_PRB_TAP_4 = 4UL , CY_AUTANALOG_PRB_TAP_5 = 5UL , CY_AUTANALOG_PRB_TAP_6 = 6UL , CY_AUTANALOG_PRB_TAP_7 = 7UL , CY_AUTANALOG_PRB_TAP_8 = 8UL , CY_AUTANALOG_PRB_TAP_9 = 9UL , CY_AUTANALOG_PRB_TAP_10 = 10UL , CY_AUTANALOG_PRB_TAP_11 = 11UL , CY_AUTANALOG_PRB_TAP_12 = 12UL , CY_AUTANALOG_PRB_TAP_13 = 13UL , CY_AUTANALOG_PRB_TAP_14 = 14UL , CY_AUTANALOG_PRB_TAP_15 = 15UL } |
| The position of the TAP to select the required Vref from the PRB, the actual value of the Vref depends on the source voltage for PRB (Vsrc), see cy_en_autanalog_prb_src_t. More... | |
| enum | cy_en_autanalog_subsystem_id_t { CY_AUTANALOG_CTB = 0UL , CY_AUTANALOG_PTC = 1UL , CY_AUTANALOG_DAC = 2UL , CY_AUTANALOG_SAR = 3UL , CY_AUTANALOG_FIFO = 4UL } |
| The sub-systems of the Autonomous Analog driver. More... | |
| enum | cy_en_autanalog_status_t { CY_AUTANALOG_SUCCESS = 0x00UL , CY_AUTANALOG_BAD_PARAM = CY_AUTANALOG_ID | CY_PDL_STATUS_ERROR | 0x0000UL , CY_AUTANALOG_PRB_BAD_PARAM = CY_AUTANALOG_ID | CY_PDL_STATUS_ERROR | 0x0001UL , CY_AUTANALOG_AC_BAD_PARAM = CY_AUTANALOG_ID | CY_PDL_STATUS_ERROR | 0x0002UL , CY_AUTANALOG_CTB_BAD_PARAM = CY_AUTANALOG_ID | CY_PDL_STATUS_ERROR | 0x0004UL , CY_AUTANALOG_PTCOMP_BAD_PARAM = CY_AUTANALOG_ID | CY_PDL_STATUS_ERROR | 0x0008UL , CY_AUTANALOG_DAC_BAD_PARAM = CY_AUTANALOG_ID | CY_PDL_STATUS_ERROR | 0x0010UL , CY_AUTANALOG_SAR_BAD_PARAM = CY_AUTANALOG_ID | CY_PDL_STATUS_ERROR | 0x0020UL , CY_AUTANALOG_FIFO_BAD_PARAM = CY_AUTANALOG_ID | CY_PDL_STATUS_ERROR | 0x0040UL , CY_AUTANALOG_ENABLE_ERR = CY_AUTANALOG_ID | CY_PDL_STATUS_ERROR | 0x0080UL , CY_AUTANALOG_TRIMM_ERR = CY_AUTANALOG_ID | CY_PDL_STATUS_ERROR | 0x0100UL } |
| Return the status for functions of the Autonomous Analog driver. More... | |
Select the source voltage for the PRB (Vsrc), for more details, refer to the device Architecture Technical Reference Manual.
| Enumerator | |
|---|---|
| CY_AUTANALOG_PRB_VBGR | The reference is derived from VBGR, the nominal value of Vsrc is 0.9V. |
| CY_AUTANALOG_PRB_VDDA | The reference is derived from VDDA, the maximum value of Vsrc is 1.8V. |
The position of the TAP to select the required Vref from the PRB, the actual value of the Vref depends on the source voltage for PRB (Vsrc), see cy_en_autanalog_prb_src_t.
For more details, refer to the device Architecture Technical Reference Manual.
Return the status for functions of the Autonomous Analog driver.