pub struct LpParam {
pub digital_power_supply_wait_cycle: u16,
pub min_slp_slow_clk_cycle: u8,
pub analog_wait_target_cycle: u8,
pub digital_power_down_wait_cycle: u8,
pub digital_power_up_wait_cycle: u8,
}
Fields§
§digital_power_supply_wait_cycle: u16
§min_slp_slow_clk_cycle: u8
§analog_wait_target_cycle: u8
§digital_power_down_wait_cycle: u8
§digital_power_up_wait_cycle: u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LpParam
impl RefUnwindSafe for LpParam
impl Send for LpParam
impl Sync for LpParam
impl Unpin for LpParam
impl UnwindSafe for LpParam
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