Home
last modified time | relevance | path

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

/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()
/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>
/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>
/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)); \
/external/lib/lwip/netif/
A Dethernetif.c141 signal that packet should be sent();
/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
/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()
/external/platform/pico/rp2_common/cmsis/stub/CMSIS/
A DLICENSE.txt54 means any form of electronic, verbal, or written communication sent

Completed in 14 milliseconds