Struct esp32c2_hal::pac::spi0::din_num::R
pub struct R(_);
Expand description
Register DIN_NUM
reader
Implementations§
§impl R
impl R
pub fn din0_num(&self) -> BitReaderRaw<bool>
pub fn din0_num(&self) -> BitReaderRaw<bool>
Bit 0 - the input signals are delayed by system clock cycles, 0: delayed by 1 cycle, 1: delayed by 2 cycles,…
pub fn din1_num(&self) -> BitReaderRaw<bool>
pub fn din1_num(&self) -> BitReaderRaw<bool>
Bit 1 - the input signals are delayed by system clock cycles, 0: delayed by 1 cycle, 1: delayed by 2 cycles,…
Methods from Deref<Target = R<DIN_NUM_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<DIN_NUM_SPEC>> for R
impl From<R<DIN_NUM_SPEC>> for R
§fn from(reader: R<DIN_NUM_SPEC>) -> R
fn from(reader: R<DIN_NUM_SPEC>) -> R
Converts to this type from the input type.