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

#[repr(C)]
pub struct RegisterBlock { pub USBPHYC_PLL: RWRegister<u32>, pub USBPHYC_MISC: RWRegister<u32>, pub USBPHYC_TUNE1: RWRegister<u32>, pub USBPHYC_TUNE2: RWRegister<u32>, pub USBPHYC_VERR: RORegister<u32>, // some fields omitted }

Fields

USBPHYC_PLL: RWRegister<u32>

This register is used to control the PLL of the HS PHY.

USBPHYC_MISC: RWRegister<u32>

This register is used to control the switch between controllers for the HS PHY.

USBPHYC_TUNE1: RWRegister<u32>

This register is used to control the tune interface of the HS PHY, port #x.

USBPHYC_TUNE2: RWRegister<u32>

This register is used to control the tune interface of the HS PHY, port #x.

USBPHYC_VERR: RORegister<u32>

This register defines the version of this IP.

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.