![]() |
WE310F5
39.00.000
|
#include <m2mb_sdio_slave.h>
Data Fields | |
struct M2M_SLAVE_SDIO_BUFFER_S * | next |
UINT8 * | buffer |
UINT16 | actual_length |
UINT8 | htc_flags |
UINT8 | end_point |
UINT16 | buffer_offset |
UINT16 | app_context |
Structure used for SDIO slave buffers
Definition at line 95 of file m2mb_sdio_slave.h.
UINT16 actual_length |
actual length
Definition at line 98 of file m2mb_sdio_slave.h.
UINT16 app_context |
application context
Definition at line 102 of file m2mb_sdio_slave.h.
UINT8* buffer |
buffer
Definition at line 97 of file m2mb_sdio_slave.h.
UINT16 buffer_offset |
buffer offset
Definition at line 101 of file m2mb_sdio_slave.h.
UINT8 end_point |
END
Definition at line 100 of file m2mb_sdio_slave.h.
UINT8 htc_flags |
flags
Definition at line 99 of file m2mb_sdio_slave.h.
struct M2M_SLAVE_SDIO_BUFFER_S* next |
next buffer
Definition at line 96 of file m2mb_sdio_slave.h.