pub struct R(_);
Expand description
Register BIAS_CONF
reader
Implementations§
§impl R
impl R
pub fn enb_sck_xtal(&self) -> BitReaderRaw<bool>
pub fn enb_sck_xtal(&self) -> BitReaderRaw<bool>
Bit 26 - ENB_SCK_XTAL
pub fn inc_heartbeat_refresh(&self) -> BitReaderRaw<bool>
pub fn inc_heartbeat_refresh(&self) -> BitReaderRaw<bool>
Bit 27 - INC_HEARTBEAT_REFRESH
pub fn dec_heartbeat_period(&self) -> BitReaderRaw<bool>
pub fn dec_heartbeat_period(&self) -> BitReaderRaw<bool>
Bit 28 - DEC_HEARTBEAT_PERIOD
pub fn inc_heartbeat_period(&self) -> BitReaderRaw<bool>
pub fn inc_heartbeat_period(&self) -> BitReaderRaw<bool>
Bit 29 - INC_HEARTBEAT_PERIOD
pub fn dec_heartbeat_width(&self) -> BitReaderRaw<bool>
pub fn dec_heartbeat_width(&self) -> BitReaderRaw<bool>
Bit 30 - DEC_HEARTBEAT_WIDTH
pub fn rst_bias_i2c(&self) -> BitReaderRaw<bool>
pub fn rst_bias_i2c(&self) -> BitReaderRaw<bool>
Bit 31 - RST_BIAS_I2C
Methods from Deref<Target = R<BIAS_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<BIAS_CONF_SPEC>> for R
impl From<R<BIAS_CONF_SPEC>> for R
§fn from(reader: R<BIAS_CONF_SPEC>) -> R
fn from(reader: R<BIAS_CONF_SPEC>) -> R
Converts to this type from the input type.