pub struct R(/* private fields */);
Expand description
Register cir_tmcr
reader
Implementations§
source§impl R
impl R
sourcepub fn rfmc(&self) -> RFMC_R
pub fn rfmc(&self) -> RFMC_R
Bits 0:7 - Reference Frequency of modulated carrier.
Reference Frequency of modulated carrier based on a division of a fixed functional clock (FCLK). The range of the modulated carrier is usually 30 kHz to 60 kHz. Most consumer electronics is 38 kHz.
The default modulated carrier is 38 kHz when FCLK is 12 MHz.
RFMC= FCLK/((N+1)*(DRMC+2)).
Methods from Deref<Target = R<CIR_TMCR_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