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

Singleton shadow state for the CDC function. More...

Collaboration diagram for ra8_usb_cdc_state_t:

Data Fields

bool initialized
 True after ra8_usb_cdc_init.
ra8_usb_speed_t speed
 Underlying controller.
ra8_usb_cdc_line_coding_t coding
 Most recent line coding.
bool dtr
 DTR shadow.
bool rts
 RTS shadow.

Detailed Description

Singleton shadow state for the CDC function.

Definition at line 113 of file ra8_usb_cdc.c.

Field Documentation

◆ coding

ra8_usb_cdc_line_coding_t ra8_usb_cdc_state_t::coding

Most recent line coding.

Definition at line 116 of file ra8_usb_cdc.c.

◆ dtr

bool ra8_usb_cdc_state_t::dtr

DTR shadow.

Definition at line 117 of file ra8_usb_cdc.c.

◆ initialized

bool ra8_usb_cdc_state_t::initialized

True after ra8_usb_cdc_init.

Definition at line 114 of file ra8_usb_cdc.c.

◆ rts

bool ra8_usb_cdc_state_t::rts

RTS shadow.

Definition at line 118 of file ra8_usb_cdc.c.

◆ speed

ra8_usb_speed_t ra8_usb_cdc_state_t::speed

Underlying controller.

Definition at line 115 of file ra8_usb_cdc.c.


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