Home
last modified time | relevance | path

Searched refs:cc_range (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/ieee802154/
Dieee802154_rf2xx.h112 struct ieee802154_phy_channel_range cc_range; member
Dieee802154_rf2xx.c1065 ctx->cc_range.from_channel = 0U; in rf2xx_iface_init()
1066 ctx->cc_range.to_channel = 10U; in rf2xx_iface_init()
1068 ctx->cc_range.from_channel = 0U; in rf2xx_iface_init()
1069 ctx->cc_range.to_channel = 3U; in rf2xx_iface_init()
1077 ctx->cc_range.from_channel = 11U; in rf2xx_iface_init()
1078 ctx->cc_range.to_channel = 26U; in rf2xx_iface_init()
1147 .ranges = &rf2xx_ctx_data_##n.cc_range, \