Home
last modified time | relevance | path

Searched refs:p_param (Results 1 – 9 of 9) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/sl/include/
Dnrf_802154_sl_rsch.h403 const nrf_802154_sl_rsch_ts_param_t * p_param,
477 static inline void nrf_802154_sl_rsch_ts_param_init(nrf_802154_sl_rsch_ts_param_t * p_param) in nrf_802154_sl_rsch_ts_param_init() argument
479 p_param->rsrc = NRF_802154_SL_RSCH_RSRC_NONE; in nrf_802154_sl_rsch_ts_param_init()
480 p_param->op = NRF_802154_SL_RSCH_OP_NONE; in nrf_802154_sl_rsch_ts_param_init()
481 p_param->start = NULL; in nrf_802154_sl_rsch_ts_param_init()
482 p_param->end = NULL; in nrf_802154_sl_rsch_ts_param_init()
483 p_param->cancelled = NULL; in nrf_802154_sl_rsch_ts_param_init()
484 p_param->p_context = NULL; in nrf_802154_sl_rsch_ts_param_init()
485 p_param->immediate = true; in nrf_802154_sl_rsch_ts_param_init()
486 p_param->target_time = 0; in nrf_802154_sl_rsch_ts_param_init()
[all …]
Dnrf_802154_sl_atomic_list.h142 typedef bool (* nrf_802154_sl_checker_func_t)(const void * p_item, const void * p_param);
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_nfct.c794 nrfx_err_t nrfx_nfct_parameter_set(nrfx_nfct_param_t const * p_param) in nrfx_nfct_parameter_set() argument
796 NRFX_ASSERT(p_param); in nrfx_nfct_parameter_set()
798 switch (p_param->id) in nrfx_nfct_parameter_set()
802 uint32_t delay = p_param->data.fdt; in nrfx_nfct_parameter_set()
818 uint32_t delay = p_param->data.fdt_min; in nrfx_nfct_parameter_set()
834 if (p_param->data.sel_res_protocol > NRF_NFCT_SELRES_PROTOCOL_NFCDEP_T4AT) in nrfx_nfct_parameter_set()
840 (nrf_nfct_selres_protocol_t) p_param->data.sel_res_protocol); in nrfx_nfct_parameter_set()
847 id_size_mask = nfct_nfcid1_size_to_sensres_size(p_param->data.nfcid1.id_size); in nrfx_nfct_parameter_set()
848 nrfy_nfct_nfcid1_set(NRF_NFCT, p_param->data.nfcid1.p_id, id_size_mask); in nrfx_nfct_parameter_set()
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_request_swi.c134 const nrf_802154_ack_timeout_handle_params_t * p_param; member
409 static void swi_ack_timeout_handle(const nrf_802154_ack_timeout_handle_params_t * p_param, in swi_ack_timeout_handle() argument
415 p_slot->data.ack_timeout_handle.p_param = p_param; in swi_ack_timeout_handle()
720 bool nrf_802154_request_ack_timeout_handle(const nrf_802154_ack_timeout_handle_params_t * p_param) in nrf_802154_request_ack_timeout_handle() argument
722 REQUEST_FUNCTION(nrf_802154_core_ack_timeout_handle, swi_ack_timeout_handle, p_param); in nrf_802154_request_ack_timeout_handle()
862 nrf_802154_core_ack_timeout_handle(p_slot->data.ack_timeout_handle.p_param); in irq_handler_req_event()
Dnrf_802154_request_direct.c105 bool nrf_802154_request_ack_timeout_handle(const nrf_802154_ack_timeout_handle_params_t * p_param) in nrf_802154_request_ack_timeout_handle() argument
107 REQUEST_FUNCTION_PARMS(nrf_802154_core_ack_timeout_handle, p_param); in nrf_802154_request_ack_timeout_handle()
Dnrf_802154_core.h164 bool nrf_802154_core_ack_timeout_handle(const nrf_802154_ack_timeout_handle_params_t * p_param);
Dnrf_802154_request.h113 bool nrf_802154_request_ack_timeout_handle(const nrf_802154_ack_timeout_handle_params_t * p_param);
Dnrf_802154_core.c2780 bool nrf_802154_core_ack_timeout_handle(const nrf_802154_ack_timeout_handle_params_t * p_param) in nrf_802154_core_ack_timeout_handle() argument
2788 if ((m_state == RADIO_STATE_RX_ACK) && (p_param->p_frame == mp_tx_data)) in nrf_802154_core_ack_timeout_handle()
2809 nrf_802154_tx_work_buffer_original_frame_update(p_param->p_frame, in nrf_802154_core_ack_timeout_handle()
2811 nrf_802154_notify_transmit_failed(p_param->p_frame, in nrf_802154_core_ack_timeout_handle()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_nfct.h304 nrfx_err_t nrfx_nfct_parameter_set(nrfx_nfct_param_t const * p_param);