Home
last modified time | relevance | path

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

123456

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_adc.h6097 ADC_CR_DEEPPWD); in LL_ADC_EnableDeepPowerDown()
6118 CLEAR_BIT(ADCx->CR, (ADC_CR_DEEPPWD | ADC_CR_BITS_PROPERTY_RS)); in LL_ADC_DisableDeepPowerDown()
6129 return ((READ_BIT(ADCx->CR, ADC_CR_DEEPPWD) == (ADC_CR_DEEPPWD)) ? 1UL : 0UL); in LL_ADC_IsDeepPowerDownEnabled()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_adc.h6730 ADC_CR_DEEPPWD); in LL_ADC_EnableDeepPowerDown()
6751 CLEAR_BIT(ADCx->CR, (ADC_CR_DEEPPWD | ADC_CR_BITS_PROPERTY_RS)); in LL_ADC_DisableDeepPowerDown()
6762 return ((READ_BIT(ADCx->CR, ADC_CR_DEEPPWD) == (ADC_CR_DEEPPWD)) ? 1UL : 0UL); in LL_ADC_IsDeepPowerDownEnabled()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_adc.h5615 ADC_CR_DEEPPWD); in LL_ADC_EnableDeepPowerDown()
5636 CLEAR_BIT(ADCx->CR, (ADC_CR_DEEPPWD | ADC_CR_BITS_PROPERTY_RS)); in LL_ADC_DisableDeepPowerDown()
5647 return ((READ_BIT(ADCx->CR, ADC_CR_DEEPPWD) == (ADC_CR_DEEPPWD)) ? 1UL : 0UL); in LL_ADC_IsDeepPowerDownEnabled()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_adc.h6664 ADC_CR_DEEPPWD); in LL_ADC_EnableDeepPowerDown()
6685 CLEAR_BIT(ADCx->CR, (ADC_CR_DEEPPWD | ADC_CR_BITS_PROPERTY_RS)); in LL_ADC_DisableDeepPowerDown()
6696 return ((READ_BIT(ADCx->CR, ADC_CR_DEEPPWD) == (ADC_CR_DEEPPWD)) ? 1UL : 0UL); in LL_ADC_IsDeepPowerDownEnabled()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_adc.h6687 ADC_CR_DEEPPWD); in LL_ADC_EnableDeepPowerDown()
6708 CLEAR_BIT(ADCx->CR, (ADC_CR_DEEPPWD | ADC_CR_BITS_PROPERTY_RS)); in LL_ADC_DisableDeepPowerDown()
6719 return ((READ_BIT(ADCx->CR, ADC_CR_DEEPPWD) == (ADC_CR_DEEPPWD)) ? 1UL : 0UL); in LL_ADC_IsDeepPowerDownEnabled()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_adc.h6346 ADC_CR_DEEPPWD); in LL_ADC_EnableDeepPowerDown()
6367 CLEAR_BIT(ADCx->CR, (ADC_CR_DEEPPWD | ADC_CR_BITS_PROPERTY_RS)); in LL_ADC_DisableDeepPowerDown()
6378 return ((READ_BIT(ADCx->CR, ADC_CR_DEEPPWD) == (ADC_CR_DEEPPWD)) ? 1UL : 0UL); in LL_ADC_IsDeepPowerDownEnabled()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_adc.h6566 ADC_CR_DEEPPWD); in LL_ADC_EnableDeepPowerDown()
6587 CLEAR_BIT(ADCx->CR, (ADC_CR_DEEPPWD | ADC_CR_BITS_PROPERTY_RS)); in LL_ADC_DisableDeepPowerDown()
6598 return ((READ_BIT(ADCx->CR, ADC_CR_DEEPPWD) == (ADC_CR_DEEPPWD)) ? 1UL : 0UL); in LL_ADC_IsDeepPowerDownEnabled()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_adc.h7605 ADC_CR_DEEPPWD); in LL_ADC_EnableDeepPowerDown()
7626 CLEAR_BIT(ADCx->CR, (ADC_CR_DEEPPWD | ADC_CR_BITS_PROPERTY_RS)); in LL_ADC_DisableDeepPowerDown()
7637 return ((READ_BIT(ADCx->CR, ADC_CR_DEEPPWD) == (ADC_CR_DEEPPWD)) ? 1UL : 0UL); in LL_ADC_IsDeepPowerDownEnabled()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_adc.h7769 MODIFY_REG(ADCx->CR, ADC_CR_BITS_PROPERTY_RS, ADC_CR_DEEPPWD); in LL_ADC_EnableDeepPowerDown()
7790 CLEAR_BIT(ADCx->CR, (ADC_CR_DEEPPWD | ADC_CR_BITS_PROPERTY_RS)); in LL_ADC_DisableDeepPowerDown()
7801 return ((READ_BIT(ADCx->CR, ADC_CR_DEEPPWD) == (ADC_CR_DEEPPWD)) ? 1UL : 0UL); in LL_ADC_IsDeepPowerDownEnabled()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_adc.h6802 ADC_CR_DEEPPWD); in LL_ADC_EnableDeepPowerDown()
6823 CLEAR_BIT(ADCx->CR, (ADC_CR_DEEPPWD | ADC_CR_BITS_PROPERTY_RS)); in LL_ADC_DisableDeepPowerDown()
6834 return ((READ_BIT(ADCx->CR, ADC_CR_DEEPPWD) == (ADC_CR_DEEPPWD)) ? 1UL : 0UL); in LL_ADC_IsDeepPowerDownEnabled()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_adc_ex.c316 if (HAL_IS_BIT_SET(hadc->Instance->CR, ADC_CR_DEEPPWD)) in HAL_ADCEx_LinearCalibration_SetValue()
319 CLEAR_BIT(hadc->Instance->CR, ADC_CR_DEEPPWD); in HAL_ADCEx_LinearCalibration_SetValue()
Dstm32mp1xx_ll_adc.c597 SET_BIT(ADCx->CR, ADC_CR_DEEPPWD); in LL_ADC_DeInit()
Dstm32mp1xx_hal_adc.c768 SET_BIT(hadc->Instance->CR, ADC_CR_DEEPPWD); in HAL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_adc_ex.c337 if (HAL_IS_BIT_SET(hadc->Instance->CR, ADC_CR_DEEPPWD)) in HAL_ADCEx_LinearCalibration_SetValue()
340 CLEAR_BIT(hadc->Instance->CR, ADC_CR_DEEPPWD); in HAL_ADCEx_LinearCalibration_SetValue()
Dstm32h7xx_ll_adc.c621 SET_BIT(ADCx->CR, ADC_CR_DEEPPWD); in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_adc.c573 SET_BIT(ADCx->CR, ADC_CR_DEEPPWD); in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_adc.c563 SET_BIT(ADCx->CR, ADC_CR_DEEPPWD); in LL_ADC_DeInit()
Dstm32n6xx_hal_adc.c724 SET_BIT(hadc->Instance->CR, ADC_CR_DEEPPWD); in HAL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_adc.c573 SET_BIT(ADCx->CR, ADC_CR_DEEPPWD); in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_adc.c581 SET_BIT(ADCx->CR, ADC_CR_DEEPPWD); in LL_ADC_DeInit()
Dstm32h7rsxx_hal_adc.c765 SET_BIT(hadc->Instance->CR, ADC_CR_DEEPPWD); in HAL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_adc.c625 SET_BIT(ADCx->CR, ADC_CR_DEEPPWD); in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_adc.c623 SET_BIT(ADCx->CR, ADC_CR_DEEPPWD); in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_adc.c612 SET_BIT(pADCx->CR, ADC_CR_DEEPPWD); in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_adc.c931 SET_BIT(ADCx->CR, ADC_CR_DEEPPWD); in LL_ADC_DeInit()

123456