Home
last modified time | relevance | path

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

1234

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_adc.c827 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()
Dstm32h7xx_hal_adc.c425 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/
Dstm32u5xx_ll_adc.c845 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/
Dstm32f0xx_ll_adc.c376 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/
Dstm32h7xx_ll_adc.h506 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/
Dstm32wbaxx_ll_adc.c473 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/
Dstm32l0xx_ll_adc.c487 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/
Dstm32wbxx_ll_adc.c839 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/
Dstm32u0xx_ll_adc.c513 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/
Dstm32wlxx_ll_adc.c524 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/
Dstm32c0xx_ll_adc.c530 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/
Dstm32g0xx_ll_adc.c542 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/
Dstm32f7xx_ll_adc.c578 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/
Dstm32f4xx_ll_adc.c592 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/
Dstm32f2xx_ll_adc.c600 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/
Dstm32l1xx_ll_adc.c579 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/
Dstm32l5xx_ll_adc.c728 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/
Dstm32n6xx_ll_adc.c736 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()
Dstm32n6xx_hal_dts.c697 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/
Dstm32l4xx_ll_adc.c728 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/
Dstm32h7rsxx_ll_adc.c741 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/
Dstm32h5xx_ll_adc.c785 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/
Dstm32mp1xx_ll_adc.c759 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/
Dstm32g4xx_ll_adc.c1095 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/
Dstm32f0xx_ll_adc.h239 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()

1234