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

Union of 32 bit types. Note that on the 18F a RAM pointer is 16 bits, so it's not included here. More...

#include <types.h>

Classes

struct  mixed32_uwords_n
 

Public Attributes

uint32_t u
 
int32_t s
 
struct mixed32_n::mixed32_uwords_n uwords
 
struct {
   uint8_t   l
 
   uint8_t   ml
 
   uint8_t   mh
 
   uint8_t   h
 
bytes
 

Detailed Description

Union of 32 bit types. Note that on the 18F a RAM pointer is 16 bits, so it's not included here.

Member Data Documentation

◆ bytes

struct { ... } mixed32_n::bytes

◆ h

uint8_t mixed32_n::h

◆ l

uint8_t mixed32_n::l

◆ mh

uint8_t mixed32_n::mh

◆ ml

uint8_t mixed32_n::ml

◆ s

int32_t mixed32_n::s

◆ u

uint32_t mixed32_n::u

◆ uwords

struct mixed32_n::mixed32_uwords_n mixed32_n::uwords