Home
last modified time | relevance | path

Searched refs:BORConfiguration (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_pwr_ex.c592 void HAL_PWREx_SetBORConfig(uint32_t BORConfiguration) in HAL_PWREx_SetBORConfig() argument
594 LL_PWR_SetBORConfig(BORConfiguration); in HAL_PWREx_SetBORConfig()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_pwr.h1293 __STATIC_INLINE void LL_PWR_SetBORConfig(uint32_t BORConfiguration) in LL_PWR_SetBORConfig() argument
1295 MODIFY_REG(PWR->CR5, PWR_CR5_BORHC, BORConfiguration); in LL_PWR_SetBORConfig()
Dstm32wbxx_hal_pwr_ex.h905 void HAL_PWREx_SetBORConfig(uint32_t BORConfiguration);