pub struct DcdcConfig {
pub reg1: bool,
}
Expand description
Settings for enabling the built in DCDC converters.
Fields§
§reg1: bool
Config for the second stage DCDC (VDD -> DEC4), if disabled LDO will be used.
Auto Trait Implementations§
impl Freeze for DcdcConfig
impl RefUnwindSafe for DcdcConfig
impl Send for DcdcConfig
impl Sync for DcdcConfig
impl Unpin for DcdcConfig
impl UnwindSafe for DcdcConfig
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