mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-26 12:19:34 +01:00
19 lines
694 B
Plaintext
19 lines
694 B
Plaintext
|
|
[mapping:i3c_driver]
|
||
|
|
archive: libesp_driver_i3c.a
|
||
|
|
entries:
|
||
|
|
if I3C_MASTER_ISR_CACHE_SAFE = y:
|
||
|
|
i3c_master: i3c_master_isr_handler_default (noflash)
|
||
|
|
i3c_master: s_do_dma_transaction (noflash)
|
||
|
|
i3c_master: handle_tx_data_buf_thld_int (noflash)
|
||
|
|
i3c_master: handle_transfer_complete_int (noflash)
|
||
|
|
i3c_master: handle_rx_data_buf_thld_int (noflash)
|
||
|
|
|
||
|
|
[mapping:i3c_driver_gdma]
|
||
|
|
archive: libesp_hw_support.a
|
||
|
|
entries:
|
||
|
|
if I3C_MASTER_ISR_CACHE_SAFE = y:
|
||
|
|
gdma_link: gdma_link_mount_buffers (noflash)
|
||
|
|
gdma_link: gdma_link_get_head_addr (noflash)
|
||
|
|
gdma: gdma_start (noflash)
|
||
|
|
gdma_link: gdma_link_count_buffer_size_till_eof (noflash)
|