Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ieee802154_filter Struct Reference

Filter value, see ieee802154_radio_api::filter. More...

#include <ieee802154_radio.h>

Data Fields

union {
   uint8_t *   ieee_addr
 Extended address, in little endian. More...
 
   uint16_t   short_addr
 Short address, in CPU byte order. More...
 
   uint16_t   pan_id
 PAN ID, in CPU byte order. More...
 
}; 
 

Detailed Description

Filter value, see ieee802154_radio_api::filter.

Field Documentation

◆ 

union { ... } ieee802154_filter::@309

◆ ieee_addr

uint8_t* ieee802154_filter::ieee_addr

Extended address, in little endian.

◆ pan_id

uint16_t ieee802154_filter::pan_id

PAN ID, in CPU byte order.

◆ short_addr

uint16_t ieee802154_filter::short_addr

Short address, in CPU byte order.


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