pub struct R(/* private fields */);
Expand description
Register halt
reader
Implementations§
source§impl R
impl R
sourcepub fn chcfg_at_busy(&self) -> CHCFG_AT_BUSY_R
pub fn chcfg_at_busy(&self) -> CHCFG_AT_BUSY_R
Bit 1
sourcepub fn change_update(&self) -> CHANGE_UPDATE_R
pub fn change_update(&self) -> CHANGE_UPDATE_R
Bit 2
sourcepub fn sir_tx_invert(&self) -> SIR_TX_INVERT_R
pub fn sir_tx_invert(&self) -> SIR_TX_INVERT_R
Bit 4 - SIR TX Pulse Polarity Invert
sourcepub fn sir_rx_invert(&self) -> SIR_RX_INVERT_R
pub fn sir_rx_invert(&self) -> SIR_RX_INVERT_R
Bit 5 - SIR RX Pulse Polarity Invert
sourcepub fn dma_pte_rx(&self) -> DMA_PTE_RX_R
pub fn dma_pte_rx(&self) -> DMA_PTE_RX_R
Bit 6 - The Transmission of RX_DRQ
Methods from Deref<Target = R<HALT_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