pub struct W(_);
Expand description
Register OUT_W1TC
writer
Implementations§
§impl W
impl W
pub fn out_data_w1tc(
&mut self
) -> FieldWriterRaw<'_, u32, OUT_W1TC_SPEC, u32, u32, Unsafe, 32, 0>
pub fn out_data_w1tc(
&mut self
) -> FieldWriterRaw<'_, u32, OUT_W1TC_SPEC, u32, u32, Unsafe, 32, 0>
Bits 0:31 - GPIO0~31 output value write 1 to clear
Methods from Deref<Target = W<OUT_W1TC_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.
Trait Implementations§
§impl From<W<OUT_W1TC_SPEC>> for W
impl From<W<OUT_W1TC_SPEC>> for W
§fn from(writer: W<OUT_W1TC_SPEC>) -> W
fn from(writer: W<OUT_W1TC_SPEC>) -> W
Converts to this type from the input type.