Home
last modified time | relevance | path

Searched refs:ADC_CR_DEEPPWD (Results 1 – 4 of 4) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_adc.h5849 ADC_CR_DEEPPWD); in LL_ADC_EnableDeepPowerDown()
5870 CLEAR_BIT(ADCx->CR, (ADC_CR_DEEPPWD | ADC_CR_BITS_PROPERTY_RS)); in LL_ADC_DisableDeepPowerDown()
5881 return ((READ_BIT(ADCx->CR, ADC_CR_DEEPPWD) == (ADC_CR_DEEPPWD)) ? 1UL : 0UL); in LL_ADC_IsDeepPowerDownEnabled()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_adc.c595 SET_BIT(ADCx->CR, ADC_CR_DEEPPWD); in LL_ADC_DeInit()
Dstm32l4xx_hal_adc.c791 SET_BIT(hadc->Instance->CR, ADC_CR_DEEPPWD); in HAL_ADC_DeInit()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h1592 #define ADC_CR_DEEPPWD ADC_CR_DEEPPWD_Msk /*!< ADC deep power … macro