| /hal_nordic-latest/drivers/nrf_802154/driver/src/ |
| D | nrf_802154_core_hooks.c | 59 nrf_802154_transmit_params_t * p_params, 62 nrf_802154_transmit_params_t * p_params, 237 nrf_802154_transmit_params_t * p_params, in nrf_802154_core_hooks_pre_transmission() argument 250 result = m_pre_transmission_hooks[i](p_frame, p_params, notify_function); in nrf_802154_core_hooks_pre_transmission() 263 nrf_802154_transmit_params_t * p_params, in nrf_802154_core_hooks_tx_setup() argument 276 result = m_tx_setup_hooks[i](p_frame, p_params, notify_function); in nrf_802154_core_hooks_tx_setup()
|
| D | nrf_802154_core_hooks.h | 79 nrf_802154_transmit_params_t * p_params, 96 nrf_802154_transmit_params_t * p_params,
|
| D | nrf_802154_request_swi.c | 128 nrf_802154_transmit_params_t * p_params; ///< Pointer to transmission parameters. member 392 nrf_802154_transmit_params_t * p_params, in swi_transmit() argument 402 p_slot->data.transmit.p_params = p_params; in swi_transmit() 708 nrf_802154_transmit_params_t * p_params, in nrf_802154_request_transmit() argument 716 p_params, in nrf_802154_request_transmit() 856 p_slot->data.transmit.p_params, in irq_handler_req_event()
|
| D | nrf_802154_encrypt.c | 329 nrf_802154_transmit_params_t * p_params, in nrf_802154_encrypt_tx_setup() argument 334 if (p_params->frame_props.is_secured) in nrf_802154_encrypt_tx_setup() 376 metadata.frame_props = p_params->frame_props; in nrf_802154_encrypt_tx_setup()
|
| D | nrf_802154_request_direct.c | 94 nrf_802154_transmit_params_t * p_params, in nrf_802154_request_transmit() argument 101 p_params, in nrf_802154_request_transmit()
|
| D | nrf_802154_core.c | 2704 nrf_802154_transmit_params_t * p_params, in nrf_802154_core_transmit() argument 2713 if (nrf_802154_core_hooks_pre_transmission(p_data, p_params, &transmit_failed_notify)) in nrf_802154_core_transmit() 2719 nrf_802154_tx_work_buffer_reset(&p_params->frame_props); in nrf_802154_core_transmit() 2720 result = nrf_802154_core_hooks_tx_setup(p_data, p_params, &transmit_failed_notify); in nrf_802154_core_transmit() 2732 make_trx_frame_transmit_notification_mask(p_params->cca); in nrf_802154_core_transmit() 2736 state_set(p_params->cca ? RADIO_STATE_CCA_TX : RADIO_STATE_TX); in nrf_802154_core_transmit() 2738 m_tx_power = p_params->tx_power; in nrf_802154_core_transmit() 2739 m_tx_channel = p_params->channel; in nrf_802154_core_transmit() 2741 uint8_t cca_attempts = p_params->cca ? (1 + p_params->extra_cca_attempts) : 0; in nrf_802154_core_transmit() 2746 if (p_params->immediate) in nrf_802154_core_transmit()
|
| D | nrf_802154_encrypt.h | 75 nrf_802154_transmit_params_t * p_params,
|
| D | nrf_802154_core.h | 153 nrf_802154_transmit_params_t * p_params,
|
| D | nrf_802154_request.h | 104 nrf_802154_transmit_params_t * p_params,
|
| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_nfct.h | 209 nrfy_nfct_parameters_t * p_params) in nrfy_nfct_parameters_save() argument 212 p_params->fdmax = nrf_nfct_frame_delay_max_get(p_reg); in nrfy_nfct_parameters_save() 213 p_params->fdmin = nrf_nfct_frame_delay_min_get(p_reg); in nrfy_nfct_parameters_save() 214 p_params->nfcid1_size = nrf_nfct_nfcid1_get(p_reg, p_params->nfcid1); in nrfy_nfct_parameters_save() 215 p_params->protocol = nrf_nfct_selres_protocol_get(p_reg); in nrfy_nfct_parameters_save() 216 p_params->int_enabled = nrf_nfct_int_enable_get(p_reg); in nrfy_nfct_parameters_save() 228 nrfy_nfct_parameters_t const * p_params) in nrfy_nfct_parameters_restore() argument 230 nrf_nfct_frame_delay_max_set(p_reg, p_params->fdmax); in nrfy_nfct_parameters_restore() 231 nrf_nfct_frame_delay_min_set(p_reg, (uint16_t)p_params->fdmin); in nrfy_nfct_parameters_restore() 232 nrf_nfct_nfcid1_set(p_reg, p_params->nfcid1, p_params->nfcid1_size); in nrfy_nfct_parameters_restore() [all …]
|
| /hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/ |
| D | nrf_802154_security_writer.c | 155 nrf_802154_transmit_params_t * p_params, in nrf_802154_security_writer_tx_setup() argument 165 if (p_params->frame_props.dynamic_data_is_set) in nrf_802154_security_writer_tx_setup() 209 metadata.frame_props = p_params->frame_props; in nrf_802154_security_writer_tx_setup() 219 metadata.frame_props = p_params->frame_props; in nrf_802154_security_writer_tx_setup()
|
| D | nrf_802154_ifs.c | 233 nrf_802154_transmit_params_t * p_params, in nrf_802154_ifs_pretransmission() argument 240 if (p_params->immediate) in nrf_802154_ifs_pretransmission() 279 m_context.params = *p_params; in nrf_802154_ifs_pretransmission()
|
| D | nrf_802154_security_writer.h | 63 nrf_802154_transmit_params_t * p_params,
|
| D | nrf_802154_ifs.h | 67 nrf_802154_transmit_params_t * p_params,
|
| D | nrf_802154_ie_writer.h | 98 nrf_802154_transmit_params_t * p_params,
|
| D | nrf_802154_ie_writer.c | 628 nrf_802154_transmit_params_t * p_params, in nrf_802154_ie_writer_tx_setup() argument 639 if (p_params->frame_props.dynamic_data_is_set) in nrf_802154_ie_writer_tx_setup()
|