Searched refs:adc_value (Results 1 – 2 of 2) sorted by relevance
255 uint32_t adc_value; in adc_cc13xx_cc26xx_isr() local269 adc_value = AUXADCPopFifo(); in adc_cc13xx_cc26xx_isr()270 LOG_DBG("ADC buf %04X val %d", (unsigned int)data->buffer, adc_value); in adc_cc13xx_cc26xx_isr()271 *data->buffer = adc_value; in adc_cc13xx_cc26xx_isr()
111 uint32_t adc_value; in ms5607_spi_read_adc() member137 *val = sys_be32_to_cpu(rx.adc_value); in ms5607_spi_read_adc()