Searched refs:activeReadLut (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.6.0/s32/drivers/s32k3/Fls/src/ |
D | Qspi_Ip.c | 1389 Qspi_Ip_PatchReadCommand(instance, state->activeReadLut); in Qspi_Ip_Read() 1390 …status = Qspi_Ip_RunReadCommand(instance, state->activeReadLut, crtAddress, crtData, NULL_PTR, chu… in Qspi_Ip_Read() 1492 Qspi_Ip_PatchReadCommand(instance, state->activeReadLut); in Qspi_Ip_ProgramVerify() 1493 …status = Qspi_Ip_RunReadCommand(instance, state->activeReadLut, crtAddress, NULL_PTR, crtData, chu… in Qspi_Ip_ProgramVerify() 1550 Qspi_Ip_PatchReadCommand(instance, state->activeReadLut); in Qspi_Ip_EraseVerify() 1551 …status = Qspi_Ip_RunReadCommand(instance, state->activeReadLut, crtAddress, NULL_PTR, NULL_PTR, ch… in Qspi_Ip_EraseVerify() 1659 state->activeReadLut = state->configuration->read0xxLut; in Qspi_Ip_Enter0XX() 1661 … status = Qspi_Ip_RunReadCommand(instance, state->activeReadLut, 0U, &dummyData, NULL_PTR, 1U); in Qspi_Ip_Enter0XX() 1688 state->activeReadLut = state->configuration->readLut; in Qspi_Ip_Exit0XX() 1690 … status = Qspi_Ip_RunReadCommand(instance, state->activeReadLut, 0U, &dummyData, NULL_PTR, 1U); in Qspi_Ip_Exit0XX() [all …]
|
/hal_nxp-3.6.0/s32/drivers/s32k3/Fls/include/ |
D | Qspi_Ip_Common.h | 61 …uint16 activeReadLut; /*!< LUT number for currently active read mode… member
|