Searched refs:Qspi_Ip_RunReadCommand (Results 1 – 3 of 3) sorted by relevance
/hal_nxp-3.6.0/s32/drivers/s32k3/Fls/src/ |
D | Qspi_Ip.c | 353 …status = Qspi_Ip_RunReadCommand(instance, statusConfig->statusRegReadLut, 0U, data, NULL_PTR, stat… in Qspi_Ip_UpdateStatusReg() 394 …status = Qspi_Ip_RunReadCommand(instance, statusConfig->statusRegReadLut, 0U, data, NULL_PTR, stat… in Qspi_Ip_CheckStatusReg() 527 … status = Qspi_Ip_RunReadCommand(instance, VirtualLut, 0U, data, NULL_PTR, statusConfig->regSize); in Qspi_Ip_CheckMemoryStatus() 645 …status = Qspi_Ip_RunReadCommand(instance, operation->command1Lut, operation->addr, value, NULL_PTR… in Qspi_Ip_InitRMWReg() 693 …status = Qspi_Ip_RunReadCommand(instance, operation->command1Lut, operation->addr, value, NULL_PTR… in Qspi_Ip_InitReadReg() 1000 Qspi_Ip_StatusType Qspi_Ip_RunReadCommand(uint32 instance, in Qspi_Ip_RunReadCommand() function 1390 …status = Qspi_Ip_RunReadCommand(instance, state->activeReadLut, crtAddress, crtData, NULL_PTR, chu… in Qspi_Ip_Read() 1425 status = Qspi_Ip_RunReadCommand(instance, in Qspi_Ip_ReadId() 1493 …status = Qspi_Ip_RunReadCommand(instance, state->activeReadLut, crtAddress, NULL_PTR, crtData, chu… in Qspi_Ip_ProgramVerify() 1551 …status = Qspi_Ip_RunReadCommand(instance, state->activeReadLut, crtAddress, NULL_PTR, NULL_PTR, ch… in Qspi_Ip_EraseVerify() [all …]
|
D | Qspi_Ip_Hyperflash.c | 473 return Qspi_Ip_RunReadCommand(instance, lut, addr, data, NULL_PTR, size); in Qspi_Ip_HyperflashPatchRunReadCommand()
|
/hal_nxp-3.6.0/s32/drivers/s32k3/Fls/include/ |
D | Qspi_Ip.h | 350 Qspi_Ip_StatusType Qspi_Ip_RunReadCommand(uint32 instance,
|