Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/hardware_i2c/
A 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()
/external/platform/pico/rp2040/hardware_regs/include/hardware/regs/
A Dresets.h185 #define RESETS_RESET_I2C1_BITS _u(0x00000010) macro

Completed in 6 milliseconds