Struct esp32c6_hal::rtc_cntl::sleep::HpLpParam
source · pub struct HpLpParam {
pub xtal_stable_wait_cycle: u16,
}Fields§
§xtal_stable_wait_cycle: u16Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for HpLpParam
impl Send for HpLpParam
impl Sync for HpLpParam
impl Unpin for HpLpParam
impl UnwindSafe for HpLpParam
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