Home
last modified time | relevance | path

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

/bsp/ti/c28x/libraries/tms320f28379d/common/source/
A DF2837xD_Ipc_Driver.c1533 volatile uint16_t* pusWAddress; in IPCRtoLBlockRead() local
1537 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() local
1586 *pusWAddress = *pusRAddress; in IPCRtoLBlockWrite()
1587 pusWAddress += 1; in IPCRtoLBlockWrite()
1644 volatile uint16_t *pusWAddress = (volatile uint16_t *)psMessage->uladdress; in IPCRtoLBlockWrite_Protected() local
1648 *pusWAddress = *pusRAddress; in IPCRtoLBlockWrite_Protected()
1649 pusWAddress += 1; in IPCRtoLBlockWrite_Protected()

Completed in 6 milliseconds