Searched refs:latency (Results 1 – 9 of 9) sorted by relevance
2112 uint32_t latency; /* default value 0WS */ in RCC_SetFlashLatencyFromMSIRange() local2131 latency = FLASH_LATENCY_1; /* 1WS */ in RCC_SetFlashLatencyFromMSIRange()2136 latency = FLASH_LATENCY_0; /* 0WS */ in RCC_SetFlashLatencyFromMSIRange()2146 latency = FLASH_LATENCY_3; /* 3WS */ in RCC_SetFlashLatencyFromMSIRange()2162 latency = FLASH_LATENCY_0; /* 1WS */ in RCC_SetFlashLatencyFromMSIRange()2166 latency = FLASH_LATENCY_1; /* 0WS */ in RCC_SetFlashLatencyFromMSIRange()2171 latency = FLASH_LATENCY_0; /* 0WS */ in RCC_SetFlashLatencyFromMSIRange()2181 latency = FLASH_LATENCY_1; /* 1WS */ in RCC_SetFlashLatencyFromMSIRange()2185 latency = FLASH_LATENCY_2; /* 2WS */ in RCC_SetFlashLatencyFromMSIRange()2190 latency = FLASH_LATENCY_1; /* 1WS */ in RCC_SetFlashLatencyFromMSIRange()[all …]
1894 uint32_t latency = FLASH_LATENCY_0; /* default value 0WS */ in RCC_SetFlashLatencyFromMSIRange() local1916 latency = FLASH_LATENCY_2; /* 2WS */ in RCC_SetFlashLatencyFromMSIRange()1921 latency = FLASH_LATENCY_1; /* 1WS */ in RCC_SetFlashLatencyFromMSIRange()1931 latency = FLASH_LATENCY_3; /* 3WS */ in RCC_SetFlashLatencyFromMSIRange()1938 latency = FLASH_LATENCY_2; /* 2WS */ in RCC_SetFlashLatencyFromMSIRange()1943 latency = FLASH_LATENCY_1; /* 1WS */ in RCC_SetFlashLatencyFromMSIRange()1952 __HAL_FLASH_SET_LATENCY(latency); in RCC_SetFlashLatencyFromMSIRange()1956 if ((FLASH->ACR & FLASH_ACR_LATENCY) != latency) in RCC_SetFlashLatencyFromMSIRange()
56 the expense of latency, as data will be copied in multiple iterations.
351 - It increases the execution latency and footprint. Compared to implementing353 in the secure side increases the execution latency and footprint.
193 the number of filesystem operations, increasing latency and flash wear. The code257 The disadvantage of this approach is that it will increase the latency of
82 footprint and bring in longer latency, compared to SFN model.
172 It may increase latency and overall time cost to implement cryptography
313 expense of latency, as data will be copied in multiple iterations. *Note:*
200 - Other exceptions, which are more latency sensitive or require higher