Loading...
Searching...
No Matches
ieee802154_dev Struct Reference

the IEEE802.15.4 device descriptor More...

Detailed Description

the IEEE802.15.4 device descriptor

Definition at line 415 of file radio.h.

#include <radio.h>

Data Fields

const ieee802154_radio_ops_tdriver
 pointer to the operations of the device
 
void * priv
 pointer to the private descriptor of the device
 
ieee802154_cb_t cb
 the event callback of the device
 

Field Documentation

◆ cb

ieee802154_cb_t ieee802154_dev::cb

the event callback of the device

Definition at line 427 of file radio.h.

◆ driver

const ieee802154_radio_ops_t* ieee802154_dev::driver

pointer to the operations of the device

Definition at line 419 of file radio.h.

◆ priv

void* ieee802154_dev::priv

pointer to the private descriptor of the device

Definition at line 423 of file radio.h.


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