pub struct W(_);
Expand description
Register BIAS_CONF
writer
Implementations§
§impl W
impl W
pub fn dbg_atten(
&mut self
) -> FieldWriterRaw<'_, u32, BIAS_CONF_SPEC, u8, u8, Unsafe, 2, 24>
pub fn dbg_atten(
&mut self
) -> FieldWriterRaw<'_, u32, BIAS_CONF_SPEC, u8, u8, Unsafe, 2, 24>
Bits 24:25 - DBG_ATTEN
pub fn enb_sck_xtal(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 26>
pub fn enb_sck_xtal(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 26>
Bit 26 - ENB_SCK_XTAL
pub fn inc_heartbeat_refresh(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 27>
pub fn inc_heartbeat_refresh(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 27>
Bit 27 - INC_HEARTBEAT_REFRESH
pub fn dec_heartbeat_period(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 28>
pub fn dec_heartbeat_period(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 28>
Bit 28 - DEC_HEARTBEAT_PERIOD
pub fn inc_heartbeat_period(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 29>
pub fn inc_heartbeat_period(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 29>
Bit 29 - INC_HEARTBEAT_PERIOD
pub fn dec_heartbeat_width(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 30>
pub fn dec_heartbeat_width(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 30>
Bit 30 - DEC_HEARTBEAT_WIDTH
pub fn rst_bias_i2c(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 31>
pub fn rst_bias_i2c(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 31>
Bit 31 - RST_BIAS_I2C
Methods from Deref<Target = W<BIAS_CONF_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations§
§impl From<W<BIAS_CONF_SPEC>> for W
impl From<W<BIAS_CONF_SPEC>> for W
§fn from(writer: W<BIAS_CONF_SPEC>) -> W
fn from(writer: W<BIAS_CONF_SPEC>) -> W
Converts to this type from the input type.