/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_adc.c | 827 assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution)); in LL_ADC_Init() 847 …((__LL_ADC12_RESOLUTION_TO_ADC3(ADC_InitStruct->Resolution) & (ADC_CFGR_RES_1 | ADC_CFGR_RES_0)) … in LL_ADC_Init() 857 ADC_InitStruct->Resolution in LL_ADC_Init() 866 ADC_InitStruct->Resolution in LL_ADC_Init() 891 ADC_InitStruct->Resolution = LL_ADC_RESOLUTION_16B; in LL_ADC_StructInit()
|
D | stm32h7xx_hal_adc.c | 425 assert_param(IS_ADC_RESOLUTION(hadc->Init.Resolution)); in HAL_ADC_Init() 582 hadc->Init.Resolution | in HAL_ADC_Init() 591 …((__LL_ADC12_RESOLUTION_TO_ADC3(hadc->Init.Resolution) & (ADC_CFGR_RES_1 | ADC_CFGR_RES_0)) << 1U… in HAL_ADC_Init() 598 hadc->Init.Resolution | in HAL_ADC_Init() 604 if ((HAL_GetREVID() > REV_ID_Y) && (ADC_RESOLUTION_8B == hadc->Init.Resolution)) in HAL_ADC_Init() 609 hadc->Init.Resolution | (ADC_CFGR_RES_1 | ADC_CFGR_RES_0) | in HAL_ADC_Init() 617 hadc->Init.Resolution | in HAL_ADC_Init()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_adc.c | 845 assert_param(IS_LL_ADC_RESOLUTION(pADC_InitStruct->Resolution)); in LL_ADC_Init() 868 … ADC_CFGR1_RES | ADC4_CFGR1_WAIT, pADC_InitStruct->Resolution | pADC_InitStruct->LowPowerMode); in LL_ADC_Init() 878 LL_ADC_SetResolution(pADCx, pADC_InitStruct->Resolution); in LL_ADC_Init() 903 pADC_InitStruct->Resolution = LL_ADC_RESOLUTION_14B; in LL_ADC_StructInit() 908 pADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_adc.c | 376 assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution)); in LL_ADC_Init() 395 ADC_InitStruct->Resolution in LL_ADC_Init() 425 ADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_adc.h | 506 uint32_t Resolution; /*!< Set ADC resolution. member 2997 __STATIC_INLINE void LL_ADC_SetResolution(ADC_TypeDef *ADCx, uint32_t Resolution) in LL_ADC_SetResolution() argument 3001 MODIFY_REG(ADCx->CFGR, ADC_CFGR_RES, Resolution); in LL_ADC_SetResolution() 3006 …MODIFY_REG(ADCx->CFGR, ADC3_CFGR_RES, ((__LL_ADC12_RESOLUTION_TO_ADC3(Resolution) & (ADC_CFGR_RES… in LL_ADC_SetResolution() 3012 MODIFY_REG(ADCx->CFGR, ADC_CFGR_RES, Resolution); in LL_ADC_SetResolution() 3016 if (LL_ADC_RESOLUTION_8B == Resolution) in LL_ADC_SetResolution() 3018 MODIFY_REG(ADCx->CFGR, ADC_CFGR_RES, Resolution | 0x0000000CUL); in LL_ADC_SetResolution() 3022 MODIFY_REG(ADCx->CFGR, ADC_CFGR_RES, Resolution); in LL_ADC_SetResolution() 3029 MODIFY_REG(ADCx->CFGR, ADC_CFGR_RES, Resolution); in LL_ADC_SetResolution() 3033 if (LL_ADC_RESOLUTION_8B == Resolution) in LL_ADC_SetResolution() [all …]
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_ll_adc.c | 473 assert_param(IS_LL_ADC_RESOLUTION(pADC_InitStruct->Resolution)); in LL_ADC_Init() 489 pADC_InitStruct->Resolution in LL_ADC_Init() 512 pADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_adc.c | 487 assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution)); in LL_ADC_Init() 506 ADC_InitStruct->Resolution in LL_ADC_Init() 536 ADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_adc.c | 839 assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution)); in LL_ADC_Init() 859 ADC_InitStruct->Resolution in LL_ADC_Init() 875 ADC_InitStruct->Resolution in LL_ADC_Init() 902 ADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_ll_adc.c | 513 assert_param(IS_LL_ADC_RESOLUTION(pADC_InitStruct->Resolution)); in LL_ADC_Init() 532 pADC_InitStruct->Resolution in LL_ADC_Init() 563 pADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_adc.c | 524 assert_param(IS_LL_ADC_RESOLUTION(pADC_InitStruct->Resolution)); in LL_ADC_Init() 543 pADC_InitStruct->Resolution in LL_ADC_Init() 574 pADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_adc.c | 530 assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution)); in LL_ADC_Init() 549 ADC_InitStruct->Resolution in LL_ADC_Init() 580 ADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_adc.c | 542 assert_param(IS_LL_ADC_RESOLUTION(pADC_InitStruct->Resolution)); in LL_ADC_Init() 561 pADC_InitStruct->Resolution in LL_ADC_Init() 592 pADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_adc.c | 578 assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution)); in LL_ADC_Init() 594 ADC_InitStruct->Resolution in LL_ADC_Init() 623 ADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_adc.c | 592 assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution)); in LL_ADC_Init() 608 ADC_InitStruct->Resolution in LL_ADC_Init() 637 ADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_adc.c | 600 assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution)); in LL_ADC_Init() 616 ADC_InitStruct->Resolution in LL_ADC_Init() 645 ADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_adc.c | 579 assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution)); in LL_ADC_Init() 605 ADC_InitStruct->Resolution in LL_ADC_Init() 637 ADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_adc.c | 728 assert_param(IS_LL_ADC_RESOLUTION(pADC_InitStruct->Resolution)); in LL_ADC_Init() 746 pADC_InitStruct->Resolution in LL_ADC_Init() 771 pADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_adc.c | 736 assert_param(IS_LL_ADC_RESOLUTION(pADC_InitStruct->Resolution)); in LL_ADC_Init() 753 pADC_InitStruct->Resolution in LL_ADC_Init() 778 pADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit()
|
D | stm32n6xx_hal_dts.c | 697 assert_param(IS_DTS_SENSOR_RESOLUTION(pSensorParams->Resolution)); in HAL_DTS_ConfigSensor() 705 (pSensorParams->Trigger | pSensorParams->Resolution)); in HAL_DTS_ConfigSensor() 709 …s = DTS_ProgramSdaRegister(hdts, (uint32_t) Sensor, DTS_SDATS_CFGR_REG, pSensorParams->Resolution); in HAL_DTS_ConfigSensor()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_adc.c | 728 assert_param(IS_LL_ADC_RESOLUTION(pADC_InitStruct->Resolution)); in LL_ADC_Init() 746 pADC_InitStruct->Resolution in LL_ADC_Init() 771 pADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_adc.c | 741 assert_param(IS_LL_ADC_RESOLUTION(pADC_InitStruct->Resolution)); in LL_ADC_Init() 759 pADC_InitStruct->Resolution in LL_ADC_Init() 784 pADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_adc.c | 785 assert_param(IS_LL_ADC_RESOLUTION(pADC_InitStruct->Resolution)); in LL_ADC_Init() 803 pADC_InitStruct->Resolution in LL_ADC_Init() 828 pADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_adc.c | 759 assert_param(IS_LL_ADC_RESOLUTION(pADC_InitStruct->Resolution)); in LL_ADC_Init() 776 pADC_InitStruct->Resolution in LL_ADC_Init() 801 pADC_InitStruct->Resolution = LL_ADC_RESOLUTION_16B; in LL_ADC_StructInit()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_adc.c | 1095 assert_param(IS_LL_ADC_RESOLUTION(pADC_InitStruct->Resolution)); in LL_ADC_Init() 1113 pADC_InitStruct->Resolution in LL_ADC_Init() 1138 pADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_adc.h | 239 uint32_t Resolution; /*!< Set ADC resolution. member 1562 __STATIC_INLINE void LL_ADC_SetResolution(ADC_TypeDef *ADCx, uint32_t Resolution) in LL_ADC_SetResolution() argument 1564 MODIFY_REG(ADCx->CFGR1, ADC_CFGR1_RES, Resolution); in LL_ADC_SetResolution()
|