Searched refs:MemoryBlock (Results 1 – 4 of 4) sorted by relevance
694 void HAL_PWREx_EnableMemoryShutOff(uint32_t MemoryBlock) in HAL_PWREx_EnableMemoryShutOff() argument697 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() argument729 assert_param(IS_PWR_MEMORY_BLOCK(MemoryBlock)); in HAL_PWREx_DisableMemoryShutOff()732 CLEAR_BIT(PWR->PMCR, MemoryBlock); in HAL_PWREx_DisableMemoryShutOff()
1259 void HAL_PWREx_EnableMemoryShutOff (uint32_t MemoryBlock) in HAL_PWREx_EnableMemoryShutOff() argument1262 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() argument1288 assert_param (IS_PWR_MEMORY_BLOCK (MemoryBlock)); in HAL_PWREx_DisableMemoryShutOff()1291 CLEAR_BIT (PWR->CR1, MemoryBlock); in HAL_PWREx_DisableMemoryShutOff()
524 void HAL_PWREx_EnableMemoryShutOff(uint32_t MemoryBlock);525 void HAL_PWREx_DisableMemoryShutOff(uint32_t MemoryBlock);
543 void HAL_PWREx_EnableMemoryShutOff (uint32_t MemoryBlock);544 void HAL_PWREx_DisableMemoryShutOff (uint32_t MemoryBlock);