Searched refs:mLpadcResultConfigStruct (Results 1 – 5 of 5) sorted by relevance
| /bsp/nxp/imx/imxrt/libraries/drivers/ |
| A D | drv_lpadc.c | 55 lpadc_conv_result_t mLpadcResultConfigStruct; in imxrt_hp_adc_convert() local 75 while (!LPADC_GetConvResult(base, &mLpadcResultConfigStruct, 0U)) in imxrt_hp_adc_convert() 77 while (!LPADC_GetConvResult(base, &mLpadcResultConfigStruct)) in imxrt_hp_adc_convert() 81 *value = (mLpadcResultConfigStruct.convValue) >> g_LpadcResultShift; in imxrt_hp_adc_convert()
|
| /bsp/nxp/lpc/lpc55sxx/Libraries/drivers/ |
| A D | drv_adc.c | 36 lpadc_conv_result_t mLpadcResultConfigStruct; in lpc_lpadc_convert() local 53 while (!LPADC_GetConvResult(base, &mLpadcResultConfigStruct, 0U)); in lpc_lpadc_convert() 55 *value = ((mLpadcResultConfigStruct.convValue) >> 3U); in lpc_lpadc_convert()
|
| /bsp/nxp/mcx/mcxn/Libraries/drivers/ |
| A D | drv_adc.c | 86 lpadc_conv_result_t mLpadcResultConfigStruct; in at32_get_adc_value() local 89 while (!LPADC_GetConvResult(adc->adc_base, &mLpadcResultConfigStruct, 0)) in at32_get_adc_value() 94 *value = mLpadcResultConfigStruct.convValue; in at32_get_adc_value()
|
| /bsp/nxp/mcx/mcxa/Libraries/drivers/ |
| A D | drv_adc.c | 117 lpadc_conv_result_t mLpadcResultConfigStruct; in a153_get_adc_value() local 120 while (!LPADC_GetConvResult(adc->adc_base, &mLpadcResultConfigStruct)); in a153_get_adc_value() 121 *value = mLpadcResultConfigStruct.convValue; in a153_get_adc_value()
|
| /bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/ |
| A D | fsl_lpadc.c | 302 lpadc_conv_result_t mLpadcResultConfigStruct; in LPADC_DoAutoCalibration() local 324 while (!LPADC_GetConvResult(base, &mLpadcResultConfigStruct)) in LPADC_DoAutoCalibration() 328 LPADC_SetOffsetValue(base, (mLpadcResultConfigStruct.convValue) >> 3U); in LPADC_DoAutoCalibration()
|
Completed in 9 milliseconds