Home
last modified time | relevance | path

Searched refs:nrf_802154_term_t (Results 1 – 16 of 16) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_core.h118 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,
Dnrf_802154_request.h69 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,
Dnrf_802154_request_direct.c72 bool nrf_802154_request_sleep(nrf_802154_term_t term_lvl) in nrf_802154_request_sleep()
77 bool nrf_802154_request_receive(nrf_802154_term_t term_lvl, in nrf_802154_request_receive()
91 bool nrf_802154_request_transmit(nrf_802154_term_t 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()
115 bool nrf_802154_request_cca(nrf_802154_term_t term_lvl) in nrf_802154_request_cca()
122 bool nrf_802154_request_continuous_carrier(nrf_802154_term_t term_lvl) in nrf_802154_request_continuous_carrier()
127 bool nrf_802154_request_modulated_carrier(nrf_802154_term_t term_lvl, in nrf_802154_request_modulated_carrier()
Dnrf_802154_request_swi.c108 nrf_802154_term_t term_lvl; ///< Request priority.
115 nrf_802154_term_t term_lvl; ///< Request priority.
125 nrf_802154_term_t term_lvl; ///< Request priority.
140 nrf_802154_term_t term_lvl; ///< Request priority.
147 nrf_802154_term_t term_lvl; ///< Request priority.
154 nrf_802154_term_t term_lvl; ///< Request priority.
160 nrf_802154_term_t term_lvl; ///< Request priority.
335 static void swi_sleep(nrf_802154_term_t term_lvl, bool * p_result) in swi_sleep()
356 static void swi_receive(nrf_802154_term_t term_lvl, in swi_receive()
389 static void swi_transmit(nrf_802154_term_t term_lvl, in swi_transmit()
[all …]
Dnrf_802154_core.c688 nrf_802154_term_t term_lvl, in can_terminate_current_operation()
800 static bool current_operation_terminate(nrf_802154_term_t term_lvl, 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()
2604 bool nrf_802154_core_sleep(nrf_802154_term_t term_lvl) in nrf_802154_core_sleep()
2625 static bool core_receive(nrf_802154_term_t term_lvl, in core_receive()
2657 bool nrf_802154_core_receive(nrf_802154_term_t term_lvl, in nrf_802154_core_receive()
2701 bool nrf_802154_core_transmit(nrf_802154_term_t term_lvl, in nrf_802154_core_transmit()
2824 bool nrf_802154_core_energy_detection(nrf_802154_term_t term_lvl, uint32_t time_us) in nrf_802154_core_energy_detection()
2856 bool nrf_802154_core_cca(nrf_802154_term_t term_lvl) in nrf_802154_core_cca()
2882 bool nrf_802154_core_continuous_carrier(nrf_802154_term_t term_lvl) in nrf_802154_core_continuous_carrier()
[all …]
Dnrf_802154_core_hooks.c57 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()
Dnrf_802154_core_hooks.h63 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/
Dnrf_802154_ifs.h88 bool nrf_802154_ifs_abort(nrf_802154_term_t term_lvl, req_originator_t req_orig);
Dnrf_802154_csma_ca.h87 bool nrf_802154_csma_ca_abort(nrf_802154_term_t term_lvl, req_originator_t req_orig);
Dnrf_802154_ack_timeout.h79 bool nrf_802154_ack_timeout_abort(nrf_802154_term_t term_lvl, req_originator_t req_orig);
Dnrf_802154_delayed_trx.h153 bool nrf_802154_delayed_trx_abort(nrf_802154_term_t term_lvl, req_originator_t req_orig);
Dnrf_802154_precise_ack_timeout.c180 bool nrf_802154_ack_timeout_abort(nrf_802154_term_t term_lvl, req_originator_t req_orig) in nrf_802154_ack_timeout_abort()
Dnrf_802154_csma_ca.c386 bool nrf_802154_csma_ca_abort(nrf_802154_term_t term_lvl, req_originator_t req_orig) in nrf_802154_csma_ca_abort()
Dnrf_802154_ifs.c339 bool nrf_802154_ifs_abort(nrf_802154_term_t term_lvl, req_originator_t req_orig) in nrf_802154_ifs_abort()
Dnrf_802154_delayed_trx.c921 bool nrf_802154_delayed_trx_abort(nrf_802154_term_t term_lvl, req_originator_t req_orig) in nrf_802154_delayed_trx_abort()
/hal_nordic-latest/drivers/nrf_802154/common/include/
Dnrf_802154_types.h154 typedef uint8_t nrf_802154_term_t; typedef