#[repr(transparent)]pub struct Cdhipr(pub u32);Expand description
CCM Divider Handshake In-Process Register
Tuple Fields§
§0: u32Implementations§
Source§impl Cdhipr
impl Cdhipr
Sourcepub const fn semc_podf_busy(&self) -> SemcPodfBusy
pub const fn semc_podf_busy(&self) -> SemcPodfBusy
Busy indicator for semc_podf.
Sourcepub const fn set_semc_podf_busy(&mut self, val: SemcPodfBusy)
pub const fn set_semc_podf_busy(&mut self, val: SemcPodfBusy)
Busy indicator for semc_podf.
Sourcepub const fn ahb_podf_busy(&self) -> AhbPodfBusy
pub const fn ahb_podf_busy(&self) -> AhbPodfBusy
Busy indicator for ahb_podf.
Sourcepub const fn set_ahb_podf_busy(&mut self, val: AhbPodfBusy)
pub const fn set_ahb_podf_busy(&mut self, val: AhbPodfBusy)
Busy indicator for ahb_podf.
Sourcepub const fn periph2_clk_sel_busy(&self) -> Periph2ClkSelBusy
pub const fn periph2_clk_sel_busy(&self) -> Periph2ClkSelBusy
Busy indicator for periph2_clk_sel mux control.
Sourcepub const fn set_periph2_clk_sel_busy(&mut self, val: Periph2ClkSelBusy)
pub const fn set_periph2_clk_sel_busy(&mut self, val: Periph2ClkSelBusy)
Busy indicator for periph2_clk_sel mux control.
Sourcepub const fn periph_clk_sel_busy(&self) -> PeriphClkSelBusy
pub const fn periph_clk_sel_busy(&self) -> PeriphClkSelBusy
Busy indicator for periph_clk_sel mux control.
Sourcepub const fn set_periph_clk_sel_busy(&mut self, val: PeriphClkSelBusy)
pub const fn set_periph_clk_sel_busy(&mut self, val: PeriphClkSelBusy)
Busy indicator for periph_clk_sel mux control.
Sourcepub const fn arm_podf_busy(&self) -> ArmPodfBusy
pub const fn arm_podf_busy(&self) -> ArmPodfBusy
Busy indicator for arm_podf.
Sourcepub const fn set_arm_podf_busy(&mut self, val: ArmPodfBusy)
pub const fn set_arm_podf_busy(&mut self, val: ArmPodfBusy)
Busy indicator for arm_podf.
Trait Implementations§
impl Copy for Cdhipr
impl Eq for Cdhipr
impl StructuralPartialEq for Cdhipr
Auto Trait Implementations§
impl Freeze for Cdhipr
impl RefUnwindSafe for Cdhipr
impl Send for Cdhipr
impl Sync for Cdhipr
impl Unpin for Cdhipr
impl UnwindSafe for Cdhipr
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