Union containing a full 8 bytes to swap the bit orientation on.
Definition at line 66 of file bitswap.h.
#include <bitswap.h>
|
uint32_t | word [2] |
| two 32-bit values to load for swapping
|
|
uint8_t | bytes [8] |
| eight 8-bit values to load for swapping
|
|
struct { | |
|
sub4 a | |
| 32-bit access struct for bit swapping, upper four bytes (word[0] or bytes[0-3]) More...
|
|
sub4 b | |
| 32-bit access struct for bit swapping, lower four bytes (word[1] or bytes[4-7]) More...
|
|
}; | | |
|
32-bit access struct for bit swapping, upper four bytes (word[0] or bytes[0-3])
Definition at line 70 of file bitswap.h.
32-bit access struct for bit swapping, lower four bytes (word[1] or bytes[4-7])
Definition at line 71 of file bitswap.h.
◆ bytes
uint8_t bitswap_type::bytes[8] |
eight 8-bit values to load for swapping
Definition at line 68 of file bitswap.h.
◆ word
uint32_t bitswap_type::word[2] |
two 32-bit values to load for swapping
Definition at line 67 of file bitswap.h.
The documentation for this union was generated from the following file:
- /home/runner/work/FastLED/FastLED/src/bitswap.h