Home
last modified time | relevance | path

Searched refs:IEEE802154_HW_CSMA (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dieee802154_radio.h474 IEEE802154_HW_CSMA = BIT(4), enumerator
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c562 get_capabilities_caps_mock_fake.return_val = IEEE802154_HW_CSMA; in ZTEST()
587 IEEE802154_HW_CSMA | IEEE802154_HW_TX_RX_ACK | IEEE802154_HW_ENERGY_SCAN | in ZTEST()
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154.c196 ieee802154_radio_get_hw_capabilities(iface) & IEEE802154_HW_CSMA; in ieee802154_radio_send()
/Zephyr-latest/modules/openthread/platform/
Dradio.c442 if (radio_caps & IEEE802154_HW_CSMA) { in transmit_message()
972 if (radio_caps & IEEE802154_HW_CSMA) { in otPlatRadioGetCaps()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_cc13xx_cc26xx.c130 IEEE802154_HW_RX_TX_ACK | IEEE802154_HW_TX_RX_ACK | IEEE802154_HW_CSMA | in ieee802154_cc13xx_cc26xx_get_capabilities()
Dieee802154_nrf5.c247 ((caps & NRF_802154_CAPABILITY_CSMA) ? IEEE802154_HW_CSMA : 0UL) | in nrf5_get_capabilities_at_boot()
Dieee802154_rf2xx.c372 IEEE802154_HW_CSMA | in rf2xx_get_capabilities()
/Zephyr-latest/subsys/net/l2/openthread/
DKconfig324 the radio has hardware support for this feature (IEEE802154_HW_CSMA).