Struct imxrt_ral::usbphy::RegisterBlock

source ·
#[repr(C)]
pub struct RegisterBlock {
Show 27 fields pub PWD: RWRegister<u32>, pub PWD_SET: RWRegister<u32>, pub PWD_CLR: RWRegister<u32>, pub PWD_TOG: RWRegister<u32>, pub TX: RWRegister<u32>, pub TX_SET: RWRegister<u32>, pub TX_CLR: RWRegister<u32>, pub TX_TOG: RWRegister<u32>, pub RX: RWRegister<u32>, pub RX_SET: RWRegister<u32>, pub RX_CLR: RWRegister<u32>, pub RX_TOG: RWRegister<u32>, pub CTRL: RWRegister<u32>, pub CTRL_SET: RWRegister<u32>, pub CTRL_CLR: RWRegister<u32>, pub CTRL_TOG: RWRegister<u32>, pub STATUS: RWRegister<u32>, pub DEBUG: RWRegister<u32>, pub DEBUG_SET: RWRegister<u32>, pub DEBUG_CLR: RWRegister<u32>, pub DEBUG_TOG: RWRegister<u32>, pub DEBUG0_STATUS: RORegister<u32>, pub DEBUG1: RWRegister<u32>, pub DEBUG1_SET: RWRegister<u32>, pub DEBUG1_CLR: RWRegister<u32>, pub DEBUG1_TOG: RWRegister<u32>, pub VERSION: RORegister<u32>, /* private fields */
}
Expand description

USBPHY Register Reference Index

Fields§

§PWD: RWRegister<u32>

USB PHY Power-Down Register

§PWD_SET: RWRegister<u32>

USB PHY Power-Down Register

§PWD_CLR: RWRegister<u32>

USB PHY Power-Down Register

§PWD_TOG: RWRegister<u32>

USB PHY Power-Down Register

§TX: RWRegister<u32>

USB PHY Transmitter Control Register

§TX_SET: RWRegister<u32>

USB PHY Transmitter Control Register

§TX_CLR: RWRegister<u32>

USB PHY Transmitter Control Register

§TX_TOG: RWRegister<u32>

USB PHY Transmitter Control Register

§RX: RWRegister<u32>

USB PHY Receiver Control Register

§RX_SET: RWRegister<u32>

USB PHY Receiver Control Register

§RX_CLR: RWRegister<u32>

USB PHY Receiver Control Register

§RX_TOG: RWRegister<u32>

USB PHY Receiver Control Register

§CTRL: RWRegister<u32>

USB PHY General Control Register

§CTRL_SET: RWRegister<u32>

USB PHY General Control Register

§CTRL_CLR: RWRegister<u32>

USB PHY General Control Register

§CTRL_TOG: RWRegister<u32>

USB PHY General Control Register

§STATUS: RWRegister<u32>

USB PHY Status Register

§DEBUG: RWRegister<u32>

USB PHY Debug Register

§DEBUG_SET: RWRegister<u32>

USB PHY Debug Register

§DEBUG_CLR: RWRegister<u32>

USB PHY Debug Register

§DEBUG_TOG: RWRegister<u32>

USB PHY Debug Register

§DEBUG0_STATUS: RORegister<u32>

UTMI Debug Status Register 0

§DEBUG1: RWRegister<u32>

UTMI Debug Status Register 1

§DEBUG1_SET: RWRegister<u32>

UTMI Debug Status Register 1

§DEBUG1_CLR: RWRegister<u32>

UTMI Debug Status Register 1

§DEBUG1_TOG: RWRegister<u32>

UTMI Debug Status Register 1

§VERSION: RORegister<u32>

UTMI RTL Version

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

source§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.