ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_io_stream_uart_state_t Struct Reference

Caller-owned private state for a UART stream sink. More...

#include <ra8_io_stream_uart.h>

Data Fields

uint8_t channel
 SCI channel index (private).

Detailed Description

Caller-owned private state for a UART stream sink.

Zero-initialise and pass to ra8_io_stream_uart_init. Treat the field as private.

Invariant
channel indexes an initialised SCI channel.
Since
0.1.0

Definition at line 42 of file ra8_io_stream_uart.h.

Field Documentation

◆ channel

uint8_t ra8_io_stream_uart_state_t::channel

SCI channel index (private).

Definition at line 43 of file ra8_io_stream_uart.h.

Referenced by internal_uart_flush(), internal_uart_write(), and ra8_io_stream_uart_init().


The documentation for this struct was generated from the following file: