#[repr(transparent)]pub struct GlbRst1(pub u32);Expand description
Peripheral Reset Control 1.
Tuple Fields§
§0: u32Implementations§
Source§impl GlbRst1
impl GlbRst1
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§
impl Copy for GlbRst1
impl Eq for GlbRst1
impl StructuralPartialEq for GlbRst1
Auto Trait Implementations§
impl Freeze for GlbRst1
impl RefUnwindSafe for GlbRst1
impl Send for GlbRst1
impl Sync for GlbRst1
impl Unpin for GlbRst1
impl UnwindSafe for GlbRst1
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