pub struct Channel { /* private fields */ }Expand description
no description available
Implementations§
Source§impl Channel
impl Channel
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn intval(self) -> Reg<Intval, RW>
pub const fn intval(self) -> Reg<Intval, RW>
MRT Time interval value register. This value is loaded into the TIMER register.
Sourcepub const fn timer(self) -> Reg<Timer, R>
pub const fn timer(self) -> Reg<Timer, R>
MRT Timer register. This register reads the value of the down-counter.
Trait Implementations§
impl Copy for Channel
impl Eq for Channel
impl Send for Channel
impl StructuralPartialEq for Channel
impl Sync for Channel
Auto Trait Implementations§
impl Freeze for Channel
impl RefUnwindSafe for Channel
impl Unpin for Channel
impl UnwindSafe for Channel
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