MOS Source Code
Loading...
Searching...
No Matches
byte_t Union Reference

#include <types.h>

Public Attributes

struct { 
 
   bool   b0: 1 
 
   bool   b1: 1 
 
   bool   b2: 1 
 
   bool   b3: 1 
 
   bool   b4: 1 
 
   bool   b5: 1 
 
   bool   b6: 1 
 
   bool   msb: 1 
 
bits 
 
u8 byte
 

Detailed Description

Definition at line 56 of file types.h.

Member Data Documentation

◆ b0

bool b0

Definition at line 60 of file types.h.

◆ b1

bool b1

Definition at line 61 of file types.h.

Referenced by set_stop_bits().

◆ b2

bool b2

Definition at line 62 of file types.h.

◆ b3

bool b3

Definition at line 63 of file types.h.

◆ b4

bool b4

Definition at line 64 of file types.h.

◆ b5

bool b5

Definition at line 65 of file types.h.

◆ b6

bool b6

Definition at line 66 of file types.h.

◆ msb

bool msb

Definition at line 67 of file types.h.

◆ [struct]

struct { ... } bits

Referenced by set_stop_bits().

◆ byte

u8 byte

Definition at line 69 of file types.h.

Referenced by set_stop_bits().


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