pub struct W(_);Expand description
Register CH2CONF1 writer
Implementations§
source§impl W
impl W
sourcepub fn mem_wr_rst(&mut self) -> MEM_WR_RST_W<'_, 1>
pub fn mem_wr_rst(&mut self) -> MEM_WR_RST_W<'_, 1>
Bit 1 - reg_mem_wr_rst_ch2.
sourcepub fn apb_mem_rst(&mut self) -> APB_MEM_RST_W<'_, 2>
pub fn apb_mem_rst(&mut self) -> APB_MEM_RST_W<'_, 2>
Bit 2 - reg_apb_mem_rst_ch2.
sourcepub fn mem_owner(&mut self) -> MEM_OWNER_W<'_, 3>
pub fn mem_owner(&mut self) -> MEM_OWNER_W<'_, 3>
Bit 3 - reg_mem_owner_ch2.
sourcepub fn rx_filter_en(&mut self) -> RX_FILTER_EN_W<'_, 4>
pub fn rx_filter_en(&mut self) -> RX_FILTER_EN_W<'_, 4>
Bit 4 - reg_rx_filter_en_ch2.
sourcepub fn rx_filter_thres(&mut self) -> RX_FILTER_THRES_W<'_, 5>
pub fn rx_filter_thres(&mut self) -> RX_FILTER_THRES_W<'_, 5>
Bits 5:12 - reg_rx_filter_thres_ch2.
sourcepub fn mem_rx_wrap_en(&mut self) -> MEM_RX_WRAP_EN_W<'_, 13>
pub fn mem_rx_wrap_en(&mut self) -> MEM_RX_WRAP_EN_W<'_, 13>
Bit 13 - reg_mem_rx_wrap_en_ch2.
sourcepub fn afifo_rst(&mut self) -> AFIFO_RST_W<'_, 14>
pub fn afifo_rst(&mut self) -> AFIFO_RST_W<'_, 14>
Bit 14 - reg_afifo_rst_ch2.
sourcepub fn conf_update(&mut self) -> CONF_UPDATE_W<'_, 15>
pub fn conf_update(&mut self) -> CONF_UPDATE_W<'_, 15>
Bit 15 - reg_conf_update_ch2.
Methods from Deref<Target = W<CH2CONF1_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