Struct esp32s3_hal::pac::i2c0::scl_main_st_time_out::W
pub struct W(_);
Expand description
Register SCL_MAIN_ST_TIME_OUT
writer
Implementations
impl W
impl W
pub fn scl_main_st_to_i2c(
&mut self
) -> FieldWriterRaw<'_, u32, SCL_MAIN_ST_TIME_OUT_SPEC, u8, u8, Unsafe, 5, 0>
pub fn scl_main_st_to_i2c(
&mut self
) -> FieldWriterRaw<'_, u32, SCL_MAIN_ST_TIME_OUT_SPEC, u8, u8, Unsafe, 5, 0>
Bits 0:4 - The threshold value of SCL_MAIN_FSM state unchanged period.nIt should be o more than 23
Methods from Deref<Target = W<SCL_MAIN_ST_TIME_OUT_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<SCL_MAIN_ST_TIME_OUT_SPEC>> for W
impl From<W<SCL_MAIN_ST_TIME_OUT_SPEC>> for W
fn from(writer: W<SCL_MAIN_ST_TIME_OUT_SPEC>) -> W
fn from(writer: W<SCL_MAIN_ST_TIME_OUT_SPEC>) -> W
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