Searched refs:p_frame_props (Results 1 – 2 of 2) sorted by relevance
48 void nrf_802154_tx_work_buffer_reset(const nrf_802154_transmitted_frame_props_t * p_frame_props) in nrf_802154_tx_work_buffer_reset() argument53 if (p_frame_props == NULL) in nrf_802154_tx_work_buffer_reset()60 m_is_secured = p_frame_props->is_secured; in nrf_802154_tx_work_buffer_reset()61 m_is_dynamic_data_updated = p_frame_props->dynamic_data_is_set; in nrf_802154_tx_work_buffer_reset()78 nrf_802154_transmitted_frame_props_t * p_frame_props) in nrf_802154_tx_work_buffer_original_frame_update() argument80 NRF_802154_ASSERT(p_frame_props != NULL); in nrf_802154_tx_work_buffer_original_frame_update()82 p_frame_props->is_secured = m_is_secured; in nrf_802154_tx_work_buffer_original_frame_update()83 p_frame_props->dynamic_data_is_set = m_is_dynamic_data_updated; in nrf_802154_tx_work_buffer_original_frame_update()
66 void nrf_802154_tx_work_buffer_reset(const nrf_802154_transmitted_frame_props_t * p_frame_props);108 nrf_802154_transmitted_frame_props_t * p_frame_props);