Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_pwr_ex.c706 void HAL_PWREx_EnableMemoryShutOff(uint32_t MemoryBlock) in HAL_PWREx_EnableMemoryShutOff() argument
709 assert_param(IS_PWR_MEMORY_BLOCK(MemoryBlock)); in HAL_PWREx_EnableMemoryShutOff()
712 SET_BIT(PWR->PMCR, MemoryBlock); in HAL_PWREx_EnableMemoryShutOff()
728 void HAL_PWREx_DisableMemoryShutOff(uint32_t MemoryBlock) in HAL_PWREx_DisableMemoryShutOff() argument
731 assert_param(IS_PWR_MEMORY_BLOCK(MemoryBlock)); in HAL_PWREx_DisableMemoryShutOff()
734 CLEAR_BIT(PWR->PMCR, MemoryBlock); in HAL_PWREx_DisableMemoryShutOff()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_pwr_ex.h529 void HAL_PWREx_EnableMemoryShutOff(uint32_t MemoryBlock);
530 void HAL_PWREx_DisableMemoryShutOff(uint32_t MemoryBlock);