/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/ |
D | scm.c | 703 __HAL_FLASH_SET_LATENCY(FLASH_LATENCY_1); in scm_setwaitstates() 704 while(__HAL_FLASH_GET_LATENCY() != FLASH_LATENCY_1); in scm_setwaitstates() 708 scm_system_clock_config.flash_ws_cfg = FLASH_LATENCY_1; in scm_setwaitstates()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_flash_ex.h | 275 #define FLASH_LATENCY_1 FLASH_ACR_LATENCY_1WS /*!< FLASH One Latency cycle */ macro 300 #define FLASH_LATENCY_1 FLASH_ACR_LATENCY_1WS /*!< FLASH One Latency cycle */ macro 865 ((LATENCY) == FLASH_LATENCY_1) || \ 887 ((LATENCY) == FLASH_LATENCY_1) || \
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_flash.h | 55 ((__LATENCY__) == FLASH_LATENCY_1) || \ 140 #define FLASH_LATENCY_1 FLASH_ACR_LATENCY_0 /*!< FLASH One Latency cycle */ macro
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_flash.h | 54 ((__LATENCY__) == FLASH_LATENCY_1)) 133 #define FLASH_LATENCY_1 FLASH_ACR_LATENCY /*!< FLASH One Latency cycle */ macro
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_flash.h | 52 ((__LATENCY__) == FLASH_LATENCY_1)) 147 #define FLASH_LATENCY_1 FLASH_ACR_LATENCY /*!< FLASH One Latency cycle */ macro
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_flash.h | 54 ((__LATENCY__) == FLASH_LATENCY_1) || \ 134 #define FLASH_LATENCY_1 FLASH_ACR_LATENCY_0 /*!< FLASH One Latency cycle */ macro
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_flash.h | 53 ((__LATENCY__) == FLASH_LATENCY_1)) 151 #define FLASH_LATENCY_1 FLASH_ACR_LATENCY /*!< FLASH One Latency cycle */ macro
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_flash_ex.h | 196 #define FLASH_LATENCY_1 FLASH_ACR_LATENCY_1WS /*!< FLASH One Latency cycle */ macro 353 ((LATENCY) == FLASH_LATENCY_1) || \
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_flash.h | 465 #define FLASH_LATENCY_1 FLASH_ACR_LATENCY_1WS /*!< FLASH One wait state */ macro 992 …SH_LATENCY(LATENCY) (((LATENCY) == FLASH_LATENCY_0) || ((LATENCY) == FLASH_LATENCY_1) || \ 1002 ((LATENCY) == FLASH_LATENCY_1) || \
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_rcc.c | 2219 latency = FLASH_LATENCY_1; /* 1WS */ in RCC_SetFlashLatencyFromMSIRange() 2253 latency = FLASH_LATENCY_1; /* 0WS */ in RCC_SetFlashLatencyFromMSIRange() 2267 latency = FLASH_LATENCY_1; /* 1WS */ in RCC_SetFlashLatencyFromMSIRange() 2276 latency = FLASH_LATENCY_1; /* 1WS */ in RCC_SetFlashLatencyFromMSIRange()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_flash.h | 151 #define FLASH_LATENCY_1 FLASH_ACR_LATENCY_0 /*!< FLASH One wait state */ macro 800 ((__LATENCY__) == FLASH_LATENCY_1))
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_flash.h | 167 #define FLASH_LATENCY_1 FLASH_ACR_LATENCY_0 /*!< FLASH One wait state */ macro 801 ((__LATENCY__) == FLASH_LATENCY_1) || \
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_flash_ex.h | 283 #define FLASH_LATENCY_1 FLASH_ACR_LATENCY_1WS /*!< FLASH One Latency cycle */ macro 588 ((LATENCY) == FLASH_LATENCY_1) || \
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_flash.h | 433 #define FLASH_LATENCY_1 FLASH_ACR_LATENCY_0 … macro 773 …H_LATENCY(LATENCY) (((LATENCY) == FLASH_LATENCY_0) || ((LATENCY) == FLASH_LATENCY_1) || \
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_rcc.c | 1816 latency = FLASH_LATENCY_1; /* 1WS */ in RCC_SetFlashLatencyFromMSIRange() 1835 latency = FLASH_LATENCY_1; /* 1WS */ in RCC_SetFlashLatencyFromMSIRange() 1855 latency = FLASH_LATENCY_1; /* 1WS */ in RCC_SetFlashLatencyFromMSIRange()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_flash.h | 473 #define FLASH_LATENCY_1 FLASH_ACR_LATENCY_1WS /*!< FLASH One wait state */ macro 992 …SH_LATENCY(LATENCY) (((LATENCY) == FLASH_LATENCY_0) || ((LATENCY) == FLASH_LATENCY_1) || \
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_flash_ex.h | 379 #define FLASH_LATENCY_1 FLASH_ACR_LATENCY_1WS /*!< FLASH One Latency cycle */ macro 949 ((LATENCY) == FLASH_LATENCY_1) || \
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_flash.h | 215 #define FLASH_LATENCY_1 FLASH_ACR_LATENCY_1WS /*!< FLASH One wait cycle */ macro 777 … ((LATENCY) == FLASH_LATENCY_1) || \
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_flash.h | 175 #define FLASH_LATENCY_1 FLASH_ACR_LATENCY_0 /*!< FLASH One wait state */ macro 990 ((__VALUE__) == FLASH_LATENCY_1) || \
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_flash.h | 172 #define FLASH_LATENCY_1 FLASH_ACR_LATENCY_0 /*!< FLASH One wait state */ macro 1014 ((__LATENCY__) == FLASH_LATENCY_1) || \
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_flash.h | 154 #define FLASH_LATENCY_1 FLASH_ACR_LATENCY_1WS /*!< FLASH One wait state */ macro 984 ((__VALUE__) == FLASH_LATENCY_1) || \
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_flash.h | 498 #define FLASH_LATENCY_1 FLASH_ACR_LATENCY_0 /*!< F… macro 1034 …H_LATENCY(LATENCY) (((LATENCY) == FLASH_LATENCY_0) || ((LATENCY) == FLASH_LATENCY_1) || \
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_flash.h | 509 #define FLASH_LATENCY_1 FLASH_ACR_LATENCY_1WS /*!< FLASH One wait state */ macro 1066 …SH_LATENCY(LATENCY) (((LATENCY) == FLASH_LATENCY_0) || ((LATENCY) == FLASH_LATENCY_1) || \
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_flash.h | 598 #define FLASH_LATENCY_1 FLASH_ACR_LATENCY_1WS /*!< FLASH One wait state */ macro 1079 …H_LATENCY(LATENCY) (((LATENCY) == FLASH_LATENCY_0) || ((LATENCY) == FLASH_LATENCY_1) || \
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_rcc.c | 1595 latency = FLASH_LATENCY_1; /* 1WS */ in RCC_SetFlashLatencyFromMSIRange() 1615 latency = FLASH_LATENCY_1; /* 1WS */ in RCC_SetFlashLatencyFromMSIRange()
|