Searched refs:current_operation_terminate (Results 1 – 1 of 1) sorted by relevance
| /hal_nordic-latest/drivers/nrf_802154/driver/src/ |
| D | nrf_802154_core.c | 800 static bool current_operation_terminate(nrf_802154_term_t term_lvl, in current_operation_terminate() function 2585 bool result = current_operation_terminate(term_lvl, req_orig, notify_abort); in core_sleep() 2630 bool result = current_operation_terminate(term_lvl, req_orig, notify_abort); in core_receive() 2715 result = current_operation_terminate(term_lvl, req_orig, true); in nrf_802154_core_transmit() 2832 result = current_operation_terminate(term_lvl, REQ_ORIG_CORE, true); in nrf_802154_core_energy_detection() 2864 result = current_operation_terminate(term_lvl, REQ_ORIG_CORE, true); in nrf_802154_core_cca() 2890 result = current_operation_terminate(term_lvl, REQ_ORIG_CORE, true); in nrf_802154_core_continuous_carrier() 2915 result = current_operation_terminate(term_lvl, REQ_ORIG_CORE, true); in nrf_802154_core_modulated_carrier() 2979 if (current_operation_terminate(NRF_802154_TERM_802154, req_orig, true)) in nrf_802154_core_channel_update()
|