#[repr(transparent)]pub struct Pscctl1Set(pub u32);Expand description
clock set register 1
Tuple Fields§
§0: u32Implementations§
Source§impl Pscctl1Set
impl Pscctl1Set
Sourcepub const fn sdio0_clk(&self) -> Pscctl1SetSdio0Clk
pub const fn sdio0_clk(&self) -> Pscctl1SetSdio0Clk
SDIO0 clock set
Sourcepub const fn set_sdio0_clk(&mut self, val: Pscctl1SetSdio0Clk)
pub const fn set_sdio0_clk(&mut self, val: Pscctl1SetSdio0Clk)
SDIO0 clock set
Sourcepub const fn sdio1_clk(&self) -> Pscctl1SetSdio1Clk
pub const fn sdio1_clk(&self) -> Pscctl1SetSdio1Clk
SDIO1 clock set
Sourcepub const fn set_sdio1_clk(&mut self, val: Pscctl1SetSdio1Clk)
pub const fn set_sdio1_clk(&mut self, val: Pscctl1SetSdio1Clk)
SDIO1 clock set
Sourcepub const fn acmp0_clk(&self) -> Pscctl1SetAcmp0Clk
pub const fn acmp0_clk(&self) -> Pscctl1SetAcmp0Clk
Analog comparator clock set
Sourcepub const fn set_acmp0_clk(&mut self, val: Pscctl1SetAcmp0Clk)
pub const fn set_acmp0_clk(&mut self, val: Pscctl1SetAcmp0Clk)
Analog comparator clock set
Sourcepub const fn adc0_clk(&self) -> Pscctl1SetAdc0Clk
pub const fn adc0_clk(&self) -> Pscctl1SetAdc0Clk
ADC clock set
Sourcepub const fn set_adc0_clk(&mut self, val: Pscctl1SetAdc0Clk)
pub const fn set_adc0_clk(&mut self, val: Pscctl1SetAdc0Clk)
ADC clock set
Sourcepub const fn shsgpio0_clk(&self) -> Pscctl1SetShsgpio0Clk
pub const fn shsgpio0_clk(&self) -> Pscctl1SetShsgpio0Clk
SHSGPIO0 clock set
Sourcepub const fn set_shsgpio0_clk(&mut self, val: Pscctl1SetShsgpio0Clk)
pub const fn set_shsgpio0_clk(&mut self, val: Pscctl1SetShsgpio0Clk)
SHSGPIO0 clock set
Trait Implementations§
Source§impl Clone for Pscctl1Set
impl Clone for Pscctl1Set
Source§fn clone(&self) -> Pscctl1Set
fn clone(&self) -> Pscctl1Set
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 Pscctl1Set
impl Debug for Pscctl1Set
Source§impl Default for Pscctl1Set
impl Default for Pscctl1Set
Source§fn default() -> Pscctl1Set
fn default() -> Pscctl1Set
Returns the “default value” for a type. Read more
Source§impl PartialEq for Pscctl1Set
impl PartialEq for Pscctl1Set
impl Copy for Pscctl1Set
impl Eq for Pscctl1Set
impl StructuralPartialEq for Pscctl1Set
Auto Trait Implementations§
impl Freeze for Pscctl1Set
impl RefUnwindSafe for Pscctl1Set
impl Send for Pscctl1Set
impl Sync for Pscctl1Set
impl Unpin for Pscctl1Set
impl UnwindSafe for Pscctl1Set
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