#[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 sdio0(&self) -> Prstctl1SetSdio0
pub const fn sdio0(&self) -> Prstctl1SetSdio0
SDIO0 reset set
Sourcepub const fn set_sdio0(&mut self, val: Prstctl1SetSdio0)
pub const fn set_sdio0(&mut self, val: Prstctl1SetSdio0)
SDIO0 reset set
Sourcepub const fn sdio1(&self) -> Prstctl1SetSdio1
pub const fn sdio1(&self) -> Prstctl1SetSdio1
SDIO1 reset set
Sourcepub const fn set_sdio1(&mut self, val: Prstctl1SetSdio1)
pub const fn set_sdio1(&mut self, val: Prstctl1SetSdio1)
SDIO1 reset set
Sourcepub const fn acmp0(&self) -> Prstctl1SetAcmp0
pub const fn acmp0(&self) -> Prstctl1SetAcmp0
Analog comparator reset set
Sourcepub const fn set_acmp0(&mut self, val: Prstctl1SetAcmp0)
pub const fn set_acmp0(&mut self, val: Prstctl1SetAcmp0)
Analog comparator reset set
Sourcepub const fn adc0(&self) -> Prstctl1SetAdc0
pub const fn adc0(&self) -> Prstctl1SetAdc0
ADC reset set
Sourcepub const fn set_adc0(&mut self, val: Prstctl1SetAdc0)
pub const fn set_adc0(&mut self, val: Prstctl1SetAdc0)
ADC reset set
Sourcepub const fn shsgpio0(&self) -> Prstctl1SetShsgpio0
pub const fn shsgpio0(&self) -> Prstctl1SetShsgpio0
SHSGPIO0 reset set
Sourcepub const fn set_shsgpio0(&mut self, val: Prstctl1SetShsgpio0)
pub const fn set_shsgpio0(&mut self, val: Prstctl1SetShsgpio0)
SHSGPIO0 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