MCPcopy
hub / github.com/tinygo-org/tinygo / UART

Struct UART

src/machine/machine_rp2_uart.go:11–15  ·  view source on GitHub ↗

UART on the RP2040.

Source from the content-addressed store, hash-verified

9
10// UART on the RP2040.
11type UART struct {
12 Buffer *RingBuffer
13 Bus *rp.UART0_Type
14 Interrupt interrupt.Interrupt
15}
16
17// Configure the UART.
18func (uart *UART) Configure(config UARTConfig) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected