mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
9 lines
289 B
Plaintext
9 lines
289 B
Plaintext
[mapping:i2c_driver]
|
|
archive: libdriver.a
|
|
entries:
|
|
if I2C_ISR_IRAM_SAFE = y:
|
|
i2c_master: s_i2c_send_command_async (noflash)
|
|
i2c_master: s_i2c_write_command (noflash)
|
|
i2c_master: s_i2c_read_command (noflash)
|
|
i2c_master: s_i2c_start_end_command (noflash)
|