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 52 of file types.h.

Member Data Documentation

◆ b0

bool b0

Definition at line 56 of file types.h.

◆ b1

bool b1

Definition at line 57 of file types.h.

Referenced by ISerialDevice::SetStopBits().

◆ b2

bool b2

Definition at line 58 of file types.h.

◆ b3

bool b3

Definition at line 59 of file types.h.

◆ b4

bool b4

Definition at line 60 of file types.h.

◆ b5

bool b5

Definition at line 61 of file types.h.

◆ b6

bool b6

Definition at line 62 of file types.h.

◆ msb

bool msb

Definition at line 63 of file types.h.

◆ [struct]

struct { ... } bits

◆ byte

u8 byte

Definition at line 65 of file types.h.

Referenced by ISerialDevice::SetStopBits().


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