#include <drv_i2c.h>
Data Fields | ||
union { | ||
struct { | ||
volatile uint8_t _5v: 2 | ||
Bit 0:1 -> 0 = no fault More... | ||
volatile uint8_t _12v: 2 | ||
Bit 2:3 -> 0 = no fault. More... | ||
volatile uint8_t _24v: 2 | ||
Bit 4:5 -> 0 = no fault. More... | ||
volatile uint8_t: 2 | ||
Bit 6:7 -> 0 = no fault. More... | ||
} bits | ||
volatile uint8_t value | ||
}; | ||
union { ... } |
struct { ... } bits |