Searched refs:pusRAddress (Results 1 – 2 of 2) sorted by relevance
1532 volatile uint16_t* pusRAddress; in IPCRtoLBlockRead() local1536 pusRAddress = (volatile uint16_t *)psMessage->uladdress; in IPCRtoLBlockRead()1542 *pusWAddress = *pusRAddress; in IPCRtoLBlockRead()1544 pusRAddress += 1; in IPCRtoLBlockRead()1583 volatile uint16_t *pusRAddress = (volatile uint16_t *)psMessage->uldataw2; in IPCRtoLBlockWrite() local1586 *pusWAddress = *pusRAddress; in IPCRtoLBlockWrite()1588 pusRAddress += 1; in IPCRtoLBlockWrite()1645 volatile uint16_t *pusRAddress = (volatile uint16_t *)psMessage->uldataw2; in IPCRtoLBlockWrite_Protected() local1648 *pusWAddress = *pusRAddress; in IPCRtoLBlockWrite_Protected()1650 pusRAddress += 1; in IPCRtoLBlockWrite_Protected()
787 uint16_t* pusRAddress; in IPCLiteRtoLDataRead() local807 pusRAddress = (uint16_t *)IpcRegs.IPCRECVADDR; in IPCLiteRtoLDataRead()808 IpcRegs.IPCLOCALREPLY = (uint32_t)(*pusRAddress); in IPCLiteRtoLDataRead()
Completed in 9 milliseconds