Home
last modified time | relevance | path

Searched refs:pusRAddress (Results 1 – 2 of 2) sorted by relevance

/bsp/ti/c28x/libraries/tms320f28379d/common/source/
A DF2837xD_Ipc_Driver.c1532 volatile uint16_t* pusRAddress; in IPCRtoLBlockRead() local
1536 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() local
1586 *pusWAddress = *pusRAddress; in IPCRtoLBlockWrite()
1588 pusRAddress += 1; in IPCRtoLBlockWrite()
1645 volatile uint16_t *pusRAddress = (volatile uint16_t *)psMessage->uldataw2; in IPCRtoLBlockWrite_Protected() local
1648 *pusWAddress = *pusRAddress; in IPCRtoLBlockWrite_Protected()
1650 pusRAddress += 1; in IPCRtoLBlockWrite_Protected()
A DF2837xD_Ipc_Driver_Lite.c787 uint16_t* pusRAddress; in IPCLiteRtoLDataRead() local
807 pusRAddress = (uint16_t *)IpcRegs.IPCRECVADDR; in IPCLiteRtoLDataRead()
808 IpcRegs.IPCLOCALREPLY = (uint32_t)(*pusRAddress); in IPCLiteRtoLDataRead()

Completed in 9 milliseconds