#[repr(transparent)]pub struct GlbCc0(pub u32);Expand description
AHB Clock Control 0.
Tuple Fields§
§0: u32Implementations§
Source§impl GlbCc0
impl GlbCc0
Sourcepub const fn set_inputmux0(&mut self, val: bool)
pub const fn set_inputmux0(&mut self, val: bool)
INPUTMUX0.
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_freqme(&mut self, val: bool)
pub const fn set_freqme(&mut self, val: bool)
FREQME.
Sourcepub const fn set_utick0(&mut self, val: bool)
pub const fn set_utick0(&mut self, val: bool)
UTICK0.
Sourcepub const fn set_smartdma0(&mut self, val: bool)
pub const fn set_smartdma0(&mut self, val: bool)
SMARTDMA0.
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_lpspi0(&mut self, val: bool)
pub const fn set_lpspi0(&mut self, val: bool)
LPSPI0.
Sourcepub const fn set_lpspi1(&mut self, val: bool)
pub const fn set_lpspi1(&mut self, val: bool)
LPSPI1.
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_flexpwm0(&mut self, val: bool)
pub const fn set_flexpwm0(&mut self, val: bool)
FLEXPWM0.
Trait Implementations§
impl Copy for GlbCc0
impl Eq for GlbCc0
impl StructuralPartialEq for GlbCc0
Auto Trait Implementations§
impl Freeze for GlbCc0
impl RefUnwindSafe for GlbCc0
impl Send for GlbCc0
impl Sync for GlbCc0
impl Unpin for GlbCc0
impl UnwindSafe for GlbCc0
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