Module esp32s3::rtc_i2c

source ·
Expand description

Peripheral RTC_I2C

Modules

i2c commond0 register
i2c commond1 register
i2c commond2 register
i2c commond3 register
i2c commond4 register
i2c commond5_register
i2c commond6 register
i2c commond7 register
i2c commond8 register
i2c commond9 register
i2c commond10 register
i2c commond11 register
i2c commond12 register
i2c commond13 register
i2c commond14 register
i2c commond15 register
configure i2c ctrl
get i2c data status
version register
interrupt clear register
interrupt enable register
interrupt raw register
interrupt state register
configure high scl period
configure low scl period
configure scl start period
configure scl stop period
configure sda duty
configure slave id
get i2c status
configure time out

Structs

Register block

Type Definitions

CMD0 (rw) register accessor: an alias for Reg<CMD0_SPEC>
CMD1 (rw) register accessor: an alias for Reg<CMD1_SPEC>
CMD2 (rw) register accessor: an alias for Reg<CMD2_SPEC>
CMD3 (rw) register accessor: an alias for Reg<CMD3_SPEC>
CMD4 (rw) register accessor: an alias for Reg<CMD4_SPEC>
CMD5 (rw) register accessor: an alias for Reg<CMD5_SPEC>
CMD6 (rw) register accessor: an alias for Reg<CMD6_SPEC>
CMD7 (rw) register accessor: an alias for Reg<CMD7_SPEC>
CMD8 (rw) register accessor: an alias for Reg<CMD8_SPEC>
CMD9 (rw) register accessor: an alias for Reg<CMD9_SPEC>
CMD10 (rw) register accessor: an alias for Reg<CMD10_SPEC>
CMD11 (rw) register accessor: an alias for Reg<CMD11_SPEC>
CMD12 (rw) register accessor: an alias for Reg<CMD12_SPEC>
CMD13 (rw) register accessor: an alias for Reg<CMD13_SPEC>
CMD14 (rw) register accessor: an alias for Reg<CMD14_SPEC>
CMD15 (rw) register accessor: an alias for Reg<CMD15_SPEC>
CTRL (rw) register accessor: an alias for Reg<CTRL_SPEC>
DATA (rw) register accessor: an alias for Reg<DATA_SPEC>
DATE (rw) register accessor: an alias for Reg<DATE_SPEC>
INT_CLR (w) register accessor: an alias for Reg<INT_CLR_SPEC>
INT_ENA (rw) register accessor: an alias for Reg<INT_ENA_SPEC>
INT_RAW (r) register accessor: an alias for Reg<INT_RAW_SPEC>
INT_ST (r) register accessor: an alias for Reg<INT_ST_SPEC>
SCL_HIGH (rw) register accessor: an alias for Reg<SCL_HIGH_SPEC>
SCL_LOW (rw) register accessor: an alias for Reg<SCL_LOW_SPEC>
SCL_START_PERIOD (rw) register accessor: an alias for Reg<SCL_START_PERIOD_SPEC>
SCL_STOP_PERIOD (rw) register accessor: an alias for Reg<SCL_STOP_PERIOD_SPEC>
SDA_DUTY (rw) register accessor: an alias for Reg<SDA_DUTY_SPEC>
SLAVE_ADDR (rw) register accessor: an alias for Reg<SLAVE_ADDR_SPEC>
STATUS (r) register accessor: an alias for Reg<STATUS_SPEC>
TO (rw) register accessor: an alias for Reg<TO_SPEC>