#[repr(transparent)]pub struct DcdcPowerProfileMedium0(pub u32);Expand description
no description available
Tuple Fields§
§0: u32Implementations§
Source§impl DcdcPowerProfileMedium0
impl DcdcPowerProfileMedium0
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 DcdcPowerProfileMedium0
impl Clone for DcdcPowerProfileMedium0
Source§fn clone(&self) -> DcdcPowerProfileMedium0
fn clone(&self) -> DcdcPowerProfileMedium0
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 DcdcPowerProfileMedium0
impl Debug for DcdcPowerProfileMedium0
Source§impl Default for DcdcPowerProfileMedium0
impl Default for DcdcPowerProfileMedium0
Source§fn default() -> DcdcPowerProfileMedium0
fn default() -> DcdcPowerProfileMedium0
Returns the “default value” for a type. Read more
Source§impl PartialEq for DcdcPowerProfileMedium0
impl PartialEq for DcdcPowerProfileMedium0
impl Copy for DcdcPowerProfileMedium0
impl Eq for DcdcPowerProfileMedium0
impl StructuralPartialEq for DcdcPowerProfileMedium0
Auto Trait Implementations§
impl Freeze for DcdcPowerProfileMedium0
impl RefUnwindSafe for DcdcPowerProfileMedium0
impl Send for DcdcPowerProfileMedium0
impl Sync for DcdcPowerProfileMedium0
impl Unpin for DcdcPowerProfileMedium0
impl UnwindSafe for DcdcPowerProfileMedium0
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