#[repr(transparent)]pub struct DbgPwrcfg(pub u32);
Tuple Fields§
§0: u32
Implementations§
source§impl DbgPwrcfg
impl DbgPwrcfg
sourcepub const fn ignore(&self) -> bool
pub const fn ignore(&self) -> bool
Ignore pwrup req from debugger. If pwrup req is asserted then this will prevent power down and set powerdown blocked. Set ignore to stop paying attention to pwrup_req
sourcepub fn set_ignore(&mut self, val: bool)
pub fn set_ignore(&mut self, val: bool)
Ignore pwrup req from debugger. If pwrup req is asserted then this will prevent power down and set powerdown blocked. Set ignore to stop paying attention to pwrup_req
Trait Implementations§
impl Copy for DbgPwrcfg
impl Eq for DbgPwrcfg
impl StructuralPartialEq for DbgPwrcfg
Auto Trait Implementations§
impl Freeze for DbgPwrcfg
impl RefUnwindSafe for DbgPwrcfg
impl Send for DbgPwrcfg
impl Sync for DbgPwrcfg
impl Unpin for DbgPwrcfg
impl UnwindSafe for DbgPwrcfg
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
)