pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn tsptppsv2e(&self) -> TSPTPPSV2ER
pub fn tsptppsv2e(&self) -> TSPTPPSV2ER
Bit 10 - TSPTPPSV2E
Sourcepub fn tssptpoefe(&self) -> TSSPTPOEFER
pub fn tssptpoefe(&self) -> TSSPTPOEFER
Bit 11 - TSSPTPOEFE
Sourcepub fn tssipv6fe(&self) -> TSSIPV6FER
pub fn tssipv6fe(&self) -> TSSIPV6FER
Bit 12 - TSSIPV6FE
Sourcepub fn tssipv4fe(&self) -> TSSIPV4FER
pub fn tssipv4fe(&self) -> TSSIPV4FER
Bit 13 - TSSIPV4FE
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