Struct stm32ral::stm32f3::peripherals::sdadc::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 16 fields pub CR1: RWRegister<u32>, pub CR2: RWRegister<u32>, pub ISR: RORegister<u32>, pub CLRISR: RWRegister<u32>, pub JCHGR: RWRegister<u32>, pub CONF0R: RWRegister<u32>, pub CONF1R: RWRegister<u32>, pub CONF2R: RWRegister<u32>, pub CONFCHR1: RWRegister<u32>, pub CONFCHR2: RWRegister<u32>, pub JDATAR: RORegister<u32>, pub RDATAR: RORegister<u32>, pub JDATA12R: RORegister<u32>, pub RDATA12R: RORegister<u32>, pub JDATA13R: RORegister<u32>, pub RDATA13R: RORegister<u32>, // some fields omitted
}

Fields

CR1: RWRegister<u32>

control register 1

CR2: RWRegister<u32>

control register 2

ISR: RORegister<u32>

interrupt and status register

CLRISR: RWRegister<u32>

interrupt and status clear register

JCHGR: RWRegister<u32>

injected channel group selection register

CONF0R: RWRegister<u32>

configuration 0 register

CONF1R: RWRegister<u32>

configuration 1 register

CONF2R: RWRegister<u32>

configuration 2 register

CONFCHR1: RWRegister<u32>

channel configuration register 1

CONFCHR2: RWRegister<u32>

channel configuration register 2

JDATAR: RORegister<u32>

data register for injected group

RDATAR: RORegister<u32>

data register for the regular channel

JDATA12R: RORegister<u32>

SDADC1 and SDADC2 injected data register

RDATA12R: RORegister<u32>

SDADC1 and SDADC2 regular data register

JDATA13R: RORegister<u32>

SDADC1 and SDADC3 injected data register

RDATA13R: RORegister<u32>

SDADC1 and SDADC3 regular data register

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.