Searched refs:IPCSTS (Results 1 – 4 of 4) sorted by relevance
792 while (!(IpcRegs.IPCSTS.all & ulFlag)) in IPCLiteRtoLDataRead()856 while (!(IpcRegs.IPCSTS.all & ulFlag)) in IPCLiteRtoLSetBits()921 while (!(IpcRegs.IPCSTS.all & ulFlag)) in IPCLiteRtoLSetBits_Protected()992 while (!(IpcRegs.IPCSTS.all & ulFlag)) in IPCLiteRtoLClearBits()1056 while (!(IpcRegs.IPCSTS.all & ulFlag)) in IPCLiteRtoLClearBits_Protected()1126 while (!(IpcRegs.IPCSTS.all & ulFlag)) in IPCLiteRtoLDataWrite()1189 while (!(IpcRegs.IPCSTS.all & ulFlag)) in IPCLiteRtoLDataWrite_Protected()1259 while (!(IpcRegs.IPCSTS.all & ulFlag)) in IPCLiteRtoLFunctionCall()
189 while ((IpcRegs.IPCSTS.all & (1UL << flag)) == 0x00000000) {;} in WaitForIpcFlag()
115 if ((IpcRegs.IPCSTS.all & ulFlags) == 0) in IPCRtoLFlagBusy()
256 …union IPCSTS_REG IPCSTS; // IPC incoming flag status… member277 …union IPCSTS_REG IPCSTS; // IPC incoming flag status… member
Completed in 13 milliseconds