#[repr(u8)]pub enum LPFMODE_A {
BYPASS = 0,
DECAP = 1,
RCFILT = 2,
}
Expand description
Low Pass Filter Mode
Value on reset: 0
Variants§
BYPASS = 0
0: No filter or decoupling capacitor
DECAP = 1
1: On chip decoupling capacitor selected
RCFILT = 2
2: On chip RC filter selected
Trait Implementations§
impl Copy for LPFMODE_A
impl StructuralPartialEq for LPFMODE_A
Auto Trait Implementations§
impl Freeze for LPFMODE_A
impl RefUnwindSafe for LPFMODE_A
impl Send for LPFMODE_A
impl Sync for LPFMODE_A
impl Unpin for LPFMODE_A
impl UnwindSafe for LPFMODE_A
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