Struct d1_pac::cir_tx::cir_ticr_l::R
source · pub struct R(/* private fields */);
Expand description
Register cir_ticr_l
reader
Implementations§
source§impl R
impl R
sourcepub fn tic_l(&self) -> TIC_L_R
pub fn tic_l(&self) -> TIC_L_R
Bits 0:7 - Transmit Idle Counter_L (Low 8 bits)
It is used to count the idle duration of CIR transmitter by software.
Count in 128*Ts (Sample Duration, 1/Fs) when the transmitter is idle, and it should be reset when the transmitter is active.
When this counter reaches the maximum value (0xFFFF), it will stop automatically, and should not be cleared to zero.
Methods from Deref<Target = R<CIR_TICR_L_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