Searched refs:nrf5_data (Results 1 – 1 of 1) sorted by relevance
65 static struct nrf5_802154_data nrf5_data; variable112 return net_if_get_device(nrf5_data.iface); in nrf5_get_device()243 nrf5_data.capabilities = in nrf5_get_capabilities_at_boot()272 return nrf5_data.capabilities; in nrf5_get_capabilities()317 if (nrf5_data.energy_scan_done == NULL) { in nrf5_energy_scan_start()318 nrf5_data.energy_scan_done = done_cb; in nrf5_energy_scan_start()321 nrf5_data.energy_scan_done = NULL; in nrf5_energy_scan_start()400 nrf5_data.txpwr = dbm; in nrf5_set_txpower()475 if (nrf5_data.event_handler) { in nrf5_tx_started()476 nrf5_data.event_handler(dev, IEEE802154_EVENT_TX_STARTED, in nrf5_tx_started()[all …]