Home
last modified time | relevance | path

Searched refs:deviceInterface (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt700/
Dmflash_drv.c63 ….deviceInterface = kXSPI_StrandardExtendedSPI, /*!< Support Single IO and Octal I…
/hal_nxp-latest/mcux/mcux-sdk/boards/mimxrt700evk/project_template/
Dboard.c448 .deviceInterface = kXSPI_HyperBus, /*!< HyperBus protocol. */ in BOARD_Init16bitsPsRam()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.c210 …tmpNorFlashConfig.deviceInterface = kXSPI_StrandardExtende… in XSPI_NOR_ProbeNorFlashSfdpHeader()
382 externNorFlashConfig.deviceInterface = kXSPI_StrandardExtendedSPI; in XSPI_NOR_SetNorFlashDeviceConfig()
/hal_nxp-latest/mcux/mcux-sdk/drivers/xspi/
Dfsl_xspi.h360 xspi_device_interface_type_t deviceInterface; /*!< Type of external device's interface: member
Dfsl_xspi.c782 if (devConfig->deviceInterface == kXSPI_StrandardExtendedSPI) in XSPI_SetDeviceConfig()