pub struct W(_);
Expand description
Register EXT1
writer
Implementations§
§impl W
impl W
pub fn t_erase_time(
&mut self
) -> FieldWriterRaw<'_, u32, EXT1_SPEC, u16, u16, Unsafe, 12, 0>
pub fn t_erase_time(
&mut self
) -> FieldWriterRaw<'_, u32, EXT1_SPEC, u16, u16, Unsafe, 12, 0>
Bits 0:11 - erase flash delay time by system clock.
pub fn t_erase_shift(
&mut self
) -> FieldWriterRaw<'_, u32, EXT1_SPEC, u8, u8, Unsafe, 4, 16>
pub fn t_erase_shift(
&mut self
) -> FieldWriterRaw<'_, u32, EXT1_SPEC, u8, u8, Unsafe, 4, 16>
Bits 16:19 - erase flash delay time shift.
pub fn t_erase_ena(
&mut self
) -> BitWriterRaw<'_, u32, EXT1_SPEC, bool, BitM, 31>
pub fn t_erase_ena(
&mut self
) -> BitWriterRaw<'_, u32, EXT1_SPEC, bool, BitM, 31>
Bit 31 - erase flash delay enable.
Methods from Deref<Target = W<EXT1_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.