Struct esp32_hal::pac::gpio::cpusdio_int1::R
pub struct R(_);
Expand description
Register CPUSDIO_INT1
reader
Implementations§
§impl R
impl R
pub fn sdio_int_h(&self) -> FieldReaderRaw<u8, u8>
pub fn sdio_int_h(&self) -> FieldReaderRaw<u8, u8>
Bits 0:7 - SDIO’s extent GPIO32~39 interrupt
pub fn pin_pad_driver(&self) -> BitReaderRaw<bool>
pub fn pin_pad_driver(&self) -> BitReaderRaw<bool>
Bit 2
pub fn pin_int_type(&self) -> FieldReaderRaw<u8, u8>
pub fn pin_int_type(&self) -> FieldReaderRaw<u8, u8>
Bits 7:9
pub fn pin_wakeup_enable(&self) -> BitReaderRaw<bool>
pub fn pin_wakeup_enable(&self) -> BitReaderRaw<bool>
Bit 10
pub fn pin_config(&self) -> FieldReaderRaw<u8, u8>
pub fn pin_config(&self) -> FieldReaderRaw<u8, u8>
Bits 11:12
pub fn pin_int_ena(&self) -> FieldReaderRaw<u8, u8>
pub fn pin_int_ena(&self) -> FieldReaderRaw<u8, u8>
Bits 13:17
Methods from Deref<Target = R<CPUSDIO_INT1_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<CPUSDIO_INT1_SPEC>> for R
impl From<R<CPUSDIO_INT1_SPEC>> for R
§fn from(reader: R<CPUSDIO_INT1_SPEC>) -> R
fn from(reader: R<CPUSDIO_INT1_SPEC>) -> R
Converts to this type from the input type.