Enum Rstfltsrw
#[repr(u8)]pub enum Rstfltsrw {
_00 = 0,
_01 = 1,
_10 = 2,
}Expand description
Reset Pin Filter Select in Run and Wait Modes
Value on reset: 0
Variants§
_00 = 0
0: All filtering disabled
_01 = 1
1: Bus clock filter enabled for normal operation
_10 = 2
2: LPO clock filter enabled for normal operation
Trait Implementations§
impl Copy for Rstfltsrw
impl Eq for Rstfltsrw
impl IsEnum for Rstfltsrw
impl StructuralPartialEq for Rstfltsrw
Auto Trait Implementations§
impl Freeze for Rstfltsrw
impl RefUnwindSafe for Rstfltsrw
impl Send for Rstfltsrw
impl Sync for Rstfltsrw
impl Unpin for Rstfltsrw
impl UnwindSafe for Rstfltsrw
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