Struct stm32ral::stm32wl::peripherals::pwr::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 22 fields pub CR1: RWRegister<u32>, pub CR2: RWRegister<u32>, pub CR3: RWRegister<u32>, pub CR4: RWRegister<u32>, pub SR1: RORegister<u32>, pub SR2: RORegister<u32>, pub SCR: WORegister<u32>, pub CR5: RWRegister<u32>, pub PUCRA: RWRegister<u32>, pub PDCRA: RWRegister<u32>, pub PUCRB: RWRegister<u32>, pub PDCRB: RWRegister<u32>, pub PUCRC: RWRegister<u32>, pub PDCRC: RWRegister<u32>, pub PUCRH: RWRegister<u32>, pub PDCRH: RWRegister<u32>, pub C2CR1: RWRegister<u32>, pub C2CR3: RWRegister<u32>, pub EXTSCR: RWRegister<u32>, pub SECCFGR: RWRegister<u32>, pub SUBGHZSPICR: RWRegister<u32>, pub RSSCMDR: RWRegister<u32>, // some fields omitted
}

Fields

CR1: RWRegister<u32>

Power control register 1

CR2: RWRegister<u32>

Power control register 2

CR3: RWRegister<u32>

Power control register 3

CR4: RWRegister<u32>

Power control register 4

SR1: RORegister<u32>

Power status register 1

SR2: RORegister<u32>

Power status register 2

SCR: WORegister<u32>

Power status clear register

CR5: RWRegister<u32>

Power control register 5

PUCRA: RWRegister<u32>

Power Port A pull-up control register

PDCRA: RWRegister<u32>

Power Port A pull-down control register

PUCRB: RWRegister<u32>

Power Port B pull-up control register

PDCRB: RWRegister<u32>

Power Port B pull-down control register

PUCRC: RWRegister<u32>

Power Port C pull-up control register

PDCRC: RWRegister<u32>

Power Port C pull-down control register

PUCRH: RWRegister<u32>

Power Port H pull-up control register

PDCRH: RWRegister<u32>

Power Port H pull-down control register

C2CR1: RWRegister<u32>

Power CPU2 control register 1 [dual core device only]

C2CR3: RWRegister<u32>

Power CPU2 control register 3 [dual core device only]

EXTSCR: RWRegister<u32>

Power extended status and status clear register

SECCFGR: RWRegister<u32>

Power security configuration register [dual core device only]

SUBGHZSPICR: RWRegister<u32>

Power SPI3 control register

RSSCMDR: RWRegister<u32>

RSS Command register [dual core device only]

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.