Struct stm32f4::stm32f469::sai::bcr1::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bits 20:23 - Master clock divider

Bit 19 - No divider

Bit 17 - DMA enable

Bit 16 - Audio block B enable

Bit 13 - Output drive

Bit 12 - Mono mode

Bits 10:11 - Synchronization enable

Bit 9 - Clock strobing edge

Bit 8 - Least significant bit first

Bits 5:7 - Data size

Bits 2:3 - Protocol configuration

Bits 0:1 - Audio block mode

Auto Trait Implementations

impl Send for R

impl Sync for R