Struct R

Source
pub struct R { /* private fields */ }
Expand description

Value read from the register

Implementations§

Source§

impl R

Source

pub fn bits(&self) -> u32

Value of the register as raw bits

Source

pub fn tclkposten(&self) -> TCLKPOSTENR

Bit 27 - custom time for tCLK-POST Enable

Source

pub fn tlpxcen(&self) -> TLPXCENR

Bit 26 - custom time for tLPX for Clock lane Enable

Source

pub fn thsexiten(&self) -> THSEXITENR

Bit 25 - custom time for tHS-EXIT Enable

Source

pub fn tlpxden(&self) -> TLPXDENR

Bit 24 - custom time for tLPX for Data lanes Enable

Source

pub fn thszeroen(&self) -> THSZEROENR

Bit 23 - custom time for tHS-ZERO Enable

Source

pub fn thstrailen(&self) -> THSTRAILENR

Bit 22 - custom time for tHS-TRAIL Enable

Source

pub fn thsprepen(&self) -> THSPREPENR

Bit 21 - custom time for tHS-PREPARE Enable

Source

pub fn tclkzeroen(&self) -> TCLKZEROENR

Bit 20 - custom time for tCLK-ZERO Enable

Source

pub fn tclkprepen(&self) -> TCLKPREPENR

Bit 19 - custom time for tCLK-PREPARE Enable

Source

pub fn pden(&self) -> PDENR

Bit 18 - Pull-Down Enable

Source

pub fn tddl(&self) -> TDDLR

Bit 16 - Turn Disable Data Lanes

Source

pub fn cdoffdl(&self) -> CDOFFDLR

Bit 14 - Contention Detection OFF on Data Lanes

Source

pub fn ftxsmdl(&self) -> FTXSMDLR

Bit 13 - Force in TX Stop Mode the Data Lanes

Source

pub fn ftxsmcl(&self) -> FTXSMCLR

Bit 12 - Force in TX Stop Mode the Clock Lane

Source

pub fn hsidl1(&self) -> HSIDL1R

Bit 11 - Invert the High-Speed data signal on Data Lane 1

Source

pub fn hsidl0(&self) -> HSIDL0R

Bit 10 - Invert the Hight-Speed data signal on Data Lane 0

Source

pub fn hsicl(&self) -> HSICLR

Bit 9 - Invert Hight-Speed data signal on Clock Lane

Source

pub fn swdl1(&self) -> SWDL1R

Bit 8 - Swap Data Lane 1 pins

Source

pub fn swdl0(&self) -> SWDL0R

Bit 7 - Swap Data Lane 0 pins

Source

pub fn swcl(&self) -> SWCLR

Bit 6 - Swap Clock Lane pins

Source

pub fn uix4(&self) -> UIX4R

Bits 0:5 - Unit Interval multiplied by 4

Auto Trait Implementations§

§

impl Freeze for R

§

impl RefUnwindSafe for R

§

impl Send for R

§

impl Sync for R

§

impl Unpin for R

§

impl UnwindSafe for R

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> Same for T

Source§

type Output = T

Should always be Self
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.