Searched refs:p_dly_rx_data (Results 1 – 1 of 1) sorted by relevance
836 dly_op_data_t * p_dly_rx_data = available_dly_rx_slot_get(); in nrf_802154_delayed_trx_receive() local839 if (p_dly_rx_data != NULL) in nrf_802154_delayed_trx_receive()844 p_dly_rx_data->op = RSCH_DLY_TS_OP_DRX; in nrf_802154_delayed_trx_receive()846 p_dly_rx_data->rx.timeout_length = timeout + RX_RAMP_UP_TIME + in nrf_802154_delayed_trx_receive()848 p_dly_rx_data->rx.timeout_timer.action.callback.callback = notify_rx_timeout; in nrf_802154_delayed_trx_receive()850 p_dly_rx_data->rx.channel = channel; in nrf_802154_delayed_trx_receive()851 p_dly_rx_data->id = id; in nrf_802154_delayed_trx_receive()865 result = dly_op_request(&dly_ts_param, p_dly_rx_data); in nrf_802154_delayed_trx_receive()