pub struct R(_);
Expand description
Register OUT1_W1TC
reader
Implementations§
§impl R
impl R
pub fn out1_data_w1tc(&self) -> FieldReaderRaw<u8, u8>
pub fn out1_data_w1tc(&self) -> FieldReaderRaw<u8, u8>
Bits 0:7 - GPIO32~39 output value write 1 to clear
Methods from Deref<Target = R<OUT1_W1TC_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<OUT1_W1TC_SPEC>> for R
impl From<R<OUT1_W1TC_SPEC>> for R
§fn from(reader: R<OUT1_W1TC_SPEC>) -> R
fn from(reader: R<OUT1_W1TC_SPEC>) -> R
Converts to this type from the input type.