pub struct W(_);
Expand description
Register EXT0
writer
Implementations§
§impl W
impl W
pub fn t_pp_time(
&mut self
) -> FieldWriterRaw<'_, u32, EXT0_SPEC, u16, u16, Unsafe, 12, 0>
pub fn t_pp_time(
&mut self
) -> FieldWriterRaw<'_, u32, EXT0_SPEC, u16, u16, Unsafe, 12, 0>
Bits 0:11 - page program delay time by system clock.
pub fn t_pp_shift(
&mut self
) -> FieldWriterRaw<'_, u32, EXT0_SPEC, u8, u8, Unsafe, 4, 16>
pub fn t_pp_shift(
&mut self
) -> FieldWriterRaw<'_, u32, EXT0_SPEC, u8, u8, Unsafe, 4, 16>
Bits 16:19 - page program delay time shift .
Methods from Deref<Target = W<EXT0_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.