Struct stm32f7x6::otg_hs_device::otg_hs_diepint1::R [] [src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[src]

Bit 0 - Transfer completed interrupt

[src]

Bit 1 - Endpoint disabled interrupt

[src]

Bit 3 - Timeout condition

[src]

Bit 4 - IN token received when TxFIFO is empty

[src]

Bit 6 - IN endpoint NAK effective

[src]

Bit 7 - Transmit FIFO empty

[src]

Bit 8 - Transmit Fifo Underrun

[src]

Bit 9 - Buffer not available interrupt

[src]

Bit 11 - Packet dropped status

[src]

Bit 12 - Babble error interrupt

[src]

Bit 13 - NAK interrupt

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R