Struct esp32s3_hal::pac::spi1::ctrl2::R
pub struct R(_);
Expand description
Register CTRL2
reader
Implementations§
§impl R
impl R
pub fn sync_reset(&self) -> BitReaderRaw<bool>
pub fn sync_reset(&self) -> BitReaderRaw<bool>
Bit 31 - The FSM will be reset.
Methods from Deref<Target = R<CTRL2_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<CTRL2_SPEC>> for R
impl From<R<CTRL2_SPEC>> for R
§fn from(reader: R<CTRL2_SPEC>) -> R
fn from(reader: R<CTRL2_SPEC>) -> R
Converts to this type from the input type.