Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_request_direct.c80 bool notify_abort, in nrf_802154_request_receive() argument
87 notify_abort, in nrf_802154_request_receive()
Dnrf_802154_request_swi.c359 bool notify_abort, in swi_receive() argument
369 p_slot->data.receive.notif_abort = notify_abort; in swi_receive()
693 bool notify_abort, in nrf_802154_request_receive() argument
701 notify_abort, in nrf_802154_request_receive()
Dnrf_802154_core.h135 bool notify_abort,
Dnrf_802154_request.h86 bool notify_abort,
Dnrf_802154_core.c2583 static bool core_sleep(nrf_802154_term_t term_lvl, req_originator_t req_orig, bool notify_abort) in core_sleep() argument
2585 bool result = current_operation_terminate(term_lvl, req_orig, notify_abort); in core_sleep()
2627 bool notify_abort, in core_receive() argument
2630 bool result = current_operation_terminate(term_lvl, req_orig, notify_abort); in core_receive()
2660 bool notify_abort, in nrf_802154_core_receive() argument
2673 result = core_receive(term_lvl, req_orig, notify_abort, id); in nrf_802154_core_receive()