Home
last modified time | relevance | path

Searched refs:HAL_RAMCFG_ConfigWaitState (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/
Dscm.c691 HAL_RAMCFG_ConfigWaitState(&sram1_ns, RAMCFG_WAITSTATE_1); in scm_setwaitstates()
692 HAL_RAMCFG_ConfigWaitState(&sram2_ns, RAMCFG_WAITSTATE_1); in scm_setwaitstates()
698 HAL_RAMCFG_ConfigWaitState(&sram1_ns, scm_system_clock_config.sram_ws_cfg); in scm_setwaitstates()
699 HAL_RAMCFG_ConfigWaitState(&sram2_ns, scm_system_clock_config.sram_ws_cfg); in scm_setwaitstates()
705 HAL_RAMCFG_ConfigWaitState(&sram1_ns, RAMCFG_WAITSTATE_1); in scm_setwaitstates()
706 HAL_RAMCFG_ConfigWaitState(&sram2_ns, RAMCFG_WAITSTATE_1); in scm_setwaitstates()
716 HAL_RAMCFG_ConfigWaitState(&sram1_ns, RAMCFG_WAITSTATE_0); in scm_setwaitstates()
717 HAL_RAMCFG_ConfigWaitState(&sram2_ns, RAMCFG_WAITSTATE_0); in scm_setwaitstates()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_ramcfg.h318 HAL_StatusTypeDef HAL_RAMCFG_ConfigWaitState(RAMCFG_HandleTypeDef *hramcfg, uint32_t WaitState);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ramcfg.h312 HAL_StatusTypeDef HAL_RAMCFG_ConfigWaitState(RAMCFG_HandleTypeDef *hramcfg, uint32_t WaitState);
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_ramcfg.c592 HAL_StatusTypeDef HAL_RAMCFG_ConfigWaitState(RAMCFG_HandleTypeDef *hramcfg, uint32_t WaitState) in HAL_RAMCFG_ConfigWaitState() function
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ramcfg.c612 HAL_StatusTypeDef HAL_RAMCFG_ConfigWaitState(RAMCFG_HandleTypeDef *hramcfg, uint32_t WaitState) in HAL_RAMCFG_ConfigWaitState() function