|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Singleton shadow state for the CDC function. More...
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. | |
Singleton shadow state for the CDC function.
Definition at line 113 of file ra8_usb_cdc.c.
| 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.
| bool ra8_usb_cdc_state_t::dtr |
DTR shadow.
Definition at line 117 of file ra8_usb_cdc.c.
| bool ra8_usb_cdc_state_t::initialized |
True after ra8_usb_cdc_init.
Definition at line 114 of file ra8_usb_cdc.c.
| bool ra8_usb_cdc_state_t::rts |
RTS shadow.
Definition at line 118 of file ra8_usb_cdc.c.
| ra8_usb_speed_t ra8_usb_cdc_state_t::speed |
Underlying controller.
Definition at line 115 of file ra8_usb_cdc.c.