Home
last modified time | relevance | path

Searched refs:pan_coordinator (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dieee802154_radio.h1157 bool pan_coordinator; member
/Zephyr-latest/drivers/ieee802154/
Dieee802154_rf2xx.c757 static int rf2xx_pan_coord_set(const struct device *dev, bool pan_coordinator) in rf2xx_pan_coord_set() argument
761 if (pan_coordinator) { in rf2xx_pan_coord_set()
816 ret = rf2xx_pan_coord_set(dev, config->pan_coordinator); in rf2xx_configure()
Dieee802154_nrf5.c911 nrf_802154_pan_coord_set(config->pan_coordinator); in nrf5_configure()