#include <rusb2_type.h>
|
union { |
volatile uint16_t E |
|
struct TU_ATTR_PACKED { |
uint16_t __pad0__: 8 |
|
volatile uint16_t TRCLR: 1 |
|
volatile uint16_t TRENB: 1 |
|
uint16_t __pad1__: 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 { ... } RUSB2_PIPE_TR_t::@455 |
union { ... } RUSB2_PIPE_TR_t::@457 |
◆ __pad0__
uint16_t RUSB2_PIPE_TR_t::__pad0__ |
◆ __pad1__
uint16_t RUSB2_PIPE_TR_t::__pad1__ |
volatile uint16_t RUSB2_PIPE_TR_t::E |
volatile uint16_t RUSB2_PIPE_TR_t::N |
◆ 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: