Enum Fstate
pub enum Fstate {
_0 = 0,
_1 = 1,
}Expand description
Fault output state
Value on reset: 0
Variants§
_0 = 0
0: FTM outputs will be placed into safe values when fault events in ongoing (defined by POL bits).
_1 = 1
1: FTM outputs will be tri-stated when fault event is ongoing
Trait Implementations§
impl Copy for Fstate
impl Eq for Fstate
impl StructuralPartialEq for Fstate
Auto Trait Implementations§
impl Freeze for Fstate
impl RefUnwindSafe for Fstate
impl Send for Fstate
impl Sync for Fstate
impl Unpin for Fstate
impl UnwindSafe for Fstate
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