Searched refs:out_cmd_tx (Results 1 – 2 of 2) sorted by relevance
39 pub out_cmd_tx: UnboundedSender<NciPacket>, field114 let (out_cmd_tx, out_cmd_rx) = unbounded_channel(); in new()121 Hal { hal_events, out_cmd_tx, in_cmd_rx, out_data_tx, in_data_rx }, in new()
375 if let Err(e) = hc.out_cmd_tx.send(queued.pending.cmd.clone().into()) { in dispatch()