14#ifndef ZEPHYR_INCLUDE_DRIVERS_UART_PIPE_H_
15#define ZEPHYR_INCLUDE_DRIVERS_UART_PIPE_H_
irp nz macro MOVR cc s mov cc s endm endr irp aw macro LDR aa off
Definition asm-macro-32-bit-gnu.h:17
__UINT8_TYPE__ uint8_t
Definition stdint.h:88
void uart_pipe_register(uint8_t *buf, size_t len, uart_pipe_recv_cb cb)
Register UART application.
int uart_pipe_send(const uint8_t *data, int len)
Send data over UART.
uint8_t *(* uart_pipe_recv_cb)(uint8_t *buf, size_t *off)
Received data callback.
Definition uart_pipe.h:35