[][src]Struct esp32::rtc_i2c::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub rtc_i2c_scl_low_period_reg: RTC_I2C_SCL_LOW_PERIOD_REG,
    pub rtc_i2c_ctrl_reg: RTC_I2C_CTRL_REG,
    pub rtc_i2c_debug_status_reg: RTC_I2C_DEBUG_STATUS_REG,
    pub rtc_i2c_timeout_reg: RTC_I2C_TIMEOUT_REG,
    pub rtc_i2c_slave_addr_reg: RTC_I2C_SLAVE_ADDR_REG,
    pub rtc_i2c_int_raw_reg: RTC_I2C_INT_RAW_REG,
    pub rtc_i2c_int_clr_reg: RTC_I2C_INT_CLR_REG,
    pub rtc_i2c_sda_duty_reg: RTC_I2C_SDA_DUTY_REG,
    pub rtc_i2c_scl_high_period_reg: RTC_I2C_SCL_HIGH_PERIOD_REG,
    pub rtc_i2c_scl_start_period_reg: RTC_I2C_SCL_START_PERIOD_REG,
    pub rtc_i2c_scl_stop_period_reg: RTC_I2C_SCL_STOP_PERIOD_REG,
    // some fields omitted
}

Register block

Fields

rtc_i2c_scl_low_period_reg: RTC_I2C_SCL_LOW_PERIOD_REG

0x00 - RTC_I2C_SCL_LOW_PERIOD_REG

rtc_i2c_ctrl_reg: RTC_I2C_CTRL_REG

0x04 - RTC_I2C_CTRL_REG

rtc_i2c_debug_status_reg: RTC_I2C_DEBUG_STATUS_REG

0x08 - RTC_I2C_DEBUG_STATUS_REG

rtc_i2c_timeout_reg: RTC_I2C_TIMEOUT_REG

0x0c - RTC_I2C_TIMEOUT_REG

rtc_i2c_slave_addr_reg: RTC_I2C_SLAVE_ADDR_REG

0x10 - RTC_I2C_SLAVE_ADDR_REG

rtc_i2c_int_raw_reg: RTC_I2C_INT_RAW_REG

0x20 - RTC_I2C_INT_RAW_REG

rtc_i2c_int_clr_reg: RTC_I2C_INT_CLR_REG

0x24 - RTC_I2C_INT_CLR_REG

rtc_i2c_sda_duty_reg: RTC_I2C_SDA_DUTY_REG

0x30 - RTC_I2C_SDA_DUTY_REG

rtc_i2c_scl_high_period_reg: RTC_I2C_SCL_HIGH_PERIOD_REG

0x38 - RTC_I2C_SCL_HIGH_PERIOD_REG

rtc_i2c_scl_start_period_reg: RTC_I2C_SCL_START_PERIOD_REG

0x40 - RTC_I2C_SCL_START_PERIOD_REG

rtc_i2c_scl_stop_period_reg: RTC_I2C_SCL_STOP_PERIOD_REG

0x44 - RTC_I2C_SCL_STOP_PERIOD_REG

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.