Home
last modified time | relevance | path

Searched refs:ptrSfpMdadConfig (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/xspi/
Dfsl_xspi.c418 ptrConfig->ptrIpAccessConfig->ptrSfpMdadConfig = NULL; in XSPI_GetDefaultConfig()
996 xspi_sfp_mdad_config_t *ptrSfpMdadConfig, in XSPI_UpdateSFPConfig() argument
1004 enableMdad = (ptrSfpMdadConfig != NULL) ? true : false; in XSPI_UpdateSFPConfig()
1019 …*(uint32_t *)tgMdadRegAddr = XSPI_TG0MDAD_MIDMATCH(ptrSfpMdadConfig->tgMdad[i].masterIdReference) | in XSPI_UpdateSFPConfig()
1020 … XSPI_TG0MDAD_MASKTYPE(ptrSfpMdadConfig->tgMdad[i].maskType) | in XSPI_UpdateSFPConfig()
1021 XSPI_TG0MDAD_MASK(ptrSfpMdadConfig->tgMdad[i].mask) | in XSPI_UpdateSFPConfig()
1022 … XSPI_TG0MDAD_VLD(ptrSfpMdadConfig->tgMdad[i].assignIsValid) | in XSPI_UpdateSFPConfig()
1023 … XSPI_TG0MDAD_SA(ptrSfpMdadConfig->tgMdad[i].secureAttribute); in XSPI_UpdateSFPConfig()
1025 if (ptrSfpMdadConfig->tgMdad[i].enableDescriptorLock) in XSPI_UpdateSFPConfig()
1315 …XSPI_UpdateSFPConfig(base, ptrIpAccessConfig->ptrSfpMdadConfig, ptrIpAccessConfig->ptrSfpFradConfi… in XSPI_SetIpAccessConfig()
Dfsl_xspi.h514 …xspi_sfp_mdad_config_t *ptrSfpMdadConfig; /*!< Pointer to the variable in type of @ref xspi_sfp_md… member
1508 xspi_sfp_mdad_config_t *ptrSfpMdadConfig,
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.h68 …xspi_sfp_mdad_config_t *ptrSfpMdadConfig; /*!< Pointer to the variable in type of @ref xspi_sfp_fr… member
Dfsl_xspi_nor_flash.c1302 …xspiIpAccessConfig.ptrSfpMdadConfig = xspiNorMemConfig.ptrXspiNorIPAccessConfig->ptrSfpMdadCon… in Nor_Flash_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt700/
Dmflash_drv.c411 config.ptrIpAccessConfig->ptrSfpMdadConfig = NULL; in mflash_drv_init_internal()
/hal_nxp-latest/mcux/mcux-sdk/boards/mimxrt700evk/project_template/
Dboard.c515 config.ptrIpAccessConfig->ptrSfpMdadConfig = NULL; in BOARD_Init16bitsPsRam()