Home
last modified time | relevance | path

Searched refs:p_dly_ts_param (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/sl/sl_opensource/src/
Dnrf_802154_sl_rsch.c160 bool nrf_802154_rsch_delayed_timeslot_request(const rsch_dly_ts_param_t * p_dly_ts_param) in nrf_802154_rsch_delayed_timeslot_request() argument
162 (void)p_dly_ts_param; in nrf_802154_rsch_delayed_timeslot_request()
/hal_nordic-latest/drivers/nrf_802154/sl/include/rsch/
Dnrf_802154_rsch.h263 bool nrf_802154_rsch_delayed_timeslot_request(const rsch_dly_ts_param_t * p_dly_ts_param);
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_delayed_trx.c406 static bool dly_op_request(const rsch_dly_ts_param_t * p_dly_ts_param, in dly_op_request() argument
409 bool result = nrf_802154_rsch_delayed_timeslot_request(p_dly_ts_param); in dly_op_request()