Searched refs:flash_ws_cfg (Results 1 – 2 of 2) sorted by relevance
377 scm_system_clock_config.flash_ws_cfg = __HAL_FLASH_GET_LATENCY(); in scm_init()696 __HAL_FLASH_SET_LATENCY(scm_system_clock_config.flash_ws_cfg); in scm_setwaitstates()697 while(__HAL_FLASH_GET_LATENCY() != scm_system_clock_config.flash_ws_cfg); in scm_setwaitstates()708 scm_system_clock_config.flash_ws_cfg = FLASH_LATENCY_1; in scm_setwaitstates()719 scm_system_clock_config.flash_ws_cfg = FLASH_LATENCY_0; in scm_setwaitstates()730 scm_system_clock_config.flash_ws_cfg = FLASH_LATENCY_3; in scm_setwaitstates()
90 uint32_t flash_ws_cfg; member