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