Struct esp32c2_hal::pac::ecc::mult_conf::R
pub struct R(_);
Expand description
Register MULT_CONF
reader
Implementations§
§impl R
impl R
pub fn key_length(&self) -> BitReaderRaw<bool>
pub fn key_length(&self) -> BitReaderRaw<bool>
Bit 2 - Set this bit to start receiving data
pub fn security_mode(&self) -> BitReaderRaw<bool>
pub fn security_mode(&self) -> BitReaderRaw<bool>
Bit 3 - Set this bit to enable slave receiver mode
pub fn verification_result(&self) -> BitReaderRaw<bool>
pub fn verification_result(&self) -> BitReaderRaw<bool>
Bit 8 - Reserve
Methods from Deref<Target = R<MULT_CONF_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<MULT_CONF_SPEC>> for R
impl From<R<MULT_CONF_SPEC>> for R
§fn from(reader: R<MULT_CONF_SPEC>) -> R
fn from(reader: R<MULT_CONF_SPEC>) -> R
Converts to this type from the input type.