Home
last modified time | relevance | path

Searched refs:RESETS_RESET_I2C1_BITS (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/hardware_i2c/
Di2c.c20 reset_block(i2c == i2c0 ? RESETS_RESET_I2C0_BITS : RESETS_RESET_I2C1_BITS); in i2c_reset()
25 unreset_block_wait(i2c == i2c0 ? RESETS_RESET_I2C0_BITS : RESETS_RESET_I2C1_BITS); in i2c_unreset()
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2040/hardware_regs/include/hardware/regs/
Dresets.h185 #define RESETS_RESET_I2C1_BITS _u(0x00000010) macro