Home
last modified time | relevance | path

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

/hal_nordic-3.4.0/drivers/nrf_802154/driver/src/
Dnrf_802154_trx.h120 } nrf_802154_trx_transmit_notifications_t; typedef
356 nrf_802154_trx_transmit_notifications_t notifications_mask);
Dnrf_802154_core.c146 static nrf_802154_trx_transmit_notifications_t m_trx_transmit_frame_notifications_mask;
978 static nrf_802154_trx_transmit_notifications_t make_trx_frame_transmit_notification_mask(bool cca) in make_trx_frame_transmit_notification_mask()
980 nrf_802154_trx_transmit_notifications_t result = TRX_TRANSMIT_NOTIFICATION_NONE; in make_trx_frame_transmit_notification_mask()
Dnrf_802154_trx.c1249 nrf_802154_trx_transmit_notifications_t notifications_mask) in nrf_802154_trx_transmit_frame()