Home
last modified time | relevance | path

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

/lk-master/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()
/lk-master/external/platform/pico/rp2040/hardware_regs/include/hardware/regs/
A Dresets.h193 #define RESETS_RESET_I2C0_BITS 0x00000008 macro

Completed in 6 milliseconds