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