#[non_exhaustive]pub struct FltMonitorSys;
Trait Implementations§
Source§impl FaultMonitor for FltMonitorSys
impl FaultMonitor for FltMonitorSys
fn enable_interrupt(&mut self, _hr_control: &mut HrPwmCtrl)
Source§fn is_fault_active(&self) -> bool
fn is_fault_active(&self) -> bool
Returns true if a fault is preventing PWM output
Source§fn clear_fault(&mut self)
fn clear_fault(&mut self)
Clear the fault interrupt flag Read more
Auto Trait Implementations§
impl Freeze for FltMonitorSys
impl RefUnwindSafe for FltMonitorSys
impl Send for FltMonitorSys
impl Sync for FltMonitorSys
impl Unpin for FltMonitorSys
impl UnwindSafe for FltMonitorSys
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