Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/net/
Dieee802154_radio.h471 IEEE802154_HW_CSMA = BIT(4), enumerator
/Zephyr-Core-3.5.0/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-Core-3.5.0/subsys/net/l2/ieee802154/
Dieee802154.c196 ieee802154_radio_get_hw_capabilities(iface) & IEEE802154_HW_CSMA; in ieee802154_radio_send()
/Zephyr-Core-3.5.0/modules/openthread/platform/
Dradio.c400 if (radio_api->get_capabilities(radio_dev) & IEEE802154_HW_CSMA) { in transmit_message()
865 if (radio_caps & IEEE802154_HW_CSMA) { in otPlatRadioGetCaps()
/Zephyr-Core-3.5.0/drivers/ieee802154/
Dieee802154_cc13xx_cc26xx.c126 IEEE802154_HW_RX_TX_ACK | IEEE802154_HW_TX_RX_ACK | IEEE802154_HW_CSMA | in ieee802154_cc13xx_cc26xx_get_capabilities()
Dieee802154_nrf5.c219 ((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-Core-3.5.0/subsys/net/l2/openthread/
DKconfig315 the radio has hardware support for this feature (IEEE802154_HW_CSMA).