Home
last modified time | relevance | path

Searched refs:PVDLevel (Results 1 – 5 of 5) sorted by relevance

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_pwr_ex.c127 assert_param(IS_PWR_PVD_LEVEL(sConfigPVD->PVDLevel)); in HAL_PWR_ConfigPVD()
131 MODIFY_REG(PWR->CR, PWR_CR_PLS, sConfigPVD->PVDLevel); in HAL_PWR_ConfigPVD()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_pwr.c281 assert_param(IS_PWR_PVD_LEVEL(sConfigPVD->PVDLevel)); in HAL_PWR_ConfigPVD()
285 MODIFY_REG(PWR->CR1, PWR_CR1_PLS, sConfigPVD->PVDLevel); in HAL_PWR_ConfigPVD()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_ll_pwr.h324 __STATIC_INLINE void LL_PWR_SetPVDLevel(uint32_t PVDLevel) in LL_PWR_SetPVDLevel() argument
326 MODIFY_REG(PWR->CR, PWR_CR_PLS, PVDLevel); in LL_PWR_SetPVDLevel()
A Dstm32f0xx_hal_pwr_ex.h70 uint32_t PVDLevel; /*!< PVDLevel: Specifies the PVD detection level member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_pwr.h67 uint32_t PVDLevel; /*!< PVDLevel: Specifies the PVD detection level. member

Completed in 8 milliseconds