pub struct Sct { /* private fields */ }Expand description
LPC84x SCTimer/PWM (SCT)
Implementations§
Source§impl Sct
impl Sct
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>
SCT output counter direction control register
Sourcepub const fn matchrel10(self) -> Reg<Matchrel10, RW>
pub const fn matchrel10(self) -> Reg<Matchrel10, RW>
SCT match reload value register
Sourcepub const fn matchrel11(self) -> Reg<Matchrel11, RW>
pub const fn matchrel11(self) -> Reg<Matchrel11, RW>
SCT match reload value register
Sourcepub const fn matchrel12(self) -> Reg<Matchrel12, RW>
pub const fn matchrel12(self) -> Reg<Matchrel12, RW>
SCT match reload value register
Sourcepub const fn matchrel13(self) -> Reg<Matchrel13, RW>
pub const fn matchrel13(self) -> Reg<Matchrel13, RW>
SCT match reload value register
Sourcepub const fn matchrel14(self) -> Reg<Matchrel14, RW>
pub const fn matchrel14(self) -> Reg<Matchrel14, RW>
SCT match reload value register
Sourcepub const fn matchrel15(self) -> Reg<Matchrel15, RW>
pub const fn matchrel15(self) -> Reg<Matchrel15, RW>
SCT match reload value register
Trait Implementations§
impl Copy for Sct
impl Eq for Sct
impl Send for Sct
impl StructuralPartialEq for Sct
impl Sync for Sct
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