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

Caller-owned private state for a USB-CDC stream sink. More...

#include <ra8_io_stream_usbcdc.h>

Data Fields

uint8_t ep_addr
 USB bulk-IN endpoint address (private).

Detailed Description

Caller-owned private state for a USB-CDC stream sink.

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

Invariant
ep_addr is a configured bulk-IN endpoint address.
Since
0.1.0

Definition at line 42 of file ra8_io_stream_usbcdc.h.

Field Documentation

◆ ep_addr

uint8_t ra8_io_stream_usbcdc_state_t::ep_addr

USB bulk-IN endpoint address (private).

Definition at line 43 of file ra8_io_stream_usbcdc.h.

Referenced by internal_usbcdc_write(), and ra8_io_stream_usbcdc_init().


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