Searched refs:VectBit (Results 1 – 1 of 1) sorted by relevance
/hal_nxp-3.6.0/s32/drivers/s32k3/Adc/src/ |
D | Adc_Sar_Ip.c | 1008 uint32 VectBit; in Adc_Sar_ConfigChannels() local 1038 VectBit = (uint32)ChnConfig->ChanIndex % 8U; in Adc_Sar_ConfigChannels() 1043 Adc_Sar_WriteChannelMapping(Instance, VectAdr, VectBit, ChnConfig->WdgThreshRegIndex); in Adc_Sar_ConfigChannels() 1052 VectBit = ADC_SAR_IP_CHAN_2_BIT((uint32)ChnConfig->ChanIndex); in Adc_Sar_ConfigChannels() 1055 …ask[VectAdr] |= Adc_Sar_GetValueFromBool(ChnConfig->EndOfConvNotification, (1UL << VectBit), 0UL); in Adc_Sar_ConfigChannels() 1058 …wenrMask[VectAdr] |= Adc_Sar_GetValueFromBool(ChnConfig->WdgNotificationEn, (1UL << VectBit), 0UL); in Adc_Sar_ConfigChannels() 1060 …arMask[VectAdr] |= Adc_Sar_GetValueFromBool(ChnConfig->EndOfConvDmaEnable, (1UL << VectBit), 0UL); in Adc_Sar_ConfigChannels() 1062 …srMask[VectAdr] |= Adc_Sar_GetValueFromBool(ChnConfig->PresamplingEnable, (1UL << VectBit), 0UL); in Adc_Sar_ConfigChannels() 1212 uint32 VectBit; in Adc_Sar_GetConvResults() local 1247 for (VectBit = 0u; VectBit < AdcChanCount[Instance][VectAdr]; VectBit++) in Adc_Sar_GetConvResults() [all …]
|