#[repr(transparent)]pub struct ElsAsFlag1(pub u32);Expand description
ELS AS Flag1
Tuple Fields§
§0: u32Implementations§
Source§impl ElsAsFlag1
impl ElsAsFlag1
Sourcepub const fn flag_hvd_core_occured(&self) -> bool
pub const fn flag_hvd_core_occured(&self) -> bool
This flag bit is set as 1 when HVD from VDD_CORE power domain is triggered.
Sourcepub const fn set_flag_hvd_core_occured(&mut self, val: bool)
pub const fn set_flag_hvd_core_occured(&mut self, val: bool)
This flag bit is set as 1 when HVD from VDD_CORE power domain is triggered.
Sourcepub const fn flag_hvd_vsys_occured(&self) -> bool
pub const fn flag_hvd_vsys_occured(&self) -> bool
This flag bit is set as 1 when HVD from VDD_SYS power domain is triggered
Sourcepub const fn set_flag_hvd_vsys_occured(&mut self, val: bool)
pub const fn set_flag_hvd_vsys_occured(&mut self, val: bool)
This flag bit is set as 1 when HVD from VDD_SYS power domain is triggered
Sourcepub const fn flag_hvd_vddio_occured(&self) -> bool
pub const fn flag_hvd_vddio_occured(&self) -> bool
This flag bit is set as 1 when HVD from VDD power domain is triggered
Sourcepub const fn set_flag_hvd_vddio_occured(&mut self, val: bool)
pub const fn set_flag_hvd_vddio_occured(&mut self, val: bool)
This flag bit is set as 1 when HVD from VDD power domain is triggered
Trait Implementations§
Source§impl Clone for ElsAsFlag1
impl Clone for ElsAsFlag1
Source§fn clone(&self) -> ElsAsFlag1
fn clone(&self) -> ElsAsFlag1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ElsAsFlag1
impl Debug for ElsAsFlag1
Source§impl Default for ElsAsFlag1
impl Default for ElsAsFlag1
Source§fn default() -> ElsAsFlag1
fn default() -> ElsAsFlag1
Returns the “default value” for a type. Read more
Source§impl PartialEq for ElsAsFlag1
impl PartialEq for ElsAsFlag1
impl Copy for ElsAsFlag1
impl Eq for ElsAsFlag1
impl StructuralPartialEq for ElsAsFlag1
Auto Trait Implementations§
impl Freeze for ElsAsFlag1
impl RefUnwindSafe for ElsAsFlag1
impl Send for ElsAsFlag1
impl Sync for ElsAsFlag1
impl Unpin for ElsAsFlag1
impl UnwindSafe for ElsAsFlag1
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