Struct stm32l0x1::spi1::cr1::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 15 - Bidirectional data mode enable

Bit 14 - Output enable in bidirectional mode

Bit 13 - Hardware CRC calculation enable

Bit 12 - CRC transfer next

Bit 11 - Data frame format

Bit 10 - Receive only

Bit 9 - Software slave management

Bit 8 - Internal slave select

Bit 7 - Frame format

Bit 6 - SPI enable

Bits 3:5 - Baud rate control

Bit 2 - Master selection

Bit 1 - Clock polarity

Bit 0 - Clock phase

Auto Trait Implementations

impl Send for R

impl Sync for R