Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_pwr_ex.c279 MODIFY_REG(PWR->VMCR, PWR_VMCR_ALS, sConfigAVD->AVDLevel); in HAL_PWREx_ConfigAVD()
319 SET_BIT(PWR->VMCR, PWR_VMCR_AVDEN); in HAL_PWREx_EnableAVD()
329 CLEAR_BIT(PWR->VMCR, PWR_VMCR_AVDEN); in HAL_PWREx_DisableAVD()
514 if (READ_BIT(PWR->VMCR, PWR_VMCR_PVDEN) != 0U) in HAL_PWREx_PVD_AVD_IRQHandler()
538 if (READ_BIT(PWR->VMCR, PWR_VMCR_AVDEN) != 0U) in HAL_PWREx_PVD_AVD_IRQHandler()
Dstm32h5xx_hal_pwr.c152 MODIFY_REG(PWR->VMCR, PWR_VMCR_PLS, sConfigPVD->PVDLevel); in HAL_PWR_ConfigPVD()
193 SET_BIT(PWR->VMCR, PWR_VMCR_PVDEN); in HAL_PWR_EnablePVD()
203 CLEAR_BIT(PWR->VMCR, PWR_VMCR_PVDEN); in HAL_PWR_DisablePVD()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/Device/Include/
Dstm32h573xx.h1119 …__IO uint32_t VMCR; /*!< Voltage Monitor Control Register, Address offset: 0x34 … member