pub struct IndependedWatchdog { /* private fields */ }
Implementations§
Source§impl IndependedWatchdog
impl IndependedWatchdog
pub fn feed(&mut self)
pub fn start(&mut self, period: MicroSecond)
Trait Implementations§
Source§impl Watchdog for IndependedWatchdog
impl Watchdog for IndependedWatchdog
Source§impl WatchdogEnable for IndependedWatchdog
impl WatchdogEnable for IndependedWatchdog
Auto Trait Implementations§
impl Freeze for IndependedWatchdog
impl RefUnwindSafe for IndependedWatchdog
impl Send for IndependedWatchdog
impl !Sync for IndependedWatchdog
impl Unpin for IndependedWatchdog
impl UnwindSafe for IndependedWatchdog
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