Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154.c876 nrf_802154_sl_capabilities_t caps_sl = nrf_802154_sl_capabilities_get(); in nrf_802154_capabilities_get() local
880 caps_drv |= (NRF_802154_SL_CAPABILITY_CSMA & caps_sl) ? in nrf_802154_capabilities_get()
882 caps_drv |= (NRF_802154_SL_CAPABILITY_DELAYED_TX & caps_sl) ? in nrf_802154_capabilities_get()
884 caps_drv |= (NRF_802154_SL_CAPABILITY_DELAYED_RX & caps_sl) ? in nrf_802154_capabilities_get()
886 caps_drv |= (NRF_802154_SL_CAPABILITY_ANT_DIVERSITY & caps_sl) ? in nrf_802154_capabilities_get()
888 caps_drv |= (NRF_802154_SL_CAPABILITY_TIMESTAMP & caps_sl) ? in nrf_802154_capabilities_get()
907 if (NRF_802154_SL_CAPABILITY_MULTITIMER & caps_sl) in nrf_802154_capabilities_get()