PSoC 6 Peripheral Driver Library
Sample Time Register Enums

General Description

This set of enumerations aids in configuring the SAR SAMPLE_TIME* registers.

Enumerations

enum  cy_en_sar_sample_time_shift_t {
  CY_SAR_SAMPLE_TIME0_SHIFT = SAR_SAMPLE_TIME01_SAMPLE_TIME0_Pos,
  CY_SAR_SAMPLE_TIME1_SHIFT = SAR_SAMPLE_TIME01_SAMPLE_TIME1_Pos,
  CY_SAR_SAMPLE_TIME2_SHIFT = SAR_SAMPLE_TIME23_SAMPLE_TIME2_Pos,
  CY_SAR_SAMPLE_TIME3_SHIFT = SAR_SAMPLE_TIME23_SAMPLE_TIME3_Pos
}
 Configure the sample time by using these shifts. More...
 

Enumeration Type Documentation

◆ cy_en_sar_sample_time_shift_t

Configure the sample time by using these shifts.

Enumerator
CY_SAR_SAMPLE_TIME0_SHIFT 

Shift for sample time 0.

CY_SAR_SAMPLE_TIME1_SHIFT 

Shift for sample time 1.

CY_SAR_SAMPLE_TIME2_SHIFT 

Shift for sample time 2.

CY_SAR_SAMPLE_TIME3_SHIFT 

Shift for sample time 3.