Home
last modified time | relevance | path

Searched refs:sent (Results 1 – 9 of 9) sorted by relevance

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Duart_15xx.c94 int sent = 0; in Chip_UART_Send() local
98 while ((sent < numBytes) && in Chip_UART_Send()
102 sent++; in Chip_UART_Send()
105 return sent; in Chip_UART_Send()
111 int pass, sent = 0; in Chip_UART_SendBlocking() local
117 sent += pass; in Chip_UART_SendBlocking()
121 return sent; in Chip_UART_SendBlocking()
/lk-master/platform/zynq/
A Dqspi.c236 uint32_t sent = 0; in qspi_rd() local
260 while ((readl(QSPI_IRQ_STATUS) & TX_FIFO_NOT_FULL) && (sent < count)) { in qspi_rd()
262 sent++; in qspi_rd()
270 uint32_t sent = 0; in qspi_wr() local
294 while ((readl(QSPI_IRQ_STATUS) & TX_FIFO_NOT_FULL) && (sent < count)) { in qspi_wr()
296 sent++; in qspi_wr()
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_uart/example/
A Dreadme.dox41 * only queued to the DMA controller when data is waiting to be sent.
43 * DMA interrupt per UART buffer sent. This example doesn't used linked
49 * is sent back out via UART transmit via DMA.<br>
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_rom_uart/example/
A Dreadme.dox41 * only queued to the DMA controller when data is waiting to be sent.
43 * DMA interrupt per UART buffer sent. This example doesn't used linked
50 * is sent back out via UART transmit via DMA.<br>
/lk-master/external/lib/lwip/include/lwip/
A Dtcp.h252 tcp_sent_fn sent; member
321 void tcp_sent (struct tcp_pcb *pcb, tcp_sent_fn sent);
A Dtcp_impl.h221 if((pcb)->sent != NULL) \
222 (ret) = (pcb)->sent((pcb)->callback_arg,(pcb),(space)); \
/lk-master/external/lib/lwip/netif/
A Dethernetif.c141 signal that packet should be sent();
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_generic/example/
A Dreadme.dox42 * The HID reports sent/received by this example are supported by HID_client.exe
/lk-master/external/lib/lwip/core/
A Dtcp.c1406 tcp_sent(struct tcp_pcb *pcb, tcp_sent_fn sent) in tcp_sent() argument
1409 pcb->sent = sent; in tcp_sent()

Completed in 18 milliseconds