Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dieee802154_radio.h515 IEEE802154_HW_RXTIME = BIT(10), enumerator
/Zephyr-latest/drivers/ieee802154/
Dieee802154_nrf5.c252 ((caps & NRF_802154_CAPABILITY_DELAYED_RX) ? IEEE802154_HW_RXTIME : 0UL) | in nrf5_get_capabilities_at_boot()
Dieee802154_mcxw.c1230 IEEE802154_HW_TXTIME | IEEE802154_HW_RXTIME | IEEE802154_HW_SLEEP_TO_TX | in mcxw_get_capabilities()
/Zephyr-latest/modules/openthread/platform/
Dradio.c1012 if (radio_caps & IEEE802154_HW_RXTIME) { in otPlatRadioGetCaps()