Home
last modified time | relevance | path

Searched refs:IEEE802154_HW_TXTIME (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dieee802154_radio.h486 IEEE802154_HW_TXTIME = BIT(8), enumerator
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c129 caps |= IEEE802154_HW_TXTIME; in get_capabilities()
574 get_capabilities_caps_mock_fake.return_val = IEEE802154_HW_TXTIME; in ZTEST()
588 IEEE802154_HW_TXTIME | IEEE802154_HW_SLEEP_TO_TX; in ZTEST()
/Zephyr-latest/modules/openthread/platform/
Dradio.c422 if ((radio_caps & IEEE802154_HW_TXTIME) && in transmit_message()
991 if (radio_caps & IEEE802154_HW_TXTIME) { in otPlatRadioGetCaps()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_nrf5.c251 ((caps & NRF_802154_CAPABILITY_DELAYED_TX) ? IEEE802154_HW_TXTIME : 0UL) | in nrf5_get_capabilities_at_boot()
Dieee802154_dw1000.c626 IEEE802154_HW_TXTIME; in dwt_get_capabilities()