pub struct Cpuss { /* private fields */ }
Implementations§
Source§impl Cpuss
impl Cpuss
pub const fn new() -> Cpuss
pub fn init_clock(&self)
pub fn enable_int_for_scb5(&self)
pub fn enable_int_for_tcpwm00(&self)
pub fn enable_int_for_gpio0(&self)
Auto Trait Implementations§
impl Freeze for Cpuss
impl !RefUnwindSafe for Cpuss
impl !Send for Cpuss
impl !Sync for Cpuss
impl Unpin for Cpuss
impl !UnwindSafe for Cpuss
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