Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32k3/Fls/src/
DQspi_Ip_Controller.c1841 if (TRUE == userConfigPtr->SfpCfg.Frad[Index].Valid) in Qspi_Ip_Sfp_Configure_Frad()
1843 … Qspi_Ip_Sfp_SetFradStartAddress(baseAddr, Index, userConfigPtr->SfpCfg.Frad[Index].StartAddress); in Qspi_Ip_Sfp_Configure_Frad()
1844 … Qspi_Ip_Sfp_SetFradEndAddress(baseAddr, Index, userConfigPtr->SfpCfg.Frad[Index].EndAddress); in Qspi_Ip_Sfp_Configure_Frad()
1845 … Qspi_Ip_Sfp_SetFradMd0Acp(baseAddr, Index, (uint8)userConfigPtr->SfpCfg.Frad[Index].Md0Acp); in Qspi_Ip_Sfp_Configure_Frad()
1846 … Qspi_Ip_Sfp_SetFradMd1Acp(baseAddr, Index, (uint8)userConfigPtr->SfpCfg.Frad[Index].Md1Acp); in Qspi_Ip_Sfp_Configure_Frad()
1847 … Qspi_Ip_Sfp_SetFradEaLock(baseAddr, Index, userConfigPtr->SfpCfg.Frad[Index].ExclusiveAccessLock); in Qspi_Ip_Sfp_Configure_Frad()
1848 …Qspi_Ip_Sfp_SetFradEaOwner(baseAddr, Index, userConfigPtr->SfpCfg.Frad[Index].ExclusiveAccessOwner… in Qspi_Ip_Sfp_Configure_Frad()
1849 Qspi_Ip_Sfp_SetFradValid(baseAddr, Index, userConfigPtr->SfpCfg.Frad[Index].Valid); in Qspi_Ip_Sfp_Configure_Frad()
/hal_nxp-3.6.0/s32/drivers/s32k3/Fls/include/
DQspi_Ip_Types.h427 Qspi_Ip_SfpFradCfgType Frad[QuadSPI_FRAD_COUNT]; member