pub struct Misc {
pub auto_increment_enabled: bool,
pub powersave_enabled: bool,
pub charge_pump_mode: ChargePumpMode,
pub pwm_powersave_enabled: bool,
pub clock_selection: ClockSelection,
}Expand description
Miscellaneous settings.
Fields§
§auto_increment_enabled: boolEN_AUTO_INCR
powersave_enabled: boolPOWERSAVE_EN
charge_pump_mode: ChargePumpModeCHARGE_PUMP_EN
pwm_powersave_enabled: boolPWM_PS_EN
clock_selection: ClockSelectionCLK_DET_EN and INT_CLK_EN
Trait Implementations§
impl Copy for Misc
impl Eq for Misc
impl StructuralPartialEq for Misc
Auto Trait Implementations§
impl Freeze for Misc
impl RefUnwindSafe for Misc
impl Send for Misc
impl Sync for Misc
impl Unpin for Misc
impl UnwindSafe for Misc
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