Struct stm32h743::otg1_hs_host::otg_hs_hcintmsk1::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 mask

[src]

Bit 1 - Channel halted mask

[src]

Bit 2 - AHB error

[src]

Bit 3 - STALL response received interrupt mask

[src]

Bit 4 - NAK response received interrupt mask

[src]

Bit 5 - ACK response received/transmitted interrupt mask

[src]

Bit 6 - response received interrupt mask

[src]

Bit 7 - Transaction error mask

[src]

Bit 8 - Babble error mask

[src]

Bit 9 - Frame overrun mask

[src]

Bit 10 - Data toggle error mask

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R