Lines Matching defs:chan
35 #define CHAN_NUM(chan) ((chan) < CY_SAR_NUM_CHANNELS) argument
217 uint8_t chan; in Cy_SAR_Init() local
397 uint8_t chan; in Cy_SAR_DeInit() local
807 bool Cy_SAR_IsChannelSigned(const SAR_Type *base, uint32_t chan) in Cy_SAR_IsChannelSigned()
856 bool Cy_SAR_IsChannelSingleEnded(const SAR_Type *base, uint32_t chan) in Cy_SAR_IsChannelSingleEnded()
904 int16_t Cy_SAR_GetResult16(const SAR_Type *base, uint32_t chan) in Cy_SAR_GetResult16()
949 int32_t Cy_SAR_GetResult32(const SAR_Type *base, uint32_t chan) in Cy_SAR_GetResult32()
1043 cy_en_sar_status_t Cy_SAR_SetChannelOffset(const SAR_Type *base, uint32_t chan, int16_t offset) in Cy_SAR_SetChannelOffset()
1088 cy_en_sar_status_t Cy_SAR_SetChannelGain(const SAR_Type *base, uint32_t chan, int32_t adcGain) in Cy_SAR_SetChannelGain()
1143 int16_t Cy_SAR_RawCounts2Counts(const SAR_Type *base, uint32_t chan, int16_t adcCounts) in Cy_SAR_RawCounts2Counts()
1237 float32_t Cy_SAR_CountsTo_Volts(const SAR_Type *base, uint32_t chan, int16_t adcCounts) in Cy_SAR_CountsTo_Volts()
1301 int16_t Cy_SAR_CountsTo_mVolts(const SAR_Type *base, uint32_t chan, int16_t adcCounts) in Cy_SAR_CountsTo_mVolts()
1375 int32_t Cy_SAR_CountsTo_uVolts(const SAR_Type *base, uint32_t chan, int16_t adcCounts) in Cy_SAR_CountsTo_uVolts()