#[repr(transparent)]pub struct MrccGlbAcc1(pub u32);Expand description
Control Automatic Clock Gating 1.
Tuple Fields§
§0: u32Implementations§
Source§impl MrccGlbAcc1
impl MrccGlbAcc1
Sourcepub const fn set_flexpwm1(&mut self, val: bool)
pub const fn set_flexpwm1(&mut self, val: bool)
FLEXPWM1.
Sourcepub const fn set_ostimer0(&mut self, val: bool)
pub const fn set_ostimer0(&mut self, val: bool)
OSTIMER0.
Sourcepub const fn set_opamp0(&mut self, val: bool)
pub const fn set_opamp0(&mut self, val: bool)
OPAMP0.
Sourcepub const fn set_opamp1(&mut self, val: bool)
pub const fn set_opamp1(&mut self, val: bool)
OPAMP1.
Sourcepub const fn set_opamp2(&mut self, val: bool)
pub const fn set_opamp2(&mut self, val: bool)
OPAMP2.
Sourcepub const fn set_opamp3(&mut self, val: bool)
pub const fn set_opamp3(&mut self, val: bool)
OPAMP3.
Sourcepub const fn set_flexcan0(&mut self, val: bool)
pub const fn set_flexcan0(&mut self, val: bool)
FLEXCAN0.
Sourcepub const fn set_flexcan1(&mut self, val: bool)
pub const fn set_flexcan1(&mut self, val: bool)
FLEXCAN1.
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_lpuart5(&mut self, val: bool)
pub const fn set_lpuart5(&mut self, val: bool)
LPUART5.
Trait Implementations§
Source§impl Clone for MrccGlbAcc1
impl Clone for MrccGlbAcc1
Source§fn clone(&self) -> MrccGlbAcc1
fn clone(&self) -> MrccGlbAcc1
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 MrccGlbAcc1
impl Debug for MrccGlbAcc1
Source§impl Default for MrccGlbAcc1
impl Default for MrccGlbAcc1
Source§fn default() -> MrccGlbAcc1
fn default() -> MrccGlbAcc1
Returns the “default value” for a type. Read more
Source§impl PartialEq for MrccGlbAcc1
impl PartialEq for MrccGlbAcc1
impl Copy for MrccGlbAcc1
impl Eq for MrccGlbAcc1
impl StructuralPartialEq for MrccGlbAcc1
Auto Trait Implementations§
impl Freeze for MrccGlbAcc1
impl RefUnwindSafe for MrccGlbAcc1
impl Send for MrccGlbAcc1
impl Sync for MrccGlbAcc1
impl Unpin for MrccGlbAcc1
impl UnwindSafe for MrccGlbAcc1
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