#[repr(transparent)]pub struct Filt(pub u32);Expand description
Pin Filter.
Tuple Fields§
§0: u32Implementations§
Source§impl Filt
impl Filt
Sourcepub const fn set_filtsel1(&mut self, val: u8)
pub const fn set_filtsel1(&mut self, val: u8)
Filter 1 Pin Select.
Sourcepub const fn set_filte1(&mut self, val: Filte1)
pub const fn set_filte1(&mut self, val: Filte1)
Filter 1 Enable.
Sourcepub const fn set_filtf1(&mut self, val: bool)
pub const fn set_filtf1(&mut self, val: bool)
Filter 1 Flag.
Sourcepub const fn set_filtsel2(&mut self, val: u8)
pub const fn set_filtsel2(&mut self, val: u8)
Filter 2 Pin Select.
Sourcepub const fn set_filte2(&mut self, val: Filte2)
pub const fn set_filte2(&mut self, val: Filte2)
Filter 2 Enable.
Sourcepub const fn set_filtf2(&mut self, val: bool)
pub const fn set_filtf2(&mut self, val: bool)
Filter 2 Flag.
Trait Implementations§
impl Copy for Filt
impl Eq for Filt
impl StructuralPartialEq for Filt
Auto Trait Implementations§
impl Freeze for Filt
impl RefUnwindSafe for Filt
impl Send for Filt
impl Sync for Filt
impl Unpin for Filt
impl UnwindSafe for Filt
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