Home
last modified time | relevance | path

Searched refs:p_props (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/
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() argument
167 return p_props->dynamic_data_is_set || !(p_props->is_secured); 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() argument
113 return p_props->dynamic_data_is_set || !(p_props->is_secured); in are_frame_properties_valid()