Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32k3/Fls/src/
DQspi_Ip_Controller.c1819 if (TRUE == userConfigPtr->SfpCfg.Tg[Index].Valid) in Qspi_Ip_Sfp_Configure_Mdad()
1821 …Qspi_Ip_Sfp_SetTgSecureAttribute(baseAddr, Index, userConfigPtr->SfpCfg.Tg[Index].SecureAttribute); in Qspi_Ip_Sfp_Configure_Mdad()
1822 Qspi_Ip_Sfp_SetTgMaskType(baseAddr, Index, userConfigPtr->SfpCfg.Tg[Index].MaskType); in Qspi_Ip_Sfp_Configure_Mdad()
1823 Qspi_Ip_Sfp_SetTgMask(baseAddr, Index, userConfigPtr->SfpCfg.Tg[Index].Mask); in Qspi_Ip_Sfp_Configure_Mdad()
1824 … Qspi_Ip_Sfp_SetTgDomainIdMatch(baseAddr, Index, userConfigPtr->SfpCfg.Tg[Index].DomainId); in Qspi_Ip_Sfp_Configure_Mdad()
1825 Qspi_Ip_Sfp_SetTgValid(baseAddr, Index, userConfigPtr->SfpCfg.Tg[Index].Valid); in Qspi_Ip_Sfp_Configure_Mdad()
/hal_nxp-3.6.0/s32/drivers/s32k3/Fls/include/
DQspi_Ip_Types.h424 Qspi_Ip_SfpTgCfgType Tg[QuadSPI_MDAD_COUNT]; member