Home
last modified time | relevance | path

Searched defs:p_frame (Results 1 – 21 of 21) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_core_hooks.c236 uint8_t * p_frame, in nrf_802154_core_hooks_pre_transmission()
262 uint8_t * p_frame, in nrf_802154_core_hooks_tx_setup()
287 void nrf_802154_core_hooks_transmitted(const uint8_t * p_frame) in nrf_802154_core_hooks_transmitted()
300 bool nrf_802154_core_hooks_tx_failed(uint8_t * p_frame, nrf_802154_tx_error_t error) in nrf_802154_core_hooks_tx_failed()
335 bool nrf_802154_core_hooks_tx_started(uint8_t * p_frame) in nrf_802154_core_hooks_tx_started()
357 void nrf_802154_core_hooks_rx_started(const uint8_t * p_frame) in nrf_802154_core_hooks_rx_started()
Dnrf_802154_aes_ccm_acc_ecb.c236 static void ai_format(const nrf_802154_aes_ccm_data_t * p_frame, in ai_format()
258 static void b0_format(const nrf_802154_aes_ccm_data_t * p_frame, in b0_format()
278 static uint8_t auth_flags_format(const nrf_802154_aes_ccm_data_t * p_frame) in auth_flags_format()
305 static bool add_auth_data_get(const nrf_802154_aes_ccm_data_t * p_frame, in add_auth_data_get()
351 static bool plain_text_data_get(const nrf_802154_aes_ccm_data_t * p_frame, in plain_text_data_get()
582 void nrf_802154_aes_ccm_transform_start(uint8_t * p_frame) in nrf_802154_aes_ccm_transform_start()
606 void nrf_802154_aes_ccm_transform_abort(uint8_t * p_frame) in nrf_802154_aes_ccm_transform_abort()
Dnrf_802154_notification_swi.c160 … uint8_t * p_frame; ///< Pointer to frame that was transmitted. member
166 …uint8_t * p_frame; ///< Pointer to frame that was requested to be trans… member
398 bool swi_notify_transmitted(uint8_t * p_frame, in swi_notify_transmitted()
432 bool swi_notify_transmit_failed(uint8_t * p_frame, in swi_notify_transmit_failed()
610 void nrf_802154_notify_transmitted(uint8_t * p_frame, in nrf_802154_notify_transmitted()
628 void nrf_802154_notify_transmit_failed(uint8_t * p_frame, in nrf_802154_notify_transmit_failed()
Dnrf_802154_co.c100 void nrf_802154_co_transmitted_raw(uint8_t * p_frame, in nrf_802154_co_transmitted_raw()
108 void nrf_802154_co_transmit_failed(uint8_t * p_frame, in nrf_802154_co_transmit_failed()
119 void nrf_802154_co_tx_started(const uint8_t * p_frame) in nrf_802154_co_tx_started()
Dnrf_802154_encrypt.c328 uint8_t * p_frame, in nrf_802154_encrypt_tx_setup()
383 bool nrf_802154_encrypt_tx_started_hook(uint8_t * p_frame) in nrf_802154_encrypt_tx_started_hook()
397 bool nrf_802154_encrypt_tx_failed_hook(uint8_t * p_frame, nrf_802154_tx_error_t error) in nrf_802154_encrypt_tx_failed_hook()
Dnrf_802154_core.c335 uint8_t * p_frame = mp_tx_data; in transmit_started_notify() local
367 const uint8_t * p_frame = mp_current_rx_buffer->data; in receive_started_notify() local
375 uint8_t * p_frame = mp_tx_data; in transmitted_frame_notify() local
401 static void transmit_failed_notify(uint8_t * p_frame, in transmit_failed_notify()
506 static bool ack_is_requested(const uint8_t * p_frame) in ack_is_requested()
2126 static bool fcf_is_security_enabled(const uint8_t * p_frame) in fcf_is_security_enabled()
2131 static inline bool tx_started_core_hooks_will_fit_within_timeslot(const uint8_t * p_frame) in tx_started_core_hooks_will_fit_within_timeslot()
Dnrf_802154_notification_direct.c87 void nrf_802154_notify_transmitted(uint8_t * p_frame, in nrf_802154_notify_transmitted()
101 void nrf_802154_notify_transmit_failed(uint8_t * p_frame, in nrf_802154_notify_transmit_failed()
Dnrf_802154_aes_ccm_acc_ccm.c358 void nrf_802154_aes_ccm_transform_start(uint8_t * p_frame) in nrf_802154_aes_ccm_transform_start()
371 void nrf_802154_aes_ccm_transform_abort(uint8_t * p_frame) in nrf_802154_aes_ccm_transform_abort()
Dnrf_802154.c1010 __WEAK void nrf_802154_tx_started(const uint8_t * p_frame) in nrf_802154_tx_started()
1015 __WEAK void nrf_802154_transmitted_raw(uint8_t * p_frame, in nrf_802154_transmitted_raw()
1028 __WEAK void nrf_802154_transmit_failed(uint8_t * p_frame, in nrf_802154_transmit_failed()
Dnrf_802154_types_internal.h54 … uint8_t * p_frame; // !< Pointer to the frame for which the timeout of ack reception is notified. member
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_precise_ack_timeout.c172 bool nrf_802154_ack_timeout_tx_started_hook(uint8_t * p_frame) in nrf_802154_ack_timeout_tx_started_hook()
204 void nrf_802154_ack_timeout_transmitted_hook(const uint8_t * p_frame) in nrf_802154_ack_timeout_transmitted_hook()
218 bool nrf_802154_ack_timeout_tx_failed_hook(uint8_t * p_frame, nrf_802154_tx_error_t error) in nrf_802154_ack_timeout_tx_failed_hook()
Dnrf_802154_ifs.c141 static bool is_ifs_needed_by_address(const uint8_t * p_frame) in is_ifs_needed_by_address()
232 uint8_t * p_frame, in nrf_802154_ifs_pretransmission()
295 void nrf_802154_ifs_transmitted_hook(const uint8_t * p_frame) in nrf_802154_ifs_transmitted_hook()
Dnrf_802154_security_writer.c154 uint8_t * p_frame, in nrf_802154_security_writer_tx_setup()
238 bool nrf_802154_security_writer_tx_started_hook(uint8_t * p_frame) in nrf_802154_security_writer_tx_started_hook()
Dnrf_802154_csma_ca.c419 bool nrf_802154_csma_ca_tx_failed_hook(uint8_t * p_frame, nrf_802154_tx_error_t error) in nrf_802154_csma_ca_tx_failed_hook()
471 bool nrf_802154_csma_ca_tx_started_hook(uint8_t * p_frame) in nrf_802154_csma_ca_tx_started_hook()
Dnrf_802154_ie_writer.c627 uint8_t * p_frame, in nrf_802154_ie_writer_tx_setup()
677 bool nrf_802154_ie_writer_tx_started_hook(uint8_t * p_frame) in nrf_802154_ie_writer_tx_started_hook()
Dnrf_802154_frame_parser.c493 bool nrf_802154_frame_parser_data_init(const uint8_t * p_frame, in nrf_802154_frame_parser_data_init()
Dnrf_802154_delayed_trx.c943 void nrf_802154_delayed_trx_rx_started_hook(const uint8_t * p_frame) in nrf_802154_delayed_trx_rx_started_hook()
Dnrf_802154_frame_parser.h129 …const uint8_t * p_frame; ///< Pointer to a frame associated with parser dat… member
/hal_nordic-latest/drivers/nrf_802154/serialization/src/
Dnrf_802154_spinel_net.c65 static void local_transmitted_frame_ptr_free(void * p_frame) in local_transmitted_frame_ptr_free()
281 void nrf_802154_transmitted_raw(uint8_t * p_frame, in nrf_802154_transmitted_raw()
339 void nrf_802154_transmit_failed(uint8_t * p_frame, in nrf_802154_transmit_failed()
Dnrf_802154_spinel_dec_net.c904 const void * p_frame; in spinel_decode_prop_nrf_802154_transmit_csma_ca_raw() local
1339 const void * p_frame; in spinel_decode_prop_nrf_802154_transmit_raw() local
1396 const void * p_frame; in spinel_decode_prop_nrf_802154_transmit_raw_at() local
Dnrf_802154_spinel_dec_app.c174 void * p_frame; in spinel_decode_prop_nrf_802154_received_timestamp_raw() local