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

Union of 16 bit types. Also includes pointers for the 18F. More...

#include <types.h>

Public Attributes

uint16 u
 
int16 s
 
struct {
   uint8   lowbyte
 
   uint8   highbyte
 
bytes
 

Detailed Description

Union of 16 bit types. Also includes pointers for the 18F.

Member Data Documentation

◆ bytes

struct { ... } mixed16_n::bytes

◆ highbyte

uint8 mixed16_n::highbyte

◆ lowbyte

uint8 mixed16_n::lowbyte

◆ s

int16 mixed16_n::s

◆ u

uint16 mixed16_n::u