[][src]Struct stm32l4x6::pwr::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub cr1: CR1, pub cr2: CR2, pub cr3: CR3, pub cr4: CR4, pub sr1: SR1, pub sr2: SR2, pub scr: SCR, pub pucra: PUCRA, pub pdcra: PDCRA, pub pucrb: PUCRB, pub pdcrb: PDCRB, pub pucrc: PUCRC, pub pdcrc: PDCRC, pub pucrd: PUCRD, pub pdcrd: PDCRD, pub pucre: PUCRE, pub pdcre: PDCRE, pub pucrf: PUCRF, pub pdcrf: PDCRF, pub pucrg: PUCRG, pub pdcrg: PDCRG, pub pucrh: PUCRH, pub pdcrh: PDCRH, // some fields omitted }

Register block

Fields

0x00 - Power control register 1

0x04 - Power control register 2

0x08 - Power control register 3

0x0c - Power control register 4

0x10 - Power status register 1

0x14 - Power status register 2

0x18 - Power status clear register

0x20 - Power Port A pull-up control register

0x24 - Power Port A pull-down control register

0x28 - Power Port B pull-up control register

0x2c - Power Port B pull-down control register

0x30 - Power Port C pull-up control register

0x34 - Power Port C pull-down control register

0x38 - Power Port D pull-up control register

0x3c - Power Port D pull-down control register

0x40 - Power Port E pull-up control register

0x44 - Power Port E pull-down control register

0x48 - Power Port F pull-up control register

0x4c - Power Port F pull-down control register

0x50 - Power Port G pull-up control register

0x54 - Power Port G pull-down control register

0x58 - Power Port H pull-up control register

0x5c - Power Port H pull-down control register

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> From for T
[src]

Performs the conversion.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T, U> Into for T where
    U: From<T>, 
[src]

Performs the conversion.

impl<T> Borrow for T where
    T: ?Sized
[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut for T where
    T: ?Sized
[src]

Mutably borrows from an owned value. Read more

impl<T> Any for T where
    T: 'static + ?Sized
[src]

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more