#[repr(transparent)]pub struct Prstctl1(pub u32);Expand description
peripheral reset control register 1
Tuple Fields§
§0: u32Implementations§
Source§impl Prstctl1
impl Prstctl1
Sourcepub const fn sdio0(&self) -> Prstctl1Sdio0
pub const fn sdio0(&self) -> Prstctl1Sdio0
SDIO0 reset control
Sourcepub const fn set_sdio0(&mut self, val: Prstctl1Sdio0)
pub const fn set_sdio0(&mut self, val: Prstctl1Sdio0)
SDIO0 reset control
Sourcepub const fn sdio1(&self) -> Prstctl1Sdio1
pub const fn sdio1(&self) -> Prstctl1Sdio1
SDIO1 reset control
Sourcepub const fn set_sdio1(&mut self, val: Prstctl1Sdio1)
pub const fn set_sdio1(&mut self, val: Prstctl1Sdio1)
SDIO1 reset control
Sourcepub const fn acmp0(&self) -> Prstctl1Acmp0
pub const fn acmp0(&self) -> Prstctl1Acmp0
Analog comparator reset control
Sourcepub const fn set_acmp0(&mut self, val: Prstctl1Acmp0)
pub const fn set_acmp0(&mut self, val: Prstctl1Acmp0)
Analog comparator reset control
Sourcepub const fn adc0(&self) -> Prstctl1Adc0
pub const fn adc0(&self) -> Prstctl1Adc0
ADC reset control
Sourcepub const fn set_adc0(&mut self, val: Prstctl1Adc0)
pub const fn set_adc0(&mut self, val: Prstctl1Adc0)
ADC reset control
Sourcepub const fn shsgpio0(&self) -> Prstctl1Shsgpio0
pub const fn shsgpio0(&self) -> Prstctl1Shsgpio0
SHSGPIO0 reset control
Sourcepub const fn set_shsgpio0(&mut self, val: Prstctl1Shsgpio0)
pub const fn set_shsgpio0(&mut self, val: Prstctl1Shsgpio0)
SHSGPIO0 reset control
Trait Implementations§
impl Copy for Prstctl1
impl Eq for Prstctl1
impl StructuralPartialEq for Prstctl1
Auto Trait Implementations§
impl Freeze for Prstctl1
impl RefUnwindSafe for Prstctl1
impl Send for Prstctl1
impl Sync for Prstctl1
impl Unpin for Prstctl1
impl UnwindSafe for Prstctl1
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