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

#[repr(C)]
pub struct RegisterBlock {
Show 18 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 EXTSCR: RWRegister<u32>, pub SUBGHZSPICR: 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

EXTSCR: RWRegister<u32>

Power extended status and status clear register

SUBGHZSPICR: RWRegister<u32>

Power SPI3 control 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.