Struct esp32_hal::pac::gpio::status_w1ts::R
pub struct R(_);
Expand description
Register STATUS_W1TS
reader
Implementations§
§impl R
impl R
pub fn status_int_w1ts(&self) -> FieldReaderRaw<u32, u32>
pub fn status_int_w1ts(&self) -> FieldReaderRaw<u32, u32>
Bits 0:31 - GPIO0~31 interrupt status write 1 to set
Methods from Deref<Target = R<STATUS_W1TS_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<STATUS_W1TS_SPEC>> for R
impl From<R<STATUS_W1TS_SPEC>> for R
§fn from(reader: R<STATUS_W1TS_SPEC>) -> R
fn from(reader: R<STATUS_W1TS_SPEC>) -> R
Converts to this type from the input type.