| /bsp/stm32/libraries/HAL_Drivers/drivers/config/f7/ |
| A D | adc_config.h | 26 .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 D | adc_config.h | 26 .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 D | adc_config.h | 26 .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 D | adc_config.h | 26 .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 D | adc_config.h | 26 .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 D | adc_config.h | 26 .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 D | adc_config.h | 26 .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 D | adc_config.h | 26 .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 D | adc_config.h | 26 .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 D | adc_config.h | 26 .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 D | adc_config.h | 26 .Init.Resolution = ADC_RESOLUTION_12B, \ 50 .Init.Resolution = ADC_RESOLUTION_12B, \
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_adc.c | 246 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 D | adc_config.h | 27 .Init.Resolution = ADC_RESOLUTION_12B, \
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/config/f0/ |
| A D | adc_config.h | 26 .Init.Resolution = ADC_RESOLUTION_12B, \
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_ll_adc.c | 536 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 D | stm32l1xx_hal_adc.c | 447 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 D | README.md | 13 - Display Resolution: 240*RGB (H) *320(V)
|
| /bsp/mm32/libraries/MM32F3270_HAL/MM32F3270_HAL_Driver/Inc/ |
| A D | hal_adc.h | 241 …ADC_Resolution_Type Resolution; /*!< Specify the available bits for the conversion result data. … member
|
| /bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/inc/ |
| A D | tsc_linrot.h | 148 TSC_tCounter_T Resolution; /*!< Position resolution */ member
|
| /bsp/stm32/stm32g474-st-nucleo/ |
| A D | README.md | 53 - 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 D | main.c | 223 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 D | main.c | 282 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 D | hal_adc.c | 27 | ADC_ADCFG_RSLTCTL(init->Resolution) in ADC_Init()
|
| /bsp/stm32/stm32u575-st-nucleo/board/CubeMX_Config/ |
| A D | CubeMX_Config.ioc | 3 ADC1.IPParameters=NbrOfConversion,Resolution,master,CommonPathInternal 5 ADC1.Resolution=ADC_RESOLUTION_14B
|
| /bsp/stm32/stm32h503-st-nucleo/board/CubeMX_Config/Src/ |
| A D | main.c | 206 hadc1.Init.Resolution = ADC_RESOLUTION_12B; in MX_ADC1_Init()
|