myWRIO
C++ framework for NationalInstruments myRIO
myRIO::I2C_CNTL Union Reference

I2C_CNTL contains informations about the procedure to come. More...

#include <I2C.h>

Public Attributes

uint8_t data
 
struct {
   bool   tx: 1
 
   bool   start: 1
 
   bool   stop: 1
 
   bool   ack: 1
 
}; 
 

Detailed Description

I2C_CNTL contains informations about the procedure to come.

Definition at line 12 of file I2C.h.

Member Data Documentation

◆ @11

struct { ... }

◆ ack

bool myRIO::I2C_CNTL::ack

Definition at line 18 of file I2C.h.

◆ data

uint8_t myRIO::I2C_CNTL::data

Definition at line 13 of file I2C.h.

◆ start

bool myRIO::I2C_CNTL::start

Definition at line 16 of file I2C.h.

◆ stop

bool myRIO::I2C_CNTL::stop

Definition at line 17 of file I2C.h.

◆ tx

bool myRIO::I2C_CNTL::tx

Definition at line 15 of file I2C.h.


The documentation for this union was generated from the following file: