跳转至

_CFBD_UARTHandle

#include <uart.h>

Public Attributes

Name
CFBD_UARTOperations * ops
CFBD_UARTAsyncCallback handle_async_callback
uint32_t accept_timeout
void * backends
CFBD_UART_AsyncCallbacks * async_callbacks
uint8_t * rx_buffer
uint16_t rx_buffer_size

Public Attributes Documentation

variable ops

CFBD_UARTOperations * ops;

variable handle_async_callback

CFBD_UARTAsyncCallback handle_async_callback;

variable accept_timeout

uint32_t accept_timeout;

variable backends

void * backends;

variable async_callbacks

CFBD_UART_AsyncCallbacks * async_callbacks;

variable rx_buffer

uint8_t * rx_buffer;

variable rx_buffer_size

uint16_t rx_buffer_size;

Updated on 2026-02-03 at 13:21:55 +0000