Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt700/
Dmflash_drv.c78 .ptrDeviceRegInfo = NULL, /*!< Not used in this example. */
/hal_nxp-latest/mcux/mcux-sdk/boards/mimxrt700evk/project_template/
Dboard.c469 .ptrDeviceRegInfo = NULL, in BOARD_Init16bitsPsRam()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.c215 tmpNorFlashConfig.ptrDeviceRegInfo = NULL; in XSPI_NOR_ProbeNorFlashSfdpHeader()
377 externNorFlashConfig.ptrDeviceRegInfo = &norFlashStatusRegInfo; in XSPI_NOR_SetNorFlashDeviceConfig()
/hal_nxp-latest/mcux/mcux-sdk/drivers/xspi/
Dfsl_xspi.c818 if (devConfig->ptrDeviceRegInfo != NULL) in XSPI_SetDeviceConfig()
820 (void)XSPI_SetSFMStatusRegInfo(base, devConfig->ptrDeviceRegInfo); in XSPI_SetDeviceConfig()
Dfsl_xspi.h377 …xspi_device_status_reg_info_t *ptrDeviceRegInfo; /*!< Pointer to the structure to store external d… member