FastLED 3.7.8
Loading...
Searching...
No Matches
just8bits Union Reference

Detailed Description

Structure representing 8 bits of access.

Definition at line 15 of file bitswap.h.

#include <bitswap.h>

Public Attributes

uint8_t raw
 the entire byte
 
struct { 
 
   uint32_t   a0:1 
 bit 0 (0x01) More...
 
   uint32_t   a1:1 
 bit 1 (0x02) More...
 
   uint32_t   a2:1 
 bit 2 (0x04) More...
 
   uint32_t   a3:1 
 bit 3 (0x08) More...
 
   uint32_t   a4:1 
 bit 4 (0x10) More...
 
   uint32_t   a5:1 
 bit 5 (0x20) More...
 
   uint32_t   a6:1 
 bit 6 (0x40) More...
 
   uint32_t   a7:1 
 bit 7 (0x80) More...
 
};  
 

Member Data Documentation

◆ a0

uint32_t just8bits::a0

bit 0 (0x01)

Definition at line 18 of file bitswap.h.

◆ a1

uint32_t just8bits::a1

bit 1 (0x02)

Definition at line 19 of file bitswap.h.

◆ a2

uint32_t just8bits::a2

bit 2 (0x04)

Definition at line 20 of file bitswap.h.

◆ a3

uint32_t just8bits::a3

bit 3 (0x08)

Definition at line 21 of file bitswap.h.

◆ a4

uint32_t just8bits::a4

bit 4 (0x10)

Definition at line 22 of file bitswap.h.

◆ a5

uint32_t just8bits::a5

bit 5 (0x20)

Definition at line 23 of file bitswap.h.

◆ a6

uint32_t just8bits::a6

bit 6 (0x40)

Definition at line 24 of file bitswap.h.

◆ a7

uint32_t just8bits::a7

bit 7 (0x80)

Definition at line 25 of file bitswap.h.

◆ raw

uint8_t just8bits::raw

the entire byte

Definition at line 16 of file bitswap.h.


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