#[repr(transparent)]pub struct Ctrl2(pub u32);Expand description
MICFIL Control 2
Tuple Fields§
§0: u32Implementations§
Source§impl Ctrl2
impl Ctrl2
Sourcepub const fn set_clkdiv(&mut self, val: Clkdiv)
pub const fn set_clkdiv(&mut self, val: Clkdiv)
Clock Divider
Sourcepub const fn set_clkdivdis(&mut self, val: Clkdivdis)
pub const fn set_clkdivdis(&mut self, val: Clkdivdis)
Clock Divider Disable
Sourcepub const fn set_cicosr(&mut self, val: Cicosr)
pub const fn set_cicosr(&mut self, val: Cicosr)
CIC Decimation Rate
Trait Implementations§
impl Copy for Ctrl2
impl Eq for Ctrl2
impl StructuralPartialEq for Ctrl2
Auto Trait Implementations§
impl Freeze for Ctrl2
impl RefUnwindSafe for Ctrl2
impl Send for Ctrl2
impl Sync for Ctrl2
impl Unpin for Ctrl2
impl UnwindSafe for Ctrl2
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