Searched refs:gAdcConversionValue (Results 1 – 2 of 2) sorted by relevance
45 volatile uint32_t gAdcConversionValue; variable64 gAdcConversionValue = ADC12_GetChannelConversionValue(ADC0, MPXVDP5004_ADC12_CHANNEL_GROUP); in adc12_irq_callback()135 pressurePascals = (uint16_t)MPXV5004DP_PRESSURE_FROM_ADC_VALUE(gAdcConversionValue); in main()
73 volatile uint32_t gAdcConversionValue; variable93 gAdcConversionValue = ADC12_GetChannelConversionValue(ADC0, MPXVDP5004_ADC12_CHANNEL_GROUP); in adc12_irq_callback()294 rawData.pressure = (uint16_t)MPXV5004DP_PRESSURE_FROM_ADC_VALUE(gAdcConversionValue); in main()