pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn tx_inst_cfg0(&self) -> &TX_INST_CFG0
pub const fn tx_inst_cfg0(&self) -> &TX_INST_CFG0
0x00 - Control and configuration registers
Sourcepub const fn tx_inst_cfg1(&self) -> &TX_INST_CFG1
pub const fn tx_inst_cfg1(&self) -> &TX_INST_CFG1
0x04 - Control and configuration registers
Sourcepub const fn rx_inst_cfg0(&self) -> &RX_INST_CFG0
pub const fn rx_inst_cfg0(&self) -> &RX_INST_CFG0
0x08 - Control and configuration registers
Sourcepub const fn rx_inst_cfg1(&self) -> &RX_INST_CFG1
pub const fn rx_inst_cfg1(&self) -> &RX_INST_CFG1
0x0c - Control and configuration registers
Sourcepub const fn tx_lut_cfg0(&self) -> &TX_LUT_CFG0
pub const fn tx_lut_cfg0(&self) -> &TX_LUT_CFG0
0x10 - Control and configuration registers
Sourcepub const fn tx_lut_cfg1(&self) -> &TX_LUT_CFG1
pub const fn tx_lut_cfg1(&self) -> &TX_LUT_CFG1
0x14 - Control and configuration registers
Sourcepub const fn rx_lut_cfg0(&self) -> &RX_LUT_CFG0
pub const fn rx_lut_cfg0(&self) -> &RX_LUT_CFG0
0x18 - Control and configuration registers
Sourcepub const fn rx_lut_cfg1(&self) -> &RX_LUT_CFG1
pub const fn rx_lut_cfg1(&self) -> &RX_LUT_CFG1
0x1c - Control and configuration registers
Sourcepub const fn tx_tailing_bits(&self) -> &TX_TAILING_BITS
pub const fn tx_tailing_bits(&self) -> &TX_TAILING_BITS
0x20 - Control and configuration registers
Sourcepub const fn rx_tailing_bits(&self) -> &RX_TAILING_BITS
pub const fn rx_tailing_bits(&self) -> &RX_TAILING_BITS
0x24 - Control and configuration registers
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