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