pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn cir_idc_h(&self) -> &CIR_IDC_H
pub const fn cir_idc_h(&self) -> &CIR_IDC_H
0x0c - CIR Transmit Idle Duration Threshold High Bit Register
Sourcepub const fn cir_idc_l(&self) -> &CIR_IDC_L
pub const fn cir_idc_l(&self) -> &CIR_IDC_L
0x10 - CIR Transmit Idle Duration Threshold Low Bit Register
Sourcepub const fn cir_ticr_h(&self) -> &CIR_TICR_H
pub const fn cir_ticr_h(&self) -> &CIR_TICR_H
0x14 - CIR Transmit Idle Counter High Bit Register
Sourcepub const fn cir_ticr_l(&self) -> &CIR_TICR_L
pub const fn cir_ticr_l(&self) -> &CIR_TICR_L
0x18 - CIR Transmit Idle Counter Low Bit Register
Sourcepub const fn cir_dma_ctl(&self) -> &CIR_DMA_CTL
pub const fn cir_dma_ctl(&self) -> &CIR_DMA_CTL
0x34 - CIR DMA Control Register
Sourcepub const fn cir_txfifo(&self) -> &CIR_TXFIFO
pub const fn cir_txfifo(&self) -> &CIR_TXFIFO
0x80 - CIR Transmit FIFO Data Register
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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