pub struct W(_);
Expand description
Register FIFO_CONF
writer
Implementations§
source§impl W
impl W
sourcepub fn rxfifo_wm_thrhd(&mut self) -> RXFIFO_WM_THRHD_W<'_, 0>
pub fn rxfifo_wm_thrhd(&mut self) -> RXFIFO_WM_THRHD_W<'_, 0>
Bits 0:4 - reg_rxfifo_wm_thrhd
sourcepub fn txfifo_wm_thrhd(&mut self) -> TXFIFO_WM_THRHD_W<'_, 5>
pub fn txfifo_wm_thrhd(&mut self) -> TXFIFO_WM_THRHD_W<'_, 5>
Bits 5:9 - reg_txfifo_wm_thrhd
sourcepub fn nonfifo_en(&mut self) -> NONFIFO_EN_W<'_, 10>
pub fn nonfifo_en(&mut self) -> NONFIFO_EN_W<'_, 10>
Bit 10 - reg_nonfifo_en
sourcepub fn fifo_addr_cfg_en(&mut self) -> FIFO_ADDR_CFG_EN_W<'_, 11>
pub fn fifo_addr_cfg_en(&mut self) -> FIFO_ADDR_CFG_EN_W<'_, 11>
Bit 11 - reg_fifo_addr_cfg_en
sourcepub fn rx_fifo_rst(&mut self) -> RX_FIFO_RST_W<'_, 12>
pub fn rx_fifo_rst(&mut self) -> RX_FIFO_RST_W<'_, 12>
Bit 12 - reg_rx_fifo_rst
sourcepub fn tx_fifo_rst(&mut self) -> TX_FIFO_RST_W<'_, 13>
pub fn tx_fifo_rst(&mut self) -> TX_FIFO_RST_W<'_, 13>
Bit 13 - reg_tx_fifo_rst
sourcepub fn fifo_prt_en(&mut self) -> FIFO_PRT_EN_W<'_, 14>
pub fn fifo_prt_en(&mut self) -> FIFO_PRT_EN_W<'_, 14>
Bit 14 - reg_fifo_prt_en
Methods from Deref<Target = W<FIFO_CONF_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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