#include <rusb2_type.h>
|
| union { | |
| |
| volatile uint16_t E | |
| |
| struct TU_ATTR_PACKED { | |
| |
| uint16_t : 8 | |
| |
| volatile uint16_t TRCLR: 1 | |
| |
| volatile uint16_t TRENB: 1 | |
| |
| uint16_t : 6 | |
| |
| } E_b | |
| |
| }; | | |
| |
| union { | |
| |
| volatile uint16_t N | |
| |
| struct TU_ATTR_PACKED { | |
| |
| volatile uint16_t TRNCNT: 16 | |
| |
| } N_b | |
| |
| }; | | |
| |
Definition at line 66 of file rusb2_type.h.
◆ [union]
◆ [union]
◆ __pad0__
| uint16_t RUSB2_PIPE_TR_t::__pad0__ |
◆ __pad1__
| uint16_t RUSB2_PIPE_TR_t::__pad1__ |
| volatile uint16_t RUSB2_PIPE_TR_t::E |
◆ [struct]
| volatile uint16_t RUSB2_PIPE_TR_t::N |
◆ [struct]
◆ TRCLR
| volatile uint16_t RUSB2_PIPE_TR_t::TRCLR |
◆ TRENB
| volatile uint16_t RUSB2_PIPE_TR_t::TRENB |
◆ TRNCNT
| volatile uint16_t RUSB2_PIPE_TR_t::TRNCNT |
The documentation for this struct was generated from the following file: