pub struct Sct0 { /* private fields */ }Expand description
SCT
Implementations§
Source§impl Sct0
impl Sct0
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn outputdirctrl(self) -> Reg<Outputdirctrl, RW>
pub const fn outputdirctrl(self) -> Reg<Outputdirctrl, RW>
Output Counter Direction Control
Sourcepub const fn matchrel10(self) -> Reg<Matchrel10, RW>
pub const fn matchrel10(self) -> Reg<Matchrel10, RW>
Match Reload Value
Sourcepub const fn matchrel11(self) -> Reg<Matchrel11, RW>
pub const fn matchrel11(self) -> Reg<Matchrel11, RW>
Match Reload Value
Sourcepub const fn matchrel12(self) -> Reg<Matchrel12, RW>
pub const fn matchrel12(self) -> Reg<Matchrel12, RW>
Match Reload Value
Sourcepub const fn matchrel13(self) -> Reg<Matchrel13, RW>
pub const fn matchrel13(self) -> Reg<Matchrel13, RW>
Match Reload Value
Sourcepub const fn matchrel14(self) -> Reg<Matchrel14, RW>
pub const fn matchrel14(self) -> Reg<Matchrel14, RW>
Match Reload Value
Sourcepub const fn matchrel15(self) -> Reg<Matchrel15, RW>
pub const fn matchrel15(self) -> Reg<Matchrel15, RW>
Match Reload Value
Sourcepub const fn fracmatrel(self, n: usize) -> Reg<Fracmatrel, RW>
pub const fn fracmatrel(self, n: usize) -> Reg<Fracmatrel, RW>
Fractional Match Reload
Trait Implementations§
impl Copy for Sct0
impl Eq for Sct0
impl Send for Sct0
impl StructuralPartialEq for Sct0
impl Sync for Sct0
Auto Trait Implementations§
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