pub struct W(/* private fields */);Expand description
Register ef_crc_ctrl_0 writer
Implementations§
Source§impl W
impl W
Sourcepub fn ef_crc_trig(&mut self) -> EF_CRC_TRIG_W<'_, 1>
pub fn ef_crc_trig(&mut self) -> EF_CRC_TRIG_W<'_, 1>
Bit 1
Sourcepub fn ef_crc_en(&mut self) -> EF_CRC_EN_W<'_, 2>
pub fn ef_crc_en(&mut self) -> EF_CRC_EN_W<'_, 2>
Bit 2
Sourcepub fn ef_crc_mode(&mut self) -> EF_CRC_MODE_W<'_, 3>
pub fn ef_crc_mode(&mut self) -> EF_CRC_MODE_W<'_, 3>
Bit 3
Sourcepub fn ef_crc_dout_inv_en(&mut self) -> EF_CRC_DOUT_INV_EN_W<'_, 5>
pub fn ef_crc_dout_inv_en(&mut self) -> EF_CRC_DOUT_INV_EN_W<'_, 5>
Bit 5
Sourcepub fn ef_crc_dout_endian(&mut self) -> EF_CRC_DOUT_ENDIAN_W<'_, 6>
pub fn ef_crc_dout_endian(&mut self) -> EF_CRC_DOUT_ENDIAN_W<'_, 6>
Bit 6
Sourcepub fn ef_crc_din_endian(&mut self) -> EF_CRC_DIN_ENDIAN_W<'_, 7>
pub fn ef_crc_din_endian(&mut self) -> EF_CRC_DIN_ENDIAN_W<'_, 7>
Bit 7
Sourcepub fn ef_crc_int_clr(&mut self) -> EF_CRC_INT_CLR_W<'_, 9>
pub fn ef_crc_int_clr(&mut self) -> EF_CRC_INT_CLR_W<'_, 9>
Bit 9
Sourcepub fn ef_crc_int_set(&mut self) -> EF_CRC_INT_SET_W<'_, 10>
pub fn ef_crc_int_set(&mut self) -> EF_CRC_INT_SET_W<'_, 10>
Bit 10
Sourcepub fn ef_crc_lock(&mut self) -> EF_CRC_LOCK_W<'_, 11>
pub fn ef_crc_lock(&mut self) -> EF_CRC_LOCK_W<'_, 11>
Bit 11
Sourcepub fn ef_crc_slp_n(&mut self) -> EF_CRC_SLP_N_W<'_, 16>
pub fn ef_crc_slp_n(&mut self) -> EF_CRC_SLP_N_W<'_, 16>
Bits 16:31
Methods from Deref<Target = W<EF_CRC_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