Home
last modified time | relevance | path

Searched refs:Cy_ADCMic_CountsTo_uVolts (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_adc_mic.c177 *(obj->async_buff_next) = Cy_ADCMic_CountsTo_uVolts(dc_data, &obj->pdl_context); in _cyhal_adcmic_irq_handler()
614 return Cy_ADCMic_CountsTo_uVolts(_cyhal_adc_read_raw(obj), &obj->adc->pdl_context); in cyhal_adc_read_uv()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_adcmic.h1082 int32_t Cy_ADCMic_CountsTo_uVolts(int16_t adcCounts, cy_stc_adcmic_context_t const * context);
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_adcmic.c410 int32_t Cy_ADCMic_CountsTo_uVolts(int16_t adcCounts, cy_stc_adcmic_context_t const * context) in Cy_ADCMic_CountsTo_uVolts() function