Home
last modified time | relevance | path

Searched defs:nrf5_802154_data (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/ieee802154/
Dieee802154_nrf5.h25 struct nrf5_802154_data { struct
27 struct net_if *iface;
30 uint8_t mac[8];
36 struct k_thread rx_thread;
39 struct k_fifo rx_fifo;
44 struct nrf5_802154_rx_frame rx_frames[CONFIG_NRF_802154_RX_BUFFERS];
47 bool last_frame_ack_fpb;
50 bool last_frame_ack_seb;
53 struct k_sem cca_wait;
56 bool channel_free;
[all …]