Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_trx.h120 } nrf_802154_trx_transmit_notifications_t; typedef
360 nrf_802154_trx_transmit_notifications_t notifications_mask);
Dnrf_802154_core.c158 static nrf_802154_trx_transmit_notifications_t m_trx_transmit_frame_notifications_mask;
911 static nrf_802154_trx_transmit_notifications_t make_trx_frame_transmit_notification_mask(bool cca) in make_trx_frame_transmit_notification_mask()
913 nrf_802154_trx_transmit_notifications_t result = TRX_TRANSMIT_NOTIFICATION_NONE; in make_trx_frame_transmit_notification_mask()
Dnrf_802154_trx.c1564 nrf_802154_trx_transmit_notifications_t notifications_mask) in nrf_802154_trx_transmit_frame()