Struct stm32l0x1::spi1::cr2::W[][src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

Reset value of the register

Writes raw bits to the register

Bit 0 - Rx buffer DMA enable

Bit 1 - Tx buffer DMA enable

Bit 2 - SS output enable

Bit 4 - Frame format

Bit 5 - Error interrupt enable

Bit 6 - RX buffer not empty interrupt enable

Bit 7 - Tx buffer empty interrupt enable

Auto Trait Implementations

impl Send for W

impl Sync for W