pub enum MSTPER {
NoEffect = 0,
SetActive = 1,
}
Expand description
Master Period
Value on reset: 0
Variants§
NoEffect = 0
0: Master timer counter roll-over/reset has no effect
SetActive = 1
1: Master timer counter roll-over/reset forces the output to its active state
Trait Implementations§
impl Copy for MSTPER
impl Eq for MSTPER
impl StructuralPartialEq for MSTPER
Auto Trait Implementations§
impl Freeze for MSTPER
impl RefUnwindSafe for MSTPER
impl Send for MSTPER
impl Sync for MSTPER
impl Unpin for MSTPER
impl UnwindSafe for MSTPER
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