Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154.c111 static inline bool are_frame_properties_valid(const nrf_802154_transmitted_frame_props_t * p_props) in are_frame_properties_valid() function
478 result = are_frame_properties_valid(&params.frame_props); in nrf_802154_transmit_raw()
514 result = are_frame_properties_valid(&p_metadata->frame_props) && in nrf_802154_transmit_raw_at()
788 result = are_frame_properties_valid(&p_metadata->frame_props); in nrf_802154_transmit_csma_ca_raw()
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() function