Struct d1_pac::ccu::fre_det_ctrl::W
source · pub struct W(/* private fields */);
Expand description
Register fre_det_ctrl
writer
Implementations§
source§impl W
impl W
sourcepub fn fre_det_fun_en(&mut self) -> FRE_DET_FUN_EN_W<'_, 0>
pub fn fre_det_fun_en(&mut self) -> FRE_DET_FUN_EN_W<'_, 0>
Bit 0 - Frequence Detect Function Enable
sourcepub fn fre_det_irq_en(&mut self) -> FRE_DET_IRQ_EN_W<'_, 1>
pub fn fre_det_irq_en(&mut self) -> FRE_DET_IRQ_EN_W<'_, 1>
Bit 1 - Frequence Detect IRQ Enable
sourcepub fn det_time(&mut self) -> DET_TIME_W<'_, 4>
pub fn det_time(&mut self) -> DET_TIME_W<'_, 4>
Bits 4:8 - Detect Time
sourcepub fn error_flag(&mut self) -> ERROR_FLAG_W<'_, 31>
pub fn error_flag(&mut self) -> ERROR_FLAG_W<'_, 31>
Bit 31 - Error Flag
Methods from Deref<Target = W<FRE_DET_CTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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