pub struct W(_);
Expand description
Register EXT3
writer
Implementations§
§impl W
impl W
pub fn int_hold_ena(
&mut self
) -> FieldWriterRaw<'_, u32, EXT3_SPEC, u8, u8, Unsafe, 2, 0>
pub fn int_hold_ena(
&mut self
) -> FieldWriterRaw<'_, u32, EXT3_SPEC, u8, u8, Unsafe, 2, 0>
Bits 0:1 - This register is for two SPI masters to share the same cs clock and data signals. The bits of one SPI are set if the other SPI is busy the SPI will be hold. 1(3): hold at ¡°idle¡± phase 2: hold at ¡°prepare¡± phase.
Methods from Deref<Target = W<EXT3_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.