#[repr(transparent)]pub struct MrccGlbAcc0(pub u32);Expand description
Control Automatic Clock Gating 0.
Tuple Fields§
§0: u32Implementations§
Source§impl MrccGlbAcc0
impl MrccGlbAcc0
Sourcepub const fn set_inputmux0(&mut self, val: bool)
pub const fn set_inputmux0(&mut self, val: bool)
INPUTMUX0.
Sourcepub const fn set_freqme(&mut self, val: bool)
pub const fn set_freqme(&mut self, val: bool)
FREQME.
Sourcepub const fn set_ctimer0(&mut self, val: bool)
pub const fn set_ctimer0(&mut self, val: bool)
CTIMER0.
Sourcepub const fn set_ctimer1(&mut self, val: bool)
pub const fn set_ctimer1(&mut self, val: bool)
CTIMER1.
Sourcepub const fn set_ctimer2(&mut self, val: bool)
pub const fn set_ctimer2(&mut self, val: bool)
CTIMER2.
Sourcepub const fn set_ctimer3(&mut self, val: bool)
pub const fn set_ctimer3(&mut self, val: bool)
CTIMER3.
Sourcepub const fn set_ctimer4(&mut self, val: bool)
pub const fn set_ctimer4(&mut self, val: bool)
CTIMER4.
Sourcepub const fn set_utick0(&mut self, val: bool)
pub const fn set_utick0(&mut self, val: bool)
UTICK0.
Sourcepub const fn set_flexio0(&mut self, val: bool)
pub const fn set_flexio0(&mut self, val: bool)
FLEXIO0.
Sourcepub const fn set_lpi2c0(&mut self, val: bool)
pub const fn set_lpi2c0(&mut self, val: bool)
LPI2C0.
Sourcepub const fn set_lpi2c1(&mut self, val: bool)
pub const fn set_lpi2c1(&mut self, val: bool)
LPI2C1.
Sourcepub const fn set_lpi2c2(&mut self, val: bool)
pub const fn set_lpi2c2(&mut self, val: bool)
LPI2C2.
Sourcepub const fn set_lpi2c3(&mut self, val: bool)
pub const fn set_lpi2c3(&mut self, val: bool)
LPI2C3.
Sourcepub const fn set_lpi2c4(&mut self, val: bool)
pub const fn set_lpi2c4(&mut self, val: bool)
LPI2C4.
Sourcepub const fn set_lpuart0(&mut self, val: bool)
pub const fn set_lpuart0(&mut self, val: bool)
LPUART0.
Sourcepub const fn set_lpuart1(&mut self, val: bool)
pub const fn set_lpuart1(&mut self, val: bool)
LPUART1.
Sourcepub const fn set_lpuart2(&mut self, val: bool)
pub const fn set_lpuart2(&mut self, val: bool)
LPUART2.
Sourcepub const fn set_lpuart3(&mut self, val: bool)
pub const fn set_lpuart3(&mut self, val: bool)
LPUART3.
Sourcepub const fn set_lpuart4(&mut self, val: bool)
pub const fn set_lpuart4(&mut self, val: bool)
LPUART4.
Sourcepub const fn set_lpuart5(&mut self, val: bool)
pub const fn set_lpuart5(&mut self, val: bool)
LPUART5.
Sourcepub const fn set_ostimer0(&mut self, val: bool)
pub const fn set_ostimer0(&mut self, val: bool)
OSTIMER0.
Trait Implementations§
Source§impl Clone for MrccGlbAcc0
impl Clone for MrccGlbAcc0
Source§fn clone(&self) -> MrccGlbAcc0
fn clone(&self) -> MrccGlbAcc0
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MrccGlbAcc0
impl Debug for MrccGlbAcc0
Source§impl Default for MrccGlbAcc0
impl Default for MrccGlbAcc0
Source§fn default() -> MrccGlbAcc0
fn default() -> MrccGlbAcc0
Returns the “default value” for a type. Read more
Source§impl PartialEq for MrccGlbAcc0
impl PartialEq for MrccGlbAcc0
impl Copy for MrccGlbAcc0
impl Eq for MrccGlbAcc0
impl StructuralPartialEq for MrccGlbAcc0
Auto Trait Implementations§
impl Freeze for MrccGlbAcc0
impl RefUnwindSafe for MrccGlbAcc0
impl Send for MrccGlbAcc0
impl Sync for MrccGlbAcc0
impl Unpin for MrccGlbAcc0
impl UnwindSafe for MrccGlbAcc0
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