Home
last modified time | relevance | path

Searched refs:Resolution (Results 1 – 25 of 34) sorted by relevance

12

/bsp/stm32/libraries/HAL_Drivers/drivers/config/f7/
A Dadc_config.h26 .Init.Resolution = ADC_RESOLUTION_12B, \
47 .Init.Resolution = ADC_RESOLUTION_12B, \
68 .Init.Resolution = ADC_RESOLUTION_12B, \
/bsp/stm32/libraries/HAL_Drivers/drivers/config/g4/
A Dadc_config.h26 .Init.Resolution = ADC_RESOLUTION_12B, \
47 .Init.Resolution = ADC_RESOLUTION_12B, \
68 .Init.Resolution = ADC_RESOLUTION_12B, \
/bsp/stm32/libraries/HAL_Drivers/drivers/config/f2/
A Dadc_config.h26 .Init.Resolution = ADC_RESOLUTION_12B, \
47 .Init.Resolution = ADC_RESOLUTION_12B, \
68 .Init.Resolution = ADC_RESOLUTION_12B, \
/bsp/stm32/libraries/HAL_Drivers/drivers/config/f4/
A Dadc_config.h26 .Init.Resolution = ADC_RESOLUTION_12B, \
47 .Init.Resolution = ADC_RESOLUTION_12B, \
68 .Init.Resolution = ADC_RESOLUTION_12B, \
/bsp/stm32/libraries/HAL_Drivers/drivers/config/l5/
A Dadc_config.h26 .Init.Resolution = ADC_RESOLUTION_12B, \
48 .Init.Resolution = ADC_RESOLUTION_12B, \
70 .Init.Resolution = ADC_RESOLUTION_12B, \
/bsp/stm32/libraries/HAL_Drivers/drivers/config/u5/
A Dadc_config.h26 .Init.Resolution = ADC_RESOLUTION_12B, \
48 .Init.Resolution = ADC_RESOLUTION_12B, \
70 .Init.Resolution = ADC_RESOLUTION_12B, \
/bsp/stm32/libraries/HAL_Drivers/drivers/config/l4/
A Dadc_config.h26 .Init.Resolution = ADC_RESOLUTION_12B, \
48 .Init.Resolution = ADC_RESOLUTION_12B, \
70 .Init.Resolution = ADC_RESOLUTION_12B, \
/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/
A Dadc_config.h26 .Init.Resolution = ADC_RESOLUTION_12B, \
48 .Init.Resolution = ADC_RESOLUTION_12B, \
70 .Init.Resolution = ADC_RESOLUTION_12B, \
/bsp/stm32/libraries/HAL_Drivers/drivers/config/h7/
A Dadc_config.h26 .Init.Resolution = ADC_RESOLUTION_16B, \
49 .Init.Resolution = ADC_RESOLUTION_16B, \
72 .Init.Resolution = ADC_RESOLUTION_16B, \
/bsp/stm32/libraries/HAL_Drivers/drivers/config/mp1/
A Dadc_config.h26 .Init.Resolution = ADC_RESOLUTION_12B, \
49 .Init.Resolution = ADC_RESOLUTION_12B, \
72 .Init.Resolution = ADC_RESOLUTION_12B, \
/bsp/stm32/libraries/HAL_Drivers/drivers/config/h5/
A Dadc_config.h26 .Init.Resolution = ADC_RESOLUTION_12B, \
50 .Init.Resolution = ADC_RESOLUTION_12B, \
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_adc.c246 switch(stm32_adc_handler->Init.Resolution) in stm32_adc_get_resolution()
320 …LC_VREFANALOG_VOLTAGE(stm32_adc_handler->Instance, vref_value, stm32_adc_handler->Init.Resolution); in stm32_adc_get_vref()
322 vref_mv = __LL_ADC_CALC_VREFANALOG_VOLTAGE(vref_value, stm32_adc_handler->Init.Resolution); in stm32_adc_get_vref()
/bsp/stm32/libraries/HAL_Drivers/drivers/config/g0/
A Dadc_config.h27 .Init.Resolution = ADC_RESOLUTION_12B, \
/bsp/stm32/libraries/HAL_Drivers/drivers/config/f0/
A Dadc_config.h26 .Init.Resolution = ADC_RESOLUTION_12B, \
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_adc.c536 assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution)); in LL_ADC_Init()
562 ADC_InitStruct->Resolution in LL_ADC_Init()
594 ADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit()
A Dstm32l1xx_hal_adc.c447 assert_param(IS_ADC_RESOLUTION(hadc->Init.Resolution)); in HAL_ADC_Init()
565 tmp_cr1 |= (hadc->Init.Resolution | in HAL_ADC_Init()
/bsp/raspberry-pico/RP2040/applications/lvgl/
A DREADME.md13 - Display Resolution: 240*RGB (H) *320(V)
/bsp/mm32/libraries/MM32F3270_HAL/MM32F3270_HAL_Driver/Inc/
A Dhal_adc.h241 …ADC_Resolution_Type Resolution; /*!< Specify the available bits for the conversion result data. … member
/bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/inc/
A Dtsc_linrot.h148 TSC_tCounter_T Resolution; /*!< Position resolution */ member
/bsp/stm32/stm32g474-st-nucleo/
A DREADME.md53 - 5 x 12-bit ADCs 0.25 µs, up to 42 channels. Resolution up to 16-bit with hardware oversampling, 0…
61 …- HRTIM (Hi-Resolution and complex waveform builder): 6 x16-bit counters, 184 ps resolution, 12 PWM
/bsp/stm32/stm32h563-st-nucleo/board/CubeMX_Config/Src/
A Dmain.c223 hadc1.Init.Resolution = ADC_RESOLUTION_12B; in MX_ADC1_Init()
282 hadc2.Init.Resolution = ADC_RESOLUTION_12B; in MX_ADC2_Init()
/bsp/stm32/stm32l496-st-discovery/board/CubeMX_Config/Src/
A Dmain.c282 hadc1.Init.Resolution = ADC_RESOLUTION_12B; in MX_ADC1_Init()
348 hadc2.Init.Resolution = ADC_RESOLUTION_12B; in MX_ADC2_Init()
406 hadc3.Init.Resolution = ADC_RESOLUTION_12B; in MX_ADC3_Init()
/bsp/mm32/libraries/MM32F3270_HAL/MM32F3270_HAL_Driver/Src/
A Dhal_adc.c27 | ADC_ADCFG_RSLTCTL(init->Resolution) in ADC_Init()
/bsp/stm32/stm32u575-st-nucleo/board/CubeMX_Config/
A DCubeMX_Config.ioc3 ADC1.IPParameters=NbrOfConversion,Resolution,master,CommonPathInternal
5 ADC1.Resolution=ADC_RESOLUTION_14B
/bsp/stm32/stm32h503-st-nucleo/board/CubeMX_Config/Src/
A Dmain.c206 hadc1.Init.Resolution = ADC_RESOLUTION_12B; in MX_ADC1_Init()

Completed in 39 milliseconds

12