Home
last modified time | relevance | path

Searched refs:LowVoltageThreshold (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_pwr_ex.c783 assert_param(IS_PWR_VDDCOREVM_LEVEL(pConfigVddCOREVM->LowVoltageThreshold)); in HAL_PWREx_ConfigVDDCOREVM()
793 MODIFY_REG(PWR->CR3, PWR_CR3_VCORELLS_Msk, pConfigVddCOREVM->LowVoltageThreshold); in HAL_PWREx_ConfigVDDCOREVM()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_pwr_ex.h79 uint32_t LowVoltageThreshold; /*!< Specifies the VDDCORE voltage detector low-level. member