![]() |
WL865E4-P
36.07.001
|
UART read and write callback data structure. More...
#include <m2mb_profile.h>
Data Fields | |
UINT32 | num_of_byte |
VOID * | user_ctx |
UART read and write callback data structure.
This structure is used to notify user about the details of UART read and write callback.
Definition at line 666 of file m2mb_profile.h.
UINT32 num_of_byte |
Number of bytes written or read
Definition at line 668 of file m2mb_profile.h.
VOID* user_ctx |
User provided context
Definition at line 669 of file m2mb_profile.h.