#[repr(transparent)]pub struct Done(pub u32);
Expand description
Is the subsystem ready?
Tuple Fields§
§0: u32
Implementations§
source§impl Done
impl Done
pub const fn proc_cold(&self) -> bool
pub fn set_proc_cold(&mut self, val: bool)
pub const fn otp(&self) -> bool
pub fn set_otp(&mut self, val: bool)
pub const fn rosc(&self) -> bool
pub fn set_rosc(&mut self, val: bool)
pub const fn xosc(&self) -> bool
pub fn set_xosc(&mut self, val: bool)
pub const fn resets(&self) -> bool
pub fn set_resets(&mut self, val: bool)
pub const fn clocks(&self) -> bool
pub fn set_clocks(&mut self, val: bool)
pub const fn psm_ready(&self) -> bool
pub fn set_psm_ready(&mut self, val: bool)
pub const fn busfabric(&self) -> bool
pub fn set_busfabric(&mut self, val: bool)
pub const fn rom(&self) -> bool
pub fn set_rom(&mut self, val: bool)
pub const fn bootram(&self) -> bool
pub fn set_bootram(&mut self, val: bool)
pub const fn sram0(&self) -> bool
pub fn set_sram0(&mut self, val: bool)
pub const fn sram1(&self) -> bool
pub fn set_sram1(&mut self, val: bool)
pub const fn sram2(&self) -> bool
pub fn set_sram2(&mut self, val: bool)
pub const fn sram3(&self) -> bool
pub fn set_sram3(&mut self, val: bool)
pub const fn sram4(&self) -> bool
pub fn set_sram4(&mut self, val: bool)
pub const fn sram5(&self) -> bool
pub fn set_sram5(&mut self, val: bool)
pub const fn sram6(&self) -> bool
pub fn set_sram6(&mut self, val: bool)
pub const fn sram7(&self) -> bool
pub fn set_sram7(&mut self, val: bool)
pub const fn sram8(&self) -> bool
pub fn set_sram8(&mut self, val: bool)
pub const fn sram9(&self) -> bool
pub fn set_sram9(&mut self, val: bool)
pub const fn xip(&self) -> bool
pub fn set_xip(&mut self, val: bool)
pub const fn sio(&self) -> bool
pub fn set_sio(&mut self, val: bool)
pub const fn accessctrl(&self) -> bool
pub fn set_accessctrl(&mut self, val: bool)
pub const fn proc0(&self) -> bool
pub fn set_proc0(&mut self, val: bool)
pub const fn proc1(&self) -> bool
pub fn set_proc1(&mut self, val: bool)
Trait Implementations§
impl Copy for Done
impl Eq for Done
impl StructuralPartialEq for Done
Auto Trait Implementations§
impl Freeze for Done
impl RefUnwindSafe for Done
impl Send for Done
impl Sync for Done
impl Unpin for Done
impl UnwindSafe for Done
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)