pub struct W { /* private fields */ }
Expand description
Value to write to the register
Implementations§
Source§impl W
impl W
Sourcepub fn reset_value() -> W
pub fn reset_value() -> W
Reset value of the register
Sourcepub fn tclkposten(&mut self) -> _TCLKPOSTENW<'_>
pub fn tclkposten(&mut self) -> _TCLKPOSTENW<'_>
Bit 27 - custom time for tCLK-POST Enable
Sourcepub fn thsexiten(&mut self) -> _THSEXITENW<'_>
pub fn thsexiten(&mut self) -> _THSEXITENW<'_>
Bit 25 - custom time for tHS-EXIT Enable
Sourcepub fn thszeroen(&mut self) -> _THSZEROENW<'_>
pub fn thszeroen(&mut self) -> _THSZEROENW<'_>
Bit 23 - custom time for tHS-ZERO Enable
Sourcepub fn thstrailen(&mut self) -> _THSTRAILENW<'_>
pub fn thstrailen(&mut self) -> _THSTRAILENW<'_>
Bit 22 - custom time for tHS-TRAIL Enable
Sourcepub fn thsprepen(&mut self) -> _THSPREPENW<'_>
pub fn thsprepen(&mut self) -> _THSPREPENW<'_>
Bit 21 - custom time for tHS-PREPARE Enable
Sourcepub fn tclkzeroen(&mut self) -> _TCLKZEROENW<'_>
pub fn tclkzeroen(&mut self) -> _TCLKZEROENW<'_>
Bit 20 - custom time for tCLK-ZERO Enable
Sourcepub fn tclkprepen(&mut self) -> _TCLKPREPENW<'_>
pub fn tclkprepen(&mut self) -> _TCLKPREPENW<'_>
Bit 19 - custom time for tCLK-PREPARE Enable
Sourcepub fn hsidl1(&mut self) -> _HSIDL1W<'_>
pub fn hsidl1(&mut self) -> _HSIDL1W<'_>
Bit 11 - Invert the High-Speed data signal on Data Lane 1
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more