NNN50 WIFI_API library

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

Embed: (wiki syntax)

« Back to documentation index

tstrNmI2cSpecial Struct Reference

tstrNmI2cSpecial Struct Reference

Structure holding I2C special operation parameters. More...

#include <nm_bus_wrapper.h>

Data Fields

uint8pu8Buf1
uint8pu8Buf2
uint16 u16Sz1
uint16 u16Sz2

Detailed Description

Structure holding I2C special operation parameters.

See also:
NM_BUS_IOCTL_W_SPECIAL

Definition at line 92 of file nm_bus_wrapper.h.


Field Documentation

pointer to the 1st buffer

Definition at line 95 of file nm_bus_wrapper.h.

pointer to the 2nd buffer

Definition at line 96 of file nm_bus_wrapper.h.

1st buffer size

Definition at line 97 of file nm_bus_wrapper.h.

2nd buffer size

Definition at line 98 of file nm_bus_wrapper.h.