Home
last modified time | relevance | path

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

/bsp/ti/c28x/libraries/tms320f28379d/common/source/
A DF2837xD_Ipc.c105 word_length = (word_length < MSG_RAM_SIZE) ? word_length : MSG_RAM_SIZE; in SendIpcData()
122 word_length = (word_length < MSG_RAM_SIZE) ? word_length : MSG_RAM_SIZE; in RecvIpcData()
132 memset(SEND_MSG_RAM, fill_data, MSG_RAM_SIZE); in FillIpcSendData()
/bsp/ti/c28x/libraries/tms320f28379d/common/include/
A DF2837xD_Ipc_defines.h59 #define MSG_RAM_SIZE 0x400 macro

Completed in 19 milliseconds