Struct stm32f7x6::otg_hs_host::otg_hs_hcintmsk11::W [] [src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

[src]

Reset value of the register

[src]

Writes raw bits to the register

[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 W

impl Sync for W