#[repr(transparent)]pub struct Pscctl1(pub u32);Expand description
clock control register 1
Tuple Fields§
§0: u32Implementations§
Source§impl Pscctl1
impl Pscctl1
Sourcepub const fn sdio0_clk(&self) -> Pscctl1Sdio0Clk
pub const fn sdio0_clk(&self) -> Pscctl1Sdio0Clk
SDIO0 clock control
Sourcepub const fn set_sdio0_clk(&mut self, val: Pscctl1Sdio0Clk)
pub const fn set_sdio0_clk(&mut self, val: Pscctl1Sdio0Clk)
SDIO0 clock control
Sourcepub const fn sdio1_clk(&self) -> Pscctl1Sdio1Clk
pub const fn sdio1_clk(&self) -> Pscctl1Sdio1Clk
SDIO1 clock control
Sourcepub const fn set_sdio1_clk(&mut self, val: Pscctl1Sdio1Clk)
pub const fn set_sdio1_clk(&mut self, val: Pscctl1Sdio1Clk)
SDIO1 clock control
Sourcepub const fn acmp0_clk(&self) -> Pscctl1Acmp0Clk
pub const fn acmp0_clk(&self) -> Pscctl1Acmp0Clk
Analog comparator clock control
Sourcepub const fn set_acmp0_clk(&mut self, val: Pscctl1Acmp0Clk)
pub const fn set_acmp0_clk(&mut self, val: Pscctl1Acmp0Clk)
Analog comparator clock control
Sourcepub const fn adc0_clk(&self) -> Pscctl1Adc0Clk
pub const fn adc0_clk(&self) -> Pscctl1Adc0Clk
ADC clock control
Sourcepub const fn set_adc0_clk(&mut self, val: Pscctl1Adc0Clk)
pub const fn set_adc0_clk(&mut self, val: Pscctl1Adc0Clk)
ADC clock control
Sourcepub const fn shsgpio0_clk(&self) -> Pscctl1Shsgpio0Clk
pub const fn shsgpio0_clk(&self) -> Pscctl1Shsgpio0Clk
SHSGPIO0 clock control
Sourcepub const fn set_shsgpio0_clk(&mut self, val: Pscctl1Shsgpio0Clk)
pub const fn set_shsgpio0_clk(&mut self, val: Pscctl1Shsgpio0Clk)
SHSGPIO0 clock control
Trait Implementations§
impl Copy for Pscctl1
impl Eq for Pscctl1
impl StructuralPartialEq for Pscctl1
Auto Trait Implementations§
impl Freeze for Pscctl1
impl RefUnwindSafe for Pscctl1
impl Send for Pscctl1
impl Sync for Pscctl1
impl Unpin for Pscctl1
impl UnwindSafe for Pscctl1
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