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