Struct Ckgcr
#[repr(transparent)]pub struct Ckgcr(pub u32);Expand description
MDF clock generator control register.
Tuple Fields§
§0: u32Implementations§
§impl Ckgcr
impl Ckgcr
pub const fn set_ckgden(&mut self, val: bool)
pub const fn set_ckgden(&mut self, val: bool)
CKGDEN.
pub const fn set_cck0en(&mut self, val: bool)
pub const fn set_cck0en(&mut self, val: bool)
CCK0EN.
pub const fn set_cck1en(&mut self, val: bool)
pub const fn set_cck1en(&mut self, val: bool)
CCK1EN.
pub const fn set_ckgmod(&mut self, val: Ckgmod)
pub const fn set_ckgmod(&mut self, val: Ckgmod)
CKGMOD.
pub const fn set_cck0dir(&mut self, val: Cckdir)
pub const fn set_cck0dir(&mut self, val: Cckdir)
CCK0DIR.
pub const fn set_cck1dir(&mut self, val: Cckdir)
pub const fn set_cck1dir(&mut self, val: Cckdir)
CCK1DIR.
pub const fn set_trgsens(&mut self, val: Trgsens)
pub const fn set_trgsens(&mut self, val: Trgsens)
TRGSENS.
pub const fn set_trgsrc(&mut self, val: Trgsrc)
pub const fn set_trgsrc(&mut self, val: Trgsrc)
TRGSRC.
pub const fn set_cckdiv(&mut self, val: Cckdiv)
pub const fn set_cckdiv(&mut self, val: Cckdiv)
CCKDIV.
pub const fn set_procdiv(&mut self, val: u8)
pub const fn set_procdiv(&mut self, val: u8)
PROCDIV.
pub const fn set_ckgactive(&mut self, val: bool)
pub const fn set_ckgactive(&mut self, val: bool)
CKGACTIVE.
Trait Implementations§
impl Copy for Ckgcr
impl Eq for Ckgcr
impl StructuralPartialEq for Ckgcr
Auto Trait Implementations§
impl Freeze for Ckgcr
impl RefUnwindSafe for Ckgcr
impl Send for Ckgcr
impl Sync for Ckgcr
impl Unpin for Ckgcr
impl UnwindSafe for Ckgcr
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