#[repr(transparent)]pub struct Tcsr3(pub u32);Expand description
Timer Control Status Register
Tuple Fields§
§0: u32Implementations§
Source§impl Tcsr3
impl Tcsr3
Sourcepub const fn tmode(&self) -> Tcsr3Tmode
pub const fn tmode(&self) -> Tcsr3Tmode
Timer Mode
Sourcepub const fn set_tmode(&mut self, val: Tcsr3Tmode)
pub const fn set_tmode(&mut self, val: Tcsr3Tmode)
Timer Mode
Trait Implementations§
impl Copy for Tcsr3
impl Eq for Tcsr3
impl StructuralPartialEq for Tcsr3
Auto Trait Implementations§
impl Freeze for Tcsr3
impl RefUnwindSafe for Tcsr3
impl Send for Tcsr3
impl Sync for Tcsr3
impl Unpin for Tcsr3
impl UnwindSafe for Tcsr3
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