Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_ll_adc.c486 assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution)); in LL_ADC_Init()
505 ADC_InitStruct->Resolution in LL_ADC_Init()
530 ADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit()
Dstm32l0xx_hal_adc.c367 assert_param(IS_ADC_RESOLUTION(hadc->Init.Resolution)); in HAL_ADC_Init()
446 hadc->Instance->CFGR1 |= hadc->Init.Resolution; in HAL_ADC_Init()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_ll_adc.c552 assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution)); in LL_ADC_Init()
578 ADC_InitStruct->Resolution in LL_ADC_Init()
610 ADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit()
Dstm32l1xx_hal_adc.c398 assert_param(IS_ADC_RESOLUTION(hadc->Init.Resolution)); in HAL_ADC_Init()
499 tmp_cr1 |= (hadc->Init.Resolution | in HAL_ADC_Init()
/loramac-node-2.7.6/src/boards/NucleoL152/
Dadc-board.c46 AdcHandle.Init.Resolution = ADC_RESOLUTION_12B; in AdcMcuConfig()
/loramac-node-2.7.6/src/boards/SKiM980A/
Dadc-board.c46 AdcHandle.Init.Resolution = ADC_RESOLUTION_12B; in AdcMcuConfig()
/loramac-node-2.7.6/src/boards/NAMote72/
Dadc-board.c46 AdcHandle.Init.Resolution = ADC_RESOLUTION_12B; in AdcMcuConfig()
/loramac-node-2.7.6/src/boards/SKiM880B/
Dadc-board.c46 AdcHandle.Init.Resolution = ADC_RESOLUTION_12B; in AdcMcuConfig()
/loramac-node-2.7.6/src/boards/NucleoL476/
Dadc-board.c61 AdcHandle.Init.Resolution = ADC_RESOLUTION_12B; in AdcMcuConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_adc.c750 assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution)); in LL_ADC_Init()
768 ADC_InitStruct->Resolution in LL_ADC_Init()
792 ADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit()
Dstm32l4xx_hal_adc.c436 assert_param(IS_ADC_RESOLUTION(hadc->Init.Resolution)); in HAL_ADC_Init()
597 hadc->Init.Resolution | in HAL_ADC_Init()
/loramac-node-2.7.6/src/boards/B-L072Z-LRWAN1/
Dadc-board.c48 AdcHandle.Init.Resolution = ADC_RESOLUTION_12B; in AdcMcuConfig()
/loramac-node-2.7.6/src/boards/SKiM881AXL/
Dadc-board.c48 AdcHandle.Init.Resolution = ADC_RESOLUTION_12B; in AdcMcuConfig()
/loramac-node-2.7.6/src/boards/NucleoL073/
Dadc-board.c48 AdcHandle.Init.Resolution = ADC_RESOLUTION_12B; in AdcMcuConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_adc.h297 uint32_t Resolution; /*!< Set ADC resolution. member
1719 …IC_INLINE void LL_ADC_SetCommonFrequencyMode(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Resolution) in LL_ADC_SetCommonFrequencyMode() argument
1721 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_LFMEN, Resolution); in LL_ADC_SetCommonFrequencyMode()
1927 __STATIC_INLINE void LL_ADC_SetResolution(ADC_TypeDef *ADCx, uint32_t Resolution) in LL_ADC_SetResolution() argument
1929 MODIFY_REG(ADCx->CFGR1, ADC_CFGR1_RES, Resolution); in LL_ADC_SetResolution()
Dstm32l0xx_hal_adc.h100 uint32_t Resolution; /*!< Configure the ADC resolution. member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_adc.h444 uint32_t Resolution; /*!< Set ADC resolution. member
2266 __STATIC_INLINE void LL_ADC_SetResolution(ADC_TypeDef *ADCx, uint32_t Resolution) in LL_ADC_SetResolution() argument
2268 MODIFY_REG(ADCx->CR1, ADC_CR1_RES, Resolution); in LL_ADC_SetResolution()
Dstm32l1xx_hal_adc.h80 uint32_t Resolution; /*!< Configures the ADC resolution. member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_adc.h116 uint32_t Resolution; /*!< Configure the ADC resolution. member
Dstm32l4xx_ll_adc.h464 uint32_t Resolution; /*!< Set ADC resolution. member
2634 __STATIC_INLINE void LL_ADC_SetResolution(ADC_TypeDef *ADCx, uint32_t Resolution) in LL_ADC_SetResolution() argument
2636 MODIFY_REG(ADCx->CFGR, ADC_CFGR_RES, Resolution); in LL_ADC_SetResolution()