BSP430  20141115
Board Support Package for MSP430 microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Structures | Data Fields
uBSP430eui64 Union Reference

#include <bsp430/utility/eui64.h>

Data Structures

struct  as48
 

Data Fields

uint8_t bytes [8]
 
uint64_t u64
 
int16_t ints [4]
 
struct uBSP430eui64::as48 as48
 

Detailed Description

A type holding the EUI-64 in canonical form.

Field Documentation

uint8_t uBSP430eui64::bytes[8]

The 8 octets comprising the 64-bit value in canonical form. I.e., the OUI-24 component appears in elements 0, 1, and 2 of the array.

int16_t uBSP430eui64::ints[4]

The 8 octets comprising the 64-bit value aggregated into an array of integers. Not a canonical form, suitable only for checking against the null identifier.

uint64_t uBSP430eui64::u64

The 8 octets comprising the 64-bit value aggregated into a host-byte-order 64-bit integer. Not a canonical form, really only suitable for optimized equality comparisons.


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