Struct stm32ral::stm32mp::peripherals::stgenr::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 14 fields pub STGENR_CNTCVL: RORegister<u32>, pub STGENR_CNTCVU: RORegister<u32>, pub STGENR_PIDR4: RORegister<u32>, pub STGENR_PIDR5: RORegister<u32>, pub STGENR_PIDR6: RORegister<u32>, pub STGENR_PIDR7: RORegister<u32>, pub STGENR_PIDR0: RORegister<u32>, pub STGENR_PIDR1: RORegister<u32>, pub STGENR_PIDR2: RORegister<u32>, pub STGENR_PIDR3: RORegister<u32>, pub STGENR_CIDR0: RORegister<u32>, pub STGENR_CIDR1: RORegister<u32>, pub STGENR_CIDR2: RORegister<u32>, pub STGENR_CIDR3: RORegister<u32>, // some fields omitted
}

Fields

STGENR_CNTCVL: RORegister<u32>

the control interface must clear the STGEN_CNTCR.EN bit before writing to this register.

STGENR_CNTCVU: RORegister<u32>

the control interface must clear the STGEN_CNTCR.EN bit before writing to this register.

STGENR_PIDR4: RORegister<u32>

STGENR peripheral ID4 register

STGENR_PIDR5: RORegister<u32>

STGENR peripheral ID5 register

STGENR_PIDR6: RORegister<u32>

STGENR peripheral ID6 register

STGENR_PIDR7: RORegister<u32>

STGENR peripheral ID7 register

STGENR_PIDR0: RORegister<u32>

STGENR peripheral ID0 register

STGENR_PIDR1: RORegister<u32>

STGENR peripheral ID1 register

STGENR_PIDR2: RORegister<u32>

STGENR peripheral ID2 register

STGENR_PIDR3: RORegister<u32>

STGENR peripheral ID3 register

STGENR_CIDR0: RORegister<u32>

STGENR component ID0 register

STGENR_CIDR1: RORegister<u32>

STGENR component ID1 register

STGENR_CIDR2: RORegister<u32>

STGENR component ID2 register

STGENR_CIDR3: RORegister<u32>

STGENR component ID3 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.