SLS AVR Lib 0.1a
 
Loading...
Searching...
No Matches
flags_t Struct Reference

Structure for working with bits. More...

#include <defs.h>

Data Fields

byte_t b0: 1
 The lowest 0-bit.
 
byte_t b1: 1
 The 1-bit.
 
byte_t b2: 1
 The 2-bit.
 
byte_t b3: 1
 The 3-bit.
 
byte_t b4: 1
 The 4-bit.
 
byte_t b5: 1
 The 5-bit.
 
byte_t b6: 1
 The 6-bit.
 
byte_t b7: 1
 The highest 7-bit.
 

Detailed Description

Structure for working with bits.

Field Documentation

◆ b0

byte_t b0

The lowest 0-bit.

◆ b1

byte_t b1

The 1-bit.

◆ b2

byte_t b2

The 2-bit.

◆ b3

byte_t b3

The 3-bit.

◆ b4

byte_t b4

The 4-bit.

◆ b5

byte_t b5

The 5-bit.

◆ b6

byte_t b6

The 6-bit.

◆ b7

byte_t b7

The highest 7-bit.


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