Searched refs:AVDLevel (Results 1 – 12 of 12) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_pwr_ex.c | 271 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/ |
D | stm32mp1xx_hal_pwr_ex.c | 562 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/ |
D | stm32mp1xx_ll_pwr.h | 360 __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()
|
D | stm32mp1xx_hal_pwr_ex.h | 49 uint32_t AVDLevel; /*!< AVDLevel: Specifies the AVD detection level. member
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_pwr_ex.c | 1274 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/ |
D | stm32h7xx_hal_pwr_ex.c | 1983 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/ |
D | stm32h7rsxx_ll_pwr.h | 509 __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()
|
D | stm32h7rsxx_hal_pwr_ex.h | 47 uint32_t AVDLevel; /*!< Specifies the AVD detection level. member
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_pwr.h | 1109 __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()
|
D | stm32h5xx_hal_pwr_ex.h | 49 uint32_t AVDLevel; /*!< AVDLevel: Specifies the AVD detection level. This member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_pwr.h | 636 __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()
|
D | stm32h7xx_hal_pwr_ex.h | 47 uint32_t AVDLevel; /*!< AVDLevel : Specifies the AVD detection level. This member
|