Home
last modified time | relevance | path

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

/bsp/ti/c28x/libraries/tms320f28379d/common/source/
A DF2837xD_Ipc_Driver.c1571 uint16_t usWLength; in IPCRtoLBlockWrite() local
1575 usWLength = (uint16_t)((psMessage->uldataw1)>>16); in IPCRtoLBlockWrite()
1580 if (usWLength == IPC_LENGTH_16_BITS) in IPCRtoLBlockWrite()
1590 } else if (usWLength == IPC_LENGTH_32_BITS) in IPCRtoLBlockWrite()
1627 uint16_t usWLength; in IPCRtoLBlockWrite_Protected() local
1636 usWLength = (uint16_t)((psMessage->uldataw1)>>16); in IPCRtoLBlockWrite_Protected()
1642 if (usWLength == IPC_LENGTH_16_BITS) in IPCRtoLBlockWrite_Protected()
1652 } else if (usWLength == IPC_LENGTH_32_BITS) in IPCRtoLBlockWrite_Protected()

Completed in 9 milliseconds