Home
last modified time | relevance | path

Searched refs:AVDLevel (Results 1 – 12 of 12) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pwr_ex.c271 assert_param(IS_PWR_AVD_LEVEL(sConfigAVD->AVDLevel)); in HAL_PWREx_ConfigAVD()
275 MODIFY_REG(PWR->VMCR, PWR_VMCR_ALS, sConfigAVD->AVDLevel); in HAL_PWREx_ConfigAVD()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_pwr_ex.c562 assert_param(IS_PWR_AVD_LEVEL(sConfigAVD->AVDLevel)); in HAL_PWREx_ConfigAVD()
566 MODIFY_REG(PWR->CR1, PWR_CR1_ALS, sConfigAVD->AVDLevel); in HAL_PWREx_ConfigAVD()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_pwr.h360 __STATIC_INLINE void LL_PWR_SetAVDLevel(uint32_t AVDLevel) in LL_PWR_SetAVDLevel() argument
362 MODIFY_REG(PWR->CR1, PWR_CR1_ALS, AVDLevel); in LL_PWR_SetAVDLevel()
Dstm32mp1xx_hal_pwr_ex.h49 uint32_t AVDLevel; /*!< AVDLevel: Specifies the AVD detection level. member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_pwr_ex.c1274 assert_param(IS_PWR_AVD_LEVEL(sConfigAVD->AVDLevel)); in HAL_PWREx_ConfigAVD()
1278 MODIFY_REG(PWR->CR1, PWR_CR1_ALS, sConfigAVD->AVDLevel); in HAL_PWREx_ConfigAVD()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr_ex.c1983 assert_param (IS_PWR_AVD_LEVEL (sConfigAVD->AVDLevel)); in HAL_PWREx_ConfigAVD()
1987 MODIFY_REG (PWR->CR1, PWR_CR1_ALS, sConfigAVD->AVDLevel); in HAL_PWREx_ConfigAVD()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_pwr.h509 __STATIC_INLINE void LL_PWR_SetAVDLevel(uint32_t AVDLevel) in LL_PWR_SetAVDLevel() argument
511 MODIFY_REG(PWR->CR1, PWR_CR1_ALS, AVDLevel); in LL_PWR_SetAVDLevel()
Dstm32h7rsxx_hal_pwr_ex.h47 uint32_t AVDLevel; /*!< Specifies the AVD detection level. member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_pwr.h1109 __STATIC_INLINE void LL_PWR_SetAVDLevel(uint32_t AVDLevel) in LL_PWR_SetAVDLevel() argument
1111 MODIFY_REG(PWR->VMCR, PWR_VMCR_ALS, AVDLevel); in LL_PWR_SetAVDLevel()
Dstm32h5xx_hal_pwr_ex.h49 uint32_t AVDLevel; /*!< AVDLevel: Specifies the AVD detection level. This member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_pwr.h636 __STATIC_INLINE void LL_PWR_SetAVDLevel(uint32_t AVDLevel) in LL_PWR_SetAVDLevel() argument
638 MODIFY_REG(PWR->CR1, PWR_CR1_ALS, AVDLevel); in LL_PWR_SetAVDLevel()
Dstm32h7xx_hal_pwr_ex.h47 uint32_t AVDLevel; /*!< AVDLevel : Specifies the AVD detection level. This member