#define MSG_TIMER 0xfe
#define MSG_NULL 0xff
| See: | Type struct _NUTMSG |
| struct _NUTMSG | |
| { | |
| uint8_t id; | |
| int param; | |
| void* data; | |
| } |
| See: | Type struct _NUTMSG |
| See: | Type struct _NUTMSGQ |
| struct _NUTMSGQ | |
| { | |
| HANDLE mq_wait; | |
| NUTMSGTMR* mq_timers; | |
| NUTMSGQ* mq_next; | |
| uint8_t mq_read; | |
| uint8_t mq_write; | |
| uint8_t mq_mask; | |
| NUTMSG mq_que[1]; | |
| } |