pub struct W(/* private fields */);
Expand description
Register halt
writer
Implementations§
source§impl W
impl W
sourcepub fn chcfg_at_busy(&mut self) -> CHCFG_AT_BUSY_W<'_, 1>
pub fn chcfg_at_busy(&mut self) -> CHCFG_AT_BUSY_W<'_, 1>
Bit 1
sourcepub fn change_update(&mut self) -> CHANGE_UPDATE_W<'_, 2>
pub fn change_update(&mut self) -> CHANGE_UPDATE_W<'_, 2>
Bit 2
sourcepub fn sir_tx_invert(&mut self) -> SIR_TX_INVERT_W<'_, 4>
pub fn sir_tx_invert(&mut self) -> SIR_TX_INVERT_W<'_, 4>
Bit 4 - SIR TX Pulse Polarity Invert
sourcepub fn sir_rx_invert(&mut self) -> SIR_RX_INVERT_W<'_, 5>
pub fn sir_rx_invert(&mut self) -> SIR_RX_INVERT_W<'_, 5>
Bit 5 - SIR RX Pulse Polarity Invert
sourcepub fn dma_pte_rx(&mut self) -> DMA_PTE_RX_W<'_, 6>
pub fn dma_pte_rx(&mut self) -> DMA_PTE_RX_W<'_, 6>
Bit 6 - The Transmission of RX_DRQ
Methods from Deref<Target = W<HALT_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