Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pwr_ex.c694 void HAL_PWREx_EnableMemoryShutOff(uint32_t MemoryBlock) in HAL_PWREx_EnableMemoryShutOff() argument
697 assert_param(IS_PWR_MEMORY_BLOCK(MemoryBlock)); in HAL_PWREx_EnableMemoryShutOff()
700 SET_BIT(PWR->PMCR, MemoryBlock); in HAL_PWREx_EnableMemoryShutOff()
726 void HAL_PWREx_DisableMemoryShutOff(uint32_t MemoryBlock) in HAL_PWREx_DisableMemoryShutOff() argument
729 assert_param(IS_PWR_MEMORY_BLOCK(MemoryBlock)); in HAL_PWREx_DisableMemoryShutOff()
732 CLEAR_BIT(PWR->PMCR, MemoryBlock); in HAL_PWREx_DisableMemoryShutOff()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr_ex.c1259 void HAL_PWREx_EnableMemoryShutOff (uint32_t MemoryBlock) in HAL_PWREx_EnableMemoryShutOff() argument
1262 assert_param (IS_PWR_MEMORY_BLOCK (MemoryBlock)); in HAL_PWREx_EnableMemoryShutOff()
1265 SET_BIT (PWR->CR1, MemoryBlock); in HAL_PWREx_EnableMemoryShutOff()
1285 void HAL_PWREx_DisableMemoryShutOff (uint32_t MemoryBlock) in HAL_PWREx_DisableMemoryShutOff() argument
1288 assert_param (IS_PWR_MEMORY_BLOCK (MemoryBlock)); in HAL_PWREx_DisableMemoryShutOff()
1291 CLEAR_BIT (PWR->CR1, MemoryBlock); in HAL_PWREx_DisableMemoryShutOff()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_pwr_ex.h524 void HAL_PWREx_EnableMemoryShutOff(uint32_t MemoryBlock);
525 void HAL_PWREx_DisableMemoryShutOff(uint32_t MemoryBlock);
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_pwr_ex.h543 void HAL_PWREx_EnableMemoryShutOff (uint32_t MemoryBlock);
544 void HAL_PWREx_DisableMemoryShutOff (uint32_t MemoryBlock);