Home
last modified time | relevance | path

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

/target/nucleo-f072rb/
A Dusb.c113 static status_t ep_cb_rx(ep_t endpoint, usbc_transfer_t *t);
114 static status_t ep_cb_tx(ep_t endpoint, usbc_transfer_t *t);
150 static status_t ep_cb_rx(ep_t endpoint, usbc_transfer_t *t) { in ep_cb_rx() argument
152 LTRACEF("ep %u transfer %p\n", endpoint, t); in ep_cb_rx()
153 usbc_dump_transfer(t); in ep_cb_rx()
155 if (t->result >= 0) { in ep_cb_rx()
156 hexdump8(t->buf, t->bufpos); in ep_cb_rx()
160 if (t->result >= 0) in ep_cb_rx()
168 LTRACEF("ep %u transfer %p\n", endpoint, t); in ep_cb_tx()
169 usbc_dump_transfer(t); in ep_cb_tx()
[all …]
/target/bananapi-f3/
A Dbananapi-f3.dts3946 regulator-min-microvolt = "\0=\t";
3947 regulator-max-microvolt = "\0=\t";

Completed in 13 milliseconds