![]() |
WE310F5
39.00.000
|
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 671 of file m2mb_profile.h.
UINT32 num_of_byte |
Number of bytes written or read
Definition at line 673 of file m2mb_profile.h.
VOID* user_ctx |
User provided context
Definition at line 674 of file m2mb_profile.h.