Searched refs:p_dly_ts_param (Results 1 – 3 of 3) sorted by relevance
160 bool nrf_802154_rsch_delayed_timeslot_request(const rsch_dly_ts_param_t * p_dly_ts_param) in nrf_802154_rsch_delayed_timeslot_request() argument162 (void)p_dly_ts_param; in nrf_802154_rsch_delayed_timeslot_request()
263 bool nrf_802154_rsch_delayed_timeslot_request(const rsch_dly_ts_param_t * p_dly_ts_param);
406 static bool dly_op_request(const rsch_dly_ts_param_t * p_dly_ts_param, in dly_op_request() argument409 bool result = nrf_802154_rsch_delayed_timeslot_request(p_dly_ts_param); in dly_op_request()