Searched refs:pusWAddress (Results 1 – 1 of 1) sorted by relevance
1533 volatile uint16_t* pusWAddress; in IPCRtoLBlockRead() local1537 pusWAddress = (volatile uint16_t *)psMessage->uldataw2; in IPCRtoLBlockRead()1542 *pusWAddress = *pusRAddress; in IPCRtoLBlockRead()1543 pusWAddress += 1; in IPCRtoLBlockRead()1582 volatile uint16_t *pusWAddress = (volatile uint16_t *)psMessage->uladdress; in IPCRtoLBlockWrite() local1586 *pusWAddress = *pusRAddress; in IPCRtoLBlockWrite()1587 pusWAddress += 1; in IPCRtoLBlockWrite()1644 volatile uint16_t *pusWAddress = (volatile uint16_t *)psMessage->uladdress; in IPCRtoLBlockWrite_Protected() local1648 *pusWAddress = *pusRAddress; in IPCRtoLBlockWrite_Protected()1649 pusWAddress += 1; in IPCRtoLBlockWrite_Protected()
Completed in 6 milliseconds