#[repr(transparent)]pub struct DcdcBurstCfg(pub u32);Expand description
DCDC Burst Configuration
Tuple Fields§
§0: u32Implementations§
Source§impl DcdcBurstCfg
impl DcdcBurstCfg
Sourcepub const fn set_burst_req(&mut self, val: BurstReq)
pub const fn set_burst_req(&mut self, val: BurstReq)
Software Burst Request
Sourcepub const fn ext_burst_en(&self) -> bool
pub const fn ext_burst_en(&self) -> bool
External Burst Request Enable
Sourcepub const fn set_ext_burst_en(&mut self, val: bool)
pub const fn set_ext_burst_en(&mut self, val: bool)
External Burst Request Enable
Sourcepub const fn set_burst_ack(&mut self, val: BurstAck)
pub const fn set_burst_ack(&mut self, val: BurstAck)
Burst Acknowledge Flag
Sourcepub const fn pulse_refresh_cnt(&self) -> u16
pub const fn pulse_refresh_cnt(&self) -> u16
Refresh Count Value
Sourcepub const fn set_pulse_refresh_cnt(&mut self, val: u16)
pub const fn set_pulse_refresh_cnt(&mut self, val: u16)
Refresh Count Value
Trait Implementations§
Source§impl Clone for DcdcBurstCfg
impl Clone for DcdcBurstCfg
Source§fn clone(&self) -> DcdcBurstCfg
fn clone(&self) -> DcdcBurstCfg
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 DcdcBurstCfg
impl Debug for DcdcBurstCfg
Source§impl Default for DcdcBurstCfg
impl Default for DcdcBurstCfg
Source§fn default() -> DcdcBurstCfg
fn default() -> DcdcBurstCfg
Returns the “default value” for a type. Read more
Source§impl PartialEq for DcdcBurstCfg
impl PartialEq for DcdcBurstCfg
impl Copy for DcdcBurstCfg
impl Eq for DcdcBurstCfg
impl StructuralPartialEq for DcdcBurstCfg
Auto Trait Implementations§
impl Freeze for DcdcBurstCfg
impl RefUnwindSafe for DcdcBurstCfg
impl Send for DcdcBurstCfg
impl Sync for DcdcBurstCfg
impl Unpin for DcdcBurstCfg
impl UnwindSafe for DcdcBurstCfg
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