pub struct R(_);Expand description
Register BIAS_CONF reader
Implementations
sourceimpl R
impl R
sourcepub fn dbg_atten(&self) -> DBG_ATTEN_R
pub fn dbg_atten(&self) -> DBG_ATTEN_R
Bits 24:25 - DBG_ATTEN
sourcepub fn enb_sck_xtal(&self) -> ENB_SCK_XTAL_R
pub fn enb_sck_xtal(&self) -> ENB_SCK_XTAL_R
Bit 26 - ENB_SCK_XTAL
sourcepub fn inc_heartbeat_refresh(&self) -> INC_HEARTBEAT_REFRESH_R
pub fn inc_heartbeat_refresh(&self) -> INC_HEARTBEAT_REFRESH_R
Bit 27 - INC_HEARTBEAT_REFRESH
sourcepub fn dec_heartbeat_period(&self) -> DEC_HEARTBEAT_PERIOD_R
pub fn dec_heartbeat_period(&self) -> DEC_HEARTBEAT_PERIOD_R
Bit 28 - DEC_HEARTBEAT_PERIOD
sourcepub fn inc_heartbeat_period(&self) -> INC_HEARTBEAT_PERIOD_R
pub fn inc_heartbeat_period(&self) -> INC_HEARTBEAT_PERIOD_R
Bit 29 - INC_HEARTBEAT_PERIOD
sourcepub fn dec_heartbeat_width(&self) -> DEC_HEARTBEAT_WIDTH_R
pub fn dec_heartbeat_width(&self) -> DEC_HEARTBEAT_WIDTH_R
Bit 30 - DEC_HEARTBEAT_WIDTH
sourcepub fn rst_bias_i2c(&self) -> RST_BIAS_I2C_R
pub fn rst_bias_i2c(&self) -> RST_BIAS_I2C_R
Bit 31 - RST_BIAS_I2C
Methods from Deref<Target = R<BIAS_CONF_SPEC>>
Trait Implementations
sourceimpl From<R<BIAS_CONF_SPEC>> for R
impl From<R<BIAS_CONF_SPEC>> for R
sourcefn from(reader: R<BIAS_CONF_SPEC>) -> Self
fn from(reader: R<BIAS_CONF_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more