Struct stm32f103xx::i2c1::cr2::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 12 - DMA last transfer

Bit 11 - DMA requests enable

Bit 10 - Buffer interrupt enable

Bit 9 - Event interrupt enable

Bit 8 - Error interrupt enable

Bits 0:5 - Peripheral clock frequency

Auto Trait Implementations

impl Send for R

impl Sync for R