Struct stm32f7x5::sai1::bcr1::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]

Bits 20:23 - Master clock divider

[src]

Bit 19 - No divider

[src]

Bit 17 - DMA enable

[src]

Bit 16 - Audio block B enable

[src]

Bit 13 - Output drive

[src]

Bit 12 - Mono mode

[src]

Bits 10:11 - Synchronization enable

[src]

Bit 9 - Clock strobing edge

[src]

Bit 8 - Least significant bit first

[src]

Bits 5:7 - Data size

[src]

Bits 2:3 - Protocol configuration

[src]

Bits 0:1 - Audio block mode

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R