Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/net/
Dieee802154_radio.h486 IEEE802154_HW_SLEEP_TO_TX = BIT(9), enumerator
/Zephyr-Core-3.5.0/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-Core-3.5.0/modules/openthread/platform/
Dradio.c603 radio_api->get_capabilities(radio_dev) & IEEE802154_HW_SLEEP_TO_TX) { in platformRadioProcess()
793 if ((sState == OT_RADIO_STATE_RECEIVE) || (radio_caps & IEEE802154_HW_SLEEP_TO_TX)) { in otPlatRadioTransmit()
873 if (radio_caps & IEEE802154_HW_SLEEP_TO_TX) { in otPlatRadioGetCaps()
/Zephyr-Core-3.5.0/drivers/ieee802154/
Dieee802154_nrf5.c225 IEEE802154_HW_SLEEP_TO_TX | in nrf5_get_capabilities_at_boot()