#[repr(transparent)]pub struct Prstctl1Set(pub u32);Expand description
peripheral reset set register 1
Tuple Fields§
§0: u32Implementations§
Source§impl Prstctl1Set
impl Prstctl1Set
Sourcepub const fn hsgpio0_rst_set(&self) -> Hsgpio0RstSet
pub const fn hsgpio0_rst_set(&self) -> Hsgpio0RstSet
HSGPIO0 reset set
Sourcepub const fn set_hsgpio0_rst_set(&mut self, val: Hsgpio0RstSet)
pub const fn set_hsgpio0_rst_set(&mut self, val: Hsgpio0RstSet)
HSGPIO0 reset set
Sourcepub const fn hsgpio1_rst_set(&self) -> Hsgpio1RstSet
pub const fn hsgpio1_rst_set(&self) -> Hsgpio1RstSet
HSGPIO1 reset set
Sourcepub const fn set_hsgpio1_rst_set(&mut self, val: Hsgpio1RstSet)
pub const fn set_hsgpio1_rst_set(&mut self, val: Hsgpio1RstSet)
HSGPIO1 reset set
Sourcepub const fn hsgpio2_rst_set(&self) -> Hsgpio2RstSet
pub const fn hsgpio2_rst_set(&self) -> Hsgpio2RstSet
HSGPIO2 reset set
Sourcepub const fn set_hsgpio2_rst_set(&mut self, val: Hsgpio2RstSet)
pub const fn set_hsgpio2_rst_set(&mut self, val: Hsgpio2RstSet)
HSGPIO2 reset set
Sourcepub const fn hsgpio3_rst_set(&self) -> Hsgpio3RstSet
pub const fn hsgpio3_rst_set(&self) -> Hsgpio3RstSet
HSGPIO3 reset set
Sourcepub const fn set_hsgpio3_rst_set(&mut self, val: Hsgpio3RstSet)
pub const fn set_hsgpio3_rst_set(&mut self, val: Hsgpio3RstSet)
HSGPIO3 reset set
Sourcepub const fn hsgpio4_rst_set(&self) -> Hsgpio4RstSet
pub const fn hsgpio4_rst_set(&self) -> Hsgpio4RstSet
HSGPIO4 reset set
Sourcepub const fn set_hsgpio4_rst_set(&mut self, val: Hsgpio4RstSet)
pub const fn set_hsgpio4_rst_set(&mut self, val: Hsgpio4RstSet)
HSGPIO4 reset set
Sourcepub const fn hsgpio5_rst_set(&self) -> Hsgpio5RstSet
pub const fn hsgpio5_rst_set(&self) -> Hsgpio5RstSet
HSGPIO5 reset set
Sourcepub const fn set_hsgpio5_rst_set(&mut self, val: Hsgpio5RstSet)
pub const fn set_hsgpio5_rst_set(&mut self, val: Hsgpio5RstSet)
HSGPIO5 reset set
Sourcepub const fn hsgpio6_rst_set(&self) -> Hsgpio6RstSet
pub const fn hsgpio6_rst_set(&self) -> Hsgpio6RstSet
HSGPIO6 reset set
Sourcepub const fn set_hsgpio6_rst_set(&mut self, val: Hsgpio6RstSet)
pub const fn set_hsgpio6_rst_set(&mut self, val: Hsgpio6RstSet)
HSGPIO6 reset set
Sourcepub const fn hsgpio7_rst_set(&self) -> Hsgpio7RstSet
pub const fn hsgpio7_rst_set(&self) -> Hsgpio7RstSet
HSGPIO7 reset set
Sourcepub const fn set_hsgpio7_rst_set(&mut self, val: Hsgpio7RstSet)
pub const fn set_hsgpio7_rst_set(&mut self, val: Hsgpio7RstSet)
HSGPIO7 reset set
Sourcepub const fn crc_rst_set(&self) -> CrcRstSet
pub const fn crc_rst_set(&self) -> CrcRstSet
CRC reset set
Sourcepub const fn set_crc_rst_set(&mut self, val: CrcRstSet)
pub const fn set_crc_rst_set(&mut self, val: CrcRstSet)
CRC reset set
Sourcepub const fn dmac0_rst_set(&self) -> Dmac0RstSet
pub const fn dmac0_rst_set(&self) -> Dmac0RstSet
DMAC0 reset set
Sourcepub const fn set_dmac0_rst_set(&mut self, val: Dmac0RstSet)
pub const fn set_dmac0_rst_set(&mut self, val: Dmac0RstSet)
DMAC0 reset set
Sourcepub const fn dmac1_rst_set(&self) -> Dmac1RstSet
pub const fn dmac1_rst_set(&self) -> Dmac1RstSet
DMAC1 reset set
Sourcepub const fn set_dmac1_rst_set(&mut self, val: Dmac1RstSet)
pub const fn set_dmac1_rst_set(&mut self, val: Dmac1RstSet)
DMAC1 reset set
Sourcepub const fn mu_rst_set(&self) -> MuRstSet
pub const fn mu_rst_set(&self) -> MuRstSet
MU reset set
Sourcepub const fn set_mu_rst_set(&mut self, val: MuRstSet)
pub const fn set_mu_rst_set(&mut self, val: MuRstSet)
MU reset set
Sourcepub const fn sema_rst_set(&self) -> SemaRstSet
pub const fn sema_rst_set(&self) -> SemaRstSet
SEMA reset set
Sourcepub const fn set_sema_rst_set(&mut self, val: SemaRstSet)
pub const fn set_sema_rst_set(&mut self, val: SemaRstSet)
SEMA reset set
Sourcepub const fn freqme_rst_set(&self) -> FreqmeRstSet
pub const fn freqme_rst_set(&self) -> FreqmeRstSet
FREQME reset set
Sourcepub const fn set_freqme_rst_set(&mut self, val: FreqmeRstSet)
pub const fn set_freqme_rst_set(&mut self, val: FreqmeRstSet)
FREQME reset set
Trait Implementations§
Source§impl Clone for Prstctl1Set
impl Clone for Prstctl1Set
Source§fn clone(&self) -> Prstctl1Set
fn clone(&self) -> Prstctl1Set
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 Prstctl1Set
impl Debug for Prstctl1Set
Source§impl Default for Prstctl1Set
impl Default for Prstctl1Set
Source§fn default() -> Prstctl1Set
fn default() -> Prstctl1Set
Returns the “default value” for a type. Read more
Source§impl PartialEq for Prstctl1Set
impl PartialEq for Prstctl1Set
impl Copy for Prstctl1Set
impl Eq for Prstctl1Set
impl StructuralPartialEq for Prstctl1Set
Auto Trait Implementations§
impl Freeze for Prstctl1Set
impl RefUnwindSafe for Prstctl1Set
impl Send for Prstctl1Set
impl Sync for Prstctl1Set
impl Unpin for Prstctl1Set
impl UnwindSafe for Prstctl1Set
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