Searched refs:HAL_RAMCFG_ConfigWaitState (Results 1 – 5 of 5) sorted by relevance
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/ |
D | scm.c | 691 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/ |
D | stm32wbaxx_hal_ramcfg.h | 318 HAL_StatusTypeDef HAL_RAMCFG_ConfigWaitState(RAMCFG_HandleTypeDef *hramcfg, uint32_t WaitState);
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_ramcfg.h | 312 HAL_StatusTypeDef HAL_RAMCFG_ConfigWaitState(RAMCFG_HandleTypeDef *hramcfg, uint32_t WaitState);
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_ramcfg.c | 592 HAL_StatusTypeDef HAL_RAMCFG_ConfigWaitState(RAMCFG_HandleTypeDef *hramcfg, uint32_t WaitState) in HAL_RAMCFG_ConfigWaitState() function
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_ramcfg.c | 612 HAL_StatusTypeDef HAL_RAMCFG_ConfigWaitState(RAMCFG_HandleTypeDef *hramcfg, uint32_t WaitState) in HAL_RAMCFG_ConfigWaitState() function
|