Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_i2c/include/hardware/
Di2c.h218 static inline i2c_hw_t *i2c_get_hw(i2c_inst_t *i2c) { in i2c_get_hw() function
371 return IC_TX_BUFFER_DEPTH - i2c_get_hw(i2c)->txflr; in i2c_get_write_available()
382 return i2c_get_hw(i2c)->rxflr; in i2c_get_read_available()
400 i2c_get_hw(i2c)->data_cmd = *src++; in i2c_write_raw_blocking()
418 *dst++ = (uint8_t)i2c_get_hw(i2c)->data_cmd; in i2c_read_raw_blocking()
432 i2c_hw_t *hw = i2c_get_hw(i2c); in i2c_read_byte_raw()
447 i2c_hw_t *hw = i2c_get_hw(i2c); in i2c_write_byte_raw()
/hal_rpi_pico-latest/src/rp2_common/pico_i2c_slave/
Di2c_slave.c22 i2c_hw_t *hw = i2c_get_hw(i2c); in __not_in_flash_func()
68 i2c_hw_t *hw = i2c_get_hw(i2c); in i2c_slave_init()
94 i2c_hw_t *hw = i2c_get_hw(i2c); in i2c_slave_deinit()