Serial Wombat 18AB Firmware
Public Attributes | List of all members
mixed24_n Union Reference

Union of 24 bit types. Specific to C18 compiler. More...

#include <types.h>

Public Attributes

uint24 u
 
int24 s
 
struct {
   uint8   l
 
   uint8   m
 
   uint8   h
 
   uint8   buffer
 
bytes
 

Detailed Description

Union of 24 bit types. Specific to C18 compiler.

Member Data Documentation

◆ buffer

uint8 mixed24_n::buffer

◆ bytes

struct { ... } mixed24_n::bytes

◆ h

uint8 mixed24_n::h

◆ l

uint8 mixed24_n::l

◆ m

uint8 mixed24_n::m

◆ s

int24 mixed24_n::s

◆ u

uint24 mixed24_n::u