Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dieee802154_radio.h512 IEEE802154_HW_SLEEP_TO_TX = BIT(9), enumerator
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c127 IEEE802154_HW_ENERGY_SCAN | IEEE802154_HW_SLEEP_TO_TX; in get_capabilities()
580 get_capabilities_caps_mock_fake.return_val = IEEE802154_HW_SLEEP_TO_TX; in ZTEST()
588 IEEE802154_HW_TXTIME | IEEE802154_HW_SLEEP_TO_TX; in ZTEST()
/Zephyr-latest/modules/openthread/platform/
Dradio.c680 radio_api->get_capabilities(radio_dev) & IEEE802154_HW_SLEEP_TO_TX) { in platformRadioProcess()
900 if ((sState == OT_RADIO_STATE_RECEIVE) || (radio_caps & IEEE802154_HW_SLEEP_TO_TX)) { in otPlatRadioTransmit()
980 if (radio_caps & IEEE802154_HW_SLEEP_TO_TX) { in otPlatRadioGetCaps()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_nrf5.c253 IEEE802154_HW_SLEEP_TO_TX | in nrf5_get_capabilities_at_boot()