Searched refs:MemoryBlock (Results 1 – 2 of 2) sorted by relevance
706 void HAL_PWREx_EnableMemoryShutOff(uint32_t MemoryBlock) in HAL_PWREx_EnableMemoryShutOff() argument709 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() argument731 assert_param(IS_PWR_MEMORY_BLOCK(MemoryBlock)); in HAL_PWREx_DisableMemoryShutOff()734 CLEAR_BIT(PWR->PMCR, MemoryBlock); in HAL_PWREx_DisableMemoryShutOff()
529 void HAL_PWREx_EnableMemoryShutOff(uint32_t MemoryBlock);530 void HAL_PWREx_DisableMemoryShutOff(uint32_t MemoryBlock);