Loading...
Searching...
No Matches

Users of the CC110x/CC1200 adaption layer have to overlap their device handle with this structure. More...

Detailed Description

Users of the CC110x/CC1200 adaption layer have to overlap their device handle with this structure.

The first two fields of the device structure of any transceiver driver using this adaption layer have to be equal to the cc1xxx_t structure. This allows efficient access to the current layer 2 address of the device from the adaption layer.

Definition at line 105 of file cc1xxx_common.h.

#include <cc1xxx_common.h>

Data Fields

netdev_t netdev
 RIOT's interface to this driver.
 
uint8_t addr
 Layer 2 address of this device.
 

Field Documentation

◆ addr

uint8_t cc1xxx_t::addr

Layer 2 address of this device.

Definition at line 107 of file cc1xxx_common.h.

◆ netdev

netdev_t cc1xxx_t::netdev

RIOT's interface to this driver.

Definition at line 106 of file cc1xxx_common.h.


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