Struct stm32f4::stm32f407::otg_fs_host::fs_hcint2::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 0 - Transfer completed

Bit 1 - Channel halted

Bit 3 - STALL response received interrupt

Bit 4 - NAK response received interrupt

Bit 5 - ACK response received/transmitted interrupt

Bit 7 - Transaction error

Bit 8 - Babble error

Bit 9 - Frame overrun

Bit 10 - Data toggle error

Auto Trait Implementations

impl Send for R

impl Sync for R