Home
last modified time | relevance | path

Searched refs:HAL_XSPI_AUTOMATIC_PREFETCH_DISABLE (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_xspi.h745 #define HAL_XSPI_AUTOMATIC_PREFETCH_DISABLE ((uint32_t)XSPI_CR_NOPREF) /*!< Automatic prefetch … macro
1268 ((MODE) == HAL_XSPI_AUTOMATIC_PREFETCH_DISABLE))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_xspi.c2004 if (pCfg->NoPrefetchData == HAL_XSPI_AUTOMATIC_PREFETCH_DISABLE) in HAL_XSPI_MemoryMapped()