#[repr(transparent)]pub struct DcdcPowerProfileHigh0(pub u32);Expand description
no description available
Tuple Fields§
§0: u32Implementations§
Source§impl DcdcPowerProfileHigh0
impl DcdcPowerProfileHigh0
Sourcepub const fn dcdc_trim_valid(&self) -> bool
pub const fn dcdc_trim_valid(&self) -> bool
DCDC is trimed.
Sourcepub const fn set_dcdc_trim_valid(&mut self, val: bool)
pub const fn set_dcdc_trim_valid(&mut self, val: bool)
DCDC is trimed.
Sourcepub const fn icenable(&self) -> bool
pub const fn icenable(&self) -> bool
Selection of auto scaling of COT period with variations in VDD.
Sourcepub const fn set_icenable(&mut self, val: bool)
pub const fn set_icenable(&mut self, val: bool)
Selection of auto scaling of COT period with variations in VDD.
Sourcepub const fn set_tmos(&mut self, val: u8)
pub const fn set_tmos(&mut self, val: u8)
One-shot generator reference current trimming signal.
Sourcepub const fn disableisense(&self) -> bool
pub const fn disableisense(&self) -> bool
Disable Current sensing.
Sourcepub const fn set_disableisense(&mut self, val: bool)
pub const fn set_disableisense(&mut self, val: bool)
Disable Current sensing.
Sourcepub const fn slicingenable(&self) -> bool
pub const fn slicingenable(&self) -> bool
Enable staggered switching of power switches.
Sourcepub const fn set_slicingenable(&mut self, val: bool)
pub const fn set_slicingenable(&mut self, val: bool)
Enable staggered switching of power switches.
Sourcepub const fn inductorclampenable(&self) -> bool
pub const fn inductorclampenable(&self) -> bool
Enable shorting of Inductor during PFM idle time.
Sourcepub const fn set_inductorclampenable(&mut self, val: bool)
pub const fn set_inductorclampenable(&mut self, val: bool)
Enable shorting of Inductor during PFM idle time.
Sourcepub const fn set_vout_pwd(&mut self, val: u8)
pub const fn set_vout_pwd(&mut self, val: u8)
Set output regulation voltage during Deep Sleep.
Trait Implementations§
Source§impl Clone for DcdcPowerProfileHigh0
impl Clone for DcdcPowerProfileHigh0
Source§fn clone(&self) -> DcdcPowerProfileHigh0
fn clone(&self) -> DcdcPowerProfileHigh0
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 DcdcPowerProfileHigh0
impl Debug for DcdcPowerProfileHigh0
Source§impl Default for DcdcPowerProfileHigh0
impl Default for DcdcPowerProfileHigh0
Source§fn default() -> DcdcPowerProfileHigh0
fn default() -> DcdcPowerProfileHigh0
Returns the “default value” for a type. Read more
Source§impl PartialEq for DcdcPowerProfileHigh0
impl PartialEq for DcdcPowerProfileHigh0
impl Copy for DcdcPowerProfileHigh0
impl Eq for DcdcPowerProfileHigh0
impl StructuralPartialEq for DcdcPowerProfileHigh0
Auto Trait Implementations§
impl Freeze for DcdcPowerProfileHigh0
impl RefUnwindSafe for DcdcPowerProfileHigh0
impl Send for DcdcPowerProfileHigh0
impl Sync for DcdcPowerProfileHigh0
impl Unpin for DcdcPowerProfileHigh0
impl UnwindSafe for DcdcPowerProfileHigh0
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