pub struct W(/* private fields */);Expand description
Register ef_if_ctrl_0 writer
Implementations§
Source§impl W
impl W
Sourcepub fn ef_if_0_rw(&mut self) -> EF_IF_0_RW_W<'_, 3>
pub fn ef_if_0_rw(&mut self) -> EF_IF_0_RW_W<'_, 3>
Bit 3
Sourcepub fn ef_if_0_trig(&mut self) -> EF_IF_0_TRIG_W<'_, 4>
pub fn ef_if_0_trig(&mut self) -> EF_IF_0_TRIG_W<'_, 4>
Bit 4
Sourcepub fn ef_if_0_manual_en(&mut self) -> EF_IF_0_MANUAL_EN_W<'_, 5>
pub fn ef_if_0_manual_en(&mut self) -> EF_IF_0_MANUAL_EN_W<'_, 5>
Bit 5
Sourcepub fn ef_if_0_cyc_modify(&mut self) -> EF_IF_0_CYC_MODIFY_W<'_, 6>
pub fn ef_if_0_cyc_modify(&mut self) -> EF_IF_0_CYC_MODIFY_W<'_, 6>
Bit 6
Sourcepub fn ef_clk_sahb_data_sel(&mut self) -> EF_CLK_SAHB_DATA_SEL_W<'_, 7>
pub fn ef_clk_sahb_data_sel(&mut self) -> EF_CLK_SAHB_DATA_SEL_W<'_, 7>
Bit 7
Sourcepub fn ef_if_prot_code_ctrl(&mut self) -> EF_IF_PROT_CODE_CTRL_W<'_, 8>
pub fn ef_if_prot_code_ctrl(&mut self) -> EF_IF_PROT_CODE_CTRL_W<'_, 8>
Bits 8:15
Sourcepub fn ef_if_por_dig(&mut self) -> EF_IF_POR_DIG_W<'_, 16>
pub fn ef_if_por_dig(&mut self) -> EF_IF_POR_DIG_W<'_, 16>
Bit 16
Sourcepub fn ef_clk_sahb_data_gate(&mut self) -> EF_CLK_SAHB_DATA_GATE_W<'_, 17>
pub fn ef_clk_sahb_data_gate(&mut self) -> EF_CLK_SAHB_DATA_GATE_W<'_, 17>
Bit 17
Sourcepub fn ef_if_auto_rd_en(&mut self) -> EF_IF_AUTO_RD_EN_W<'_, 18>
pub fn ef_if_auto_rd_en(&mut self) -> EF_IF_AUTO_RD_EN_W<'_, 18>
Bit 18
Sourcepub fn ef_if_cyc_modify_lock(&mut self) -> EF_IF_CYC_MODIFY_LOCK_W<'_, 19>
pub fn ef_if_cyc_modify_lock(&mut self) -> EF_IF_CYC_MODIFY_LOCK_W<'_, 19>
Bit 19
Sourcepub fn ef_if_0_int_clr(&mut self) -> EF_IF_0_INT_CLR_W<'_, 21>
pub fn ef_if_0_int_clr(&mut self) -> EF_IF_0_INT_CLR_W<'_, 21>
Bit 21
Sourcepub fn ef_if_0_int_set(&mut self) -> EF_IF_0_INT_SET_W<'_, 22>
pub fn ef_if_0_int_set(&mut self) -> EF_IF_0_INT_SET_W<'_, 22>
Bit 22
Sourcepub fn ef_if_prot_code_cyc(&mut self) -> EF_IF_PROT_CODE_CYC_W<'_, 24>
pub fn ef_if_prot_code_cyc(&mut self) -> EF_IF_PROT_CODE_CYC_W<'_, 24>
Bits 24:31
Methods from Deref<Target = W<EF_IF_CTRL_0_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