Home
last modified time | relevance | path

Searched refs:nrf_802154_transmitted_frame_props_t (Results 1 – 8 of 8) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/common/include/
Dnrf_802154_types.h400 } nrf_802154_transmitted_frame_props_t; typedef
431 (nrf_802154_transmitted_frame_props_t){ \
441nrf_802154_transmitted_frame_props_t frame_props; // !< Properties of the frame to be transmitted.
452nrf_802154_transmitted_frame_props_t frame_props; // !< Properties of the frame to be trans…
464nrf_802154_transmitted_frame_props_t frame_props; // !< Properties of the frame to be transmitted.
474 nrf_802154_transmitted_frame_props_t frame_props; // !< Properties of the returned frame.
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_tx_work_buffer.h66 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);
Dnrf_802154_tx_work_buffer.c48 void nrf_802154_tx_work_buffer_reset(const nrf_802154_transmitted_frame_props_t * p_frame_props) 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()
Dnrf_802154_types_internal.h43nrf_802154_transmitted_frame_props_t frame_props; // !< Properties of the frame to be trans…
Dnrf_802154_request_direct.c165 static inline bool are_frame_properties_valid(const nrf_802154_transmitted_frame_props_t * p_props) in are_frame_properties_valid()
Dnrf_802154.c111 static inline bool are_frame_properties_valid(const nrf_802154_transmitted_frame_props_t * p_props) in are_frame_properties_valid()
Dnrf_802154_core.c169 static const nrf_802154_transmitted_frame_props_t m_default_frame_props =
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_csma_ca.c79 static nrf_802154_transmitted_frame_props_t m_data_props; ///< Structure containing detailed proper…