Home
last modified time | relevance | path

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

/AliOS-Things-master/components/osal_aos/example/
A Dqueue_example.c40 #define MESSAGE_MAX_LENGTH 10 /* maximum message length */ macro
44 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