Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pwr_ex.c512 void HAL_PWREx_EnableRadioSRAMClockStandbyRetention(uint32_t RadioSRAM) in HAL_PWREx_EnableRadioSRAMClockStandbyRetention() argument
515 assert_param(IS_PWR_RADIOSRAM_STANDBY_RETENTION(RadioSRAM)); in HAL_PWREx_EnableRadioSRAMClockStandbyRetention()
518 MODIFY_REG(PWR->CR1, PWR_RADIOSRAM_FULL_STANDBY_RETENTION, RadioSRAM); in HAL_PWREx_EnableRadioSRAMClockStandbyRetention()
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_pwr_ex.h318 void HAL_PWREx_EnableRadioSRAMClockStandbyRetention(uint32_t RadioSRAM);