#[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 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 flexspi_podf_busy(&self) -> FlexspiPodfBusy
pub const fn flexspi_podf_busy(&self) -> FlexspiPodfBusy
Busy indicator for flexspi_podf.
Sourcepub const fn set_flexspi_podf_busy(&mut self, val: FlexspiPodfBusy)
pub const fn set_flexspi_podf_busy(&mut self, val: FlexspiPodfBusy)
Busy indicator for flexspi_podf.
Sourcepub const fn perclk_podf_busy(&self) -> PerclkPodfBusy
pub const fn perclk_podf_busy(&self) -> PerclkPodfBusy
Busy indicator for perclk_podf.
Sourcepub const fn set_perclk_podf_busy(&mut self, val: PerclkPodfBusy)
pub const fn set_perclk_podf_busy(&mut self, val: PerclkPodfBusy)
Busy indicator for perclk_podf.
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.
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