Searched refs:MESSAGE_MAX_LENGTH (Results 1 – 1 of 1) sorted by relevance
40 #define MESSAGE_MAX_LENGTH 10 /* maximum message length */ macro44 static char queue_buffer[MESSAGE_MAX_LENGTH * 10]; /* for the internal buffer of the queue */52 char message_buf[MESSAGE_MAX_LENGTH]; /* buffer used to send message */ in taskA_entry()84 char message_buf[MESSAGE_MAX_LENGTH]; in taskB_entry()120 MESSAGE_MAX_LENGTH); in aos_queue_example()
Completed in 2 milliseconds