Type Alias rp2040_pac::i2c0::IC_CON

source ·
pub type IC_CON = Reg<IC_CON_SPEC>;
Expand description

IC_CON (rw) register accessor: I2C Control Register. This register can be written only when the DW_apb_i2c is disabled, which corresponds to the IC_ENABLE[0] register being set to 0. Writes at other times have no effect.

Read/Write Access: - bit 10 is read only. - bit 11 is read only - bit 16 is read only - bit 17 is read only - bits 18 and 19 are read only.

You can read this register and get ic_con::R. You can reset, write, write_with_zero this register using ic_con::W. You can also modify this register. See API.

For information about available fields see ic_con module

Aliased Type§

struct IC_CON { /* private fields */ }