Home
last modified time | relevance | path

Searched defs:channelGroup (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/adc16/
Dfsl_adc16.c460 void ADC16_SetChannelConfig(ADC_Type *base, uint32_t channelGroup, const adc16_channel_config_t *co… in ADC16_SetChannelConfig()
490 uint32_t ADC16_GetChannelStatusFlags(ADC_Type *base, uint32_t channelGroup) in ADC16_GetChannelStatusFlags()
Dfsl_adc16.h512 static inline uint32_t ADC16_GetChannelConversionValue(ADC_Type *base, uint32_t channelGroup) in ADC16_GetChannelConversionValue()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/adc12/
Dfsl_adc12.c237 void ADC12_SetChannelConfig(ADC_Type *base, uint32_t channelGroup, const adc12_channel_config_t *co… in ADC12_SetChannelConfig()
262 uint32_t ADC12_GetChannelStatusFlags(ADC_Type *base, uint32_t channelGroup) in ADC12_GetChannelStatusFlags()
Dfsl_adc12.h228 static inline uint32_t ADC12_GetChannelConversionValue(ADC_Type *base, uint32_t channelGroup) in ADC12_GetChannelConversionValue()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/adc_12b1msps_sar/
Dfsl_adc.h275 static inline uint32_t ADC_GetChannelConversionValue(ADC_Type *base, uint32_t channelGroup) in ADC_GetChannelConversionValue()
299 static inline uint32_t ADC_GetChannelStatusFlags(ADC_Type *base, uint32_t channelGroup) in ADC_GetChannelStatusFlags()
Dfsl_adc.c189 void ADC_SetChannelConfig(ADC_Type *base, uint32_t channelGroup, const adc_channel_config_t *config) in ADC_SetChannelConfig()