Searched refs:notify_abort (Results 1 – 5 of 5) sorted by relevance
| /hal_nordic-latest/drivers/nrf_802154/driver/src/ |
| D | nrf_802154_request_direct.c | 80 bool notify_abort, in nrf_802154_request_receive() argument 87 notify_abort, in nrf_802154_request_receive()
|
| D | nrf_802154_request_swi.c | 359 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()
|
| D | nrf_802154_core.h | 135 bool notify_abort,
|
| D | nrf_802154_request.h | 86 bool notify_abort,
|
| D | nrf_802154_core.c | 2583 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()
|