pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn tclkposten(&self) -> TCLKPOSTENR
pub fn tclkposten(&self) -> TCLKPOSTENR
Bit 27 - custom time for tCLK-POST Enable
Sourcepub fn thsexiten(&self) -> THSEXITENR
pub fn thsexiten(&self) -> THSEXITENR
Bit 25 - custom time for tHS-EXIT Enable
Sourcepub fn thszeroen(&self) -> THSZEROENR
pub fn thszeroen(&self) -> THSZEROENR
Bit 23 - custom time for tHS-ZERO Enable
Sourcepub fn thstrailen(&self) -> THSTRAILENR
pub fn thstrailen(&self) -> THSTRAILENR
Bit 22 - custom time for tHS-TRAIL Enable
Sourcepub fn thsprepen(&self) -> THSPREPENR
pub fn thsprepen(&self) -> THSPREPENR
Bit 21 - custom time for tHS-PREPARE Enable
Sourcepub fn tclkzeroen(&self) -> TCLKZEROENR
pub fn tclkzeroen(&self) -> TCLKZEROENR
Bit 20 - custom time for tCLK-ZERO Enable
Sourcepub fn tclkprepen(&self) -> TCLKPREPENR
pub fn tclkprepen(&self) -> TCLKPREPENR
Bit 19 - custom time for tCLK-PREPARE Enable
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> 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