| /hal_nordic-latest/drivers/nrf_802154/driver/src/ |
| D | nrf_802154_request_swi.c | 108 nrf_802154_term_t term_lvl; ///< Request priority. member 115 nrf_802154_term_t term_lvl; ///< Request priority. member 125 nrf_802154_term_t term_lvl; ///< Request priority. member 140 nrf_802154_term_t term_lvl; ///< Request priority. member 147 nrf_802154_term_t term_lvl; ///< Request priority. member 154 nrf_802154_term_t term_lvl; ///< Request priority. member 160 nrf_802154_term_t term_lvl; ///< Request priority. member 335 static void swi_sleep(nrf_802154_term_t term_lvl, bool * p_result) in swi_sleep() argument 340 p_slot->data.sleep.term_lvl = term_lvl; in swi_sleep() 356 static void swi_receive(nrf_802154_term_t term_lvl, in swi_receive() argument [all …]
|
| D | nrf_802154_request_direct.c | 72 bool nrf_802154_request_sleep(nrf_802154_term_t term_lvl) in nrf_802154_request_sleep() argument 74 REQUEST_FUNCTION_PARMS(nrf_802154_core_sleep, term_lvl) in nrf_802154_request_sleep() 77 bool nrf_802154_request_receive(nrf_802154_term_t term_lvl, in nrf_802154_request_receive() argument 84 term_lvl, in nrf_802154_request_receive() 91 bool nrf_802154_request_transmit(nrf_802154_term_t term_lvl, in nrf_802154_request_transmit() argument 98 term_lvl, in nrf_802154_request_transmit() 110 bool nrf_802154_request_energy_detection(nrf_802154_term_t term_lvl, uint32_t time_us) in nrf_802154_request_energy_detection() argument 112 REQUEST_FUNCTION_PARMS(nrf_802154_core_energy_detection, term_lvl, time_us) in nrf_802154_request_energy_detection() 115 bool nrf_802154_request_cca(nrf_802154_term_t term_lvl) in nrf_802154_request_cca() argument 117 REQUEST_FUNCTION_PARMS(nrf_802154_core_cca, term_lvl) in nrf_802154_request_cca() [all …]
|
| D | nrf_802154_core.h | 118 bool nrf_802154_core_sleep(nrf_802154_term_t term_lvl); 132 bool nrf_802154_core_receive(nrf_802154_term_t term_lvl, 150 bool nrf_802154_core_transmit(nrf_802154_term_t term_lvl, 179 bool nrf_802154_core_energy_detection(nrf_802154_term_t term_lvl, uint32_t time_us); 191 bool nrf_802154_core_cca(nrf_802154_term_t term_lvl); 204 bool nrf_802154_core_continuous_carrier(nrf_802154_term_t term_lvl); 216 bool nrf_802154_core_modulated_carrier(nrf_802154_term_t term_lvl,
|
| D | nrf_802154_request.h | 69 bool nrf_802154_request_sleep(nrf_802154_term_t term_lvl); 83 bool nrf_802154_request_receive(nrf_802154_term_t term_lvl, 101 bool nrf_802154_request_transmit(nrf_802154_term_t term_lvl, 124 bool nrf_802154_request_energy_detection(nrf_802154_term_t term_lvl, uint32_t time_us); 134 bool nrf_802154_request_cca(nrf_802154_term_t term_lvl); 146 bool nrf_802154_request_continuous_carrier(nrf_802154_term_t term_lvl); 157 bool nrf_802154_request_modulated_carrier(nrf_802154_term_t term_lvl,
|
| D | nrf_802154_core.c | 688 nrf_802154_term_t term_lvl, in can_terminate_current_operation() argument 705 result = (term_lvl >= NRF_802154_TERM_802154) || !receiving_psdu_now; in can_terminate_current_operation() 714 result = (term_lvl >= NRF_802154_TERM_802154); in can_terminate_current_operation() 800 static bool current_operation_terminate(nrf_802154_term_t term_lvl, in current_operation_terminate() argument 804 bool result = nrf_802154_core_hooks_terminate(term_lvl, req_orig); in current_operation_terminate() 815 result = can_terminate_current_operation(m_state, term_lvl, receiving_psdu_now); in current_operation_terminate() 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() 2604 bool nrf_802154_core_sleep(nrf_802154_term_t term_lvl) in nrf_802154_core_sleep() argument 2614 result = core_sleep(term_lvl, REQ_ORIG_CORE, true); in nrf_802154_core_sleep() [all …]
|
| D | nrf_802154_core_hooks.c | 57 typedef bool (* abort_hook)(nrf_802154_term_t term_lvl, req_originator_t req_orig); 213 bool nrf_802154_core_hooks_terminate(nrf_802154_term_t term_lvl, req_originator_t req_orig) in nrf_802154_core_hooks_terminate() argument 224 result = m_abort_hooks[i](term_lvl, req_orig); in nrf_802154_core_hooks_terminate()
|
| D | nrf_802154_core_hooks.h | 63 bool nrf_802154_core_hooks_terminate(nrf_802154_term_t term_lvl, req_originator_t req_orig);
|
| /hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/ |
| D | nrf_802154_precise_ack_timeout.c | 180 bool nrf_802154_ack_timeout_abort(nrf_802154_term_t term_lvl, req_originator_t req_orig) in nrf_802154_ack_timeout_abort() argument 189 else if (term_lvl >= NRF_802154_TERM_802154) in nrf_802154_ack_timeout_abort()
|
| D | nrf_802154_ifs.h | 88 bool nrf_802154_ifs_abort(nrf_802154_term_t term_lvl, req_originator_t req_orig);
|
| D | nrf_802154_csma_ca.h | 87 bool nrf_802154_csma_ca_abort(nrf_802154_term_t term_lvl, req_originator_t req_orig);
|
| D | nrf_802154_ack_timeout.h | 79 bool nrf_802154_ack_timeout_abort(nrf_802154_term_t term_lvl, req_originator_t req_orig);
|
| D | nrf_802154_csma_ca.c | 386 bool nrf_802154_csma_ca_abort(nrf_802154_term_t term_lvl, req_originator_t req_orig) in nrf_802154_csma_ca_abort() argument 399 else if (term_lvl >= NRF_802154_TERM_802154) in nrf_802154_csma_ca_abort()
|
| D | nrf_802154_ifs.c | 339 bool nrf_802154_ifs_abort(nrf_802154_term_t term_lvl, req_originator_t req_orig) in nrf_802154_ifs_abort() argument 349 if (term_lvl >= NRF_802154_TERM_802154) in nrf_802154_ifs_abort()
|
| D | nrf_802154_delayed_trx.h | 153 bool nrf_802154_delayed_trx_abort(nrf_802154_term_t term_lvl, req_originator_t req_orig);
|
| D | nrf_802154_delayed_trx.c | 921 bool nrf_802154_delayed_trx_abort(nrf_802154_term_t term_lvl, req_originator_t req_orig) in nrf_802154_delayed_trx_abort() argument 931 if (term_lvl < NRF_802154_TERM_802154) in nrf_802154_delayed_trx_abort()
|