Home
last modified time | relevance | path

Searched refs:IEEE802154_HW_SELECTIVE_TXCHANNEL (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dieee802154_radio.h534 IEEE802154_HW_SELECTIVE_TXCHANNEL = BIT(13), enumerator
/Zephyr-latest/drivers/ieee802154/
DKconfig99 The drivers MAY have the capability IEEE802154_HW_SELECTIVE_TXCHANNEL only if
Dieee802154_nrf5.c260 | IEEE802154_HW_SELECTIVE_TXCHANNEL in nrf5_get_capabilities_at_boot()
/Zephyr-latest/modules/openthread/platform/
Dradio.c430 if (radio_caps & IEEE802154_HW_SELECTIVE_TXCHANNEL) { in transmit_message()