From 46c0af70ba90eed2572c97532a5a404234259f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C=E8=8B=8F=E9=A3=9E=E6=BA=90=E2=80=9D?= Date: Fri, 14 Jul 2023 15:17:01 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E5=A2=9E=E5=8A=A0=E6=A0=A1=E5=87=86?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E5=9B=9E=E8=AF=BB=EF=BC=9B=202=E3=80=81?= =?UTF-8?q?=E5=B0=86ST=E8=A7=A6=E6=91=B8=E8=BD=AF=E4=BB=B6=E5=A4=8D?= =?UTF-8?q?=E4=BD=8D=E5=85=A8=E9=83=A8=E6=9B=B4=E6=94=B9=E4=B8=BA=E7=A1=AC?= =?UTF-8?q?=E4=BB=B6=E5=A4=8D=E4=BD=8D=EF=BC=9B=203=E3=80=81ST=20=E8=A7=A6?= =?UTF-8?q?=E6=91=B8=E6=8A=A5=E9=94=99F3=E5=90=8E=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E7=A1=AC=E4=BB=B6=E5=A4=8D=E4=BD=8D=EF=BC=8C=E6=97=A0=E9=9C=80?= =?UTF-8?q?=E5=88=A4=E6=96=AD=E6=98=AF=E5=90=A6=E6=98=AF=20F3=2002=2000?= =?UTF-8?q?=EF=BC=9B=204=E3=80=81=E4=BF=AE=E6=AD=A3=E6=8C=87=E7=BA=B9?= =?UTF-8?q?=E5=94=A4=E9=86=92=E5=BC=B9=E7=AA=97=E9=97=AE=E9=A2=98=EF=BC=9A?= =?UTF-8?q?=E5=B0=86app=5Ftp=5Fscreen=5Finit=E5=87=BD=E6=95=B0=E5=B1=8F?= =?UTF-8?q?=E8=94=BD=E3=80=82=205=E3=80=81=E5=A2=9E=E5=8A=A0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=E6=89=93=E5=8D=B0=E5=92=8CBIN=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 85 + project/EventRecorderStub.scvd | 9 + project/ISP568.uvprojx | 519 ++ project/Listings/CVWL568.map | 4825 +++++++++++++++ project/Listings/CVWL568_NoTP.map | 4683 ++++++++++++++ project/Listings/ISP568_S20P_20220819.map | 4945 +++++++++++++++ project/Listings/ISP568_S20P_20220822.map | 4945 +++++++++++++++ project/Listings/WL568_S20P.map | 5166 ++++++++++++++++ project/Listings/WL568_S20U.map | 5167 ++++++++++++++++ .../WL568_S20U_VSN667_V100_20230714.map | 5232 ++++++++++++++++ project/Objects/WL568_S20U.bin | Bin 0 -> 64052 bytes .../WL568_S20U_VSN667_V100_20230714.bin | Bin 0 -> 64468 bytes project/RTE/_CVWL518/RTE_Components.h | 21 + project/RTE/_ISP568/RTE_Components.h | 21 + src/app/demo/ap_demo.c | 5506 +++++++++++++++++ src/app/demo/ap_demo.h | 57 + src/app/demo/ap_demo_version.txt | 21 + src/app/demo/app_tp_for_custom_s8.h | 156 + src/app/demo/app_tp_phone_transfer_data_s8.h | 489 ++ src/app/demo/app_tp_screen_transfer_data_s8.h | 23 + src/app/demo/app_tp_st_touch.c | 572 ++ src/app/demo/app_tp_st_touch.h | 176 + src/app/demo/app_tp_transfer.c | 905 +++ src/app/demo/app_tp_transfer.h | 105 + src/app/main.c | 26 + src/app/test_cfg_global.h | 84 + src/board/board.c | 26 + src/board/board.h | 16 + src/board/startup/startup_ARMCM0.s | 226 + src/board/startup/system_ARMCM0.c | 52 + src/common/tau_common.h | 216 + src/common/tau_delay.h | 34 + src/common/tau_device_datatype.h | 167 + src/common/tau_dsi_datatype.h | 348 ++ src/common/tau_log.h | 83 + src/common/tau_operations.h | 229 + src/common/tau_queue.h | 54 + src/sdk/include/M0/ArmCM0.h | 211 + src/sdk/include/hal_dsi_rx_ctrl.h | 533 ++ src/sdk/include/hal_dsi_tx_ctrl.h | 275 + src/sdk/include/hal_gpio.h | 537 ++ src/sdk/include/hal_i2c_master.h | 73 + src/sdk/include/hal_i2c_slave.h | 152 + src/sdk/include/hal_pwm.h | 209 + src/sdk/include/hal_spi_master.h | 82 + src/sdk/include/hal_spi_slave.h | 181 + src/sdk/include/hal_swire.h | 75 + src/sdk/include/hal_system.h | 153 + src/sdk/include/hal_timer.h | 81 + src/sdk/include/hal_uart.h | 131 + src/sdk/include/hal_wdg.h | 94 + src/sdk/lib/CVWL568.lib | Bin 0 -> 643000 bytes src/sdk/lib/WL568_S20U_TP.lib | Bin 0 -> 104416 bytes src/sdk/sdk_version.h | 1 + 54 files changed, 47977 insertions(+) create mode 100644 .gitignore create mode 100644 project/EventRecorderStub.scvd create mode 100644 project/ISP568.uvprojx create mode 100644 project/Listings/CVWL568.map create mode 100644 project/Listings/CVWL568_NoTP.map create mode 100644 project/Listings/ISP568_S20P_20220819.map create mode 100644 project/Listings/ISP568_S20P_20220822.map create mode 100644 project/Listings/WL568_S20P.map create mode 100644 project/Listings/WL568_S20U.map create mode 100644 project/Listings/WL568_S20U_VSN667_V100_20230714.map create mode 100644 project/Objects/WL568_S20U.bin create mode 100644 project/Objects/WL568_S20U_VSN667_V100_20230714.bin create mode 100644 project/RTE/_CVWL518/RTE_Components.h create mode 100644 project/RTE/_ISP568/RTE_Components.h create mode 100644 src/app/demo/ap_demo.c create mode 100644 src/app/demo/ap_demo.h create mode 100644 src/app/demo/ap_demo_version.txt create mode 100644 src/app/demo/app_tp_for_custom_s8.h create mode 100644 src/app/demo/app_tp_phone_transfer_data_s8.h create mode 100644 src/app/demo/app_tp_screen_transfer_data_s8.h create mode 100644 src/app/demo/app_tp_st_touch.c create mode 100644 src/app/demo/app_tp_st_touch.h create mode 100644 src/app/demo/app_tp_transfer.c create mode 100644 src/app/demo/app_tp_transfer.h create mode 100644 src/app/main.c create mode 100644 src/app/test_cfg_global.h create mode 100644 src/board/board.c create mode 100644 src/board/board.h create mode 100644 src/board/startup/startup_ARMCM0.s create mode 100644 src/board/startup/system_ARMCM0.c create mode 100644 src/common/tau_common.h create mode 100644 src/common/tau_delay.h create mode 100644 src/common/tau_device_datatype.h create mode 100644 src/common/tau_dsi_datatype.h create mode 100644 src/common/tau_log.h create mode 100644 src/common/tau_operations.h create mode 100644 src/common/tau_queue.h create mode 100644 src/sdk/include/M0/ArmCM0.h create mode 100644 src/sdk/include/hal_dsi_rx_ctrl.h create mode 100644 src/sdk/include/hal_dsi_tx_ctrl.h create mode 100644 src/sdk/include/hal_gpio.h create mode 100644 src/sdk/include/hal_i2c_master.h create mode 100644 src/sdk/include/hal_i2c_slave.h create mode 100644 src/sdk/include/hal_pwm.h create mode 100644 src/sdk/include/hal_spi_master.h create mode 100644 src/sdk/include/hal_spi_slave.h create mode 100644 src/sdk/include/hal_swire.h create mode 100644 src/sdk/include/hal_system.h create mode 100644 src/sdk/include/hal_timer.h create mode 100644 src/sdk/include/hal_uart.h create mode 100644 src/sdk/include/hal_wdg.h create mode 100644 src/sdk/lib/CVWL568.lib create mode 100644 src/sdk/lib/WL568_S20U_TP.lib create mode 100644 src/sdk/sdk_version.h diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..243d6b9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,85 @@ +# A .gitignore for Keil projects. +# Taken mostly from http://www.keil.com/support/man/docs/uv4/uv4_b_filetypes.htm + +# User-specific uVision files +*.opt +*.uvopt +*.uvoptx +*.uvgui +*.uvgui.* +*.uvguix.* + +# Listing files +#*.cod +#*.map +#*.m51 +#*.m66 +*._ip +*.i +*.lst +*/Listings/*.txt + +# define exception below if needed +*.scr + +# Object and HEX files +*.axf +*.b[0-3][0-9] +*.hex +*.d +*.crf +*.elf +*.hex +*.h86 +*.obj +*.o +*.sbr +*.htm + +# Build files +# define exception below if needed +*.bat +*._ia +*.__i +*._ii + +# Generated output files +/Listings/* +/Objects/* + +# Debugger files +# define exception below if needed +*.ini + +# Other files +*.build_log.htm +*.cdb +*.dep +*.ic +*.lin +*.lnp +*.orc +# define exception below if needed +*.pack +# define exception below if needed +*.pdsc +*.plg +# define exception below if needed +*.sct +*.sfd +*.sfr + +# Miscellaneous +*.tra +*.fed +*.l1p +*.l2p +*.iex + + +/si/ +!*.bin +!*.map + +# To explicitly override the above, define any exceptions here; e.g.: +# !my_customized_scatter_file.sct diff --git a/project/EventRecorderStub.scvd b/project/EventRecorderStub.scvd new file mode 100644 index 0000000..2956b29 --- /dev/null +++ b/project/EventRecorderStub.scvd @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/project/ISP568.uvprojx b/project/ISP568.uvprojx new file mode 100644 index 0000000..865e61d --- /dev/null +++ b/project/ISP568.uvprojx @@ -0,0 +1,519 @@ + + + + 2.1 + +
### uVision Project, (C) Keil Software
+ + + + ISP568 + 0x4 + ARM-ADS + 5060750::V5.06 update 6 (build 750)::ARMCC + 5060750::V5.06 update 6 (build 750)::ARMCC + 0 + + + ARMCM0 + ARM + ARM.CMSIS.5.5.1 + http://www.keil.com/pack/ + IRAM(0x20000000,0x00020000) IROM(0x00000000,0x00040000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE + + + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000) + 0 + $$Device:ARMCM0$Device\ARM\ARMCM0\Include\ARMCM0.h + + + + + + + + + + $$Device:ARMCM0$Device\ARM\SVD\ARMCM0.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\Objects\ + WL568_S20U_VSN667_V100_20230714 + 1 + 0 + 1 + 1 + 1 + .\Listings\ + 1 + 0 + 1 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 1 + 0 + fromelf --bin -o .\Objects\@L.bin .\Objects\@L.axf + .\Out\gen_cfg.BAT + 0 + 0 + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + SARMCM3.DLL + + DARMCM1.DLL + -pCM0 + SARMCM3.DLL + + TARMCM1.DLL + -pCM0 + + + + 1 + 0 + 0 + 0 + 16 + + + + + 1 + 0 + 0 + 1 + 1 + 4096 + + 1 + BIN\UL2CM3.DLL + "" () + + + + + 0 + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + "Cortex-M0" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 16 + 1 + 1 + 0 + 0 + 4 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 1 + 1 + 0 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x20000 + + + 1 + 0x0 + 0x40000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x2000 + + + 1 + 0x10000 + 0x10000 + + + 0 + 0x70000 + 0xf0 + + + 0 + 0x70100 + 0xd0 + + + 0 + 0x701d0 + 0x7e30 + + + 0 + 0x20000000 + 0x20000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 2 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 0 + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + + + ISP_568 + + ..\src;..\src\board;..\src\common;..\src\sdk\include;..\src\app\demo;..\src\sdk\include\M0;..\src\app;..\src\unittest;..\src\app\s8p + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + + + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x20000000 + + + + + + + + + + + + + app + + + main.c + 1 + ..\src\app\main.c + + + ap_demo.c + 1 + ..\src\app\demo\ap_demo.c + + + app_tp_transfer.c + 1 + ..\src\app\demo\app_tp_transfer.c + + + ap_demo_version.txt + 5 + ..\src\app\demo\ap_demo_version.txt + + + app_tp_st_touch.c + 1 + ..\src\app\demo\app_tp_st_touch.c + + + + + driver + + + CVWL568.lib + 4 + ..\src\sdk\lib\CVWL568.lib + + + WL568_S20U_TP.lib + 4 + ..\src\sdk\lib\WL568_S20U_TP.lib + + + + + board + + + board.c + 1 + ..\src\board\board.c + + + + + startup + + + startup_ARMCM0.s + 2 + ..\src\board\startup\startup_ARMCM0.s + + + 2 + 0 + 0 + 0 + 0 + 1 + 2 + 2 + 2 + 2 + 11 + + + 1 + + + + 2 + 2 + 2 + 2 + 2 + 2 + 2 + 2 + 2 + 2 + + + + + + + + + + + + + + ::CMSIS + + + + + + + + + + + + + + + + + + RTE\Device\ARMCM0\startup_ARMCM0.s + + + + + + RTE\Device\ARMCM0\system_ARMCM0.c + + + + + + + +
diff --git a/project/Listings/CVWL568.map b/project/Listings/CVWL568.map new file mode 100644 index 0000000..3837d7a --- /dev/null +++ b/project/Listings/CVWL568.map @@ -0,0 +1,4825 @@ +Component: ARM Compiler 5.06 update 6 (build 750) Tool: armlink [4d35ed] + +============================================================================== + +Section Cross References + + main.o(i.main) refers to board.o(i.board_Init) for board_Init + main.o(i.main) refers to ap_demo.o(i.ap_demo) for ap_demo + ap_demo.o(i.Gpio_LED_ON_output) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + ap_demo.o(i.Gpio_LED_ON_output) refers to tau_delay.o(i.delayMs) for delayMs + ap_demo.o(i.Gpio_LED_ON_output) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + ap_demo.o(i.Gpio_LED_ON_output) refers to tau_delay.o(i.delayUs) for delayUs + ap_demo.o(i.Gpio_swire_output) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + ap_demo.o(i.Gpio_swire_output) refers to tau_delay.o(i.delayUs) for delayUs + ap_demo.o(i.Gpio_swire_output) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + ap_demo.o(i.ap_dcs_read) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) for hal_dsi_rx_ctrl_get_max_ret_size + ap_demo.o(i.ap_dcs_read) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) for hal_dsi_rx_ctrl_send_ack_cmd + ap_demo.o(i.ap_dcs_read) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_dcs_read) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_demo) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.open_mipi_rx) for open_mipi_rx + ap_demo.o(i.ap_demo) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.init_mipi_tx) for init_mipi_tx + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.app_tp_init) for app_tp_init + ap_demo.o(i.ap_demo) refers to hal_timer.o(i.hal_timer_init) for hal_timer_init + ap_demo.o(i.ap_demo) refers to hal_timer.o(i.hal_timer_start) for hal_timer_start + ap_demo.o(i.ap_demo) refers to hal_gpio.o(i.hal_gpio_set_ap_reset_int) for hal_gpio_set_ap_reset_int + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.tx_display_on) for tx_display_on + ap_demo.o(i.ap_demo) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) for hal_dsi_rx_ctrl_dsc_async_handler + ap_demo.o(i.ap_demo) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) for hal_dsi_tx_ctrl_stop + ap_demo.o(i.ap_demo) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) for hal_dsi_tx_ctrl_deinit + ap_demo.o(i.ap_demo) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) for hal_dsi_rx_ctrl_stop + ap_demo.o(i.ap_demo) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) for hal_dsi_rx_ctrl_deinit + ap_demo.o(i.ap_demo) refers to hal_swire.o(i.hal_swire_open) for hal_swire_open + ap_demo.o(i.ap_demo) refers to hal_timer.o(i.hal_timer_stop) for hal_timer_stop + ap_demo.o(i.ap_demo) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + ap_demo.o(i.ap_demo) refers to hal_system.o(i.hal_system_set_vcc) for hal_system_set_vcc + ap_demo.o(i.ap_demo) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_demo) refers to app_tp_for_custom_s8.o(.data) for tp_sleep_count + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.soft_timer3_cb) for soft_timer3_cb + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.ap_reset_cb) for ap_reset_cb + ap_demo.o(i.ap_get_reg_ca) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_get_reg_df) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_reset_cb) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_reset_cb) refers to hal_system.o(i.hal_system_set_pvd) for hal_system_set_pvd + ap_demo.o(i.ap_reset_cb) refers to hal_system.o(i.hal_system_set_vcc) for hal_system_set_vcc + ap_demo.o(i.ap_set_backlight) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + ap_demo.o(i.ap_set_backlight) refers to idiv.o(.text) for __aeabi_idivmod + ap_demo.o(i.ap_set_backlight) refers to uidiv.o(.text) for __aeabi_uidivmod + ap_demo.o(i.ap_set_backlight) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.ap_set_backlight) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_set_display_off) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_display_on) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_enter_sleep_mode) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) for hal_dsi_rx_ctrl_set_sw_tear_mode + ap_demo.o(i.ap_set_enter_sleep_mode) refers to ap_demo.o(i.Gpio_swire_output) for Gpio_swire_output + ap_demo.o(i.ap_set_enter_sleep_mode) refers to tau_delay.o(i.delayMs) for delayMs + ap_demo.o(i.ap_set_enter_sleep_mode) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + ap_demo.o(i.ap_set_enter_sleep_mode) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.ap_set_enter_sleep_mode) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) for hal_dsi_tx_ctrl_panel_reset_pin + ap_demo.o(i.ap_set_enter_sleep_mode) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_enter_sleep_mode) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_set_exit_sleep_mode) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_exit_sleep_mode) refers to ap_demo.o(.data) for .data + ap_demo.o(i.init_mipi_tx) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) for hal_dsi_tx_ctrl_create_handle + ap_demo.o(i.init_mipi_tx) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) for hal_dsi_tx_ctrl_init + ap_demo.o(i.init_mipi_tx) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) for hal_dsi_tx_ctrl_set_overwrite_rgb + ap_demo.o(i.init_mipi_tx) refers to ap_demo.o(.data) for .data + ap_demo.o(i.init_panel) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + ap_demo.o(i.init_panel) refers to ap_demo.o(i.tx_panel_reset) for tx_panel_reset + ap_demo.o(i.init_panel) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) for hal_dsi_tx_ctrl_enter_init_panel_mode + ap_demo.o(i.init_panel) refers to ap_demo.o(i.send_panel_init_code) for send_panel_init_code + ap_demo.o(i.init_panel) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.init_panel) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) for hal_dsi_rx_ctrl_set_hw_tear_mode + ap_demo.o(i.init_panel) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + ap_demo.o(i.init_panel) refers to tau_delay.o(i.delayMs) for delayMs + ap_demo.o(i.init_panel) refers to ap_demo.o(i.Gpio_swire_output) for Gpio_swire_output + ap_demo.o(i.init_panel) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) for hal_dsi_tx_ctrl_exit_init_panel_mode + ap_demo.o(i.init_panel) refers to ap_demo.o(.constdata) for .constdata + ap_demo.o(i.init_panel) refers to ap_demo.o(.data) for .data + ap_demo.o(i.open_mipi_rx) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) for hal_dsi_rx_ctrl_create_handle + ap_demo.o(i.open_mipi_rx) refers to memcpya.o(.text) for __aeabi_memcpy4 + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) for hal_dsi_rx_ctrl_pre_init_pps + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) for hal_dsi_rx_ctrl_init + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) for hal_dsi_rx_ctrl_set_cus_sync_line + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) for hal_dsi_rx_ctrl_set_cus_scld_filter + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) for hal_dsi_rx_ctrl_start + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(.data) for .data + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(.constdata) for .constdata + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(i.ap_dcs_read) for ap_dcs_read + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(i.pps_update_handle) for pps_update_handle + ap_demo.o(i.pps_update_handle) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) for hal_dsi_rx_ctrl_set_sw_tear_mode + ap_demo.o(i.pps_update_handle) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) for hal_dsi_rx_ctrl_toggle_resolution + ap_demo.o(i.pps_update_handle) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) for hal_dsi_rx_ctrl_set_cus_scld_filter + ap_demo.o(i.pps_update_handle) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) for hal_dsi_rx_ctrl_set_hw_tear_mode + ap_demo.o(i.pps_update_handle) refers to ap_demo.o(.data) for .data + ap_demo.o(i.send_panel_init_code) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) for hal_dsi_tx_ctrl_write_array_cmd + ap_demo.o(i.send_panel_init_code) refers to tau_delay.o(i.delayUs) for delayUs + ap_demo.o(i.soft_timer3_cb) refers to hal_timer.o(i.hal_timer_start) for hal_timer_start + ap_demo.o(i.soft_timer3_cb) refers to app_tp_for_custom_s8.o(.data) for tp_sleep_count + ap_demo.o(i.tx_display_on) refers to ap_demo.o(i.init_panel) for init_panel + ap_demo.o(i.tx_display_on) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) for hal_dsi_tx_ctrl_start + ap_demo.o(i.tx_display_on) refers to ap_demo.o(.data) for .data + ap_demo.o(i.tx_panel_reset) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) for hal_dsi_tx_ctrl_panel_reset_pin + ap_demo.o(i.tx_panel_reset) refers to tau_delay.o(i.delayMs) for delayMs + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_display_on) for ap_set_display_on + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_display_off) for ap_set_display_off + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_get_reg_df) for ap_get_reg_df + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_get_reg_ca) for ap_get_reg_ca + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_backlight) for ap_set_backlight + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_enter_sleep_mode) for ap_set_enter_sleep_mode + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_exit_sleep_mode) for ap_set_exit_sleep_mode + app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) refers to app_tp_for_custom_s8.o(.data) for .data + app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) refers to ap_demo.o(.data) for phone_start_flag + app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) refers to app_tp_for_custom_s8.o(.constdata) for .constdata + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_const) refers to app_tp_transfer.o(i.app_tp_screen_init) for app_tp_screen_init + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_const) refers to app_tp_for_custom_s8.o(.data) for .data + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) refers to uidiv.o(.text) for __aeabi_uidivmod + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) refers to app_tp_for_custom_s8.o(.data) for .data + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) refers to app_tp_for_custom_s8.o(.bss) for .bss + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_1 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_2 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_3 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_4 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_5 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_6 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_7 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_point_data + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_point_back + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_coord_data + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_coord_back + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(i.app_tp_m_read) for app_tp_m_read + app_tp_transfer.o(i.S20_Start_init) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_transfer.o(i.S20_Start_init) refers to tau_delay.o(i.delayMs) for delayMs + app_tp_transfer.o(i.S20_Start_init) refers to hal_gpio.o(i.hal_gpio_get_input_data) for hal_gpio_get_input_data + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(i.app_tp_m_write) for app_tp_m_write + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(i.app_tp_screen_int_init) for app_tp_screen_int_init + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_for_custom_s8.o(.data) for screen_reg_int_data + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.S20_Start_init) refers to ap_demo.o(.data) for phone_start_flag + app_tp_transfer.o(i.app_tp_i2cs_callback) refers to app_tp_transfer.o(i.app_tp_transfer_phone) for app_tp_transfer_phone + app_tp_transfer.o(i.app_tp_init) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + app_tp_transfer.o(i.app_tp_init) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + app_tp_transfer.o(i.app_tp_init) refers to hal_gpio.o(i.hal_gpio_init_input) for hal_gpio_init_input + app_tp_transfer.o(i.app_tp_init) refers to hal_i2c_master.o(i.hal_i2c_m_dma_init) for hal_i2c_m_dma_init + app_tp_transfer.o(i.app_tp_init) refers to hal_i2c_slave.o(i.hal_i2c_s_init) for hal_i2c_s_init + app_tp_transfer.o(i.app_tp_init) refers to hal_i2c_slave.o(i.hal_i2c_s_set_transfer) for hal_i2c_s_set_transfer + app_tp_transfer.o(i.app_tp_init) refers to hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) for hal_i2c_s_nonblocking_read + app_tp_transfer.o(i.app_tp_init) refers to app_tp_for_custom_s8.o(.data) for g_phone_output_int_pad + app_tp_transfer.o(i.app_tp_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.app_tp_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_rst_pad + app_tp_transfer.o(i.app_tp_init) refers to app_tp_transfer.o(i.app_tp_i2cs_callback) for app_tp_i2cs_callback + app_tp_transfer.o(i.app_tp_init) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.app_tp_m_read) refers to hal_i2c_master.o(i.hal_i2c_m_dma_read) for hal_i2c_m_dma_read + app_tp_transfer.o(i.app_tp_m_transfer_complate) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_transfer.o(i.app_tp_m_write) refers to hal_i2c_master.o(i.hal_i2c_m_dma_write) for hal_i2c_m_dma_write + app_tp_transfer.o(i.app_tp_phone_clear_reset_on) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_phone_reset_on) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_s_read) refers to hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) for hal_i2c_s_nonblocking_read + app_tp_transfer.o(i.app_tp_s_transfer_complate) refers to hal_i2c_slave.o(i.hal_i2c_s_write_complate) for hal_i2c_s_write_complate + app_tp_transfer.o(i.app_tp_s_transfer_complate) refers to hal_i2c_slave.o(i.hal_i2c_s_read_complate) for hal_i2c_s_read_complate + app_tp_transfer.o(i.app_tp_s_write) refers to hal_i2c_slave.o(i.hal_i2c_s_dma_write) for hal_i2c_s_dma_write + app_tp_transfer.o(i.app_tp_screen_init) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + app_tp_transfer.o(i.app_tp_screen_init) refers to tau_delay.o(i.delayUs) for delayUs + app_tp_transfer.o(i.app_tp_screen_init) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + app_tp_transfer.o(i.app_tp_screen_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_rst_pad + app_tp_transfer.o(i.app_tp_screen_int_callback) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_ctrl_eint) for hal_gpio_ctrl_eint + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_init_eint) for hal_gpio_init_eint + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_reg_eint_cb) for hal_gpio_reg_eint_cb + app_tp_transfer.o(i.app_tp_screen_int_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.app_tp_screen_int_init) refers to app_tp_transfer.o(i.app_tp_screen_int_callback) for app_tp_screen_int_callback + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) for app_tp_phone_analysis_data + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_transfer.o(i.app_tp_s_read) for app_tp_s_read + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_transfer.o(i.app_tp_s_write) for app_tp_s_write + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_transfer.o(i.app_tp_m_transfer_complate) for app_tp_m_transfer_complate + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to hal_spi_master.o(i.hal_spi_m_clear_rxfifo) for hal_spi_m_clear_rxfifo + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_transfer.o(i.S20_Start_init) for S20_Start_init + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_for_custom_s8.o(.constdata) for screen_reg_start_data_size + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to ap_demo.o(.data) for phone_start_flag + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_transfer_screen_const) for app_tp_transfer_screen_const + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_screen_int_lvl_low) for app_tp_screen_int_lvl_low + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_m_transfer_complate) for app_tp_m_transfer_complate + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to hal_spi_master.o(i.hal_spi_m_clear_rxfifo) for hal_spi_m_clear_rxfifo + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_m_read) for app_tp_m_read + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to tau_delay.o(i.delayMs) for delayMs + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to hal_gpio.o(i.hal_gpio_get_input_data) for hal_gpio_get_input_data + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) for app_tp_screen_analysis_int + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_for_custom_s8.o(.data) for screen_reg_int_data + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.app_tp_transfer_screen_start) refers to app_tp_transfer.o(i.app_tp_transfer_screen_const) for app_tp_transfer_screen_const + app_tp_transfer.o(i.app_tp_transfer_screen_start) refers to app_tp_transfer.o(.data) for .data + board.o(i.board_Init) refers to hal_system.o(i.hal_system_init) for hal_system_init + board.o(i.board_Init) refers to hal_system.o(i.hal_system_enable_systick) for hal_system_enable_systick + board.o(i.board_Init) refers to hal_system.o(i.hal_system_init_console) for hal_system_init_console + startup_armcm0.o(RESET) refers to startup_armcm0.o(STACK) for __initial_sp + startup_armcm0.o(RESET) refers to startup_armcm0.o(.text) for Reset_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.HardFault_Handler) for HardFault_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SysTick_Handler) for SysTick_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.VIDC_IRQn_Handler) for VIDC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.LCDC_IRQn_Handler) for LCDC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.MIPI_RX_IRQn_Handler) for MIPI_RX_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.MIPI_TX_IRQn_Handler) for MIPI_TX_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.MEMC_IRQn_Handler) for MEMC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.VPRE_IRQn_Handler) for VPRE_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.FLSCTRL_IRQn_Handler) for FLSCTRL_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.DMA_IRQn_Handler) for DMA_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER0_IRQn_Handler) for TIMER0_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER1_IRQn_Handler) for TIMER1_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER2_IRQn_Handler) for TIMER2_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER3_IRQn_Handler) for TIMER3_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.WDG_IRQn_Handler) for WDG_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.UART_IRQn_Handler) for UART_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.I2C0_IRQn_Handler) for I2C0_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.I2C1_IRQn_Handler) for I2C1_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SPIS_IRQn_Handler) for SPIS_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SPIM_IRQn_Handler) for SPIM_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.ADC_IRQn_Handler) for ADC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.PWMDET_IRQn_Handler) for PWMDET_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SWIRE_IRQn_Handler) for SWIRE_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.AP_NRESET_IRQn_Handler) for AP_NRESET_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT0_IRQn_Handler) for EXTI_INT0_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT1_IRQn_Handler) for EXTI_INT1_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT2_IRQn_Handler) for EXTI_INT2_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT3_IRQn_Handler) for EXTI_INT3_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT4_IRQn_Handler) for EXTI_INT4_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT5_IRQn_Handler) for EXTI_INT5_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT6_IRQn_Handler) for EXTI_INT6_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT7_IRQn_Handler) for EXTI_INT7_IRQn_Handler + startup_armcm0.o(.text) refers to entry.o(.ARM.Collect$$$$00000000) for __main + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to dadd.o(.text) for __aeabi_dadd + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to drv_vidc.o(i.drv_vidc_set_scld_step) for drv_vidc_set_scld_step + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to drv_vidc.o(i.drv_vidc_set_module_enable) for drv_vidc_set_module_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_draw_mode_init) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) for dcs_packet_get_fifo_header + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) for dcs_packet_free_fifo_header + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to drv_rxbr.o(i.drv_rxbr_set_inten) for drv_rxbr_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_pg_cfg) for drv_dsi_rx_set_ddi_pg_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_crgu.o(i.drv_crgu_set_rxbr_src) for drv_crgu_set_rxbr_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_crgu.o(i.drv_crgu_set_rxbr_div) for drv_crgu_set_rxbr_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_pg_cfg) for drv_dsi_rx_set_ipi_pg_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) refers to drv_memc.o(i.drv_memc_gen_a_tear_signal) for drv_memc_gen_a_tear_signal + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_compressen_en) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) for drv_dsi_rx_get_compression_en + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_max_ret_size) for drv_dsi_rx_get_max_ret_size + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_rxbr_src) for drv_crgu_set_rxbr_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_rxbr_div) for drv_crgu_set_rxbr_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) for drv_dsi_rx_set_ddi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) for drv_dsi_rx_calc_ipi_tx_delay + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_cfg) for drv_dsi_rx_set_ipi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_dsco_src) for drv_crgu_set_dsco_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_dsco_src_div) for drv_crgu_set_dsco_src_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_dsc_core_div) for drv_crgu_set_dsc_core_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_vidc_src) for drv_crgu_set_vidc_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_fb_src) for drv_crgu_set_fb_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_fb_div) for drv_crgu_set_fb_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) for hal_dsi_rx_ctrl_init_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_init_rx) for hal_internal_vsync_init_rx + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) for hal_dsi_rx_ctrl_init_dsi_rx + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) for hal_dsi_rx_ctrl_init_rxbr + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_dsc_dec.o(i.drv_dsc_dec_enable) for drv_dsc_dec_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) for drv_dsc_dec_set_u8_pps + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_dsc_dec.o(i.drv_dsc_dec_disable) for drv_dsc_dec_disable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) for hal_dsi_rx_ctrl_init_vidc + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) for hal_dsi_rx_ctrl_init_memc + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_chip_info.o(i.drv_chip_rx_init_done) for drv_chip_rx_init_done + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_rxbr_src) for drv_crgu_set_rxbr_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_rxbr_div) for drv_crgu_set_rxbr_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dsco_src) for drv_crgu_set_dsco_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dsco_src_div) for drv_crgu_set_dsco_src_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dsc_core_div) for drv_crgu_set_dsc_core_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_fb_src) for drv_crgu_set_fb_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_fb_div) for drv_crgu_set_fb_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_vidc_src) for drv_crgu_set_vidc_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ctrl_cfg) for drv_dsi_rx_set_ctrl_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) for drv_dsi_rx_set_ddi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) for drv_dsi_rx_calc_ipi_tx_delay + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_cfg) for drv_dsi_rx_set_ipi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) for drv_dsi_rx_set_up_phy + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) for drv_dsi_rx_set_lane_swap + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_inten) for drv_dsi_rx_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) for drv_dsi_rx_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_data_mode) for drv_memc_set_data_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_ltpo_mode) for drv_memc_set_ltpo_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_rate_transfer_sel) for drv_memc_rate_transfer_sel + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_fs_en_conditions) for drv_memc_set_fs_en_conditions + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_lcdc_st_conditions) for drv_memc_set_lcdc_st_conditions + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_sel_vsync) for drv_memc_sel_vsync + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_vidc_sync_cnt) for drv_memc_set_vidc_sync_cnt + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_waveform) for drv_memc_set_tear_waveform + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_double_buffer) for drv_memc_set_double_buffer + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_active_height) for drv_memc_set_active_height + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_inten) for drv_memc_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_enable_irq) for drv_memc_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_color_format) for drv_rxbr_set_color_format + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) for drv_rxbr_frame_drop_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_ltpo_drop_th) for drv_rxbr_set_ltpo_drop_th + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_usr_cfg) for drv_rxbr_set_usr_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_usr_col) for drv_rxbr_set_usr_col + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_usr_row) for drv_rxbr_set_usr_row + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_hline_rcv_cfg) for drv_rxbr_hline_rcv_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_inten) for drv_rxbr_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_enable_irq) for drv_rxbr_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) for hal_internal_vsync_set_auto_hw_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_src_parameter) for drv_vidc_set_src_parameter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_pentile_swap) for drv_vidc_set_pentile_swap + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_dst_parameter) for drv_vidc_set_dst_parameter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_init_module_enable) for drv_vidc_init_module_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_rotation) for drv_vidc_set_rotation + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to dadd.o(.text) for __aeabi_dadd + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_step) for drv_vidc_set_scld_step + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_param_init.o(i.drv_param_init_get_scld_filter_h) for drv_param_init_get_scld_filter_h + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_param_init.o(i.drv_param_init_get_scld_filter_v) for drv_param_init_get_scld_filter_v + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef0) for drv_vidc_set_scld_hcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef1) for drv_vidc_set_scld_hcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef0) for drv_vidc_set_scld_vcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef1) for drv_vidc_set_scld_vcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_p2r_hinitr) for drv_vidc_set_p2r_hinitr + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_p2r_hinitb) for drv_vidc_set_p2r_hinitb + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_param_init.o(i.drv_param_p2r_filter_init) for drv_param_p2r_filter_init + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_p2r_hcoef0) for drv_vidc_set_p2r_hcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_mirror) for drv_vidc_set_mirror + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_pu_ctrl) for drv_vidc_set_pu_ctrl + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_irqen) for drv_vidc_set_irqen + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_enable_irq) for drv_vidc_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) for drv_dsc_dec_convert_pps_rc_parameter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_release_handle) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to drv_dsi_rx.o(i.drv_dsi_rx_shut_down) for drv_dsi_rx_shut_down + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) for hal_dsi_rx_ctrl_init + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_internal_vsync.o(i.hal_internal_vsync_get_tx_state) for hal_internal_vsync_get_tx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) for hal_dsi_rx_ctrl_start + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) refers to drv_rxbr.o(i.drv_rxbr_set_ack_pkt_header) for drv_rxbr_set_ack_pkt_header + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) refers to hal_dsi_rx_ctrl.o(.conststring) for .conststring + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_auto_hw_filter) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) for hal_internal_vsync_set_auto_hw_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_auto_hw_filter) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) for drv_dsi_rx_set_ddi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef0) for drv_vidc_set_scld_hcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef1) for drv_vidc_set_scld_hcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef0) for drv_vidc_set_scld_vcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef1) for drv_vidc_set_scld_vcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_param_init.o(i.drv_param_init_set_scld_filter) for drv_param_init_set_scld_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) for hal_internal_vsync_set_sync_line + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) refers to drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) for drv_rxbr_hline_rcv0_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_dcs_direct_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode) for hal_internal_vsync_set_dcs_direct_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_cmd_filter) refers to drv_rxbr.o(i.drv_rxbr_set_cmd_filter) for drv_rxbr_set_cmd_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_cmd_filter) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) for hal_internal_vsync_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format) refers to drv_vidc.o(i.drv_vidc_update_src_format) for drv_vidc_update_src_format + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format) refers to drv_vidc.o(i.drv_vidc_set_pentile_swap) for drv_vidc_set_pentile_swap + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dflti.o(.text) for __aeabi_i2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dmul.o(.text) for __aeabi_dmul + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to ddiv.o(.text) for __aeabi_ddiv + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dfixi.o(.text) for __aeabi_d2iz + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) for hal_internal_vsync_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_te_waveform) refers to drv_memc.o(i.drv_memc_set_tear_waveform) for drv_memc_set_tear_waveform + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_te_waveform) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_tear_mode_ex) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) for hal_internal_vsync_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to drv_dsi_rx.o(i.drv_dsi_rx_power_up) for drv_dsi_rx_power_up + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to drv_dsi_rx.o(i.drv_dsi_rx_shut_down) for drv_dsi_rx_shut_down + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_memc.o(i.drv_memc_rate_transfer_sel) for drv_memc_rate_transfer_sel + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_memc.o(i.drv_memc_sel_vsync) for drv_memc_sel_vsync + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) for drv_rxbr_frame_drop_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) for drv_rxbr_hline_rcv0_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) refers to hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) for hal_internal_sync_input_resolution_change + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to ffltui.o(.text) for __aeabi_ui2f + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fscalb.o(.text) for __ARM_scalbnf + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fdiv.o(.text) for __aeabi_fdiv + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fmul.o(.text) for __aeabi_fmul + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to idiv.o(.text) for __aeabi_idivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fflti.o(.text) for __aeabi_i2f + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to ffixi.o(.text) for __aeabi_f2iz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to f2d.o(.text) for __aeabi_f2d + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to ceil.o(i.ceil) for ceil + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to dfixi.o(.text) for __aeabi_d2iz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fadd.o(.text) for __aeabi_fadd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_video_chunk) for drv_dsi_tx_set_video_chunk + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_video_timing) for drv_dsi_tx_set_video_timing + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to ffltui.o(.text) for __aeabi_ui2f + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to fmul.o(.text) for __aeabi_fmul + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to fdiv.o(.text) for __aeabi_fdiv + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to f2d.o(.text) for __aeabi_f2d + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to ceil.o(i.ceil) for ceil + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to fadd.o(.text) for __aeabi_fadd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to drv_phy_common.o(i.drv_phy_get_para) for drv_phy_get_para + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to dfixi.o(.text) for __aeabi_d2iz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to idiv.o(.text) for __aeabi_idivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to ffixui.o(.text) for __aeabi_f2uiz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to drv_crgu.o(i.drv_crgu_config_reset_modules) for drv_crgu_config_reset_modules + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) for drv_dsi_tx_command_mode_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_mode) for drv_dsi_tx_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_ulps_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) for drv_dsi_tx_phy_ulps_enter + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) for drv_dsi_tx_command_mode_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_mode) for drv_dsi_tx_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) refers to hal_dsi_tx_ctrl.o(.data) for .data + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_ulps_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) for drv_dsi_tx_phy_ulps_exit + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) for hal_dsi_tx_ctrl_init_clk + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_init_tx) for hal_internal_vsync_init_tx + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) for hal_dsi_tx_count_lane_rate + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) for hal_dsi_tx_init_phy_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) for hal_dsi_tx_phy_test_setup + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) for hal_lcdc_init_clk + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) for hal_lcdc_init_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) for hal_dsi_tx_init_dpi_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) for hal_dsi_tx_init_data_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) for hal_dsi_tx_init_remains + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) for hal_dsi_tx_init_interrupt + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ready) for drv_dsi_tx_phy_status_ready + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to drv_dsi_tx.o(i.drv_dsi_tx_powerup) for drv_dsi_tx_powerup + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) for hal_dsi_tx_send_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_bta) for drv_dsi_tx_set_bta + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_get_payload) for drv_dsi_tx_command_get_payload + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to memcpya.o(.text) for __aeabi_memcpy + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_release_handle) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) refers to drv_param_init.o(i.drv_param_init_set_ccm) for drv_param_init_set_ccm + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) refers to drv_lcdc.o(i.drv_lcdc_config_int_single) for drv_lcdc_config_int_single + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_endianness) refers to drv_lcdc.o(i.drv_lcdc_config_endianness) for drv_lcdc_config_endianness + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_escape_clock_div) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) for drv_dsi_tx_set_esc_div + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_lp_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) for drv_dsi_tx_video_mode_set_lp_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite_rgb) for drv_lcdc_config_overwrite_rgb + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) refers to drv_lcdc.o(i.drv_lcdc_config_partial_display_enable) for drv_lcdc_config_partial_display_enable + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) refers to drv_lcdc.o(i.drv_lcdc_config_partial_display_area) for drv_lcdc_config_partial_display_area + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_vpg) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_vpg) for drv_dsi_tx_set_vpg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) for drv_dsi_tx_config_eotp + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) for drv_dsi_tx_phy_clock_lane_req_hs + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_enable_shadow_reg) for drv_lcdc_enable_shadow_reg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_set_video_hw_mode) for drv_lcdc_set_video_hw_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_start) for drv_lcdc_start + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_lcdc.o(i.drv_lcdc_start) for drv_lcdc_start + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_lcdc.o(i.drv_lcdc_set_int) for drv_lcdc_set_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_int) for drv_dsi_tx_set_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_dsi_tx.o(i.drv_dsi_tx_shutdown) for drv_dsi_tx_shutdown + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) for hal_dsi_tx_send_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) for drv_dsi_tx_command_put_payload + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) for hal_dsi_tx_send_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) for drv_dsi_tx_command_put_payload + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_mode) for drv_dsi_tx_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_edpi_cmd_size) for drv_dsi_tx_edpi_cmd_size + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) for hal_dsi_tx_init_video_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to hal_dsi_tx_ctrl.o(.data) for .data + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_dpi_mode) for drv_dsi_tx_dpi_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_dpi_polarity) for drv_dsi_tx_dpi_polarity + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_dpi_lpcmd_time) for drv_dsi_tx_dpi_lpcmd_time + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_int) for drv_dsi_tx_set_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) refers to drv_dsi_tx.o(i.drv_dsi_tx_config_int) for drv_dsi_tx_config_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_lane_mode) for drv_dsi_tx_phy_lane_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_time_cfg) for drv_dsi_tx_phy_time_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_response_mode) for drv_dsi_tx_response_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) for drv_dsi_tx_set_esc_div + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_time_out_div) for drv_dsi_tx_set_time_out_div + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_timeout_cfg) for drv_dsi_tx_timeout_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) for drv_dsi_tx_config_eotp + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) for drv_dsi_tx_phy_clock_lane_req_hs + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_auto_lp) for drv_dsi_tx_phy_clock_lane_auto_lp + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_cfg) for drv_dsi_tx_video_mode_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_bta_ack) for drv_dsi_tx_set_bta_ack + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) for drv_dsi_tx_video_mode_set_lp_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_disable_hact_cmd) for drv_dsi_tx_video_mode_disable_hact_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) for hal_dsi_tx_calc_video_chunks + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_get_data) refers to hal_dsi_tx_ctrl.o(.constdata) for .constdata + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_phy_common.o(i.drv_phy_get_para) for drv_phy_get_para + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_get_data) for hal_dsi_tx_phy_test_get_data + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_enter) for drv_tx_phy_test_enter + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_crgu.o(i.drv_crgu_set_mipi_ref_src) for drv_crgu_set_mipi_ref_src + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_crgu.o(i.drv_crgu_set_mipi_cfg_src) for drv_crgu_set_mipi_cfg_src + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_clear) for drv_tx_phy_test_clear + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) for drv_tx_phy_test_write_1_byte + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) for drv_tx_phy_test_write_2_byte + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_code) for drv_tx_phy_test_write_code + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_exit) for drv_tx_phy_test_exit + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_header) for drv_dsi_tx_command_header + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) for drv_dsi_tx_phy_status_stopstate + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) refers to drv_param_init.o(i.drv_param_init_get_ccm) for drv_param_init_get_ccm + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) refers to drv_lcdc.o(i.drv_lcdc_config_ccm) for drv_lcdc_config_ccm + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_disp_mode) for drv_lcdc_config_disp_mode + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_edpi_mode) for drv_lcdc_config_edpi_mode + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_endianness) for drv_lcdc_config_endianness + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_thresh) for drv_lcdc_config_thresh + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_dpi_polarity) for drv_lcdc_config_dpi_polarity + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_src_parameter) for drv_lcdc_config_src_parameter + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to dadd.o(.text) for __aeabi_dadd + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) for hal_dsi_tx_ctrl_set_partial_disp_area + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) for hal_dsi_tx_ctrl_set_partial_disp + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to drv_lcdc.o(i.drv_lcdc_config_scale_up_step) for drv_lcdc_config_scale_up_step + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) for drv_lcdc_config_scale_up_coef + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) for hal_lcdc_config_upscaler + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) for hal_lcdc_config_ccm + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) for hal_lcdc_config_rgb_to_pentile + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) for hal_lcdc_config_remains + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) for hal_lcdc_init_interrupt + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to ffltui.o(.text) for __aeabi_ui2f + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dpi_pre_div) for drv_crgu_set_dpi_pre_div + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dpi_pre_src) for drv_crgu_set_dpi_pre_src + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dpi_mux_src) for drv_crgu_set_dpi_mux_src + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to fmul.o(.text) for __aeabi_fmul + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to fdiv.o(.text) for __aeabi_fdiv + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to f2d.o(.text) for __aeabi_f2d + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to ceil.o(i.ceil) for ceil + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_lcdc.o(i.drv_lcdc_config_dpi_timing) for drv_lcdc_config_dpi_timing + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_lcdc_div) for drv_crgu_set_lcdc_div + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_lcdc_src) for drv_crgu_set_lcdc_src + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) for hal_internal_vsync_get_sync_line + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to drv_lcdc.o(i.drv_lcdc_set_int) for drv_lcdc_set_int + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to drv_lcdc.o(i.drv_lcdc_ctrl_flow) for drv_lcdc_ctrl_flow + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to drv_lcdc.o(i.drv_lcdc_config_int) for drv_lcdc_config_int + hal_gpio.o(i.hal_gpio_ctrl_eint) refers to drv_gpio.o(i.drv_gpio_set_int) for drv_gpio_set_int + hal_gpio.o(i.hal_gpio_ctrl_eint) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_get_input_data) refers to drv_gpio.o(i.drv_gpio_get_input_data) for drv_gpio_get_input_data + hal_gpio.o(i.hal_gpio_get_int_type) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_get_pull_state) refers to drv_gpio.o(i.drv_gpio_get_pull_state) for drv_gpio_get_pull_state + hal_gpio.o(i.hal_gpio_get_pull_state) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_gpio.o(i.drv_gpio_set_ioe) for drv_gpio_set_ioe + hal_gpio.o(i.hal_gpio_init_eint) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_gpio_group) for drv_sys_cfg_sel_gpio_group + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_int_trig) for drv_sys_cfg_sel_int_trig + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_gpio.o(i.hal_gpio_init_eint) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_init_input) refers to drv_gpio.o(i.drv_gpio_set_ioe) for drv_gpio_set_ioe + hal_gpio.o(i.hal_gpio_init_input) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_gpio.o(i.hal_gpio_init_input) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_init_output) refers to hal_gpio.o(i.drv_gpio_set_output_data) for drv_gpio_set_output_data + hal_gpio.o(i.hal_gpio_init_output) refers to drv_gpio.o(i.drv_gpio_set_ioe) for drv_gpio_set_ioe + hal_gpio.o(i.hal_gpio_init_output) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_gpio.o(i.hal_gpio_init_output) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_reg_eint_cb) refers to drv_gpio.o(i.drv_gpio_register_callback) for drv_gpio_register_callback + hal_gpio.o(i.hal_gpio_reg_eint_cb) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_gpio.o(i.drv_gpio_register_ap_reset_callback) for drv_gpio_register_ap_reset_callback + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) for drv_sys_cfg_sel_ap_rst_trig + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + hal_gpio.o(i.hal_gpio_set_driving_strength) refers to drv_gpio.o(i.drv_gpio_set_driving_strength) for drv_gpio_set_driving_strength + hal_gpio.o(i.hal_gpio_set_driving_strength) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode3) for drv_gpio_set_mode3 + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode2) for drv_gpio_set_mode2 + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode1) for drv_gpio_set_mode1 + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode0) for drv_gpio_set_mode0 + hal_gpio.o(i.hal_gpio_set_mode) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_output_data) refers to hal_gpio.o(i.drv_gpio_set_output_data) for drv_gpio_set_output_data + hal_gpio.o(i.hal_gpio_set_pull_state) refers to drv_gpio.o(i.drv_gpio_set_pull_state) for drv_gpio_set_pull_state + hal_gpio.o(i.hal_gpio_set_pull_state) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_schmitt_trigger) refers to drv_gpio.o(i.drv_gpio_set_schmitt_trigger) for drv_gpio_set_schmitt_trigger + hal_gpio.o(i.hal_gpio_set_schmitt_trigger) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_slew_rate) refers to drv_gpio.o(i.drv_gpio_set_slew_rate) for drv_gpio_set_slew_rate + hal_gpio.o(i.hal_gpio_set_slew_rate) refers to hal_gpio.o(.constdata) for .constdata + hal_swire.o(i.hal_swire_deinit) refers to drv_swire.o(i.drv_swire_enable) for drv_swire_enable + hal_swire.o(i.hal_swire_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_swire.o(i.hal_swire_init) refers to drv_crgu.o(i.drv_crgu_set_swire_div) for drv_crgu_set_swire_div + hal_swire.o(i.hal_swire_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_swire.o(i.hal_swire_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_swire.o(i.hal_swire_init) refers to drv_swire.o(i.drv_swire_enable) for drv_swire_enable + hal_swire.o(i.hal_swire_open) refers to drv_swire.o(i.drv_swire_set_power_down) for drv_swire_set_power_down + hal_swire.o(i.hal_swire_register_callback) refers to drv_swire.o(i.drv_swire_register_callback) for drv_swire_register_callback + hal_swire.o(i.hal_swire_start) refers to drv_swire.o(i.drv_swire_set_int) for drv_swire_set_int + hal_swire.o(i.hal_swire_start) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_swire.o(i.hal_swire_start) refers to drv_swire.o(i.drv_swire_set_bit_time) for drv_swire_set_bit_time + hal_swire.o(i.hal_swire_start) refers to drv_swire.o(i.drv_swire_set_pulse_count) for drv_swire_set_pulse_count + hal_swire.o(i.hal_swire_start) refers to drv_common.o(.data) for g_system_clock + hal_system.o(i.hal_system_deep_sleep_mode) refers to drv_pwr.o(i.drv_pwr_enter_deep_sleep_mode) for drv_pwr_enter_deep_sleep_mode + hal_system.o(i.hal_system_disable_systick) refers to drv_common.o(i.drv_common_disable_systick) for drv_common_disable_systick + hal_system.o(i.hal_system_enable_systick) refers to drv_common.o(i.drv_common_enable_systick) for drv_common_enable_systick + hal_system.o(i.hal_system_flash_read) refers to norflash.o(i.norflash_init) for norflash_init + hal_system.o(i.hal_system_flash_read) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + hal_system.o(i.hal_system_flash_read) refers to norflash.o(i.norflash_read) for norflash_read + hal_system.o(i.hal_system_flash_read) refers to drv_fls.o(i.fls_de_init) for fls_de_init + hal_system.o(i.hal_system_flash_read) refers to hal_system.o(i.cvt_check_cgf_is_valid) for cvt_check_cgf_is_valid + hal_system.o(i.hal_system_flash_write) refers to norflash.o(i.norflash_init) for norflash_init + hal_system.o(i.hal_system_flash_write) refers to hal_system.o(i.cvt_cfg_packet) for cvt_cfg_packet + hal_system.o(i.hal_system_flash_write) refers to norflash.o(i.norflash_erase_block) for norflash_erase_block + hal_system.o(i.hal_system_flash_write) refers to norflash.o(i.norflash_write) for norflash_write + hal_system.o(i.hal_system_flash_write) refers to drv_fls.o(i.fls_de_init) for fls_de_init + hal_system.o(i.hal_system_get_tick) refers to drv_common.o(i.drv_common_get_tick) for drv_common_get_tick + hal_system.o(i.hal_system_idle_mode) refers to drv_common.o(i.drv_common_idle_mode) for drv_common_idle_mode + hal_system.o(i.hal_system_init) refers to drv_pwr.o(i.drv_pwr_set_system_clk_src) for drv_pwr_set_system_clk_src + hal_system.o(i.hal_system_init) refers to drv_crgu.o(i.drv_crgu_set_ahb_src) for drv_crgu_set_ahb_src + hal_system.o(i.hal_system_init) refers to drv_crgu.o(i.drv_crgu_set_ahb_pre_div) for drv_crgu_set_ahb_pre_div + hal_system.o(i.hal_system_init) refers to irq_redirect .o(i.handle_init) for handle_init + hal_system.o(i.hal_system_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_all_int) for drv_sys_cfg_clear_all_int + hal_system.o(i.hal_system_init) refers to drv_common.o(i.drv_common_system_init) for drv_common_system_init + hal_system.o(i.hal_system_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_system.o(i.hal_system_init) refers to drv_crgu.o(i.drv_crgu_clear_all_reset_flags) for drv_crgu_clear_all_reset_flags + hal_system.o(i.hal_system_init) refers to drv_pwr.o(i.drv_pwr_set_pvd_mode) for drv_pwr_set_pvd_mode + hal_system.o(i.hal_system_init) refers to drv_common.o(.data) for g_system_clock + hal_system.o(i.hal_system_init_console) refers to hal_uart.o(i.hal_uart_init) for hal_uart_init + hal_system.o(i.hal_system_register_systick_cb) refers to drv_common.o(i.drv_common_systick_register_cb) for drv_common_systick_register_cb + hal_system.o(i.hal_system_set_pvd) refers to drv_pwr.o(i.drv_pwr_set_pvd_mode) for drv_pwr_set_pvd_mode + hal_system.o(i.hal_system_set_vcc) refers to drv_pwr.o(i.drv_pwr_set_cp_mode) for drv_pwr_set_cp_mode + hal_system.o(i.hal_system_share_flash_mode) refers to drv_fls.o(i.drv_fls_gpio_connect) for drv_fls_gpio_connect + hal_system.o(i.hal_system_share_flash_mode) refers to drv_fls.o(i.drv_fls_gpio_disconnect) for drv_fls_gpio_disconnect + hal_system.o(i.hal_system_sleep_mode) refers to drv_crgu.o(i.drv_crgu_config_clocks) for drv_crgu_config_clocks + hal_timer.o(i.hal_timer_deinit) refers to drv_timer.o(i.drv_timer_enable) for drv_timer_enable + hal_timer.o(i.hal_timer_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_timer.o(i.hal_timer_get_status) refers to drv_timer.o(i.drv_timer_get_current_count) for drv_timer_get_current_count + hal_timer.o(i.hal_timer_get_status) refers to drv_timer.o(i.drv_timer_get_match) for drv_timer_get_match + hal_timer.o(i.hal_timer_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_timer.o(i.hal_timer_init) refers to drv_timer.o(i.drv_timer_set_prescaler) for drv_timer_set_prescaler + hal_timer.o(i.hal_timer_init) refers to drv_timer.o(i.drv_timer_enable) for drv_timer_enable + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_register_callback) for drv_timer_register_callback + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_get_prescaler) for drv_timer_get_prescaler + hal_timer.o(i.hal_timer_start) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_set_match) for drv_timer_set_match + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_set_current_count) for drv_timer_set_current_count + hal_timer.o(i.hal_timer_start) refers to drv_common.o(.data) for g_system_clock + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_register_callback) for drv_timer_register_callback + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_set_match) for drv_timer_set_match + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_set_current_count) for drv_timer_set_current_count + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_master.o(i.drv_i2c_master_init) for drv_i2c_master_init + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_master.o(i.drv_i2c_m_set_callback) for drv_i2c_m_set_callback + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_master.o(i.drv_i2c_m_enable_intr) for drv_i2c_m_enable_intr + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_dma.o(i.drv_i2c_dma_init) for drv_i2c_dma_init + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_dma.o(i.drv_i2c_enable_rx_dma) for drv_i2c_enable_rx_dma + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_dma.o(i.drv_i2c_enable_tx_dma) for drv_i2c_enable_tx_dma + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to hal_i2c_master.o(i.hal_i2c_master_irq_callback) for hal_i2c_master_irq_callback + hal_i2c_master.o(i.hal_i2c_m_dma_read) refers to drv_i2c_dma.o(i.drv_i2c_master_read_dma) for drv_i2c_master_read_dma + hal_i2c_master.o(i.hal_i2c_m_dma_read) refers to hal_i2c_master.o(.data) for .data + hal_i2c_master.o(i.hal_i2c_m_dma_write) refers to drv_i2c_dma.o(i.drv_i2c_master_write_dma) for drv_i2c_master_write_dma + hal_i2c_master.o(i.hal_i2c_m_dma_write) refers to hal_i2c_master.o(.data) for .data + hal_i2c_master.o(i.hal_i2c_m_set_high_impedance) refers to drv_i2c_master.o(i.drv_i2c_m_enable) for drv_i2c_m_enable + hal_i2c_master.o(i.hal_i2c_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_master.o(i.hal_i2c_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + hal_i2c_master.o(i.hal_i2c_m_transfer_complate) refers to hal_i2c_master.o(.data) for .data + hal_i2c_master.o(i.hal_i2c_master_irq_callback) refers to drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) for drv_i2c_m_clear_it_pending_bit + hal_i2c_master.o(i.hal_i2c_master_irq_callback) refers to hal_i2c_master.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_dma_user_callback) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_dma_write) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + hal_i2c_slave.o(i.hal_i2c_s_dma_write) refers to drv_i2c_dma.o(i.drv_i2c_slave_write_dma) for drv_i2c_slave_write_dma + hal_i2c_slave.o(i.hal_i2c_s_dma_write) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_get_tx_byte_num) refers to drv_i2c_slave.o(i.drv_i2c_s_get_tx_byte_num) for drv_i2c_s_get_tx_byte_num + hal_i2c_slave.o(i.hal_i2c_s_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_slave.o(i.drv_i2c_slave_init) for drv_i2c_slave_init + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_slave.o(i.drv_i2c_s_set_callback) for drv_i2c_s_set_callback + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_slave.o(i.drv_i2c_s_enable_intr) for drv_i2c_s_enable_intr + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_dma.o(i.drv_i2c_dma_init) for drv_i2c_dma_init + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) for drv_i2c_set_dma_irq_callback + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_dma.o(i.drv_i2c_enable_tx_dma) for drv_i2c_enable_tx_dma + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + hal_i2c_slave.o(i.hal_i2c_s_init) refers to hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) for hal_i2c_slave_irq_callback + hal_i2c_slave.o(i.hal_i2c_s_init) refers to hal_i2c_slave.o(i.hal_i2c_s_dma_user_callback) for hal_i2c_s_dma_user_callback + hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_read_complate) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_read_complate_clear) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_read_data) refers to drv_i2c_slave.o(i.drv_i2c_s_read_data) for drv_i2c_s_read_data + hal_i2c_slave.o(i.hal_i2c_s_rxfifo_notempty) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + hal_i2c_slave.o(i.hal_i2c_s_set_dma_tx_cycle) refers to drv_dma.o(i.drv_dma_enable_cycle) for drv_dma_enable_cycle + hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance) refers to drv_i2c_slave.o(i.drv_i2c_s_enable) for drv_i2c_s_enable + hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + hal_i2c_slave.o(i.hal_i2c_s_set_transfer) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_write_complate) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_write_data) refers to drv_i2c_slave.o(i.drv_i2c_s_write_data) for drv_i2c_s_write_data + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) for drv_i2c_s_clear_it_pending_bit + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(i.drv_i2c_s_write_data) for drv_i2c_s_write_data + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(.data) for tx_byte_num + hal_spi_master.o(i.hal_spi_m_callback) refers to drv_spi_dma.o(i.drv_spi_abort_dma) for drv_spi_abort_dma + hal_spi_master.o(i.hal_spi_m_callback) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_clear_rxfifo) refers to drv_spi_master.o(i.drv_spi_m_read_data) for drv_spi_m_read_data + hal_spi_master.o(i.hal_spi_m_dma_init) refers to hal_spi_master.o(i.hal_spi_m_gpio_init) for hal_spi_m_gpio_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_master.o(i.drv_spi_master_init) for drv_spi_master_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_dma_init) for drv_spi_dma_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_dma_ch6_init) for drv_spi_dma_ch6_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) for drv_spi_set_dma_irq_callback + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) for drv_spi_set_dma_ch6_irq_callback + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) for drv_sys_cfg_set_dma_rx_req + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_master.o(i.drv_spi_m_enable_rx_dma) for drv_spi_m_enable_rx_dma + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + hal_spi_master.o(i.hal_spi_m_dma_init) refers to hal_spi_master.o(i.hal_spi_m_callback) for hal_spi_m_callback + hal_spi_master.o(i.hal_spi_m_dma_read) refers to drv_spi_dma.o(i.drv_spim_dma_read) for drv_spim_dma_read + hal_spi_master.o(i.hal_spi_m_dma_read) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_dma_write) refers to drv_spi_dma.o(i.drv_spim_dma_write) for drv_spim_dma_write + hal_spi_master.o(i.hal_spi_m_dma_write) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_get_transfer_complate) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_gpio_init) refers to drv_spi_master.o(i.drv_spi_m_gpio_init) for drv_spi_m_gpio_init + hal_spi_master.o(i.hal_spi_m_read_rxfifo) refers to drv_spi_master.o(i.drv_spi_m_read_data) for drv_spi_m_read_data + hal_spi_master.o(i.hal_spi_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_spi_master.o(i.hal_spi_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_init_input) for hal_gpio_init_input + hal_spi_master.o(i.hal_spi_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + tau_delay.o(i.delayMs) refers to tau_delay.o(i.delayUs) for delayUs + tau_log.o(i.LOG_printf) refers to printfa.o(i.__0vsprintf) for vsprintf + tau_log.o(i.LOG_printf) refers to printfa.o(i.__0printf) for __2printf + tau_log.o(i.LOG_printf) refers to tau_log.o(.bss) for .bss + tau_log.o(i.fgetc) refers to hal_uart.o(i.hal_uart_receive_blocking) for hal_uart_receive_blocking + tau_log.o(i.fputc) refers to hal_uart.o(i.hal_uart_transmit_blocking) for hal_uart_transmit_blocking + hal_uart.o(i.hal_uart_deinit) refers to drv_dma.o(i.drv_dma_deinit) for drv_dma_deinit + hal_uart.o(i.hal_uart_deinit) refers to drv_uart.o(i.UART_Deinit) for UART_Deinit + hal_uart.o(i.hal_uart_dmacallback) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_uart.o(i.hal_uart_init) refers to memseta.o(.text) for __aeabi_memclr4 + hal_uart.o(i.hal_uart_init) refers to drv_uart.o(i.UART_init) for UART_init + hal_uart.o(i.hal_uart_init) refers to drv_common.o(.data) for g_system_clock + hal_uart.o(i.hal_uart_init) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_receive_blocking) refers to drv_uart.o(i.UART_ReadBlocking) for UART_ReadBlocking + hal_uart.o(i.hal_uart_receive_dma) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + hal_uart.o(i.hal_uart_receive_dma) refers to drv_uart_dma.o(i.UART_TransferCreateHandleDMA) for UART_TransferCreateHandleDMA + hal_uart.o(i.hal_uart_receive_dma) refers to drv_uart_dma.o(i.UART_TransferReceiveDMA) for UART_TransferReceiveDMA + hal_uart.o(i.hal_uart_receive_dma) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_receive_dma) refers to hal_uart.o(i.hal_uart_dmacallback) for hal_uart_dmacallback + hal_uart.o(i.hal_uart_transmit_blocking) refers to drv_uart.o(i.UART_WriteBlocking) for UART_WriteBlocking + hal_uart.o(i.hal_uart_transmit_dma) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + hal_uart.o(i.hal_uart_transmit_dma) refers to drv_uart_dma.o(i.UART_TransferCreateHandleDMA) for UART_TransferCreateHandleDMA + hal_uart.o(i.hal_uart_transmit_dma) refers to drv_uart_dma.o(i.UART_TransferSendDMA) for UART_TransferSendDMA + hal_uart.o(i.hal_uart_transmit_dma) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_transmit_dma) refers to hal_uart.o(i.hal_uart_dmacallback) for hal_uart_dmacallback + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to hal_internal_vsync.o(i.soft_gen_te) for soft_gen_te + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_param_init.o(i.drv_param_init_get_ccm) for drv_param_init_get_ccm + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_lcdc.o(i.drv_lcdc_config_ccm) for drv_lcdc_config_ccm + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_lcdc.o(i.drv_lcdc_config_int_single) for drv_lcdc_config_int_single + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to hal_internal_vsync.o(i.drv_rxbr_get_status0) for drv_rxbr_get_status0 + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.dcs_sw_filter) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_iniernal_vsync_deinit) refers to memseta.o(.text) for __aeabi_memclr4 + hal_internal_vsync.o(i.hal_iniernal_vsync_deinit) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_data_mode) for drv_memc_set_data_mode + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_waveform) for drv_memc_set_tear_waveform + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_ltpo_mode) for drv_memc_set_ltpo_mode + hal_internal_vsync.o(i.hal_internal_init_memc) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_double_buffer) for drv_memc_set_double_buffer + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_active_height) for drv_memc_set_active_height + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_inten) for drv_memc_set_inten + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_enable_irq) for drv_memc_enable_irq + hal_internal_vsync.o(i.hal_internal_init_memc) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(i.calc_framebuffer_setting) for calc_framebuffer_setting + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_vidc.o(i.drv_vidc_reset) for drv_vidc_reset + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) for hal_dsi_rx_ctrl_init + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) for hal_dsi_tx_ctrl_init + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) for hal_dsi_rx_ctrl_start + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) for hal_dsi_rx_ctrl_gen_a_tear_signal + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to tau_delay.o(i.delayUs) for delayUs + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_dsi_tx.o(i.drv_dsi_tx_shutdown) for drv_dsi_tx_shutdown + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_crgu.o(i.drv_crgu_config_reset_modules) for drv_crgu_config_reset_modules + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(i.hal_internal_init_memc) for hal_internal_init_memc + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) for hal_dsi_tx_ctrl_start + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.hal_internal_vsync_deinit) refers to memseta.o(.text) for __aeabi_memclr4 + hal_internal_vsync.o(i.hal_internal_vsync_deinit) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_get_rx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_get_tx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_chip_info.o(i.drv_chip_rx_info_check) for drv_chip_rx_info_check + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) for check_mipi_rx_tx_video_info + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.calc_framebuffer_setting) for calc_framebuffer_setting + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_rxbr.o(i.drv_rxbr_register_irq0_callback) for drv_rxbr_register_irq0_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_rxbr.o(i.drv_rxbr_register_irq1_callback) for drv_rxbr_register_irq1_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_vidc.o(i.drv_vidc_register_callback) for drv_vidc_register_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to dcs_packet_fifo.o(i.dcs_packet_fifo_init) for dcs_packet_fifo_init + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.rxbr_irq0_callback) for rxbr_irq0_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.rxbr_irq1_callback) for rxbr_irq1_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.vidc_callback) for vidc_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) for check_mipi_rx_tx_video_info + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to hal_internal_vsync.o(i.calc_framebuffer_setting) for calc_framebuffer_setting + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) refers to drv_rxbr.o(i.drv_rxbr_set_cmd_filter) for drv_rxbr_set_cmd_filter + hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) for hal_internal_vsync_set_auto_hw_filter + hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) refers to hal_internal_vsync.o(i.hal_internal_vsync_deinit) for hal_internal_vsync_deinit + hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to hal_internal_vsync.o(i.vsync_set_te_mode) for vsync_set_te_mode + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to hal_internal_vsync.o(i.hal_internal_vsync_deinit) for hal_internal_vsync_deinit + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to hal_internal_vsync.o(i.vsync_set_te_mode) for vsync_set_te_mode + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_internal_vsync.o(i.dcs_sw_filter) for dcs_sw_filter + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) for dcs_packet_fifo_alloc + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) for hal_dsi_rx_ctrl_dsc_async_handler + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_internal_vsync.o(i.check_pkt_buf_rev) for check_pkt_buf_rev + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) for drv_dsi_tx_command_put_payload + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_partial_update) refers to drv_rxbr.o(i.drv_rxbr_get_col_addr) for drv_rxbr_get_col_addr + hal_internal_vsync.o(i.rx_partial_update) refers to drv_rxbr.o(i.drv_rxbr_get_page_addr) for drv_rxbr_get_page_addr + hal_internal_vsync.o(i.rx_partial_update) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.rx_partial_update) refers to drv_dsc_dec.o(i.drv_dsc_dec_get_nslc) for drv_dsc_dec_get_nslc + hal_internal_vsync.o(i.rx_partial_update) refers to drv_crgu.o(i.drv_crgu_set_dsco_src) for drv_crgu_set_dsco_src + hal_internal_vsync.o(i.rx_partial_update) refers to drv_crgu.o(i.drv_crgu_set_dsco_src_div) for drv_crgu_set_dsco_src_div + hal_internal_vsync.o(i.rx_partial_update) refers to drv_crgu.o(i.drv_crgu_set_dsc_core_div) for drv_crgu_set_dsc_core_div + hal_internal_vsync.o(i.rx_partial_update) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_receive_packet) refers to hal_internal_vsync.o(i.rx_get_dcs_packet_data) for rx_get_dcs_packet_data + hal_internal_vsync.o(i.rx_receive_packet) refers to hal_internal_vsync.o(i.rx_receive_pps) for rx_receive_pps + hal_internal_vsync.o(i.rx_receive_packet) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.rx_receive_packet) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.rx_receive_packet) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_receive_pps) refers to memseta.o(.text) for __aeabi_memclr4 + hal_internal_vsync.o(i.rx_receive_pps) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.rx_receive_pps) refers to hal_internal_vsync.o(i.check_pkt_buf_rev) for check_pkt_buf_rev + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) for drv_dsc_dec_convert_pps_rc_parameter + hal_internal_vsync.o(i.rx_receive_pps) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) for drv_dsi_rx_get_compression_en + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_enable) for drv_dsc_dec_enable + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) for drv_dsc_dec_set_u8_pps + hal_internal_vsync.o(i.rx_receive_pps) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.rx_receive_pps) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.drv_rxbr_get_status0) for drv_rxbr_get_status0 + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.rx_receive_packet) for rx_receive_packet + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to drv_rxbr.o(i.drv_rxbr_set_inten) for drv_rxbr_set_inten + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.drv_rxbr_get_int_source) for drv_rxbr_get_int_source + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.rx_partial_update) for rx_partial_update + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(i.drv_rxbr_get_int_source) for drv_rxbr_get_int_source + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(i.vpre_err_reset) for vpre_err_reset + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to drv_memc.o(i.drv_memc_set_double_buffer_reverse) for drv_memc_set_double_buffer_reverse + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.soft_gen_te) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.soft_gen_te) refers to hal_internal_vsync.o(.data) for .data + hal_internal_vsync.o(i.vidc_callback) refers to drv_vidc.o(i.drv_vidc_get_irq_status) for drv_vidc_get_irq_status + hal_internal_vsync.o(i.vidc_callback) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_internal_vsync.o(i.vidc_callback) refers to drv_vidc.o(i.drv_vidc_clear_irq) for drv_vidc_clear_irq + hal_internal_vsync.o(i.vidc_callback) refers to drv_vidc.o(i.drv_vidc_set_irqen) for drv_vidc_set_irqen + hal_internal_vsync.o(i.vidc_callback) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.vidc_callback) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.vidc_callback) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.vpre_err_reset) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + hal_internal_vsync.o(i.vpre_err_reset) refers to drv_vidc.o(i.drv_vidc_reset) for drv_vidc_reset + hal_internal_vsync.o(i.vpre_err_reset) refers to drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) for drv_dsc_dec_set_u8_pps + hal_internal_vsync.o(i.vpre_err_reset) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.vsync_set_te_mode) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_internal_vsync.o(i.vsync_set_te_mode) refers to drv_lcdc.o(i.drv_lcdc_config_int_single) for drv_lcdc_config_int_single + hal_internal_vsync.o(i.vsync_set_te_mode) refers to drv_lcdc.o(i.drv_lcdc_ctrl_flow) for drv_lcdc_ctrl_flow + hal_internal_vsync.o(i.vsync_set_te_mode) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.vsync_set_te_mode) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.vsync_set_te_mode) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.vsync_set_te_mode) refers to hal_internal_vsync.o(.data) for .data + hal_internal_vsync.o(.data) refers to hal_internal_vsync.o(.bss) for sg_te_info + norflash.o(i.app_fls_ctrl_Handler) refers to drv_fls.o(i.fls_clr_interrupt_flag) for fls_clr_interrupt_flag + norflash.o(i.app_fls_ctrl_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + norflash.o(i.app_fls_ctrl_Handler) refers to norflash.o(.data) for .data + norflash.o(i.norflash_best_cfg_init) refers to drv_fls.o(i.fls_spi_init) for fls_spi_init + norflash.o(i.norflash_best_cfg_init) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_check_id) refers to norflash.o(i.norflash_read_id) for norflash_read_id + norflash.o(i.norflash_check_id) refers to tau_delay.o(i.delayUs) for delayUs + norflash.o(i.norflash_check_id) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dma_callback) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dma_read) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_transfer_create_handle_dma) for fls_transfer_create_handle_dma + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_dma_read_prepare) for fls_dma_read_prepare + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_transfer_dma) for fls_transfer_dma + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + norflash.o(i.norflash_dma_read) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dma_read) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_dma_read) refers to norflash.o(i.norflash_dma_callback) for norflash_dma_callback + norflash.o(i.norflash_dma_write) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_transfer_create_handle_dma) for fls_transfer_create_handle_dma + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_switch_fls_spi) for norflash_switch_fls_spi + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_dma_write_prepare) for fls_dma_write_prepare + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_transfer_dma) for fls_transfer_dma + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + norflash.o(i.norflash_dma_write) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_dma_write) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_dma_callback) for norflash_dma_callback + norflash.o(i.norflash_dma_write) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dual_read) refers to drv_fls.o(i.fls_ddat_enable) for fls_ddat_enable + norflash.o(i.norflash_dual_read) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_dual_read) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_switch_fls_spi) for norflash_switch_fls_spi + norflash.o(i.norflash_dual_write) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_dual_write) refers to drv_fls.o(i.fls_ddat_enable) for fls_ddat_enable + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_en4b) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_read_config_reg) for norflash_read_config_reg + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_en_quad) refers to norflash.o(i.norflash_en_quad_check) for norflash_en_quad_check + norflash.o(i.norflash_en_quad) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_en_quad) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_en_quad) refers to drv_fls.o(i.fls_busy_pending) for fls_busy_pending + norflash.o(i.norflash_en_quad) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_en_quad_check) refers to norflash.o(i.norflash_get_dual_hstatus) for norflash_get_dual_hstatus + norflash.o(i.norflash_en_quad_check) refers to norflash.o(i.norflash_get_hstatus) for norflash_get_hstatus + norflash.o(i.norflash_en_quad_check) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_en_quad_check) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_erase_block) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_erase_block) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_erase_block) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_erase_block) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_erase_chip) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_erase_chip) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_erase_chip) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_erase_sector) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_erase_sector) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_erase_sector) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_erase_sector) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_ex4b) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_read_config_reg) for norflash_read_config_reg + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_exit_quad) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_exit_quad) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_exit_quad) refers to norflash.o(i.norflash_en_quad_check) for norflash_en_quad_check + norflash.o(i.norflash_exit_quad) refers to drv_fls.o(i.fls_busy_pending) for fls_busy_pending + norflash.o(i.norflash_exit_quad) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_get_dual_hstatus) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_get_dual_hstatus) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_get_dual_hstatus) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_get_hstatus) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_get_hstatus) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_get_hstatus) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_get_status) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_get_status) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_get_status) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_get_default_spi_config) for fls_get_default_spi_config + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_get_default_fls_config) for fls_get_default_fls_config + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_get_default_tuning) for fls_get_default_tuning + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_init) for fls_init + norflash.o(i.norflash_init) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_init) refers to drv_fls.o(.data) for g_fls_tuning + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_qdat_enable) for fls_qdat_enable + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_qadr_enable) for fls_qadr_enable + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_qcmd_enable) for fls_qcmd_enable + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_switch_fls_spi) for norflash_switch_fls_spi + norflash.o(i.norflash_quad_write) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_quad_write) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_read) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_read_config_reg) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_read_id) refers to drv_fls.o(i.fls_read_cmd) for fls_read_cmd + norflash.o(i.norflash_set_best_cfg) refers to memseta.o(.text) for __aeabi_memclr4 + norflash.o(i.norflash_set_best_read_cfg) refers to norflash.o(i.norflash_en_quad) for norflash_en_quad + norflash.o(i.norflash_set_best_read_cfg) refers to norflash.o(.data) for .data + norflash.o(i.norflash_set_best_read_cfg) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_set_best_write_cfg) refers to norflash.o(i.norflash_en_quad) for norflash_en_quad + norflash.o(i.norflash_set_best_write_cfg) refers to norflash.o(.data) for .data + norflash.o(i.norflash_set_best_write_cfg) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_ddat_enable) for fls_ddat_enable + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_qdat_enable) for fls_qdat_enable + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_qadr_enable) for fls_qadr_enable + norflash.o(i.norflash_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_write) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_write_disable) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_write_disable) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write_disable) refers to norflash.o(.data) for .data + norflash.o(i.norflash_write_disable) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_write_enable) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_write_enable) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write_enable) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_write_enable) refers to norflash.o(.data) for .data + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_big_end_enable) for norflash_big_end_enable + norflash.o(i.norflash_write_endian_scr) refers to drv_fls.o(i.fls_en_scr) for fls_en_scr + norflash.o(i.norflash_write_endian_scr) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_big_end_clear) for norflash_big_end_clear + norflash.o(i.norflash_write_endian_scr) refers to drv_fls.o(i.fls_scr_clear) for fls_scr_clear + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_fifo_init) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_get_fifo_size) refers to dcs_packet_fifo.o(.bss) for .bss + drv_common.o(i.app_HardFault_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_common.o(i.app_SysTick_Handler) refers to drv_common.o(.data) for .data + drv_common.o(i.drv_common_enable_systick) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_common.o(i.drv_common_enable_systick) refers to drv_common.o(.data) for .data + drv_common.o(i.drv_common_get_tick) refers to drv_common.o(.data) for .data + drv_common.o(i.drv_common_system_init) refers to drv_chip_info.o(i.drv_chip_info_init) for drv_chip_info_init + drv_common.o(i.drv_common_systick_register_cb) refers to drv_common.o(.data) for .data + drv_dma.o(i.app_dma_irq_handler) refers to drv_dma.o(i.drv_dma_irq_handler) for drv_dma_irq_handler + drv_dma.o(i.drv_dma_abort_transfer) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_abort_transfer) refers to drv_dma.o(i.drv_dma_disenable_channel_interrupts) for drv_dma_disenable_channel_interrupts + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_disenable_channel_interrupts) for drv_dma_disenable_channel_interrupts + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_clear_flag) for drv_dma_clear_flag + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_set_ccr) for drv_dma_set_ccr + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_dma.o(i.drv_dma_clear_flag) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dma.o(i.drv_dma_create_handle) refers to drv_dma.o(.bss) for .bss + drv_dma.o(i.drv_dma_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dma.o(i.drv_dma_disenable_channel_interrupts) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dma.o(i.drv_dma_enable_channel_interrupts) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_dma.o(i.drv_dma_enable_cycle) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_get_remaining_bytes) refers to drv_dma.o(i.drv_dma_channel_is_active) for drv_dma_channel_is_active + drv_dma.o(i.drv_dma_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dma.o(i.drv_dma_init) refers to drv_dma.o(i.drv_dma_ahb_init) for drv_dma_ahb_init + drv_dma.o(i.drv_dma_irq_handler) refers to drv_dma.o(i.drv_dma_get_channel_flag) for drv_dma_get_channel_flag + drv_dma.o(i.drv_dma_irq_handler) refers to drv_dma.o(i.drv_dma_clear_flag) for drv_dma_clear_flag + drv_dma.o(i.drv_dma_irq_handler) refers to drv_dma.o(.bss) for .bss + drv_dma.o(i.drv_dma_m2m_init) refers to memseta.o(.text) for __aeabi_memclr4 + drv_dma.o(i.drv_dma_m2m_init) refers to drv_dma.o(i.drv_dma_init) for drv_dma_init + drv_dma.o(i.drv_dma_reset) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + drv_dma.o(i.drv_dma_set_burst) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_set_transfer) refers to drv_dma.o(i.drv_dma_set_burst) for drv_dma_set_burst + drv_dma.o(i.drv_dma_start_transfer) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + drv_dma.o(i.drv_dma_start_transfer) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to ffltui.o(.text) for __aeabi_ui2f + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to fdiv.o(.text) for __aeabi_fdiv + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to fmul.o(.text) for __aeabi_fmul + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) for drv_dsi_rx_get_color_bpp + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_color_pcc) for drv_dsi_rx_get_color_pcc + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to fadd.o(.text) for __aeabi_fadd + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to cfrcmple.o(.text) for __aeabi_cfrcmple + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to f2d.o(.text) for __aeabi_f2d + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to dadd.o(.text) for __aeabi_dadd + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to dfixui.o(.text) for __aeabi_d2uiz + drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_rx.o(i.drv_dsi_rx_get_phy_stopstate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) for drv_rx_phy_test_write_1_byte + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to drv_dsi_rx.o(i.drv_rx_phy_test_read) for drv_rx_phy_test_read + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) refers to drv_chip_info.o(i.drv_chip_info_get_info) for drv_chip_info_get_info + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_phy_common.o(i.drv_phy_get_para) for drv_phy_get_para + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_clear) for drv_rx_phy_test_clear + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) for drv_rx_phy_test_write_1_byte + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) for drv_rx_phy_test_write_2_byte + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_chip_info.o(i.drv_chip_info_get_info) for drv_chip_info_get_info + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_lock) for drv_rx_phy_test_lock + drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write) for drv_rx_phy_test_write + drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write) for drv_rx_phy_test_write + drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) for drv_tx_phy_test_write_1_byte + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to drv_dsi_tx.o(i.drv_tx_phy_test_read) for drv_tx_phy_test_read + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_tx.o(i.drv_dsi_tx_phy_trigger) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) for drv_dsi_tx_phy_status_stopstate + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) for drv_dsi_tx_phy_status_stopstate + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_pll_lock) for drv_dsi_tx_phy_status_pll_lock + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot) for drv_dsi_tx_phy_status_ulpsactivenot + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot) for drv_dsi_tx_phy_status_ulpsactivenot + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) for drv_tx_phy_test_write_1_byte + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_pll_lock) for drv_dsi_tx_phy_status_pll_lock + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_dsi_tx_version) for drv_dsi_tx_version + drv_dsi_tx.o(i.drv_dsi_tx_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_dsi_tx.o(i.drv_tx_phy_test_write) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_code) for drv_tx_phy_test_write_code + drv_dsi_tx.o(i.drv_tx_phy_test_write) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_data) for drv_tx_phy_test_write_data + drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write) for drv_tx_phy_test_write + drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write) for drv_tx_phy_test_write + drv_fls.o(i.drv_fls_gpio_connect) refers to drv_fls.o(i.drv_fls_gpio_disconnect) for drv_fls_gpio_disconnect + drv_fls.o(i.drv_fls_gpio_disconnect) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_EnableClk) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_busy_pending) refers to norflash.o(i.norflash_get_status) for norflash_get_status + drv_fls.o(i.fls_de_init) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + drv_fls.o(i.fls_de_init) refers to drv_dma.o(i.drv_dma_clear_flag) for drv_dma_clear_flag + drv_fls.o(i.fls_de_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_disable_it) refers to drv_fls.o(i.__NVIC_DisableIRQ) for __NVIC_DisableIRQ + drv_fls.o(i.fls_disable_it) refers to drv_fls.o(i.fls_set_mc_irq_mask) for fls_set_mc_irq_mask + drv_fls.o(i.fls_enable_it) refers to drv_fls.o(i.__NVIC_DisableIRQ) for __NVIC_DisableIRQ + drv_fls.o(i.fls_enable_it) refers to drv_fls.o(i.fls_set_mc_irq_mask) for fls_set_mc_irq_mask + drv_fls.o(i.fls_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_init) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_spi_init) for fls_spi_init + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_ctrl_cfg_init) for fls_ctrl_cfg_init + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_set_tuning) for fls_set_tuning + drv_fls.o(i.fls_init) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_enable_it) for fls_enable_it + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_set_mc_irq_mask) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_fls.o(i.fls_set_mc_irq_mask) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_set_write) for fls_set_write + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_set_write) for fls_set_write + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) for drv_ap_rst_trig_edge_detect + drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) refers to drv_gpio.o(.data) for .data + drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.drv_gpio_get_pull_state) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_register_ap_reset_callback) refers to drv_gpio.o(.data) for .data + drv_gpio.o(i.drv_gpio_register_callback) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.drv_gpio_set_driving_strength) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_gpio.o(i.drv_gpio_set_pull_state) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_set_schmitt_trigger) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_set_slew_rate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_i2c_dma.o(i.drv_i2c_dma_callback) refers to drv_i2c_dma.o(.data) for .data + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_i2c_master.o(i.drv_i2c_m_enable) for drv_i2c_m_enable + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) for drv_sys_cfg_set_dma_rx_req + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_dma.o(i.drv_dma_set_transfer) for drv_dma_set_transfer + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_i2c_dma.o(i.drv_i2c_master_write_read_cmd) for drv_i2c_master_write_read_cmd + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_dma.o(i.drv_dma_set_transfer) for drv_dma_set_transfer + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_i2c_dma.o(.data) for .data + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_i2c_dma.o(.bss) for .bss + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_i2c_dma.o(i.drv_i2c_dma_callback) for drv_i2c_dma_callback + drv_i2c_dma.o(i.drv_i2c_slave_write_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) refers to drv_param_init.o(i.drv_param_init_get_sclu_filter) for drv_param_init_get_sclu_filter + drv_lcdc.o(i.drv_lcdc_config_src_parameter) refers to drv_lcdc.o(i.drv_lcdc_config_input_size) for drv_lcdc_config_input_size + drv_lcdc.o(i.drv_lcdc_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_memc.o(i.app_MEMC_IRQn_Handler) refers to drv_memc.o(i.drv_memc_get_status) for drv_memc_get_status + drv_memc.o(i.app_MEMC_IRQn_Handler) refers to drv_memc.o(i.drv_memc_clear_status) for drv_memc_clear_status + drv_memc.o(i.app_MEMC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_memc.o(i.drv_memc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_memc.o(i.drv_memc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_param_init.o(i.drv_param_init_get_ccm) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_get_scld_filter_h) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_get_scld_filter_v) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_get_sclu_filter) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_set_ccm) refers to memcpya.o(.text) for __aeabi_memcpy4 + drv_param_init.o(i.drv_param_init_set_ccm) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_set_scld_filter) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_p2r_filter_init) refers to drv_param_init.o(.constdata) for .constdata + drv_rxbr.o(i.app_ADC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_rxbr.o(i.app_ADC_IRQn_Handler) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.app_VPRE_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_rxbr.o(i.app_VPRE_IRQn_Handler) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_rxbr.o(i.__NVIC_EnableIRQ) for __NVIC_EnableIRQ + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_rxbr.o(i.__NVIC_DisableIRQ) for __NVIC_DisableIRQ + drv_rxbr.o(i.drv_rxbr_register_irq0_callback) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.drv_rxbr_register_irq1_callback) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.drv_rxbr_set_cmd_filter) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_rxbr.o(i.drv_rxbr_soft_reset) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_dma.o(i.drv_dma_disenable_channel_interrupts) for drv_dma_disenable_channel_interrupts + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_master.o(i.drv_spi_m_enable_rx_dma) for drv_spi_m_enable_rx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_slave.o(i.drv_spi_s_enable_tx_dma) for drv_spi_s_enable_tx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_slave.o(i.drv_spi_s_enable_rx_dma) for drv_spi_s_enable_rx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_dma.o(.bss) for .bss + drv_spi_dma.o(i.drv_spi_dma_callback) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_dma_ch6_init) refers to drv_spi_dma.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_dma.o(i.drv_spi_dma_ch6_init) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_dma_init) refers to drv_spi_dma.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_dma.o(i.drv_spi_dma_init) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_spi_dma.o(.bss) for .bss + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_spi_dma.o(i.drv_spi_dma_callback) for drv_spi_dma_callback + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_spi_dma.o(.bss) for .bss + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_spi_dma.o(i.drv_spi_dma_callback) for drv_spi_dma_callback + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_spi_master.o(i.drv_spi_m_enable_rx_dma) for drv_spi_m_enable_rx_dma + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_spi_slave.o(i.drv_spi_s_enable_tx_dma) for drv_spi_s_enable_tx_dma + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_spi_dma.o(.bss) for .bss + drv_swire.o(i.app_SWIRE_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_swire.o(i.app_SWIRE_IRQn_Handler) refers to drv_swire.o(i.drv_swire_set_int) for drv_swire_set_int + drv_swire.o(i.app_SWIRE_IRQn_Handler) refers to drv_swire.o(.data) for .data + drv_swire.o(i.drv_swire_register_callback) refers to drv_swire.o(.data) for .data + drv_swire.o(i.drv_swire_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) for drv_sys_cfg_sel_ap_rst_lvl_trig + drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) refers to drv_sys_cfg.o(.data) for .data + drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) for drv_sys_cfg_sel_ap_rst_lvl_trig + drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) refers to drv_sys_cfg.o(.data) for .data + drv_timer.o(i.app_TIMER0_IRQn_Handler) refers to drv_timer.o(i.drv_timer_clear_status_flags) for drv_timer_clear_status_flags + drv_timer.o(i.app_TIMER0_IRQn_Handler) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + drv_timer.o(i.app_TIMER0_IRQn_Handler) refers to drv_timer.o(.bss) for .bss + drv_timer.o(i.app_TIMER1_IRQn_Handler) refers to drv_timer.o(i.drv_timer_clear_status_flags) for drv_timer_clear_status_flags + drv_timer.o(i.app_TIMER1_IRQn_Handler) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + drv_timer.o(i.app_TIMER1_IRQn_Handler) refers to drv_timer.o(.bss) for .bss + drv_timer.o(i.app_TIMER2_IRQn_Handler) refers to drv_timer.o(i.drv_timer_clear_status_flags) for drv_timer_clear_status_flags + drv_timer.o(i.app_TIMER2_IRQn_Handler) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + drv_timer.o(i.app_TIMER2_IRQn_Handler) refers to drv_timer.o(.bss) for .bss + drv_timer.o(i.app_TIMER3_IRQn_Handler) refers to drv_timer.o(i.drv_timer_clear_status_flags) for drv_timer_clear_status_flags + drv_timer.o(i.app_TIMER3_IRQn_Handler) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + drv_timer.o(i.app_TIMER3_IRQn_Handler) refers to drv_timer.o(i.drv_timer_set_match) for drv_timer_set_match + drv_timer.o(i.app_TIMER3_IRQn_Handler) refers to drv_timer.o(i.drv_timer_set_current_count) for drv_timer_set_current_count + drv_timer.o(i.app_TIMER3_IRQn_Handler) refers to drv_timer.o(.bss) for .bss + drv_timer.o(i.drv_timer_clean_timer_value) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_clear_status_flags) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_clear_status_flags) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_timer.o(i.drv_timer_enable) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_get_current_count) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_get_instance) refers to drv_timer.o(.constdata) for .constdata + drv_timer.o(i.drv_timer_get_match) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_get_prescaler) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_register_callback) refers to drv_timer.o(.bss) for .bss + drv_timer.o(i.drv_timer_set_current_count) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_timer.o(i.drv_timer_set_match) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_set_prescaler) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_vidc.o(i.app_VIDC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_vidc.o(i.app_VIDC_IRQn_Handler) refers to drv_vidc.o(.data) for .data + drv_vidc.o(i.drv_vidc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_vidc.o(i.drv_vidc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_vidc.o(i.drv_vidc_register_callback) refers to drv_vidc.o(.data) for .data + irq_redirect .o(i.ADC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.AP_NRESET_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.DMA_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT0_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT1_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT2_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT3_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT4_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT5_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT6_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT7_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.FLSCTRL_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.HardFault_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.I2C0_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.I2C1_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.LCDC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.MEMC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.MIPI_RX_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.MIPI_TX_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.PWMDET_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SPIM_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SPIS_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SWIRE_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SysTick_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER0_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER1_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER2_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER3_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.UART_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.VIDC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.VPRE_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.WDG_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.handle_init) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.handle_init) refers to drv_common.o(i.app_SysTick_Handler) for app_SysTick_Handler + irq_redirect .o(i.handle_init) refers to hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) for app_LCDC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) for app_MIPI_RX_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) for app_MIPI_TX_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_dma.o(i.app_dma_irq_handler) for app_dma_irq_handler + irq_redirect .o(i.handle_init) refers to norflash.o(i.app_fls_ctrl_Handler) for app_fls_ctrl_Handler + irq_redirect .o(i.handle_init) refers to drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) for app_I2C0_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_i2c_master.o(i.app_I2C1_IRQn_Handler) for app_I2C1_IRQn_Handler + irq_redirect .o(i.handle_init) refers to hal_spi_slave.o(i.app_SPIS_IRQn_Handler) for app_SPIS_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_spi_master.o(i.app_SPIM_IRQn_Handler) for app_SPIM_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_rxbr.o(i.app_VPRE_IRQn_Handler) for app_VPRE_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_rxbr.o(i.app_ADC_IRQn_Handler) for app_ADC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_vidc.o(i.app_VIDC_IRQn_Handler) for app_VIDC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_memc.o(i.app_MEMC_IRQn_Handler) for app_MEMC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER0_IRQn_Handler) for app_TIMER0_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER1_IRQn_Handler) for app_TIMER1_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER2_IRQn_Handler) for app_TIMER2_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER3_IRQn_Handler) for app_TIMER3_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_wdg.o(i.app_WDG_IRQn_Handler) for app_WDG_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_uart.o(i.app_UART_IRQn_Handler) for app_UART_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_pwm.o(i.app_PWMDET_IRQn_Handler) for app_PWMDET_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_swire.o(i.app_SWIRE_IRQn_Handler) for app_SWIRE_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) for app_AP_NRESET_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) for app_EXTI_INT0_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) for app_EXTI_INT1_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) for app_EXTI_INT2_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) for app_EXTI_INT3_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) for app_EXTI_INT4_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) for app_EXTI_INT5_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) for app_EXTI_INT6_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) for app_EXTI_INT7_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_common.o(i.app_HardFault_Handler) for app_HardFault_Handler + drv_phy_common.o(i.drv_phy_get_calibration) refers to drv_chip_info.o(i.drv_chip_info_get_info) for drv_chip_info_get_info + drv_phy_common.o(i.drv_phy_get_calibration) refers to drv_efuse.o(i.drv_efuse_read) for drv_efuse_read + drv_phy_common.o(i.drv_phy_get_calibration) refers to drv_phy_common.o(.data) for .data + drv_phy_common.o(i.drv_phy_get_para) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_phy_common.o(i.drv_phy_get_para) refers to drv_phy_common.o(.constdata) for .constdata + drv_i2c_master.o(i.app_I2C1_IRQn_Handler) refers to drv_i2c_master.o(.data) for .data + drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) refers to drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_master.o(i.drv_i2c_m_enable_intr) refers to drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_master.o(i.drv_i2c_m_read_data) refers to drv_i2c_master.o(i.drv_i2c_m_get_fifo_status) for drv_i2c_m_get_fifo_status + drv_i2c_master.o(i.drv_i2c_m_set_callback) refers to drv_i2c_master.o(.data) for .data + drv_i2c_master.o(i.drv_i2c_m_set_sys_mask) refers to drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_master.o(i.drv_i2c_m_write_data) refers to drv_i2c_master.o(i.drv_i2c_m_get_fifo_status) for drv_i2c_m_get_fifo_status + drv_i2c_master.o(i.drv_i2c_master_init) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_i2c_master.o(i.drv_i2c_master_init) refers to drv_common.o(.data) for g_system_clock + drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) refers to drv_i2c_slave.o(.data) for .data + drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) refers to drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_slave.o(i.drv_i2c_s_enable_intr) refers to drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_slave.o(i.drv_i2c_s_get_tx_byte_num) refers to drv_i2c_slave.o(.data) for .data + drv_i2c_slave.o(i.drv_i2c_s_read_data) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + drv_i2c_slave.o(i.drv_i2c_s_set_callback) refers to drv_i2c_slave.o(.data) for .data + drv_i2c_slave.o(i.drv_i2c_s_set_sys_mask) refers to drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_slave.o(i.drv_i2c_s_write_data) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + drv_spi_master.o(i.app_SPIM_IRQn_Handler) refers to drv_spi_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_master.o(i.app_SPIM_IRQn_Handler) refers to drv_spi_master.o(.data) for .data + drv_spi_master.o(i.drv_spi_m_deinit) refers to drv_spi_master.o(i.drv_spi_m_switch_sclk) for drv_spi_m_switch_sclk + drv_spi_master.o(i.drv_spi_m_disable_int) refers to drv_spi_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_master.o(i.drv_spi_m_set_intr_callback) refers to drv_spi_master.o(.data) for .data + drv_spi_master.o(i.drv_spi_master_init) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_spi_master.o(i.drv_spi_master_init) refers to drv_common.o(.data) for g_system_clock + drv_chip_info.o(i.drv_chip_info_get_info) refers to drv_chip_info.o(.data) for .data + drv_chip_info.o(i.drv_chip_info_init) refers to drv_efuse.o(i.drv_efuse_enter_inactive) for drv_efuse_enter_inactive + drv_chip_info.o(i.drv_chip_info_init) refers to drv_efuse.o(i.drv_efuse_read) for drv_efuse_read + drv_chip_info.o(i.drv_chip_info_init) refers to drv_chip_info.o(.data) for .data + drv_chip_info.o(i.drv_chip_rx_info_check) refers to printfa.o(i.__0printf) for __2printf + drv_chip_info.o(i.drv_chip_rx_info_check) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_chip_info.o(i.drv_chip_rx_info_check) refers to drv_chip_info.o(.data) for .data + drv_dsc_dec.o(i.drv_dsc_dec_enable) refers to drv_efuse.o(i.drv_efuse_enter_inactive) for drv_efuse_enter_inactive + drv_dsc_dec.o(i.drv_dsc_dec_enable) refers to drv_efuse.o(i.drv_efuse_read) for drv_efuse_read + drv_dsc_dec.o(i.drv_dsc_dec_enable) refers to printfa.o(i.__0printf) for __2printf + hal_spi_slave.o(i.app_SPIS_IRQn_Handler) refers to hal_spi_slave.o(i.__NVIC_SetPriority) for __NVIC_SetPriority + hal_spi_slave.o(i.app_SPIS_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_spi_slave.o(i.app_SPIS_IRQn_Handler) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_spi_slave.o(i.hal_spi_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_init_input) for hal_gpio_init_input + hal_spi_slave.o(i.hal_spi_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_abort) refers to drv_spi_dma.o(i.drv_spi_abort_dma) for drv_spi_abort_dma + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start) refers to drv_dma.o(i.drv_dma_enable_cycle) for drv_dma_enable_cycle + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start) refers to drv_spi_dma.o(i.drv_spis_dma_write) for drv_spis_dma_write + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_deinit) refers to drv_spi_slave.o(i.drv_spi_s_deinit) for drv_spi_s_deinit + hal_spi_slave.o(i.hal_spi_slave_enable) refers to drv_spi_slave.o(i.drv_spi_s_enable_int) for drv_spi_s_enable_int + hal_spi_slave.o(i.hal_spi_slave_enable) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_spi_slave.o(i.hal_spi_slave_enable) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_gpio_init) refers to drv_spi_slave.o(i.drv_spi_s_gpio_init) for drv_spi_s_gpio_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to hal_spi_slave.o(i.hal_spi_slave_gpio_init) for hal_spi_slave_gpio_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_slave.o(i.drv_spi_slave_init) for drv_spi_slave_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_dma.o(i.drv_spi_dma_init) for drv_spi_dma_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) for drv_spi_set_dma_irq_callback + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_slave.o(i.drv_spi_s_enable_tx_dma) for drv_spi_s_enable_tx_dma + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + hal_spi_slave.o(i.hal_spi_slave_init) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_read_data) refers to drv_spi_slave.o(i.drv_spi_s_read_data) for drv_spi_s_read_data + hal_spi_slave.o(i.hal_spi_slave_register_callback) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_reset_tx) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_set_auto_rx_buffer) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_set_auto_tx_buffer) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_write_data) refers to drv_spi_slave.o(i.drv_spi_s_write_data) for drv_spi_s_write_data + drv_fls_dma.o(i.fls_abort_dma) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_fls_dma.o(i.fls_abort_dma) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls_dma.o(i.fls_dma_enable) for fls_dma_enable + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_set_write) for fls_set_write + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls_dma.o(i.fls_dma_enable) for fls_dma_enable + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls_dma.o(i.fls_read_dmacallback) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to memseta.o(.text) for __aeabi_memclr4 + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_dma.o(i.drv_dma_init) for drv_dma_init + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_fls_dma.o(.data) for .data + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_fls_dma.o(i.fls_read_dmacallback) for fls_read_dmacallback + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_fls_dma.o(i.fls_write_dmacallback) for fls_write_dmacallback + drv_fls_dma.o(i.fls_transfer_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_fls_dma.o(i.fls_transfer_dma) refers to drv_dma.o(i.drv_dma_start_transfer) for drv_dma_start_transfer + drv_fls_dma.o(i.fls_transfer_get_receive_count_dma) refers to drv_dma.o(i.drv_dma_get_remaining_bytes) for drv_dma_get_remaining_bytes + drv_fls_dma.o(i.fls_write_dmacallback) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_pwm.o(i.app_PWMDET_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_pwm.o(i.app_PWMDET_IRQn_Handler) refers to drv_pwm.o(.data) for .data + drv_pwm.o(i.drv_pwm_in_register_callback) refers to drv_pwm.o(.data) for .data + drv_pwm.o(i.drv_pwm_in_set_sys_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_uart.o(i.UART0_IRQ_Handle) refers to drv_uart.o(i.UART_TransferHandleIRQ) for UART_TransferHandleIRQ + drv_uart.o(i.UART0_IRQ_Handle) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_uart.o(i.UART0_IRQ_Handle) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_AbortReceive) refers to drv_uart.o(i.UART_Disable_IT) for UART_Disable_IT + drv_uart.o(i.UART_AbortReceive) refers to drv_uart.o(i.UART_ResetRxFIFO) for UART_ResetRxFIFO + drv_uart.o(i.UART_AbortSend) refers to drv_uart.o(i.UART_Disable_IT) for UART_Disable_IT + drv_uart.o(i.UART_AbortSend) refers to drv_uart.o(i.UART_ResetTxFIFO) for UART_ResetTxFIFO + drv_uart.o(i.UART_Deinit) refers to drv_uart.o(i.UART_SwitchSCLK) for UART_SwitchSCLK + drv_uart.o(i.UART_Disable_IT) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_Disable_IT) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_uart.o(i.UART_Disable_IT) refers to drv_uart.o(.constdata) for .constdata + drv_uart.o(i.UART_EnableDma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) for drv_sys_cfg_set_dma_rx_req + drv_uart.o(i.UART_EnableDma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + drv_uart.o(i.UART_Enable_IT) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_Enable_IT) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_uart.o(i.UART_GetDefaultConfig) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart.o(i.UART_GetDefaultConfig) refers to drv_common.o(.data) for g_system_clock + drv_uart.o(i.UART_GetFIFO_Ctrl) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_GetFIFO_Ctrl) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_ResetRxFIFO) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_ResetRxFIFO) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_ResetTxFIFO) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_ResetTxFIFO) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_SetBaudRate) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_uart.o(i.UART_SwitchSCLK) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_uart.o(i.UART_TransferCreateHandle) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_TransferCreateHandle) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart.o(i.UART_TransferCreateHandle) refers to drv_uart.o(i.UART_Enable_IT) for UART_Enable_IT + drv_uart.o(i.UART_TransferCreateHandle) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_TransferHandleIRQ) refers to drv_uart.o(i.UART_ResetRxFIFO) for UART_ResetRxFIFO + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_DisableDma) for UART_DisableDma + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_SwitchSCLK) for UART_SwitchSCLK + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_SetBaudRate) for UART_SetBaudRate + drv_uart.o(i.UART_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_uart.o(i.UART_init) refers to drv_uart.o(.data) for .data + drv_uart.o(i.app_UART_IRQn_Handler) refers to drv_uart.o(i.UART0_IRQ_Handle) for UART0_IRQ_Handle + drv_uart_dma.o(i.UART_DMAInit) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart_dma.o(i.UART_DMAInit) refers to drv_dma.o(i.drv_dma_init) for drv_dma_init + drv_uart_dma.o(i.UART_TransferAbortReceiveDMA) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_uart_dma.o(i.UART_TransferAbortSendDMA) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart.o(i.UART_EnableDma) for UART_EnableDma + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(i.UART_DMAInit) for UART_DMAInit + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(.data) for .data + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(i.UART_TransferReceiveDMACallback) for UART_TransferReceiveDMACallback + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(i.UART_TransferSendDMACallback) for UART_TransferSendDMACallback + drv_uart_dma.o(i.UART_TransferGetReceiveCountDMA) refers to drv_dma.o(i.drv_dma_get_remaining_bytes) for drv_dma_get_remaining_bytes + drv_uart_dma.o(i.UART_TransferReceiveDMA) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_uart_dma.o(i.UART_TransferReceiveDMA) refers to drv_uart.o(i.UART_EnableDma) for UART_EnableDma + drv_uart_dma.o(i.UART_TransferReceiveDMA) refers to drv_dma.o(i.drv_dma_start_transfer) for drv_dma_start_transfer + drv_uart_dma.o(i.UART_TransferSendDMA) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_uart_dma.o(i.UART_TransferSendDMA) refers to drv_uart.o(i.UART_EnableDma) for UART_EnableDma + drv_uart_dma.o(i.UART_TransferSendDMA) refers to drv_dma.o(i.drv_dma_start_transfer) for drv_dma_start_transfer + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(i.drv_wdg_read_edge_flag) for drv_wdg_read_edge_flag + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(i.drv_wdg_clear_edge_flag) for drv_wdg_clear_edge_flag + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(i.drv_wdg_set_int) for drv_wdg_set_int + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(.data) for .data + drv_wdg.o(i.drv_wdg_register_callback) refers to drv_wdg.o(.data) for .data + drv_wdg.o(i.drv_wdg_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_efuse.o(i.drv_efuse_enter_inactive) refers to drv_efuse.o(i.drv_efuse_int_enable) for drv_efuse_int_enable + drv_efuse.o(i.drv_efuse_read) refers to drv_efuse.o(i.drv_efuse_read_req) for drv_efuse_read_req + drv_efuse.o(i.drv_efuse_write) refers to drv_efuse.o(i.drv_efuse_write_req) for drv_efuse_write_req + drv_spi_slave.o(i.drv_spi_s_deinit) refers to drv_spi_slave.o(i.drv_spi_s_switch_sclk) for drv_spi_s_switch_sclk + ceil.o(i.__softfp_ceil) refers (Special) to iusefp.o(.text) for __I$use$fp + ceil.o(i.__softfp_ceil) refers to ceil.o(i.ceil) for ceil + ceil.o(i.ceil) refers (Special) to iusefp.o(.text) for __I$use$fp + ceil.o(i.ceil) refers to dadd.o(.text) for __aeabi_dadd + ceil.o(i.ceil) refers to cdrcmple.o(.text) for __aeabi_cdrcmple + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry10a.o(.ARM.Collect$$$$0000000D) for __rt_final_cpp + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry11a.o(.ARM.Collect$$$$0000000F) for __rt_final_exit + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry7b.o(.ARM.Collect$$$$00000008) for _main_clock + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry8b.o(.ARM.Collect$$$$0000000A) for _main_cpp_init + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry9a.o(.ARM.Collect$$$$0000000B) for _main_init + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry5.o(.ARM.Collect$$$$00000004) for _main_scatterload + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry2.o(.ARM.Collect$$$$00000001) for _main_stk + idiv.o(.text) refers to uidiv.o(.text) for __aeabi_uidivmod + printfb.o(i.__0fprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0fprintf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0printf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0printf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0printf$bare) refers to stdout.o(.data) for __stdout + printfb.o(i.__0snprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0snprintf$bare) refers to printfb.o(i._snputc) for _snputc + printfb.o(i.__0sprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0sprintf$bare) refers to printfb.o(i._sputc) for _sputc + printfb.o(i.__0vfprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vfprintf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0vprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vprintf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0vprintf$bare) refers to stdout.o(.data) for __stdout + printfb.o(i.__0vsnprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vsnprintf$bare) refers to printfb.o(i._snputc) for _snputc + printfb.o(i.__0vsprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vsprintf$bare) refers to printfb.o(i._sputc) for _sputc + printf0.o(i.__0fprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0fprintf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0printf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0printf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0printf$0) refers to stdout.o(.data) for __stdout + printf0.o(i.__0snprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0snprintf$0) refers to printf0.o(i._snputc) for _snputc + printf0.o(i.__0sprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0sprintf$0) refers to printf0.o(i._sputc) for _sputc + printf0.o(i.__0vfprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vfprintf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0vprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vprintf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0vprintf$0) refers to stdout.o(.data) for __stdout + printf0.o(i.__0vsnprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vsnprintf$0) refers to printf0.o(i._snputc) for _snputc + printf0.o(i.__0vsprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vsprintf$0) refers to printf0.o(i._sputc) for _sputc + printf1.o(i.__0fprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0fprintf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0printf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0printf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0printf$1) refers to stdout.o(.data) for __stdout + printf1.o(i.__0snprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0snprintf$1) refers to printf1.o(i._snputc) for _snputc + printf1.o(i.__0sprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0sprintf$1) refers to printf1.o(i._sputc) for _sputc + printf1.o(i.__0vfprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vfprintf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0vprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vprintf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0vprintf$1) refers to stdout.o(.data) for __stdout + printf1.o(i.__0vsnprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vsnprintf$1) refers to printf1.o(i._snputc) for _snputc + printf1.o(i.__0vsprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vsprintf$1) refers to printf1.o(i._sputc) for _sputc + printf1.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printf2.o(i.__0fprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0fprintf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0printf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0printf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0printf$2) refers to stdout.o(.data) for __stdout + printf2.o(i.__0snprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0snprintf$2) refers to printf2.o(i._snputc) for _snputc + printf2.o(i.__0sprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0sprintf$2) refers to printf2.o(i._sputc) for _sputc + printf2.o(i.__0vfprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vfprintf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0vprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vprintf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0vprintf$2) refers to stdout.o(.data) for __stdout + printf2.o(i.__0vsnprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vsnprintf$2) refers to printf2.o(i._snputc) for _snputc + printf2.o(i.__0vsprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vsprintf$2) refers to printf2.o(i._sputc) for _sputc + printf3.o(i.__0fprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0fprintf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0printf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0printf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0printf$3) refers to stdout.o(.data) for __stdout + printf3.o(i.__0snprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0snprintf$3) refers to printf3.o(i._snputc) for _snputc + printf3.o(i.__0sprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0sprintf$3) refers to printf3.o(i._sputc) for _sputc + printf3.o(i.__0vfprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vfprintf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0vprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vprintf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0vprintf$3) refers to stdout.o(.data) for __stdout + printf3.o(i.__0vsnprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vsnprintf$3) refers to printf3.o(i._snputc) for _snputc + printf3.o(i.__0vsprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vsprintf$3) refers to printf3.o(i._sputc) for _sputc + printf3.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printf4.o(i.__0fprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0fprintf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0printf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0printf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0printf$4) refers to stdout.o(.data) for __stdout + printf4.o(i.__0snprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0snprintf$4) refers to printf4.o(i._snputc) for _snputc + printf4.o(i.__0sprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0sprintf$4) refers to printf4.o(i._sputc) for _sputc + printf4.o(i.__0vfprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vfprintf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0vprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vprintf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0vprintf$4) refers to stdout.o(.data) for __stdout + printf4.o(i.__0vsnprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vsnprintf$4) refers to printf4.o(i._snputc) for _snputc + printf4.o(i.__0vsprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vsprintf$4) refers to printf4.o(i._sputc) for _sputc + printf4.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printf5.o(i.__0fprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0fprintf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0printf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0printf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0printf$5) refers to stdout.o(.data) for __stdout + printf5.o(i.__0snprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0snprintf$5) refers to printf5.o(i._snputc) for _snputc + printf5.o(i.__0sprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0sprintf$5) refers to printf5.o(i._sputc) for _sputc + printf5.o(i.__0vfprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vfprintf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0vprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vprintf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0vprintf$5) refers to stdout.o(.data) for __stdout + printf5.o(i.__0vsnprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vsnprintf$5) refers to printf5.o(i._snputc) for _snputc + printf5.o(i.__0vsprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vsprintf$5) refers to printf5.o(i._sputc) for _sputc + printf5.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printf6.o(i.__0fprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0fprintf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0printf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0printf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0printf$6) refers to stdout.o(.data) for __stdout + printf6.o(i.__0snprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0snprintf$6) refers to printf6.o(i._snputc) for _snputc + printf6.o(i.__0sprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0sprintf$6) refers to printf6.o(i._sputc) for _sputc + printf6.o(i.__0vfprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vfprintf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0vprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vprintf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0vprintf$6) refers to stdout.o(.data) for __stdout + printf6.o(i.__0vsnprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vsnprintf$6) refers to printf6.o(i._snputc) for _snputc + printf6.o(i.__0vsprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vsprintf$6) refers to printf6.o(i._sputc) for _sputc + printf6.o(i._printf_core) refers to printf6.o(i._printf_pre_padding) for _printf_pre_padding + printf6.o(i._printf_core) refers to printf6.o(i._printf_post_padding) for _printf_post_padding + printf6.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printf7.o(i.__0fprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0fprintf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0printf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0printf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0printf$7) refers to stdout.o(.data) for __stdout + printf7.o(i.__0snprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0snprintf$7) refers to printf7.o(i._snputc) for _snputc + printf7.o(i.__0sprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0sprintf$7) refers to printf7.o(i._sputc) for _sputc + printf7.o(i.__0vfprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vfprintf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0vprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vprintf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0vprintf$7) refers to stdout.o(.data) for __stdout + printf7.o(i.__0vsnprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vsnprintf$7) refers to printf7.o(i._snputc) for _snputc + printf7.o(i.__0vsprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vsprintf$7) refers to printf7.o(i._sputc) for _sputc + printf7.o(i._printf_core) refers to printf7.o(i._printf_pre_padding) for _printf_pre_padding + printf7.o(i._printf_core) refers to printf7.o(i._printf_post_padding) for _printf_post_padding + printf7.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printf8.o(i.__0fprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0fprintf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0printf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0printf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0printf$8) refers to stdout.o(.data) for __stdout + printf8.o(i.__0snprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0snprintf$8) refers to printf8.o(i._snputc) for _snputc + printf8.o(i.__0sprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0sprintf$8) refers to printf8.o(i._sputc) for _sputc + printf8.o(i.__0vfprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vfprintf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0vprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vprintf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0vprintf$8) refers to stdout.o(.data) for __stdout + printf8.o(i.__0vsnprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vsnprintf$8) refers to printf8.o(i._snputc) for _snputc + printf8.o(i.__0vsprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vsprintf$8) refers to printf8.o(i._sputc) for _sputc + printf8.o(i._printf_core) refers to printf8.o(i._printf_pre_padding) for _printf_pre_padding + printf8.o(i._printf_core) refers to printf8.o(i._printf_post_padding) for _printf_post_padding + printf8.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printfa.o(i.__0fprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0fprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0fprintf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0printf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0printf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0printf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0printf) refers to stdout.o(.data) for __stdout + printfa.o(i.__0snprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0snprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0snprintf) refers to printfa.o(i._snputc) for _snputc + printfa.o(i.__0sprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0sprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0sprintf) refers to printfa.o(i._sputc) for _sputc + printfa.o(i.__0vfprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vfprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vfprintf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0vprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vprintf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0vprintf) refers to stdout.o(.data) for __stdout + printfa.o(i.__0vsnprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vsnprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vsnprintf) refers to printfa.o(i._snputc) for _snputc + printfa.o(i.__0vsprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vsprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vsprintf) refers to printfa.o(i._sputc) for _sputc + printfa.o(i._fp_digits) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._fp_digits) refers to dmul.o(.text) for __aeabi_dmul + printfa.o(i._fp_digits) refers to ddiv.o(.text) for __aeabi_ddiv + printfa.o(i._fp_digits) refers to cdrcmple.o(.text) for __aeabi_cdrcmple + printfa.o(i._fp_digits) refers to dadd.o(.text) for __aeabi_dadd + printfa.o(i._fp_digits) refers to dfixul.o(.text) for __aeabi_d2ulz + printfa.o(i._fp_digits) refers to uldiv.o(.text) for __aeabi_uldivmod + printfa.o(i._printf_core) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._printf_core) refers to printfa.o(i._printf_pre_padding) for _printf_pre_padding + printfa.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printfa.o(i._printf_core) refers to printfa.o(i._printf_post_padding) for _printf_post_padding + printfa.o(i._printf_core) refers to printfa.o(i._fp_digits) for _fp_digits + printfa.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printfa.o(i._printf_post_padding) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._printf_pre_padding) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._snputc) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._sputc) refers (Special) to iusefp.o(.text) for __I$use$fp + fadd.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fadd.o(.text) refers to fepilogue.o(.text) for _float_epilogue + fmul.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fdiv.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fdiv.o(.text) refers to fepilogue.o(.text) for _float_round + fscalb.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dadd.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dadd.o(.text) refers to llshl.o(.text) for __aeabi_llsl + dadd.o(.text) refers to llsshr.o(.text) for __aeabi_lasr + dadd.o(.text) refers to depilogue.o(.text) for _double_epilogue + dmul.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dmul.o(.text) refers to depilogue.o(.text) for _double_epilogue + ddiv.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + ddiv.o(.text) refers to depilogue.o(.text) for _double_round + fflti.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fflti.o(.text) refers to fepilogue.o(.text) for _float_epilogue + ffltui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + ffltui.o(.text) refers to fepilogue.o(.text) for _float_epilogue + dflti.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dflti.o(.text) refers to depilogue.o(.text) for _double_epilogue + dfltui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfltui.o(.text) refers to depilogue.o(.text) for _double_epilogue + ffixi.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + ffixui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfixi.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfixi.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dfixui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfixui.o(.text) refers to llushr.o(.text) for __aeabi_llsr + f2d.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + cfrcmple.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + entry2.o(.ARM.Collect$$$$00000001) refers to entry2.o(.ARM.Collect$$$$00002712) for __lit__00000000 + entry2.o(.ARM.Collect$$$$00002712) refers to startup_armcm0.o(STACK) for __initial_sp + entry2.o(__vectab_stack_and_reset_area) refers to startup_armcm0.o(STACK) for __initial_sp + entry2.o(__vectab_stack_and_reset_area) refers to entry.o(.ARM.Collect$$$$00000000) for __main + entry5.o(.ARM.Collect$$$$00000004) refers to init.o(.text) for __scatterload + entry9a.o(.ARM.Collect$$$$0000000B) refers to main.o(i.main) for main + entry9b.o(.ARM.Collect$$$$0000000C) refers to main.o(i.main) for main + uldiv.o(.text) refers to llushr.o(.text) for __aeabi_llsr + uldiv.o(.text) refers to llshl.o(.text) for __aeabi_llsl + depilogue.o(.text) refers to depilogue.o(i.__ARM_clz) for __ARM_clz + depilogue.o(.text) refers to llshl.o(.text) for __aeabi_llsl + depilogue.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dfixul.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dfixul.o(.text) refers to llshl.o(.text) for __aeabi_llsl + init.o(.text) refers to entry5.o(.ARM.Collect$$$$00000004) for __main_after_scatterload + + +============================================================================== + +Removing Unused input sections from the image. + + Removing main.o(.rev16_text), (4 bytes). + Removing main.o(.revsh_text), (4 bytes). + Removing ap_demo.o(.rev16_text), (4 bytes). + Removing ap_demo.o(.revsh_text), (4 bytes). + Removing ap_demo.o(i.Gpio_LED_ON_output), (78 bytes). + Removing ap_demo.o(.data), (1 bytes). + Removing ap_demo.o(.data), (256 bytes). + Removing ap_demo.o(.data), (256 bytes). + Removing ap_demo.o(.data), (4 bytes). + Removing app_tp_for_custom_s8.o(.rev16_text), (4 bytes). + Removing app_tp_for_custom_s8.o(.revsh_text), (4 bytes). + Removing app_tp_for_custom_s8.o(i.app_tp_screen_analysis_const), (56 bytes). + Removing app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int), (624 bytes). + Removing app_tp_for_custom_s8.o(.bss), (200 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (37 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (1 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (3 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (3 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (1 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (11 bytes). + Removing app_tp_for_custom_s8.o(.data), (10 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (3 bytes). + Removing app_tp_for_custom_s8.o(.data), (5 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (48 bytes). + Removing app_tp_for_custom_s8.o(.data), (64 bytes). + Removing app_tp_for_custom_s8.o(.data), (3 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (32 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_transfer.o(.rev16_text), (4 bytes). + Removing app_tp_transfer.o(.revsh_text), (4 bytes). + Removing app_tp_transfer.o(i.S20_Start_init), (264 bytes). + Removing app_tp_transfer.o(i.app_tp_m_read), (32 bytes). + Removing app_tp_transfer.o(i.app_tp_m_transfer_complate), (8 bytes). + Removing app_tp_transfer.o(i.app_tp_m_write), (8 bytes). + Removing app_tp_transfer.o(i.app_tp_phone_clear_reset_on), (12 bytes). + Removing app_tp_transfer.o(i.app_tp_phone_reset_on), (12 bytes). + Removing app_tp_transfer.o(i.app_tp_s_transfer_complate), (26 bytes). + Removing app_tp_transfer.o(i.app_tp_screen_init), (48 bytes). + Removing app_tp_transfer.o(i.app_tp_screen_int_callback), (12 bytes). + Removing app_tp_transfer.o(i.app_tp_screen_int_init), (56 bytes). + Removing app_tp_transfer.o(i.app_tp_screen_int_lvl_low), (4 bytes). + Removing app_tp_transfer.o(i.app_tp_transfer_screen_const), (64 bytes). + Removing app_tp_transfer.o(i.app_tp_transfer_screen_int), (260 bytes). + Removing app_tp_transfer.o(i.app_tp_transfer_screen_start), (24 bytes). + Removing app_tp_transfer.o(.data), (23 bytes). + Removing app_tp_transfer.o(.data), (3 bytes). + Removing app_tp_transfer.o(.data), (3 bytes). + Removing app_tp_transfer.o(.data), (5 bytes). + Removing app_tp_transfer.o(.data), (6 bytes). + Removing app_tp_transfer.o(.data), (2 bytes). + Removing app_tp_transfer.o(.data), (3 bytes). + Removing app_tp_transfer.o(.data), (1 bytes). + Removing app_tp_transfer.o(.data), (2 bytes). + Removing app_tp_transfer.o(.data), (2 bytes). + Removing board.o(.rev16_text), (4 bytes). + Removing board.o(.revsh_text), (4 bytes). + Removing startup_armcm0.o(HEAP), (3072 bytes). + Removing hal_dsi_rx_ctrl.o(.rev16_text), (4 bytes). + Removing hal_dsi_rx_ctrl.o(.revsh_text), (4 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_ack_long_cmd), (88 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_ack_short_cmd), (28 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video), (228 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_draw_mode_init), (48 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern), (216 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_compressen_en), (16 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode), (172 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_release_handle), (40 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart), (80 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_auto_hw_filter), (28 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk), (44 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_dcs_direct_mode), (8 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_cmd_filter), (40 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format), (56 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data), (148 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_te_waveform), (52 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_tear_mode_ex), (14 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate), (112 bytes). + Removing hal_dsi_tx_ctrl.o(.rev16_text), (4 bytes). + Removing hal_dsi_tx_ctrl.o(.revsh_text), (4 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_ulps_mode), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_ulps_mode), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd), (156 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_release_handle), (28 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm), (32 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_endianness), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_escape_clock_div), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_lp_cmd), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_vpg), (24 bytes). + Removing hal_gpio.o(.rev16_text), (4 bytes). + Removing hal_gpio.o(.revsh_text), (4 bytes). + Removing hal_gpio.o(i.hal_gpio_ctrl_eint), (24 bytes). + Removing hal_gpio.o(i.hal_gpio_get_input_data), (18 bytes). + Removing hal_gpio.o(i.hal_gpio_get_int_type), (20 bytes). + Removing hal_gpio.o(i.hal_gpio_get_pull_state), (32 bytes). + Removing hal_gpio.o(i.hal_gpio_init_eint), (64 bytes). + Removing hal_gpio.o(i.hal_gpio_reg_eint_cb), (24 bytes). + Removing hal_gpio.o(i.hal_gpio_set_driving_strength), (32 bytes). + Removing hal_gpio.o(i.hal_gpio_set_output_data_ex), (36 bytes). + Removing hal_gpio.o(i.hal_gpio_set_schmitt_trigger), (32 bytes). + Removing hal_gpio.o(i.hal_gpio_set_slew_rate), (32 bytes). + Removing hal_swire.o(.rev16_text), (4 bytes). + Removing hal_swire.o(.revsh_text), (4 bytes). + Removing hal_swire.o(i.hal_swire_deinit), (18 bytes). + Removing hal_swire.o(i.hal_swire_init), (32 bytes). + Removing hal_swire.o(i.hal_swire_register_callback), (10 bytes). + Removing hal_swire.o(i.hal_swire_start), (112 bytes). + Removing hal_system.o(.rev16_text), (4 bytes). + Removing hal_system.o(.revsh_text), (4 bytes). + Removing hal_system.o(i.cvt_cfg_packet), (24 bytes). + Removing hal_system.o(i.cvt_check_cgf_is_valid), (42 bytes). + Removing hal_system.o(i.hal_system_deep_sleep_mode), (8 bytes). + Removing hal_system.o(i.hal_system_disable_systick), (8 bytes). + Removing hal_system.o(i.hal_system_flash_read), (60 bytes). + Removing hal_system.o(i.hal_system_flash_write), (64 bytes). + Removing hal_system.o(i.hal_system_get_tick), (8 bytes). + Removing hal_system.o(i.hal_system_idle_mode), (8 bytes). + Removing hal_system.o(i.hal_system_register_systick_cb), (8 bytes). + Removing hal_system.o(i.hal_system_reset_chip), (32 bytes). + Removing hal_system.o(i.hal_system_share_flash_mode), (20 bytes). + Removing hal_system.o(i.hal_system_sleep_mode), (48 bytes). + Removing hal_timer.o(.rev16_text), (4 bytes). + Removing hal_timer.o(.revsh_text), (4 bytes). + Removing hal_timer.o(i.hal_timer_deinit), (24 bytes). + Removing hal_timer.o(i.hal_timer_get_status), (52 bytes). + Removing hal_i2c_master.o(.rev16_text), (4 bytes). + Removing hal_i2c_master.o(.revsh_text), (4 bytes). + Removing hal_i2c_master.o(i.hal_i2c_m_dma_read), (32 bytes). + Removing hal_i2c_master.o(i.hal_i2c_m_dma_write), (28 bytes). + Removing hal_i2c_master.o(i.hal_i2c_m_set_high_impedance), (46 bytes). + Removing hal_i2c_master.o(i.hal_i2c_m_transfer_complate), (12 bytes). + Removing hal_i2c_slave.o(.rev16_text), (4 bytes). + Removing hal_i2c_slave.o(.revsh_text), (4 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_get_tx_byte_num), (8 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_read_complate), (12 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_read_complate_clear), (12 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_read_data), (8 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_rxfifo_notempty), (20 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_set_dma_tx_cycle), (36 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance), (46 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_write_complate), (12 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_write_data), (8 bytes). + Removing hal_spi_master.o(.rev16_text), (4 bytes). + Removing hal_spi_master.o(.revsh_text), (4 bytes). + Removing hal_spi_master.o(i.hal_spi_m_callback), (24 bytes). + Removing hal_spi_master.o(i.hal_spi_m_clear_rxfifo), (14 bytes). + Removing hal_spi_master.o(i.hal_spi_m_dma_init), (104 bytes). + Removing hal_spi_master.o(i.hal_spi_m_dma_read), (36 bytes). + Removing hal_spi_master.o(i.hal_spi_m_dma_write), (40 bytes). + Removing hal_spi_master.o(i.hal_spi_m_get_transfer_complate), (36 bytes). + Removing hal_spi_master.o(i.hal_spi_m_gpio_init), (8 bytes). + Removing hal_spi_master.o(i.hal_spi_m_read_rxfifo), (28 bytes). + Removing hal_spi_master.o(i.hal_spi_m_set_high_impedance), (100 bytes). + Removing hal_spi_master.o(.data), (1 bytes). + Removing tau_delay.o(.rev16_text), (4 bytes). + Removing tau_delay.o(.revsh_text), (4 bytes). + Removing tau_log.o(.rev16_text), (4 bytes). + Removing tau_log.o(.revsh_text), (4 bytes). + Removing tau_log.o(i.fgetc), (22 bytes). + Removing hal_uart.o(.rev16_text), (4 bytes). + Removing hal_uart.o(.revsh_text), (4 bytes). + Removing hal_uart.o(i.hal_uart_deinit), (28 bytes). + Removing hal_uart.o(i.hal_uart_dmacallback), (36 bytes). + Removing hal_uart.o(i.hal_uart_receive_blocking), (16 bytes). + Removing hal_uart.o(i.hal_uart_receive_dma), (76 bytes). + Removing hal_uart.o(i.hal_uart_transmit_dma), (76 bytes). + Removing hal_internal_vsync.o(.rev16_text), (4 bytes). + Removing hal_internal_vsync.o(.revsh_text), (4 bytes). + Removing hal_internal_vsync.o(i.hal_iniernal_vsync_deinit), (20 bytes). + Removing hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual), (528 bytes). + Removing hal_internal_vsync.o(i.hal_internal_vsync_get_rx_state), (12 bytes). + Removing hal_internal_vsync.o(i.hal_internal_vsync_get_tx_state), (12 bytes). + Removing hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode), (48 bytes). + Removing norflash.o(.rev16_text), (4 bytes). + Removing norflash.o(.revsh_text), (4 bytes). + Removing norflash.o(i.norflash_best_cfg_init), (44 bytes). + Removing norflash.o(i.norflash_big_end_clear), (14 bytes). + Removing norflash.o(i.norflash_big_end_enable), (20 bytes). + Removing norflash.o(i.norflash_check_crc32), (14 bytes). + Removing norflash.o(i.norflash_check_id), (72 bytes). + Removing norflash.o(i.norflash_dma_callback), (24 bytes). + Removing norflash.o(i.norflash_dma_read), (156 bytes). + Removing norflash.o(i.norflash_dma_write), (252 bytes). + Removing norflash.o(i.norflash_dual_read), (60 bytes). + Removing norflash.o(i.norflash_dual_write), (112 bytes). + Removing norflash.o(i.norflash_en4b), (40 bytes). + Removing norflash.o(i.norflash_en_quad), (116 bytes). + Removing norflash.o(i.norflash_en_quad_check), (64 bytes). + Removing norflash.o(i.norflash_erase_block), (44 bytes). + Removing norflash.o(i.norflash_erase_chip), (28 bytes). + Removing norflash.o(i.norflash_erase_sector), (44 bytes). + Removing norflash.o(i.norflash_ex4b), (40 bytes). + Removing norflash.o(i.norflash_exit_quad), (76 bytes). + Removing norflash.o(i.norflash_get_dual_hstatus), (52 bytes). + Removing norflash.o(i.norflash_get_hstatus), (52 bytes). + Removing norflash.o(i.norflash_get_status), (52 bytes). + Removing norflash.o(i.norflash_init), (48 bytes). + Removing norflash.o(i.norflash_quad_read), (76 bytes). + Removing norflash.o(i.norflash_quad_write), (108 bytes). + Removing norflash.o(i.norflash_read), (28 bytes). + Removing norflash.o(i.norflash_read_config_reg), (36 bytes). + Removing norflash.o(i.norflash_read_id), (20 bytes). + Removing norflash.o(i.norflash_reset), (2 bytes). + Removing norflash.o(i.norflash_reset_crc32), (32 bytes). + Removing norflash.o(i.norflash_set_best_cfg), (50 bytes). + Removing norflash.o(i.norflash_set_best_read_cfg), (84 bytes). + Removing norflash.o(i.norflash_set_best_write_cfg), (84 bytes). + Removing norflash.o(i.norflash_switch_fls_spi), (112 bytes). + Removing norflash.o(i.norflash_write), (96 bytes). + Removing norflash.o(i.norflash_write_disable), (64 bytes). + Removing norflash.o(i.norflash_write_enable), (56 bytes). + Removing norflash.o(i.norflash_write_endian_scr), (132 bytes). + Removing norflash.o(.bss), (412 bytes). + Removing norflash.o(.bss), (32 bytes). + Removing norflash.o(.data), (2 bytes). + Removing dcs_packet_fifo.o(i.dcs_packet_get_fifo_size), (16 bytes). + Removing drv_common.o(.rev16_text), (4 bytes). + Removing drv_common.o(.revsh_text), (4 bytes). + Removing drv_common.o(i.drv_common_disable_systick), (20 bytes). + Removing drv_common.o(i.drv_common_get_tick), (12 bytes). + Removing drv_common.o(i.drv_common_idle_mode), (40 bytes). + Removing drv_common.o(i.drv_common_systick_register_cb), (12 bytes). + Removing drv_crgu.o(.rev16_text), (4 bytes). + Removing drv_crgu.o(.revsh_text), (4 bytes). + Removing drv_crgu.o(i.drv_crgu_clear_reset_flag), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_config_clocks), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_config_clocks_div), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_config_clocks_src), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_get_ana_clk_status), (24 bytes). + Removing drv_crgu.o(i.drv_crgu_get_fpga_id), (12 bytes). + Removing drv_crgu.o(i.drv_crgu_get_mipi_ref_src), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_get_reset_flag), (24 bytes). + Removing drv_crgu.o(i.drv_crgu_get_system_clk), (28 bytes). + Removing drv_crgu.o(i.drv_crgu_reset_chip), (12 bytes). + Removing drv_crgu.o(i.drv_crgu_set_200m_scan_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_300m_scan_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_abp0_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_adc_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_adc_src), (24 bytes). + Removing drv_crgu.o(i.drv_crgu_set_apb1_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_apb2_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_fls_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_fls_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_monitor_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_monitor_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_swire_div), (20 bytes). + Removing drv_dma.o(.rev16_text), (4 bytes). + Removing drv_dma.o(.revsh_text), (4 bytes). + Removing drv_dma.o(i.drv_dma_abort_transfer), (32 bytes). + Removing drv_dma.o(i.drv_dma_ahb_init), (74 bytes). + Removing drv_dma.o(i.drv_dma_channel_is_active), (20 bytes). + Removing drv_dma.o(i.drv_dma_deinit), (32 bytes). + Removing drv_dma.o(i.drv_dma_disenable_channel_interrupts), (24 bytes). + Removing drv_dma.o(i.drv_dma_enable_cycle), (44 bytes). + Removing drv_dma.o(i.drv_dma_get_remaining_bytes), (32 bytes). + Removing drv_dma.o(i.drv_dma_init), (24 bytes). + Removing drv_dma.o(i.drv_dma_m2m_init), (72 bytes). + Removing drv_dma.o(i.drv_dma_reset), (10 bytes). + Removing drv_dma.o(i.drv_dma_set_burst), (26 bytes). + Removing drv_dma.o(i.drv_dma_set_ccr), (114 bytes). + Removing drv_dma.o(i.drv_dma_set_transfer), (68 bytes). + Removing drv_dma.o(i.drv_dma_start_transfer), (32 bytes). + Removing drv_dsi_rx.o(.rev16_text), (4 bytes). + Removing drv_dsi_rx.o(.revsh_text), (4 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_get_phy_stopstate), (66 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_get_version), (4 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration), (236 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_pg_cfg), (32 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_pg_cfg), (48 bytes). + Removing drv_dsi_rx.o(i.drv_rx_phy_test_read), (12 bytes). + Removing drv_dsi_tx.o(.rev16_text), (4 bytes). + Removing drv_dsi_tx.o(.revsh_text), (4 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_command_get_payload), (4 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_force_interrupt), (8 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_get_phy_status), (6 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_forcepll), (12 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration), (232 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_start), (18 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_status_pll_lock), (10 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot), (62 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_trigger), (92 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter), (344 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit), (276 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_sdf_3d), (28 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_set_bta), (22 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_set_vpg), (70 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_version), (4 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_vid_shadow), (16 bytes). + Removing drv_dsi_tx.o(i.drv_tx_phy_test_lock), (30 bytes). + Removing drv_dsi_tx.o(i.drv_tx_phy_test_read), (10 bytes). + Removing drv_fls.o(.rev16_text), (4 bytes). + Removing drv_fls.o(.revsh_text), (4 bytes). + Removing drv_fls.o(i.__NVIC_DisableIRQ), (32 bytes). + Removing drv_fls.o(i.drv_fls_gpio_connect), (28 bytes). + Removing drv_fls.o(i.drv_fls_gpio_disconnect), (32 bytes). + Removing drv_fls.o(i.fls_EnableClk), (12 bytes). + Removing drv_fls.o(i.fls_busy_pending), (12 bytes). + Removing drv_fls.o(i.fls_clear_irq_status), (6 bytes). + Removing drv_fls.o(i.fls_ctrl_cfg_init), (72 bytes). + Removing drv_fls.o(i.fls_ddat_enable), (24 bytes). + Removing drv_fls.o(i.fls_de_init), (52 bytes). + Removing drv_fls.o(i.fls_descr), (10 bytes). + Removing drv_fls.o(i.fls_disable_it), (36 bytes). + Removing drv_fls.o(i.fls_en_scr), (10 bytes). + Removing drv_fls.o(i.fls_enable_it), (48 bytes). + Removing drv_fls.o(i.fls_get_crcout), (4 bytes). + Removing drv_fls.o(i.fls_get_default_fls_config), (20 bytes). + Removing drv_fls.o(i.fls_get_default_spi_config), (44 bytes). + Removing drv_fls.o(i.fls_get_default_tuning), (12 bytes). + Removing drv_fls.o(i.fls_get_tuning), (18 bytes). + Removing drv_fls.o(i.fls_init), (62 bytes). + Removing drv_fls.o(i.fls_qadr_enable), (22 bytes). + Removing drv_fls.o(i.fls_qcmd_enable), (22 bytes). + Removing drv_fls.o(i.fls_qdat_enable), (22 bytes). + Removing drv_fls.o(i.fls_read_byte_data), (130 bytes). + Removing drv_fls.o(i.fls_read_cmd), (104 bytes). + Removing drv_fls.o(i.fls_read_cmd_it), (110 bytes). + Removing drv_fls.o(i.fls_reset_crc), (18 bytes). + Removing drv_fls.o(i.fls_scr_clear), (10 bytes). + Removing drv_fls.o(i.fls_set_addr_dummy), (32 bytes). + Removing drv_fls.o(i.fls_set_addr_len), (32 bytes). + Removing drv_fls.o(i.fls_set_mc_irq_mask), (26 bytes). + Removing drv_fls.o(i.fls_set_read), (10 bytes). + Removing drv_fls.o(i.fls_set_tuning), (24 bytes). + Removing drv_fls.o(i.fls_set_write), (10 bytes). + Removing drv_fls.o(i.fls_single_mode), (16 bytes). + Removing drv_fls.o(i.fls_spi_init), (180 bytes). + Removing drv_fls.o(i.fls_spi_start), (10 bytes). + Removing drv_fls.o(i.fls_swrst), (18 bytes). + Removing drv_fls.o(i.fls_write_byte_data), (164 bytes). + Removing drv_fls.o(i.fls_write_cmd), (58 bytes). + Removing drv_fls.o(.data), (4 bytes). + Removing drv_gpio.o(.rev16_text), (4 bytes). + Removing drv_gpio.o(.revsh_text), (4 bytes). + Removing drv_gpio.o(i.drv_gpio_get_input_data), (24 bytes). + Removing drv_gpio.o(i.drv_gpio_get_pull_state), (224 bytes). + Removing drv_gpio.o(i.drv_gpio_register_callback), (20 bytes). + Removing drv_gpio.o(i.drv_gpio_set_driving_strength), (312 bytes). + Removing drv_gpio.o(i.drv_gpio_set_int), (68 bytes). + Removing drv_gpio.o(i.drv_gpio_set_schmitt_trigger), (168 bytes). + Removing drv_gpio.o(i.drv_gpio_set_slew_rate), (168 bytes). + Removing drv_i2c_dma.o(.rev16_text), (4 bytes). + Removing drv_i2c_dma.o(.revsh_text), (4 bytes). + Removing drv_i2c_dma.o(i.drv_i2c_master_read_dma), (92 bytes). + Removing drv_i2c_dma.o(i.drv_i2c_master_write_dma), (60 bytes). + Removing drv_i2c_dma.o(i.drv_i2c_master_write_read_cmd), (46 bytes). + Removing drv_lcdc.o(.rev16_text), (4 bytes). + Removing drv_lcdc.o(.revsh_text), (4 bytes). + Removing drv_lcdc.o(i.drv_lcdc_config_rgb_to_pentile), (26 bytes). + Removing drv_lcdc.o(i.drv_lcdc_enable), (42 bytes). + Removing drv_lcdc.o(i.drv_lcdc_set_prefetch), (24 bytes). + Removing drv_lcdc.o(i.drv_lcdc_update_shadow_reg), (12 bytes). + Removing drv_memc.o(.rev16_text), (4 bytes). + Removing drv_memc.o(.revsh_text), (4 bytes). + Removing drv_memc.o(i.drv_memc_set_db_frm_time), (14 bytes). + Removing drv_memc.o(i.drv_memc_set_db_int_frame), (28 bytes). + Removing drv_memc.o(i.drv_memc_set_fb_remaining_line_trigger), (12 bytes). + Removing drv_memc.o(i.drv_memc_set_read_trigger_line), (16 bytes). + Removing drv_memc.o(i.drv_memc_set_te_ind), (16 bytes). + Removing drv_memc.o(i.drv_memc_set_tear_hwclr), (16 bytes). + Removing drv_memc.o(i.drv_memc_set_vidc_fb_arb), (14 bytes). + Removing drv_memc.o(i.drv_memc_set_write_trigger_line), (16 bytes). + Removing drv_param_init.o(.rev16_text), (4 bytes). + Removing drv_param_init.o(.revsh_text), (4 bytes). + Removing drv_param_init.o(i.drv_param_init_set_ccm), (20 bytes). + Removing drv_rxbr.o(.rev16_text), (4 bytes). + Removing drv_rxbr.o(.revsh_text), (4 bytes). + Removing drv_rxbr.o(i.drv_rxbr_dsc_flush), (16 bytes). + Removing drv_rxbr.o(i.drv_rxbr_get_cur_hline_rcv_cnt), (8 bytes). + Removing drv_rxbr.o(i.drv_rxbr_get_ipi_vsync_interval), (8 bytes). + Removing drv_rxbr.o(i.drv_rxbr_get_pix_fmt), (8 bytes). + Removing drv_rxbr.o(i.drv_rxbr_set_col_addr), (4 bytes). + Removing drv_rxbr.o(i.drv_rxbr_set_compress), (24 bytes). + Removing drv_rxbr.o(i.drv_rxbr_set_page_addr), (4 bytes). + Removing drv_rxbr.o(i.drv_rxbr_soft_reset), (98 bytes). + Removing drv_spi_dma.o(.rev16_text), (4 bytes). + Removing drv_spi_dma.o(.revsh_text), (4 bytes). + Removing drv_spi_dma.o(i.__NVIC_ClearPendingIRQ), (24 bytes). + Removing drv_spi_dma.o(i.drv_spi_abort_dma), (108 bytes). + Removing drv_spi_dma.o(i.drv_spi_dma_callback), (60 bytes). + Removing drv_spi_dma.o(i.drv_spi_dma_ch6_init), (208 bytes). + Removing drv_spi_dma.o(i.drv_spi_dma_init), (220 bytes). + Removing drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback), (48 bytes). + Removing drv_spi_dma.o(i.drv_spi_set_dma_irq_callback), (88 bytes). + Removing drv_spi_dma.o(i.drv_spim_dma_read), (96 bytes). + Removing drv_spi_dma.o(i.drv_spim_dma_write), (60 bytes). + Removing drv_spi_dma.o(i.drv_spis_dma_write), (72 bytes). + Removing drv_spi_dma.o(.bss), (480 bytes). + Removing drv_spi_dma.o(.data), (16 bytes). + Removing drv_swire.o(.rev16_text), (4 bytes). + Removing drv_swire.o(.revsh_text), (4 bytes). + Removing drv_swire.o(i.drv_swire_enable), (28 bytes). + Removing drv_swire.o(i.drv_swire_register_callback), (12 bytes). + Removing drv_swire.o(i.drv_swire_set_bit_time), (24 bytes). + Removing drv_swire.o(i.drv_swire_set_pulse_count), (12 bytes). + Removing drv_sys_cfg.o(.rev16_text), (4 bytes). + Removing drv_sys_cfg.o(.revsh_text), (4 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_dma_req_mask), (32 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_read_version0_id), (12 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_sel_gpio_group), (36 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_sel_int_trig), (36 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_set_ap_reset), (28 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req), (16 bytes). + Removing drv_timer.o(.rev16_text), (4 bytes). + Removing drv_timer.o(.revsh_text), (4 bytes). + Removing drv_timer.o(i.drv_timer_clean_timer_value), (12 bytes). + Removing drv_timer.o(i.drv_timer_get_current_count), (10 bytes). + Removing drv_timer.o(i.drv_timer_get_match), (10 bytes). + Removing drv_vidc.o(.rev16_text), (4 bytes). + Removing drv_vidc.o(.revsh_text), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_clear_status0), (14 bytes). + Removing drv_vidc.o(i.drv_vidc_debug_cap_pixel), (24 bytes). + Removing drv_vidc.o(i.drv_vidc_debug_signal_frame), (30 bytes). + Removing drv_vidc.o(i.drv_vidc_get_int_source), (38 bytes). + Removing drv_vidc.o(i.drv_vidc_get_status0), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_get_status1), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_get_status2), (6 bytes). + Removing drv_vidc.o(i.drv_vidc_set_dsc_thresh), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_set_frmst_latency), (12 bytes). + Removing drv_vidc.o(i.drv_vidc_set_inff_thresh), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_set_irq_line), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_set_module_enable), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_set_outff_thresh), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_update_src_format), (14 bytes). + Removing irq_redirect .o(.rev16_text), (4 bytes). + Removing irq_redirect .o(.revsh_text), (4 bytes). + Removing drv_phy_common.o(.rev16_text), (4 bytes). + Removing drv_phy_common.o(.revsh_text), (4 bytes). + Removing drv_phy_common.o(i.drv_phy_get_calibration), (60 bytes). + Removing drv_phy_common.o(.data), (1 bytes). + Removing drv_pwr.o(.rev16_text), (4 bytes). + Removing drv_pwr.o(.revsh_text), (4 bytes). + Removing drv_pwr.o(i.drv_pwr_enter_deep_sleep_mode), (44 bytes). + Removing drv_i2c_master.o(.rev16_text), (4 bytes). + Removing drv_i2c_master.o(.revsh_text), (4 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_bus_init), (36 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_disable_intr), (16 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_enable), (16 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_get_fifo_status), (28 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_read_data), (32 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_set_fifo_threshold), (24 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_set_sys_mask), (48 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_write_data), (32 bytes). + Removing drv_i2c_slave.o(.rev16_text), (4 bytes). + Removing drv_i2c_slave.o(.revsh_text), (4 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_bus_init), (36 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_disable_intr), (16 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_enable), (16 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_get_tx_byte_num), (12 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_read_data), (32 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_set_fifo_threshold), (24 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_set_sys_mask), (48 bytes). + Removing drv_spi_master.o(.rev16_text), (4 bytes). + Removing drv_spi_master.o(.revsh_text), (4 bytes). + Removing drv_spi_master.o(i.drv_spi_m_deinit), (40 bytes). + Removing drv_spi_master.o(i.drv_spi_m_disable_int), (68 bytes). + Removing drv_spi_master.o(i.drv_spi_m_enable_int), (72 bytes). + Removing drv_spi_master.o(i.drv_spi_m_enable_rx_dma), (32 bytes). + Removing drv_spi_master.o(i.drv_spi_m_enable_tx_dma), (28 bytes). + Removing drv_spi_master.o(i.drv_spi_m_get_dma_address), (8 bytes). + Removing drv_spi_master.o(i.drv_spi_m_gpio_init), (32 bytes). + Removing drv_spi_master.o(i.drv_spi_m_read_data), (32 bytes). + Removing drv_spi_master.o(i.drv_spi_m_set_intr_callback), (12 bytes). + Removing drv_spi_master.o(i.drv_spi_m_switch_sclk), (28 bytes). + Removing drv_spi_master.o(i.drv_spi_m_write_data), (44 bytes). + Removing drv_spi_master.o(i.drv_spi_master_init), (164 bytes). + Removing drv_chip_info.o(.rev16_text), (4 bytes). + Removing drv_chip_info.o(.revsh_text), (4 bytes). + Removing drv_dsc_dec.o(.rev16_text), (4 bytes). + Removing drv_dsc_dec.o(.revsh_text), (4 bytes). + Removing drv_dsc_dec.o(i.drv_dsc_dec_set_u32_pps), (120 bytes). + Removing hal_spi_slave.o(.rev16_text), (4 bytes). + Removing hal_spi_slave.o(.revsh_text), (4 bytes). + Removing hal_spi_slave.o(i.hal_spi_s_set_high_impedance), (100 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_auto_transfer_abort), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start), (56 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_busy), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_deinit), (10 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_disable), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_enable), (96 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_flush_fifo), (20 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_get_rxfifo_notempty), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_gpio_init), (8 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_init), (76 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_read_data), (10 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_register_callback), (12 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_reset_tx), (68 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_set_auto_rx_buffer), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_set_auto_tx_buffer), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_write_data), (14 bytes). + Removing drv_fls_dma.o(.rev16_text), (4 bytes). + Removing drv_fls_dma.o(.revsh_text), (4 bytes). + Removing drv_fls_dma.o(i.fls_abort_dma), (42 bytes). + Removing drv_fls_dma.o(i.fls_dma_disable), (10 bytes). + Removing drv_fls_dma.o(i.fls_dma_enable), (10 bytes). + Removing drv_fls_dma.o(i.fls_dma_read_prepare), (86 bytes). + Removing drv_fls_dma.o(i.fls_dma_write_prepare), (82 bytes). + Removing drv_fls_dma.o(i.fls_read_dmacallback), (32 bytes). + Removing drv_fls_dma.o(i.fls_transfer_create_handle_dma), (208 bytes). + Removing drv_fls_dma.o(i.fls_transfer_dma), (112 bytes). + Removing drv_fls_dma.o(i.fls_transfer_get_receive_count_dma), (44 bytes). + Removing drv_fls_dma.o(i.fls_write_dmacallback), (32 bytes). + Removing drv_fls_dma.o(.data), (8 bytes). + Removing drv_pwm.o(.rev16_text), (4 bytes). + Removing drv_pwm.o(.revsh_text), (4 bytes). + Removing drv_pwm.o(i.drv_pwm_in_clear_pwm_int_all), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_enable), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_counter_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_current_count), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_high_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_low_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_register_callback), (24 bytes). + Removing drv_pwm.o(i.drv_pwm_in_set_pwm_int), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_in_set_sys_int), (52 bytes). + Removing drv_pwm.o(i.drv_pwm_out_enable), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_out_get_sync_flag), (16 bytes). + Removing drv_pwm.o(i.drv_pwm_out_pause), (28 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_control), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_sync_mode), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_threshold), (12 bytes). + Removing drv_uart.o(.rev16_text), (4 bytes). + Removing drv_uart.o(.revsh_text), (4 bytes). + Removing drv_uart.o(i.UART_AbortReceive), (30 bytes). + Removing drv_uart.o(i.UART_AbortSend), (30 bytes). + Removing drv_uart.o(i.UART_Deinit), (28 bytes). + Removing drv_uart.o(i.UART_Disable_IT), (68 bytes). + Removing drv_uart.o(i.UART_EnableDma), (32 bytes). + Removing drv_uart.o(i.UART_Enable_IT), (44 bytes). + Removing drv_uart.o(i.UART_GetDefaultConfig), (72 bytes). + Removing drv_uart.o(i.UART_GetFIFO_Ctrl), (20 bytes). + Removing drv_uart.o(i.UART_GetReceiveCount), (22 bytes). + Removing drv_uart.o(i.UART_GetReceiveStatus), (20 bytes). + Removing drv_uart.o(i.UART_GetRxRingBufferLength), (28 bytes). + Removing drv_uart.o(i.UART_GetSendCount), (22 bytes). + Removing drv_uart.o(i.UART_GetSendStatus), (20 bytes). + Removing drv_uart.o(i.UART_ReadBlocking), (32 bytes). + Removing drv_uart.o(i.UART_ReceiveNonBlocking), (50 bytes). + Removing drv_uart.o(i.UART_ResetTxFIFO), (36 bytes). + Removing drv_uart.o(i.UART_SendNonBlocking), (38 bytes). + Removing drv_uart.o(i.UART_TransferCreateHandle), (96 bytes). + Removing drv_uart.o(i.UART_TransferStartRingBuffer), (30 bytes). + Removing drv_uart.o(.constdata), (1 bytes). + Removing drv_uart_dma.o(.rev16_text), (4 bytes). + Removing drv_uart_dma.o(.revsh_text), (4 bytes). + Removing drv_uart_dma.o(i.UART_DMAInit), (76 bytes). + Removing drv_uart_dma.o(i.UART_TransferAbortReceiveDMA), (16 bytes). + Removing drv_uart_dma.o(i.UART_TransferAbortSendDMA), (16 bytes). + Removing drv_uart_dma.o(i.UART_TransferCreateHandleDMA), (176 bytes). + Removing drv_uart_dma.o(i.UART_TransferGetReceiveCountDMA), (44 bytes). + Removing drv_uart_dma.o(i.UART_TransferReceiveDMA), (68 bytes). + Removing drv_uart_dma.o(i.UART_TransferReceiveDMACallback), (34 bytes). + Removing drv_uart_dma.o(i.UART_TransferSendDMA), (68 bytes). + Removing drv_uart_dma.o(i.UART_TransferSendDMACallback), (34 bytes). + Removing drv_uart_dma.o(.data), (8 bytes). + Removing drv_wdg.o(.rev16_text), (4 bytes). + Removing drv_wdg.o(.revsh_text), (4 bytes). + Removing drv_wdg.o(i.drv_wdg_clear_counter), (16 bytes). + Removing drv_wdg.o(i.drv_wdg_enable), (32 bytes). + Removing drv_wdg.o(i.drv_wdg_load_match), (12 bytes). + Removing drv_wdg.o(i.drv_wdg_register_callback), (12 bytes). + Removing drv_wdg.o(i.drv_wdg_sel_mode), (28 bytes). + Removing drv_efuse.o(.rev16_text), (4 bytes). + Removing drv_efuse.o(.revsh_text), (4 bytes). + Removing drv_efuse.o(i.drv_efuse_crc_cal), (128 bytes). + Removing drv_efuse.o(i.drv_efuse_get_default_config), (26 bytes). + Removing drv_efuse.o(i.drv_efuse_int_disable), (12 bytes). + Removing drv_efuse.o(i.drv_efuse_write), (46 bytes). + Removing drv_efuse.o(i.drv_efuse_write_req), (22 bytes). + Removing drv_spi_slave.o(.rev16_text), (4 bytes). + Removing drv_spi_slave.o(.revsh_text), (4 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_deinit), (40 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_disable_int), (68 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_enable_int), (72 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_enable_rx_dma), (32 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_enable_tx_dma), (20 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_get_dma_address), (8 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_gpio_init), (24 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_read_data), (32 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_switch_sclk), (28 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_write_data), (44 bytes). + Removing drv_spi_slave.o(i.drv_spi_slave_init), (76 bytes). + Removing dflti.o(.text), (40 bytes). + +607 unused section(s) (total 26016 bytes) removed from the image. + +============================================================================== + +Image Symbol Table + + Local Symbols + + Symbol Name Value Ov Type Size Object(Section) + + ../clib/../cmprslib/zerorunl2.c 0x00000000 Number 0 __dczerorl2.o ABSOLUTE + ../clib/microlib/division.c 0x00000000 Number 0 uldiv.o ABSOLUTE + ../clib/microlib/division.c 0x00000000 Number 0 uidiv.o ABSOLUTE + ../clib/microlib/division.c 0x00000000 Number 0 idiv.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry7b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry10b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry10a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry2.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry7a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry5.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11a.o ABSOLUTE + ../clib/microlib/longlong.c 0x00000000 Number 0 llushr.o ABSOLUTE + ../clib/microlib/longlong.c 0x00000000 Number 0 llshl.o ABSOLUTE + ../clib/microlib/longlong.c 0x00000000 Number 0 llsshr.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf0.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf1.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf2.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf3.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf4.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf5.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf8.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf6.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printfa.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf7.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printfb.o ABSOLUTE + ../clib/microlib/printf/stubs.s 0x00000000 Number 0 stubs.o ABSOLUTE + ../clib/microlib/stdio/streams.c 0x00000000 Number 0 stdout.o ABSOLUTE + ../clib/microlib/string/memcpy.c 0x00000000 Number 0 memcpya.o ABSOLUTE + ../clib/microlib/string/memcpy.c 0x00000000 Number 0 memcpyb.o ABSOLUTE + ../clib/microlib/string/memset.c 0x00000000 Number 0 memseta.o ABSOLUTE + ../clib/microlib/stubs.s 0x00000000 Number 0 iusefp.o ABSOLUTE + ../fplib/microlib/f2d.c 0x00000000 Number 0 f2d.o ABSOLUTE + ../fplib/microlib/fpadd.c 0x00000000 Number 0 dadd.o ABSOLUTE + ../fplib/microlib/fpadd.c 0x00000000 Number 0 fadd.o ABSOLUTE + ../fplib/microlib/fpdiv.c 0x00000000 Number 0 fdiv.o ABSOLUTE + ../fplib/microlib/fpdiv.c 0x00000000 Number 0 ddiv.o ABSOLUTE + ../fplib/microlib/fpepilogue.c 0x00000000 Number 0 fepilogue.o ABSOLUTE + ../fplib/microlib/fpepilogue.c 0x00000000 Number 0 depilogue.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixui.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixi.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 ffixui.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 ffixi.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixul.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 fflti.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 dfltui.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 dflti.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 ffltui.o ABSOLUTE + ../fplib/microlib/fpmul.c 0x00000000 Number 0 fmul.o ABSOLUTE + ../fplib/microlib/fpmul.c 0x00000000 Number 0 dmul.o ABSOLUTE + ../fplib/microlib/fpscalb.c 0x00000000 Number 0 fscalb.o ABSOLUTE + ../mathlib/ceil.c 0x00000000 Number 0 ceil.o ABSOLUTE + ..\..\..\src\common\tau_delay.c 0x00000000 Number 0 tau_delay.o ABSOLUTE + ..\..\..\src\common\tau_log.c 0x00000000 Number 0 tau_log.o ABSOLUTE + ..\..\..\src\driver\robin\src\drv_chip_info.c 0x00000000 Number 0 drv_chip_info.o ABSOLUTE + ..\..\..\src\driver\robin\src\drv_dsc_dec.c 0x00000000 Number 0 drv_dsc_dec.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_common.c 0x00000000 Number 0 drv_common.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_crgu.c 0x00000000 Number 0 drv_crgu.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_dma.c 0x00000000 Number 0 drv_dma.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_dsi_rx.c 0x00000000 Number 0 drv_dsi_rx.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_dsi_tx.c 0x00000000 Number 0 drv_dsi_tx.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_efuse.c 0x00000000 Number 0 drv_efuse.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_fls.c 0x00000000 Number 0 drv_fls.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_fls_dma.c 0x00000000 Number 0 drv_fls_dma.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_gpio.c 0x00000000 Number 0 drv_gpio.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_i2c_dma.c 0x00000000 Number 0 drv_i2c_dma.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_i2c_master.c 0x00000000 Number 0 drv_i2c_master.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_i2c_slave.c 0x00000000 Number 0 drv_i2c_slave.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_lcdc.c 0x00000000 Number 0 drv_lcdc.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_memc.c 0x00000000 Number 0 drv_memc.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_param_init.c 0x00000000 Number 0 drv_param_init.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_phy_common.c 0x00000000 Number 0 drv_phy_common.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_pwm.c 0x00000000 Number 0 drv_pwm.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_pwr.c 0x00000000 Number 0 drv_pwr.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_rxbr.c 0x00000000 Number 0 drv_rxbr.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_spi_dma.c 0x00000000 Number 0 drv_spi_dma.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_spi_master.c 0x00000000 Number 0 drv_spi_master.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_spi_slave.c 0x00000000 Number 0 drv_spi_slave.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_swire.c 0x00000000 Number 0 drv_swire.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_sys_cfg.c 0x00000000 Number 0 drv_sys_cfg.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_timer.c 0x00000000 Number 0 drv_timer.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_uart.c 0x00000000 Number 0 drv_uart.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_uart_dma.c 0x00000000 Number 0 drv_uart_dma.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_vidc.c 0x00000000 Number 0 drv_vidc.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_wdg.c 0x00000000 Number 0 drv_wdg.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\irq_redirect .c 0x00000000 Number 0 irq_redirect .o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_dsi_rx_ctrl.c 0x00000000 Number 0 hal_dsi_rx_ctrl.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_dsi_tx_ctrl.c 0x00000000 Number 0 hal_dsi_tx_ctrl.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_gpio.c 0x00000000 Number 0 hal_gpio.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_i2c_master.c 0x00000000 Number 0 hal_i2c_master.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_i2c_slave.c 0x00000000 Number 0 hal_i2c_slave.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_spi_master.c 0x00000000 Number 0 hal_spi_master.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_spi_slave.c 0x00000000 Number 0 hal_spi_slave.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_swire.c 0x00000000 Number 0 hal_swire.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_system.c 0x00000000 Number 0 hal_system.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_timer.c 0x00000000 Number 0 hal_timer.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_uart.c 0x00000000 Number 0 hal_uart.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\internal\dcs_packet_fifo.c 0x00000000 Number 0 dcs_packet_fifo.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\internal\hal_internal_vsync.c 0x00000000 Number 0 hal_internal_vsync.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\internal\norflash.c 0x00000000 Number 0 norflash.o ABSOLUTE + ..\\..\\..\\src\\common\\tau_delay.c 0x00000000 Number 0 tau_delay.o ABSOLUTE + ..\\..\\..\\src\\common\\tau_log.c 0x00000000 Number 0 tau_log.o ABSOLUTE + ..\\..\\..\\src\\driver\\robin\\src\\drv_chip_info.c 0x00000000 Number 0 drv_chip_info.o ABSOLUTE + ..\\..\\..\\src\\driver\\robin\\src\\drv_dsc_dec.c 0x00000000 Number 0 drv_dsc_dec.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_common.c 0x00000000 Number 0 drv_common.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_crgu.c 0x00000000 Number 0 drv_crgu.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_dma.c 0x00000000 Number 0 drv_dma.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_dsi_rx.c 0x00000000 Number 0 drv_dsi_rx.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_dsi_tx.c 0x00000000 Number 0 drv_dsi_tx.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_efuse.c 0x00000000 Number 0 drv_efuse.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_fls.c 0x00000000 Number 0 drv_fls.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_fls_dma.c 0x00000000 Number 0 drv_fls_dma.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_gpio.c 0x00000000 Number 0 drv_gpio.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_i2c_dma.c 0x00000000 Number 0 drv_i2c_dma.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_i2c_master.c 0x00000000 Number 0 drv_i2c_master.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_i2c_slave.c 0x00000000 Number 0 drv_i2c_slave.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_lcdc.c 0x00000000 Number 0 drv_lcdc.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_memc.c 0x00000000 Number 0 drv_memc.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_param_init.c 0x00000000 Number 0 drv_param_init.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_phy_common.c 0x00000000 Number 0 drv_phy_common.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_pwm.c 0x00000000 Number 0 drv_pwm.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_pwr.c 0x00000000 Number 0 drv_pwr.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_rxbr.c 0x00000000 Number 0 drv_rxbr.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_spi_dma.c 0x00000000 Number 0 drv_spi_dma.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_spi_master.c 0x00000000 Number 0 drv_spi_master.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_spi_slave.c 0x00000000 Number 0 drv_spi_slave.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_swire.c 0x00000000 Number 0 drv_swire.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_sys_cfg.c 0x00000000 Number 0 drv_sys_cfg.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_timer.c 0x00000000 Number 0 drv_timer.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_uart.c 0x00000000 Number 0 drv_uart.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_uart_dma.c 0x00000000 Number 0 drv_uart_dma.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_vidc.c 0x00000000 Number 0 drv_vidc.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_wdg.c 0x00000000 Number 0 drv_wdg.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\irq_redirect .c 0x00000000 Number 0 irq_redirect .o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_dsi_rx_ctrl.c 0x00000000 Number 0 hal_dsi_rx_ctrl.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_dsi_tx_ctrl.c 0x00000000 Number 0 hal_dsi_tx_ctrl.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_gpio.c 0x00000000 Number 0 hal_gpio.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_i2c_master.c 0x00000000 Number 0 hal_i2c_master.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_i2c_slave.c 0x00000000 Number 0 hal_i2c_slave.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_spi_master.c 0x00000000 Number 0 hal_spi_master.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_spi_slave.c 0x00000000 Number 0 hal_spi_slave.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_swire.c 0x00000000 Number 0 hal_swire.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_system.c 0x00000000 Number 0 hal_system.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_timer.c 0x00000000 Number 0 hal_timer.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_uart.c 0x00000000 Number 0 hal_uart.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\internal\\hal_internal_vsync.c 0x00000000 Number 0 hal_internal_vsync.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\internal\\norflash.c 0x00000000 Number 0 norflash.o ABSOLUTE + ..\\src\\app\\demo\\ap_demo.c 0x00000000 Number 0 ap_demo.o ABSOLUTE + ..\\src\\app\\demo\\app_tp_for_custom_s8.c 0x00000000 Number 0 app_tp_for_custom_s8.o ABSOLUTE + ..\\src\\app\\demo\\app_tp_transfer.c 0x00000000 Number 0 app_tp_transfer.o ABSOLUTE + ..\\src\\app\\main.c 0x00000000 Number 0 main.o ABSOLUTE + ..\\src\\board\\board.c 0x00000000 Number 0 board.o ABSOLUTE + ..\src\app\demo\ap_demo.c 0x00000000 Number 0 ap_demo.o ABSOLUTE + ..\src\app\demo\app_tp_for_custom_s8.c 0x00000000 Number 0 app_tp_for_custom_s8.o ABSOLUTE + ..\src\app\demo\app_tp_transfer.c 0x00000000 Number 0 app_tp_transfer.o ABSOLUTE + ..\src\app\main.c 0x00000000 Number 0 main.o ABSOLUTE + ..\src\board\board.c 0x00000000 Number 0 board.o ABSOLUTE + ..\src\board\startup\startup_ARMCM0.s 0x00000000 Number 0 startup_armcm0.o ABSOLUTE + cdrcmple.s 0x00000000 Number 0 cdrcmple.o ABSOLUTE + cfrcmple.s 0x00000000 Number 0 cfrcmple.o ABSOLUTE + dc.s 0x00000000 Number 0 dc.o ABSOLUTE + handlers.s 0x00000000 Number 0 handlers.o ABSOLUTE + init.s 0x00000000 Number 0 init.o ABSOLUTE + RESET 0x00010000 Section 192 startup_armcm0.o(RESET) + .ARM.Collect$$$$00000000 0x000100c0 Section 0 entry.o(.ARM.Collect$$$$00000000) + .ARM.Collect$$$$00000001 0x000100c0 Section 4 entry2.o(.ARM.Collect$$$$00000001) + .ARM.Collect$$$$00000004 0x000100c4 Section 4 entry5.o(.ARM.Collect$$$$00000004) + .ARM.Collect$$$$00000008 0x000100c8 Section 0 entry7b.o(.ARM.Collect$$$$00000008) + .ARM.Collect$$$$0000000A 0x000100c8 Section 0 entry8b.o(.ARM.Collect$$$$0000000A) + .ARM.Collect$$$$0000000B 0x000100c8 Section 8 entry9a.o(.ARM.Collect$$$$0000000B) + .ARM.Collect$$$$0000000D 0x000100d0 Section 0 entry10a.o(.ARM.Collect$$$$0000000D) + .ARM.Collect$$$$0000000F 0x000100d0 Section 0 entry11a.o(.ARM.Collect$$$$0000000F) + .ARM.Collect$$$$00002712 0x000100d0 Section 4 entry2.o(.ARM.Collect$$$$00002712) + __lit__00000000 0x000100d0 Data 4 entry2.o(.ARM.Collect$$$$00002712) + .text 0x000100d4 Section 120 startup_armcm0.o(.text) + .text 0x0001014c Section 0 uidiv.o(.text) + .text 0x00010178 Section 0 idiv.o(.text) + .text 0x000101a0 Section 0 memcpya.o(.text) + .text 0x000101c4 Section 0 memseta.o(.text) + .text 0x000101e8 Section 0 fadd.o(.text) + .text 0x0001029a Section 0 fmul.o(.text) + .text 0x00010314 Section 0 fdiv.o(.text) + .text 0x00010390 Section 0 fscalb.o(.text) + .text 0x000103a8 Section 0 dadd.o(.text) + .text 0x0001050c Section 0 dmul.o(.text) + .text 0x000105dc Section 0 ddiv.o(.text) + .text 0x000106cc Section 0 fflti.o(.text) + .text 0x000106e2 Section 0 ffltui.o(.text) + .text 0x000106f0 Section 0 dfltui.o(.text) + .text 0x0001070c Section 0 ffixi.o(.text) + .text 0x0001073e Section 0 ffixui.o(.text) + .text 0x00010768 Section 0 dfixi.o(.text) + .text 0x000107b0 Section 0 dfixui.o(.text) + .text 0x000107ec Section 0 f2d.o(.text) + .text 0x00010814 Section 20 cfrcmple.o(.text) + .text 0x00010828 Section 0 uldiv.o(.text) + .text 0x00010888 Section 0 llshl.o(.text) + .text 0x000108a8 Section 0 llushr.o(.text) + .text 0x000108ca Section 0 llsshr.o(.text) + .text 0x000108f0 Section 0 iusefp.o(.text) + .text 0x000108f0 Section 0 fepilogue.o(.text) + .text 0x00010972 Section 0 depilogue.o(.text) + .text 0x00010a30 Section 0 dfixul.o(.text) + .text 0x00010a70 Section 40 cdrcmple.o(.text) + .text 0x00010a98 Section 36 init.o(.text) + .text 0x00010abc Section 0 __dczerorl2.o(.text) + i.ADC_IRQn_Handler 0x00010b14 Section 0 irq_redirect .o(i.ADC_IRQn_Handler) + i.AP_NRESET_IRQn_Handler 0x00010b2c Section 0 irq_redirect .o(i.AP_NRESET_IRQn_Handler) + i.DMA_IRQn_Handler 0x00010b44 Section 0 irq_redirect .o(i.DMA_IRQn_Handler) + i.EXTI_INT0_IRQn_Handler 0x00010b58 Section 0 irq_redirect .o(i.EXTI_INT0_IRQn_Handler) + i.EXTI_INT1_IRQn_Handler 0x00010b74 Section 0 irq_redirect .o(i.EXTI_INT1_IRQn_Handler) + i.EXTI_INT2_IRQn_Handler 0x00010b90 Section 0 irq_redirect .o(i.EXTI_INT2_IRQn_Handler) + i.EXTI_INT3_IRQn_Handler 0x00010bac Section 0 irq_redirect .o(i.EXTI_INT3_IRQn_Handler) + i.EXTI_INT4_IRQn_Handler 0x00010bc8 Section 0 irq_redirect .o(i.EXTI_INT4_IRQn_Handler) + i.EXTI_INT5_IRQn_Handler 0x00010be4 Section 0 irq_redirect .o(i.EXTI_INT5_IRQn_Handler) + i.EXTI_INT6_IRQn_Handler 0x00010c00 Section 0 irq_redirect .o(i.EXTI_INT6_IRQn_Handler) + i.EXTI_INT7_IRQn_Handler 0x00010c1c Section 0 irq_redirect .o(i.EXTI_INT7_IRQn_Handler) + i.FLSCTRL_IRQn_Handler 0x00010c38 Section 0 irq_redirect .o(i.FLSCTRL_IRQn_Handler) + i.Gpio_swire_output 0x00010c4c Section 0 ap_demo.o(i.Gpio_swire_output) + i.HardFault_Handler 0x00010cc0 Section 0 irq_redirect .o(i.HardFault_Handler) + i.I2C0_IRQn_Handler 0x00010cd4 Section 0 irq_redirect .o(i.I2C0_IRQn_Handler) + i.I2C1_IRQn_Handler 0x00010cec Section 0 irq_redirect .o(i.I2C1_IRQn_Handler) + i.LCDC_IRQn_Handler 0x00010d04 Section 0 irq_redirect .o(i.LCDC_IRQn_Handler) + i.LOG_printf 0x00010d1c Section 0 tau_log.o(i.LOG_printf) + i.MEMC_IRQn_Handler 0x00010d44 Section 0 irq_redirect .o(i.MEMC_IRQn_Handler) + i.MIPI_RX_IRQn_Handler 0x00010d5c Section 0 irq_redirect .o(i.MIPI_RX_IRQn_Handler) + i.MIPI_TX_IRQn_Handler 0x00010d74 Section 0 irq_redirect .o(i.MIPI_TX_IRQn_Handler) + i.PWMDET_IRQn_Handler 0x00010d8c Section 0 irq_redirect .o(i.PWMDET_IRQn_Handler) + i.SPIM_IRQn_Handler 0x00010da8 Section 0 irq_redirect .o(i.SPIM_IRQn_Handler) + i.SPIS_IRQn_Handler 0x00010dc4 Section 0 irq_redirect .o(i.SPIS_IRQn_Handler) + i.SWIRE_IRQn_Handler 0x00010de0 Section 0 irq_redirect .o(i.SWIRE_IRQn_Handler) + i.SysTick_Handler 0x00010dfc Section 0 irq_redirect .o(i.SysTick_Handler) + i.TIMER0_IRQn_Handler 0x00010e14 Section 0 irq_redirect .o(i.TIMER0_IRQn_Handler) + i.TIMER1_IRQn_Handler 0x00010e2c Section 0 irq_redirect .o(i.TIMER1_IRQn_Handler) + i.TIMER2_IRQn_Handler 0x00010e44 Section 0 irq_redirect .o(i.TIMER2_IRQn_Handler) + i.TIMER3_IRQn_Handler 0x00010e5c Section 0 irq_redirect .o(i.TIMER3_IRQn_Handler) + i.UART0_IRQ_Handle 0x00010e74 Section 0 drv_uart.o(i.UART0_IRQ_Handle) + i.UART_DisableDma 0x00010e90 Section 0 drv_uart.o(i.UART_DisableDma) + i.UART_GetInstance 0x00010e92 Section 0 drv_uart.o(i.UART_GetInstance) + i.UART_IRQn_Handler 0x00010e98 Section 0 irq_redirect .o(i.UART_IRQn_Handler) + i.UART_ResetRxFIFO 0x00010eb0 Section 0 drv_uart.o(i.UART_ResetRxFIFO) + i.UART_SetBaudRate 0x00010ed4 Section 0 drv_uart.o(i.UART_SetBaudRate) + i.UART_SwitchSCLK 0x00010f1c Section 0 drv_uart.o(i.UART_SwitchSCLK) + i.UART_WriteBlocking 0x00010f36 Section 0 drv_uart.o(i.UART_WriteBlocking) + i.VIDC_IRQn_Handler 0x00010f50 Section 0 irq_redirect .o(i.VIDC_IRQn_Handler) + i.VPRE_IRQn_Handler 0x00010f68 Section 0 irq_redirect .o(i.VPRE_IRQn_Handler) + i.WDG_IRQn_Handler 0x00010f80 Section 0 irq_redirect .o(i.WDG_IRQn_Handler) + i.__0printf 0x00010f98 Section 0 printfa.o(i.__0printf) + i.__0vsprintf 0x00010fb8 Section 0 printfa.o(i.__0vsprintf) + i.__ARM_common_switch8 0x00010fdc Section 0 ap_demo.o(i.__ARM_common_switch8) + i.__scatterload_null 0x00010ff6 Section 2 handlers.o(i.__scatterload_null) + i.app_UART_IRQn_Handler 0x00010ff8 Section 0 drv_uart.o(i.app_UART_IRQn_Handler) + .ARM.__at_0x11000 0x00011000 Section 20 drv_common.o(.ARM.__at_0x11000) + i.UART_TransferHandleIRQ 0x00011014 Section 0 drv_uart.o(i.UART_TransferHandleIRQ) + i.UART_init 0x00011148 Section 0 drv_uart.o(i.UART_init) + i.__ARM_clz 0x00011204 Section 0 depilogue.o(i.__ARM_clz) + i.__NVIC_ClearPendingIRQ 0x00011234 Section 0 drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) + __NVIC_ClearPendingIRQ 0x00011235 Thumb Code 18 drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) + i.__NVIC_ClearPendingIRQ 0x0001124c Section 0 drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) + __NVIC_ClearPendingIRQ 0x0001124d Thumb Code 18 drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) + i.__NVIC_ClearPendingIRQ 0x00011264 Section 0 drv_spi_master.o(i.__NVIC_ClearPendingIRQ) + __NVIC_ClearPendingIRQ 0x00011265 Thumb Code 18 drv_spi_master.o(i.__NVIC_ClearPendingIRQ) + i.__NVIC_DisableIRQ 0x0001127c Section 0 drv_rxbr.o(i.__NVIC_DisableIRQ) + __NVIC_DisableIRQ 0x0001127d Thumb Code 26 drv_rxbr.o(i.__NVIC_DisableIRQ) + i.__NVIC_EnableIRQ 0x0001129c Section 0 drv_rxbr.o(i.__NVIC_EnableIRQ) + __NVIC_EnableIRQ 0x0001129d Thumb Code 18 drv_rxbr.o(i.__NVIC_EnableIRQ) + i.__NVIC_SetPriority 0x000112b4 Section 0 hal_spi_slave.o(i.__NVIC_SetPriority) + __NVIC_SetPriority 0x000112b5 Thumb Code 60 hal_spi_slave.o(i.__NVIC_SetPriority) + i.__scatterload_copy 0x000112f8 Section 14 handlers.o(i.__scatterload_copy) + i.__scatterload_zeroinit 0x00011306 Section 14 handlers.o(i.__scatterload_zeroinit) + i._fp_digits 0x00011314 Section 0 printfa.o(i._fp_digits) + _fp_digits 0x00011315 Thumb Code 344 printfa.o(i._fp_digits) + i._printf_core 0x00011488 Section 0 printfa.o(i._printf_core) + _printf_core 0x00011489 Thumb Code 1754 printfa.o(i._printf_core) + i._printf_post_padding 0x00011b74 Section 0 printfa.o(i._printf_post_padding) + _printf_post_padding 0x00011b75 Thumb Code 32 printfa.o(i._printf_post_padding) + i._printf_pre_padding 0x00011b94 Section 0 printfa.o(i._printf_pre_padding) + _printf_pre_padding 0x00011b95 Thumb Code 44 printfa.o(i._printf_pre_padding) + i._sputc 0x00011bc0 Section 0 printfa.o(i._sputc) + _sputc 0x00011bc1 Thumb Code 10 printfa.o(i._sputc) + i.ap_dcs_read 0x00011bcc Section 0 ap_demo.o(i.ap_dcs_read) + ap_dcs_read 0x00011bcd Thumb Code 5038 ap_demo.o(i.ap_dcs_read) + i.ap_demo 0x00012f84 Section 0 ap_demo.o(i.ap_demo) + i.ap_get_reg_ca 0x000130a0 Section 0 ap_demo.o(i.ap_get_reg_ca) + ap_get_reg_ca 0x000130a1 Thumb Code 38 ap_demo.o(i.ap_get_reg_ca) + i.ap_get_reg_df 0x000130cc Section 0 ap_demo.o(i.ap_get_reg_df) + ap_get_reg_df 0x000130cd Thumb Code 72 ap_demo.o(i.ap_get_reg_df) + i.ap_reset_cb 0x00013118 Section 0 ap_demo.o(i.ap_reset_cb) + ap_reset_cb 0x00013119 Thumb Code 40 ap_demo.o(i.ap_reset_cb) + i.ap_set_backlight 0x00013170 Section 0 ap_demo.o(i.ap_set_backlight) + ap_set_backlight 0x00013171 Thumb Code 826 ap_demo.o(i.ap_set_backlight) + i.ap_set_display_off 0x000134cc Section 0 ap_demo.o(i.ap_set_display_off) + ap_set_display_off 0x000134cd Thumb Code 16 ap_demo.o(i.ap_set_display_off) + i.ap_set_display_on 0x00013504 Section 0 ap_demo.o(i.ap_set_display_on) + ap_set_display_on 0x00013505 Thumb Code 16 ap_demo.o(i.ap_set_display_on) + i.ap_set_enter_sleep_mode 0x0001353c Section 0 ap_demo.o(i.ap_set_enter_sleep_mode) + ap_set_enter_sleep_mode 0x0001353d Thumb Code 116 ap_demo.o(i.ap_set_enter_sleep_mode) + i.ap_set_exit_sleep_mode 0x000135e4 Section 0 ap_demo.o(i.ap_set_exit_sleep_mode) + ap_set_exit_sleep_mode 0x000135e5 Thumb Code 20 ap_demo.o(i.ap_set_exit_sleep_mode) + i.app_ADC_IRQn_Handler 0x0001362c Section 0 drv_rxbr.o(i.app_ADC_IRQn_Handler) + i.app_AP_NRESET_IRQn_Handler 0x00013648 Section 0 drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) + i.app_EXTI_INT0_IRQn_Handler 0x0001366c Section 0 drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) + i.app_EXTI_INT1_IRQn_Handler 0x00013688 Section 0 drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) + i.app_EXTI_INT2_IRQn_Handler 0x000136a4 Section 0 drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) + i.app_EXTI_INT3_IRQn_Handler 0x000136c0 Section 0 drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) + i.app_EXTI_INT4_IRQn_Handler 0x000136dc Section 0 drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) + i.app_EXTI_INT5_IRQn_Handler 0x000136f8 Section 0 drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) + i.app_EXTI_INT6_IRQn_Handler 0x00013714 Section 0 drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) + i.app_EXTI_INT7_IRQn_Handler 0x00013730 Section 0 drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) + i.app_HardFault_Handler 0x0001374c Section 0 drv_common.o(i.app_HardFault_Handler) + i.app_I2C0_IRQn_Handler 0x00013794 Section 0 drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) + i.app_I2C1_IRQn_Handler 0x000137a4 Section 0 drv_i2c_master.o(i.app_I2C1_IRQn_Handler) + i.app_LCDC_IRQn_Handler 0x000137b4 Section 0 hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) + i.app_MEMC_IRQn_Handler 0x00013894 Section 0 drv_memc.o(i.app_MEMC_IRQn_Handler) + i.app_MIPI_RX_IRQn_Handler 0x0001391c Section 0 drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) + i.app_MIPI_TX_IRQn_Handler 0x00013ba8 Section 0 drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) + i.app_PWMDET_IRQn_Handler 0x00013c48 Section 0 drv_pwm.o(i.app_PWMDET_IRQn_Handler) + i.app_SPIM_IRQn_Handler 0x00013c90 Section 0 drv_spi_master.o(i.app_SPIM_IRQn_Handler) + i.app_SPIS_IRQn_Handler 0x00013cc0 Section 0 hal_spi_slave.o(i.app_SPIS_IRQn_Handler) + i.app_SWIRE_IRQn_Handler 0x00013d64 Section 0 drv_swire.o(i.app_SWIRE_IRQn_Handler) + i.app_SysTick_Handler 0x00013d84 Section 0 drv_common.o(i.app_SysTick_Handler) + i.app_TIMER0_IRQn_Handler 0x00013d9c Section 0 drv_timer.o(i.app_TIMER0_IRQn_Handler) + i.app_TIMER1_IRQn_Handler 0x00013dc0 Section 0 drv_timer.o(i.app_TIMER1_IRQn_Handler) + i.app_TIMER2_IRQn_Handler 0x00013de4 Section 0 drv_timer.o(i.app_TIMER2_IRQn_Handler) + i.app_TIMER3_IRQn_Handler 0x00013e08 Section 0 drv_timer.o(i.app_TIMER3_IRQn_Handler) + i.app_VIDC_IRQn_Handler 0x00013e3c Section 0 drv_vidc.o(i.app_VIDC_IRQn_Handler) + i.app_VPRE_IRQn_Handler 0x00013e58 Section 0 drv_rxbr.o(i.app_VPRE_IRQn_Handler) + i.app_WDG_IRQn_Handler 0x00013e74 Section 0 drv_wdg.o(i.app_WDG_IRQn_Handler) + i.app_dma_irq_handler 0x00013ea0 Section 0 drv_dma.o(i.app_dma_irq_handler) + i.app_fls_ctrl_Handler 0x00013eb0 Section 0 norflash.o(i.app_fls_ctrl_Handler) + i.app_tp_i2cs_callback 0x00013ee0 Section 0 app_tp_transfer.o(i.app_tp_i2cs_callback) + app_tp_i2cs_callback 0x00013ee1 Thumb Code 10 app_tp_transfer.o(i.app_tp_i2cs_callback) + i.app_tp_init 0x00013eec Section 0 app_tp_transfer.o(i.app_tp_init) + i.app_tp_phone_analysis_data 0x00013f58 Section 0 app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) + i.app_tp_s_read 0x000142bc Section 0 app_tp_transfer.o(i.app_tp_s_read) + i.app_tp_s_write 0x000142c4 Section 0 app_tp_transfer.o(i.app_tp_s_write) + i.app_tp_transfer_phone 0x000142cc Section 0 app_tp_transfer.o(i.app_tp_transfer_phone) + app_tp_transfer_phone 0x000142cd Thumb Code 44 app_tp_transfer.o(i.app_tp_transfer_phone) + i.board_Init 0x000142fc Section 0 board.o(i.board_Init) + i.calc_framebuffer_setting 0x00014318 Section 0 hal_internal_vsync.o(i.calc_framebuffer_setting) + calc_framebuffer_setting 0x00014319 Thumb Code 628 hal_internal_vsync.o(i.calc_framebuffer_setting) + i.ceil 0x000145cc Section 0 ceil.o(i.ceil) + i.check_mipi_rx_tx_video_info 0x00014694 Section 0 hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) + check_mipi_rx_tx_video_info 0x00014695 Thumb Code 44 hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) + i.check_pkt_buf_rev 0x000146c0 Section 0 hal_internal_vsync.o(i.check_pkt_buf_rev) + check_pkt_buf_rev 0x000146c1 Thumb Code 92 hal_internal_vsync.o(i.check_pkt_buf_rev) + i.dcs_packet_fifo_alloc 0x00014750 Section 0 dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) + i.dcs_packet_fifo_init 0x000147a8 Section 0 dcs_packet_fifo.o(i.dcs_packet_fifo_init) + i.dcs_packet_free_fifo_header 0x000147c0 Section 0 dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) + i.dcs_packet_get_fifo_header 0x00014804 Section 0 dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) + i.dcs_sw_filter 0x00014828 Section 0 hal_internal_vsync.o(i.dcs_sw_filter) + dcs_sw_filter 0x00014829 Thumb Code 24 hal_internal_vsync.o(i.dcs_sw_filter) + i.delayMs 0x00014844 Section 0 tau_delay.o(i.delayMs) + i.delayUs 0x0001485c Section 0 tau_delay.o(i.delayUs) + i.drv_ap_rst_trig_edge_detect 0x00014880 Section 0 drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) + i.drv_chip_info_get_info 0x000148b8 Section 0 drv_chip_info.o(i.drv_chip_info_get_info) + i.drv_chip_info_init 0x000148c4 Section 0 drv_chip_info.o(i.drv_chip_info_init) + i.drv_chip_rx_info_check 0x00014904 Section 0 drv_chip_info.o(i.drv_chip_rx_info_check) + i.drv_chip_rx_init_done 0x000149cc Section 0 drv_chip_info.o(i.drv_chip_rx_init_done) + i.drv_common_enable_systick 0x000149e0 Section 0 drv_common.o(i.drv_common_enable_systick) + i.drv_common_system_init 0x00014a38 Section 0 drv_common.o(i.drv_common_system_init) + i.drv_crgu_clear_all_reset_flags 0x00014a40 Section 0 drv_crgu.o(i.drv_crgu_clear_all_reset_flags) + i.drv_crgu_config_reset_modules 0x00014a4c Section 0 drv_crgu.o(i.drv_crgu_config_reset_modules) + i.drv_crgu_set_ahb_pre_div 0x00014a5c Section 0 drv_crgu.o(i.drv_crgu_set_ahb_pre_div) + i.drv_crgu_set_ahb_src 0x00014a70 Section 0 drv_crgu.o(i.drv_crgu_set_ahb_src) + i.drv_crgu_set_clock 0x00014a84 Section 0 drv_crgu.o(i.drv_crgu_set_clock) + i.drv_crgu_set_dpi_mux_src 0x00014aa4 Section 0 drv_crgu.o(i.drv_crgu_set_dpi_mux_src) + i.drv_crgu_set_dpi_pre_div 0x00014ab8 Section 0 drv_crgu.o(i.drv_crgu_set_dpi_pre_div) + i.drv_crgu_set_dpi_pre_src 0x00014ad0 Section 0 drv_crgu.o(i.drv_crgu_set_dpi_pre_src) + i.drv_crgu_set_dsc_core_div 0x00014ae4 Section 0 drv_crgu.o(i.drv_crgu_set_dsc_core_div) + i.drv_crgu_set_dsco_src 0x00014af8 Section 0 drv_crgu.o(i.drv_crgu_set_dsco_src) + i.drv_crgu_set_dsco_src_div 0x00014b0c Section 0 drv_crgu.o(i.drv_crgu_set_dsco_src_div) + i.drv_crgu_set_fb_div 0x00014b20 Section 0 drv_crgu.o(i.drv_crgu_set_fb_div) + i.drv_crgu_set_fb_src 0x00014b34 Section 0 drv_crgu.o(i.drv_crgu_set_fb_src) + i.drv_crgu_set_lcdc_div 0x00014b48 Section 0 drv_crgu.o(i.drv_crgu_set_lcdc_div) + i.drv_crgu_set_lcdc_src 0x00014b5c Section 0 drv_crgu.o(i.drv_crgu_set_lcdc_src) + i.drv_crgu_set_mipi_cfg_src 0x00014b70 Section 0 drv_crgu.o(i.drv_crgu_set_mipi_cfg_src) + i.drv_crgu_set_mipi_ref_src 0x00014b84 Section 0 drv_crgu.o(i.drv_crgu_set_mipi_ref_src) + i.drv_crgu_set_reset 0x00014b9c Section 0 drv_crgu.o(i.drv_crgu_set_reset) + i.drv_crgu_set_rxbr_div 0x00014bb4 Section 0 drv_crgu.o(i.drv_crgu_set_rxbr_div) + i.drv_crgu_set_rxbr_src 0x00014bc8 Section 0 drv_crgu.o(i.drv_crgu_set_rxbr_src) + i.drv_crgu_set_vidc_src 0x00014bdc Section 0 drv_crgu.o(i.drv_crgu_set_vidc_src) + i.drv_dma_clear_flag 0x00014bf0 Section 0 drv_dma.o(i.drv_dma_clear_flag) + i.drv_dma_create_handle 0x00014c08 Section 0 drv_dma.o(i.drv_dma_create_handle) + i.drv_dma_disenable_channel 0x00014c24 Section 0 drv_dma.o(i.drv_dma_disenable_channel) + i.drv_dma_enable_channel 0x00014c34 Section 0 drv_dma.o(i.drv_dma_enable_channel) + i.drv_dma_enable_channel_interrupts 0x00014c44 Section 0 drv_dma.o(i.drv_dma_enable_channel_interrupts) + i.drv_dma_get_channel_flag 0x00014c68 Section 0 drv_dma.o(i.drv_dma_get_channel_flag) + i.drv_dma_irq_handler 0x00014c74 Section 0 drv_dma.o(i.drv_dma_irq_handler) + i.drv_dma_prepar_transfer 0x00014d04 Section 0 drv_dma.o(i.drv_dma_prepar_transfer) + i.drv_dma_set_callback 0x00014d16 Section 0 drv_dma.o(i.drv_dma_set_callback) + i.drv_dsc_dec_convert_pps_rc_parameter 0x00014d1c Section 0 drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) + i.drv_dsc_dec_disable 0x00014d52 Section 0 drv_dsc_dec.o(i.drv_dsc_dec_disable) + i.drv_dsc_dec_enable 0x00014d60 Section 0 drv_dsc_dec.o(i.drv_dsc_dec_enable) + i.drv_dsc_dec_get_nslc 0x00014dd4 Section 0 drv_dsc_dec.o(i.drv_dsc_dec_get_nslc) + i.drv_dsc_dec_set_u8_pps 0x00014dde Section 0 drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) + i.drv_dsi_rx_calc_ipi_tx_delay 0x00014e08 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) + i.drv_dsi_rx_enable_irq 0x00014f0c Section 0 drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) + i.drv_dsi_rx_get_color_bpp 0x00014f4c Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) + drv_dsi_rx_get_color_bpp 0x00014f4d Thumb Code 62 drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) + i.drv_dsi_rx_get_color_pcc 0x00014f9c Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_color_pcc) + drv_dsi_rx_get_color_pcc 0x00014f9d Thumb Code 24 drv_dsi_rx.o(i.drv_dsi_rx_get_color_pcc) + i.drv_dsi_rx_get_compression_en 0x00014fb8 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) + i.drv_dsi_rx_get_max_ret_size 0x00014fc0 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_max_ret_size) + i.drv_dsi_rx_power_up 0x00014fc6 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_power_up) + i.drv_dsi_rx_set_ctrl_cfg 0x00014fd4 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_ctrl_cfg) + i.drv_dsi_rx_set_ddi_cfg 0x00014ff4 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) + i.drv_dsi_rx_set_inten 0x00015004 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_inten) + i.drv_dsi_rx_set_ipi_cfg 0x00015008 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_cfg) + i.drv_dsi_rx_set_lane_swap 0x00015018 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) + i.drv_dsi_rx_set_up_phy 0x00015060 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) + i.drv_dsi_rx_shut_down 0x00015130 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_shut_down) + i.drv_dsi_tx_command_header 0x0001513e Section 0 drv_dsi_tx.o(i.drv_dsi_tx_command_header) + i.drv_dsi_tx_command_mode_cfg 0x00015152 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) + i.drv_dsi_tx_command_put_payload 0x000151be Section 0 drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) + i.drv_dsi_tx_config_eotp 0x000151c2 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) + i.drv_dsi_tx_config_int 0x000151da Section 0 drv_dsi_tx.o(i.drv_dsi_tx_config_int) + i.drv_dsi_tx_dpi_lpcmd_time 0x000151e2 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_dpi_lpcmd_time) + i.drv_dsi_tx_dpi_mode 0x000151ea Section 0 drv_dsi_tx.o(i.drv_dsi_tx_dpi_mode) + i.drv_dsi_tx_dpi_polarity 0x000151f4 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_dpi_polarity) + i.drv_dsi_tx_edpi_cmd_size 0x00015218 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_edpi_cmd_size) + i.drv_dsi_tx_get_cmd_status 0x0001521c Section 0 drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) + i.drv_dsi_tx_mode 0x00015220 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_mode) + i.drv_dsi_tx_phy_clock_lane_auto_lp 0x00015224 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_auto_lp) + i.drv_dsi_tx_phy_clock_lane_req_hs 0x0001523c Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) + i.drv_dsi_tx_phy_lane_mode 0x00015256 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_lane_mode) + i.drv_dsi_tx_phy_status_ready 0x00015262 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ready) + i.drv_dsi_tx_phy_status_stopstate 0x000152c6 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) + i.drv_dsi_tx_phy_time_cfg 0x00015304 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_time_cfg) + i.drv_dsi_tx_powerup 0x00015322 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_powerup) + i.drv_dsi_tx_response_mode 0x0001532a Section 0 drv_dsi_tx.o(i.drv_dsi_tx_response_mode) + i.drv_dsi_tx_set_bta_ack 0x00015346 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_bta_ack) + i.drv_dsi_tx_set_esc_div 0x0001535e Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) + i.drv_dsi_tx_set_int 0x0001536c Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_int) + i.drv_dsi_tx_set_time_out_div 0x000153a0 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_time_out_div) + i.drv_dsi_tx_set_video_chunk 0x000153b0 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_video_chunk) + i.drv_dsi_tx_set_video_timing 0x000153b8 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_video_timing) + i.drv_dsi_tx_shutdown 0x000153da Section 0 drv_dsi_tx.o(i.drv_dsi_tx_shutdown) + i.drv_dsi_tx_timeout_cfg 0x000153e2 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_timeout_cfg) + i.drv_dsi_tx_video_mode_cfg 0x00015408 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_cfg) + i.drv_dsi_tx_video_mode_disable_hact_cmd 0x000154b2 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_disable_hact_cmd) + i.drv_dsi_tx_video_mode_set_lp_cmd 0x000154c8 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) + i.drv_efuse_enter_inactive 0x000154e0 Section 0 drv_efuse.o(i.drv_efuse_enter_inactive) + i.drv_efuse_int_enable 0x00015500 Section 0 drv_efuse.o(i.drv_efuse_int_enable) + i.drv_efuse_read 0x0001550c Section 0 drv_efuse.o(i.drv_efuse_read) + i.drv_efuse_read_req 0x0001553e Section 0 drv_efuse.o(i.drv_efuse_read_req) + i.drv_gpio_register_ap_reset_callback 0x00015558 Section 0 drv_gpio.o(i.drv_gpio_register_ap_reset_callback) + i.drv_gpio_set_ioe 0x00015564 Section 0 drv_gpio.o(i.drv_gpio_set_ioe) + i.drv_gpio_set_mode0 0x00015584 Section 0 drv_gpio.o(i.drv_gpio_set_mode0) + i.drv_gpio_set_mode1 0x00015594 Section 0 drv_gpio.o(i.drv_gpio_set_mode1) + i.drv_gpio_set_mode2 0x000155a4 Section 0 drv_gpio.o(i.drv_gpio_set_mode2) + i.drv_gpio_set_mode3 0x000155b4 Section 0 drv_gpio.o(i.drv_gpio_set_mode3) + i.drv_gpio_set_output_data 0x000155c4 Section 0 hal_gpio.o(i.drv_gpio_set_output_data) + drv_gpio_set_output_data 0x000155c5 Thumb Code 26 hal_gpio.o(i.drv_gpio_set_output_data) + i.drv_gpio_set_pull_state 0x000155e4 Section 0 drv_gpio.o(i.drv_gpio_set_pull_state) + i.drv_i2c_dma_callback 0x00015714 Section 0 drv_i2c_dma.o(i.drv_i2c_dma_callback) + drv_i2c_dma_callback 0x00015715 Thumb Code 40 drv_i2c_dma.o(i.drv_i2c_dma_callback) + i.drv_i2c_dma_init 0x00015748 Section 0 drv_i2c_dma.o(i.drv_i2c_dma_init) + i.drv_i2c_enable_rx_dma 0x000157f4 Section 0 drv_i2c_dma.o(i.drv_i2c_enable_rx_dma) + i.drv_i2c_enable_tx_dma 0x0001580e Section 0 drv_i2c_dma.o(i.drv_i2c_enable_tx_dma) + i.drv_i2c_m_clear_it_pending_bit 0x00015828 Section 0 drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) + i.drv_i2c_m_enable_intr 0x00015888 Section 0 drv_i2c_master.o(i.drv_i2c_m_enable_intr) + i.drv_i2c_m_set_callback 0x000158c0 Section 0 drv_i2c_master.o(i.drv_i2c_m_set_callback) + i.drv_i2c_master_init 0x000158cc Section 0 drv_i2c_master.o(i.drv_i2c_master_init) + i.drv_i2c_s_clear_it_pending_bit 0x00015958 Section 0 drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) + i.drv_i2c_s_enable_intr 0x000159b4 Section 0 drv_i2c_slave.o(i.drv_i2c_s_enable_intr) + i.drv_i2c_s_get_fifo_status 0x000159e8 Section 0 drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) + i.drv_i2c_s_set_callback 0x00015a04 Section 0 drv_i2c_slave.o(i.drv_i2c_s_set_callback) + i.drv_i2c_s_write_data 0x00015a10 Section 0 drv_i2c_slave.o(i.drv_i2c_s_write_data) + i.drv_i2c_set_dma_irq_callback 0x00015a30 Section 0 drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) + i.drv_i2c_slave_init 0x00015a88 Section 0 drv_i2c_slave.o(i.drv_i2c_slave_init) + i.drv_i2c_slave_write_dma 0x00015acc Section 0 drv_i2c_dma.o(i.drv_i2c_slave_write_dma) + i.drv_lcdc_config_bypass 0x00015ae8 Section 0 drv_lcdc.o(i.drv_lcdc_config_bypass) + i.drv_lcdc_config_ccm 0x00015b00 Section 0 drv_lcdc.o(i.drv_lcdc_config_ccm) + i.drv_lcdc_config_disp_mode 0x00015b30 Section 0 drv_lcdc.o(i.drv_lcdc_config_disp_mode) + i.drv_lcdc_config_dpi_polarity 0x00015b46 Section 0 drv_lcdc.o(i.drv_lcdc_config_dpi_polarity) + i.drv_lcdc_config_dpi_timing 0x00015b6a Section 0 drv_lcdc.o(i.drv_lcdc_config_dpi_timing) + i.drv_lcdc_config_edpi_mode 0x00015b90 Section 0 drv_lcdc.o(i.drv_lcdc_config_edpi_mode) + i.drv_lcdc_config_endianness 0x00015ba6 Section 0 drv_lcdc.o(i.drv_lcdc_config_endianness) + i.drv_lcdc_config_input_size 0x00015bbc Section 0 drv_lcdc.o(i.drv_lcdc_config_input_size) + i.drv_lcdc_config_int 0x00015bc8 Section 0 drv_lcdc.o(i.drv_lcdc_config_int) + i.drv_lcdc_config_int_single 0x00015be6 Section 0 drv_lcdc.o(i.drv_lcdc_config_int_single) + i.drv_lcdc_config_overwrite 0x00015c08 Section 0 drv_lcdc.o(i.drv_lcdc_config_overwrite) + i.drv_lcdc_config_overwrite_rgb 0x00015c2a Section 0 drv_lcdc.o(i.drv_lcdc_config_overwrite_rgb) + i.drv_lcdc_config_partial_display_area 0x00015c36 Section 0 drv_lcdc.o(i.drv_lcdc_config_partial_display_area) + i.drv_lcdc_config_partial_display_enable 0x00015c50 Section 0 drv_lcdc.o(i.drv_lcdc_config_partial_display_enable) + i.drv_lcdc_config_scale_up_coef 0x00015c72 Section 0 drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) + i.drv_lcdc_config_scale_up_step 0x00015c9a Section 0 drv_lcdc.o(i.drv_lcdc_config_scale_up_step) + i.drv_lcdc_config_src_parameter 0x00015ca6 Section 0 drv_lcdc.o(i.drv_lcdc_config_src_parameter) + i.drv_lcdc_config_thresh 0x00015cf2 Section 0 drv_lcdc.o(i.drv_lcdc_config_thresh) + i.drv_lcdc_ctrl_flow 0x00015cf8 Section 0 drv_lcdc.o(i.drv_lcdc_ctrl_flow) + i.drv_lcdc_enable_shadow_reg 0x00015d0a Section 0 drv_lcdc.o(i.drv_lcdc_enable_shadow_reg) + i.drv_lcdc_set_int 0x00015d2c Section 0 drv_lcdc.o(i.drv_lcdc_set_int) + i.drv_lcdc_set_video_hw_mode 0x00015d60 Section 0 drv_lcdc.o(i.drv_lcdc_set_video_hw_mode) + i.drv_lcdc_start 0x00015d74 Section 0 drv_lcdc.o(i.drv_lcdc_start) + i.drv_memc_clear_status 0x00015d94 Section 0 drv_memc.o(i.drv_memc_clear_status) + i.drv_memc_enable_irq 0x00015da0 Section 0 drv_memc.o(i.drv_memc_enable_irq) + i.drv_memc_gen_a_tear_signal 0x00015de0 Section 0 drv_memc.o(i.drv_memc_gen_a_tear_signal) + i.drv_memc_get_status 0x00015dec Section 0 drv_memc.o(i.drv_memc_get_status) + i.drv_memc_rate_transfer_sel 0x00015dfe Section 0 drv_memc.o(i.drv_memc_rate_transfer_sel) + i.drv_memc_sel_vsync 0x00015e0e Section 0 drv_memc.o(i.drv_memc_sel_vsync) + i.drv_memc_set_active_height 0x00015e1c Section 0 drv_memc.o(i.drv_memc_set_active_height) + i.drv_memc_set_data_mode 0x00015e30 Section 0 drv_memc.o(i.drv_memc_set_data_mode) + i.drv_memc_set_double_buffer 0x00015e3c Section 0 drv_memc.o(i.drv_memc_set_double_buffer) + i.drv_memc_set_double_buffer_reverse 0x00015e4c Section 0 drv_memc.o(i.drv_memc_set_double_buffer_reverse) + i.drv_memc_set_fs_en_conditions 0x00015e5e Section 0 drv_memc.o(i.drv_memc_set_fs_en_conditions) + i.drv_memc_set_inten 0x00015e6e Section 0 drv_memc.o(i.drv_memc_set_inten) + i.drv_memc_set_lcdc_st_conditions 0x00015e84 Section 0 drv_memc.o(i.drv_memc_set_lcdc_st_conditions) + i.drv_memc_set_ltpo_mode 0x00015e9c Section 0 drv_memc.o(i.drv_memc_set_ltpo_mode) + i.drv_memc_set_tear_mode 0x00015eb6 Section 0 drv_memc.o(i.drv_memc_set_tear_mode) + i.drv_memc_set_tear_waveform 0x00015ec4 Section 0 drv_memc.o(i.drv_memc_set_tear_waveform) + i.drv_memc_set_vidc_sync_cnt 0x00015eec Section 0 drv_memc.o(i.drv_memc_set_vidc_sync_cnt) + i.drv_param_init_get_ccm 0x00015efc Section 0 drv_param_init.o(i.drv_param_init_get_ccm) + i.drv_param_init_get_scld_filter_h 0x00015f04 Section 0 drv_param_init.o(i.drv_param_init_get_scld_filter_h) + i.drv_param_init_get_scld_filter_v 0x00015f18 Section 0 drv_param_init.o(i.drv_param_init_get_scld_filter_v) + i.drv_param_init_get_sclu_filter 0x00015f2c Section 0 drv_param_init.o(i.drv_param_init_get_sclu_filter) + i.drv_param_init_set_scld_filter 0x00015f34 Section 0 drv_param_init.o(i.drv_param_init_set_scld_filter) + i.drv_param_p2r_filter_init 0x00015f98 Section 0 drv_param_init.o(i.drv_param_p2r_filter_init) + i.drv_phy_get_para 0x00015fbc Section 0 drv_phy_common.o(i.drv_phy_get_para) + i.drv_pwr_set_cp_mode 0x00016010 Section 0 drv_pwr.o(i.drv_pwr_set_cp_mode) + i.drv_pwr_set_pvd_mode 0x00016030 Section 0 drv_pwr.o(i.drv_pwr_set_pvd_mode) + i.drv_pwr_set_system_clk_src 0x00016048 Section 0 drv_pwr.o(i.drv_pwr_set_system_clk_src) + i.drv_rx_phy_test_clear 0x00016078 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_clear) + drv_rx_phy_test_clear 0x00016079 Thumb Code 28 drv_dsi_rx.o(i.drv_rx_phy_test_clear) + i.drv_rx_phy_test_lock 0x00016094 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_lock) + drv_rx_phy_test_lock 0x00016095 Thumb Code 32 drv_dsi_rx.o(i.drv_rx_phy_test_lock) + i.drv_rx_phy_test_write 0x000160b4 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_write) + drv_rx_phy_test_write 0x000160b5 Thumb Code 66 drv_dsi_rx.o(i.drv_rx_phy_test_write) + i.drv_rx_phy_test_write_1_byte 0x000160f6 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) + drv_rx_phy_test_write_1_byte 0x000160f7 Thumb Code 14 drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) + i.drv_rx_phy_test_write_2_byte 0x00016104 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) + drv_rx_phy_test_write_2_byte 0x00016105 Thumb Code 16 drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) + i.drv_rxbr_clear_pkt_buffer 0x00016114 Section 0 drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) + i.drv_rxbr_clear_status0 0x0001611e Section 0 drv_rxbr.o(i.drv_rxbr_clear_status0) + i.drv_rxbr_enable_irq 0x00016122 Section 0 drv_rxbr.o(i.drv_rxbr_enable_irq) + i.drv_rxbr_frame_drop_cfg 0x0001617c Section 0 drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) + i.drv_rxbr_get_clk 0x00016190 Section 0 drv_rxbr.o(i.drv_rxbr_get_clk) + i.drv_rxbr_get_col_addr 0x000161cc Section 0 drv_rxbr.o(i.drv_rxbr_get_col_addr) + i.drv_rxbr_get_int_source 0x000161d0 Section 0 hal_internal_vsync.o(i.drv_rxbr_get_int_source) + drv_rxbr_get_int_source 0x000161d1 Thumb Code 18 hal_internal_vsync.o(i.drv_rxbr_get_int_source) + i.drv_rxbr_get_page_addr 0x000161e2 Section 0 drv_rxbr.o(i.drv_rxbr_get_page_addr) + i.drv_rxbr_get_status0 0x000161e6 Section 0 hal_internal_vsync.o(i.drv_rxbr_get_status0) + drv_rxbr_get_status0 0x000161e7 Thumb Code 18 hal_internal_vsync.o(i.drv_rxbr_get_status0) + i.drv_rxbr_hline_rcv0_cfg 0x000161f8 Section 0 drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) + i.drv_rxbr_hline_rcv_cfg 0x00016204 Section 0 drv_rxbr.o(i.drv_rxbr_hline_rcv_cfg) + i.drv_rxbr_register_irq0_callback 0x0001620c Section 0 drv_rxbr.o(i.drv_rxbr_register_irq0_callback) + i.drv_rxbr_register_irq1_callback 0x00016218 Section 0 drv_rxbr.o(i.drv_rxbr_register_irq1_callback) + i.drv_rxbr_set_ack_pkt_header 0x00016224 Section 0 drv_rxbr.o(i.drv_rxbr_set_ack_pkt_header) + i.drv_rxbr_set_cmd_filter 0x00016238 Section 0 drv_rxbr.o(i.drv_rxbr_set_cmd_filter) + i.drv_rxbr_set_color_format 0x00016304 Section 0 drv_rxbr.o(i.drv_rxbr_set_color_format) + i.drv_rxbr_set_inten 0x00016318 Section 0 drv_rxbr.o(i.drv_rxbr_set_inten) + i.drv_rxbr_set_ltpo_drop_th 0x0001632c Section 0 drv_rxbr.o(i.drv_rxbr_set_ltpo_drop_th) + i.drv_rxbr_set_usr_cfg 0x0001633c Section 0 drv_rxbr.o(i.drv_rxbr_set_usr_cfg) + i.drv_rxbr_set_usr_col 0x00016362 Section 0 drv_rxbr.o(i.drv_rxbr_set_usr_col) + i.drv_rxbr_set_usr_row 0x0001636a Section 0 drv_rxbr.o(i.drv_rxbr_set_usr_row) + i.drv_swire_set_int 0x00016374 Section 0 drv_swire.o(i.drv_swire_set_int) + i.drv_swire_set_power_down 0x000163bc Section 0 drv_swire.o(i.drv_swire_set_power_down) + i.drv_sys_cfg_clear_all_int 0x000163d8 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_clear_all_int) + i.drv_sys_cfg_clear_pending 0x000163e4 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) + i.drv_sys_cfg_sel_ap_rst_lvl_trig 0x0001640c Section 0 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) + i.drv_sys_cfg_sel_ap_rst_trig 0x00016424 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) + i.drv_sys_cfg_set_dma_tx_req 0x00016440 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) + i.drv_sys_cfg_set_int 0x00016450 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_set_int) + i.drv_timer_clear_status_flags 0x00016474 Section 0 drv_timer.o(i.drv_timer_clear_status_flags) + i.drv_timer_enable 0x0001648e Section 0 drv_timer.o(i.drv_timer_enable) + i.drv_timer_get_instance 0x000164b0 Section 0 drv_timer.o(i.drv_timer_get_instance) + i.drv_timer_get_prescaler 0x000164bc Section 0 drv_timer.o(i.drv_timer_get_prescaler) + i.drv_timer_register_callback 0x000164cc Section 0 drv_timer.o(i.drv_timer_register_callback) + i.drv_timer_set_current_count 0x000164dc Section 0 drv_timer.o(i.drv_timer_set_current_count) + i.drv_timer_set_int 0x000164e8 Section 0 drv_timer.o(i.drv_timer_set_int) + i.drv_timer_set_match 0x00016530 Section 0 drv_timer.o(i.drv_timer_set_match) + i.drv_timer_set_prescaler 0x0001653c Section 0 drv_timer.o(i.drv_timer_set_prescaler) + i.drv_tx_phy_test_clear 0x00016552 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_clear) + i.drv_tx_phy_test_enter 0x0001655e Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_enter) + i.drv_tx_phy_test_exit 0x0001657a Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_exit) + i.drv_tx_phy_test_write 0x00016596 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write) + i.drv_tx_phy_test_write_1_byte 0x000165b0 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) + i.drv_tx_phy_test_write_2_byte 0x000165be Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) + i.drv_tx_phy_test_write_code 0x000165d0 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write_code) + i.drv_tx_phy_test_write_data 0x000165f2 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write_data) + drv_tx_phy_test_write_data 0x000165f3 Thumb Code 34 drv_dsi_tx.o(i.drv_tx_phy_test_write_data) + i.drv_vidc_clear_irq 0x00016614 Section 0 drv_vidc.o(i.drv_vidc_clear_irq) + i.drv_vidc_enable 0x0001661c Section 0 drv_vidc.o(i.drv_vidc_enable) + i.drv_vidc_enable_irq 0x00016634 Section 0 drv_vidc.o(i.drv_vidc_enable_irq) + i.drv_vidc_get_irq_status 0x00016674 Section 0 drv_vidc.o(i.drv_vidc_get_irq_status) + i.drv_vidc_init_module_enable 0x00016688 Section 0 drv_vidc.o(i.drv_vidc_init_module_enable) + i.drv_vidc_register_callback 0x000166b0 Section 0 drv_vidc.o(i.drv_vidc_register_callback) + i.drv_vidc_reset 0x000166bc Section 0 drv_vidc.o(i.drv_vidc_reset) + i.drv_vidc_set_dst_parameter 0x000166c2 Section 0 drv_vidc.o(i.drv_vidc_set_dst_parameter) + i.drv_vidc_set_irqen 0x000166fe Section 0 drv_vidc.o(i.drv_vidc_set_irqen) + i.drv_vidc_set_mirror 0x00016712 Section 0 drv_vidc.o(i.drv_vidc_set_mirror) + i.drv_vidc_set_p2r_hcoef0 0x00016722 Section 0 drv_vidc.o(i.drv_vidc_set_p2r_hcoef0) + i.drv_vidc_set_p2r_hinitb 0x0001672a Section 0 drv_vidc.o(i.drv_vidc_set_p2r_hinitb) + i.drv_vidc_set_p2r_hinitr 0x00016750 Section 0 drv_vidc.o(i.drv_vidc_set_p2r_hinitr) + i.drv_vidc_set_pentile_swap 0x00016778 Section 0 drv_vidc.o(i.drv_vidc_set_pentile_swap) + i.drv_vidc_set_pu_ctrl 0x00016790 Section 0 drv_vidc.o(i.drv_vidc_set_pu_ctrl) + i.drv_vidc_set_rotation 0x0001679a Section 0 drv_vidc.o(i.drv_vidc_set_rotation) + i.drv_vidc_set_scld_hcoef0 0x000167aa Section 0 drv_vidc.o(i.drv_vidc_set_scld_hcoef0) + i.drv_vidc_set_scld_hcoef1 0x000167b4 Section 0 drv_vidc.o(i.drv_vidc_set_scld_hcoef1) + i.drv_vidc_set_scld_step 0x000167be Section 0 drv_vidc.o(i.drv_vidc_set_scld_step) + i.drv_vidc_set_scld_vcoef0 0x000167d0 Section 0 drv_vidc.o(i.drv_vidc_set_scld_vcoef0) + i.drv_vidc_set_scld_vcoef1 0x000167da Section 0 drv_vidc.o(i.drv_vidc_set_scld_vcoef1) + i.drv_vidc_set_src_parameter 0x000167e4 Section 0 drv_vidc.o(i.drv_vidc_set_src_parameter) + i.drv_wdg_clear_edge_flag 0x000167fc Section 0 drv_wdg.o(i.drv_wdg_clear_edge_flag) + drv_wdg_clear_edge_flag 0x000167fd Thumb Code 12 drv_wdg.o(i.drv_wdg_clear_edge_flag) + i.drv_wdg_read_edge_flag 0x0001680c Section 0 drv_wdg.o(i.drv_wdg_read_edge_flag) + drv_wdg_read_edge_flag 0x0001680d Thumb Code 10 drv_wdg.o(i.drv_wdg_read_edge_flag) + i.drv_wdg_set_int 0x0001681c Section 0 drv_wdg.o(i.drv_wdg_set_int) + i.fls_clr_interrupt_flag 0x00016850 Section 0 drv_fls.o(i.fls_clr_interrupt_flag) + i.fputc 0x0001685a Section 0 tau_log.o(i.fputc) + i.hal_dsi_rx_ctrl_create_handle 0x00016870 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) + i.hal_dsi_rx_ctrl_deinit 0x000168a0 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) + i.hal_dsi_rx_ctrl_dsc_async_handler 0x000168c4 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) + i.hal_dsi_rx_ctrl_gen_a_tear_signal 0x00016948 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) + i.hal_dsi_rx_ctrl_get_max_ret_size 0x00016970 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) + i.hal_dsi_rx_ctrl_init 0x00016998 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) + i.hal_dsi_rx_ctrl_init_clk 0x00016a30 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) + hal_dsi_rx_ctrl_init_clk 0x00016a31 Thumb Code 554 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) + i.hal_dsi_rx_ctrl_init_dsi_rx 0x00016cf8 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) + hal_dsi_rx_ctrl_init_dsi_rx 0x00016cf9 Thumb Code 182 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) + i.hal_dsi_rx_ctrl_init_memc 0x00016dc0 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) + hal_dsi_rx_ctrl_init_memc 0x00016dc1 Thumb Code 308 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) + i.hal_dsi_rx_ctrl_init_rxbr 0x00016efc Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) + hal_dsi_rx_ctrl_init_rxbr 0x00016efd Thumb Code 266 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) + i.hal_dsi_rx_ctrl_init_vidc 0x00017018 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) + hal_dsi_rx_ctrl_init_vidc 0x00017019 Thumb Code 544 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) + i.hal_dsi_rx_ctrl_pre_init_pps 0x00017244 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) + i.hal_dsi_rx_ctrl_send_ack_cmd 0x00017280 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) + i.hal_dsi_rx_ctrl_set_cus_scld_filter 0x00017370 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) + i.hal_dsi_rx_ctrl_set_cus_sync_line 0x000173dc Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) + i.hal_dsi_rx_ctrl_set_hw_tear_mode 0x00017410 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) + i.hal_dsi_rx_ctrl_set_sw_tear_mode 0x00017444 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) + i.hal_dsi_rx_ctrl_start 0x00017478 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) + i.hal_dsi_rx_ctrl_stop 0x000174b4 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) + i.hal_dsi_rx_ctrl_toggle_resolution 0x000174f0 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) + i.hal_dsi_tx_calc_video_chunks 0x00017510 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) + hal_dsi_tx_calc_video_chunks 0x00017511 Thumb Code 384 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) + i.hal_dsi_tx_count_lane_rate 0x000176a0 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) + hal_dsi_tx_count_lane_rate 0x000176a1 Thumb Code 1286 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) + i.hal_dsi_tx_ctrl_create_handle 0x00017bac Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) + i.hal_dsi_tx_ctrl_deinit 0x00017bd8 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) + i.hal_dsi_tx_ctrl_enter_init_panel_mode 0x00017c20 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) + i.hal_dsi_tx_ctrl_exit_init_panel_mode 0x00017c6c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) + i.hal_dsi_tx_ctrl_init 0x00017c94 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) + i.hal_dsi_tx_ctrl_init_clk 0x00017d38 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) + hal_dsi_tx_ctrl_init_clk 0x00017d39 Thumb Code 36 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) + i.hal_dsi_tx_ctrl_panel_reset_pin 0x00017d5c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) + i.hal_dsi_tx_ctrl_set_overwrite_rgb 0x00017d68 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) + i.hal_dsi_tx_ctrl_set_partial_disp 0x00017d7c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) + i.hal_dsi_tx_ctrl_set_partial_disp_area 0x00017d8c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) + i.hal_dsi_tx_ctrl_start 0x00017db0 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) + i.hal_dsi_tx_ctrl_stop 0x00017e1c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) + i.hal_dsi_tx_ctrl_write_array_cmd 0x00017e60 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) + i.hal_dsi_tx_ctrl_write_cmd 0x00017f38 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) + i.hal_dsi_tx_init_data_mode 0x00017fe8 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) + hal_dsi_tx_init_data_mode 0x00017fe9 Thumb Code 58 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) + i.hal_dsi_tx_init_dpi_cfg 0x0001802c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) + hal_dsi_tx_init_dpi_cfg 0x0001802d Thumb Code 42 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) + i.hal_dsi_tx_init_interrupt 0x0001805c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) + hal_dsi_tx_init_interrupt 0x0001805d Thumb Code 28 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) + i.hal_dsi_tx_init_phy_cfg 0x0001807c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) + hal_dsi_tx_init_phy_cfg 0x0001807d Thumb Code 28 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) + i.hal_dsi_tx_init_remains 0x0001809c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) + hal_dsi_tx_init_remains 0x0001809d Thumb Code 142 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) + i.hal_dsi_tx_init_video_mode 0x00018130 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) + hal_dsi_tx_init_video_mode 0x00018131 Thumb Code 82 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) + i.hal_dsi_tx_phy_test_get_data 0x00018188 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_get_data) + hal_dsi_tx_phy_test_get_data 0x00018189 Thumb Code 108 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_get_data) + i.hal_dsi_tx_phy_test_setup 0x000181f8 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) + hal_dsi_tx_phy_test_setup 0x000181f9 Thumb Code 244 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) + i.hal_dsi_tx_send_cmd 0x000182ec Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) + hal_dsi_tx_send_cmd 0x000182ed Thumb Code 60 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) + i.hal_gpio_init_input 0x00018330 Section 0 hal_gpio.o(i.hal_gpio_init_input) + i.hal_gpio_init_output 0x00018350 Section 0 hal_gpio.o(i.hal_gpio_init_output) + i.hal_gpio_set_ap_reset_int 0x00018378 Section 0 hal_gpio.o(i.hal_gpio_set_ap_reset_int) + i.hal_gpio_set_mode 0x000183c8 Section 0 hal_gpio.o(i.hal_gpio_set_mode) + i.hal_gpio_set_output_data 0x00018428 Section 0 hal_gpio.o(i.hal_gpio_set_output_data) + i.hal_gpio_set_pull_state 0x00018430 Section 0 hal_gpio.o(i.hal_gpio_set_pull_state) + i.hal_i2c_m_dma_init 0x00018450 Section 0 hal_i2c_master.o(i.hal_i2c_m_dma_init) + i.hal_i2c_master_irq_callback 0x000184bc Section 0 hal_i2c_master.o(i.hal_i2c_master_irq_callback) + hal_i2c_master_irq_callback 0x000184bd Thumb Code 24 hal_i2c_master.o(i.hal_i2c_master_irq_callback) + i.hal_i2c_s_dma_user_callback 0x000184dc Section 0 hal_i2c_slave.o(i.hal_i2c_s_dma_user_callback) + hal_i2c_s_dma_user_callback 0x000184dd Thumb Code 12 hal_i2c_slave.o(i.hal_i2c_s_dma_user_callback) + i.hal_i2c_s_dma_write 0x000184ec Section 0 hal_i2c_slave.o(i.hal_i2c_s_dma_write) + i.hal_i2c_s_init 0x00018524 Section 0 hal_i2c_slave.o(i.hal_i2c_s_init) + i.hal_i2c_s_nonblocking_read 0x00018590 Section 0 hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) + i.hal_i2c_s_set_transfer 0x000185a4 Section 0 hal_i2c_slave.o(i.hal_i2c_s_set_transfer) + i.hal_i2c_slave_irq_callback 0x000185b0 Section 0 hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) + hal_i2c_slave_irq_callback 0x000185b1 Thumb Code 258 hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) + i.hal_internal_init_memc 0x000186c8 Section 0 hal_internal_vsync.o(i.hal_internal_init_memc) + i.hal_internal_sync_get_fb_setting 0x000187ac Section 0 hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) + i.hal_internal_sync_input_resolution_change 0x000187bc Section 0 hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) + i.hal_internal_vsync_deinit 0x000189d0 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_deinit) + i.hal_internal_vsync_get_sync_line 0x000189ec Section 0 hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) + i.hal_internal_vsync_init_rx 0x00018a04 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_init_rx) + i.hal_internal_vsync_init_tx 0x00018b00 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_init_tx) + i.hal_internal_vsync_set_auto_hw_filter 0x00018bb0 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) + i.hal_internal_vsync_set_rx_state 0x00018ccc Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) + i.hal_internal_vsync_set_sync_line 0x00018ce0 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) + i.hal_internal_vsync_set_tear_mode 0x00018cfc Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) + i.hal_internal_vsync_set_tx_state 0x00018d40 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) + i.hal_lcdc_config_ccm 0x00018d80 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) + hal_lcdc_config_ccm 0x00018d81 Thumb Code 30 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) + i.hal_lcdc_config_remains 0x00018da4 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) + hal_lcdc_config_remains 0x00018da5 Thumb Code 68 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) + i.hal_lcdc_config_rgb_to_pentile 0x00018dec Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) + hal_lcdc_config_rgb_to_pentile 0x00018ded Thumb Code 14 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) + i.hal_lcdc_config_upscaler 0x00018e00 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) + hal_lcdc_config_upscaler 0x00018e01 Thumb Code 346 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) + i.hal_lcdc_init_cfg 0x00018f64 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) + hal_lcdc_init_cfg 0x00018f65 Thumb Code 60 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) + i.hal_lcdc_init_clk 0x00018fa4 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) + hal_lcdc_init_clk 0x00018fa5 Thumb Code 288 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) + i.hal_lcdc_init_interrupt 0x000190d8 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) + hal_lcdc_init_interrupt 0x000190d9 Thumb Code 58 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) + i.hal_swire_open 0x00019118 Section 0 hal_swire.o(i.hal_swire_open) + i.hal_system_enable_systick 0x0001912e Section 0 hal_system.o(i.hal_system_enable_systick) + i.hal_system_init 0x00019138 Section 0 hal_system.o(i.hal_system_init) + i.hal_system_init_console 0x000191b4 Section 0 hal_system.o(i.hal_system_init_console) + i.hal_system_set_pvd 0x000191d0 Section 0 hal_system.o(i.hal_system_set_pvd) + i.hal_system_set_vcc 0x000191d8 Section 0 hal_system.o(i.hal_system_set_vcc) + i.hal_timer_init 0x000191e0 Section 0 hal_timer.o(i.hal_timer_init) + i.hal_timer_start 0x00019204 Section 0 hal_timer.o(i.hal_timer_start) + i.hal_timer_stop 0x00019258 Section 0 hal_timer.o(i.hal_timer_stop) + i.hal_uart_init 0x00019280 Section 0 hal_uart.o(i.hal_uart_init) + i.hal_uart_transmit_blocking 0x0001930c Section 0 hal_uart.o(i.hal_uart_transmit_blocking) + i.handle_init 0x0001931c Section 0 irq_redirect .o(i.handle_init) + i.init_mipi_tx 0x0001942c Section 0 ap_demo.o(i.init_mipi_tx) + init_mipi_tx 0x0001942d Thumb Code 102 ap_demo.o(i.init_mipi_tx) + i.init_panel 0x00019498 Section 0 ap_demo.o(i.init_panel) + init_panel 0x00019499 Thumb Code 132 ap_demo.o(i.init_panel) + i.main 0x00019528 Section 0 main.o(i.main) + i.open_mipi_rx 0x00019534 Section 0 ap_demo.o(i.open_mipi_rx) + open_mipi_rx 0x00019535 Thumb Code 150 ap_demo.o(i.open_mipi_rx) + i.pps_update_handle 0x000195e8 Section 0 ap_demo.o(i.pps_update_handle) + pps_update_handle 0x000195e9 Thumb Code 118 ap_demo.o(i.pps_update_handle) + i.rx_get_dcs_packet_data 0x00019670 Section 0 hal_internal_vsync.o(i.rx_get_dcs_packet_data) + rx_get_dcs_packet_data 0x00019671 Thumb Code 654 hal_internal_vsync.o(i.rx_get_dcs_packet_data) + i.rx_partial_update 0x00019a64 Section 0 hal_internal_vsync.o(i.rx_partial_update) + rx_partial_update 0x00019a65 Thumb Code 304 hal_internal_vsync.o(i.rx_partial_update) + i.rx_receive_packet 0x00019ba4 Section 0 hal_internal_vsync.o(i.rx_receive_packet) + rx_receive_packet 0x00019ba5 Thumb Code 128 hal_internal_vsync.o(i.rx_receive_packet) + i.rx_receive_pps 0x00019c30 Section 0 hal_internal_vsync.o(i.rx_receive_pps) + rx_receive_pps 0x00019c31 Thumb Code 268 hal_internal_vsync.o(i.rx_receive_pps) + i.rxbr_irq0_callback 0x00019db0 Section 0 hal_internal_vsync.o(i.rxbr_irq0_callback) + rxbr_irq0_callback 0x00019db1 Thumb Code 158 hal_internal_vsync.o(i.rxbr_irq0_callback) + i.rxbr_irq1_callback 0x00019e54 Section 0 hal_internal_vsync.o(i.rxbr_irq1_callback) + rxbr_irq1_callback 0x00019e55 Thumb Code 222 hal_internal_vsync.o(i.rxbr_irq1_callback) + i.send_panel_init_code 0x00019fc4 Section 0 ap_demo.o(i.send_panel_init_code) + send_panel_init_code 0x00019fc5 Thumb Code 42 ap_demo.o(i.send_panel_init_code) + i.soft_gen_te 0x00019ff0 Section 0 hal_internal_vsync.o(i.soft_gen_te) + soft_gen_te 0x00019ff1 Thumb Code 116 hal_internal_vsync.o(i.soft_gen_te) + i.soft_timer3_cb 0x0001a07c Section 0 ap_demo.o(i.soft_timer3_cb) + soft_timer3_cb 0x0001a07d Thumb Code 24 ap_demo.o(i.soft_timer3_cb) + i.tx_display_on 0x0001a09c Section 0 ap_demo.o(i.tx_display_on) + tx_display_on 0x0001a09d Thumb Code 16 ap_demo.o(i.tx_display_on) + i.tx_panel_reset 0x0001a0b0 Section 0 ap_demo.o(i.tx_panel_reset) + tx_panel_reset 0x0001a0b1 Thumb Code 40 ap_demo.o(i.tx_panel_reset) + i.vidc_callback 0x0001a0d8 Section 0 hal_internal_vsync.o(i.vidc_callback) + vidc_callback 0x0001a0d9 Thumb Code 146 hal_internal_vsync.o(i.vidc_callback) + i.vpre_err_reset 0x0001a18c Section 0 hal_internal_vsync.o(i.vpre_err_reset) + vpre_err_reset 0x0001a18d Thumb Code 184 hal_internal_vsync.o(i.vpre_err_reset) + i.vsync_set_te_mode 0x0001a25c Section 0 hal_internal_vsync.o(i.vsync_set_te_mode) + vsync_set_te_mode 0x0001a25d Thumb Code 254 hal_internal_vsync.o(i.vsync_set_te_mode) + .constdata 0x0001a3f8 Section 6544 ap_demo.o(.constdata) + g_cus_rx_dcs_execute_table 0x0001a3f8 Data 96 ap_demo.o(.constdata) + .constdata 0x0001bd88 Section 152 app_tp_for_custom_s8.o(.constdata) + .constdata 0x0001be20 Section 260 hal_dsi_tx_ctrl.o(.constdata) + data_high_map 0x0001be20 Data 160 hal_dsi_tx_ctrl.o(.constdata) + data_lp_map 0x0001bec0 Data 100 hal_dsi_tx_ctrl.o(.constdata) + .constdata 0x0001bf24 Section 210 hal_gpio.o(.constdata) + s_gpio_map 0x0001bf24 Data 120 hal_gpio.o(.constdata) + s_gpio_perf 0x0001bf9c Data 90 hal_gpio.o(.constdata) + .constdata 0x0001bff8 Section 8 drv_param_init.o(.constdata) + .constdata 0x0001c000 Section 32 drv_timer.o(.constdata) + s_timer_map 0x0001c000 Data 32 drv_timer.o(.constdata) + .constdata 0x0001c020 Section 312 drv_phy_common.o(.constdata) + phy_para_mapping_h 0x0001c020 Data 184 drv_phy_common.o(.constdata) + phy_para_mapping_l 0x0001c0d8 Data 128 drv_phy_common.o(.constdata) + .conststring 0x0001c158 Section 72 hal_dsi_rx_ctrl.o(.conststring) + .conststring 0x0001c1a0 Section 308 hal_internal_vsync.o(.conststring) + .ARM.__AT_0x00070100 0x00070100 Section 192 irq_redirect .o(.ARM.__AT_0x00070100) + .data 0x000701d0 Section 1580 ap_demo.o(.data) + start_display_on 0x000701d0 Data 1 ap_demo.o(.data) + g_need_enter_sleep_mode 0x000701d1 Data 1 ap_demo.o(.data) + g_exit_sleep_mode 0x000701d2 Data 1 ap_demo.o(.data) + panel_display_done 0x000701d3 Data 1 ap_demo.o(.data) + bl_adj_flag 0x000701d7 Data 1 ap_demo.o(.data) + b3_read_flag 0x000701d9 Data 1 ap_demo.o(.data) + c8_read_flag 0x000701da Data 1 ap_demo.o(.data) + c9_read_flag 0x000701db Data 1 ap_demo.o(.data) + flag_5a 0x000701dc Data 1 ap_demo.o(.data) + g_rx_ctrl_handle 0x000701ec Data 4 ap_demo.o(.data) + g_tx_ctrl_handle 0x000701f0 Data 4 ap_demo.o(.data) + value_reg_df 0x000701f8 Data 4 ap_demo.o(.data) + rx_720_filter_H_2 0x000701fc Data 256 ap_demo.o(.data) + rx_720_filter_V_2 0x000702fc Data 256 ap_demo.o(.data) + rx_1080_filter_H_2 0x000703fc Data 256 ap_demo.o(.data) + rx_1080_filter_V_2 0x000704fc Data 256 ap_demo.o(.data) + .data 0x000707fc Section 228 app_tp_for_custom_s8.o(.data) + app_tp_count 0x00070806 Data 1 app_tp_for_custom_s8.o(.data) + phone_85_flag 0x00070807 Data 1 app_tp_for_custom_s8.o(.data) + phone_F6_flag 0x00070808 Data 1 app_tp_for_custom_s8.o(.data) + phone_E4_flag 0x00070809 Data 1 app_tp_for_custom_s8.o(.data) + phone_72_flag 0x0007080a Data 1 app_tp_for_custom_s8.o(.data) + phone_75_flag 0x0007080b Data 1 app_tp_for_custom_s8.o(.data) + phone_92_flag 0x0007080c Data 1 app_tp_for_custom_s8.o(.data) + phone_74_flag 0x0007080d Data 1 app_tp_for_custom_s8.o(.data) + u16CoordY 0x00070810 Data 2 app_tp_for_custom_s8.o(.data) + u16CoordX 0x00070812 Data 2 app_tp_for_custom_s8.o(.data) + u16CoordY_back 0x00070814 Data 2 app_tp_for_custom_s8.o(.data) + u16CoordX_back 0x00070816 Data 2 app_tp_for_custom_s8.o(.data) + .data 0x000708e0 Section 1 app_tp_for_custom_s8.o(.data) + .data 0x000708e1 Section 1 app_tp_for_custom_s8.o(.data) + .data 0x000708e4 Section 8 hal_dsi_rx_ctrl.o(.data) + g_hw_auto_filter 0x000708e4 Data 1 hal_dsi_rx_ctrl.o(.data) + g_esc_clk 0x000708e8 Data 4 hal_dsi_rx_ctrl.o(.data) + .data 0x000708ec Section 1 hal_dsi_tx_ctrl.o(.data) + g_tx_mode 0x000708ec Data 1 hal_dsi_tx_ctrl.o(.data) + .data 0x000708ed Section 1 hal_i2c_master.o(.data) + s_i2c_m_transfer_end 0x000708ed Data 1 hal_i2c_master.o(.data) + .data 0x000708f0 Section 28 hal_i2c_slave.o(.data) + s_txbuffer_complate 0x000708f0 Data 1 hal_i2c_slave.o(.data) + s_i2c_s_dma_end 0x000708f1 Data 1 hal_i2c_slave.o(.data) + s_i2c_s_receive_cnt 0x000708f2 Data 1 hal_i2c_slave.o(.data) + s_hal_slave_rxbuffer 0x000708f4 Data 4 hal_i2c_slave.o(.data) + s_hal_slave_rxbuffer_size 0x000708f8 Data 4 hal_i2c_slave.o(.data) + hal_i2c_s_callback 0x000708fc Data 4 hal_i2c_slave.o(.data) + s_receive_count 0x00070900 Data 4 hal_i2c_slave.o(.data) + s_tx_buffer_t 0x00070904 Data 4 hal_i2c_slave.o(.data) + tx_sum 0x00070908 Data 4 hal_i2c_slave.o(.data) + .data 0x0007090c Section 4 hal_internal_vsync.o(.data) + sg_cur_te_info 0x0007090c Data 4 hal_internal_vsync.o(.data) + .data 0x00070910 Section 18 norflash.o(.data) + tmprg 0x00070918 Data 4 norflash.o(.data) + .data 0x00070924 Section 12 drv_common.o(.data) + s_my_tick 0x00070924 Data 4 drv_common.o(.data) + .data 0x00070930 Section 4 drv_gpio.o(.data) + g_ap_reset_cb 0x00070930 Data 4 drv_gpio.o(.data) + .data 0x00070934 Section 8 drv_i2c_dma.o(.data) + i2c0_dma_callback 0x00070934 Data 4 drv_i2c_dma.o(.data) + i2c1_dma_callback 0x00070938 Data 4 drv_i2c_dma.o(.data) + .data 0x0007093c Section 1188 drv_param_init.o(.data) + .data 0x00070de0 Section 8 drv_rxbr.o(.data) + .data 0x00070de8 Section 8 drv_swire.o(.data) + s_swire_cb 0x00070de8 Data 8 drv_swire.o(.data) + .data 0x00070df0 Section 1 drv_sys_cfg.o(.data) + sg_ap_rstn_trigger_type 0x00070df0 Data 1 drv_sys_cfg.o(.data) + .data 0x00070df4 Section 4 drv_vidc.o(.data) + .data 0x00070df8 Section 4 drv_i2c_master.o(.data) + i2c1_intr_callback 0x00070df8 Data 4 drv_i2c_master.o(.data) + .data 0x00070dfc Section 8 drv_i2c_slave.o(.data) + i2c0_intr_callback 0x00070dfc Data 4 drv_i2c_slave.o(.data) + .data 0x00070e04 Section 4 drv_spi_master.o(.data) + SPIM_intr_callback 0x00070e04 Data 4 drv_spi_master.o(.data) + .data 0x00070e08 Section 12 drv_chip_info.o(.data) + sg_chip_info 0x00070e08 Data 4 drv_chip_info.o(.data) + sg_chip_function 0x00070e0c Data 4 drv_chip_info.o(.data) + sg_chip_encrypt 0x00070e10 Data 4 drv_chip_info.o(.data) + .data 0x00070e14 Section 12 drv_pwm.o(.data) + s_pwm_type 0x00070e14 Data 1 drv_pwm.o(.data) + s_pwm_cb 0x00070e18 Data 8 drv_pwm.o(.data) + .data 0x00070e20 Section 8 drv_uart.o(.data) + s_UartFcrReg 0x00070e20 Data 4 drv_uart.o(.data) + uart_userData 0x00070e24 Data 4 drv_uart.o(.data) + .data 0x00070e28 Section 8 drv_wdg.o(.data) + s_wdg_cb 0x00070e28 Data 8 drv_wdg.o(.data) + .data 0x00070e30 Section 4 stdout.o(.data) + .bss 0x00070e34 Section 400 app_tp_transfer.o(.bss) + s_screen_read_buffer 0x00070e34 Data 200 app_tp_transfer.o(.bss) + s_phone_read_buffer 0x00070efc Data 200 app_tp_transfer.o(.bss) + .bss 0x00070fc4 Section 192 hal_dsi_rx_ctrl.o(.bss) + g_rx_ctrl_handle 0x00070fc4 Data 192 hal_dsi_rx_ctrl.o(.bss) + .bss 0x00071084 Section 72 hal_dsi_tx_ctrl.o(.bss) + g_tx_ctrl_handle 0x00071084 Data 72 hal_dsi_tx_ctrl.o(.bss) + .bss 0x000710cc Section 256 tau_log.o(.bss) + .bss 0x000711cc Section 208 hal_uart.o(.bss) + .bss 0x0007129c Section 2392 hal_internal_vsync.o(.bss) + g_imm_buffer 0x00071ad4 Data 255 hal_internal_vsync.o(.bss) + sg_te_info 0x00071bd4 Data 12 hal_internal_vsync.o(.bss) + g_imm_packet 0x00071be0 Data 20 hal_internal_vsync.o(.bss) + .bss 0x00071bf4 Section 4144 dcs_packet_fifo.o(.bss) + .bss 0x00072c24 Section 28 drv_dma.o(.bss) + s_dma_handle 0x00072c24 Data 28 drv_dma.o(.bss) + .bss 0x00072c40 Section 64 drv_gpio.o(.bss) + s_gpio_cb 0x00072c40 Data 64 drv_gpio.o(.bss) + .bss 0x00072c80 Section 320 drv_i2c_dma.o(.bss) + i2c0_dma_slave_handle 0x00072c80 Data 160 drv_i2c_dma.o(.bss) + i2c1_dma_master_handle 0x00072d20 Data 160 drv_i2c_dma.o(.bss) + .bss 0x00072dc0 Section 32 drv_timer.o(.bss) + s_timer_cb 0x00072dc0 Data 32 drv_timer.o(.bss) + .bss 0x00072de0 Section 32 hal_spi_slave.o(.bss) + STACK 0x00072e00 Section 4096 startup_armcm0.o(STACK) + + Global Symbols + + Symbol Name Value Ov Type Size Object(Section) + + BuildAttributes$$THM_ISAv3M$S$PE$A:L22$X:L11$S22$IEEE1$IW$USESV6$~STKCKD$USESV7$~SHL$OTIME$ROPI$IEEEJ$EBA8$MICROLIB$REQ8$PRES8$EABIv2 0x00000000 Number 0 anon$$obj.o ABSOLUTE + __ARM_use_no_argv 0x00000000 Number 0 main.o ABSOLUTE + _printf_a 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_c 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_charcount 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_d 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_e 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_f 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_flags 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_fp_dec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_fp_hex 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_g 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_i 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_int_dec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_l 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_lc 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_ll 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_lld 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_lli 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_llo 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_llu 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_llx 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_longlong_dec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_longlong_hex 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_longlong_oct 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_ls 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_mbtowc 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_n 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_o 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_p 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_percent 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_pre_padding 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_return_value 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_s 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_sizespec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_str 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_truncate_signed 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_truncate_unsigned 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_u 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_wc 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_wctomb 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_widthprec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_x 0x00000000 Number 0 stubs.o ABSOLUTE + __cpp_initialize__aeabi_ - Undefined Weak Reference + __cxa_finalize - Undefined Weak Reference + _clock_init - Undefined Weak Reference + _microlib_exit - Undefined Weak Reference + __Vectors_Size 0x000000c0 Number 0 startup_armcm0.o ABSOLUTE + __Vectors 0x00010000 Data 4 startup_armcm0.o(RESET) + __Vectors_End 0x000100c0 Data 0 startup_armcm0.o(RESET) + __main 0x000100c1 Thumb Code 0 entry.o(.ARM.Collect$$$$00000000) + _main_stk 0x000100c1 Thumb Code 0 entry2.o(.ARM.Collect$$$$00000001) + _main_scatterload 0x000100c5 Thumb Code 0 entry5.o(.ARM.Collect$$$$00000004) + __main_after_scatterload 0x000100c9 Thumb Code 0 entry5.o(.ARM.Collect$$$$00000004) + _main_clock 0x000100c9 Thumb Code 0 entry7b.o(.ARM.Collect$$$$00000008) + _main_cpp_init 0x000100c9 Thumb Code 0 entry8b.o(.ARM.Collect$$$$0000000A) + _main_init 0x000100c9 Thumb Code 0 entry9a.o(.ARM.Collect$$$$0000000B) + __rt_final_cpp 0x000100d1 Thumb Code 0 entry10a.o(.ARM.Collect$$$$0000000D) + __rt_final_exit 0x000100d1 Thumb Code 0 entry11a.o(.ARM.Collect$$$$0000000F) + Reset_Handler 0x000100d5 Thumb Code 28 startup_armcm0.o(.text) + NMI_Handler 0x000100f1 Thumb Code 2 startup_armcm0.o(.text) + SVC_Handler 0x000100f5 Thumb Code 2 startup_armcm0.o(.text) + PendSV_Handler 0x000100f7 Thumb Code 2 startup_armcm0.o(.text) + OTP_IRQn_Handler 0x00010123 Thumb Code 2 startup_armcm0.o(.text) + PVD_IRQn_Handler 0x00010127 Thumb Code 2 startup_armcm0.o(.text) + __aeabi_uidiv 0x0001014d Thumb Code 0 uidiv.o(.text) + __aeabi_uidivmod 0x0001014d Thumb Code 44 uidiv.o(.text) + __aeabi_idiv 0x00010179 Thumb Code 0 idiv.o(.text) + __aeabi_idivmod 0x00010179 Thumb Code 40 idiv.o(.text) + __aeabi_memcpy 0x000101a1 Thumb Code 36 memcpya.o(.text) + __aeabi_memcpy4 0x000101a1 Thumb Code 0 memcpya.o(.text) + __aeabi_memcpy8 0x000101a1 Thumb Code 0 memcpya.o(.text) + __aeabi_memset 0x000101c5 Thumb Code 14 memseta.o(.text) + __aeabi_memset4 0x000101c5 Thumb Code 0 memseta.o(.text) + __aeabi_memset8 0x000101c5 Thumb Code 0 memseta.o(.text) + __aeabi_memclr 0x000101d3 Thumb Code 4 memseta.o(.text) + __aeabi_memclr4 0x000101d3 Thumb Code 0 memseta.o(.text) + __aeabi_memclr8 0x000101d3 Thumb Code 0 memseta.o(.text) + _memset$wrapper 0x000101d7 Thumb Code 18 memseta.o(.text) + __aeabi_fadd 0x000101e9 Thumb Code 162 fadd.o(.text) + __aeabi_fsub 0x0001028b Thumb Code 8 fadd.o(.text) + __aeabi_frsub 0x00010293 Thumb Code 8 fadd.o(.text) + __aeabi_fmul 0x0001029b Thumb Code 122 fmul.o(.text) + __aeabi_fdiv 0x00010315 Thumb Code 124 fdiv.o(.text) + __ARM_scalbnf 0x00010391 Thumb Code 24 fscalb.o(.text) + scalbnf 0x00010391 Thumb Code 0 fscalb.o(.text) + __aeabi_dadd 0x000103a9 Thumb Code 328 dadd.o(.text) + __aeabi_dsub 0x000104f1 Thumb Code 12 dadd.o(.text) + __aeabi_drsub 0x000104fd Thumb Code 12 dadd.o(.text) + __aeabi_dmul 0x0001050d Thumb Code 202 dmul.o(.text) + __aeabi_ddiv 0x000105dd Thumb Code 234 ddiv.o(.text) + __aeabi_i2f 0x000106cd Thumb Code 22 fflti.o(.text) + __aeabi_ui2f 0x000106e3 Thumb Code 14 ffltui.o(.text) + __aeabi_ui2d 0x000106f1 Thumb Code 24 dfltui.o(.text) + __aeabi_f2iz 0x0001070d Thumb Code 50 ffixi.o(.text) + __aeabi_f2uiz 0x0001073f Thumb Code 40 ffixui.o(.text) + __aeabi_d2iz 0x00010769 Thumb Code 62 dfixi.o(.text) + __aeabi_d2uiz 0x000107b1 Thumb Code 50 dfixui.o(.text) + __aeabi_f2d 0x000107ed Thumb Code 40 f2d.o(.text) + __aeabi_cfrcmple 0x00010815 Thumb Code 20 cfrcmple.o(.text) + __aeabi_uldivmod 0x00010829 Thumb Code 96 uldiv.o(.text) + __aeabi_llsl 0x00010889 Thumb Code 32 llshl.o(.text) + _ll_shift_l 0x00010889 Thumb Code 0 llshl.o(.text) + __aeabi_llsr 0x000108a9 Thumb Code 34 llushr.o(.text) + _ll_ushift_r 0x000108a9 Thumb Code 0 llushr.o(.text) + __aeabi_lasr 0x000108cb Thumb Code 38 llsshr.o(.text) + _ll_sshift_r 0x000108cb Thumb Code 0 llsshr.o(.text) + __I$use$fp 0x000108f1 Thumb Code 0 iusefp.o(.text) + _float_round 0x000108f1 Thumb Code 16 fepilogue.o(.text) + _float_epilogue 0x00010901 Thumb Code 114 fepilogue.o(.text) + _double_round 0x00010973 Thumb Code 26 depilogue.o(.text) + _double_epilogue 0x0001098d Thumb Code 164 depilogue.o(.text) + __aeabi_d2ulz 0x00010a31 Thumb Code 54 dfixul.o(.text) + __aeabi_cdrcmple 0x00010a71 Thumb Code 38 cdrcmple.o(.text) + __scatterload 0x00010a99 Thumb Code 28 init.o(.text) + __scatterload_rt2 0x00010a99 Thumb Code 0 init.o(.text) + __decompress 0x00010abd Thumb Code 0 __dczerorl2.o(.text) + __decompress1 0x00010abd Thumb Code 86 __dczerorl2.o(.text) + ADC_IRQn_Handler 0x00010b15 Thumb Code 18 irq_redirect .o(i.ADC_IRQn_Handler) + AP_NRESET_IRQn_Handler 0x00010b2d Thumb Code 18 irq_redirect .o(i.AP_NRESET_IRQn_Handler) + DMA_IRQn_Handler 0x00010b45 Thumb Code 14 irq_redirect .o(i.DMA_IRQn_Handler) + EXTI_INT0_IRQn_Handler 0x00010b59 Thumb Code 22 irq_redirect .o(i.EXTI_INT0_IRQn_Handler) + EXTI_INT1_IRQn_Handler 0x00010b75 Thumb Code 22 irq_redirect .o(i.EXTI_INT1_IRQn_Handler) + EXTI_INT2_IRQn_Handler 0x00010b91 Thumb Code 22 irq_redirect .o(i.EXTI_INT2_IRQn_Handler) + EXTI_INT3_IRQn_Handler 0x00010bad Thumb Code 22 irq_redirect .o(i.EXTI_INT3_IRQn_Handler) + EXTI_INT4_IRQn_Handler 0x00010bc9 Thumb Code 22 irq_redirect .o(i.EXTI_INT4_IRQn_Handler) + EXTI_INT5_IRQn_Handler 0x00010be5 Thumb Code 22 irq_redirect .o(i.EXTI_INT5_IRQn_Handler) + EXTI_INT6_IRQn_Handler 0x00010c01 Thumb Code 22 irq_redirect .o(i.EXTI_INT6_IRQn_Handler) + EXTI_INT7_IRQn_Handler 0x00010c1d Thumb Code 22 irq_redirect .o(i.EXTI_INT7_IRQn_Handler) + FLSCTRL_IRQn_Handler 0x00010c39 Thumb Code 14 irq_redirect .o(i.FLSCTRL_IRQn_Handler) + Gpio_swire_output 0x00010c4d Thumb Code 110 ap_demo.o(i.Gpio_swire_output) + HardFault_Handler 0x00010cc1 Thumb Code 14 irq_redirect .o(i.HardFault_Handler) + I2C0_IRQn_Handler 0x00010cd5 Thumb Code 18 irq_redirect .o(i.I2C0_IRQn_Handler) + I2C1_IRQn_Handler 0x00010ced Thumb Code 18 irq_redirect .o(i.I2C1_IRQn_Handler) + LCDC_IRQn_Handler 0x00010d05 Thumb Code 18 irq_redirect .o(i.LCDC_IRQn_Handler) + LOG_printf 0x00010d1d Thumb Code 30 tau_log.o(i.LOG_printf) + MEMC_IRQn_Handler 0x00010d45 Thumb Code 18 irq_redirect .o(i.MEMC_IRQn_Handler) + MIPI_RX_IRQn_Handler 0x00010d5d Thumb Code 18 irq_redirect .o(i.MIPI_RX_IRQn_Handler) + MIPI_TX_IRQn_Handler 0x00010d75 Thumb Code 18 irq_redirect .o(i.MIPI_TX_IRQn_Handler) + PWMDET_IRQn_Handler 0x00010d8d Thumb Code 22 irq_redirect .o(i.PWMDET_IRQn_Handler) + SPIM_IRQn_Handler 0x00010da9 Thumb Code 22 irq_redirect .o(i.SPIM_IRQn_Handler) + SPIS_IRQn_Handler 0x00010dc5 Thumb Code 22 irq_redirect .o(i.SPIS_IRQn_Handler) + SWIRE_IRQn_Handler 0x00010de1 Thumb Code 22 irq_redirect .o(i.SWIRE_IRQn_Handler) + SysTick_Handler 0x00010dfd Thumb Code 18 irq_redirect .o(i.SysTick_Handler) + TIMER0_IRQn_Handler 0x00010e15 Thumb Code 18 irq_redirect .o(i.TIMER0_IRQn_Handler) + TIMER1_IRQn_Handler 0x00010e2d Thumb Code 18 irq_redirect .o(i.TIMER1_IRQn_Handler) + TIMER2_IRQn_Handler 0x00010e45 Thumb Code 18 irq_redirect .o(i.TIMER2_IRQn_Handler) + TIMER3_IRQn_Handler 0x00010e5d Thumb Code 18 irq_redirect .o(i.TIMER3_IRQn_Handler) + UART0_IRQ_Handle 0x00010e75 Thumb Code 20 drv_uart.o(i.UART0_IRQ_Handle) + UART_DisableDma 0x00010e91 Thumb Code 2 drv_uart.o(i.UART_DisableDma) + UART_GetInstance 0x00010e93 Thumb Code 4 drv_uart.o(i.UART_GetInstance) + UART_IRQn_Handler 0x00010e99 Thumb Code 18 irq_redirect .o(i.UART_IRQn_Handler) + UART_ResetRxFIFO 0x00010eb1 Thumb Code 32 drv_uart.o(i.UART_ResetRxFIFO) + UART_SetBaudRate 0x00010ed5 Thumb Code 72 drv_uart.o(i.UART_SetBaudRate) + UART_SwitchSCLK 0x00010f1d Thumb Code 26 drv_uart.o(i.UART_SwitchSCLK) + UART_WriteBlocking 0x00010f37 Thumb Code 26 drv_uart.o(i.UART_WriteBlocking) + VIDC_IRQn_Handler 0x00010f51 Thumb Code 18 irq_redirect .o(i.VIDC_IRQn_Handler) + VPRE_IRQn_Handler 0x00010f69 Thumb Code 18 irq_redirect .o(i.VPRE_IRQn_Handler) + WDG_IRQn_Handler 0x00010f81 Thumb Code 18 irq_redirect .o(i.WDG_IRQn_Handler) + __0printf 0x00010f99 Thumb Code 24 printfa.o(i.__0printf) + __1printf 0x00010f99 Thumb Code 0 printfa.o(i.__0printf) + __2printf 0x00010f99 Thumb Code 0 printfa.o(i.__0printf) + __c89printf 0x00010f99 Thumb Code 0 printfa.o(i.__0printf) + printf 0x00010f99 Thumb Code 0 printfa.o(i.__0printf) + __0vsprintf 0x00010fb9 Thumb Code 30 printfa.o(i.__0vsprintf) + __1vsprintf 0x00010fb9 Thumb Code 0 printfa.o(i.__0vsprintf) + __2vsprintf 0x00010fb9 Thumb Code 0 printfa.o(i.__0vsprintf) + __c89vsprintf 0x00010fb9 Thumb Code 0 printfa.o(i.__0vsprintf) + vsprintf 0x00010fb9 Thumb Code 0 printfa.o(i.__0vsprintf) + __ARM_common_switch8 0x00010fdd Thumb Code 26 ap_demo.o(i.__ARM_common_switch8) + __scatterload_null 0x00010ff7 Thumb Code 2 handlers.o(i.__scatterload_null) + app_UART_IRQn_Handler 0x00010ff9 Thumb Code 8 drv_uart.o(i.app_UART_IRQn_Handler) + s_RAM_CK 0x00011000 Data 20 drv_common.o(.ARM.__at_0x11000) + UART_TransferHandleIRQ 0x00011015 Thumb Code 308 drv_uart.o(i.UART_TransferHandleIRQ) + UART_init 0x00011149 Thumb Code 182 drv_uart.o(i.UART_init) + __ARM_clz 0x00011205 Thumb Code 46 depilogue.o(i.__ARM_clz) + __scatterload_copy 0x000112f9 Thumb Code 14 handlers.o(i.__scatterload_copy) + __scatterload_zeroinit 0x00011307 Thumb Code 14 handlers.o(i.__scatterload_zeroinit) + ap_demo 0x00012f85 Thumb Code 192 ap_demo.o(i.ap_demo) + app_ADC_IRQn_Handler 0x0001362d Thumb Code 22 drv_rxbr.o(i.app_ADC_IRQn_Handler) + app_AP_NRESET_IRQn_Handler 0x00013649 Thumb Code 32 drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) + app_EXTI_INT0_IRQn_Handler 0x0001366d Thumb Code 22 drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) + app_EXTI_INT1_IRQn_Handler 0x00013689 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) + app_EXTI_INT2_IRQn_Handler 0x000136a5 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) + app_EXTI_INT3_IRQn_Handler 0x000136c1 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) + app_EXTI_INT4_IRQn_Handler 0x000136dd Thumb Code 22 drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) + app_EXTI_INT5_IRQn_Handler 0x000136f9 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) + app_EXTI_INT6_IRQn_Handler 0x00013715 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) + app_EXTI_INT7_IRQn_Handler 0x00013731 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) + app_HardFault_Handler 0x0001374d Thumb Code 12 drv_common.o(i.app_HardFault_Handler) + app_I2C0_IRQn_Handler 0x00013795 Thumb Code 8 drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) + app_I2C1_IRQn_Handler 0x000137a5 Thumb Code 8 drv_i2c_master.o(i.app_I2C1_IRQn_Handler) + app_LCDC_IRQn_Handler 0x000137b5 Thumb Code 98 hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) + app_MEMC_IRQn_Handler 0x00013895 Thumb Code 132 drv_memc.o(i.app_MEMC_IRQn_Handler) + app_MIPI_RX_IRQn_Handler 0x0001391d Thumb Code 228 drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) + app_MIPI_TX_IRQn_Handler 0x00013ba9 Thumb Code 56 drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) + app_PWMDET_IRQn_Handler 0x00013c49 Thumb Code 62 drv_pwm.o(i.app_PWMDET_IRQn_Handler) + app_SPIM_IRQn_Handler 0x00013c91 Thumb Code 34 drv_spi_master.o(i.app_SPIM_IRQn_Handler) + app_SPIS_IRQn_Handler 0x00013cc1 Thumb Code 152 hal_spi_slave.o(i.app_SPIS_IRQn_Handler) + app_SWIRE_IRQn_Handler 0x00013d65 Thumb Code 28 drv_swire.o(i.app_SWIRE_IRQn_Handler) + app_SysTick_Handler 0x00013d85 Thumb Code 20 drv_common.o(i.app_SysTick_Handler) + app_TIMER0_IRQn_Handler 0x00013d9d Thumb Code 32 drv_timer.o(i.app_TIMER0_IRQn_Handler) + app_TIMER1_IRQn_Handler 0x00013dc1 Thumb Code 32 drv_timer.o(i.app_TIMER1_IRQn_Handler) + app_TIMER2_IRQn_Handler 0x00013de5 Thumb Code 32 drv_timer.o(i.app_TIMER2_IRQn_Handler) + app_TIMER3_IRQn_Handler 0x00013e09 Thumb Code 48 drv_timer.o(i.app_TIMER3_IRQn_Handler) + app_VIDC_IRQn_Handler 0x00013e3d Thumb Code 22 drv_vidc.o(i.app_VIDC_IRQn_Handler) + app_VPRE_IRQn_Handler 0x00013e59 Thumb Code 22 drv_rxbr.o(i.app_VPRE_IRQn_Handler) + app_WDG_IRQn_Handler 0x00013e75 Thumb Code 40 drv_wdg.o(i.app_WDG_IRQn_Handler) + app_dma_irq_handler 0x00013ea1 Thumb Code 10 drv_dma.o(i.app_dma_irq_handler) + app_fls_ctrl_Handler 0x00013eb1 Thumb Code 38 norflash.o(i.app_fls_ctrl_Handler) + app_tp_init 0x00013eed Thumb Code 84 app_tp_transfer.o(i.app_tp_init) + app_tp_phone_analysis_data 0x00013f59 Thumb Code 854 app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) + app_tp_s_read 0x000142bd Thumb Code 8 app_tp_transfer.o(i.app_tp_s_read) + app_tp_s_write 0x000142c5 Thumb Code 8 app_tp_transfer.o(i.app_tp_s_write) + board_Init 0x000142fd Thumb Code 24 board.o(i.board_Init) + ceil 0x000145cd Thumb Code 180 ceil.o(i.ceil) + dcs_packet_fifo_alloc 0x00014751 Thumb Code 80 dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) + dcs_packet_fifo_init 0x000147a9 Thumb Code 18 dcs_packet_fifo.o(i.dcs_packet_fifo_init) + dcs_packet_free_fifo_header 0x000147c1 Thumb Code 60 dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) + dcs_packet_get_fifo_header 0x00014805 Thumb Code 26 dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) + delayMs 0x00014845 Thumb Code 24 tau_delay.o(i.delayMs) + delayUs 0x0001485d Thumb Code 34 tau_delay.o(i.delayUs) + drv_ap_rst_trig_edge_detect 0x00014881 Thumb Code 46 drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) + drv_chip_info_get_info 0x000148b9 Thumb Code 6 drv_chip_info.o(i.drv_chip_info_get_info) + drv_chip_info_init 0x000148c5 Thumb Code 56 drv_chip_info.o(i.drv_chip_info_init) + drv_chip_rx_info_check 0x00014905 Thumb Code 122 drv_chip_info.o(i.drv_chip_rx_info_check) + drv_chip_rx_init_done 0x000149cd Thumb Code 16 drv_chip_info.o(i.drv_chip_rx_init_done) + drv_common_enable_systick 0x000149e1 Thumb Code 70 drv_common.o(i.drv_common_enable_systick) + drv_common_system_init 0x00014a39 Thumb Code 8 drv_common.o(i.drv_common_system_init) + drv_crgu_clear_all_reset_flags 0x00014a41 Thumb Code 8 drv_crgu.o(i.drv_crgu_clear_all_reset_flags) + drv_crgu_config_reset_modules 0x00014a4d Thumb Code 10 drv_crgu.o(i.drv_crgu_config_reset_modules) + drv_crgu_set_ahb_pre_div 0x00014a5d Thumb Code 14 drv_crgu.o(i.drv_crgu_set_ahb_pre_div) + drv_crgu_set_ahb_src 0x00014a71 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_ahb_src) + drv_crgu_set_clock 0x00014a85 Thumb Code 26 drv_crgu.o(i.drv_crgu_set_clock) + drv_crgu_set_dpi_mux_src 0x00014aa5 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dpi_mux_src) + drv_crgu_set_dpi_pre_div 0x00014ab9 Thumb Code 18 drv_crgu.o(i.drv_crgu_set_dpi_pre_div) + drv_crgu_set_dpi_pre_src 0x00014ad1 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dpi_pre_src) + drv_crgu_set_dsc_core_div 0x00014ae5 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dsc_core_div) + drv_crgu_set_dsco_src 0x00014af9 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dsco_src) + drv_crgu_set_dsco_src_div 0x00014b0d Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dsco_src_div) + drv_crgu_set_fb_div 0x00014b21 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_fb_div) + drv_crgu_set_fb_src 0x00014b35 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_fb_src) + drv_crgu_set_lcdc_div 0x00014b49 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_lcdc_div) + drv_crgu_set_lcdc_src 0x00014b5d Thumb Code 16 drv_crgu.o(i.drv_crgu_set_lcdc_src) + drv_crgu_set_mipi_cfg_src 0x00014b71 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_mipi_cfg_src) + drv_crgu_set_mipi_ref_src 0x00014b85 Thumb Code 18 drv_crgu.o(i.drv_crgu_set_mipi_ref_src) + drv_crgu_set_reset 0x00014b9d Thumb Code 20 drv_crgu.o(i.drv_crgu_set_reset) + drv_crgu_set_rxbr_div 0x00014bb5 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_rxbr_div) + drv_crgu_set_rxbr_src 0x00014bc9 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_rxbr_src) + drv_crgu_set_vidc_src 0x00014bdd Thumb Code 16 drv_crgu.o(i.drv_crgu_set_vidc_src) + drv_dma_clear_flag 0x00014bf1 Thumb Code 24 drv_dma.o(i.drv_dma_clear_flag) + drv_dma_create_handle 0x00014c09 Thumb Code 22 drv_dma.o(i.drv_dma_create_handle) + drv_dma_disenable_channel 0x00014c25 Thumb Code 16 drv_dma.o(i.drv_dma_disenable_channel) + drv_dma_enable_channel 0x00014c35 Thumb Code 16 drv_dma.o(i.drv_dma_enable_channel) + drv_dma_enable_channel_interrupts 0x00014c45 Thumb Code 32 drv_dma.o(i.drv_dma_enable_channel_interrupts) + drv_dma_get_channel_flag 0x00014c69 Thumb Code 12 drv_dma.o(i.drv_dma_get_channel_flag) + drv_dma_irq_handler 0x00014c75 Thumb Code 138 drv_dma.o(i.drv_dma_irq_handler) + drv_dma_prepar_transfer 0x00014d05 Thumb Code 18 drv_dma.o(i.drv_dma_prepar_transfer) + drv_dma_set_callback 0x00014d17 Thumb Code 6 drv_dma.o(i.drv_dma_set_callback) + drv_dsc_dec_convert_pps_rc_parameter 0x00014d1d Thumb Code 54 drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) + drv_dsc_dec_disable 0x00014d53 Thumb Code 12 drv_dsc_dec.o(i.drv_dsc_dec_disable) + drv_dsc_dec_enable 0x00014d61 Thumb Code 88 drv_dsc_dec.o(i.drv_dsc_dec_enable) + drv_dsc_dec_get_nslc 0x00014dd5 Thumb Code 10 drv_dsc_dec.o(i.drv_dsc_dec_get_nslc) + drv_dsc_dec_set_u8_pps 0x00014ddf Thumb Code 40 drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) + drv_dsi_rx_calc_ipi_tx_delay 0x00014e09 Thumb Code 244 drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) + drv_dsi_rx_enable_irq 0x00014f0d Thumb Code 58 drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) + drv_dsi_rx_get_compression_en 0x00014fb9 Thumb Code 8 drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) + drv_dsi_rx_get_max_ret_size 0x00014fc1 Thumb Code 6 drv_dsi_rx.o(i.drv_dsi_rx_get_max_ret_size) + drv_dsi_rx_power_up 0x00014fc7 Thumb Code 14 drv_dsi_rx.o(i.drv_dsi_rx_power_up) + drv_dsi_rx_set_ctrl_cfg 0x00014fd5 Thumb Code 32 drv_dsi_rx.o(i.drv_dsi_rx_set_ctrl_cfg) + drv_dsi_rx_set_ddi_cfg 0x00014ff5 Thumb Code 16 drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) + drv_dsi_rx_set_inten 0x00015005 Thumb Code 4 drv_dsi_rx.o(i.drv_dsi_rx_set_inten) + drv_dsi_rx_set_ipi_cfg 0x00015009 Thumb Code 16 drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_cfg) + drv_dsi_rx_set_lane_swap 0x00015019 Thumb Code 70 drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) + drv_dsi_rx_set_up_phy 0x00015061 Thumb Code 202 drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) + drv_dsi_rx_shut_down 0x00015131 Thumb Code 14 drv_dsi_rx.o(i.drv_dsi_rx_shut_down) + drv_dsi_tx_command_header 0x0001513f Thumb Code 20 drv_dsi_tx.o(i.drv_dsi_tx_command_header) + drv_dsi_tx_command_mode_cfg 0x00015153 Thumb Code 108 drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) + drv_dsi_tx_command_put_payload 0x000151bf Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) + drv_dsi_tx_config_eotp 0x000151c3 Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) + drv_dsi_tx_config_int 0x000151db Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_config_int) + drv_dsi_tx_dpi_lpcmd_time 0x000151e3 Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_dpi_lpcmd_time) + drv_dsi_tx_dpi_mode 0x000151eb Thumb Code 10 drv_dsi_tx.o(i.drv_dsi_tx_dpi_mode) + drv_dsi_tx_dpi_polarity 0x000151f5 Thumb Code 36 drv_dsi_tx.o(i.drv_dsi_tx_dpi_polarity) + drv_dsi_tx_edpi_cmd_size 0x00015219 Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_edpi_cmd_size) + drv_dsi_tx_get_cmd_status 0x0001521d Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) + drv_dsi_tx_mode 0x00015221 Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_mode) + drv_dsi_tx_phy_clock_lane_auto_lp 0x00015225 Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_auto_lp) + drv_dsi_tx_phy_clock_lane_req_hs 0x0001523d Thumb Code 26 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) + drv_dsi_tx_phy_lane_mode 0x00015257 Thumb Code 12 drv_dsi_tx.o(i.drv_dsi_tx_phy_lane_mode) + drv_dsi_tx_phy_status_ready 0x00015263 Thumb Code 100 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ready) + drv_dsi_tx_phy_status_stopstate 0x000152c7 Thumb Code 62 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) + drv_dsi_tx_phy_time_cfg 0x00015305 Thumb Code 30 drv_dsi_tx.o(i.drv_dsi_tx_phy_time_cfg) + drv_dsi_tx_powerup 0x00015323 Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_powerup) + drv_dsi_tx_response_mode 0x0001532b Thumb Code 28 drv_dsi_tx.o(i.drv_dsi_tx_response_mode) + drv_dsi_tx_set_bta_ack 0x00015347 Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_set_bta_ack) + drv_dsi_tx_set_esc_div 0x0001535f Thumb Code 12 drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) + drv_dsi_tx_set_int 0x0001536d Thumb Code 46 drv_dsi_tx.o(i.drv_dsi_tx_set_int) + drv_dsi_tx_set_time_out_div 0x000153a1 Thumb Code 16 drv_dsi_tx.o(i.drv_dsi_tx_set_time_out_div) + drv_dsi_tx_set_video_chunk 0x000153b1 Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_set_video_chunk) + drv_dsi_tx_set_video_timing 0x000153b9 Thumb Code 34 drv_dsi_tx.o(i.drv_dsi_tx_set_video_timing) + drv_dsi_tx_shutdown 0x000153db Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_shutdown) + drv_dsi_tx_timeout_cfg 0x000153e3 Thumb Code 38 drv_dsi_tx.o(i.drv_dsi_tx_timeout_cfg) + drv_dsi_tx_video_mode_cfg 0x00015409 Thumb Code 170 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_cfg) + drv_dsi_tx_video_mode_disable_hact_cmd 0x000154b3 Thumb Code 22 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_disable_hact_cmd) + drv_dsi_tx_video_mode_set_lp_cmd 0x000154c9 Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) + drv_efuse_enter_inactive 0x000154e1 Thumb Code 32 drv_efuse.o(i.drv_efuse_enter_inactive) + drv_efuse_int_enable 0x00015501 Thumb Code 12 drv_efuse.o(i.drv_efuse_int_enable) + drv_efuse_read 0x0001550d Thumb Code 50 drv_efuse.o(i.drv_efuse_read) + drv_efuse_read_req 0x0001553f Thumb Code 24 drv_efuse.o(i.drv_efuse_read_req) + drv_gpio_register_ap_reset_callback 0x00015559 Thumb Code 6 drv_gpio.o(i.drv_gpio_register_ap_reset_callback) + drv_gpio_set_ioe 0x00015565 Thumb Code 26 drv_gpio.o(i.drv_gpio_set_ioe) + drv_gpio_set_mode0 0x00015585 Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode0) + drv_gpio_set_mode1 0x00015595 Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode1) + drv_gpio_set_mode2 0x000155a5 Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode2) + drv_gpio_set_mode3 0x000155b5 Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode3) + drv_gpio_set_pull_state 0x000155e5 Thumb Code 298 drv_gpio.o(i.drv_gpio_set_pull_state) + drv_i2c_dma_init 0x00015749 Thumb Code 146 drv_i2c_dma.o(i.drv_i2c_dma_init) + drv_i2c_enable_rx_dma 0x000157f5 Thumb Code 26 drv_i2c_dma.o(i.drv_i2c_enable_rx_dma) + drv_i2c_enable_tx_dma 0x0001580f Thumb Code 24 drv_i2c_dma.o(i.drv_i2c_enable_tx_dma) + drv_i2c_m_clear_it_pending_bit 0x00015829 Thumb Code 86 drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) + drv_i2c_m_enable_intr 0x00015889 Thumb Code 42 drv_i2c_master.o(i.drv_i2c_m_enable_intr) + drv_i2c_m_set_callback 0x000158c1 Thumb Code 6 drv_i2c_master.o(i.drv_i2c_m_set_callback) + drv_i2c_master_init 0x000158cd Thumb Code 118 drv_i2c_master.o(i.drv_i2c_master_init) + drv_i2c_s_clear_it_pending_bit 0x00015959 Thumb Code 84 drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) + drv_i2c_s_enable_intr 0x000159b5 Thumb Code 40 drv_i2c_slave.o(i.drv_i2c_s_enable_intr) + drv_i2c_s_get_fifo_status 0x000159e9 Thumb Code 22 drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) + drv_i2c_s_set_callback 0x00015a05 Thumb Code 6 drv_i2c_slave.o(i.drv_i2c_s_set_callback) + drv_i2c_s_write_data 0x00015a11 Thumb Code 26 drv_i2c_slave.o(i.drv_i2c_s_write_data) + drv_i2c_set_dma_irq_callback 0x00015a31 Thumb Code 68 drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) + drv_i2c_slave_init 0x00015a89 Thumb Code 60 drv_i2c_slave.o(i.drv_i2c_slave_init) + drv_i2c_slave_write_dma 0x00015acd Thumb Code 18 drv_i2c_dma.o(i.drv_i2c_slave_write_dma) + drv_lcdc_config_bypass 0x00015ae9 Thumb Code 24 drv_lcdc.o(i.drv_lcdc_config_bypass) + drv_lcdc_config_ccm 0x00015b01 Thumb Code 48 drv_lcdc.o(i.drv_lcdc_config_ccm) + drv_lcdc_config_disp_mode 0x00015b31 Thumb Code 22 drv_lcdc.o(i.drv_lcdc_config_disp_mode) + drv_lcdc_config_dpi_polarity 0x00015b47 Thumb Code 36 drv_lcdc.o(i.drv_lcdc_config_dpi_polarity) + drv_lcdc_config_dpi_timing 0x00015b6b Thumb Code 38 drv_lcdc.o(i.drv_lcdc_config_dpi_timing) + drv_lcdc_config_edpi_mode 0x00015b91 Thumb Code 22 drv_lcdc.o(i.drv_lcdc_config_edpi_mode) + drv_lcdc_config_endianness 0x00015ba7 Thumb Code 22 drv_lcdc.o(i.drv_lcdc_config_endianness) + drv_lcdc_config_input_size 0x00015bbd Thumb Code 12 drv_lcdc.o(i.drv_lcdc_config_input_size) + drv_lcdc_config_int 0x00015bc9 Thumb Code 30 drv_lcdc.o(i.drv_lcdc_config_int) + drv_lcdc_config_int_single 0x00015be7 Thumb Code 34 drv_lcdc.o(i.drv_lcdc_config_int_single) + drv_lcdc_config_overwrite 0x00015c09 Thumb Code 34 drv_lcdc.o(i.drv_lcdc_config_overwrite) + drv_lcdc_config_overwrite_rgb 0x00015c2b Thumb Code 12 drv_lcdc.o(i.drv_lcdc_config_overwrite_rgb) + drv_lcdc_config_partial_display_area 0x00015c37 Thumb Code 26 drv_lcdc.o(i.drv_lcdc_config_partial_display_area) + drv_lcdc_config_partial_display_enable 0x00015c51 Thumb Code 34 drv_lcdc.o(i.drv_lcdc_config_partial_display_enable) + drv_lcdc_config_scale_up_coef 0x00015c73 Thumb Code 40 drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) + drv_lcdc_config_scale_up_step 0x00015c9b Thumb Code 12 drv_lcdc.o(i.drv_lcdc_config_scale_up_step) + drv_lcdc_config_src_parameter 0x00015ca7 Thumb Code 76 drv_lcdc.o(i.drv_lcdc_config_src_parameter) + drv_lcdc_config_thresh 0x00015cf3 Thumb Code 6 drv_lcdc.o(i.drv_lcdc_config_thresh) + drv_lcdc_ctrl_flow 0x00015cf9 Thumb Code 18 drv_lcdc.o(i.drv_lcdc_ctrl_flow) + drv_lcdc_enable_shadow_reg 0x00015d0b Thumb Code 32 drv_lcdc.o(i.drv_lcdc_enable_shadow_reg) + drv_lcdc_set_int 0x00015d2d Thumb Code 46 drv_lcdc.o(i.drv_lcdc_set_int) + drv_lcdc_set_video_hw_mode 0x00015d61 Thumb Code 20 drv_lcdc.o(i.drv_lcdc_set_video_hw_mode) + drv_lcdc_start 0x00015d75 Thumb Code 32 drv_lcdc.o(i.drv_lcdc_start) + drv_memc_clear_status 0x00015d95 Thumb Code 12 drv_memc.o(i.drv_memc_clear_status) + drv_memc_enable_irq 0x00015da1 Thumb Code 58 drv_memc.o(i.drv_memc_enable_irq) + drv_memc_gen_a_tear_signal 0x00015de1 Thumb Code 12 drv_memc.o(i.drv_memc_gen_a_tear_signal) + drv_memc_get_status 0x00015ded Thumb Code 18 drv_memc.o(i.drv_memc_get_status) + drv_memc_rate_transfer_sel 0x00015dff Thumb Code 16 drv_memc.o(i.drv_memc_rate_transfer_sel) + drv_memc_sel_vsync 0x00015e0f Thumb Code 14 drv_memc.o(i.drv_memc_sel_vsync) + drv_memc_set_active_height 0x00015e1d Thumb Code 14 drv_memc.o(i.drv_memc_set_active_height) + drv_memc_set_data_mode 0x00015e31 Thumb Code 12 drv_memc.o(i.drv_memc_set_data_mode) + drv_memc_set_double_buffer 0x00015e3d Thumb Code 16 drv_memc.o(i.drv_memc_set_double_buffer) + drv_memc_set_double_buffer_reverse 0x00015e4d Thumb Code 18 drv_memc.o(i.drv_memc_set_double_buffer_reverse) + drv_memc_set_fs_en_conditions 0x00015e5f Thumb Code 16 drv_memc.o(i.drv_memc_set_fs_en_conditions) + drv_memc_set_inten 0x00015e6f Thumb Code 20 drv_memc.o(i.drv_memc_set_inten) + drv_memc_set_lcdc_st_conditions 0x00015e85 Thumb Code 18 drv_memc.o(i.drv_memc_set_lcdc_st_conditions) + drv_memc_set_ltpo_mode 0x00015e9d Thumb Code 26 drv_memc.o(i.drv_memc_set_ltpo_mode) + drv_memc_set_tear_mode 0x00015eb7 Thumb Code 14 drv_memc.o(i.drv_memc_set_tear_mode) + drv_memc_set_tear_waveform 0x00015ec5 Thumb Code 34 drv_memc.o(i.drv_memc_set_tear_waveform) + drv_memc_set_vidc_sync_cnt 0x00015eed Thumb Code 14 drv_memc.o(i.drv_memc_set_vidc_sync_cnt) + drv_param_init_get_ccm 0x00015efd Thumb Code 4 drv_param_init.o(i.drv_param_init_get_ccm) + drv_param_init_get_scld_filter_h 0x00015f05 Thumb Code 12 drv_param_init.o(i.drv_param_init_get_scld_filter_h) + drv_param_init_get_scld_filter_v 0x00015f19 Thumb Code 12 drv_param_init.o(i.drv_param_init_get_scld_filter_v) + drv_param_init_get_sclu_filter 0x00015f2d Thumb Code 4 drv_param_init.o(i.drv_param_init_get_sclu_filter) + drv_param_init_set_scld_filter 0x00015f35 Thumb Code 92 drv_param_init.o(i.drv_param_init_set_scld_filter) + drv_param_p2r_filter_init 0x00015f99 Thumb Code 30 drv_param_init.o(i.drv_param_p2r_filter_init) + drv_phy_get_para 0x00015fbd Thumb Code 76 drv_phy_common.o(i.drv_phy_get_para) + drv_pwr_set_cp_mode 0x00016011 Thumb Code 26 drv_pwr.o(i.drv_pwr_set_cp_mode) + drv_pwr_set_pvd_mode 0x00016031 Thumb Code 18 drv_pwr.o(i.drv_pwr_set_pvd_mode) + drv_pwr_set_system_clk_src 0x00016049 Thumb Code 36 drv_pwr.o(i.drv_pwr_set_system_clk_src) + drv_rxbr_clear_pkt_buffer 0x00016115 Thumb Code 10 drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) + drv_rxbr_clear_status0 0x0001611f Thumb Code 4 drv_rxbr.o(i.drv_rxbr_clear_status0) + drv_rxbr_enable_irq 0x00016123 Thumb Code 90 drv_rxbr.o(i.drv_rxbr_enable_irq) + drv_rxbr_frame_drop_cfg 0x0001617d Thumb Code 16 drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) + drv_rxbr_get_clk 0x00016191 Thumb Code 44 drv_rxbr.o(i.drv_rxbr_get_clk) + drv_rxbr_get_col_addr 0x000161cd Thumb Code 4 drv_rxbr.o(i.drv_rxbr_get_col_addr) + drv_rxbr_get_page_addr 0x000161e3 Thumb Code 4 drv_rxbr.o(i.drv_rxbr_get_page_addr) + drv_rxbr_hline_rcv0_cfg 0x000161f9 Thumb Code 12 drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) + drv_rxbr_hline_rcv_cfg 0x00016205 Thumb Code 8 drv_rxbr.o(i.drv_rxbr_hline_rcv_cfg) + drv_rxbr_register_irq0_callback 0x0001620d Thumb Code 6 drv_rxbr.o(i.drv_rxbr_register_irq0_callback) + drv_rxbr_register_irq1_callback 0x00016219 Thumb Code 6 drv_rxbr.o(i.drv_rxbr_register_irq1_callback) + drv_rxbr_set_ack_pkt_header 0x00016225 Thumb Code 20 drv_rxbr.o(i.drv_rxbr_set_ack_pkt_header) + drv_rxbr_set_cmd_filter 0x00016239 Thumb Code 204 drv_rxbr.o(i.drv_rxbr_set_cmd_filter) + drv_rxbr_set_color_format 0x00016305 Thumb Code 20 drv_rxbr.o(i.drv_rxbr_set_color_format) + drv_rxbr_set_inten 0x00016319 Thumb Code 20 drv_rxbr.o(i.drv_rxbr_set_inten) + drv_rxbr_set_ltpo_drop_th 0x0001632d Thumb Code 16 drv_rxbr.o(i.drv_rxbr_set_ltpo_drop_th) + drv_rxbr_set_usr_cfg 0x0001633d Thumb Code 38 drv_rxbr.o(i.drv_rxbr_set_usr_cfg) + drv_rxbr_set_usr_col 0x00016363 Thumb Code 8 drv_rxbr.o(i.drv_rxbr_set_usr_col) + drv_rxbr_set_usr_row 0x0001636b Thumb Code 8 drv_rxbr.o(i.drv_rxbr_set_usr_row) + drv_swire_set_int 0x00016375 Thumb Code 64 drv_swire.o(i.drv_swire_set_int) + drv_swire_set_power_down 0x000163bd Thumb Code 24 drv_swire.o(i.drv_swire_set_power_down) + drv_sys_cfg_clear_all_int 0x000163d9 Thumb Code 8 drv_sys_cfg.o(i.drv_sys_cfg_clear_all_int) + drv_sys_cfg_clear_pending 0x000163e5 Thumb Code 32 drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) + drv_sys_cfg_sel_ap_rst_lvl_trig 0x0001640d Thumb Code 18 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) + drv_sys_cfg_sel_ap_rst_trig 0x00016425 Thumb Code 22 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) + drv_sys_cfg_set_dma_tx_req 0x00016441 Thumb Code 10 drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) + drv_sys_cfg_set_int 0x00016451 Thumb Code 30 drv_sys_cfg.o(i.drv_sys_cfg_set_int) + drv_timer_clear_status_flags 0x00016475 Thumb Code 26 drv_timer.o(i.drv_timer_clear_status_flags) + drv_timer_enable 0x0001648f Thumb Code 32 drv_timer.o(i.drv_timer_enable) + drv_timer_get_instance 0x000164b1 Thumb Code 8 drv_timer.o(i.drv_timer_get_instance) + drv_timer_get_prescaler 0x000164bd Thumb Code 14 drv_timer.o(i.drv_timer_get_prescaler) + drv_timer_register_callback 0x000164cd Thumb Code 12 drv_timer.o(i.drv_timer_register_callback) + drv_timer_set_current_count 0x000164dd Thumb Code 12 drv_timer.o(i.drv_timer_set_current_count) + drv_timer_set_int 0x000164e9 Thumb Code 68 drv_timer.o(i.drv_timer_set_int) + drv_timer_set_match 0x00016531 Thumb Code 12 drv_timer.o(i.drv_timer_set_match) + drv_timer_set_prescaler 0x0001653d Thumb Code 22 drv_timer.o(i.drv_timer_set_prescaler) + drv_tx_phy_test_clear 0x00016553 Thumb Code 12 drv_dsi_tx.o(i.drv_tx_phy_test_clear) + drv_tx_phy_test_enter 0x0001655f Thumb Code 28 drv_dsi_tx.o(i.drv_tx_phy_test_enter) + drv_tx_phy_test_exit 0x0001657b Thumb Code 28 drv_dsi_tx.o(i.drv_tx_phy_test_exit) + drv_tx_phy_test_write 0x00016597 Thumb Code 26 drv_dsi_tx.o(i.drv_tx_phy_test_write) + drv_tx_phy_test_write_1_byte 0x000165b1 Thumb Code 14 drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) + drv_tx_phy_test_write_2_byte 0x000165bf Thumb Code 18 drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) + drv_tx_phy_test_write_code 0x000165d1 Thumb Code 34 drv_dsi_tx.o(i.drv_tx_phy_test_write_code) + drv_vidc_clear_irq 0x00016615 Thumb Code 8 drv_vidc.o(i.drv_vidc_clear_irq) + drv_vidc_enable 0x0001661d Thumb Code 24 drv_vidc.o(i.drv_vidc_enable) + drv_vidc_enable_irq 0x00016635 Thumb Code 58 drv_vidc.o(i.drv_vidc_enable_irq) + drv_vidc_get_irq_status 0x00016675 Thumb Code 18 drv_vidc.o(i.drv_vidc_get_irq_status) + drv_vidc_init_module_enable 0x00016689 Thumb Code 36 drv_vidc.o(i.drv_vidc_init_module_enable) + drv_vidc_register_callback 0x000166b1 Thumb Code 6 drv_vidc.o(i.drv_vidc_register_callback) + drv_vidc_reset 0x000166bd Thumb Code 6 drv_vidc.o(i.drv_vidc_reset) + drv_vidc_set_dst_parameter 0x000166c3 Thumb Code 60 drv_vidc.o(i.drv_vidc_set_dst_parameter) + drv_vidc_set_irqen 0x000166ff Thumb Code 20 drv_vidc.o(i.drv_vidc_set_irqen) + drv_vidc_set_mirror 0x00016713 Thumb Code 16 drv_vidc.o(i.drv_vidc_set_mirror) + drv_vidc_set_p2r_hcoef0 0x00016723 Thumb Code 8 drv_vidc.o(i.drv_vidc_set_p2r_hcoef0) + drv_vidc_set_p2r_hinitb 0x0001672b Thumb Code 38 drv_vidc.o(i.drv_vidc_set_p2r_hinitb) + drv_vidc_set_p2r_hinitr 0x00016751 Thumb Code 38 drv_vidc.o(i.drv_vidc_set_p2r_hinitr) + drv_vidc_set_pentile_swap 0x00016779 Thumb Code 18 drv_vidc.o(i.drv_vidc_set_pentile_swap) + drv_vidc_set_pu_ctrl 0x00016791 Thumb Code 10 drv_vidc.o(i.drv_vidc_set_pu_ctrl) + drv_vidc_set_rotation 0x0001679b Thumb Code 16 drv_vidc.o(i.drv_vidc_set_rotation) + drv_vidc_set_scld_hcoef0 0x000167ab Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_hcoef0) + drv_vidc_set_scld_hcoef1 0x000167b5 Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_hcoef1) + drv_vidc_set_scld_step 0x000167bf Thumb Code 18 drv_vidc.o(i.drv_vidc_set_scld_step) + drv_vidc_set_scld_vcoef0 0x000167d1 Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_vcoef0) + drv_vidc_set_scld_vcoef1 0x000167db Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_vcoef1) + drv_vidc_set_src_parameter 0x000167e5 Thumb Code 22 drv_vidc.o(i.drv_vidc_set_src_parameter) + drv_wdg_set_int 0x0001681d Thumb Code 48 drv_wdg.o(i.drv_wdg_set_int) + fls_clr_interrupt_flag 0x00016851 Thumb Code 10 drv_fls.o(i.fls_clr_interrupt_flag) + fputc 0x0001685b Thumb Code 20 tau_log.o(i.fputc) + hal_dsi_rx_ctrl_create_handle 0x00016871 Thumb Code 42 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) + hal_dsi_rx_ctrl_deinit 0x000168a1 Thumb Code 32 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) + hal_dsi_rx_ctrl_dsc_async_handler 0x000168c5 Thumb Code 120 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) + hal_dsi_rx_ctrl_gen_a_tear_signal 0x00016949 Thumb Code 32 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) + hal_dsi_rx_ctrl_get_max_ret_size 0x00016971 Thumb Code 30 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) + hal_dsi_rx_ctrl_init 0x00016999 Thumb Code 144 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) + hal_dsi_rx_ctrl_pre_init_pps 0x00017245 Thumb Code 56 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) + hal_dsi_rx_ctrl_send_ack_cmd 0x00017281 Thumb Code 212 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) + hal_dsi_rx_ctrl_set_cus_scld_filter 0x00017371 Thumb Code 98 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) + hal_dsi_rx_ctrl_set_cus_sync_line 0x000173dd Thumb Code 44 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) + hal_dsi_rx_ctrl_set_hw_tear_mode 0x00017411 Thumb Code 42 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) + hal_dsi_rx_ctrl_set_sw_tear_mode 0x00017445 Thumb Code 42 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) + hal_dsi_rx_ctrl_start 0x00017479 Thumb Code 46 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) + hal_dsi_rx_ctrl_stop 0x000174b5 Thumb Code 46 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) + hal_dsi_rx_ctrl_toggle_resolution 0x000174f1 Thumb Code 28 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) + hal_dsi_tx_ctrl_create_handle 0x00017bad Thumb Code 34 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) + hal_dsi_tx_ctrl_deinit 0x00017bd9 Thumb Code 68 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) + hal_dsi_tx_ctrl_enter_init_panel_mode 0x00017c21 Thumb Code 68 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) + hal_dsi_tx_ctrl_exit_init_panel_mode 0x00017c6d Thumb Code 32 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) + hal_dsi_tx_ctrl_init 0x00017c95 Thumb Code 154 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) + hal_dsi_tx_ctrl_panel_reset_pin 0x00017d5d Thumb Code 12 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) + hal_dsi_tx_ctrl_set_overwrite_rgb 0x00017d69 Thumb Code 16 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) + hal_dsi_tx_ctrl_set_partial_disp 0x00017d7d Thumb Code 12 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) + hal_dsi_tx_ctrl_set_partial_disp_area 0x00017d8d Thumb Code 30 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) + hal_dsi_tx_ctrl_start 0x00017db1 Thumb Code 94 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) + hal_dsi_tx_ctrl_stop 0x00017e1d Thumb Code 54 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) + hal_dsi_tx_ctrl_write_array_cmd 0x00017e61 Thumb Code 210 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) + hal_dsi_tx_ctrl_write_cmd 0x00017f39 Thumb Code 172 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) + hal_gpio_init_input 0x00018331 Thumb Code 28 hal_gpio.o(i.hal_gpio_init_input) + hal_gpio_init_output 0x00018351 Thumb Code 34 hal_gpio.o(i.hal_gpio_init_output) + hal_gpio_set_ap_reset_int 0x00018379 Thumb Code 76 hal_gpio.o(i.hal_gpio_set_ap_reset_int) + hal_gpio_set_mode 0x000183c9 Thumb Code 90 hal_gpio.o(i.hal_gpio_set_mode) + hal_gpio_set_output_data 0x00018429 Thumb Code 8 hal_gpio.o(i.hal_gpio_set_output_data) + hal_gpio_set_pull_state 0x00018431 Thumb Code 26 hal_gpio.o(i.hal_gpio_set_pull_state) + hal_i2c_m_dma_init 0x00018451 Thumb Code 92 hal_i2c_master.o(i.hal_i2c_m_dma_init) + hal_i2c_s_dma_write 0x000184ed Thumb Code 46 hal_i2c_slave.o(i.hal_i2c_s_dma_write) + hal_i2c_s_init 0x00018525 Thumb Code 86 hal_i2c_slave.o(i.hal_i2c_s_init) + hal_i2c_s_nonblocking_read 0x00018591 Thumb Code 14 hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) + hal_i2c_s_set_transfer 0x000185a5 Thumb Code 6 hal_i2c_slave.o(i.hal_i2c_s_set_transfer) + hal_internal_init_memc 0x000186c9 Thumb Code 146 hal_internal_vsync.o(i.hal_internal_init_memc) + hal_internal_sync_get_fb_setting 0x000187ad Thumb Code 12 hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) + hal_internal_sync_input_resolution_change 0x000187bd Thumb Code 418 hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) + hal_internal_vsync_deinit 0x000189d1 Thumb Code 24 hal_internal_vsync.o(i.hal_internal_vsync_deinit) + hal_internal_vsync_get_sync_line 0x000189ed Thumb Code 18 hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) + hal_internal_vsync_init_rx 0x00018a05 Thumb Code 220 hal_internal_vsync.o(i.hal_internal_vsync_init_rx) + hal_internal_vsync_init_tx 0x00018b01 Thumb Code 172 hal_internal_vsync.o(i.hal_internal_vsync_init_tx) + hal_internal_vsync_set_auto_hw_filter 0x00018bb1 Thumb Code 222 hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) + hal_internal_vsync_set_rx_state 0x00018ccd Thumb Code 16 hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) + hal_internal_vsync_set_sync_line 0x00018ce1 Thumb Code 22 hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) + hal_internal_vsync_set_tear_mode 0x00018cfd Thumb Code 58 hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) + hal_internal_vsync_set_tx_state 0x00018d41 Thumb Code 54 hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) + hal_swire_open 0x00019119 Thumb Code 22 hal_swire.o(i.hal_swire_open) + hal_system_enable_systick 0x0001912f Thumb Code 8 hal_system.o(i.hal_system_enable_systick) + hal_system_init 0x00019139 Thumb Code 96 hal_system.o(i.hal_system_init) + hal_system_init_console 0x000191b5 Thumb Code 28 hal_system.o(i.hal_system_init_console) + hal_system_set_pvd 0x000191d1 Thumb Code 8 hal_system.o(i.hal_system_set_pvd) + hal_system_set_vcc 0x000191d9 Thumb Code 8 hal_system.o(i.hal_system_set_vcc) + hal_timer_init 0x000191e1 Thumb Code 34 hal_timer.o(i.hal_timer_init) + hal_timer_start 0x00019205 Thumb Code 78 hal_timer.o(i.hal_timer_start) + hal_timer_stop 0x00019259 Thumb Code 40 hal_timer.o(i.hal_timer_stop) + hal_uart_init 0x00019281 Thumb Code 126 hal_uart.o(i.hal_uart_init) + hal_uart_transmit_blocking 0x0001930d Thumb Code 12 hal_uart.o(i.hal_uart_transmit_blocking) + handle_init 0x0001931d Thumb Code 140 irq_redirect .o(i.handle_init) + main 0x00019529 Thumb Code 10 main.o(i.main) + panel_init_code 0x0001a458 Data 6319 ap_demo.o(.constdata) + phone_data_21 0x0001bd88 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_55 0x0001bd89 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_85_1 0x0001bd8a Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_92_1 0x0001bd8b Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_F5_1 0x0001bd8c Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_F5_2 0x0001bd8d Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_F5_3 0x0001bd8e Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_F5_4 0x0001bd8f Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_30 0x0001bd90 Data 2 app_tp_for_custom_s8.o(.constdata) + phone_data_52 0x0001bd92 Data 3 app_tp_for_custom_s8.o(.constdata) + phone_data_92_3 0x0001bd95 Data 3 app_tp_for_custom_s8.o(.constdata) + phone_data_A3 0x0001bd98 Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_A4 0x0001bd9c Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_A5 0x0001bda0 Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_AF 0x0001bda4 Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_F1 0x0001bda8 Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_22 0x0001bdac Data 5 app_tp_for_custom_s8.o(.constdata) + phone_data_92_2 0x0001bdb1 Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_F6_1 0x0001bdb7 Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_F6_2 0x0001bdbd Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_F6_3 0x0001bdc3 Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_F6_4 0x0001bdc9 Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_60_1 0x0001bdcf Data 16 app_tp_for_custom_s8.o(.constdata) + phone_data_23 0x0001bddf Data 11 app_tp_for_custom_s8.o(.constdata) + phone_data_85_2 0x0001bdea Data 28 app_tp_for_custom_s8.o(.constdata) + phone_data_90 0x0001be06 Data 10 app_tp_for_custom_s8.o(.constdata) + sleep_on 0x0001be10 Data 16 app_tp_for_custom_s8.o(.constdata) + Region$$Table$$Base 0x0001c2d4 Number 0 anon$$obj.o(Region$$Table) + Region$$Table$$Limit 0x0001c304 Number 0 anon$$obj.o(Region$$Table) + g_fun_handle 0x00070100 Data 192 irq_redirect .o(.ARM.__AT_0x00070100) + phone_86_flag 0x000701d4 Data 1 ap_demo.o(.data) + phone_A6_flag 0x000701d5 Data 1 ap_demo.o(.data) + phone_start_flag 0x000701d6 Data 1 ap_demo.o(.data) + panel_mode 0x000701d8 Data 1 ap_demo.o(.data) + value_reg_b1 0x000701de Data 2 ap_demo.o(.data) + value_reg_b1_bak 0x000701e0 Data 2 ap_demo.o(.data) + value_reg51 0x000701e2 Data 2 ap_demo.o(.data) + value_reg51_bak 0x000701e4 Data 2 ap_demo.o(.data) + panel_r 0x000701e6 Data 2 ap_demo.o(.data) + panel_g 0x000701e8 Data 2 ap_demo.o(.data) + panel_b 0x000701ea Data 2 ap_demo.o(.data) + value_reg_ca 0x000701f4 Data 4 ap_demo.o(.data) + rx_filter_H_3 0x000705fc Data 256 ap_demo.o(.data) + rx_filter_V_3 0x000706fc Data 256 ap_demo.o(.data) + phone_data_E4 0x000707fc Data 1 app_tp_for_custom_s8.o(.data) + tp_flag 0x000707fd Data 1 app_tp_for_custom_s8.o(.data) + g_phone_output_int_pad 0x000707fe Data 1 app_tp_for_custom_s8.o(.data) + tp_sleep_in 0x000707ff Data 1 app_tp_for_custom_s8.o(.data) + tp_sleep_count 0x00070800 Data 1 app_tp_for_custom_s8.o(.data) + sleep_double_EN 0x00070801 Data 1 app_tp_for_custom_s8.o(.data) + Flag_EA_EN 0x00070802 Data 1 app_tp_for_custom_s8.o(.data) + Flag_touch_count 0x00070803 Data 1 app_tp_for_custom_s8.o(.data) + touchnum_bak 0x00070804 Data 1 app_tp_for_custom_s8.o(.data) + Flag_blacklight_EN 0x00070805 Data 1 app_tp_for_custom_s8.o(.data) + phone_data_B1 0x0007080e Data 2 app_tp_for_custom_s8.o(.data) + phone_reg_coord_back 0x00070818 Data 200 app_tp_for_custom_s8.o(.data) + g_screen_input_rst_pad 0x000708e0 Data 1 app_tp_for_custom_s8.o(.data) + g_screen_input_int_pad 0x000708e1 Data 1 app_tp_for_custom_s8.o(.data) + g_fls_w_cmd 0x00070910 Data 1 norflash.o(.data) + g_fls_r_cmd 0x00070911 Data 1 norflash.o(.data) + g_fls_write_en_status 0x00070912 Data 1 norflash.o(.data) + isFlsTransferEnd 0x00070913 Data 1 norflash.o(.data) + isFlsFifoReq 0x00070914 Data 1 norflash.o(.data) + isNandWriteCompleted 0x00070915 Data 1 norflash.o(.data) + isNandReadCompleted 0x00070916 Data 1 norflash.o(.data) + g_fls_error_info 0x0007091c Data 6 norflash.o(.data) + g_systick_cb_func 0x00070928 Data 4 drv_common.o(.data) + g_system_clock 0x0007092c Data 4 drv_common.o(.data) + g_scld_fhd_filter_h 0x0007093c Data 256 drv_param_init.o(.data) + g_scld_fhd_filter_v 0x00070a3c Data 256 drv_param_init.o(.data) + g_scld_hd_filter_h 0x00070b3c Data 256 drv_param_init.o(.data) + g_scld_hd_filter_v 0x00070c3c Data 256 drv_param_init.o(.data) + g_sclu_filter 0x00070d3c Data 128 drv_param_init.o(.data) + g_ccm_setting 0x00070dbc Data 36 drv_param_init.o(.data) + g_int_rxbr_irq0_cb_func 0x00070de0 Data 4 drv_rxbr.o(.data) + g_int_rxbr_irq1_cb_func 0x00070de4 Data 4 drv_rxbr.o(.data) + g_int_vidc_cb_func 0x00070df4 Data 4 drv_vidc.o(.data) + tx_byte_num 0x00070e00 Data 4 drv_i2c_slave.o(.data) + __stdout 0x00070e30 Data 4 stdout.o(.data) + string 0x000710cc Data 256 tau_log.o(.bss) + hal_dmahandle 0x000711cc Data 160 hal_uart.o(.bss) + hal_uarthandle_dma 0x0007126c Data 32 hal_uart.o(.bss) + hal_uart_handle_global 0x0007128c Data 16 hal_uart.o(.bss) + g_vsync_hande 0x0007129c Data 56 hal_internal_vsync.o(.bss) + g_dcs_execute_table 0x000712d4 Data 2048 hal_internal_vsync.o(.bss) + g_packet_fifo 0x00071bf4 Data 4144 dcs_packet_fifo.o(.bss) + g_spis_ctrl_handle 0x00072de0 Data 32 hal_spi_slave.o(.bss) + __stack_limit 0x00072e00 Data 0 startup_armcm0.o(STACK) + __initial_sp 0x00073e00 Data 0 startup_armcm0.o(STACK) + + + +============================================================================== + +Memory Map of the image + + Image Entry point : 0x000100c1 + + Load Region LR_IROM2 (Base: 0x00010000, Size: 0x0000cf68, Max: 0x00010000, ABSOLUTE, COMPRESSED[0x0000cae4]) + + Execution Region ER_IROM2 (Exec base: 0x00010000, Load base: 0x00010000, Size: 0x0000c304, Max: 0x00010000, ABSOLUTE) + + Exec Addr Load Addr Size Type Attr Idx E Section Name Object + + 0x00010000 0x00010000 0x000000c0 Data RO 520 RESET startup_armcm0.o + 0x000100c0 0x000100c0 0x00000000 Code RO 2473 * .ARM.Collect$$$$00000000 mc_p.l(entry.o) + 0x000100c0 0x000100c0 0x00000004 Code RO 2781 .ARM.Collect$$$$00000001 mc_p.l(entry2.o) + 0x000100c4 0x000100c4 0x00000004 Code RO 2784 .ARM.Collect$$$$00000004 mc_p.l(entry5.o) + 0x000100c8 0x000100c8 0x00000000 Code RO 2786 .ARM.Collect$$$$00000008 mc_p.l(entry7b.o) + 0x000100c8 0x000100c8 0x00000000 Code RO 2788 .ARM.Collect$$$$0000000A mc_p.l(entry8b.o) + 0x000100c8 0x000100c8 0x00000008 Code RO 2789 .ARM.Collect$$$$0000000B mc_p.l(entry9a.o) + 0x000100d0 0x000100d0 0x00000000 Code RO 2791 .ARM.Collect$$$$0000000D mc_p.l(entry10a.o) + 0x000100d0 0x000100d0 0x00000000 Code RO 2793 .ARM.Collect$$$$0000000F mc_p.l(entry11a.o) + 0x000100d0 0x000100d0 0x00000004 Code RO 2782 .ARM.Collect$$$$00002712 mc_p.l(entry2.o) + 0x000100d4 0x000100d4 0x00000078 Code RO 521 .text startup_armcm0.o + 0x0001014c 0x0001014c 0x0000002c Code RO 2476 .text mc_p.l(uidiv.o) + 0x00010178 0x00010178 0x00000028 Code RO 2478 .text mc_p.l(idiv.o) + 0x000101a0 0x000101a0 0x00000024 Code RO 2480 .text mc_p.l(memcpya.o) + 0x000101c4 0x000101c4 0x00000024 Code RO 2482 .text mc_p.l(memseta.o) + 0x000101e8 0x000101e8 0x000000b2 Code RO 2747 .text mf_p.l(fadd.o) + 0x0001029a 0x0001029a 0x0000007a Code RO 2749 .text mf_p.l(fmul.o) + 0x00010314 0x00010314 0x0000007c Code RO 2751 .text mf_p.l(fdiv.o) + 0x00010390 0x00010390 0x00000018 Code RO 2753 .text mf_p.l(fscalb.o) + 0x000103a8 0x000103a8 0x00000164 Code RO 2755 .text mf_p.l(dadd.o) + 0x0001050c 0x0001050c 0x000000d0 Code RO 2757 .text mf_p.l(dmul.o) + 0x000105dc 0x000105dc 0x000000f0 Code RO 2759 .text mf_p.l(ddiv.o) + 0x000106cc 0x000106cc 0x00000016 Code RO 2761 .text mf_p.l(fflti.o) + 0x000106e2 0x000106e2 0x0000000e Code RO 2763 .text mf_p.l(ffltui.o) + 0x000106f0 0x000106f0 0x0000001c Code RO 2767 .text mf_p.l(dfltui.o) + 0x0001070c 0x0001070c 0x00000032 Code RO 2769 .text mf_p.l(ffixi.o) + 0x0001073e 0x0001073e 0x00000028 Code RO 2771 .text mf_p.l(ffixui.o) + 0x00010766 0x00010766 0x00000002 PAD + 0x00010768 0x00010768 0x00000048 Code RO 2773 .text mf_p.l(dfixi.o) + 0x000107b0 0x000107b0 0x0000003c Code RO 2775 .text mf_p.l(dfixui.o) + 0x000107ec 0x000107ec 0x00000028 Code RO 2777 .text mf_p.l(f2d.o) + 0x00010814 0x00010814 0x00000014 Code RO 2779 .text mf_p.l(cfrcmple.o) + 0x00010828 0x00010828 0x00000060 Code RO 2796 .text mc_p.l(uldiv.o) + 0x00010888 0x00010888 0x00000020 Code RO 2798 .text mc_p.l(llshl.o) + 0x000108a8 0x000108a8 0x00000022 Code RO 2800 .text mc_p.l(llushr.o) + 0x000108ca 0x000108ca 0x00000026 Code RO 2802 .text mc_p.l(llsshr.o) + 0x000108f0 0x000108f0 0x00000000 Code RO 2804 .text mc_p.l(iusefp.o) + 0x000108f0 0x000108f0 0x00000082 Code RO 2805 .text mf_p.l(fepilogue.o) + 0x00010972 0x00010972 0x000000be Code RO 2807 .text mf_p.l(depilogue.o) + 0x00010a30 0x00010a30 0x00000040 Code RO 2811 .text mf_p.l(dfixul.o) + 0x00010a70 0x00010a70 0x00000028 Code RO 2813 .text mf_p.l(cdrcmple.o) + 0x00010a98 0x00010a98 0x00000024 Code RO 2815 .text mc_p.l(init.o) + 0x00010abc 0x00010abc 0x00000056 Code RO 2825 .text mc_p.l(__dczerorl2.o) + 0x00010b12 0x00010b12 0x00000002 PAD + 0x00010b14 0x00010b14 0x00000018 Code RO 1983 i.ADC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010b2c 0x00010b2c 0x00000018 Code RO 1984 i.AP_NRESET_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010b44 0x00010b44 0x00000014 Code RO 1985 i.DMA_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010b58 0x00010b58 0x0000001c Code RO 1986 i.EXTI_INT0_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010b74 0x00010b74 0x0000001c Code RO 1987 i.EXTI_INT1_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010b90 0x00010b90 0x0000001c Code RO 1988 i.EXTI_INT2_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010bac 0x00010bac 0x0000001c Code RO 1989 i.EXTI_INT3_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010bc8 0x00010bc8 0x0000001c Code RO 1990 i.EXTI_INT4_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010be4 0x00010be4 0x0000001c Code RO 1991 i.EXTI_INT5_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c00 0x00010c00 0x0000001c Code RO 1992 i.EXTI_INT6_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c1c 0x00010c1c 0x0000001c Code RO 1993 i.EXTI_INT7_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c38 0x00010c38 0x00000014 Code RO 1994 i.FLSCTRL_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c4c 0x00010c4c 0x00000074 Code RO 100 i.Gpio_swire_output ap_demo.o + 0x00010cc0 0x00010cc0 0x00000014 Code RO 1995 i.HardFault_Handler CVWL568.lib(irq_redirect .o) + 0x00010cd4 0x00010cd4 0x00000018 Code RO 1996 i.I2C0_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010cec 0x00010cec 0x00000018 Code RO 1997 i.I2C1_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d04 0x00010d04 0x00000018 Code RO 1998 i.LCDC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d1c 0x00010d1c 0x00000028 Code RO 889 i.LOG_printf CVWL568.lib(tau_log.o) + 0x00010d44 0x00010d44 0x00000018 Code RO 1999 i.MEMC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d5c 0x00010d5c 0x00000018 Code RO 2000 i.MIPI_RX_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d74 0x00010d74 0x00000018 Code RO 2001 i.MIPI_TX_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d8c 0x00010d8c 0x0000001c Code RO 2002 i.PWMDET_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010da8 0x00010da8 0x0000001c Code RO 2003 i.SPIM_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010dc4 0x00010dc4 0x0000001c Code RO 2004 i.SPIS_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010de0 0x00010de0 0x0000001c Code RO 2005 i.SWIRE_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010dfc 0x00010dfc 0x00000018 Code RO 2006 i.SysTick_Handler CVWL568.lib(irq_redirect .o) + 0x00010e14 0x00010e14 0x00000018 Code RO 2007 i.TIMER0_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010e2c 0x00010e2c 0x00000018 Code RO 2008 i.TIMER1_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010e44 0x00010e44 0x00000018 Code RO 2009 i.TIMER2_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010e5c 0x00010e5c 0x00000018 Code RO 2010 i.TIMER3_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010e74 0x00010e74 0x0000001c Code RO 2313 i.UART0_IRQ_Handle CVWL568.lib(drv_uart.o) + 0x00010e90 0x00010e90 0x00000002 Code RO 2317 i.UART_DisableDma CVWL568.lib(drv_uart.o) + 0x00010e92 0x00010e92 0x00000004 Code RO 2323 i.UART_GetInstance CVWL568.lib(drv_uart.o) + 0x00010e96 0x00010e96 0x00000002 PAD + 0x00010e98 0x00010e98 0x00000018 Code RO 2011 i.UART_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010eb0 0x00010eb0 0x00000024 Code RO 2331 i.UART_ResetRxFIFO CVWL568.lib(drv_uart.o) + 0x00010ed4 0x00010ed4 0x00000048 Code RO 2334 i.UART_SetBaudRate CVWL568.lib(drv_uart.o) + 0x00010f1c 0x00010f1c 0x0000001a Code RO 2335 i.UART_SwitchSCLK CVWL568.lib(drv_uart.o) + 0x00010f36 0x00010f36 0x0000001a Code RO 2339 i.UART_WriteBlocking CVWL568.lib(drv_uart.o) + 0x00010f50 0x00010f50 0x00000018 Code RO 2012 i.VIDC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010f68 0x00010f68 0x00000018 Code RO 2013 i.VPRE_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010f80 0x00010f80 0x00000018 Code RO 2014 i.WDG_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010f98 0x00010f98 0x00000020 Code RO 2719 i.__0printf mc_p.l(printfa.o) + 0x00010fb8 0x00010fb8 0x00000024 Code RO 2725 i.__0vsprintf mc_p.l(printfa.o) + 0x00010fdc 0x00010fdc 0x0000001a Code RO 219 i.__ARM_common_switch8 ap_demo.o + 0x00010ff6 0x00010ff6 0x00000002 Code RO 2820 i.__scatterload_null mc_p.l(handlers.o) + 0x00010ff8 0x00010ff8 0x00000008 Code RO 2341 i.app_UART_IRQn_Handler CVWL568.lib(drv_uart.o) + 0x00011000 0x00011000 0x00000014 Data RO 1097 .ARM.__at_0x11000 CVWL568.lib(drv_common.o) + 0x00011014 0x00011014 0x00000134 Code RO 2337 i.UART_TransferHandleIRQ CVWL568.lib(drv_uart.o) + 0x00011148 0x00011148 0x000000bc Code RO 2340 i.UART_init CVWL568.lib(drv_uart.o) + 0x00011204 0x00011204 0x0000002e Code RO 2809 i.__ARM_clz mf_p.l(depilogue.o) + 0x00011232 0x00011232 0x00000002 PAD + 0x00011234 0x00011234 0x00000018 Code RO 2076 i.__NVIC_ClearPendingIRQ CVWL568.lib(drv_i2c_master.o) + 0x0001124c 0x0001124c 0x00000018 Code RO 2109 i.__NVIC_ClearPendingIRQ CVWL568.lib(drv_i2c_slave.o) + 0x00011264 0x00011264 0x00000018 Code RO 2144 i.__NVIC_ClearPendingIRQ CVWL568.lib(drv_spi_master.o) + 0x0001127c 0x0001127c 0x00000020 Code RO 1723 i.__NVIC_DisableIRQ CVWL568.lib(drv_rxbr.o) + 0x0001129c 0x0001129c 0x00000018 Code RO 1724 i.__NVIC_EnableIRQ CVWL568.lib(drv_rxbr.o) + 0x000112b4 0x000112b4 0x00000044 Code RO 2206 i.__NVIC_SetPriority CVWL568.lib(hal_spi_slave.o) + 0x000112f8 0x000112f8 0x0000000e Code RO 2819 i.__scatterload_copy mc_p.l(handlers.o) + 0x00011306 0x00011306 0x0000000e Code RO 2821 i.__scatterload_zeroinit mc_p.l(handlers.o) + 0x00011314 0x00011314 0x00000174 Code RO 2726 i._fp_digits mc_p.l(printfa.o) + 0x00011488 0x00011488 0x000006ec Code RO 2727 i._printf_core mc_p.l(printfa.o) + 0x00011b74 0x00011b74 0x00000020 Code RO 2728 i._printf_post_padding mc_p.l(printfa.o) + 0x00011b94 0x00011b94 0x0000002c Code RO 2729 i._printf_pre_padding mc_p.l(printfa.o) + 0x00011bc0 0x00011bc0 0x0000000a Code RO 2731 i._sputc mc_p.l(printfa.o) + 0x00011bca 0x00011bca 0x00000002 PAD + 0x00011bcc 0x00011bcc 0x000013b8 Code RO 101 i.ap_dcs_read ap_demo.o + 0x00012f84 0x00012f84 0x0000011c Code RO 102 i.ap_demo ap_demo.o + 0x000130a0 0x000130a0 0x0000002c Code RO 103 i.ap_get_reg_ca ap_demo.o + 0x000130cc 0x000130cc 0x0000004c Code RO 104 i.ap_get_reg_df ap_demo.o + 0x00013118 0x00013118 0x00000058 Code RO 105 i.ap_reset_cb ap_demo.o + 0x00013170 0x00013170 0x0000035c Code RO 106 i.ap_set_backlight ap_demo.o + 0x000134cc 0x000134cc 0x00000038 Code RO 107 i.ap_set_display_off ap_demo.o + 0x00013504 0x00013504 0x00000038 Code RO 108 i.ap_set_display_on ap_demo.o + 0x0001353c 0x0001353c 0x000000a8 Code RO 109 i.ap_set_enter_sleep_mode ap_demo.o + 0x000135e4 0x000135e4 0x00000048 Code RO 110 i.ap_set_exit_sleep_mode ap_demo.o + 0x0001362c 0x0001362c 0x0000001c Code RO 1725 i.app_ADC_IRQn_Handler CVWL568.lib(drv_rxbr.o) + 0x00013648 0x00013648 0x00000024 Code RO 1513 i.app_AP_NRESET_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x0001366c 0x0001366c 0x0000001c Code RO 1514 i.app_EXTI_INT0_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013688 0x00013688 0x0000001c Code RO 1515 i.app_EXTI_INT1_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x000136a4 0x000136a4 0x0000001c Code RO 1516 i.app_EXTI_INT2_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x000136c0 0x000136c0 0x0000001c Code RO 1517 i.app_EXTI_INT3_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x000136dc 0x000136dc 0x0000001c Code RO 1518 i.app_EXTI_INT4_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x000136f8 0x000136f8 0x0000001c Code RO 1519 i.app_EXTI_INT5_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013714 0x00013714 0x0000001c Code RO 1520 i.app_EXTI_INT6_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013730 0x00013730 0x0000001c Code RO 1521 i.app_EXTI_INT7_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x0001374c 0x0001374c 0x00000048 Code RO 1089 i.app_HardFault_Handler CVWL568.lib(drv_common.o) + 0x00013794 0x00013794 0x00000010 Code RO 2110 i.app_I2C0_IRQn_Handler CVWL568.lib(drv_i2c_slave.o) + 0x000137a4 0x000137a4 0x00000010 Code RO 2077 i.app_I2C1_IRQn_Handler CVWL568.lib(drv_i2c_master.o) + 0x000137b4 0x000137b4 0x000000e0 Code RO 919 i.app_LCDC_IRQn_Handler CVWL568.lib(hal_internal_vsync.o) + 0x00013894 0x00013894 0x00000088 Code RO 1647 i.app_MEMC_IRQn_Handler CVWL568.lib(drv_memc.o) + 0x0001391c 0x0001391c 0x0000028c Code RO 1254 i.app_MIPI_RX_IRQn_Handler CVWL568.lib(drv_dsi_rx.o) + 0x00013ba8 0x00013ba8 0x000000a0 Code RO 1310 i.app_MIPI_TX_IRQn_Handler CVWL568.lib(drv_dsi_tx.o) + 0x00013c48 0x00013c48 0x00000048 Code RO 2274 i.app_PWMDET_IRQn_Handler CVWL568.lib(drv_pwm.o) + 0x00013c90 0x00013c90 0x00000030 Code RO 2145 i.app_SPIM_IRQn_Handler CVWL568.lib(drv_spi_master.o) + 0x00013cc0 0x00013cc0 0x000000a4 Code RO 2207 i.app_SPIS_IRQn_Handler CVWL568.lib(hal_spi_slave.o) + 0x00013d64 0x00013d64 0x00000020 Code RO 1816 i.app_SWIRE_IRQn_Handler CVWL568.lib(drv_swire.o) + 0x00013d84 0x00013d84 0x00000018 Code RO 1090 i.app_SysTick_Handler CVWL568.lib(drv_common.o) + 0x00013d9c 0x00013d9c 0x00000024 Code RO 1866 i.app_TIMER0_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x00013dc0 0x00013dc0 0x00000024 Code RO 1867 i.app_TIMER1_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x00013de4 0x00013de4 0x00000024 Code RO 1868 i.app_TIMER2_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x00013e08 0x00013e08 0x00000034 Code RO 1869 i.app_TIMER3_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x00013e3c 0x00013e3c 0x0000001c Code RO 1904 i.app_VIDC_IRQn_Handler CVWL568.lib(drv_vidc.o) + 0x00013e58 0x00013e58 0x0000001c Code RO 1726 i.app_VPRE_IRQn_Handler CVWL568.lib(drv_rxbr.o) + 0x00013e74 0x00013e74 0x0000002c Code RO 2400 i.app_WDG_IRQn_Handler CVWL568.lib(drv_wdg.o) + 0x00013ea0 0x00013ea0 0x00000010 Code RO 1201 i.app_dma_irq_handler CVWL568.lib(drv_dma.o) + 0x00013eb0 0x00013eb0 0x00000030 Code RO 994 i.app_fls_ctrl_Handler CVWL568.lib(norflash.o) + 0x00013ee0 0x00013ee0 0x0000000a Code RO 352 i.app_tp_i2cs_callback app_tp_transfer.o + 0x00013eea 0x00013eea 0x00000002 PAD + 0x00013eec 0x00013eec 0x0000006c Code RO 353 i.app_tp_init app_tp_transfer.o + 0x00013f58 0x00013f58 0x00000364 Code RO 263 i.app_tp_phone_analysis_data app_tp_for_custom_s8.o + 0x000142bc 0x000142bc 0x00000008 Code RO 359 i.app_tp_s_read app_tp_transfer.o + 0x000142c4 0x000142c4 0x00000008 Code RO 361 i.app_tp_s_write app_tp_transfer.o + 0x000142cc 0x000142cc 0x00000030 Code RO 366 i.app_tp_transfer_phone app_tp_transfer.o + 0x000142fc 0x000142fc 0x0000001c Code RO 500 i.board_Init board.o + 0x00014318 0x00014318 0x000002b4 Code RO 920 i.calc_framebuffer_setting CVWL568.lib(hal_internal_vsync.o) + 0x000145cc 0x000145cc 0x000000c8 Code RO 2470 i.ceil m_ps.l(ceil.o) + 0x00014694 0x00014694 0x0000002c Code RO 921 i.check_mipi_rx_tx_video_info CVWL568.lib(hal_internal_vsync.o) + 0x000146c0 0x000146c0 0x00000090 Code RO 922 i.check_pkt_buf_rev CVWL568.lib(hal_internal_vsync.o) + 0x00014750 0x00014750 0x00000058 Code RO 1076 i.dcs_packet_fifo_alloc CVWL568.lib(dcs_packet_fifo.o) + 0x000147a8 0x000147a8 0x00000018 Code RO 1077 i.dcs_packet_fifo_init CVWL568.lib(dcs_packet_fifo.o) + 0x000147c0 0x000147c0 0x00000044 Code RO 1078 i.dcs_packet_free_fifo_header CVWL568.lib(dcs_packet_fifo.o) + 0x00014804 0x00014804 0x00000024 Code RO 1079 i.dcs_packet_get_fifo_header CVWL568.lib(dcs_packet_fifo.o) + 0x00014828 0x00014828 0x0000001c Code RO 923 i.dcs_sw_filter CVWL568.lib(hal_internal_vsync.o) + 0x00014844 0x00014844 0x00000018 Code RO 881 i.delayMs CVWL568.lib(tau_delay.o) + 0x0001485c 0x0001485c 0x00000022 Code RO 882 i.delayUs CVWL568.lib(tau_delay.o) + 0x0001487e 0x0001487e 0x00000002 PAD + 0x00014880 0x00014880 0x00000038 Code RO 1835 i.drv_ap_rst_trig_edge_detect CVWL568.lib(drv_sys_cfg.o) + 0x000148b8 0x000148b8 0x0000000c Code RO 2177 i.drv_chip_info_get_info CVWL568.lib(drv_chip_info.o) + 0x000148c4 0x000148c4 0x00000040 Code RO 2178 i.drv_chip_info_init CVWL568.lib(drv_chip_info.o) + 0x00014904 0x00014904 0x000000c8 Code RO 2179 i.drv_chip_rx_info_check CVWL568.lib(drv_chip_info.o) + 0x000149cc 0x000149cc 0x00000014 Code RO 2180 i.drv_chip_rx_init_done CVWL568.lib(drv_chip_info.o) + 0x000149e0 0x000149e0 0x00000058 Code RO 1092 i.drv_common_enable_systick CVWL568.lib(drv_common.o) + 0x00014a38 0x00014a38 0x00000008 Code RO 1095 i.drv_common_system_init CVWL568.lib(drv_common.o) + 0x00014a40 0x00014a40 0x0000000c Code RO 1111 i.drv_crgu_clear_all_reset_flags CVWL568.lib(drv_crgu.o) + 0x00014a4c 0x00014a4c 0x00000010 Code RO 1116 i.drv_crgu_config_reset_modules CVWL568.lib(drv_crgu.o) + 0x00014a5c 0x00014a5c 0x00000014 Code RO 1128 i.drv_crgu_set_ahb_pre_div CVWL568.lib(drv_crgu.o) + 0x00014a70 0x00014a70 0x00000014 Code RO 1129 i.drv_crgu_set_ahb_src CVWL568.lib(drv_crgu.o) + 0x00014a84 0x00014a84 0x00000020 Code RO 1132 i.drv_crgu_set_clock CVWL568.lib(drv_crgu.o) + 0x00014aa4 0x00014aa4 0x00000014 Code RO 1133 i.drv_crgu_set_dpi_mux_src CVWL568.lib(drv_crgu.o) + 0x00014ab8 0x00014ab8 0x00000018 Code RO 1134 i.drv_crgu_set_dpi_pre_div CVWL568.lib(drv_crgu.o) + 0x00014ad0 0x00014ad0 0x00000014 Code RO 1135 i.drv_crgu_set_dpi_pre_src CVWL568.lib(drv_crgu.o) + 0x00014ae4 0x00014ae4 0x00000014 Code RO 1136 i.drv_crgu_set_dsc_core_div CVWL568.lib(drv_crgu.o) + 0x00014af8 0x00014af8 0x00000014 Code RO 1137 i.drv_crgu_set_dsco_src CVWL568.lib(drv_crgu.o) + 0x00014b0c 0x00014b0c 0x00000014 Code RO 1138 i.drv_crgu_set_dsco_src_div CVWL568.lib(drv_crgu.o) + 0x00014b20 0x00014b20 0x00000014 Code RO 1139 i.drv_crgu_set_fb_div CVWL568.lib(drv_crgu.o) + 0x00014b34 0x00014b34 0x00000014 Code RO 1140 i.drv_crgu_set_fb_src CVWL568.lib(drv_crgu.o) + 0x00014b48 0x00014b48 0x00000014 Code RO 1143 i.drv_crgu_set_lcdc_div CVWL568.lib(drv_crgu.o) + 0x00014b5c 0x00014b5c 0x00000014 Code RO 1144 i.drv_crgu_set_lcdc_src CVWL568.lib(drv_crgu.o) + 0x00014b70 0x00014b70 0x00000014 Code RO 1145 i.drv_crgu_set_mipi_cfg_src CVWL568.lib(drv_crgu.o) + 0x00014b84 0x00014b84 0x00000018 Code RO 1146 i.drv_crgu_set_mipi_ref_src CVWL568.lib(drv_crgu.o) + 0x00014b9c 0x00014b9c 0x00000018 Code RO 1149 i.drv_crgu_set_reset CVWL568.lib(drv_crgu.o) + 0x00014bb4 0x00014bb4 0x00000014 Code RO 1150 i.drv_crgu_set_rxbr_div CVWL568.lib(drv_crgu.o) + 0x00014bc8 0x00014bc8 0x00000014 Code RO 1151 i.drv_crgu_set_rxbr_src CVWL568.lib(drv_crgu.o) + 0x00014bdc 0x00014bdc 0x00000014 Code RO 1153 i.drv_crgu_set_vidc_src CVWL568.lib(drv_crgu.o) + 0x00014bf0 0x00014bf0 0x00000018 Code RO 1205 i.drv_dma_clear_flag CVWL568.lib(drv_dma.o) + 0x00014c08 0x00014c08 0x0000001c Code RO 1206 i.drv_dma_create_handle CVWL568.lib(drv_dma.o) + 0x00014c24 0x00014c24 0x00000010 Code RO 1208 i.drv_dma_disenable_channel CVWL568.lib(drv_dma.o) + 0x00014c34 0x00014c34 0x00000010 Code RO 1210 i.drv_dma_enable_channel CVWL568.lib(drv_dma.o) + 0x00014c44 0x00014c44 0x00000024 Code RO 1211 i.drv_dma_enable_channel_interrupts CVWL568.lib(drv_dma.o) + 0x00014c68 0x00014c68 0x0000000c Code RO 1213 i.drv_dma_get_channel_flag CVWL568.lib(drv_dma.o) + 0x00014c74 0x00014c74 0x00000090 Code RO 1216 i.drv_dma_irq_handler CVWL568.lib(drv_dma.o) + 0x00014d04 0x00014d04 0x00000012 Code RO 1218 i.drv_dma_prepar_transfer CVWL568.lib(drv_dma.o) + 0x00014d16 0x00014d16 0x00000006 Code RO 1221 i.drv_dma_set_callback CVWL568.lib(drv_dma.o) + 0x00014d1c 0x00014d1c 0x00000036 Code RO 2190 i.drv_dsc_dec_convert_pps_rc_parameter CVWL568.lib(drv_dsc_dec.o) + 0x00014d52 0x00014d52 0x0000000c Code RO 2191 i.drv_dsc_dec_disable CVWL568.lib(drv_dsc_dec.o) + 0x00014d5e 0x00014d5e 0x00000002 PAD + 0x00014d60 0x00014d60 0x00000074 Code RO 2192 i.drv_dsc_dec_enable CVWL568.lib(drv_dsc_dec.o) + 0x00014dd4 0x00014dd4 0x0000000a Code RO 2193 i.drv_dsc_dec_get_nslc CVWL568.lib(drv_dsc_dec.o) + 0x00014dde 0x00014dde 0x00000028 Code RO 2195 i.drv_dsc_dec_set_u8_pps CVWL568.lib(drv_dsc_dec.o) + 0x00014e06 0x00014e06 0x00000002 PAD + 0x00014e08 0x00014e08 0x00000104 Code RO 1255 i.drv_dsi_rx_calc_ipi_tx_delay CVWL568.lib(drv_dsi_rx.o) + 0x00014f0c 0x00014f0c 0x00000040 Code RO 1256 i.drv_dsi_rx_enable_irq CVWL568.lib(drv_dsi_rx.o) + 0x00014f4c 0x00014f4c 0x00000050 Code RO 1257 i.drv_dsi_rx_get_color_bpp CVWL568.lib(drv_dsi_rx.o) + 0x00014f9c 0x00014f9c 0x0000001c Code RO 1258 i.drv_dsi_rx_get_color_pcc CVWL568.lib(drv_dsi_rx.o) + 0x00014fb8 0x00014fb8 0x00000008 Code RO 1259 i.drv_dsi_rx_get_compression_en CVWL568.lib(drv_dsi_rx.o) + 0x00014fc0 0x00014fc0 0x00000006 Code RO 1260 i.drv_dsi_rx_get_max_ret_size CVWL568.lib(drv_dsi_rx.o) + 0x00014fc6 0x00014fc6 0x0000000e Code RO 1264 i.drv_dsi_rx_power_up CVWL568.lib(drv_dsi_rx.o) + 0x00014fd4 0x00014fd4 0x00000020 Code RO 1265 i.drv_dsi_rx_set_ctrl_cfg CVWL568.lib(drv_dsi_rx.o) + 0x00014ff4 0x00014ff4 0x00000010 Code RO 1266 i.drv_dsi_rx_set_ddi_cfg CVWL568.lib(drv_dsi_rx.o) + 0x00015004 0x00015004 0x00000004 Code RO 1268 i.drv_dsi_rx_set_inten CVWL568.lib(drv_dsi_rx.o) + 0x00015008 0x00015008 0x00000010 Code RO 1269 i.drv_dsi_rx_set_ipi_cfg CVWL568.lib(drv_dsi_rx.o) + 0x00015018 0x00015018 0x00000046 Code RO 1271 i.drv_dsi_rx_set_lane_swap CVWL568.lib(drv_dsi_rx.o) + 0x0001505e 0x0001505e 0x00000002 PAD + 0x00015060 0x00015060 0x000000d0 Code RO 1272 i.drv_dsi_rx_set_up_phy CVWL568.lib(drv_dsi_rx.o) + 0x00015130 0x00015130 0x0000000e Code RO 1273 i.drv_dsi_rx_shut_down CVWL568.lib(drv_dsi_rx.o) + 0x0001513e 0x0001513e 0x00000014 Code RO 1312 i.drv_dsi_tx_command_header CVWL568.lib(drv_dsi_tx.o) + 0x00015152 0x00015152 0x0000006c Code RO 1313 i.drv_dsi_tx_command_mode_cfg CVWL568.lib(drv_dsi_tx.o) + 0x000151be 0x000151be 0x00000004 Code RO 1314 i.drv_dsi_tx_command_put_payload CVWL568.lib(drv_dsi_tx.o) + 0x000151c2 0x000151c2 0x00000018 Code RO 1315 i.drv_dsi_tx_config_eotp CVWL568.lib(drv_dsi_tx.o) + 0x000151da 0x000151da 0x00000008 Code RO 1316 i.drv_dsi_tx_config_int CVWL568.lib(drv_dsi_tx.o) + 0x000151e2 0x000151e2 0x00000008 Code RO 1317 i.drv_dsi_tx_dpi_lpcmd_time CVWL568.lib(drv_dsi_tx.o) + 0x000151ea 0x000151ea 0x0000000a Code RO 1318 i.drv_dsi_tx_dpi_mode CVWL568.lib(drv_dsi_tx.o) + 0x000151f4 0x000151f4 0x00000024 Code RO 1319 i.drv_dsi_tx_dpi_polarity CVWL568.lib(drv_dsi_tx.o) + 0x00015218 0x00015218 0x00000004 Code RO 1320 i.drv_dsi_tx_edpi_cmd_size CVWL568.lib(drv_dsi_tx.o) + 0x0001521c 0x0001521c 0x00000004 Code RO 1322 i.drv_dsi_tx_get_cmd_status CVWL568.lib(drv_dsi_tx.o) + 0x00015220 0x00015220 0x00000004 Code RO 1324 i.drv_dsi_tx_mode CVWL568.lib(drv_dsi_tx.o) + 0x00015224 0x00015224 0x00000018 Code RO 1325 i.drv_dsi_tx_phy_clock_lane_auto_lp CVWL568.lib(drv_dsi_tx.o) + 0x0001523c 0x0001523c 0x0000001a Code RO 1326 i.drv_dsi_tx_phy_clock_lane_req_hs CVWL568.lib(drv_dsi_tx.o) + 0x00015256 0x00015256 0x0000000c Code RO 1328 i.drv_dsi_tx_phy_lane_mode CVWL568.lib(drv_dsi_tx.o) + 0x00015262 0x00015262 0x00000064 Code RO 1332 i.drv_dsi_tx_phy_status_ready CVWL568.lib(drv_dsi_tx.o) + 0x000152c6 0x000152c6 0x0000003e Code RO 1333 i.drv_dsi_tx_phy_status_stopstate CVWL568.lib(drv_dsi_tx.o) + 0x00015304 0x00015304 0x0000001e Code RO 1335 i.drv_dsi_tx_phy_time_cfg CVWL568.lib(drv_dsi_tx.o) + 0x00015322 0x00015322 0x00000008 Code RO 1339 i.drv_dsi_tx_powerup CVWL568.lib(drv_dsi_tx.o) + 0x0001532a 0x0001532a 0x0000001c Code RO 1340 i.drv_dsi_tx_response_mode CVWL568.lib(drv_dsi_tx.o) + 0x00015346 0x00015346 0x00000018 Code RO 1343 i.drv_dsi_tx_set_bta_ack CVWL568.lib(drv_dsi_tx.o) + 0x0001535e 0x0001535e 0x0000000c Code RO 1344 i.drv_dsi_tx_set_esc_div CVWL568.lib(drv_dsi_tx.o) + 0x0001536a 0x0001536a 0x00000002 PAD + 0x0001536c 0x0001536c 0x00000034 Code RO 1345 i.drv_dsi_tx_set_int CVWL568.lib(drv_dsi_tx.o) + 0x000153a0 0x000153a0 0x00000010 Code RO 1346 i.drv_dsi_tx_set_time_out_div CVWL568.lib(drv_dsi_tx.o) + 0x000153b0 0x000153b0 0x00000008 Code RO 1347 i.drv_dsi_tx_set_video_chunk CVWL568.lib(drv_dsi_tx.o) + 0x000153b8 0x000153b8 0x00000022 Code RO 1348 i.drv_dsi_tx_set_video_timing CVWL568.lib(drv_dsi_tx.o) + 0x000153da 0x000153da 0x00000008 Code RO 1350 i.drv_dsi_tx_shutdown CVWL568.lib(drv_dsi_tx.o) + 0x000153e2 0x000153e2 0x00000026 Code RO 1351 i.drv_dsi_tx_timeout_cfg CVWL568.lib(drv_dsi_tx.o) + 0x00015408 0x00015408 0x000000aa Code RO 1354 i.drv_dsi_tx_video_mode_cfg CVWL568.lib(drv_dsi_tx.o) + 0x000154b2 0x000154b2 0x00000016 Code RO 1355 i.drv_dsi_tx_video_mode_disable_hact_cmd CVWL568.lib(drv_dsi_tx.o) + 0x000154c8 0x000154c8 0x00000018 Code RO 1356 i.drv_dsi_tx_video_mode_set_lp_cmd CVWL568.lib(drv_dsi_tx.o) + 0x000154e0 0x000154e0 0x00000020 Code RO 2424 i.drv_efuse_enter_inactive CVWL568.lib(drv_efuse.o) + 0x00015500 0x00015500 0x0000000c Code RO 2427 i.drv_efuse_int_enable CVWL568.lib(drv_efuse.o) + 0x0001550c 0x0001550c 0x00000032 Code RO 2428 i.drv_efuse_read CVWL568.lib(drv_efuse.o) + 0x0001553e 0x0001553e 0x00000018 Code RO 2429 i.drv_efuse_read_req CVWL568.lib(drv_efuse.o) + 0x00015556 0x00015556 0x00000002 PAD + 0x00015558 0x00015558 0x0000000c Code RO 1524 i.drv_gpio_register_ap_reset_callback CVWL568.lib(drv_gpio.o) + 0x00015564 0x00015564 0x00000020 Code RO 1528 i.drv_gpio_set_ioe CVWL568.lib(drv_gpio.o) + 0x00015584 0x00015584 0x00000010 Code RO 1529 i.drv_gpio_set_mode0 CVWL568.lib(drv_gpio.o) + 0x00015594 0x00015594 0x00000010 Code RO 1530 i.drv_gpio_set_mode1 CVWL568.lib(drv_gpio.o) + 0x000155a4 0x000155a4 0x00000010 Code RO 1531 i.drv_gpio_set_mode2 CVWL568.lib(drv_gpio.o) + 0x000155b4 0x000155b4 0x00000010 Code RO 1532 i.drv_gpio_set_mode3 CVWL568.lib(drv_gpio.o) + 0x000155c4 0x000155c4 0x00000020 Code RO 701 i.drv_gpio_set_output_data CVWL568.lib(hal_gpio.o) + 0x000155e4 0x000155e4 0x00000130 Code RO 1533 i.drv_gpio_set_pull_state CVWL568.lib(drv_gpio.o) + 0x00015714 0x00015714 0x00000034 Code RO 1565 i.drv_i2c_dma_callback CVWL568.lib(drv_i2c_dma.o) + 0x00015748 0x00015748 0x000000ac Code RO 1566 i.drv_i2c_dma_init CVWL568.lib(drv_i2c_dma.o) + 0x000157f4 0x000157f4 0x0000001a Code RO 1567 i.drv_i2c_enable_rx_dma CVWL568.lib(drv_i2c_dma.o) + 0x0001580e 0x0001580e 0x00000018 Code RO 1568 i.drv_i2c_enable_tx_dma CVWL568.lib(drv_i2c_dma.o) + 0x00015826 0x00015826 0x00000002 PAD + 0x00015828 0x00015828 0x00000060 Code RO 2079 i.drv_i2c_m_clear_it_pending_bit CVWL568.lib(drv_i2c_master.o) + 0x00015888 0x00015888 0x00000038 Code RO 2082 i.drv_i2c_m_enable_intr CVWL568.lib(drv_i2c_master.o) + 0x000158c0 0x000158c0 0x0000000c Code RO 2085 i.drv_i2c_m_set_callback CVWL568.lib(drv_i2c_master.o) + 0x000158cc 0x000158cc 0x0000008c Code RO 2089 i.drv_i2c_master_init CVWL568.lib(drv_i2c_master.o) + 0x00015958 0x00015958 0x0000005c Code RO 2112 i.drv_i2c_s_clear_it_pending_bit CVWL568.lib(drv_i2c_slave.o) + 0x000159b4 0x000159b4 0x00000034 Code RO 2115 i.drv_i2c_s_enable_intr CVWL568.lib(drv_i2c_slave.o) + 0x000159e8 0x000159e8 0x0000001c Code RO 2116 i.drv_i2c_s_get_fifo_status CVWL568.lib(drv_i2c_slave.o) + 0x00015a04 0x00015a04 0x0000000c Code RO 2119 i.drv_i2c_s_set_callback CVWL568.lib(drv_i2c_slave.o) + 0x00015a10 0x00015a10 0x00000020 Code RO 2122 i.drv_i2c_s_write_data CVWL568.lib(drv_i2c_slave.o) + 0x00015a30 0x00015a30 0x00000058 Code RO 1572 i.drv_i2c_set_dma_irq_callback CVWL568.lib(drv_i2c_dma.o) + 0x00015a88 0x00015a88 0x00000044 Code RO 2123 i.drv_i2c_slave_init CVWL568.lib(drv_i2c_slave.o) + 0x00015acc 0x00015acc 0x0000001c Code RO 1573 i.drv_i2c_slave_write_dma CVWL568.lib(drv_i2c_dma.o) + 0x00015ae8 0x00015ae8 0x00000018 Code RO 1589 i.drv_lcdc_config_bypass CVWL568.lib(drv_lcdc.o) + 0x00015b00 0x00015b00 0x00000030 Code RO 1590 i.drv_lcdc_config_ccm CVWL568.lib(drv_lcdc.o) + 0x00015b30 0x00015b30 0x00000016 Code RO 1591 i.drv_lcdc_config_disp_mode CVWL568.lib(drv_lcdc.o) + 0x00015b46 0x00015b46 0x00000024 Code RO 1592 i.drv_lcdc_config_dpi_polarity CVWL568.lib(drv_lcdc.o) + 0x00015b6a 0x00015b6a 0x00000026 Code RO 1593 i.drv_lcdc_config_dpi_timing CVWL568.lib(drv_lcdc.o) + 0x00015b90 0x00015b90 0x00000016 Code RO 1594 i.drv_lcdc_config_edpi_mode CVWL568.lib(drv_lcdc.o) + 0x00015ba6 0x00015ba6 0x00000016 Code RO 1595 i.drv_lcdc_config_endianness CVWL568.lib(drv_lcdc.o) + 0x00015bbc 0x00015bbc 0x0000000c Code RO 1596 i.drv_lcdc_config_input_size CVWL568.lib(drv_lcdc.o) + 0x00015bc8 0x00015bc8 0x0000001e Code RO 1597 i.drv_lcdc_config_int CVWL568.lib(drv_lcdc.o) + 0x00015be6 0x00015be6 0x00000022 Code RO 1598 i.drv_lcdc_config_int_single CVWL568.lib(drv_lcdc.o) + 0x00015c08 0x00015c08 0x00000022 Code RO 1599 i.drv_lcdc_config_overwrite CVWL568.lib(drv_lcdc.o) + 0x00015c2a 0x00015c2a 0x0000000c Code RO 1600 i.drv_lcdc_config_overwrite_rgb CVWL568.lib(drv_lcdc.o) + 0x00015c36 0x00015c36 0x0000001a Code RO 1601 i.drv_lcdc_config_partial_display_area CVWL568.lib(drv_lcdc.o) + 0x00015c50 0x00015c50 0x00000022 Code RO 1602 i.drv_lcdc_config_partial_display_enable CVWL568.lib(drv_lcdc.o) + 0x00015c72 0x00015c72 0x00000028 Code RO 1604 i.drv_lcdc_config_scale_up_coef CVWL568.lib(drv_lcdc.o) + 0x00015c9a 0x00015c9a 0x0000000c Code RO 1605 i.drv_lcdc_config_scale_up_step CVWL568.lib(drv_lcdc.o) + 0x00015ca6 0x00015ca6 0x0000004c Code RO 1606 i.drv_lcdc_config_src_parameter CVWL568.lib(drv_lcdc.o) + 0x00015cf2 0x00015cf2 0x00000006 Code RO 1607 i.drv_lcdc_config_thresh CVWL568.lib(drv_lcdc.o) + 0x00015cf8 0x00015cf8 0x00000012 Code RO 1608 i.drv_lcdc_ctrl_flow CVWL568.lib(drv_lcdc.o) + 0x00015d0a 0x00015d0a 0x00000020 Code RO 1610 i.drv_lcdc_enable_shadow_reg CVWL568.lib(drv_lcdc.o) + 0x00015d2a 0x00015d2a 0x00000002 PAD + 0x00015d2c 0x00015d2c 0x00000034 Code RO 1611 i.drv_lcdc_set_int CVWL568.lib(drv_lcdc.o) + 0x00015d60 0x00015d60 0x00000014 Code RO 1613 i.drv_lcdc_set_video_hw_mode CVWL568.lib(drv_lcdc.o) + 0x00015d74 0x00015d74 0x00000020 Code RO 1614 i.drv_lcdc_start CVWL568.lib(drv_lcdc.o) + 0x00015d94 0x00015d94 0x0000000c Code RO 1648 i.drv_memc_clear_status CVWL568.lib(drv_memc.o) + 0x00015da0 0x00015da0 0x00000040 Code RO 1649 i.drv_memc_enable_irq CVWL568.lib(drv_memc.o) + 0x00015de0 0x00015de0 0x0000000c Code RO 1650 i.drv_memc_gen_a_tear_signal CVWL568.lib(drv_memc.o) + 0x00015dec 0x00015dec 0x00000012 Code RO 1651 i.drv_memc_get_status CVWL568.lib(drv_memc.o) + 0x00015dfe 0x00015dfe 0x00000010 Code RO 1652 i.drv_memc_rate_transfer_sel CVWL568.lib(drv_memc.o) + 0x00015e0e 0x00015e0e 0x0000000e Code RO 1653 i.drv_memc_sel_vsync CVWL568.lib(drv_memc.o) + 0x00015e1c 0x00015e1c 0x00000014 Code RO 1654 i.drv_memc_set_active_height CVWL568.lib(drv_memc.o) + 0x00015e30 0x00015e30 0x0000000c Code RO 1655 i.drv_memc_set_data_mode CVWL568.lib(drv_memc.o) + 0x00015e3c 0x00015e3c 0x00000010 Code RO 1658 i.drv_memc_set_double_buffer CVWL568.lib(drv_memc.o) + 0x00015e4c 0x00015e4c 0x00000012 Code RO 1659 i.drv_memc_set_double_buffer_reverse CVWL568.lib(drv_memc.o) + 0x00015e5e 0x00015e5e 0x00000010 Code RO 1661 i.drv_memc_set_fs_en_conditions CVWL568.lib(drv_memc.o) + 0x00015e6e 0x00015e6e 0x00000014 Code RO 1662 i.drv_memc_set_inten CVWL568.lib(drv_memc.o) + 0x00015e82 0x00015e82 0x00000002 PAD + 0x00015e84 0x00015e84 0x00000018 Code RO 1663 i.drv_memc_set_lcdc_st_conditions CVWL568.lib(drv_memc.o) + 0x00015e9c 0x00015e9c 0x0000001a Code RO 1664 i.drv_memc_set_ltpo_mode CVWL568.lib(drv_memc.o) + 0x00015eb6 0x00015eb6 0x0000000e Code RO 1668 i.drv_memc_set_tear_mode CVWL568.lib(drv_memc.o) + 0x00015ec4 0x00015ec4 0x00000028 Code RO 1669 i.drv_memc_set_tear_waveform CVWL568.lib(drv_memc.o) + 0x00015eec 0x00015eec 0x0000000e Code RO 1671 i.drv_memc_set_vidc_sync_cnt CVWL568.lib(drv_memc.o) + 0x00015efa 0x00015efa 0x00000002 PAD + 0x00015efc 0x00015efc 0x00000008 Code RO 1703 i.drv_param_init_get_ccm CVWL568.lib(drv_param_init.o) + 0x00015f04 0x00015f04 0x00000014 Code RO 1704 i.drv_param_init_get_scld_filter_h CVWL568.lib(drv_param_init.o) + 0x00015f18 0x00015f18 0x00000014 Code RO 1705 i.drv_param_init_get_scld_filter_v CVWL568.lib(drv_param_init.o) + 0x00015f2c 0x00015f2c 0x00000008 Code RO 1706 i.drv_param_init_get_sclu_filter CVWL568.lib(drv_param_init.o) + 0x00015f34 0x00015f34 0x00000064 Code RO 1708 i.drv_param_init_set_scld_filter CVWL568.lib(drv_param_init.o) + 0x00015f98 0x00015f98 0x00000024 Code RO 1709 i.drv_param_p2r_filter_init CVWL568.lib(drv_param_init.o) + 0x00015fbc 0x00015fbc 0x00000054 Code RO 2055 i.drv_phy_get_para CVWL568.lib(drv_phy_common.o) + 0x00016010 0x00016010 0x00000020 Code RO 2065 i.drv_pwr_set_cp_mode CVWL568.lib(drv_pwr.o) + 0x00016030 0x00016030 0x00000018 Code RO 2066 i.drv_pwr_set_pvd_mode CVWL568.lib(drv_pwr.o) + 0x00016048 0x00016048 0x00000030 Code RO 2067 i.drv_pwr_set_system_clk_src CVWL568.lib(drv_pwr.o) + 0x00016078 0x00016078 0x0000001c Code RO 1274 i.drv_rx_phy_test_clear CVWL568.lib(drv_dsi_rx.o) + 0x00016094 0x00016094 0x00000020 Code RO 1275 i.drv_rx_phy_test_lock CVWL568.lib(drv_dsi_rx.o) + 0x000160b4 0x000160b4 0x00000042 Code RO 1277 i.drv_rx_phy_test_write CVWL568.lib(drv_dsi_rx.o) + 0x000160f6 0x000160f6 0x0000000e Code RO 1278 i.drv_rx_phy_test_write_1_byte CVWL568.lib(drv_dsi_rx.o) + 0x00016104 0x00016104 0x00000010 Code RO 1279 i.drv_rx_phy_test_write_2_byte CVWL568.lib(drv_dsi_rx.o) + 0x00016114 0x00016114 0x0000000a Code RO 1727 i.drv_rxbr_clear_pkt_buffer CVWL568.lib(drv_rxbr.o) + 0x0001611e 0x0001611e 0x00000004 Code RO 1728 i.drv_rxbr_clear_status0 CVWL568.lib(drv_rxbr.o) + 0x00016122 0x00016122 0x0000005a Code RO 1730 i.drv_rxbr_enable_irq CVWL568.lib(drv_rxbr.o) + 0x0001617c 0x0001617c 0x00000014 Code RO 1731 i.drv_rxbr_frame_drop_cfg CVWL568.lib(drv_rxbr.o) + 0x00016190 0x00016190 0x0000003c Code RO 1732 i.drv_rxbr_get_clk CVWL568.lib(drv_rxbr.o) + 0x000161cc 0x000161cc 0x00000004 Code RO 1733 i.drv_rxbr_get_col_addr CVWL568.lib(drv_rxbr.o) + 0x000161d0 0x000161d0 0x00000012 Code RO 924 i.drv_rxbr_get_int_source CVWL568.lib(hal_internal_vsync.o) + 0x000161e2 0x000161e2 0x00000004 Code RO 1736 i.drv_rxbr_get_page_addr CVWL568.lib(drv_rxbr.o) + 0x000161e6 0x000161e6 0x00000012 Code RO 925 i.drv_rxbr_get_status0 CVWL568.lib(hal_internal_vsync.o) + 0x000161f8 0x000161f8 0x0000000c Code RO 1738 i.drv_rxbr_hline_rcv0_cfg CVWL568.lib(drv_rxbr.o) + 0x00016204 0x00016204 0x00000008 Code RO 1739 i.drv_rxbr_hline_rcv_cfg CVWL568.lib(drv_rxbr.o) + 0x0001620c 0x0001620c 0x0000000c Code RO 1740 i.drv_rxbr_register_irq0_callback CVWL568.lib(drv_rxbr.o) + 0x00016218 0x00016218 0x0000000c Code RO 1741 i.drv_rxbr_register_irq1_callback CVWL568.lib(drv_rxbr.o) + 0x00016224 0x00016224 0x00000014 Code RO 1742 i.drv_rxbr_set_ack_pkt_header CVWL568.lib(drv_rxbr.o) + 0x00016238 0x00016238 0x000000cc Code RO 1743 i.drv_rxbr_set_cmd_filter CVWL568.lib(drv_rxbr.o) + 0x00016304 0x00016304 0x00000014 Code RO 1745 i.drv_rxbr_set_color_format CVWL568.lib(drv_rxbr.o) + 0x00016318 0x00016318 0x00000014 Code RO 1747 i.drv_rxbr_set_inten CVWL568.lib(drv_rxbr.o) + 0x0001632c 0x0001632c 0x00000010 Code RO 1748 i.drv_rxbr_set_ltpo_drop_th CVWL568.lib(drv_rxbr.o) + 0x0001633c 0x0001633c 0x00000026 Code RO 1750 i.drv_rxbr_set_usr_cfg CVWL568.lib(drv_rxbr.o) + 0x00016362 0x00016362 0x00000008 Code RO 1751 i.drv_rxbr_set_usr_col CVWL568.lib(drv_rxbr.o) + 0x0001636a 0x0001636a 0x00000008 Code RO 1752 i.drv_rxbr_set_usr_row CVWL568.lib(drv_rxbr.o) + 0x00016372 0x00016372 0x00000002 PAD + 0x00016374 0x00016374 0x00000048 Code RO 1820 i.drv_swire_set_int CVWL568.lib(drv_swire.o) + 0x000163bc 0x000163bc 0x0000001c Code RO 1821 i.drv_swire_set_power_down CVWL568.lib(drv_swire.o) + 0x000163d8 0x000163d8 0x0000000c Code RO 1836 i.drv_sys_cfg_clear_all_int CVWL568.lib(drv_sys_cfg.o) + 0x000163e4 0x000163e4 0x00000028 Code RO 1837 i.drv_sys_cfg_clear_pending CVWL568.lib(drv_sys_cfg.o) + 0x0001640c 0x0001640c 0x00000018 Code RO 1840 i.drv_sys_cfg_sel_ap_rst_lvl_trig CVWL568.lib(drv_sys_cfg.o) + 0x00016424 0x00016424 0x0000001c Code RO 1841 i.drv_sys_cfg_sel_ap_rst_trig CVWL568.lib(drv_sys_cfg.o) + 0x00016440 0x00016440 0x00000010 Code RO 1846 i.drv_sys_cfg_set_dma_tx_req CVWL568.lib(drv_sys_cfg.o) + 0x00016450 0x00016450 0x00000024 Code RO 1847 i.drv_sys_cfg_set_int CVWL568.lib(drv_sys_cfg.o) + 0x00016474 0x00016474 0x0000001a Code RO 1871 i.drv_timer_clear_status_flags CVWL568.lib(drv_timer.o) + 0x0001648e 0x0001648e 0x00000020 Code RO 1872 i.drv_timer_enable CVWL568.lib(drv_timer.o) + 0x000164ae 0x000164ae 0x00000002 PAD + 0x000164b0 0x000164b0 0x0000000c Code RO 1874 i.drv_timer_get_instance CVWL568.lib(drv_timer.o) + 0x000164bc 0x000164bc 0x0000000e Code RO 1876 i.drv_timer_get_prescaler CVWL568.lib(drv_timer.o) + 0x000164ca 0x000164ca 0x00000002 PAD + 0x000164cc 0x000164cc 0x00000010 Code RO 1877 i.drv_timer_register_callback CVWL568.lib(drv_timer.o) + 0x000164dc 0x000164dc 0x0000000c Code RO 1878 i.drv_timer_set_current_count CVWL568.lib(drv_timer.o) + 0x000164e8 0x000164e8 0x00000048 Code RO 1879 i.drv_timer_set_int CVWL568.lib(drv_timer.o) + 0x00016530 0x00016530 0x0000000c Code RO 1880 i.drv_timer_set_match CVWL568.lib(drv_timer.o) + 0x0001653c 0x0001653c 0x00000016 Code RO 1881 i.drv_timer_set_prescaler CVWL568.lib(drv_timer.o) + 0x00016552 0x00016552 0x0000000c Code RO 1357 i.drv_tx_phy_test_clear CVWL568.lib(drv_dsi_tx.o) + 0x0001655e 0x0001655e 0x0000001c Code RO 1358 i.drv_tx_phy_test_enter CVWL568.lib(drv_dsi_tx.o) + 0x0001657a 0x0001657a 0x0000001c Code RO 1359 i.drv_tx_phy_test_exit CVWL568.lib(drv_dsi_tx.o) + 0x00016596 0x00016596 0x0000001a Code RO 1362 i.drv_tx_phy_test_write CVWL568.lib(drv_dsi_tx.o) + 0x000165b0 0x000165b0 0x0000000e Code RO 1363 i.drv_tx_phy_test_write_1_byte CVWL568.lib(drv_dsi_tx.o) + 0x000165be 0x000165be 0x00000012 Code RO 1364 i.drv_tx_phy_test_write_2_byte CVWL568.lib(drv_dsi_tx.o) + 0x000165d0 0x000165d0 0x00000022 Code RO 1365 i.drv_tx_phy_test_write_code CVWL568.lib(drv_dsi_tx.o) + 0x000165f2 0x000165f2 0x00000022 Code RO 1366 i.drv_tx_phy_test_write_data CVWL568.lib(drv_dsi_tx.o) + 0x00016614 0x00016614 0x00000008 Code RO 1905 i.drv_vidc_clear_irq CVWL568.lib(drv_vidc.o) + 0x0001661c 0x0001661c 0x00000018 Code RO 1909 i.drv_vidc_enable CVWL568.lib(drv_vidc.o) + 0x00016634 0x00016634 0x00000040 Code RO 1910 i.drv_vidc_enable_irq CVWL568.lib(drv_vidc.o) + 0x00016674 0x00016674 0x00000012 Code RO 1912 i.drv_vidc_get_irq_status CVWL568.lib(drv_vidc.o) + 0x00016686 0x00016686 0x00000002 PAD + 0x00016688 0x00016688 0x00000028 Code RO 1916 i.drv_vidc_init_module_enable CVWL568.lib(drv_vidc.o) + 0x000166b0 0x000166b0 0x0000000c Code RO 1917 i.drv_vidc_register_callback CVWL568.lib(drv_vidc.o) + 0x000166bc 0x000166bc 0x00000006 Code RO 1918 i.drv_vidc_reset CVWL568.lib(drv_vidc.o) + 0x000166c2 0x000166c2 0x0000003c Code RO 1920 i.drv_vidc_set_dst_parameter CVWL568.lib(drv_vidc.o) + 0x000166fe 0x000166fe 0x00000014 Code RO 1924 i.drv_vidc_set_irqen CVWL568.lib(drv_vidc.o) + 0x00016712 0x00016712 0x00000010 Code RO 1925 i.drv_vidc_set_mirror CVWL568.lib(drv_vidc.o) + 0x00016722 0x00016722 0x00000008 Code RO 1928 i.drv_vidc_set_p2r_hcoef0 CVWL568.lib(drv_vidc.o) + 0x0001672a 0x0001672a 0x00000026 Code RO 1929 i.drv_vidc_set_p2r_hinitb CVWL568.lib(drv_vidc.o) + 0x00016750 0x00016750 0x00000026 Code RO 1930 i.drv_vidc_set_p2r_hinitr CVWL568.lib(drv_vidc.o) + 0x00016776 0x00016776 0x00000002 PAD + 0x00016778 0x00016778 0x00000018 Code RO 1931 i.drv_vidc_set_pentile_swap CVWL568.lib(drv_vidc.o) + 0x00016790 0x00016790 0x0000000a Code RO 1932 i.drv_vidc_set_pu_ctrl CVWL568.lib(drv_vidc.o) + 0x0001679a 0x0001679a 0x00000010 Code RO 1933 i.drv_vidc_set_rotation CVWL568.lib(drv_vidc.o) + 0x000167aa 0x000167aa 0x0000000a Code RO 1934 i.drv_vidc_set_scld_hcoef0 CVWL568.lib(drv_vidc.o) + 0x000167b4 0x000167b4 0x0000000a Code RO 1935 i.drv_vidc_set_scld_hcoef1 CVWL568.lib(drv_vidc.o) + 0x000167be 0x000167be 0x00000012 Code RO 1936 i.drv_vidc_set_scld_step CVWL568.lib(drv_vidc.o) + 0x000167d0 0x000167d0 0x0000000a Code RO 1937 i.drv_vidc_set_scld_vcoef0 CVWL568.lib(drv_vidc.o) + 0x000167da 0x000167da 0x0000000a Code RO 1938 i.drv_vidc_set_scld_vcoef1 CVWL568.lib(drv_vidc.o) + 0x000167e4 0x000167e4 0x00000016 Code RO 1939 i.drv_vidc_set_src_parameter CVWL568.lib(drv_vidc.o) + 0x000167fa 0x000167fa 0x00000002 PAD + 0x000167fc 0x000167fc 0x00000010 Code RO 2402 i.drv_wdg_clear_edge_flag CVWL568.lib(drv_wdg.o) + 0x0001680c 0x0001680c 0x00000010 Code RO 2405 i.drv_wdg_read_edge_flag CVWL568.lib(drv_wdg.o) + 0x0001681c 0x0001681c 0x00000034 Code RO 2408 i.drv_wdg_set_int CVWL568.lib(drv_wdg.o) + 0x00016850 0x00016850 0x0000000a Code RO 1434 i.fls_clr_interrupt_flag CVWL568.lib(drv_fls.o) + 0x0001685a 0x0001685a 0x00000014 Code RO 891 i.fputc CVWL568.lib(tau_log.o) + 0x0001686e 0x0001686e 0x00000002 PAD + 0x00016870 0x00016870 0x00000030 Code RO 529 i.hal_dsi_rx_ctrl_create_handle CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000168a0 0x000168a0 0x00000024 Code RO 531 i.hal_dsi_rx_ctrl_deinit CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000168c4 0x000168c4 0x00000084 Code RO 533 i.hal_dsi_rx_ctrl_dsc_async_handler CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00016948 0x00016948 0x00000028 Code RO 535 i.hal_dsi_rx_ctrl_gen_a_tear_signal CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00016970 0x00016970 0x00000028 Code RO 537 i.hal_dsi_rx_ctrl_get_max_ret_size CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00016998 0x00016998 0x00000098 Code RO 539 i.hal_dsi_rx_ctrl_init CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00016a30 0x00016a30 0x000002c8 Code RO 540 i.hal_dsi_rx_ctrl_init_clk CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00016cf8 0x00016cf8 0x000000c8 Code RO 541 i.hal_dsi_rx_ctrl_init_dsi_rx CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00016dc0 0x00016dc0 0x0000013c Code RO 542 i.hal_dsi_rx_ctrl_init_memc CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00016efc 0x00016efc 0x0000011c Code RO 543 i.hal_dsi_rx_ctrl_init_rxbr CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017018 0x00017018 0x0000022c Code RO 544 i.hal_dsi_rx_ctrl_init_vidc CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017244 0x00017244 0x0000003c Code RO 545 i.hal_dsi_rx_ctrl_pre_init_pps CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017280 0x00017280 0x000000f0 Code RO 548 i.hal_dsi_rx_ctrl_send_ack_cmd CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017370 0x00017370 0x0000006c Code RO 551 i.hal_dsi_rx_ctrl_set_cus_scld_filter CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000173dc 0x000173dc 0x00000034 Code RO 552 i.hal_dsi_rx_ctrl_set_cus_sync_line CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017410 0x00017410 0x00000034 Code RO 555 i.hal_dsi_rx_ctrl_set_hw_tear_mode CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017444 0x00017444 0x00000034 Code RO 558 i.hal_dsi_rx_ctrl_set_sw_tear_mode CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017478 0x00017478 0x0000003c Code RO 561 i.hal_dsi_rx_ctrl_start CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000174b4 0x000174b4 0x0000003c Code RO 562 i.hal_dsi_rx_ctrl_stop CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000174f0 0x000174f0 0x00000020 Code RO 564 i.hal_dsi_rx_ctrl_toggle_resolution CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017510 0x00017510 0x00000190 Code RO 610 i.hal_dsi_tx_calc_video_chunks CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000176a0 0x000176a0 0x0000050c Code RO 611 i.hal_dsi_tx_count_lane_rate CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00017bac 0x00017bac 0x0000002c Code RO 612 i.hal_dsi_tx_ctrl_create_handle CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00017bd8 0x00017bd8 0x00000048 Code RO 613 i.hal_dsi_tx_ctrl_deinit CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00017c20 0x00017c20 0x0000004c Code RO 614 i.hal_dsi_tx_ctrl_enter_init_panel_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00017c6c 0x00017c6c 0x00000028 Code RO 616 i.hal_dsi_tx_ctrl_exit_init_panel_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00017c94 0x00017c94 0x000000a4 Code RO 618 i.hal_dsi_tx_ctrl_init CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00017d38 0x00017d38 0x00000024 Code RO 619 i.hal_dsi_tx_ctrl_init_clk CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00017d5c 0x00017d5c 0x0000000c Code RO 620 i.hal_dsi_tx_ctrl_panel_reset_pin CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00017d68 0x00017d68 0x00000014 Code RO 628 i.hal_dsi_tx_ctrl_set_overwrite_rgb CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00017d7c 0x00017d7c 0x00000010 Code RO 629 i.hal_dsi_tx_ctrl_set_partial_disp CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00017d8c 0x00017d8c 0x00000024 Code RO 630 i.hal_dsi_tx_ctrl_set_partial_disp_area CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00017db0 0x00017db0 0x0000006c Code RO 632 i.hal_dsi_tx_ctrl_start CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00017e1c 0x00017e1c 0x00000044 Code RO 633 i.hal_dsi_tx_ctrl_stop CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00017e60 0x00017e60 0x000000d8 Code RO 634 i.hal_dsi_tx_ctrl_write_array_cmd CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00017f38 0x00017f38 0x000000b0 Code RO 635 i.hal_dsi_tx_ctrl_write_cmd CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00017fe8 0x00017fe8 0x00000044 Code RO 636 i.hal_dsi_tx_init_data_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001802c 0x0001802c 0x00000030 Code RO 637 i.hal_dsi_tx_init_dpi_cfg CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001805c 0x0001805c 0x00000020 Code RO 638 i.hal_dsi_tx_init_interrupt CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001807c 0x0001807c 0x00000020 Code RO 639 i.hal_dsi_tx_init_phy_cfg CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001809c 0x0001809c 0x00000094 Code RO 640 i.hal_dsi_tx_init_remains CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018130 0x00018130 0x00000058 Code RO 641 i.hal_dsi_tx_init_video_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018188 0x00018188 0x00000070 Code RO 642 i.hal_dsi_tx_phy_test_get_data CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000181f8 0x000181f8 0x000000f4 Code RO 643 i.hal_dsi_tx_phy_test_setup CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000182ec 0x000182ec 0x00000044 Code RO 644 i.hal_dsi_tx_send_cmd CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018330 0x00018330 0x00000020 Code RO 707 i.hal_gpio_init_input CVWL568.lib(hal_gpio.o) + 0x00018350 0x00018350 0x00000028 Code RO 708 i.hal_gpio_init_output CVWL568.lib(hal_gpio.o) + 0x00018378 0x00018378 0x00000050 Code RO 710 i.hal_gpio_set_ap_reset_int CVWL568.lib(hal_gpio.o) + 0x000183c8 0x000183c8 0x00000060 Code RO 712 i.hal_gpio_set_mode CVWL568.lib(hal_gpio.o) + 0x00018428 0x00018428 0x00000008 Code RO 713 i.hal_gpio_set_output_data CVWL568.lib(hal_gpio.o) + 0x00018430 0x00018430 0x00000020 Code RO 715 i.hal_gpio_set_pull_state CVWL568.lib(hal_gpio.o) + 0x00018450 0x00018450 0x0000006c Code RO 806 i.hal_i2c_m_dma_init CVWL568.lib(hal_i2c_master.o) + 0x000184bc 0x000184bc 0x00000020 Code RO 811 i.hal_i2c_master_irq_callback CVWL568.lib(hal_i2c_master.o) + 0x000184dc 0x000184dc 0x00000010 Code RO 823 i.hal_i2c_s_dma_user_callback CVWL568.lib(hal_i2c_slave.o) + 0x000184ec 0x000184ec 0x00000038 Code RO 824 i.hal_i2c_s_dma_write CVWL568.lib(hal_i2c_slave.o) + 0x00018524 0x00018524 0x0000006c Code RO 826 i.hal_i2c_s_init CVWL568.lib(hal_i2c_slave.o) + 0x00018590 0x00018590 0x00000014 Code RO 827 i.hal_i2c_s_nonblocking_read CVWL568.lib(hal_i2c_slave.o) + 0x000185a4 0x000185a4 0x0000000c Code RO 834 i.hal_i2c_s_set_transfer CVWL568.lib(hal_i2c_slave.o) + 0x000185b0 0x000185b0 0x00000118 Code RO 837 i.hal_i2c_slave_irq_callback CVWL568.lib(hal_i2c_slave.o) + 0x000186c8 0x000186c8 0x000000e4 Code RO 927 i.hal_internal_init_memc CVWL568.lib(hal_internal_vsync.o) + 0x000187ac 0x000187ac 0x00000010 Code RO 928 i.hal_internal_sync_get_fb_setting CVWL568.lib(hal_internal_vsync.o) + 0x000187bc 0x000187bc 0x00000214 Code RO 929 i.hal_internal_sync_input_resolution_change CVWL568.lib(hal_internal_vsync.o) + 0x000189d0 0x000189d0 0x0000001c Code RO 931 i.hal_internal_vsync_deinit CVWL568.lib(hal_internal_vsync.o) + 0x000189ec 0x000189ec 0x00000018 Code RO 933 i.hal_internal_vsync_get_sync_line CVWL568.lib(hal_internal_vsync.o) + 0x00018a04 0x00018a04 0x000000fc Code RO 935 i.hal_internal_vsync_init_rx CVWL568.lib(hal_internal_vsync.o) + 0x00018b00 0x00018b00 0x000000b0 Code RO 936 i.hal_internal_vsync_init_tx CVWL568.lib(hal_internal_vsync.o) + 0x00018bb0 0x00018bb0 0x0000011c Code RO 937 i.hal_internal_vsync_set_auto_hw_filter CVWL568.lib(hal_internal_vsync.o) + 0x00018ccc 0x00018ccc 0x00000014 Code RO 939 i.hal_internal_vsync_set_rx_state CVWL568.lib(hal_internal_vsync.o) + 0x00018ce0 0x00018ce0 0x0000001c Code RO 940 i.hal_internal_vsync_set_sync_line CVWL568.lib(hal_internal_vsync.o) + 0x00018cfc 0x00018cfc 0x00000044 Code RO 941 i.hal_internal_vsync_set_tear_mode CVWL568.lib(hal_internal_vsync.o) + 0x00018d40 0x00018d40 0x00000040 Code RO 942 i.hal_internal_vsync_set_tx_state CVWL568.lib(hal_internal_vsync.o) + 0x00018d80 0x00018d80 0x00000024 Code RO 645 i.hal_lcdc_config_ccm CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018da4 0x00018da4 0x00000048 Code RO 646 i.hal_lcdc_config_remains CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018dec 0x00018dec 0x00000014 Code RO 647 i.hal_lcdc_config_rgb_to_pentile CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018e00 0x00018e00 0x00000164 Code RO 648 i.hal_lcdc_config_upscaler CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018f64 0x00018f64 0x00000040 Code RO 649 i.hal_lcdc_init_cfg CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018fa4 0x00018fa4 0x00000134 Code RO 650 i.hal_lcdc_init_clk CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000190d8 0x000190d8 0x00000040 Code RO 651 i.hal_lcdc_init_interrupt CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00019118 0x00019118 0x00000016 Code RO 742 i.hal_swire_open CVWL568.lib(hal_swire.o) + 0x0001912e 0x0001912e 0x00000008 Code RO 758 i.hal_system_enable_systick CVWL568.lib(hal_system.o) + 0x00019136 0x00019136 0x00000002 PAD + 0x00019138 0x00019138 0x0000007c Code RO 763 i.hal_system_init CVWL568.lib(hal_system.o) + 0x000191b4 0x000191b4 0x0000001c Code RO 764 i.hal_system_init_console CVWL568.lib(hal_system.o) + 0x000191d0 0x000191d0 0x00000008 Code RO 767 i.hal_system_set_pvd CVWL568.lib(hal_system.o) + 0x000191d8 0x000191d8 0x00000008 Code RO 768 i.hal_system_set_vcc CVWL568.lib(hal_system.o) + 0x000191e0 0x000191e0 0x00000022 Code RO 794 i.hal_timer_init CVWL568.lib(hal_timer.o) + 0x00019202 0x00019202 0x00000002 PAD + 0x00019204 0x00019204 0x00000054 Code RO 795 i.hal_timer_start CVWL568.lib(hal_timer.o) + 0x00019258 0x00019258 0x00000028 Code RO 796 i.hal_timer_stop CVWL568.lib(hal_timer.o) + 0x00019280 0x00019280 0x0000008c Code RO 902 i.hal_uart_init CVWL568.lib(hal_uart.o) + 0x0001930c 0x0001930c 0x00000010 Code RO 905 i.hal_uart_transmit_blocking CVWL568.lib(hal_uart.o) + 0x0001931c 0x0001931c 0x00000110 Code RO 2015 i.handle_init CVWL568.lib(irq_redirect .o) + 0x0001942c 0x0001942c 0x0000006c Code RO 111 i.init_mipi_tx ap_demo.o + 0x00019498 0x00019498 0x00000090 Code RO 112 i.init_panel ap_demo.o + 0x00019528 0x00019528 0x0000000a Code RO 3 i.main main.o + 0x00019532 0x00019532 0x00000002 PAD + 0x00019534 0x00019534 0x000000b4 Code RO 113 i.open_mipi_rx ap_demo.o + 0x000195e8 0x000195e8 0x00000088 Code RO 114 i.pps_update_handle ap_demo.o + 0x00019670 0x00019670 0x000003f4 Code RO 943 i.rx_get_dcs_packet_data CVWL568.lib(hal_internal_vsync.o) + 0x00019a64 0x00019a64 0x00000140 Code RO 944 i.rx_partial_update CVWL568.lib(hal_internal_vsync.o) + 0x00019ba4 0x00019ba4 0x0000008c Code RO 945 i.rx_receive_packet CVWL568.lib(hal_internal_vsync.o) + 0x00019c30 0x00019c30 0x00000180 Code RO 946 i.rx_receive_pps CVWL568.lib(hal_internal_vsync.o) + 0x00019db0 0x00019db0 0x000000a4 Code RO 947 i.rxbr_irq0_callback CVWL568.lib(hal_internal_vsync.o) + 0x00019e54 0x00019e54 0x00000170 Code RO 948 i.rxbr_irq1_callback CVWL568.lib(hal_internal_vsync.o) + 0x00019fc4 0x00019fc4 0x0000002a Code RO 115 i.send_panel_init_code ap_demo.o + 0x00019fee 0x00019fee 0x00000002 PAD + 0x00019ff0 0x00019ff0 0x0000008c Code RO 949 i.soft_gen_te CVWL568.lib(hal_internal_vsync.o) + 0x0001a07c 0x0001a07c 0x00000020 Code RO 116 i.soft_timer3_cb ap_demo.o + 0x0001a09c 0x0001a09c 0x00000014 Code RO 117 i.tx_display_on ap_demo.o + 0x0001a0b0 0x0001a0b0 0x00000028 Code RO 118 i.tx_panel_reset ap_demo.o + 0x0001a0d8 0x0001a0d8 0x000000b4 Code RO 950 i.vidc_callback CVWL568.lib(hal_internal_vsync.o) + 0x0001a18c 0x0001a18c 0x000000d0 Code RO 951 i.vpre_err_reset CVWL568.lib(hal_internal_vsync.o) + 0x0001a25c 0x0001a25c 0x0000019c Code RO 952 i.vsync_set_te_mode CVWL568.lib(hal_internal_vsync.o) + 0x0001a3f8 0x0001a3f8 0x00001990 Data RO 119 .constdata ap_demo.o + 0x0001bd88 0x0001bd88 0x00000098 Data RO 267 .constdata app_tp_for_custom_s8.o + 0x0001be20 0x0001be20 0x00000104 Data RO 653 .constdata CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001bf24 0x0001bf24 0x000000d2 Data RO 718 .constdata CVWL568.lib(hal_gpio.o) + 0x0001bff6 0x0001bff6 0x00000002 PAD + 0x0001bff8 0x0001bff8 0x00000008 Data RO 1710 .constdata CVWL568.lib(drv_param_init.o) + 0x0001c000 0x0001c000 0x00000020 Data RO 1883 .constdata CVWL568.lib(drv_timer.o) + 0x0001c020 0x0001c020 0x00000138 Data RO 2056 .constdata CVWL568.lib(drv_phy_common.o) + 0x0001c158 0x0001c158 0x00000048 Data RO 566 .conststring CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x0001c1a0 0x0001c1a0 0x00000134 Data RO 954 .conststring CVWL568.lib(hal_internal_vsync.o) + 0x0001c2d4 0x0001c2d4 0x00000030 Data RO 2817 Region$$Table anon$$obj.o + + + Execution Region RW_RAM1 (Exec base: 0x00070000, Load base: 0x0001c304, Size: 0x00000000, Max: 0x000000f0, ABSOLUTE) + + **** No section assigned to this execution region **** + + + Execution Region RW_RAM2 (Exec base: 0x00070100, Load base: 0x0001c304, Size: 0x000000c0, Max: 0x000000d0, ABSOLUTE) + + Exec Addr Load Addr Size Type Attr Idx E Section Name Object + + 0x00070100 - 0x000000c0 Zero RW 2016 .ARM.__AT_0x00070100 CVWL568.lib(irq_redirect .o) + + + Execution Region RW_RAM3 (Exec base: 0x000701d0, Load base: 0x0001c304, Size: 0x00003c30, Max: 0x00007e30, ABSOLUTE, COMPRESSED[0x000007e0]) + + Exec Addr Load Addr Size Type Attr Idx E Section Name Object + + 0x000701d0 COMPRESSED 0x0000062c Data RW 120 .data ap_demo.o + 0x000707fc COMPRESSED 0x000000e4 Data RW 281 .data app_tp_for_custom_s8.o + 0x000708e0 COMPRESSED 0x00000001 Data RW 284 .data app_tp_for_custom_s8.o + 0x000708e1 COMPRESSED 0x00000001 Data RW 285 .data app_tp_for_custom_s8.o + 0x000708e2 COMPRESSED 0x00000002 PAD + 0x000708e4 COMPRESSED 0x00000008 Data RW 567 .data CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000708ec COMPRESSED 0x00000001 Data RW 654 .data CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000708ed COMPRESSED 0x00000001 Data RW 812 .data CVWL568.lib(hal_i2c_master.o) + 0x000708ee COMPRESSED 0x00000002 PAD + 0x000708f0 COMPRESSED 0x0000001c Data RW 838 .data CVWL568.lib(hal_i2c_slave.o) + 0x0007090c COMPRESSED 0x00000004 Data RW 955 .data CVWL568.lib(hal_internal_vsync.o) + 0x00070910 COMPRESSED 0x00000012 Data RW 1034 .data CVWL568.lib(norflash.o) + 0x00070922 COMPRESSED 0x00000002 PAD + 0x00070924 COMPRESSED 0x0000000c Data RW 1098 .data CVWL568.lib(drv_common.o) + 0x00070930 COMPRESSED 0x00000004 Data RW 1537 .data CVWL568.lib(drv_gpio.o) + 0x00070934 COMPRESSED 0x00000008 Data RW 1575 .data CVWL568.lib(drv_i2c_dma.o) + 0x0007093c COMPRESSED 0x000004a4 Data RW 1711 .data CVWL568.lib(drv_param_init.o) + 0x00070de0 COMPRESSED 0x00000008 Data RW 1754 .data CVWL568.lib(drv_rxbr.o) + 0x00070de8 COMPRESSED 0x00000008 Data RW 1823 .data CVWL568.lib(drv_swire.o) + 0x00070df0 COMPRESSED 0x00000001 Data RW 1848 .data CVWL568.lib(drv_sys_cfg.o) + 0x00070df1 COMPRESSED 0x00000003 PAD + 0x00070df4 COMPRESSED 0x00000004 Data RW 1941 .data CVWL568.lib(drv_vidc.o) + 0x00070df8 COMPRESSED 0x00000004 Data RW 2090 .data CVWL568.lib(drv_i2c_master.o) + 0x00070dfc COMPRESSED 0x00000008 Data RW 2124 .data CVWL568.lib(drv_i2c_slave.o) + 0x00070e04 COMPRESSED 0x00000004 Data RW 2158 .data CVWL568.lib(drv_spi_master.o) + 0x00070e08 COMPRESSED 0x0000000c Data RW 2181 .data CVWL568.lib(drv_chip_info.o) + 0x00070e14 COMPRESSED 0x0000000c Data RW 2291 .data CVWL568.lib(drv_pwm.o) + 0x00070e20 COMPRESSED 0x00000008 Data RW 2343 .data CVWL568.lib(drv_uart.o) + 0x00070e28 COMPRESSED 0x00000008 Data RW 2409 .data CVWL568.lib(drv_wdg.o) + 0x00070e30 COMPRESSED 0x00000004 Data RW 2795 .data mc_p.l(stdout.o) + 0x00070e34 - 0x00000190 Zero RW 370 .bss app_tp_transfer.o + 0x00070fc4 - 0x000000c0 Zero RW 565 .bss CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00071084 - 0x00000048 Zero RW 652 .bss CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000710cc - 0x00000100 Zero RW 892 .bss CVWL568.lib(tau_log.o) + 0x000711cc - 0x000000d0 Zero RW 907 .bss CVWL568.lib(hal_uart.o) + 0x0007129c - 0x00000958 Zero RW 953 .bss CVWL568.lib(hal_internal_vsync.o) + 0x00071bf4 - 0x00001030 Zero RW 1081 .bss CVWL568.lib(dcs_packet_fifo.o) + 0x00072c24 - 0x0000001c Zero RW 1225 .bss CVWL568.lib(drv_dma.o) + 0x00072c40 - 0x00000040 Zero RW 1536 .bss CVWL568.lib(drv_gpio.o) + 0x00072c80 - 0x00000140 Zero RW 1574 .bss CVWL568.lib(drv_i2c_dma.o) + 0x00072dc0 - 0x00000020 Zero RW 1882 .bss CVWL568.lib(drv_timer.o) + 0x00072de0 - 0x00000020 Zero RW 2225 .bss CVWL568.lib(hal_spi_slave.o) + 0x00072e00 - 0x00001000 Zero RW 518 STACK startup_armcm0.o + + +============================================================================== + +Image component sizes + + + Code (inc. data) RO Data RW Data ZI Data Debug Object Name + + 7596 594 6544 1580 0 35175 ap_demo.o + 868 14 152 230 0 10873 app_tp_for_custom_s8.o + 182 28 0 0 400 5296 app_tp_transfer.o + 28 4 0 0 0 429 board.o + 10 0 0 0 0 9483 main.o + 120 18 192 0 4096 2016 startup_armcm0.o + + ---------------------------------------------------------------------- + 8810 658 6936 1812 4496 63272 Object Totals + 0 0 48 0 0 0 (incl. Generated) + 6 0 0 2 0 0 (incl. Padding) + + ---------------------------------------------------------------------- + + Code (inc. data) RO Data RW Data ZI Data Debug Library Member Name + + 216 32 0 0 4144 252 dcs_packet_fifo.o + 296 96 0 12 0 256 drv_chip_info.o + 192 82 20 12 0 264 drv_common.o + 432 94 0 0 0 1260 drv_crgu.o + 316 22 0 0 28 652 drv_dma.o + 232 28 0 0 0 340 drv_dsc_dec.o + 1628 488 0 0 0 1328 drv_dsi_rx.o + 1282 118 0 0 0 2480 drv_dsi_tx.o + 118 0 0 0 0 256 drv_efuse.o + 10 0 0 0 0 60 drv_fls.o + 672 96 0 4 64 1044 drv_gpio.o + 390 68 0 8 320 392 drv_i2c_dma.o + 344 80 0 4 0 396 drv_i2c_master.o + 324 74 0 8 0 516 drv_i2c_slave.o + 682 6 0 0 0 1444 drv_lcdc.o + 492 28 0 0 0 1112 drv_memc.o + 192 38 8 1188 0 384 drv_param_init.o + 84 8 312 0 0 68 drv_phy_common.o + 72 10 0 12 0 76 drv_pwm.o + 104 24 0 0 0 180 drv_pwr.o + 682 66 0 8 0 1448 drv_rxbr.o + 72 20 0 4 0 128 drv_spi_master.o + 132 16 0 8 0 200 drv_swire.o + 212 46 0 1 0 448 drv_sys_cfg.o + 378 28 32 0 32 872 drv_timer.o + 698 18 0 8 0 680 drv_uart.o + 510 28 0 4 0 1452 drv_vidc.o + 128 18 0 8 0 256 drv_wdg.o + 3232 372 72 8 192 1476 hal_dsi_rx_ctrl.o + 4536 302 260 1 72 2388 hal_dsi_tx_ctrl.o + 320 32 210 0 0 472 hal_gpio.o + 140 24 0 1 0 140 hal_i2c_master.o + 492 70 0 28 0 400 hal_i2c_slave.o + 6216 1478 308 4 2392 2132 hal_internal_vsync.o + 232 20 0 0 32 136 hal_spi_slave.o + 22 0 0 0 0 68 hal_swire.o + 176 28 0 0 0 340 hal_system.o + 158 6 0 0 0 212 hal_timer.o + 156 18 0 0 208 144 hal_uart.o + 1076 324 0 0 192 1980 irq_redirect .o + 48 10 0 18 0 68 norflash.o + 58 0 0 0 0 128 tau_delay.o + 60 10 0 0 256 156 tau_log.o + 200 20 0 0 0 76 ceil.o + 86 0 0 0 0 0 __dczerorl2.o + 0 0 0 0 0 0 entry.o + 0 0 0 0 0 0 entry10a.o + 0 0 0 0 0 0 entry11a.o + 8 4 0 0 0 0 entry2.o + 4 0 0 0 0 0 entry5.o + 0 0 0 0 0 0 entry7b.o + 0 0 0 0 0 0 entry8b.o + 8 4 0 0 0 0 entry9a.o + 30 0 0 0 0 0 handlers.o + 40 0 0 0 0 72 idiv.o + 36 8 0 0 0 68 init.o + 0 0 0 0 0 0 iusefp.o + 32 0 0 0 0 68 llshl.o + 38 0 0 0 0 68 llsshr.o + 34 0 0 0 0 68 llushr.o + 36 0 0 0 0 60 memcpya.o + 36 0 0 0 0 100 memseta.o + 2298 104 0 0 0 544 printfa.o + 0 0 0 4 0 0 stdout.o + 44 0 0 0 0 72 uidiv.o + 96 0 0 0 0 84 uldiv.o + 40 2 0 0 0 68 cdrcmple.o + 20 0 0 0 0 68 cfrcmple.o + 356 4 0 0 0 140 dadd.o + 240 6 0 0 0 84 ddiv.o + 236 0 0 0 0 216 depilogue.o + 72 10 0 0 0 72 dfixi.o + 60 10 0 0 0 68 dfixui.o + 64 10 0 0 0 68 dfixul.o + 28 4 0 0 0 68 dfltui.o + 208 6 0 0 0 88 dmul.o + 40 0 0 0 0 60 f2d.o + 178 0 0 0 0 108 fadd.o + 124 0 0 0 0 72 fdiv.o + 130 0 0 0 0 144 fepilogue.o + 50 0 0 0 0 60 ffixi.o + 40 0 0 0 0 60 ffixui.o + 22 0 0 0 0 68 fflti.o + 14 0 0 0 0 68 ffltui.o + 122 0 0 0 0 72 fmul.o + 24 0 0 0 0 60 fscalb.o + + ---------------------------------------------------------------------- + 32954 4518 1224 1360 7932 31476 Library Totals + 48 0 2 7 0 0 (incl. Padding) + + ---------------------------------------------------------------------- + + Code (inc. data) RO Data RW Data ZI Data Debug Library Name + + 27812 4326 1222 1349 7932 28484 CVWL568.lib + 200 20 0 0 0 76 m_ps.l + 2826 120 0 4 0 1204 mc_p.l + 2068 52 0 0 0 1712 mf_p.l + + ---------------------------------------------------------------------- + 32954 4518 1224 1360 7932 31476 Library Totals + + ---------------------------------------------------------------------- + +============================================================================== + + + Code (inc. data) RO Data RW Data ZI Data Debug + + 41764 5176 8160 3172 12428 73352 Grand Totals + 41764 5176 8160 2016 12428 73352 ELF Image Totals (compressed) + 41764 5176 8160 2016 0 0 ROM Totals + +============================================================================== + + Total RO Size (Code + RO Data) 49924 ( 48.75kB) + Total RW Size (RW Data + ZI Data) 15600 ( 15.23kB) + Total ROM Size (Code + RO Data + RW Data) 51940 ( 50.72kB) + +============================================================================== + diff --git a/project/Listings/CVWL568_NoTP.map b/project/Listings/CVWL568_NoTP.map new file mode 100644 index 0000000..8a5f369 --- /dev/null +++ b/project/Listings/CVWL568_NoTP.map @@ -0,0 +1,4683 @@ +Component: ARM Compiler 5.06 update 6 (build 750) Tool: armlink [4d35ed] + +============================================================================== + +Section Cross References + + main.o(i.main) refers to board.o(i.board_Init) for board_Init + main.o(i.main) refers to ap_demo.o(i.ap_demo) for ap_demo + ap_demo.o(i.Gpio_LED_ON_output) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + ap_demo.o(i.Gpio_LED_ON_output) refers to tau_delay.o(i.delayMs) for delayMs + ap_demo.o(i.Gpio_LED_ON_output) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + ap_demo.o(i.Gpio_LED_ON_output) refers to tau_delay.o(i.delayUs) for delayUs + ap_demo.o(i.Gpio_swire_output) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + ap_demo.o(i.Gpio_swire_output) refers to tau_delay.o(i.delayUs) for delayUs + ap_demo.o(i.Gpio_swire_output) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + ap_demo.o(i.ap_dcs_read) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) for hal_dsi_rx_ctrl_get_max_ret_size + ap_demo.o(i.ap_dcs_read) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) for hal_dsi_rx_ctrl_send_ack_cmd + ap_demo.o(i.ap_dcs_read) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_dcs_read) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_demo) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.open_mipi_rx) for open_mipi_rx + ap_demo.o(i.ap_demo) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.init_mipi_tx) for init_mipi_tx + ap_demo.o(i.ap_demo) refers to hal_timer.o(i.hal_timer_init) for hal_timer_init + ap_demo.o(i.ap_demo) refers to hal_timer.o(i.hal_timer_start) for hal_timer_start + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.tx_display_on) for tx_display_on + ap_demo.o(i.ap_demo) refers to hal_gpio.o(i.hal_gpio_set_ap_reset_int) for hal_gpio_set_ap_reset_int + ap_demo.o(i.ap_demo) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) for hal_dsi_rx_ctrl_dsc_async_handler + ap_demo.o(i.ap_demo) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) for hal_dsi_tx_ctrl_stop + ap_demo.o(i.ap_demo) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) for hal_dsi_tx_ctrl_deinit + ap_demo.o(i.ap_demo) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) for hal_dsi_rx_ctrl_stop + ap_demo.o(i.ap_demo) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) for hal_dsi_rx_ctrl_deinit + ap_demo.o(i.ap_demo) refers to hal_system.o(i.hal_system_set_vcc) for hal_system_set_vcc + ap_demo.o(i.ap_demo) refers to hal_swire.o(i.hal_swire_deinit) for hal_swire_deinit + ap_demo.o(i.ap_demo) refers to hal_timer.o(i.hal_timer_stop) for hal_timer_stop + ap_demo.o(i.ap_demo) refers to hal_timer.o(i.hal_timer_deinit) for hal_timer_deinit + ap_demo.o(i.ap_demo) refers to app_tp_for_custom_s8.o(.data) for tp_sleep_count + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.soft_timer3_cb) for soft_timer3_cb + ap_demo.o(i.ap_demo) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.ap_reset_cb) for ap_reset_cb + ap_demo.o(i.ap_get_reg_ca) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_get_reg_df) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_reset_cb) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_reset_cb) refers to hal_system.o(i.hal_system_set_vcc) for hal_system_set_vcc + ap_demo.o(i.ap_reset_cb) refers to ap_demo.o(.conststring) for .conststring + ap_demo.o(i.ap_set_backlight) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + ap_demo.o(i.ap_set_backlight) refers to idiv.o(.text) for __aeabi_idivmod + ap_demo.o(i.ap_set_backlight) refers to uidiv.o(.text) for __aeabi_uidivmod + ap_demo.o(i.ap_set_backlight) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.ap_set_backlight) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_set_display_off) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_display_on) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_enter_sleep_mode) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) for hal_dsi_rx_ctrl_set_sw_tear_mode + ap_demo.o(i.ap_set_enter_sleep_mode) refers to ap_demo.o(i.Gpio_swire_output) for Gpio_swire_output + ap_demo.o(i.ap_set_enter_sleep_mode) refers to tau_delay.o(i.delayMs) for delayMs + ap_demo.o(i.ap_set_enter_sleep_mode) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + ap_demo.o(i.ap_set_enter_sleep_mode) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.ap_set_enter_sleep_mode) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) for hal_dsi_tx_ctrl_panel_reset_pin + ap_demo.o(i.ap_set_enter_sleep_mode) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_enter_sleep_mode) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_set_exit_sleep_mode) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_exit_sleep_mode) refers to ap_demo.o(.data) for .data + ap_demo.o(i.init_mipi_tx) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) for hal_dsi_tx_ctrl_create_handle + ap_demo.o(i.init_mipi_tx) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) for hal_dsi_tx_ctrl_init + ap_demo.o(i.init_mipi_tx) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) for hal_dsi_tx_ctrl_set_overwrite_rgb + ap_demo.o(i.init_mipi_tx) refers to ap_demo.o(.data) for .data + ap_demo.o(i.init_panel) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + ap_demo.o(i.init_panel) refers to ap_demo.o(i.tx_panel_reset) for tx_panel_reset + ap_demo.o(i.init_panel) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) for hal_dsi_tx_ctrl_enter_init_panel_mode + ap_demo.o(i.init_panel) refers to ap_demo.o(i.send_panel_init_code) for send_panel_init_code + ap_demo.o(i.init_panel) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.init_panel) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) for hal_dsi_rx_ctrl_set_hw_tear_mode + ap_demo.o(i.init_panel) refers to tau_delay.o(i.delayMs) for delayMs + ap_demo.o(i.init_panel) refers to ap_demo.o(i.Gpio_swire_output) for Gpio_swire_output + ap_demo.o(i.init_panel) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) for hal_dsi_tx_ctrl_exit_init_panel_mode + ap_demo.o(i.init_panel) refers to ap_demo.o(.constdata) for .constdata + ap_demo.o(i.init_panel) refers to ap_demo.o(.data) for .data + ap_demo.o(i.open_mipi_rx) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) for hal_dsi_rx_ctrl_create_handle + ap_demo.o(i.open_mipi_rx) refers to memcpya.o(.text) for __aeabi_memcpy4 + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) for hal_dsi_rx_ctrl_pre_init_pps + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) for hal_dsi_rx_ctrl_init + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) for hal_dsi_rx_ctrl_set_cus_sync_line + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) for hal_dsi_rx_ctrl_set_cus_scld_filter + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) for hal_dsi_rx_ctrl_start + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(.data) for .data + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(.constdata) for .constdata + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(i.ap_dcs_read) for ap_dcs_read + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(i.pps_update_handle) for pps_update_handle + ap_demo.o(i.pps_update_handle) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) for hal_dsi_rx_ctrl_set_sw_tear_mode + ap_demo.o(i.pps_update_handle) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) for hal_dsi_rx_ctrl_toggle_resolution + ap_demo.o(i.pps_update_handle) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) for hal_dsi_rx_ctrl_set_cus_scld_filter + ap_demo.o(i.pps_update_handle) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) for hal_dsi_rx_ctrl_set_hw_tear_mode + ap_demo.o(i.pps_update_handle) refers to ap_demo.o(.data) for .data + ap_demo.o(i.send_panel_init_code) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) for hal_dsi_tx_ctrl_write_array_cmd + ap_demo.o(i.send_panel_init_code) refers to tau_delay.o(i.delayUs) for delayUs + ap_demo.o(i.soft_timer3_cb) refers to hal_timer.o(i.hal_timer_start) for hal_timer_start + ap_demo.o(i.soft_timer3_cb) refers to app_tp_for_custom_s8.o(.data) for tp_sleep_count + ap_demo.o(i.tx_display_on) refers to ap_demo.o(i.init_panel) for init_panel + ap_demo.o(i.tx_display_on) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) for hal_dsi_tx_ctrl_start + ap_demo.o(i.tx_display_on) refers to ap_demo.o(.data) for .data + ap_demo.o(i.tx_panel_reset) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) for hal_dsi_tx_ctrl_panel_reset_pin + ap_demo.o(i.tx_panel_reset) refers to tau_delay.o(i.delayMs) for delayMs + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_display_on) for ap_set_display_on + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_display_off) for ap_set_display_off + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_get_reg_df) for ap_get_reg_df + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_get_reg_ca) for ap_get_reg_ca + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_backlight) for ap_set_backlight + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_enter_sleep_mode) for ap_set_enter_sleep_mode + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_exit_sleep_mode) for ap_set_exit_sleep_mode + app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) refers to app_tp_for_custom_s8.o(.data) for .data + app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) refers to ap_demo.o(.data) for phone_start_flag + app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) refers to app_tp_for_custom_s8.o(.constdata) for .constdata + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_const) refers to app_tp_transfer.o(i.app_tp_screen_init) for app_tp_screen_init + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_const) refers to app_tp_for_custom_s8.o(.data) for .data + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) refers to uidiv.o(.text) for __aeabi_uidivmod + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) refers to app_tp_for_custom_s8.o(.data) for .data + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) refers to app_tp_for_custom_s8.o(.bss) for .bss + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_1 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_2 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_3 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_4 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_5 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_6 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_7 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_point_data + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_point_back + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_coord_data + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_coord_back + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(i.app_tp_m_read) for app_tp_m_read + app_tp_transfer.o(i.S20_Start_init) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_transfer.o(i.S20_Start_init) refers to tau_delay.o(i.delayMs) for delayMs + app_tp_transfer.o(i.S20_Start_init) refers to hal_gpio.o(i.hal_gpio_get_input_data) for hal_gpio_get_input_data + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(i.app_tp_m_write) for app_tp_m_write + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(i.app_tp_screen_int_init) for app_tp_screen_int_init + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_for_custom_s8.o(.data) for screen_reg_int_data + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.S20_Start_init) refers to ap_demo.o(.data) for phone_start_flag + app_tp_transfer.o(i.app_tp_i2cs_callback) refers to app_tp_transfer.o(i.app_tp_transfer_phone) for app_tp_transfer_phone + app_tp_transfer.o(i.app_tp_init) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + app_tp_transfer.o(i.app_tp_init) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + app_tp_transfer.o(i.app_tp_init) refers to hal_gpio.o(i.hal_gpio_init_input) for hal_gpio_init_input + app_tp_transfer.o(i.app_tp_init) refers to hal_i2c_master.o(i.hal_i2c_m_dma_init) for hal_i2c_m_dma_init + app_tp_transfer.o(i.app_tp_init) refers to hal_i2c_slave.o(i.hal_i2c_s_init) for hal_i2c_s_init + app_tp_transfer.o(i.app_tp_init) refers to hal_i2c_slave.o(i.hal_i2c_s_set_transfer) for hal_i2c_s_set_transfer + app_tp_transfer.o(i.app_tp_init) refers to hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) for hal_i2c_s_nonblocking_read + app_tp_transfer.o(i.app_tp_init) refers to app_tp_for_custom_s8.o(.data) for g_phone_output_int_pad + app_tp_transfer.o(i.app_tp_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.app_tp_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_rst_pad + app_tp_transfer.o(i.app_tp_init) refers to app_tp_transfer.o(i.app_tp_i2cs_callback) for app_tp_i2cs_callback + app_tp_transfer.o(i.app_tp_init) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.app_tp_m_read) refers to hal_i2c_master.o(i.hal_i2c_m_dma_read) for hal_i2c_m_dma_read + app_tp_transfer.o(i.app_tp_m_transfer_complate) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_transfer.o(i.app_tp_m_write) refers to hal_i2c_master.o(i.hal_i2c_m_dma_write) for hal_i2c_m_dma_write + app_tp_transfer.o(i.app_tp_phone_clear_reset_on) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_phone_reset_on) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_s_read) refers to hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) for hal_i2c_s_nonblocking_read + app_tp_transfer.o(i.app_tp_s_transfer_complate) refers to hal_i2c_slave.o(i.hal_i2c_s_write_complate) for hal_i2c_s_write_complate + app_tp_transfer.o(i.app_tp_s_transfer_complate) refers to hal_i2c_slave.o(i.hal_i2c_s_read_complate) for hal_i2c_s_read_complate + app_tp_transfer.o(i.app_tp_s_write) refers to hal_i2c_slave.o(i.hal_i2c_s_dma_write) for hal_i2c_s_dma_write + app_tp_transfer.o(i.app_tp_screen_init) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + app_tp_transfer.o(i.app_tp_screen_init) refers to tau_delay.o(i.delayUs) for delayUs + app_tp_transfer.o(i.app_tp_screen_init) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + app_tp_transfer.o(i.app_tp_screen_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_rst_pad + app_tp_transfer.o(i.app_tp_screen_int_callback) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_ctrl_eint) for hal_gpio_ctrl_eint + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_init_eint) for hal_gpio_init_eint + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_reg_eint_cb) for hal_gpio_reg_eint_cb + app_tp_transfer.o(i.app_tp_screen_int_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.app_tp_screen_int_init) refers to app_tp_transfer.o(i.app_tp_screen_int_callback) for app_tp_screen_int_callback + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) for app_tp_phone_analysis_data + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_transfer.o(i.app_tp_s_read) for app_tp_s_read + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_transfer.o(i.app_tp_s_write) for app_tp_s_write + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_transfer.o(i.app_tp_m_transfer_complate) for app_tp_m_transfer_complate + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to hal_spi_master.o(i.hal_spi_m_clear_rxfifo) for hal_spi_m_clear_rxfifo + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_transfer.o(i.S20_Start_init) for S20_Start_init + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_for_custom_s8.o(.constdata) for screen_reg_start_data_size + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to ap_demo.o(.data) for phone_start_flag + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_transfer_screen_const) for app_tp_transfer_screen_const + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_screen_int_lvl_low) for app_tp_screen_int_lvl_low + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_m_transfer_complate) for app_tp_m_transfer_complate + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to hal_spi_master.o(i.hal_spi_m_clear_rxfifo) for hal_spi_m_clear_rxfifo + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_m_read) for app_tp_m_read + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to tau_delay.o(i.delayMs) for delayMs + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to hal_gpio.o(i.hal_gpio_get_input_data) for hal_gpio_get_input_data + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) for app_tp_screen_analysis_int + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_for_custom_s8.o(.data) for screen_reg_int_data + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.app_tp_transfer_screen_start) refers to app_tp_transfer.o(i.app_tp_transfer_screen_const) for app_tp_transfer_screen_const + app_tp_transfer.o(i.app_tp_transfer_screen_start) refers to app_tp_transfer.o(.data) for .data + board.o(i.board_Init) refers to hal_system.o(i.hal_system_init) for hal_system_init + board.o(i.board_Init) refers to hal_system.o(i.hal_system_enable_systick) for hal_system_enable_systick + board.o(i.board_Init) refers to hal_system.o(i.hal_system_init_console) for hal_system_init_console + startup_armcm0.o(RESET) refers to startup_armcm0.o(STACK) for __initial_sp + startup_armcm0.o(RESET) refers to startup_armcm0.o(.text) for Reset_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.HardFault_Handler) for HardFault_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SysTick_Handler) for SysTick_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.VIDC_IRQn_Handler) for VIDC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.LCDC_IRQn_Handler) for LCDC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.MIPI_RX_IRQn_Handler) for MIPI_RX_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.MIPI_TX_IRQn_Handler) for MIPI_TX_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.MEMC_IRQn_Handler) for MEMC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.VPRE_IRQn_Handler) for VPRE_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.FLSCTRL_IRQn_Handler) for FLSCTRL_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.DMA_IRQn_Handler) for DMA_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER0_IRQn_Handler) for TIMER0_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER1_IRQn_Handler) for TIMER1_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER2_IRQn_Handler) for TIMER2_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER3_IRQn_Handler) for TIMER3_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.WDG_IRQn_Handler) for WDG_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.UART_IRQn_Handler) for UART_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.I2C0_IRQn_Handler) for I2C0_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.I2C1_IRQn_Handler) for I2C1_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SPIS_IRQn_Handler) for SPIS_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SPIM_IRQn_Handler) for SPIM_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.ADC_IRQn_Handler) for ADC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.PWMDET_IRQn_Handler) for PWMDET_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SWIRE_IRQn_Handler) for SWIRE_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.AP_NRESET_IRQn_Handler) for AP_NRESET_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT0_IRQn_Handler) for EXTI_INT0_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT1_IRQn_Handler) for EXTI_INT1_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT2_IRQn_Handler) for EXTI_INT2_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT3_IRQn_Handler) for EXTI_INT3_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT4_IRQn_Handler) for EXTI_INT4_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT5_IRQn_Handler) for EXTI_INT5_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT6_IRQn_Handler) for EXTI_INT6_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT7_IRQn_Handler) for EXTI_INT7_IRQn_Handler + startup_armcm0.o(.text) refers to entry.o(.ARM.Collect$$$$00000000) for __main + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to dadd.o(.text) for __aeabi_dadd + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to drv_vidc.o(i.drv_vidc_set_scld_step) for drv_vidc_set_scld_step + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to drv_vidc.o(i.drv_vidc_set_module_enable) for drv_vidc_set_module_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_draw_mode_init) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) for dcs_packet_get_fifo_header + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) for dcs_packet_free_fifo_header + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to drv_rxbr.o(i.drv_rxbr_set_inten) for drv_rxbr_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_pg_cfg) for drv_dsi_rx_set_ddi_pg_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_crgu.o(i.drv_crgu_set_rxbr_src) for drv_crgu_set_rxbr_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_crgu.o(i.drv_crgu_set_rxbr_div) for drv_crgu_set_rxbr_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_pg_cfg) for drv_dsi_rx_set_ipi_pg_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) refers to drv_memc.o(i.drv_memc_gen_a_tear_signal) for drv_memc_gen_a_tear_signal + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_compressen_en) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) for drv_dsi_rx_get_compression_en + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_max_ret_size) for drv_dsi_rx_get_max_ret_size + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_rxbr_src) for drv_crgu_set_rxbr_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_rxbr_div) for drv_crgu_set_rxbr_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) for drv_dsi_rx_set_ddi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) for drv_dsi_rx_calc_ipi_tx_delay + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_cfg) for drv_dsi_rx_set_ipi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_dsco_src) for drv_crgu_set_dsco_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_dsco_src_div) for drv_crgu_set_dsco_src_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_dsc_core_div) for drv_crgu_set_dsc_core_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_vidc_src) for drv_crgu_set_vidc_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_fb_src) for drv_crgu_set_fb_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_fb_div) for drv_crgu_set_fb_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) for hal_dsi_rx_ctrl_init_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_init_rx) for hal_internal_vsync_init_rx + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) for hal_dsi_rx_ctrl_init_dsi_rx + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) for hal_dsi_rx_ctrl_init_rxbr + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_dsc_dec.o(i.drv_dsc_dec_enable) for drv_dsc_dec_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) for drv_dsc_dec_set_u8_pps + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_dsc_dec.o(i.drv_dsc_dec_disable) for drv_dsc_dec_disable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) for hal_dsi_rx_ctrl_init_vidc + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) for hal_dsi_rx_ctrl_init_memc + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_chip_info.o(i.drv_chip_rx_init_done) for drv_chip_rx_init_done + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_rxbr_src) for drv_crgu_set_rxbr_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_rxbr_div) for drv_crgu_set_rxbr_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dsco_src) for drv_crgu_set_dsco_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dsco_src_div) for drv_crgu_set_dsco_src_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dsc_core_div) for drv_crgu_set_dsc_core_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_fb_src) for drv_crgu_set_fb_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_fb_div) for drv_crgu_set_fb_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_vidc_src) for drv_crgu_set_vidc_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ctrl_cfg) for drv_dsi_rx_set_ctrl_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) for drv_dsi_rx_set_ddi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) for drv_dsi_rx_calc_ipi_tx_delay + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_cfg) for drv_dsi_rx_set_ipi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) for drv_dsi_rx_set_up_phy + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) for drv_dsi_rx_set_lane_swap + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_inten) for drv_dsi_rx_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) for drv_dsi_rx_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_data_mode) for drv_memc_set_data_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_ltpo_mode) for drv_memc_set_ltpo_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_rate_transfer_sel) for drv_memc_rate_transfer_sel + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_fs_en_conditions) for drv_memc_set_fs_en_conditions + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_lcdc_st_conditions) for drv_memc_set_lcdc_st_conditions + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_sel_vsync) for drv_memc_sel_vsync + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_vidc_sync_cnt) for drv_memc_set_vidc_sync_cnt + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_waveform) for drv_memc_set_tear_waveform + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_double_buffer) for drv_memc_set_double_buffer + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_active_height) for drv_memc_set_active_height + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_inten) for drv_memc_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_enable_irq) for drv_memc_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_color_format) for drv_rxbr_set_color_format + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) for drv_rxbr_frame_drop_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_ltpo_drop_th) for drv_rxbr_set_ltpo_drop_th + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_usr_cfg) for drv_rxbr_set_usr_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_usr_col) for drv_rxbr_set_usr_col + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_usr_row) for drv_rxbr_set_usr_row + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_hline_rcv_cfg) for drv_rxbr_hline_rcv_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_inten) for drv_rxbr_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_enable_irq) for drv_rxbr_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) for hal_internal_vsync_set_auto_hw_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_src_parameter) for drv_vidc_set_src_parameter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_pentile_swap) for drv_vidc_set_pentile_swap + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_dst_parameter) for drv_vidc_set_dst_parameter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_init_module_enable) for drv_vidc_init_module_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_rotation) for drv_vidc_set_rotation + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to dadd.o(.text) for __aeabi_dadd + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_step) for drv_vidc_set_scld_step + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_param_init.o(i.drv_param_init_get_scld_filter_h) for drv_param_init_get_scld_filter_h + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_param_init.o(i.drv_param_init_get_scld_filter_v) for drv_param_init_get_scld_filter_v + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef0) for drv_vidc_set_scld_hcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef1) for drv_vidc_set_scld_hcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef0) for drv_vidc_set_scld_vcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef1) for drv_vidc_set_scld_vcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_p2r_hinitr) for drv_vidc_set_p2r_hinitr + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_p2r_hinitb) for drv_vidc_set_p2r_hinitb + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_param_init.o(i.drv_param_p2r_filter_init) for drv_param_p2r_filter_init + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_p2r_hcoef0) for drv_vidc_set_p2r_hcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_mirror) for drv_vidc_set_mirror + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_pu_ctrl) for drv_vidc_set_pu_ctrl + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_irqen) for drv_vidc_set_irqen + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_enable_irq) for drv_vidc_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) for drv_dsc_dec_convert_pps_rc_parameter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_release_handle) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to drv_dsi_rx.o(i.drv_dsi_rx_shut_down) for drv_dsi_rx_shut_down + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) for hal_dsi_rx_ctrl_init + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_internal_vsync.o(i.hal_internal_vsync_get_tx_state) for hal_internal_vsync_get_tx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) for hal_dsi_rx_ctrl_start + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) refers to drv_rxbr.o(i.drv_rxbr_set_ack_pkt_header) for drv_rxbr_set_ack_pkt_header + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) refers to hal_dsi_rx_ctrl.o(.conststring) for .conststring + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_auto_hw_filter) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) for hal_internal_vsync_set_auto_hw_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_auto_hw_filter) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) for drv_dsi_rx_set_ddi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef0) for drv_vidc_set_scld_hcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef1) for drv_vidc_set_scld_hcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef0) for drv_vidc_set_scld_vcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef1) for drv_vidc_set_scld_vcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_param_init.o(i.drv_param_init_set_scld_filter) for drv_param_init_set_scld_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) for hal_internal_vsync_set_sync_line + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) refers to drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) for drv_rxbr_hline_rcv0_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_dcs_direct_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode) for hal_internal_vsync_set_dcs_direct_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_cmd_filter) refers to drv_rxbr.o(i.drv_rxbr_set_cmd_filter) for drv_rxbr_set_cmd_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_cmd_filter) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) for hal_internal_vsync_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format) refers to drv_vidc.o(i.drv_vidc_update_src_format) for drv_vidc_update_src_format + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format) refers to drv_vidc.o(i.drv_vidc_set_pentile_swap) for drv_vidc_set_pentile_swap + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dflti.o(.text) for __aeabi_i2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dmul.o(.text) for __aeabi_dmul + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to ddiv.o(.text) for __aeabi_ddiv + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dfixi.o(.text) for __aeabi_d2iz + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) for hal_internal_vsync_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_te_waveform) refers to drv_memc.o(i.drv_memc_set_tear_waveform) for drv_memc_set_tear_waveform + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_te_waveform) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_tear_mode_ex) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) for hal_internal_vsync_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to drv_dsi_rx.o(i.drv_dsi_rx_power_up) for drv_dsi_rx_power_up + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to drv_dsi_rx.o(i.drv_dsi_rx_shut_down) for drv_dsi_rx_shut_down + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_memc.o(i.drv_memc_rate_transfer_sel) for drv_memc_rate_transfer_sel + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_memc.o(i.drv_memc_sel_vsync) for drv_memc_sel_vsync + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) for drv_rxbr_frame_drop_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) for drv_rxbr_hline_rcv0_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) refers to hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) for hal_internal_sync_input_resolution_change + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to ffltui.o(.text) for __aeabi_ui2f + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fscalb.o(.text) for __ARM_scalbnf + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fdiv.o(.text) for __aeabi_fdiv + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fmul.o(.text) for __aeabi_fmul + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to idiv.o(.text) for __aeabi_idivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fflti.o(.text) for __aeabi_i2f + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to ffixi.o(.text) for __aeabi_f2iz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to f2d.o(.text) for __aeabi_f2d + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to ceil.o(i.ceil) for ceil + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to dfixi.o(.text) for __aeabi_d2iz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fadd.o(.text) for __aeabi_fadd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_video_chunk) for drv_dsi_tx_set_video_chunk + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_video_timing) for drv_dsi_tx_set_video_timing + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to ffltui.o(.text) for __aeabi_ui2f + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to fmul.o(.text) for __aeabi_fmul + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to fdiv.o(.text) for __aeabi_fdiv + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to f2d.o(.text) for __aeabi_f2d + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to ceil.o(i.ceil) for ceil + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to fadd.o(.text) for __aeabi_fadd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to drv_phy_common.o(i.drv_phy_get_para) for drv_phy_get_para + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to dfixi.o(.text) for __aeabi_d2iz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to idiv.o(.text) for __aeabi_idivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to ffixui.o(.text) for __aeabi_f2uiz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to drv_crgu.o(i.drv_crgu_config_reset_modules) for drv_crgu_config_reset_modules + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) for drv_dsi_tx_command_mode_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_mode) for drv_dsi_tx_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_ulps_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) for drv_dsi_tx_phy_ulps_enter + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) for drv_dsi_tx_command_mode_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_mode) for drv_dsi_tx_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) refers to hal_dsi_tx_ctrl.o(.data) for .data + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_ulps_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) for drv_dsi_tx_phy_ulps_exit + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) for hal_dsi_tx_ctrl_init_clk + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_init_tx) for hal_internal_vsync_init_tx + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) for hal_dsi_tx_count_lane_rate + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) for hal_dsi_tx_init_phy_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) for hal_dsi_tx_phy_test_setup + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) for hal_lcdc_init_clk + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) for hal_lcdc_init_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) for hal_dsi_tx_init_dpi_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) for hal_dsi_tx_init_data_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) for hal_dsi_tx_init_remains + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) for hal_dsi_tx_init_interrupt + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ready) for drv_dsi_tx_phy_status_ready + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to drv_dsi_tx.o(i.drv_dsi_tx_powerup) for drv_dsi_tx_powerup + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) for hal_dsi_tx_send_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_bta) for drv_dsi_tx_set_bta + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_get_payload) for drv_dsi_tx_command_get_payload + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to memcpya.o(.text) for __aeabi_memcpy + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_release_handle) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) refers to drv_param_init.o(i.drv_param_init_set_ccm) for drv_param_init_set_ccm + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) refers to drv_lcdc.o(i.drv_lcdc_config_int_single) for drv_lcdc_config_int_single + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_endianness) refers to drv_lcdc.o(i.drv_lcdc_config_endianness) for drv_lcdc_config_endianness + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_escape_clock_div) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) for drv_dsi_tx_set_esc_div + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_lp_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) for drv_dsi_tx_video_mode_set_lp_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite_rgb) for drv_lcdc_config_overwrite_rgb + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) refers to drv_lcdc.o(i.drv_lcdc_config_partial_display_enable) for drv_lcdc_config_partial_display_enable + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) refers to drv_lcdc.o(i.drv_lcdc_config_partial_display_area) for drv_lcdc_config_partial_display_area + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_vpg) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_vpg) for drv_dsi_tx_set_vpg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) for drv_dsi_tx_config_eotp + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) for drv_dsi_tx_phy_clock_lane_req_hs + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_enable_shadow_reg) for drv_lcdc_enable_shadow_reg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_set_video_hw_mode) for drv_lcdc_set_video_hw_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_start) for drv_lcdc_start + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_lcdc.o(i.drv_lcdc_start) for drv_lcdc_start + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_lcdc.o(i.drv_lcdc_set_int) for drv_lcdc_set_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_int) for drv_dsi_tx_set_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_dsi_tx.o(i.drv_dsi_tx_shutdown) for drv_dsi_tx_shutdown + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) for hal_dsi_tx_send_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) for drv_dsi_tx_command_put_payload + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) for hal_dsi_tx_send_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) for drv_dsi_tx_command_put_payload + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_mode) for drv_dsi_tx_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_edpi_cmd_size) for drv_dsi_tx_edpi_cmd_size + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) for hal_dsi_tx_init_video_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to hal_dsi_tx_ctrl.o(.data) for .data + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_dpi_mode) for drv_dsi_tx_dpi_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_dpi_polarity) for drv_dsi_tx_dpi_polarity + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_dpi_lpcmd_time) for drv_dsi_tx_dpi_lpcmd_time + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_int) for drv_dsi_tx_set_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) refers to drv_dsi_tx.o(i.drv_dsi_tx_config_int) for drv_dsi_tx_config_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_lane_mode) for drv_dsi_tx_phy_lane_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_time_cfg) for drv_dsi_tx_phy_time_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_response_mode) for drv_dsi_tx_response_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) for drv_dsi_tx_set_esc_div + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_time_out_div) for drv_dsi_tx_set_time_out_div + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_timeout_cfg) for drv_dsi_tx_timeout_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) for drv_dsi_tx_config_eotp + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) for drv_dsi_tx_phy_clock_lane_req_hs + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_auto_lp) for drv_dsi_tx_phy_clock_lane_auto_lp + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_cfg) for drv_dsi_tx_video_mode_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_bta_ack) for drv_dsi_tx_set_bta_ack + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) for drv_dsi_tx_video_mode_set_lp_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_disable_hact_cmd) for drv_dsi_tx_video_mode_disable_hact_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) for hal_dsi_tx_calc_video_chunks + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_get_data) refers to hal_dsi_tx_ctrl.o(.constdata) for .constdata + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_phy_common.o(i.drv_phy_get_para) for drv_phy_get_para + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_get_data) for hal_dsi_tx_phy_test_get_data + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_enter) for drv_tx_phy_test_enter + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_crgu.o(i.drv_crgu_set_mipi_ref_src) for drv_crgu_set_mipi_ref_src + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_crgu.o(i.drv_crgu_set_mipi_cfg_src) for drv_crgu_set_mipi_cfg_src + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_clear) for drv_tx_phy_test_clear + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) for drv_tx_phy_test_write_1_byte + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) for drv_tx_phy_test_write_2_byte + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_code) for drv_tx_phy_test_write_code + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_exit) for drv_tx_phy_test_exit + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_header) for drv_dsi_tx_command_header + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) for drv_dsi_tx_phy_status_stopstate + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) refers to drv_param_init.o(i.drv_param_init_get_ccm) for drv_param_init_get_ccm + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) refers to drv_lcdc.o(i.drv_lcdc_config_ccm) for drv_lcdc_config_ccm + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_disp_mode) for drv_lcdc_config_disp_mode + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_edpi_mode) for drv_lcdc_config_edpi_mode + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_endianness) for drv_lcdc_config_endianness + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_thresh) for drv_lcdc_config_thresh + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_dpi_polarity) for drv_lcdc_config_dpi_polarity + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_src_parameter) for drv_lcdc_config_src_parameter + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to dadd.o(.text) for __aeabi_dadd + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) for hal_dsi_tx_ctrl_set_partial_disp_area + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) for hal_dsi_tx_ctrl_set_partial_disp + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to drv_lcdc.o(i.drv_lcdc_config_scale_up_step) for drv_lcdc_config_scale_up_step + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) for drv_lcdc_config_scale_up_coef + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) for hal_lcdc_config_upscaler + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) for hal_lcdc_config_ccm + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) for hal_lcdc_config_rgb_to_pentile + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) for hal_lcdc_config_remains + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) for hal_lcdc_init_interrupt + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to ffltui.o(.text) for __aeabi_ui2f + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dpi_pre_div) for drv_crgu_set_dpi_pre_div + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dpi_pre_src) for drv_crgu_set_dpi_pre_src + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dpi_mux_src) for drv_crgu_set_dpi_mux_src + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to fmul.o(.text) for __aeabi_fmul + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to fdiv.o(.text) for __aeabi_fdiv + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to f2d.o(.text) for __aeabi_f2d + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to ceil.o(i.ceil) for ceil + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_lcdc.o(i.drv_lcdc_config_dpi_timing) for drv_lcdc_config_dpi_timing + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_lcdc_div) for drv_crgu_set_lcdc_div + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_lcdc_src) for drv_crgu_set_lcdc_src + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) for hal_internal_vsync_get_sync_line + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to drv_lcdc.o(i.drv_lcdc_set_int) for drv_lcdc_set_int + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to drv_lcdc.o(i.drv_lcdc_ctrl_flow) for drv_lcdc_ctrl_flow + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to drv_lcdc.o(i.drv_lcdc_config_int) for drv_lcdc_config_int + hal_gpio.o(i.hal_gpio_ctrl_eint) refers to drv_gpio.o(i.drv_gpio_set_int) for drv_gpio_set_int + hal_gpio.o(i.hal_gpio_ctrl_eint) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_get_input_data) refers to drv_gpio.o(i.drv_gpio_get_input_data) for drv_gpio_get_input_data + hal_gpio.o(i.hal_gpio_get_int_type) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_get_pull_state) refers to drv_gpio.o(i.drv_gpio_get_pull_state) for drv_gpio_get_pull_state + hal_gpio.o(i.hal_gpio_get_pull_state) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_gpio.o(i.drv_gpio_set_ioe) for drv_gpio_set_ioe + hal_gpio.o(i.hal_gpio_init_eint) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_gpio_group) for drv_sys_cfg_sel_gpio_group + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_int_trig) for drv_sys_cfg_sel_int_trig + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_gpio.o(i.hal_gpio_init_eint) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_init_input) refers to drv_gpio.o(i.drv_gpio_set_ioe) for drv_gpio_set_ioe + hal_gpio.o(i.hal_gpio_init_input) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_gpio.o(i.hal_gpio_init_input) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_init_output) refers to hal_gpio.o(i.drv_gpio_set_output_data) for drv_gpio_set_output_data + hal_gpio.o(i.hal_gpio_init_output) refers to drv_gpio.o(i.drv_gpio_set_ioe) for drv_gpio_set_ioe + hal_gpio.o(i.hal_gpio_init_output) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_gpio.o(i.hal_gpio_init_output) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_reg_eint_cb) refers to drv_gpio.o(i.drv_gpio_register_callback) for drv_gpio_register_callback + hal_gpio.o(i.hal_gpio_reg_eint_cb) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_gpio.o(i.drv_gpio_register_ap_reset_callback) for drv_gpio_register_ap_reset_callback + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) for drv_sys_cfg_sel_ap_rst_trig + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + hal_gpio.o(i.hal_gpio_set_driving_strength) refers to drv_gpio.o(i.drv_gpio_set_driving_strength) for drv_gpio_set_driving_strength + hal_gpio.o(i.hal_gpio_set_driving_strength) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode3) for drv_gpio_set_mode3 + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode2) for drv_gpio_set_mode2 + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode1) for drv_gpio_set_mode1 + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode0) for drv_gpio_set_mode0 + hal_gpio.o(i.hal_gpio_set_mode) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_output_data) refers to hal_gpio.o(i.drv_gpio_set_output_data) for drv_gpio_set_output_data + hal_gpio.o(i.hal_gpio_set_pull_state) refers to drv_gpio.o(i.drv_gpio_set_pull_state) for drv_gpio_set_pull_state + hal_gpio.o(i.hal_gpio_set_pull_state) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_schmitt_trigger) refers to drv_gpio.o(i.drv_gpio_set_schmitt_trigger) for drv_gpio_set_schmitt_trigger + hal_gpio.o(i.hal_gpio_set_schmitt_trigger) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_slew_rate) refers to drv_gpio.o(i.drv_gpio_set_slew_rate) for drv_gpio_set_slew_rate + hal_gpio.o(i.hal_gpio_set_slew_rate) refers to hal_gpio.o(.constdata) for .constdata + hal_swire.o(i.hal_swire_deinit) refers to drv_swire.o(i.drv_swire_enable) for drv_swire_enable + hal_swire.o(i.hal_swire_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_swire.o(i.hal_swire_init) refers to drv_crgu.o(i.drv_crgu_set_swire_div) for drv_crgu_set_swire_div + hal_swire.o(i.hal_swire_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_swire.o(i.hal_swire_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_swire.o(i.hal_swire_init) refers to drv_swire.o(i.drv_swire_enable) for drv_swire_enable + hal_swire.o(i.hal_swire_open) refers to drv_swire.o(i.drv_swire_set_power_down) for drv_swire_set_power_down + hal_swire.o(i.hal_swire_register_callback) refers to drv_swire.o(i.drv_swire_register_callback) for drv_swire_register_callback + hal_swire.o(i.hal_swire_start) refers to drv_swire.o(i.drv_swire_set_int) for drv_swire_set_int + hal_swire.o(i.hal_swire_start) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_swire.o(i.hal_swire_start) refers to drv_swire.o(i.drv_swire_set_bit_time) for drv_swire_set_bit_time + hal_swire.o(i.hal_swire_start) refers to drv_swire.o(i.drv_swire_set_pulse_count) for drv_swire_set_pulse_count + hal_swire.o(i.hal_swire_start) refers to drv_common.o(.data) for g_system_clock + hal_system.o(i.hal_system_deep_sleep_mode) refers to drv_pwr.o(i.drv_pwr_enter_deep_sleep_mode) for drv_pwr_enter_deep_sleep_mode + hal_system.o(i.hal_system_disable_systick) refers to drv_common.o(i.drv_common_disable_systick) for drv_common_disable_systick + hal_system.o(i.hal_system_enable_systick) refers to drv_common.o(i.drv_common_enable_systick) for drv_common_enable_systick + hal_system.o(i.hal_system_flash_read) refers to norflash.o(i.norflash_init) for norflash_init + hal_system.o(i.hal_system_flash_read) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + hal_system.o(i.hal_system_flash_read) refers to norflash.o(i.norflash_read) for norflash_read + hal_system.o(i.hal_system_flash_read) refers to drv_fls.o(i.fls_de_init) for fls_de_init + hal_system.o(i.hal_system_flash_read) refers to hal_system.o(i.cvt_check_cgf_is_valid) for cvt_check_cgf_is_valid + hal_system.o(i.hal_system_flash_write) refers to norflash.o(i.norflash_init) for norflash_init + hal_system.o(i.hal_system_flash_write) refers to hal_system.o(i.cvt_cfg_packet) for cvt_cfg_packet + hal_system.o(i.hal_system_flash_write) refers to norflash.o(i.norflash_erase_block) for norflash_erase_block + hal_system.o(i.hal_system_flash_write) refers to norflash.o(i.norflash_write) for norflash_write + hal_system.o(i.hal_system_flash_write) refers to drv_fls.o(i.fls_de_init) for fls_de_init + hal_system.o(i.hal_system_get_tick) refers to drv_common.o(i.drv_common_get_tick) for drv_common_get_tick + hal_system.o(i.hal_system_idle_mode) refers to drv_common.o(i.drv_common_idle_mode) for drv_common_idle_mode + hal_system.o(i.hal_system_init) refers to drv_pwr.o(i.drv_pwr_set_system_clk_src) for drv_pwr_set_system_clk_src + hal_system.o(i.hal_system_init) refers to drv_crgu.o(i.drv_crgu_set_ahb_src) for drv_crgu_set_ahb_src + hal_system.o(i.hal_system_init) refers to drv_crgu.o(i.drv_crgu_set_ahb_pre_div) for drv_crgu_set_ahb_pre_div + hal_system.o(i.hal_system_init) refers to irq_redirect .o(i.handle_init) for handle_init + hal_system.o(i.hal_system_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_all_int) for drv_sys_cfg_clear_all_int + hal_system.o(i.hal_system_init) refers to drv_common.o(i.drv_common_system_init) for drv_common_system_init + hal_system.o(i.hal_system_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_system.o(i.hal_system_init) refers to drv_crgu.o(i.drv_crgu_clear_all_reset_flags) for drv_crgu_clear_all_reset_flags + hal_system.o(i.hal_system_init) refers to drv_pwr.o(i.drv_pwr_set_pvd_mode) for drv_pwr_set_pvd_mode + hal_system.o(i.hal_system_init) refers to drv_common.o(.data) for g_system_clock + hal_system.o(i.hal_system_init_console) refers to hal_uart.o(i.hal_uart_init) for hal_uart_init + hal_system.o(i.hal_system_register_systick_cb) refers to drv_common.o(i.drv_common_systick_register_cb) for drv_common_systick_register_cb + hal_system.o(i.hal_system_set_pvd) refers to drv_pwr.o(i.drv_pwr_set_pvd_mode) for drv_pwr_set_pvd_mode + hal_system.o(i.hal_system_set_vcc) refers to drv_pwr.o(i.drv_pwr_set_cp_mode) for drv_pwr_set_cp_mode + hal_system.o(i.hal_system_share_flash_mode) refers to drv_fls.o(i.drv_fls_gpio_connect) for drv_fls_gpio_connect + hal_system.o(i.hal_system_share_flash_mode) refers to drv_fls.o(i.drv_fls_gpio_disconnect) for drv_fls_gpio_disconnect + hal_system.o(i.hal_system_sleep_mode) refers to drv_crgu.o(i.drv_crgu_config_clocks) for drv_crgu_config_clocks + hal_timer.o(i.hal_timer_deinit) refers to drv_timer.o(i.drv_timer_enable) for drv_timer_enable + hal_timer.o(i.hal_timer_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_timer.o(i.hal_timer_get_status) refers to drv_timer.o(i.drv_timer_get_current_count) for drv_timer_get_current_count + hal_timer.o(i.hal_timer_get_status) refers to drv_timer.o(i.drv_timer_get_match) for drv_timer_get_match + hal_timer.o(i.hal_timer_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_timer.o(i.hal_timer_init) refers to drv_timer.o(i.drv_timer_set_prescaler) for drv_timer_set_prescaler + hal_timer.o(i.hal_timer_init) refers to drv_timer.o(i.drv_timer_enable) for drv_timer_enable + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_register_callback) for drv_timer_register_callback + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_get_prescaler) for drv_timer_get_prescaler + hal_timer.o(i.hal_timer_start) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_set_match) for drv_timer_set_match + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_set_current_count) for drv_timer_set_current_count + hal_timer.o(i.hal_timer_start) refers to drv_common.o(.data) for g_system_clock + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_register_callback) for drv_timer_register_callback + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_set_match) for drv_timer_set_match + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_set_current_count) for drv_timer_set_current_count + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_master.o(i.drv_i2c_master_init) for drv_i2c_master_init + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_master.o(i.drv_i2c_m_set_callback) for drv_i2c_m_set_callback + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_master.o(i.drv_i2c_m_enable_intr) for drv_i2c_m_enable_intr + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_dma.o(i.drv_i2c_dma_init) for drv_i2c_dma_init + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_dma.o(i.drv_i2c_enable_rx_dma) for drv_i2c_enable_rx_dma + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_dma.o(i.drv_i2c_enable_tx_dma) for drv_i2c_enable_tx_dma + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to hal_i2c_master.o(i.hal_i2c_master_irq_callback) for hal_i2c_master_irq_callback + hal_i2c_master.o(i.hal_i2c_m_dma_read) refers to drv_i2c_dma.o(i.drv_i2c_master_read_dma) for drv_i2c_master_read_dma + hal_i2c_master.o(i.hal_i2c_m_dma_read) refers to hal_i2c_master.o(.data) for .data + hal_i2c_master.o(i.hal_i2c_m_dma_write) refers to drv_i2c_dma.o(i.drv_i2c_master_write_dma) for drv_i2c_master_write_dma + hal_i2c_master.o(i.hal_i2c_m_dma_write) refers to hal_i2c_master.o(.data) for .data + hal_i2c_master.o(i.hal_i2c_m_set_high_impedance) refers to drv_i2c_master.o(i.drv_i2c_m_enable) for drv_i2c_m_enable + hal_i2c_master.o(i.hal_i2c_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_master.o(i.hal_i2c_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + hal_i2c_master.o(i.hal_i2c_m_transfer_complate) refers to hal_i2c_master.o(.data) for .data + hal_i2c_master.o(i.hal_i2c_master_irq_callback) refers to drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) for drv_i2c_m_clear_it_pending_bit + hal_i2c_master.o(i.hal_i2c_master_irq_callback) refers to hal_i2c_master.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_dma_user_callback) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_dma_write) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + hal_i2c_slave.o(i.hal_i2c_s_dma_write) refers to drv_i2c_dma.o(i.drv_i2c_slave_write_dma) for drv_i2c_slave_write_dma + hal_i2c_slave.o(i.hal_i2c_s_dma_write) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_get_tx_byte_num) refers to drv_i2c_slave.o(i.drv_i2c_s_get_tx_byte_num) for drv_i2c_s_get_tx_byte_num + hal_i2c_slave.o(i.hal_i2c_s_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_slave.o(i.drv_i2c_slave_init) for drv_i2c_slave_init + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_slave.o(i.drv_i2c_s_set_callback) for drv_i2c_s_set_callback + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_slave.o(i.drv_i2c_s_enable_intr) for drv_i2c_s_enable_intr + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_dma.o(i.drv_i2c_dma_init) for drv_i2c_dma_init + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) for drv_i2c_set_dma_irq_callback + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_dma.o(i.drv_i2c_enable_tx_dma) for drv_i2c_enable_tx_dma + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + hal_i2c_slave.o(i.hal_i2c_s_init) refers to hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) for hal_i2c_slave_irq_callback + hal_i2c_slave.o(i.hal_i2c_s_init) refers to hal_i2c_slave.o(i.hal_i2c_s_dma_user_callback) for hal_i2c_s_dma_user_callback + hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_read_complate) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_read_complate_clear) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_read_data) refers to drv_i2c_slave.o(i.drv_i2c_s_read_data) for drv_i2c_s_read_data + hal_i2c_slave.o(i.hal_i2c_s_rxfifo_notempty) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + hal_i2c_slave.o(i.hal_i2c_s_set_dma_tx_cycle) refers to drv_dma.o(i.drv_dma_enable_cycle) for drv_dma_enable_cycle + hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance) refers to drv_i2c_slave.o(i.drv_i2c_s_enable) for drv_i2c_s_enable + hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + hal_i2c_slave.o(i.hal_i2c_s_set_transfer) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_write_complate) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_write_data) refers to drv_i2c_slave.o(i.drv_i2c_s_write_data) for drv_i2c_s_write_data + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) for drv_i2c_s_clear_it_pending_bit + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(i.drv_i2c_s_write_data) for drv_i2c_s_write_data + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(.data) for tx_byte_num + hal_spi_master.o(i.hal_spi_m_callback) refers to drv_spi_dma.o(i.drv_spi_abort_dma) for drv_spi_abort_dma + hal_spi_master.o(i.hal_spi_m_callback) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_clear_rxfifo) refers to drv_spi_master.o(i.drv_spi_m_read_data) for drv_spi_m_read_data + hal_spi_master.o(i.hal_spi_m_dma_init) refers to hal_spi_master.o(i.hal_spi_m_gpio_init) for hal_spi_m_gpio_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_master.o(i.drv_spi_master_init) for drv_spi_master_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_dma_init) for drv_spi_dma_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_dma_ch6_init) for drv_spi_dma_ch6_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) for drv_spi_set_dma_irq_callback + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) for drv_spi_set_dma_ch6_irq_callback + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) for drv_sys_cfg_set_dma_rx_req + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_master.o(i.drv_spi_m_enable_rx_dma) for drv_spi_m_enable_rx_dma + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + hal_spi_master.o(i.hal_spi_m_dma_init) refers to hal_spi_master.o(i.hal_spi_m_callback) for hal_spi_m_callback + hal_spi_master.o(i.hal_spi_m_dma_read) refers to drv_spi_dma.o(i.drv_spim_dma_read) for drv_spim_dma_read + hal_spi_master.o(i.hal_spi_m_dma_read) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_dma_write) refers to drv_spi_dma.o(i.drv_spim_dma_write) for drv_spim_dma_write + hal_spi_master.o(i.hal_spi_m_dma_write) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_get_transfer_complate) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_gpio_init) refers to drv_spi_master.o(i.drv_spi_m_gpio_init) for drv_spi_m_gpio_init + hal_spi_master.o(i.hal_spi_m_read_rxfifo) refers to drv_spi_master.o(i.drv_spi_m_read_data) for drv_spi_m_read_data + hal_spi_master.o(i.hal_spi_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_spi_master.o(i.hal_spi_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_init_input) for hal_gpio_init_input + hal_spi_master.o(i.hal_spi_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + tau_delay.o(i.delayMs) refers to tau_delay.o(i.delayUs) for delayUs + tau_log.o(i.LOG_printf) refers to printfa.o(i.__0vsprintf) for vsprintf + tau_log.o(i.LOG_printf) refers to printfa.o(i.__0printf) for __2printf + tau_log.o(i.LOG_printf) refers to tau_log.o(.bss) for .bss + tau_log.o(i.fgetc) refers to hal_uart.o(i.hal_uart_receive_blocking) for hal_uart_receive_blocking + tau_log.o(i.fputc) refers to hal_uart.o(i.hal_uart_transmit_blocking) for hal_uart_transmit_blocking + hal_uart.o(i.hal_uart_deinit) refers to drv_dma.o(i.drv_dma_deinit) for drv_dma_deinit + hal_uart.o(i.hal_uart_deinit) refers to drv_uart.o(i.UART_Deinit) for UART_Deinit + hal_uart.o(i.hal_uart_dmacallback) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_uart.o(i.hal_uart_init) refers to memseta.o(.text) for __aeabi_memclr4 + hal_uart.o(i.hal_uart_init) refers to drv_uart.o(i.UART_init) for UART_init + hal_uart.o(i.hal_uart_init) refers to drv_common.o(.data) for g_system_clock + hal_uart.o(i.hal_uart_init) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_receive_blocking) refers to drv_uart.o(i.UART_ReadBlocking) for UART_ReadBlocking + hal_uart.o(i.hal_uart_receive_dma) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + hal_uart.o(i.hal_uart_receive_dma) refers to drv_uart_dma.o(i.UART_TransferCreateHandleDMA) for UART_TransferCreateHandleDMA + hal_uart.o(i.hal_uart_receive_dma) refers to drv_uart_dma.o(i.UART_TransferReceiveDMA) for UART_TransferReceiveDMA + hal_uart.o(i.hal_uart_receive_dma) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_receive_dma) refers to hal_uart.o(i.hal_uart_dmacallback) for hal_uart_dmacallback + hal_uart.o(i.hal_uart_transmit_blocking) refers to drv_uart.o(i.UART_WriteBlocking) for UART_WriteBlocking + hal_uart.o(i.hal_uart_transmit_dma) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + hal_uart.o(i.hal_uart_transmit_dma) refers to drv_uart_dma.o(i.UART_TransferCreateHandleDMA) for UART_TransferCreateHandleDMA + hal_uart.o(i.hal_uart_transmit_dma) refers to drv_uart_dma.o(i.UART_TransferSendDMA) for UART_TransferSendDMA + hal_uart.o(i.hal_uart_transmit_dma) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_transmit_dma) refers to hal_uart.o(i.hal_uart_dmacallback) for hal_uart_dmacallback + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to hal_internal_vsync.o(i.soft_gen_te) for soft_gen_te + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_param_init.o(i.drv_param_init_get_ccm) for drv_param_init_get_ccm + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_lcdc.o(i.drv_lcdc_config_ccm) for drv_lcdc_config_ccm + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_lcdc.o(i.drv_lcdc_config_int_single) for drv_lcdc_config_int_single + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to hal_internal_vsync.o(i.drv_rxbr_get_status0) for drv_rxbr_get_status0 + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.dcs_sw_filter) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_iniernal_vsync_deinit) refers to memseta.o(.text) for __aeabi_memclr4 + hal_internal_vsync.o(i.hal_iniernal_vsync_deinit) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_data_mode) for drv_memc_set_data_mode + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_waveform) for drv_memc_set_tear_waveform + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_ltpo_mode) for drv_memc_set_ltpo_mode + hal_internal_vsync.o(i.hal_internal_init_memc) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_double_buffer) for drv_memc_set_double_buffer + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_active_height) for drv_memc_set_active_height + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_inten) for drv_memc_set_inten + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_enable_irq) for drv_memc_enable_irq + hal_internal_vsync.o(i.hal_internal_init_memc) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(i.calc_framebuffer_setting) for calc_framebuffer_setting + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_vidc.o(i.drv_vidc_reset) for drv_vidc_reset + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) for hal_dsi_rx_ctrl_init + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) for hal_dsi_tx_ctrl_init + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) for hal_dsi_rx_ctrl_start + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) for hal_dsi_rx_ctrl_gen_a_tear_signal + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to tau_delay.o(i.delayUs) for delayUs + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_dsi_tx.o(i.drv_dsi_tx_shutdown) for drv_dsi_tx_shutdown + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_crgu.o(i.drv_crgu_config_reset_modules) for drv_crgu_config_reset_modules + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(i.hal_internal_init_memc) for hal_internal_init_memc + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) for hal_dsi_tx_ctrl_start + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.hal_internal_vsync_deinit) refers to memseta.o(.text) for __aeabi_memclr4 + hal_internal_vsync.o(i.hal_internal_vsync_deinit) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_get_rx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_get_tx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_chip_info.o(i.drv_chip_rx_info_check) for drv_chip_rx_info_check + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) for check_mipi_rx_tx_video_info + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.calc_framebuffer_setting) for calc_framebuffer_setting + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_rxbr.o(i.drv_rxbr_register_irq0_callback) for drv_rxbr_register_irq0_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_rxbr.o(i.drv_rxbr_register_irq1_callback) for drv_rxbr_register_irq1_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_vidc.o(i.drv_vidc_register_callback) for drv_vidc_register_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to dcs_packet_fifo.o(i.dcs_packet_fifo_init) for dcs_packet_fifo_init + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.rxbr_irq0_callback) for rxbr_irq0_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.rxbr_irq1_callback) for rxbr_irq1_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.vidc_callback) for vidc_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) for check_mipi_rx_tx_video_info + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to hal_internal_vsync.o(i.calc_framebuffer_setting) for calc_framebuffer_setting + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) refers to drv_rxbr.o(i.drv_rxbr_set_cmd_filter) for drv_rxbr_set_cmd_filter + hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) for hal_internal_vsync_set_auto_hw_filter + hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) refers to hal_internal_vsync.o(i.hal_internal_vsync_deinit) for hal_internal_vsync_deinit + hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to hal_internal_vsync.o(i.vsync_set_te_mode) for vsync_set_te_mode + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to hal_internal_vsync.o(i.hal_internal_vsync_deinit) for hal_internal_vsync_deinit + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to hal_internal_vsync.o(i.vsync_set_te_mode) for vsync_set_te_mode + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_internal_vsync.o(i.dcs_sw_filter) for dcs_sw_filter + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) for dcs_packet_fifo_alloc + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) for hal_dsi_rx_ctrl_dsc_async_handler + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_internal_vsync.o(i.check_pkt_buf_rev) for check_pkt_buf_rev + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) for drv_dsi_tx_command_put_payload + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_partial_update) refers to drv_rxbr.o(i.drv_rxbr_get_col_addr) for drv_rxbr_get_col_addr + hal_internal_vsync.o(i.rx_partial_update) refers to drv_rxbr.o(i.drv_rxbr_get_page_addr) for drv_rxbr_get_page_addr + hal_internal_vsync.o(i.rx_partial_update) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.rx_partial_update) refers to drv_dsc_dec.o(i.drv_dsc_dec_get_nslc) for drv_dsc_dec_get_nslc + hal_internal_vsync.o(i.rx_partial_update) refers to drv_crgu.o(i.drv_crgu_set_dsco_src) for drv_crgu_set_dsco_src + hal_internal_vsync.o(i.rx_partial_update) refers to drv_crgu.o(i.drv_crgu_set_dsco_src_div) for drv_crgu_set_dsco_src_div + hal_internal_vsync.o(i.rx_partial_update) refers to drv_crgu.o(i.drv_crgu_set_dsc_core_div) for drv_crgu_set_dsc_core_div + hal_internal_vsync.o(i.rx_partial_update) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_receive_packet) refers to hal_internal_vsync.o(i.rx_get_dcs_packet_data) for rx_get_dcs_packet_data + hal_internal_vsync.o(i.rx_receive_packet) refers to hal_internal_vsync.o(i.rx_receive_pps) for rx_receive_pps + hal_internal_vsync.o(i.rx_receive_packet) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.rx_receive_packet) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.rx_receive_packet) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_receive_pps) refers to memseta.o(.text) for __aeabi_memclr4 + hal_internal_vsync.o(i.rx_receive_pps) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.rx_receive_pps) refers to hal_internal_vsync.o(i.check_pkt_buf_rev) for check_pkt_buf_rev + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) for drv_dsc_dec_convert_pps_rc_parameter + hal_internal_vsync.o(i.rx_receive_pps) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) for drv_dsi_rx_get_compression_en + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_enable) for drv_dsc_dec_enable + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) for drv_dsc_dec_set_u8_pps + hal_internal_vsync.o(i.rx_receive_pps) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.rx_receive_pps) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.drv_rxbr_get_status0) for drv_rxbr_get_status0 + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.rx_receive_packet) for rx_receive_packet + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to drv_rxbr.o(i.drv_rxbr_set_inten) for drv_rxbr_set_inten + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.drv_rxbr_get_int_source) for drv_rxbr_get_int_source + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.rx_partial_update) for rx_partial_update + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(i.drv_rxbr_get_int_source) for drv_rxbr_get_int_source + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(i.vpre_err_reset) for vpre_err_reset + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to drv_memc.o(i.drv_memc_set_double_buffer_reverse) for drv_memc_set_double_buffer_reverse + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.soft_gen_te) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.soft_gen_te) refers to hal_internal_vsync.o(.data) for .data + hal_internal_vsync.o(i.vidc_callback) refers to drv_vidc.o(i.drv_vidc_get_irq_status) for drv_vidc_get_irq_status + hal_internal_vsync.o(i.vidc_callback) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_internal_vsync.o(i.vidc_callback) refers to drv_vidc.o(i.drv_vidc_clear_irq) for drv_vidc_clear_irq + hal_internal_vsync.o(i.vidc_callback) refers to drv_vidc.o(i.drv_vidc_set_irqen) for drv_vidc_set_irqen + hal_internal_vsync.o(i.vidc_callback) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.vidc_callback) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.vidc_callback) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.vpre_err_reset) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + hal_internal_vsync.o(i.vpre_err_reset) refers to drv_vidc.o(i.drv_vidc_reset) for drv_vidc_reset + hal_internal_vsync.o(i.vpre_err_reset) refers to drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) for drv_dsc_dec_set_u8_pps + hal_internal_vsync.o(i.vpre_err_reset) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.vsync_set_te_mode) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_internal_vsync.o(i.vsync_set_te_mode) refers to drv_lcdc.o(i.drv_lcdc_config_int_single) for drv_lcdc_config_int_single + hal_internal_vsync.o(i.vsync_set_te_mode) refers to drv_lcdc.o(i.drv_lcdc_ctrl_flow) for drv_lcdc_ctrl_flow + hal_internal_vsync.o(i.vsync_set_te_mode) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.vsync_set_te_mode) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.vsync_set_te_mode) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.vsync_set_te_mode) refers to hal_internal_vsync.o(.data) for .data + hal_internal_vsync.o(.data) refers to hal_internal_vsync.o(.bss) for sg_te_info + norflash.o(i.app_fls_ctrl_Handler) refers to drv_fls.o(i.fls_clr_interrupt_flag) for fls_clr_interrupt_flag + norflash.o(i.app_fls_ctrl_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + norflash.o(i.app_fls_ctrl_Handler) refers to norflash.o(.data) for .data + norflash.o(i.norflash_best_cfg_init) refers to drv_fls.o(i.fls_spi_init) for fls_spi_init + norflash.o(i.norflash_best_cfg_init) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_check_id) refers to norflash.o(i.norflash_read_id) for norflash_read_id + norflash.o(i.norflash_check_id) refers to tau_delay.o(i.delayUs) for delayUs + norflash.o(i.norflash_check_id) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dma_callback) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dma_read) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_transfer_create_handle_dma) for fls_transfer_create_handle_dma + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_dma_read_prepare) for fls_dma_read_prepare + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_transfer_dma) for fls_transfer_dma + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + norflash.o(i.norflash_dma_read) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dma_read) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_dma_read) refers to norflash.o(i.norflash_dma_callback) for norflash_dma_callback + norflash.o(i.norflash_dma_write) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_transfer_create_handle_dma) for fls_transfer_create_handle_dma + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_switch_fls_spi) for norflash_switch_fls_spi + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_dma_write_prepare) for fls_dma_write_prepare + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_transfer_dma) for fls_transfer_dma + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + norflash.o(i.norflash_dma_write) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_dma_write) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_dma_callback) for norflash_dma_callback + norflash.o(i.norflash_dma_write) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dual_read) refers to drv_fls.o(i.fls_ddat_enable) for fls_ddat_enable + norflash.o(i.norflash_dual_read) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_dual_read) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_switch_fls_spi) for norflash_switch_fls_spi + norflash.o(i.norflash_dual_write) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_dual_write) refers to drv_fls.o(i.fls_ddat_enable) for fls_ddat_enable + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_en4b) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_read_config_reg) for norflash_read_config_reg + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_en_quad) refers to norflash.o(i.norflash_en_quad_check) for norflash_en_quad_check + norflash.o(i.norflash_en_quad) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_en_quad) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_en_quad) refers to drv_fls.o(i.fls_busy_pending) for fls_busy_pending + norflash.o(i.norflash_en_quad) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_en_quad_check) refers to norflash.o(i.norflash_get_dual_hstatus) for norflash_get_dual_hstatus + norflash.o(i.norflash_en_quad_check) refers to norflash.o(i.norflash_get_hstatus) for norflash_get_hstatus + norflash.o(i.norflash_en_quad_check) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_en_quad_check) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_erase_block) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_erase_block) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_erase_block) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_erase_block) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_erase_chip) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_erase_chip) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_erase_chip) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_erase_sector) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_erase_sector) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_erase_sector) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_erase_sector) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_ex4b) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_read_config_reg) for norflash_read_config_reg + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_exit_quad) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_exit_quad) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_exit_quad) refers to norflash.o(i.norflash_en_quad_check) for norflash_en_quad_check + norflash.o(i.norflash_exit_quad) refers to drv_fls.o(i.fls_busy_pending) for fls_busy_pending + norflash.o(i.norflash_exit_quad) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_get_dual_hstatus) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_get_dual_hstatus) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_get_dual_hstatus) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_get_hstatus) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_get_hstatus) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_get_hstatus) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_get_status) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_get_status) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_get_status) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_get_default_spi_config) for fls_get_default_spi_config + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_get_default_fls_config) for fls_get_default_fls_config + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_get_default_tuning) for fls_get_default_tuning + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_init) for fls_init + norflash.o(i.norflash_init) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_init) refers to drv_fls.o(.data) for g_fls_tuning + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_qdat_enable) for fls_qdat_enable + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_qadr_enable) for fls_qadr_enable + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_qcmd_enable) for fls_qcmd_enable + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_switch_fls_spi) for norflash_switch_fls_spi + norflash.o(i.norflash_quad_write) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_quad_write) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_read) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_read_config_reg) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_read_id) refers to drv_fls.o(i.fls_read_cmd) for fls_read_cmd + norflash.o(i.norflash_set_best_cfg) refers to memseta.o(.text) for __aeabi_memclr4 + norflash.o(i.norflash_set_best_read_cfg) refers to norflash.o(i.norflash_en_quad) for norflash_en_quad + norflash.o(i.norflash_set_best_read_cfg) refers to norflash.o(.data) for .data + norflash.o(i.norflash_set_best_read_cfg) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_set_best_write_cfg) refers to norflash.o(i.norflash_en_quad) for norflash_en_quad + norflash.o(i.norflash_set_best_write_cfg) refers to norflash.o(.data) for .data + norflash.o(i.norflash_set_best_write_cfg) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_ddat_enable) for fls_ddat_enable + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_qdat_enable) for fls_qdat_enable + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_qadr_enable) for fls_qadr_enable + norflash.o(i.norflash_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_write) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_write_disable) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_write_disable) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write_disable) refers to norflash.o(.data) for .data + norflash.o(i.norflash_write_disable) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_write_enable) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_write_enable) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write_enable) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_write_enable) refers to norflash.o(.data) for .data + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_big_end_enable) for norflash_big_end_enable + norflash.o(i.norflash_write_endian_scr) refers to drv_fls.o(i.fls_en_scr) for fls_en_scr + norflash.o(i.norflash_write_endian_scr) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_big_end_clear) for norflash_big_end_clear + norflash.o(i.norflash_write_endian_scr) refers to drv_fls.o(i.fls_scr_clear) for fls_scr_clear + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_fifo_init) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_get_fifo_size) refers to dcs_packet_fifo.o(.bss) for .bss + drv_common.o(i.app_HardFault_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_common.o(i.app_SysTick_Handler) refers to drv_common.o(.data) for .data + drv_common.o(i.drv_common_enable_systick) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_common.o(i.drv_common_enable_systick) refers to drv_common.o(.data) for .data + drv_common.o(i.drv_common_get_tick) refers to drv_common.o(.data) for .data + drv_common.o(i.drv_common_system_init) refers to drv_chip_info.o(i.drv_chip_info_init) for drv_chip_info_init + drv_common.o(i.drv_common_systick_register_cb) refers to drv_common.o(.data) for .data + drv_dma.o(i.app_dma_irq_handler) refers to drv_dma.o(i.drv_dma_irq_handler) for drv_dma_irq_handler + drv_dma.o(i.drv_dma_abort_transfer) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_abort_transfer) refers to drv_dma.o(i.drv_dma_disenable_channel_interrupts) for drv_dma_disenable_channel_interrupts + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_disenable_channel_interrupts) for drv_dma_disenable_channel_interrupts + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_clear_flag) for drv_dma_clear_flag + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_set_ccr) for drv_dma_set_ccr + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_dma.o(i.drv_dma_clear_flag) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dma.o(i.drv_dma_create_handle) refers to drv_dma.o(.bss) for .bss + drv_dma.o(i.drv_dma_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dma.o(i.drv_dma_disenable_channel_interrupts) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dma.o(i.drv_dma_enable_channel_interrupts) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_dma.o(i.drv_dma_enable_cycle) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_get_remaining_bytes) refers to drv_dma.o(i.drv_dma_channel_is_active) for drv_dma_channel_is_active + drv_dma.o(i.drv_dma_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dma.o(i.drv_dma_init) refers to drv_dma.o(i.drv_dma_ahb_init) for drv_dma_ahb_init + drv_dma.o(i.drv_dma_irq_handler) refers to drv_dma.o(i.drv_dma_get_channel_flag) for drv_dma_get_channel_flag + drv_dma.o(i.drv_dma_irq_handler) refers to drv_dma.o(i.drv_dma_clear_flag) for drv_dma_clear_flag + drv_dma.o(i.drv_dma_irq_handler) refers to drv_dma.o(.bss) for .bss + drv_dma.o(i.drv_dma_m2m_init) refers to memseta.o(.text) for __aeabi_memclr4 + drv_dma.o(i.drv_dma_m2m_init) refers to drv_dma.o(i.drv_dma_init) for drv_dma_init + drv_dma.o(i.drv_dma_reset) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + drv_dma.o(i.drv_dma_set_burst) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_set_transfer) refers to drv_dma.o(i.drv_dma_set_burst) for drv_dma_set_burst + drv_dma.o(i.drv_dma_start_transfer) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + drv_dma.o(i.drv_dma_start_transfer) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to ffltui.o(.text) for __aeabi_ui2f + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to fdiv.o(.text) for __aeabi_fdiv + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to fmul.o(.text) for __aeabi_fmul + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) for drv_dsi_rx_get_color_bpp + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_color_pcc) for drv_dsi_rx_get_color_pcc + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to fadd.o(.text) for __aeabi_fadd + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to cfrcmple.o(.text) for __aeabi_cfrcmple + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to f2d.o(.text) for __aeabi_f2d + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to dadd.o(.text) for __aeabi_dadd + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to dfixui.o(.text) for __aeabi_d2uiz + drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_rx.o(i.drv_dsi_rx_get_phy_stopstate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) for drv_rx_phy_test_write_1_byte + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to drv_dsi_rx.o(i.drv_rx_phy_test_read) for drv_rx_phy_test_read + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) refers to drv_chip_info.o(i.drv_chip_info_get_info) for drv_chip_info_get_info + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_phy_common.o(i.drv_phy_get_para) for drv_phy_get_para + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_clear) for drv_rx_phy_test_clear + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) for drv_rx_phy_test_write_1_byte + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) for drv_rx_phy_test_write_2_byte + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_chip_info.o(i.drv_chip_info_get_info) for drv_chip_info_get_info + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_lock) for drv_rx_phy_test_lock + drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write) for drv_rx_phy_test_write + drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write) for drv_rx_phy_test_write + drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) for drv_tx_phy_test_write_1_byte + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to drv_dsi_tx.o(i.drv_tx_phy_test_read) for drv_tx_phy_test_read + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_tx.o(i.drv_dsi_tx_phy_trigger) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) for drv_dsi_tx_phy_status_stopstate + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) for drv_dsi_tx_phy_status_stopstate + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_pll_lock) for drv_dsi_tx_phy_status_pll_lock + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot) for drv_dsi_tx_phy_status_ulpsactivenot + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot) for drv_dsi_tx_phy_status_ulpsactivenot + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) for drv_tx_phy_test_write_1_byte + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_pll_lock) for drv_dsi_tx_phy_status_pll_lock + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_dsi_tx_version) for drv_dsi_tx_version + drv_dsi_tx.o(i.drv_dsi_tx_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_dsi_tx.o(i.drv_tx_phy_test_write) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_code) for drv_tx_phy_test_write_code + drv_dsi_tx.o(i.drv_tx_phy_test_write) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_data) for drv_tx_phy_test_write_data + drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write) for drv_tx_phy_test_write + drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write) for drv_tx_phy_test_write + drv_fls.o(i.drv_fls_gpio_connect) refers to drv_fls.o(i.drv_fls_gpio_disconnect) for drv_fls_gpio_disconnect + drv_fls.o(i.drv_fls_gpio_disconnect) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_EnableClk) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_busy_pending) refers to norflash.o(i.norflash_get_status) for norflash_get_status + drv_fls.o(i.fls_de_init) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + drv_fls.o(i.fls_de_init) refers to drv_dma.o(i.drv_dma_clear_flag) for drv_dma_clear_flag + drv_fls.o(i.fls_de_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_disable_it) refers to drv_fls.o(i.__NVIC_DisableIRQ) for __NVIC_DisableIRQ + drv_fls.o(i.fls_disable_it) refers to drv_fls.o(i.fls_set_mc_irq_mask) for fls_set_mc_irq_mask + drv_fls.o(i.fls_enable_it) refers to drv_fls.o(i.__NVIC_DisableIRQ) for __NVIC_DisableIRQ + drv_fls.o(i.fls_enable_it) refers to drv_fls.o(i.fls_set_mc_irq_mask) for fls_set_mc_irq_mask + drv_fls.o(i.fls_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_init) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_spi_init) for fls_spi_init + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_ctrl_cfg_init) for fls_ctrl_cfg_init + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_set_tuning) for fls_set_tuning + drv_fls.o(i.fls_init) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_enable_it) for fls_enable_it + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_set_mc_irq_mask) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_fls.o(i.fls_set_mc_irq_mask) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_set_write) for fls_set_write + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_set_write) for fls_set_write + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) for drv_ap_rst_trig_edge_detect + drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) refers to drv_gpio.o(.data) for .data + drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.drv_gpio_get_pull_state) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_register_ap_reset_callback) refers to drv_gpio.o(.data) for .data + drv_gpio.o(i.drv_gpio_register_callback) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.drv_gpio_set_driving_strength) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_gpio.o(i.drv_gpio_set_pull_state) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_set_schmitt_trigger) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_set_slew_rate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_i2c_dma.o(i.drv_i2c_dma_callback) refers to drv_i2c_dma.o(.data) for .data + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_i2c_master.o(i.drv_i2c_m_enable) for drv_i2c_m_enable + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) for drv_sys_cfg_set_dma_rx_req + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_dma.o(i.drv_dma_set_transfer) for drv_dma_set_transfer + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_i2c_dma.o(i.drv_i2c_master_write_read_cmd) for drv_i2c_master_write_read_cmd + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_dma.o(i.drv_dma_set_transfer) for drv_dma_set_transfer + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_i2c_dma.o(.data) for .data + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_i2c_dma.o(.bss) for .bss + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_i2c_dma.o(i.drv_i2c_dma_callback) for drv_i2c_dma_callback + drv_i2c_dma.o(i.drv_i2c_slave_write_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) refers to drv_param_init.o(i.drv_param_init_get_sclu_filter) for drv_param_init_get_sclu_filter + drv_lcdc.o(i.drv_lcdc_config_src_parameter) refers to drv_lcdc.o(i.drv_lcdc_config_input_size) for drv_lcdc_config_input_size + drv_lcdc.o(i.drv_lcdc_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_memc.o(i.app_MEMC_IRQn_Handler) refers to drv_memc.o(i.drv_memc_get_status) for drv_memc_get_status + drv_memc.o(i.app_MEMC_IRQn_Handler) refers to drv_memc.o(i.drv_memc_clear_status) for drv_memc_clear_status + drv_memc.o(i.app_MEMC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_memc.o(i.drv_memc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_memc.o(i.drv_memc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_param_init.o(i.drv_param_init_get_ccm) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_get_scld_filter_h) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_get_scld_filter_v) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_get_sclu_filter) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_set_ccm) refers to memcpya.o(.text) for __aeabi_memcpy4 + drv_param_init.o(i.drv_param_init_set_ccm) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_set_scld_filter) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_p2r_filter_init) refers to drv_param_init.o(.constdata) for .constdata + drv_rxbr.o(i.app_ADC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_rxbr.o(i.app_ADC_IRQn_Handler) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.app_VPRE_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_rxbr.o(i.app_VPRE_IRQn_Handler) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_rxbr.o(i.__NVIC_EnableIRQ) for __NVIC_EnableIRQ + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_rxbr.o(i.__NVIC_DisableIRQ) for __NVIC_DisableIRQ + drv_rxbr.o(i.drv_rxbr_register_irq0_callback) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.drv_rxbr_register_irq1_callback) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.drv_rxbr_set_cmd_filter) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_rxbr.o(i.drv_rxbr_soft_reset) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_dma.o(i.drv_dma_disenable_channel_interrupts) for drv_dma_disenable_channel_interrupts + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_master.o(i.drv_spi_m_enable_rx_dma) for drv_spi_m_enable_rx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_slave.o(i.drv_spi_s_enable_tx_dma) for drv_spi_s_enable_tx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_slave.o(i.drv_spi_s_enable_rx_dma) for drv_spi_s_enable_rx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_dma.o(.bss) for .bss + drv_spi_dma.o(i.drv_spi_dma_callback) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_dma_ch6_init) refers to drv_spi_dma.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_dma.o(i.drv_spi_dma_ch6_init) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_dma_init) refers to drv_spi_dma.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_dma.o(i.drv_spi_dma_init) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_spi_dma.o(.bss) for .bss + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_spi_dma.o(i.drv_spi_dma_callback) for drv_spi_dma_callback + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_spi_dma.o(.bss) for .bss + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_spi_dma.o(i.drv_spi_dma_callback) for drv_spi_dma_callback + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_spi_master.o(i.drv_spi_m_enable_rx_dma) for drv_spi_m_enable_rx_dma + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_spi_slave.o(i.drv_spi_s_enable_tx_dma) for drv_spi_s_enable_tx_dma + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_spi_dma.o(.bss) for .bss + drv_swire.o(i.app_SWIRE_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_swire.o(i.app_SWIRE_IRQn_Handler) refers to drv_swire.o(i.drv_swire_set_int) for drv_swire_set_int + drv_swire.o(i.app_SWIRE_IRQn_Handler) refers to drv_swire.o(.data) for .data + drv_swire.o(i.drv_swire_register_callback) refers to drv_swire.o(.data) for .data + drv_swire.o(i.drv_swire_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) for drv_sys_cfg_sel_ap_rst_lvl_trig + drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) refers to drv_sys_cfg.o(.data) for .data + drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) for drv_sys_cfg_sel_ap_rst_lvl_trig + drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) refers to drv_sys_cfg.o(.data) for .data + drv_timer.o(i.app_TIMER0_IRQn_Handler) refers to drv_timer.o(i.drv_timer_clear_status_flags) for drv_timer_clear_status_flags + drv_timer.o(i.app_TIMER0_IRQn_Handler) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + drv_timer.o(i.app_TIMER0_IRQn_Handler) refers to drv_timer.o(.bss) for .bss + drv_timer.o(i.app_TIMER1_IRQn_Handler) refers to drv_timer.o(i.drv_timer_clear_status_flags) for drv_timer_clear_status_flags + drv_timer.o(i.app_TIMER1_IRQn_Handler) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + drv_timer.o(i.app_TIMER1_IRQn_Handler) refers to drv_timer.o(.bss) for .bss + drv_timer.o(i.app_TIMER2_IRQn_Handler) refers to drv_timer.o(i.drv_timer_clear_status_flags) for drv_timer_clear_status_flags + drv_timer.o(i.app_TIMER2_IRQn_Handler) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + drv_timer.o(i.app_TIMER2_IRQn_Handler) refers to drv_timer.o(.bss) for .bss + drv_timer.o(i.app_TIMER3_IRQn_Handler) refers to drv_timer.o(i.drv_timer_clear_status_flags) for drv_timer_clear_status_flags + drv_timer.o(i.app_TIMER3_IRQn_Handler) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + drv_timer.o(i.app_TIMER3_IRQn_Handler) refers to drv_timer.o(i.drv_timer_set_match) for drv_timer_set_match + drv_timer.o(i.app_TIMER3_IRQn_Handler) refers to drv_timer.o(i.drv_timer_set_current_count) for drv_timer_set_current_count + drv_timer.o(i.app_TIMER3_IRQn_Handler) refers to drv_timer.o(.bss) for .bss + drv_timer.o(i.drv_timer_clean_timer_value) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_clear_status_flags) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_clear_status_flags) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_timer.o(i.drv_timer_enable) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_get_current_count) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_get_instance) refers to drv_timer.o(.constdata) for .constdata + drv_timer.o(i.drv_timer_get_match) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_get_prescaler) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_register_callback) refers to drv_timer.o(.bss) for .bss + drv_timer.o(i.drv_timer_set_current_count) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_timer.o(i.drv_timer_set_match) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_set_prescaler) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_vidc.o(i.app_VIDC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_vidc.o(i.app_VIDC_IRQn_Handler) refers to drv_vidc.o(.data) for .data + drv_vidc.o(i.drv_vidc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_vidc.o(i.drv_vidc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_vidc.o(i.drv_vidc_register_callback) refers to drv_vidc.o(.data) for .data + irq_redirect .o(i.ADC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.AP_NRESET_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.DMA_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT0_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT1_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT2_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT3_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT4_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT5_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT6_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT7_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.FLSCTRL_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.HardFault_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.I2C0_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.I2C1_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.LCDC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.MEMC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.MIPI_RX_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.MIPI_TX_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.PWMDET_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SPIM_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SPIS_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SWIRE_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SysTick_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER0_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER1_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER2_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER3_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.UART_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.VIDC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.VPRE_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.WDG_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.handle_init) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.handle_init) refers to drv_common.o(i.app_SysTick_Handler) for app_SysTick_Handler + irq_redirect .o(i.handle_init) refers to hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) for app_LCDC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) for app_MIPI_RX_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) for app_MIPI_TX_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_dma.o(i.app_dma_irq_handler) for app_dma_irq_handler + irq_redirect .o(i.handle_init) refers to norflash.o(i.app_fls_ctrl_Handler) for app_fls_ctrl_Handler + irq_redirect .o(i.handle_init) refers to drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) for app_I2C0_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_i2c_master.o(i.app_I2C1_IRQn_Handler) for app_I2C1_IRQn_Handler + irq_redirect .o(i.handle_init) refers to hal_spi_slave.o(i.app_SPIS_IRQn_Handler) for app_SPIS_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_spi_master.o(i.app_SPIM_IRQn_Handler) for app_SPIM_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_rxbr.o(i.app_VPRE_IRQn_Handler) for app_VPRE_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_rxbr.o(i.app_ADC_IRQn_Handler) for app_ADC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_vidc.o(i.app_VIDC_IRQn_Handler) for app_VIDC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_memc.o(i.app_MEMC_IRQn_Handler) for app_MEMC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER0_IRQn_Handler) for app_TIMER0_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER1_IRQn_Handler) for app_TIMER1_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER2_IRQn_Handler) for app_TIMER2_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER3_IRQn_Handler) for app_TIMER3_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_wdg.o(i.app_WDG_IRQn_Handler) for app_WDG_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_uart.o(i.app_UART_IRQn_Handler) for app_UART_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_pwm.o(i.app_PWMDET_IRQn_Handler) for app_PWMDET_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_swire.o(i.app_SWIRE_IRQn_Handler) for app_SWIRE_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) for app_AP_NRESET_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) for app_EXTI_INT0_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) for app_EXTI_INT1_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) for app_EXTI_INT2_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) for app_EXTI_INT3_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) for app_EXTI_INT4_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) for app_EXTI_INT5_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) for app_EXTI_INT6_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) for app_EXTI_INT7_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_common.o(i.app_HardFault_Handler) for app_HardFault_Handler + drv_phy_common.o(i.drv_phy_get_calibration) refers to drv_chip_info.o(i.drv_chip_info_get_info) for drv_chip_info_get_info + drv_phy_common.o(i.drv_phy_get_calibration) refers to drv_efuse.o(i.drv_efuse_read) for drv_efuse_read + drv_phy_common.o(i.drv_phy_get_calibration) refers to drv_phy_common.o(.data) for .data + drv_phy_common.o(i.drv_phy_get_para) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_phy_common.o(i.drv_phy_get_para) refers to drv_phy_common.o(.constdata) for .constdata + drv_i2c_master.o(i.app_I2C1_IRQn_Handler) refers to drv_i2c_master.o(.data) for .data + drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) refers to drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_master.o(i.drv_i2c_m_enable_intr) refers to drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_master.o(i.drv_i2c_m_read_data) refers to drv_i2c_master.o(i.drv_i2c_m_get_fifo_status) for drv_i2c_m_get_fifo_status + drv_i2c_master.o(i.drv_i2c_m_set_callback) refers to drv_i2c_master.o(.data) for .data + drv_i2c_master.o(i.drv_i2c_m_set_sys_mask) refers to drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_master.o(i.drv_i2c_m_write_data) refers to drv_i2c_master.o(i.drv_i2c_m_get_fifo_status) for drv_i2c_m_get_fifo_status + drv_i2c_master.o(i.drv_i2c_master_init) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_i2c_master.o(i.drv_i2c_master_init) refers to drv_common.o(.data) for g_system_clock + drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) refers to drv_i2c_slave.o(.data) for .data + drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) refers to drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_slave.o(i.drv_i2c_s_enable_intr) refers to drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_slave.o(i.drv_i2c_s_get_tx_byte_num) refers to drv_i2c_slave.o(.data) for .data + drv_i2c_slave.o(i.drv_i2c_s_read_data) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + drv_i2c_slave.o(i.drv_i2c_s_set_callback) refers to drv_i2c_slave.o(.data) for .data + drv_i2c_slave.o(i.drv_i2c_s_set_sys_mask) refers to drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_slave.o(i.drv_i2c_s_write_data) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + drv_spi_master.o(i.app_SPIM_IRQn_Handler) refers to drv_spi_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_master.o(i.app_SPIM_IRQn_Handler) refers to drv_spi_master.o(.data) for .data + drv_spi_master.o(i.drv_spi_m_deinit) refers to drv_spi_master.o(i.drv_spi_m_switch_sclk) for drv_spi_m_switch_sclk + drv_spi_master.o(i.drv_spi_m_disable_int) refers to drv_spi_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_master.o(i.drv_spi_m_set_intr_callback) refers to drv_spi_master.o(.data) for .data + drv_spi_master.o(i.drv_spi_master_init) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_spi_master.o(i.drv_spi_master_init) refers to drv_common.o(.data) for g_system_clock + drv_chip_info.o(i.drv_chip_info_get_info) refers to drv_chip_info.o(.data) for .data + drv_chip_info.o(i.drv_chip_info_init) refers to drv_efuse.o(i.drv_efuse_enter_inactive) for drv_efuse_enter_inactive + drv_chip_info.o(i.drv_chip_info_init) refers to drv_efuse.o(i.drv_efuse_read) for drv_efuse_read + drv_chip_info.o(i.drv_chip_info_init) refers to drv_chip_info.o(.data) for .data + drv_chip_info.o(i.drv_chip_rx_info_check) refers to printfa.o(i.__0printf) for __2printf + drv_chip_info.o(i.drv_chip_rx_info_check) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_chip_info.o(i.drv_chip_rx_info_check) refers to drv_chip_info.o(.data) for .data + drv_dsc_dec.o(i.drv_dsc_dec_enable) refers to drv_efuse.o(i.drv_efuse_enter_inactive) for drv_efuse_enter_inactive + drv_dsc_dec.o(i.drv_dsc_dec_enable) refers to drv_efuse.o(i.drv_efuse_read) for drv_efuse_read + drv_dsc_dec.o(i.drv_dsc_dec_enable) refers to printfa.o(i.__0printf) for __2printf + hal_spi_slave.o(i.app_SPIS_IRQn_Handler) refers to hal_spi_slave.o(i.__NVIC_SetPriority) for __NVIC_SetPriority + hal_spi_slave.o(i.app_SPIS_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_spi_slave.o(i.app_SPIS_IRQn_Handler) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_spi_slave.o(i.hal_spi_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_init_input) for hal_gpio_init_input + hal_spi_slave.o(i.hal_spi_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_abort) refers to drv_spi_dma.o(i.drv_spi_abort_dma) for drv_spi_abort_dma + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start) refers to drv_dma.o(i.drv_dma_enable_cycle) for drv_dma_enable_cycle + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start) refers to drv_spi_dma.o(i.drv_spis_dma_write) for drv_spis_dma_write + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_deinit) refers to drv_spi_slave.o(i.drv_spi_s_deinit) for drv_spi_s_deinit + hal_spi_slave.o(i.hal_spi_slave_enable) refers to drv_spi_slave.o(i.drv_spi_s_enable_int) for drv_spi_s_enable_int + hal_spi_slave.o(i.hal_spi_slave_enable) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_spi_slave.o(i.hal_spi_slave_enable) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_gpio_init) refers to drv_spi_slave.o(i.drv_spi_s_gpio_init) for drv_spi_s_gpio_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to hal_spi_slave.o(i.hal_spi_slave_gpio_init) for hal_spi_slave_gpio_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_slave.o(i.drv_spi_slave_init) for drv_spi_slave_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_dma.o(i.drv_spi_dma_init) for drv_spi_dma_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) for drv_spi_set_dma_irq_callback + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_slave.o(i.drv_spi_s_enable_tx_dma) for drv_spi_s_enable_tx_dma + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + hal_spi_slave.o(i.hal_spi_slave_init) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_read_data) refers to drv_spi_slave.o(i.drv_spi_s_read_data) for drv_spi_s_read_data + hal_spi_slave.o(i.hal_spi_slave_register_callback) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_reset_tx) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_set_auto_rx_buffer) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_set_auto_tx_buffer) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_write_data) refers to drv_spi_slave.o(i.drv_spi_s_write_data) for drv_spi_s_write_data + drv_fls_dma.o(i.fls_abort_dma) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_fls_dma.o(i.fls_abort_dma) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls_dma.o(i.fls_dma_enable) for fls_dma_enable + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_set_write) for fls_set_write + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls_dma.o(i.fls_dma_enable) for fls_dma_enable + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls_dma.o(i.fls_read_dmacallback) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to memseta.o(.text) for __aeabi_memclr4 + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_dma.o(i.drv_dma_init) for drv_dma_init + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_fls_dma.o(.data) for .data + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_fls_dma.o(i.fls_read_dmacallback) for fls_read_dmacallback + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_fls_dma.o(i.fls_write_dmacallback) for fls_write_dmacallback + drv_fls_dma.o(i.fls_transfer_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_fls_dma.o(i.fls_transfer_dma) refers to drv_dma.o(i.drv_dma_start_transfer) for drv_dma_start_transfer + drv_fls_dma.o(i.fls_transfer_get_receive_count_dma) refers to drv_dma.o(i.drv_dma_get_remaining_bytes) for drv_dma_get_remaining_bytes + drv_fls_dma.o(i.fls_write_dmacallback) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_pwm.o(i.app_PWMDET_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_pwm.o(i.app_PWMDET_IRQn_Handler) refers to drv_pwm.o(.data) for .data + drv_pwm.o(i.drv_pwm_in_register_callback) refers to drv_pwm.o(.data) for .data + drv_pwm.o(i.drv_pwm_in_set_sys_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_uart.o(i.UART0_IRQ_Handle) refers to drv_uart.o(i.UART_TransferHandleIRQ) for UART_TransferHandleIRQ + drv_uart.o(i.UART0_IRQ_Handle) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_uart.o(i.UART0_IRQ_Handle) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_AbortReceive) refers to drv_uart.o(i.UART_Disable_IT) for UART_Disable_IT + drv_uart.o(i.UART_AbortReceive) refers to drv_uart.o(i.UART_ResetRxFIFO) for UART_ResetRxFIFO + drv_uart.o(i.UART_AbortSend) refers to drv_uart.o(i.UART_Disable_IT) for UART_Disable_IT + drv_uart.o(i.UART_AbortSend) refers to drv_uart.o(i.UART_ResetTxFIFO) for UART_ResetTxFIFO + drv_uart.o(i.UART_Deinit) refers to drv_uart.o(i.UART_SwitchSCLK) for UART_SwitchSCLK + drv_uart.o(i.UART_Disable_IT) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_Disable_IT) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_uart.o(i.UART_Disable_IT) refers to drv_uart.o(.constdata) for .constdata + drv_uart.o(i.UART_EnableDma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) for drv_sys_cfg_set_dma_rx_req + drv_uart.o(i.UART_EnableDma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + drv_uart.o(i.UART_Enable_IT) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_Enable_IT) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_uart.o(i.UART_GetDefaultConfig) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart.o(i.UART_GetDefaultConfig) refers to drv_common.o(.data) for g_system_clock + drv_uart.o(i.UART_GetFIFO_Ctrl) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_GetFIFO_Ctrl) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_ResetRxFIFO) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_ResetRxFIFO) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_ResetTxFIFO) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_ResetTxFIFO) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_SetBaudRate) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_uart.o(i.UART_SwitchSCLK) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_uart.o(i.UART_TransferCreateHandle) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_TransferCreateHandle) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart.o(i.UART_TransferCreateHandle) refers to drv_uart.o(i.UART_Enable_IT) for UART_Enable_IT + drv_uart.o(i.UART_TransferCreateHandle) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_TransferHandleIRQ) refers to drv_uart.o(i.UART_ResetRxFIFO) for UART_ResetRxFIFO + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_DisableDma) for UART_DisableDma + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_SwitchSCLK) for UART_SwitchSCLK + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_SetBaudRate) for UART_SetBaudRate + drv_uart.o(i.UART_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_uart.o(i.UART_init) refers to drv_uart.o(.data) for .data + drv_uart.o(i.app_UART_IRQn_Handler) refers to drv_uart.o(i.UART0_IRQ_Handle) for UART0_IRQ_Handle + drv_uart_dma.o(i.UART_DMAInit) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart_dma.o(i.UART_DMAInit) refers to drv_dma.o(i.drv_dma_init) for drv_dma_init + drv_uart_dma.o(i.UART_TransferAbortReceiveDMA) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_uart_dma.o(i.UART_TransferAbortSendDMA) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart.o(i.UART_EnableDma) for UART_EnableDma + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(i.UART_DMAInit) for UART_DMAInit + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(.data) for .data + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(i.UART_TransferReceiveDMACallback) for UART_TransferReceiveDMACallback + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(i.UART_TransferSendDMACallback) for UART_TransferSendDMACallback + drv_uart_dma.o(i.UART_TransferGetReceiveCountDMA) refers to drv_dma.o(i.drv_dma_get_remaining_bytes) for drv_dma_get_remaining_bytes + drv_uart_dma.o(i.UART_TransferReceiveDMA) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_uart_dma.o(i.UART_TransferReceiveDMA) refers to drv_uart.o(i.UART_EnableDma) for UART_EnableDma + drv_uart_dma.o(i.UART_TransferReceiveDMA) refers to drv_dma.o(i.drv_dma_start_transfer) for drv_dma_start_transfer + drv_uart_dma.o(i.UART_TransferSendDMA) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_uart_dma.o(i.UART_TransferSendDMA) refers to drv_uart.o(i.UART_EnableDma) for UART_EnableDma + drv_uart_dma.o(i.UART_TransferSendDMA) refers to drv_dma.o(i.drv_dma_start_transfer) for drv_dma_start_transfer + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(i.drv_wdg_read_edge_flag) for drv_wdg_read_edge_flag + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(i.drv_wdg_clear_edge_flag) for drv_wdg_clear_edge_flag + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(i.drv_wdg_set_int) for drv_wdg_set_int + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(.data) for .data + drv_wdg.o(i.drv_wdg_register_callback) refers to drv_wdg.o(.data) for .data + drv_wdg.o(i.drv_wdg_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_efuse.o(i.drv_efuse_enter_inactive) refers to drv_efuse.o(i.drv_efuse_int_enable) for drv_efuse_int_enable + drv_efuse.o(i.drv_efuse_read) refers to drv_efuse.o(i.drv_efuse_read_req) for drv_efuse_read_req + drv_efuse.o(i.drv_efuse_write) refers to drv_efuse.o(i.drv_efuse_write_req) for drv_efuse_write_req + drv_spi_slave.o(i.drv_spi_s_deinit) refers to drv_spi_slave.o(i.drv_spi_s_switch_sclk) for drv_spi_s_switch_sclk + ceil.o(i.__softfp_ceil) refers (Special) to iusefp.o(.text) for __I$use$fp + ceil.o(i.__softfp_ceil) refers to ceil.o(i.ceil) for ceil + ceil.o(i.ceil) refers (Special) to iusefp.o(.text) for __I$use$fp + ceil.o(i.ceil) refers to dadd.o(.text) for __aeabi_dadd + ceil.o(i.ceil) refers to cdrcmple.o(.text) for __aeabi_cdrcmple + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry10a.o(.ARM.Collect$$$$0000000D) for __rt_final_cpp + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry11a.o(.ARM.Collect$$$$0000000F) for __rt_final_exit + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry7b.o(.ARM.Collect$$$$00000008) for _main_clock + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry8b.o(.ARM.Collect$$$$0000000A) for _main_cpp_init + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry9a.o(.ARM.Collect$$$$0000000B) for _main_init + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry5.o(.ARM.Collect$$$$00000004) for _main_scatterload + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry2.o(.ARM.Collect$$$$00000001) for _main_stk + idiv.o(.text) refers to uidiv.o(.text) for __aeabi_uidivmod + printfb.o(i.__0fprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0fprintf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0printf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0printf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0printf$bare) refers to stdout.o(.data) for __stdout + printfb.o(i.__0snprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0snprintf$bare) refers to printfb.o(i._snputc) for _snputc + printfb.o(i.__0sprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0sprintf$bare) refers to printfb.o(i._sputc) for _sputc + printfb.o(i.__0vfprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vfprintf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0vprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vprintf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0vprintf$bare) refers to stdout.o(.data) for __stdout + printfb.o(i.__0vsnprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vsnprintf$bare) refers to printfb.o(i._snputc) for _snputc + printfb.o(i.__0vsprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vsprintf$bare) refers to printfb.o(i._sputc) for _sputc + printf0.o(i.__0fprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0fprintf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0printf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0printf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0printf$0) refers to stdout.o(.data) for __stdout + printf0.o(i.__0snprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0snprintf$0) refers to printf0.o(i._snputc) for _snputc + printf0.o(i.__0sprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0sprintf$0) refers to printf0.o(i._sputc) for _sputc + printf0.o(i.__0vfprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vfprintf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0vprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vprintf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0vprintf$0) refers to stdout.o(.data) for __stdout + printf0.o(i.__0vsnprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vsnprintf$0) refers to printf0.o(i._snputc) for _snputc + printf0.o(i.__0vsprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vsprintf$0) refers to printf0.o(i._sputc) for _sputc + printf1.o(i.__0fprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0fprintf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0printf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0printf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0printf$1) refers to stdout.o(.data) for __stdout + printf1.o(i.__0snprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0snprintf$1) refers to printf1.o(i._snputc) for _snputc + printf1.o(i.__0sprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0sprintf$1) refers to printf1.o(i._sputc) for _sputc + printf1.o(i.__0vfprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vfprintf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0vprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vprintf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0vprintf$1) refers to stdout.o(.data) for __stdout + printf1.o(i.__0vsnprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vsnprintf$1) refers to printf1.o(i._snputc) for _snputc + printf1.o(i.__0vsprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vsprintf$1) refers to printf1.o(i._sputc) for _sputc + printf1.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printf2.o(i.__0fprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0fprintf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0printf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0printf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0printf$2) refers to stdout.o(.data) for __stdout + printf2.o(i.__0snprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0snprintf$2) refers to printf2.o(i._snputc) for _snputc + printf2.o(i.__0sprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0sprintf$2) refers to printf2.o(i._sputc) for _sputc + printf2.o(i.__0vfprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vfprintf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0vprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vprintf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0vprintf$2) refers to stdout.o(.data) for __stdout + printf2.o(i.__0vsnprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vsnprintf$2) refers to printf2.o(i._snputc) for _snputc + printf2.o(i.__0vsprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vsprintf$2) refers to printf2.o(i._sputc) for _sputc + printf3.o(i.__0fprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0fprintf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0printf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0printf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0printf$3) refers to stdout.o(.data) for __stdout + printf3.o(i.__0snprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0snprintf$3) refers to printf3.o(i._snputc) for _snputc + printf3.o(i.__0sprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0sprintf$3) refers to printf3.o(i._sputc) for _sputc + printf3.o(i.__0vfprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vfprintf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0vprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vprintf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0vprintf$3) refers to stdout.o(.data) for __stdout + printf3.o(i.__0vsnprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vsnprintf$3) refers to printf3.o(i._snputc) for _snputc + printf3.o(i.__0vsprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vsprintf$3) refers to printf3.o(i._sputc) for _sputc + printf3.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printf4.o(i.__0fprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0fprintf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0printf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0printf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0printf$4) refers to stdout.o(.data) for __stdout + printf4.o(i.__0snprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0snprintf$4) refers to printf4.o(i._snputc) for _snputc + printf4.o(i.__0sprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0sprintf$4) refers to printf4.o(i._sputc) for _sputc + printf4.o(i.__0vfprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vfprintf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0vprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vprintf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0vprintf$4) refers to stdout.o(.data) for __stdout + printf4.o(i.__0vsnprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vsnprintf$4) refers to printf4.o(i._snputc) for _snputc + printf4.o(i.__0vsprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vsprintf$4) refers to printf4.o(i._sputc) for _sputc + printf4.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printf5.o(i.__0fprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0fprintf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0printf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0printf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0printf$5) refers to stdout.o(.data) for __stdout + printf5.o(i.__0snprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0snprintf$5) refers to printf5.o(i._snputc) for _snputc + printf5.o(i.__0sprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0sprintf$5) refers to printf5.o(i._sputc) for _sputc + printf5.o(i.__0vfprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vfprintf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0vprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vprintf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0vprintf$5) refers to stdout.o(.data) for __stdout + printf5.o(i.__0vsnprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vsnprintf$5) refers to printf5.o(i._snputc) for _snputc + printf5.o(i.__0vsprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vsprintf$5) refers to printf5.o(i._sputc) for _sputc + printf5.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printf6.o(i.__0fprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0fprintf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0printf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0printf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0printf$6) refers to stdout.o(.data) for __stdout + printf6.o(i.__0snprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0snprintf$6) refers to printf6.o(i._snputc) for _snputc + printf6.o(i.__0sprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0sprintf$6) refers to printf6.o(i._sputc) for _sputc + printf6.o(i.__0vfprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vfprintf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0vprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vprintf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0vprintf$6) refers to stdout.o(.data) for __stdout + printf6.o(i.__0vsnprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vsnprintf$6) refers to printf6.o(i._snputc) for _snputc + printf6.o(i.__0vsprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vsprintf$6) refers to printf6.o(i._sputc) for _sputc + printf6.o(i._printf_core) refers to printf6.o(i._printf_pre_padding) for _printf_pre_padding + printf6.o(i._printf_core) refers to printf6.o(i._printf_post_padding) for _printf_post_padding + printf6.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printf7.o(i.__0fprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0fprintf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0printf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0printf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0printf$7) refers to stdout.o(.data) for __stdout + printf7.o(i.__0snprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0snprintf$7) refers to printf7.o(i._snputc) for _snputc + printf7.o(i.__0sprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0sprintf$7) refers to printf7.o(i._sputc) for _sputc + printf7.o(i.__0vfprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vfprintf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0vprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vprintf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0vprintf$7) refers to stdout.o(.data) for __stdout + printf7.o(i.__0vsnprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vsnprintf$7) refers to printf7.o(i._snputc) for _snputc + printf7.o(i.__0vsprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vsprintf$7) refers to printf7.o(i._sputc) for _sputc + printf7.o(i._printf_core) refers to printf7.o(i._printf_pre_padding) for _printf_pre_padding + printf7.o(i._printf_core) refers to printf7.o(i._printf_post_padding) for _printf_post_padding + printf7.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printf8.o(i.__0fprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0fprintf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0printf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0printf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0printf$8) refers to stdout.o(.data) for __stdout + printf8.o(i.__0snprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0snprintf$8) refers to printf8.o(i._snputc) for _snputc + printf8.o(i.__0sprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0sprintf$8) refers to printf8.o(i._sputc) for _sputc + printf8.o(i.__0vfprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vfprintf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0vprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vprintf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0vprintf$8) refers to stdout.o(.data) for __stdout + printf8.o(i.__0vsnprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vsnprintf$8) refers to printf8.o(i._snputc) for _snputc + printf8.o(i.__0vsprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vsprintf$8) refers to printf8.o(i._sputc) for _sputc + printf8.o(i._printf_core) refers to printf8.o(i._printf_pre_padding) for _printf_pre_padding + printf8.o(i._printf_core) refers to printf8.o(i._printf_post_padding) for _printf_post_padding + printf8.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printfa.o(i.__0fprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0fprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0fprintf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0printf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0printf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0printf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0printf) refers to stdout.o(.data) for __stdout + printfa.o(i.__0snprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0snprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0snprintf) refers to printfa.o(i._snputc) for _snputc + printfa.o(i.__0sprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0sprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0sprintf) refers to printfa.o(i._sputc) for _sputc + printfa.o(i.__0vfprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vfprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vfprintf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0vprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vprintf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0vprintf) refers to stdout.o(.data) for __stdout + printfa.o(i.__0vsnprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vsnprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vsnprintf) refers to printfa.o(i._snputc) for _snputc + printfa.o(i.__0vsprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vsprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vsprintf) refers to printfa.o(i._sputc) for _sputc + printfa.o(i._fp_digits) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._fp_digits) refers to dmul.o(.text) for __aeabi_dmul + printfa.o(i._fp_digits) refers to ddiv.o(.text) for __aeabi_ddiv + printfa.o(i._fp_digits) refers to cdrcmple.o(.text) for __aeabi_cdrcmple + printfa.o(i._fp_digits) refers to dadd.o(.text) for __aeabi_dadd + printfa.o(i._fp_digits) refers to dfixul.o(.text) for __aeabi_d2ulz + printfa.o(i._fp_digits) refers to uldiv.o(.text) for __aeabi_uldivmod + printfa.o(i._printf_core) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._printf_core) refers to printfa.o(i._printf_pre_padding) for _printf_pre_padding + printfa.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printfa.o(i._printf_core) refers to printfa.o(i._printf_post_padding) for _printf_post_padding + printfa.o(i._printf_core) refers to printfa.o(i._fp_digits) for _fp_digits + printfa.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printfa.o(i._printf_post_padding) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._printf_pre_padding) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._snputc) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._sputc) refers (Special) to iusefp.o(.text) for __I$use$fp + fadd.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fadd.o(.text) refers to fepilogue.o(.text) for _float_epilogue + fmul.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fdiv.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fdiv.o(.text) refers to fepilogue.o(.text) for _float_round + fscalb.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dadd.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dadd.o(.text) refers to llshl.o(.text) for __aeabi_llsl + dadd.o(.text) refers to llsshr.o(.text) for __aeabi_lasr + dadd.o(.text) refers to depilogue.o(.text) for _double_epilogue + dmul.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dmul.o(.text) refers to depilogue.o(.text) for _double_epilogue + ddiv.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + ddiv.o(.text) refers to depilogue.o(.text) for _double_round + fflti.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fflti.o(.text) refers to fepilogue.o(.text) for _float_epilogue + ffltui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + ffltui.o(.text) refers to fepilogue.o(.text) for _float_epilogue + dflti.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dflti.o(.text) refers to depilogue.o(.text) for _double_epilogue + dfltui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfltui.o(.text) refers to depilogue.o(.text) for _double_epilogue + ffixi.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + ffixui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfixi.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfixi.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dfixui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfixui.o(.text) refers to llushr.o(.text) for __aeabi_llsr + f2d.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + cfrcmple.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + entry2.o(.ARM.Collect$$$$00000001) refers to entry2.o(.ARM.Collect$$$$00002712) for __lit__00000000 + entry2.o(.ARM.Collect$$$$00002712) refers to startup_armcm0.o(STACK) for __initial_sp + entry2.o(__vectab_stack_and_reset_area) refers to startup_armcm0.o(STACK) for __initial_sp + entry2.o(__vectab_stack_and_reset_area) refers to entry.o(.ARM.Collect$$$$00000000) for __main + entry5.o(.ARM.Collect$$$$00000004) refers to init.o(.text) for __scatterload + entry9a.o(.ARM.Collect$$$$0000000B) refers to main.o(i.main) for main + entry9b.o(.ARM.Collect$$$$0000000C) refers to main.o(i.main) for main + uldiv.o(.text) refers to llushr.o(.text) for __aeabi_llsr + uldiv.o(.text) refers to llshl.o(.text) for __aeabi_llsl + depilogue.o(.text) refers to depilogue.o(i.__ARM_clz) for __ARM_clz + depilogue.o(.text) refers to llshl.o(.text) for __aeabi_llsl + depilogue.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dfixul.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dfixul.o(.text) refers to llshl.o(.text) for __aeabi_llsl + init.o(.text) refers to entry5.o(.ARM.Collect$$$$00000004) for __main_after_scatterload + + +============================================================================== + +Removing Unused input sections from the image. + + Removing main.o(.rev16_text), (4 bytes). + Removing main.o(.revsh_text), (4 bytes). + Removing ap_demo.o(.rev16_text), (4 bytes). + Removing ap_demo.o(.revsh_text), (4 bytes). + Removing ap_demo.o(i.Gpio_LED_ON_output), (78 bytes). + Removing ap_demo.o(.data), (1 bytes). + Removing ap_demo.o(.data), (1 bytes). + Removing ap_demo.o(.data), (1 bytes). + Removing ap_demo.o(.data), (1 bytes). + Removing ap_demo.o(.data), (256 bytes). + Removing ap_demo.o(.data), (256 bytes). + Removing ap_demo.o(.data), (4 bytes). + Removing app_tp_for_custom_s8.o(.rev16_text), (4 bytes). + Removing app_tp_for_custom_s8.o(.revsh_text), (4 bytes). + Removing app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data), (868 bytes). + Removing app_tp_for_custom_s8.o(i.app_tp_screen_analysis_const), (56 bytes). + Removing app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int), (624 bytes). + Removing app_tp_for_custom_s8.o(.bss), (200 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (152 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (37 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (1 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (3 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (3 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (1 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (11 bytes). + Removing app_tp_for_custom_s8.o(.data), (10 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (3 bytes). + Removing app_tp_for_custom_s8.o(.data), (5 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (48 bytes). + Removing app_tp_for_custom_s8.o(.data), (64 bytes). + Removing app_tp_for_custom_s8.o(.data), (3 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (32 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_transfer.o(.rev16_text), (4 bytes). + Removing app_tp_transfer.o(.revsh_text), (4 bytes). + Removing app_tp_transfer.o(i.S20_Start_init), (264 bytes). + Removing app_tp_transfer.o(i.app_tp_i2cs_callback), (10 bytes). + Removing app_tp_transfer.o(i.app_tp_init), (108 bytes). + Removing app_tp_transfer.o(i.app_tp_m_read), (32 bytes). + Removing app_tp_transfer.o(i.app_tp_m_transfer_complate), (8 bytes). + Removing app_tp_transfer.o(i.app_tp_m_write), (8 bytes). + Removing app_tp_transfer.o(i.app_tp_phone_clear_reset_on), (12 bytes). + Removing app_tp_transfer.o(i.app_tp_phone_reset_on), (12 bytes). + Removing app_tp_transfer.o(i.app_tp_s_read), (8 bytes). + Removing app_tp_transfer.o(i.app_tp_s_transfer_complate), (26 bytes). + Removing app_tp_transfer.o(i.app_tp_s_write), (8 bytes). + Removing app_tp_transfer.o(i.app_tp_screen_init), (48 bytes). + Removing app_tp_transfer.o(i.app_tp_screen_int_callback), (12 bytes). + Removing app_tp_transfer.o(i.app_tp_screen_int_init), (56 bytes). + Removing app_tp_transfer.o(i.app_tp_screen_int_lvl_low), (4 bytes). + Removing app_tp_transfer.o(i.app_tp_transfer_phone), (48 bytes). + Removing app_tp_transfer.o(i.app_tp_transfer_screen_const), (64 bytes). + Removing app_tp_transfer.o(i.app_tp_transfer_screen_int), (260 bytes). + Removing app_tp_transfer.o(i.app_tp_transfer_screen_start), (24 bytes). + Removing app_tp_transfer.o(.bss), (400 bytes). + Removing app_tp_transfer.o(.data), (23 bytes). + Removing app_tp_transfer.o(.data), (3 bytes). + Removing app_tp_transfer.o(.data), (3 bytes). + Removing app_tp_transfer.o(.data), (5 bytes). + Removing app_tp_transfer.o(.data), (6 bytes). + Removing app_tp_transfer.o(.data), (2 bytes). + Removing app_tp_transfer.o(.data), (3 bytes). + Removing app_tp_transfer.o(.data), (1 bytes). + Removing app_tp_transfer.o(.data), (2 bytes). + Removing app_tp_transfer.o(.data), (2 bytes). + Removing board.o(.rev16_text), (4 bytes). + Removing board.o(.revsh_text), (4 bytes). + Removing startup_armcm0.o(HEAP), (3072 bytes). + Removing hal_dsi_rx_ctrl.o(.rev16_text), (4 bytes). + Removing hal_dsi_rx_ctrl.o(.revsh_text), (4 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_ack_long_cmd), (88 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_ack_short_cmd), (28 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video), (228 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_draw_mode_init), (48 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern), (216 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_compressen_en), (16 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode), (172 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_release_handle), (40 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart), (80 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_auto_hw_filter), (28 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk), (44 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_dcs_direct_mode), (8 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_cmd_filter), (40 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format), (56 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data), (148 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_te_waveform), (52 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_tear_mode_ex), (14 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate), (112 bytes). + Removing hal_dsi_tx_ctrl.o(.rev16_text), (4 bytes). + Removing hal_dsi_tx_ctrl.o(.revsh_text), (4 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_ulps_mode), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_ulps_mode), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd), (156 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_release_handle), (28 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm), (32 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_endianness), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_escape_clock_div), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_lp_cmd), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_vpg), (24 bytes). + Removing hal_gpio.o(.rev16_text), (4 bytes). + Removing hal_gpio.o(.revsh_text), (4 bytes). + Removing hal_gpio.o(i.hal_gpio_ctrl_eint), (24 bytes). + Removing hal_gpio.o(i.hal_gpio_get_input_data), (18 bytes). + Removing hal_gpio.o(i.hal_gpio_get_int_type), (20 bytes). + Removing hal_gpio.o(i.hal_gpio_get_pull_state), (32 bytes). + Removing hal_gpio.o(i.hal_gpio_init_eint), (64 bytes). + Removing hal_gpio.o(i.hal_gpio_init_input), (32 bytes). + Removing hal_gpio.o(i.hal_gpio_reg_eint_cb), (24 bytes). + Removing hal_gpio.o(i.hal_gpio_set_driving_strength), (32 bytes). + Removing hal_gpio.o(i.hal_gpio_set_output_data_ex), (36 bytes). + Removing hal_gpio.o(i.hal_gpio_set_pull_state), (32 bytes). + Removing hal_gpio.o(i.hal_gpio_set_schmitt_trigger), (32 bytes). + Removing hal_gpio.o(i.hal_gpio_set_slew_rate), (32 bytes). + Removing hal_swire.o(.rev16_text), (4 bytes). + Removing hal_swire.o(.revsh_text), (4 bytes). + Removing hal_swire.o(i.hal_swire_init), (32 bytes). + Removing hal_swire.o(i.hal_swire_open), (22 bytes). + Removing hal_swire.o(i.hal_swire_register_callback), (10 bytes). + Removing hal_swire.o(i.hal_swire_start), (112 bytes). + Removing hal_system.o(.rev16_text), (4 bytes). + Removing hal_system.o(.revsh_text), (4 bytes). + Removing hal_system.o(i.cvt_cfg_packet), (24 bytes). + Removing hal_system.o(i.cvt_check_cgf_is_valid), (42 bytes). + Removing hal_system.o(i.hal_system_deep_sleep_mode), (8 bytes). + Removing hal_system.o(i.hal_system_disable_systick), (8 bytes). + Removing hal_system.o(i.hal_system_flash_read), (60 bytes). + Removing hal_system.o(i.hal_system_flash_write), (64 bytes). + Removing hal_system.o(i.hal_system_get_tick), (8 bytes). + Removing hal_system.o(i.hal_system_idle_mode), (8 bytes). + Removing hal_system.o(i.hal_system_register_systick_cb), (8 bytes). + Removing hal_system.o(i.hal_system_reset_chip), (32 bytes). + Removing hal_system.o(i.hal_system_set_pvd), (8 bytes). + Removing hal_system.o(i.hal_system_share_flash_mode), (20 bytes). + Removing hal_system.o(i.hal_system_sleep_mode), (48 bytes). + Removing hal_timer.o(.rev16_text), (4 bytes). + Removing hal_timer.o(.revsh_text), (4 bytes). + Removing hal_timer.o(i.hal_timer_get_status), (52 bytes). + Removing hal_i2c_master.o(.rev16_text), (4 bytes). + Removing hal_i2c_master.o(.revsh_text), (4 bytes). + Removing hal_i2c_master.o(i.hal_i2c_m_dma_init), (108 bytes). + Removing hal_i2c_master.o(i.hal_i2c_m_dma_read), (32 bytes). + Removing hal_i2c_master.o(i.hal_i2c_m_dma_write), (28 bytes). + Removing hal_i2c_master.o(i.hal_i2c_m_set_high_impedance), (46 bytes). + Removing hal_i2c_master.o(i.hal_i2c_m_transfer_complate), (12 bytes). + Removing hal_i2c_master.o(i.hal_i2c_master_irq_callback), (32 bytes). + Removing hal_i2c_master.o(.data), (1 bytes). + Removing hal_i2c_slave.o(.rev16_text), (4 bytes). + Removing hal_i2c_slave.o(.revsh_text), (4 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_dma_user_callback), (16 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_dma_write), (56 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_get_tx_byte_num), (8 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_init), (108 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read), (20 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_read_complate), (12 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_read_complate_clear), (12 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_read_data), (8 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_rxfifo_notempty), (20 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_set_dma_tx_cycle), (36 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance), (46 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_set_transfer), (12 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_write_complate), (12 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_write_data), (8 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_slave_irq_callback), (280 bytes). + Removing hal_i2c_slave.o(.data), (28 bytes). + Removing hal_spi_master.o(.rev16_text), (4 bytes). + Removing hal_spi_master.o(.revsh_text), (4 bytes). + Removing hal_spi_master.o(i.hal_spi_m_callback), (24 bytes). + Removing hal_spi_master.o(i.hal_spi_m_clear_rxfifo), (14 bytes). + Removing hal_spi_master.o(i.hal_spi_m_dma_init), (104 bytes). + Removing hal_spi_master.o(i.hal_spi_m_dma_read), (36 bytes). + Removing hal_spi_master.o(i.hal_spi_m_dma_write), (40 bytes). + Removing hal_spi_master.o(i.hal_spi_m_get_transfer_complate), (36 bytes). + Removing hal_spi_master.o(i.hal_spi_m_gpio_init), (8 bytes). + Removing hal_spi_master.o(i.hal_spi_m_read_rxfifo), (28 bytes). + Removing hal_spi_master.o(i.hal_spi_m_set_high_impedance), (100 bytes). + Removing hal_spi_master.o(.data), (1 bytes). + Removing tau_delay.o(.rev16_text), (4 bytes). + Removing tau_delay.o(.revsh_text), (4 bytes). + Removing tau_log.o(.rev16_text), (4 bytes). + Removing tau_log.o(.revsh_text), (4 bytes). + Removing tau_log.o(i.fgetc), (22 bytes). + Removing hal_uart.o(.rev16_text), (4 bytes). + Removing hal_uart.o(.revsh_text), (4 bytes). + Removing hal_uart.o(i.hal_uart_deinit), (28 bytes). + Removing hal_uart.o(i.hal_uart_dmacallback), (36 bytes). + Removing hal_uart.o(i.hal_uart_receive_blocking), (16 bytes). + Removing hal_uart.o(i.hal_uart_receive_dma), (76 bytes). + Removing hal_uart.o(i.hal_uart_transmit_dma), (76 bytes). + Removing hal_internal_vsync.o(.rev16_text), (4 bytes). + Removing hal_internal_vsync.o(.revsh_text), (4 bytes). + Removing hal_internal_vsync.o(i.hal_iniernal_vsync_deinit), (20 bytes). + Removing hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual), (528 bytes). + Removing hal_internal_vsync.o(i.hal_internal_vsync_get_rx_state), (12 bytes). + Removing hal_internal_vsync.o(i.hal_internal_vsync_get_tx_state), (12 bytes). + Removing hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode), (48 bytes). + Removing norflash.o(.rev16_text), (4 bytes). + Removing norflash.o(.revsh_text), (4 bytes). + Removing norflash.o(i.norflash_best_cfg_init), (44 bytes). + Removing norflash.o(i.norflash_big_end_clear), (14 bytes). + Removing norflash.o(i.norflash_big_end_enable), (20 bytes). + Removing norflash.o(i.norflash_check_crc32), (14 bytes). + Removing norflash.o(i.norflash_check_id), (72 bytes). + Removing norflash.o(i.norflash_dma_callback), (24 bytes). + Removing norflash.o(i.norflash_dma_read), (156 bytes). + Removing norflash.o(i.norflash_dma_write), (252 bytes). + Removing norflash.o(i.norflash_dual_read), (60 bytes). + Removing norflash.o(i.norflash_dual_write), (112 bytes). + Removing norflash.o(i.norflash_en4b), (40 bytes). + Removing norflash.o(i.norflash_en_quad), (116 bytes). + Removing norflash.o(i.norflash_en_quad_check), (64 bytes). + Removing norflash.o(i.norflash_erase_block), (44 bytes). + Removing norflash.o(i.norflash_erase_chip), (28 bytes). + Removing norflash.o(i.norflash_erase_sector), (44 bytes). + Removing norflash.o(i.norflash_ex4b), (40 bytes). + Removing norflash.o(i.norflash_exit_quad), (76 bytes). + Removing norflash.o(i.norflash_get_dual_hstatus), (52 bytes). + Removing norflash.o(i.norflash_get_hstatus), (52 bytes). + Removing norflash.o(i.norflash_get_status), (52 bytes). + Removing norflash.o(i.norflash_init), (48 bytes). + Removing norflash.o(i.norflash_quad_read), (76 bytes). + Removing norflash.o(i.norflash_quad_write), (108 bytes). + Removing norflash.o(i.norflash_read), (28 bytes). + Removing norflash.o(i.norflash_read_config_reg), (36 bytes). + Removing norflash.o(i.norflash_read_id), (20 bytes). + Removing norflash.o(i.norflash_reset), (2 bytes). + Removing norflash.o(i.norflash_reset_crc32), (32 bytes). + Removing norflash.o(i.norflash_set_best_cfg), (50 bytes). + Removing norflash.o(i.norflash_set_best_read_cfg), (84 bytes). + Removing norflash.o(i.norflash_set_best_write_cfg), (84 bytes). + Removing norflash.o(i.norflash_switch_fls_spi), (112 bytes). + Removing norflash.o(i.norflash_write), (96 bytes). + Removing norflash.o(i.norflash_write_disable), (64 bytes). + Removing norflash.o(i.norflash_write_enable), (56 bytes). + Removing norflash.o(i.norflash_write_endian_scr), (132 bytes). + Removing norflash.o(.bss), (412 bytes). + Removing norflash.o(.bss), (32 bytes). + Removing norflash.o(.data), (2 bytes). + Removing dcs_packet_fifo.o(i.dcs_packet_get_fifo_size), (16 bytes). + Removing drv_common.o(.rev16_text), (4 bytes). + Removing drv_common.o(.revsh_text), (4 bytes). + Removing drv_common.o(i.drv_common_disable_systick), (20 bytes). + Removing drv_common.o(i.drv_common_get_tick), (12 bytes). + Removing drv_common.o(i.drv_common_idle_mode), (40 bytes). + Removing drv_common.o(i.drv_common_systick_register_cb), (12 bytes). + Removing drv_crgu.o(.rev16_text), (4 bytes). + Removing drv_crgu.o(.revsh_text), (4 bytes). + Removing drv_crgu.o(i.drv_crgu_clear_reset_flag), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_config_clocks), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_config_clocks_div), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_config_clocks_src), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_get_ana_clk_status), (24 bytes). + Removing drv_crgu.o(i.drv_crgu_get_fpga_id), (12 bytes). + Removing drv_crgu.o(i.drv_crgu_get_mipi_ref_src), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_get_reset_flag), (24 bytes). + Removing drv_crgu.o(i.drv_crgu_get_system_clk), (28 bytes). + Removing drv_crgu.o(i.drv_crgu_reset_chip), (12 bytes). + Removing drv_crgu.o(i.drv_crgu_set_200m_scan_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_300m_scan_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_abp0_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_adc_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_adc_src), (24 bytes). + Removing drv_crgu.o(i.drv_crgu_set_apb1_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_apb2_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_fls_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_fls_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_monitor_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_monitor_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_swire_div), (20 bytes). + Removing drv_dma.o(.rev16_text), (4 bytes). + Removing drv_dma.o(.revsh_text), (4 bytes). + Removing drv_dma.o(i.drv_dma_abort_transfer), (32 bytes). + Removing drv_dma.o(i.drv_dma_ahb_init), (74 bytes). + Removing drv_dma.o(i.drv_dma_channel_is_active), (20 bytes). + Removing drv_dma.o(i.drv_dma_create_handle), (28 bytes). + Removing drv_dma.o(i.drv_dma_deinit), (32 bytes). + Removing drv_dma.o(i.drv_dma_disenable_channel), (16 bytes). + Removing drv_dma.o(i.drv_dma_disenable_channel_interrupts), (24 bytes). + Removing drv_dma.o(i.drv_dma_enable_channel), (16 bytes). + Removing drv_dma.o(i.drv_dma_enable_channel_interrupts), (36 bytes). + Removing drv_dma.o(i.drv_dma_enable_cycle), (44 bytes). + Removing drv_dma.o(i.drv_dma_get_remaining_bytes), (32 bytes). + Removing drv_dma.o(i.drv_dma_init), (24 bytes). + Removing drv_dma.o(i.drv_dma_m2m_init), (72 bytes). + Removing drv_dma.o(i.drv_dma_prepar_transfer), (18 bytes). + Removing drv_dma.o(i.drv_dma_reset), (10 bytes). + Removing drv_dma.o(i.drv_dma_set_burst), (26 bytes). + Removing drv_dma.o(i.drv_dma_set_callback), (6 bytes). + Removing drv_dma.o(i.drv_dma_set_ccr), (114 bytes). + Removing drv_dma.o(i.drv_dma_set_transfer), (68 bytes). + Removing drv_dma.o(i.drv_dma_start_transfer), (32 bytes). + Removing drv_dsi_rx.o(.rev16_text), (4 bytes). + Removing drv_dsi_rx.o(.revsh_text), (4 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_get_phy_stopstate), (66 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_get_version), (4 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration), (236 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_pg_cfg), (32 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_pg_cfg), (48 bytes). + Removing drv_dsi_rx.o(i.drv_rx_phy_test_read), (12 bytes). + Removing drv_dsi_tx.o(.rev16_text), (4 bytes). + Removing drv_dsi_tx.o(.revsh_text), (4 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_command_get_payload), (4 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_force_interrupt), (8 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_get_phy_status), (6 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_forcepll), (12 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration), (232 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_start), (18 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_status_pll_lock), (10 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot), (62 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_trigger), (92 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter), (344 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit), (276 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_sdf_3d), (28 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_set_bta), (22 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_set_vpg), (70 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_version), (4 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_vid_shadow), (16 bytes). + Removing drv_dsi_tx.o(i.drv_tx_phy_test_lock), (30 bytes). + Removing drv_dsi_tx.o(i.drv_tx_phy_test_read), (10 bytes). + Removing drv_fls.o(.rev16_text), (4 bytes). + Removing drv_fls.o(.revsh_text), (4 bytes). + Removing drv_fls.o(i.__NVIC_DisableIRQ), (32 bytes). + Removing drv_fls.o(i.drv_fls_gpio_connect), (28 bytes). + Removing drv_fls.o(i.drv_fls_gpio_disconnect), (32 bytes). + Removing drv_fls.o(i.fls_EnableClk), (12 bytes). + Removing drv_fls.o(i.fls_busy_pending), (12 bytes). + Removing drv_fls.o(i.fls_clear_irq_status), (6 bytes). + Removing drv_fls.o(i.fls_ctrl_cfg_init), (72 bytes). + Removing drv_fls.o(i.fls_ddat_enable), (24 bytes). + Removing drv_fls.o(i.fls_de_init), (52 bytes). + Removing drv_fls.o(i.fls_descr), (10 bytes). + Removing drv_fls.o(i.fls_disable_it), (36 bytes). + Removing drv_fls.o(i.fls_en_scr), (10 bytes). + Removing drv_fls.o(i.fls_enable_it), (48 bytes). + Removing drv_fls.o(i.fls_get_crcout), (4 bytes). + Removing drv_fls.o(i.fls_get_default_fls_config), (20 bytes). + Removing drv_fls.o(i.fls_get_default_spi_config), (44 bytes). + Removing drv_fls.o(i.fls_get_default_tuning), (12 bytes). + Removing drv_fls.o(i.fls_get_tuning), (18 bytes). + Removing drv_fls.o(i.fls_init), (62 bytes). + Removing drv_fls.o(i.fls_qadr_enable), (22 bytes). + Removing drv_fls.o(i.fls_qcmd_enable), (22 bytes). + Removing drv_fls.o(i.fls_qdat_enable), (22 bytes). + Removing drv_fls.o(i.fls_read_byte_data), (130 bytes). + Removing drv_fls.o(i.fls_read_cmd), (104 bytes). + Removing drv_fls.o(i.fls_read_cmd_it), (110 bytes). + Removing drv_fls.o(i.fls_reset_crc), (18 bytes). + Removing drv_fls.o(i.fls_scr_clear), (10 bytes). + Removing drv_fls.o(i.fls_set_addr_dummy), (32 bytes). + Removing drv_fls.o(i.fls_set_addr_len), (32 bytes). + Removing drv_fls.o(i.fls_set_mc_irq_mask), (26 bytes). + Removing drv_fls.o(i.fls_set_read), (10 bytes). + Removing drv_fls.o(i.fls_set_tuning), (24 bytes). + Removing drv_fls.o(i.fls_set_write), (10 bytes). + Removing drv_fls.o(i.fls_single_mode), (16 bytes). + Removing drv_fls.o(i.fls_spi_init), (180 bytes). + Removing drv_fls.o(i.fls_spi_start), (10 bytes). + Removing drv_fls.o(i.fls_swrst), (18 bytes). + Removing drv_fls.o(i.fls_write_byte_data), (164 bytes). + Removing drv_fls.o(i.fls_write_cmd), (58 bytes). + Removing drv_fls.o(.data), (4 bytes). + Removing drv_gpio.o(.rev16_text), (4 bytes). + Removing drv_gpio.o(.revsh_text), (4 bytes). + Removing drv_gpio.o(i.drv_gpio_get_input_data), (24 bytes). + Removing drv_gpio.o(i.drv_gpio_get_pull_state), (224 bytes). + Removing drv_gpio.o(i.drv_gpio_register_callback), (20 bytes). + Removing drv_gpio.o(i.drv_gpio_set_driving_strength), (312 bytes). + Removing drv_gpio.o(i.drv_gpio_set_int), (68 bytes). + Removing drv_gpio.o(i.drv_gpio_set_pull_state), (304 bytes). + Removing drv_gpio.o(i.drv_gpio_set_schmitt_trigger), (168 bytes). + Removing drv_gpio.o(i.drv_gpio_set_slew_rate), (168 bytes). + Removing drv_i2c_dma.o(.rev16_text), (4 bytes). + Removing drv_i2c_dma.o(.revsh_text), (4 bytes). + Removing drv_i2c_dma.o(i.drv_i2c_dma_callback), (52 bytes). + Removing drv_i2c_dma.o(i.drv_i2c_dma_init), (172 bytes). + Removing drv_i2c_dma.o(i.drv_i2c_enable_rx_dma), (26 bytes). + Removing drv_i2c_dma.o(i.drv_i2c_enable_tx_dma), (24 bytes). + Removing drv_i2c_dma.o(i.drv_i2c_master_read_dma), (92 bytes). + Removing drv_i2c_dma.o(i.drv_i2c_master_write_dma), (60 bytes). + Removing drv_i2c_dma.o(i.drv_i2c_master_write_read_cmd), (46 bytes). + Removing drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback), (88 bytes). + Removing drv_i2c_dma.o(i.drv_i2c_slave_write_dma), (28 bytes). + Removing drv_i2c_dma.o(.bss), (320 bytes). + Removing drv_i2c_dma.o(.data), (8 bytes). + Removing drv_lcdc.o(.rev16_text), (4 bytes). + Removing drv_lcdc.o(.revsh_text), (4 bytes). + Removing drv_lcdc.o(i.drv_lcdc_config_rgb_to_pentile), (26 bytes). + Removing drv_lcdc.o(i.drv_lcdc_enable), (42 bytes). + Removing drv_lcdc.o(i.drv_lcdc_set_prefetch), (24 bytes). + Removing drv_lcdc.o(i.drv_lcdc_update_shadow_reg), (12 bytes). + Removing drv_memc.o(.rev16_text), (4 bytes). + Removing drv_memc.o(.revsh_text), (4 bytes). + Removing drv_memc.o(i.drv_memc_set_db_frm_time), (14 bytes). + Removing drv_memc.o(i.drv_memc_set_db_int_frame), (28 bytes). + Removing drv_memc.o(i.drv_memc_set_fb_remaining_line_trigger), (12 bytes). + Removing drv_memc.o(i.drv_memc_set_read_trigger_line), (16 bytes). + Removing drv_memc.o(i.drv_memc_set_te_ind), (16 bytes). + Removing drv_memc.o(i.drv_memc_set_tear_hwclr), (16 bytes). + Removing drv_memc.o(i.drv_memc_set_vidc_fb_arb), (14 bytes). + Removing drv_memc.o(i.drv_memc_set_write_trigger_line), (16 bytes). + Removing drv_param_init.o(.rev16_text), (4 bytes). + Removing drv_param_init.o(.revsh_text), (4 bytes). + Removing drv_param_init.o(i.drv_param_init_set_ccm), (20 bytes). + Removing drv_rxbr.o(.rev16_text), (4 bytes). + Removing drv_rxbr.o(.revsh_text), (4 bytes). + Removing drv_rxbr.o(i.drv_rxbr_dsc_flush), (16 bytes). + Removing drv_rxbr.o(i.drv_rxbr_get_cur_hline_rcv_cnt), (8 bytes). + Removing drv_rxbr.o(i.drv_rxbr_get_ipi_vsync_interval), (8 bytes). + Removing drv_rxbr.o(i.drv_rxbr_get_pix_fmt), (8 bytes). + Removing drv_rxbr.o(i.drv_rxbr_set_col_addr), (4 bytes). + Removing drv_rxbr.o(i.drv_rxbr_set_compress), (24 bytes). + Removing drv_rxbr.o(i.drv_rxbr_set_page_addr), (4 bytes). + Removing drv_rxbr.o(i.drv_rxbr_soft_reset), (98 bytes). + Removing drv_spi_dma.o(.rev16_text), (4 bytes). + Removing drv_spi_dma.o(.revsh_text), (4 bytes). + Removing drv_spi_dma.o(i.__NVIC_ClearPendingIRQ), (24 bytes). + Removing drv_spi_dma.o(i.drv_spi_abort_dma), (108 bytes). + Removing drv_spi_dma.o(i.drv_spi_dma_callback), (60 bytes). + Removing drv_spi_dma.o(i.drv_spi_dma_ch6_init), (208 bytes). + Removing drv_spi_dma.o(i.drv_spi_dma_init), (220 bytes). + Removing drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback), (48 bytes). + Removing drv_spi_dma.o(i.drv_spi_set_dma_irq_callback), (88 bytes). + Removing drv_spi_dma.o(i.drv_spim_dma_read), (96 bytes). + Removing drv_spi_dma.o(i.drv_spim_dma_write), (60 bytes). + Removing drv_spi_dma.o(i.drv_spis_dma_write), (72 bytes). + Removing drv_spi_dma.o(.bss), (480 bytes). + Removing drv_spi_dma.o(.data), (16 bytes). + Removing drv_swire.o(.rev16_text), (4 bytes). + Removing drv_swire.o(.revsh_text), (4 bytes). + Removing drv_swire.o(i.drv_swire_register_callback), (12 bytes). + Removing drv_swire.o(i.drv_swire_set_bit_time), (24 bytes). + Removing drv_swire.o(i.drv_swire_set_power_down), (28 bytes). + Removing drv_swire.o(i.drv_swire_set_pulse_count), (12 bytes). + Removing drv_sys_cfg.o(.rev16_text), (4 bytes). + Removing drv_sys_cfg.o(.revsh_text), (4 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_dma_req_mask), (32 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_read_version0_id), (12 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_sel_gpio_group), (36 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_sel_int_trig), (36 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_set_ap_reset), (28 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req), (16 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req), (16 bytes). + Removing drv_timer.o(.rev16_text), (4 bytes). + Removing drv_timer.o(.revsh_text), (4 bytes). + Removing drv_timer.o(i.drv_timer_clean_timer_value), (12 bytes). + Removing drv_timer.o(i.drv_timer_get_current_count), (10 bytes). + Removing drv_timer.o(i.drv_timer_get_match), (10 bytes). + Removing drv_vidc.o(.rev16_text), (4 bytes). + Removing drv_vidc.o(.revsh_text), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_clear_status0), (14 bytes). + Removing drv_vidc.o(i.drv_vidc_debug_cap_pixel), (24 bytes). + Removing drv_vidc.o(i.drv_vidc_debug_signal_frame), (30 bytes). + Removing drv_vidc.o(i.drv_vidc_get_int_source), (38 bytes). + Removing drv_vidc.o(i.drv_vidc_get_status0), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_get_status1), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_get_status2), (6 bytes). + Removing drv_vidc.o(i.drv_vidc_set_dsc_thresh), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_set_frmst_latency), (12 bytes). + Removing drv_vidc.o(i.drv_vidc_set_inff_thresh), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_set_irq_line), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_set_module_enable), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_set_outff_thresh), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_update_src_format), (14 bytes). + Removing irq_redirect .o(.rev16_text), (4 bytes). + Removing irq_redirect .o(.revsh_text), (4 bytes). + Removing drv_phy_common.o(.rev16_text), (4 bytes). + Removing drv_phy_common.o(.revsh_text), (4 bytes). + Removing drv_phy_common.o(i.drv_phy_get_calibration), (60 bytes). + Removing drv_phy_common.o(.data), (1 bytes). + Removing drv_pwr.o(.rev16_text), (4 bytes). + Removing drv_pwr.o(.revsh_text), (4 bytes). + Removing drv_pwr.o(i.drv_pwr_enter_deep_sleep_mode), (44 bytes). + Removing drv_i2c_master.o(.rev16_text), (4 bytes). + Removing drv_i2c_master.o(.revsh_text), (4 bytes). + Removing drv_i2c_master.o(i.__NVIC_ClearPendingIRQ), (24 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_bus_init), (36 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit), (96 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_disable_intr), (16 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_enable), (16 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_enable_intr), (56 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_get_fifo_status), (28 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_read_data), (32 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_set_callback), (12 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_set_fifo_threshold), (24 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_set_sys_mask), (48 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_write_data), (32 bytes). + Removing drv_i2c_master.o(i.drv_i2c_master_init), (140 bytes). + Removing drv_i2c_slave.o(.rev16_text), (4 bytes). + Removing drv_i2c_slave.o(.revsh_text), (4 bytes). + Removing drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ), (24 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_bus_init), (36 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit), (92 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_disable_intr), (16 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_enable), (16 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_enable_intr), (52 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status), (28 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_get_tx_byte_num), (12 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_read_data), (32 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_set_callback), (12 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_set_fifo_threshold), (24 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_set_sys_mask), (48 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_write_data), (32 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_slave_init), (68 bytes). + Removing drv_spi_master.o(.rev16_text), (4 bytes). + Removing drv_spi_master.o(.revsh_text), (4 bytes). + Removing drv_spi_master.o(i.drv_spi_m_deinit), (40 bytes). + Removing drv_spi_master.o(i.drv_spi_m_disable_int), (68 bytes). + Removing drv_spi_master.o(i.drv_spi_m_enable_int), (72 bytes). + Removing drv_spi_master.o(i.drv_spi_m_enable_rx_dma), (32 bytes). + Removing drv_spi_master.o(i.drv_spi_m_enable_tx_dma), (28 bytes). + Removing drv_spi_master.o(i.drv_spi_m_get_dma_address), (8 bytes). + Removing drv_spi_master.o(i.drv_spi_m_gpio_init), (32 bytes). + Removing drv_spi_master.o(i.drv_spi_m_read_data), (32 bytes). + Removing drv_spi_master.o(i.drv_spi_m_set_intr_callback), (12 bytes). + Removing drv_spi_master.o(i.drv_spi_m_switch_sclk), (28 bytes). + Removing drv_spi_master.o(i.drv_spi_m_write_data), (44 bytes). + Removing drv_spi_master.o(i.drv_spi_master_init), (164 bytes). + Removing drv_chip_info.o(.rev16_text), (4 bytes). + Removing drv_chip_info.o(.revsh_text), (4 bytes). + Removing drv_dsc_dec.o(.rev16_text), (4 bytes). + Removing drv_dsc_dec.o(.revsh_text), (4 bytes). + Removing drv_dsc_dec.o(i.drv_dsc_dec_set_u32_pps), (120 bytes). + Removing hal_spi_slave.o(.rev16_text), (4 bytes). + Removing hal_spi_slave.o(.revsh_text), (4 bytes). + Removing hal_spi_slave.o(i.hal_spi_s_set_high_impedance), (100 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_auto_transfer_abort), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start), (56 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_busy), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_deinit), (10 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_disable), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_enable), (96 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_flush_fifo), (20 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_get_rxfifo_notempty), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_gpio_init), (8 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_init), (76 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_read_data), (10 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_register_callback), (12 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_reset_tx), (68 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_set_auto_rx_buffer), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_set_auto_tx_buffer), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_write_data), (14 bytes). + Removing drv_fls_dma.o(.rev16_text), (4 bytes). + Removing drv_fls_dma.o(.revsh_text), (4 bytes). + Removing drv_fls_dma.o(i.fls_abort_dma), (42 bytes). + Removing drv_fls_dma.o(i.fls_dma_disable), (10 bytes). + Removing drv_fls_dma.o(i.fls_dma_enable), (10 bytes). + Removing drv_fls_dma.o(i.fls_dma_read_prepare), (86 bytes). + Removing drv_fls_dma.o(i.fls_dma_write_prepare), (82 bytes). + Removing drv_fls_dma.o(i.fls_read_dmacallback), (32 bytes). + Removing drv_fls_dma.o(i.fls_transfer_create_handle_dma), (208 bytes). + Removing drv_fls_dma.o(i.fls_transfer_dma), (112 bytes). + Removing drv_fls_dma.o(i.fls_transfer_get_receive_count_dma), (44 bytes). + Removing drv_fls_dma.o(i.fls_write_dmacallback), (32 bytes). + Removing drv_fls_dma.o(.data), (8 bytes). + Removing drv_pwm.o(.rev16_text), (4 bytes). + Removing drv_pwm.o(.revsh_text), (4 bytes). + Removing drv_pwm.o(i.drv_pwm_in_clear_pwm_int_all), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_enable), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_counter_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_current_count), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_high_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_low_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_register_callback), (24 bytes). + Removing drv_pwm.o(i.drv_pwm_in_set_pwm_int), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_in_set_sys_int), (52 bytes). + Removing drv_pwm.o(i.drv_pwm_out_enable), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_out_get_sync_flag), (16 bytes). + Removing drv_pwm.o(i.drv_pwm_out_pause), (28 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_control), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_sync_mode), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_threshold), (12 bytes). + Removing drv_uart.o(.rev16_text), (4 bytes). + Removing drv_uart.o(.revsh_text), (4 bytes). + Removing drv_uart.o(i.UART_AbortReceive), (30 bytes). + Removing drv_uart.o(i.UART_AbortSend), (30 bytes). + Removing drv_uart.o(i.UART_Deinit), (28 bytes). + Removing drv_uart.o(i.UART_Disable_IT), (68 bytes). + Removing drv_uart.o(i.UART_EnableDma), (32 bytes). + Removing drv_uart.o(i.UART_Enable_IT), (44 bytes). + Removing drv_uart.o(i.UART_GetDefaultConfig), (72 bytes). + Removing drv_uart.o(i.UART_GetFIFO_Ctrl), (20 bytes). + Removing drv_uart.o(i.UART_GetReceiveCount), (22 bytes). + Removing drv_uart.o(i.UART_GetReceiveStatus), (20 bytes). + Removing drv_uart.o(i.UART_GetRxRingBufferLength), (28 bytes). + Removing drv_uart.o(i.UART_GetSendCount), (22 bytes). + Removing drv_uart.o(i.UART_GetSendStatus), (20 bytes). + Removing drv_uart.o(i.UART_ReadBlocking), (32 bytes). + Removing drv_uart.o(i.UART_ReceiveNonBlocking), (50 bytes). + Removing drv_uart.o(i.UART_ResetTxFIFO), (36 bytes). + Removing drv_uart.o(i.UART_SendNonBlocking), (38 bytes). + Removing drv_uart.o(i.UART_TransferCreateHandle), (96 bytes). + Removing drv_uart.o(i.UART_TransferStartRingBuffer), (30 bytes). + Removing drv_uart.o(.constdata), (1 bytes). + Removing drv_uart_dma.o(.rev16_text), (4 bytes). + Removing drv_uart_dma.o(.revsh_text), (4 bytes). + Removing drv_uart_dma.o(i.UART_DMAInit), (76 bytes). + Removing drv_uart_dma.o(i.UART_TransferAbortReceiveDMA), (16 bytes). + Removing drv_uart_dma.o(i.UART_TransferAbortSendDMA), (16 bytes). + Removing drv_uart_dma.o(i.UART_TransferCreateHandleDMA), (176 bytes). + Removing drv_uart_dma.o(i.UART_TransferGetReceiveCountDMA), (44 bytes). + Removing drv_uart_dma.o(i.UART_TransferReceiveDMA), (68 bytes). + Removing drv_uart_dma.o(i.UART_TransferReceiveDMACallback), (34 bytes). + Removing drv_uart_dma.o(i.UART_TransferSendDMA), (68 bytes). + Removing drv_uart_dma.o(i.UART_TransferSendDMACallback), (34 bytes). + Removing drv_uart_dma.o(.data), (8 bytes). + Removing drv_wdg.o(.rev16_text), (4 bytes). + Removing drv_wdg.o(.revsh_text), (4 bytes). + Removing drv_wdg.o(i.drv_wdg_clear_counter), (16 bytes). + Removing drv_wdg.o(i.drv_wdg_enable), (32 bytes). + Removing drv_wdg.o(i.drv_wdg_load_match), (12 bytes). + Removing drv_wdg.o(i.drv_wdg_register_callback), (12 bytes). + Removing drv_wdg.o(i.drv_wdg_sel_mode), (28 bytes). + Removing drv_efuse.o(.rev16_text), (4 bytes). + Removing drv_efuse.o(.revsh_text), (4 bytes). + Removing drv_efuse.o(i.drv_efuse_crc_cal), (128 bytes). + Removing drv_efuse.o(i.drv_efuse_get_default_config), (26 bytes). + Removing drv_efuse.o(i.drv_efuse_int_disable), (12 bytes). + Removing drv_efuse.o(i.drv_efuse_write), (46 bytes). + Removing drv_efuse.o(i.drv_efuse_write_req), (22 bytes). + Removing drv_spi_slave.o(.rev16_text), (4 bytes). + Removing drv_spi_slave.o(.revsh_text), (4 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_deinit), (40 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_disable_int), (68 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_enable_int), (72 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_enable_rx_dma), (32 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_enable_tx_dma), (20 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_get_dma_address), (8 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_gpio_init), (24 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_read_data), (32 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_switch_sclk), (28 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_write_data), (44 bytes). + Removing drv_spi_slave.o(i.drv_spi_slave_init), (76 bytes). + Removing dflti.o(.text), (40 bytes). + +660 unused section(s) (total 30130 bytes) removed from the image. + +============================================================================== + +Image Symbol Table + + Local Symbols + + Symbol Name Value Ov Type Size Object(Section) + + ../clib/../cmprslib/zerorunl2.c 0x00000000 Number 0 __dczerorl2.o ABSOLUTE + ../clib/microlib/division.c 0x00000000 Number 0 idiv.o ABSOLUTE + ../clib/microlib/division.c 0x00000000 Number 0 uidiv.o ABSOLUTE + ../clib/microlib/division.c 0x00000000 Number 0 uldiv.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry5.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry7a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry7b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry10a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry2.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry10b.o ABSOLUTE + ../clib/microlib/longlong.c 0x00000000 Number 0 llushr.o ABSOLUTE + ../clib/microlib/longlong.c 0x00000000 Number 0 llshl.o ABSOLUTE + ../clib/microlib/longlong.c 0x00000000 Number 0 llsshr.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf4.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf3.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf2.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf1.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf0.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printfb.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printfa.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf8.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf6.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf5.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf7.o ABSOLUTE + ../clib/microlib/printf/stubs.s 0x00000000 Number 0 stubs.o ABSOLUTE + ../clib/microlib/stdio/streams.c 0x00000000 Number 0 stdout.o ABSOLUTE + ../clib/microlib/string/memcpy.c 0x00000000 Number 0 memcpyb.o ABSOLUTE + ../clib/microlib/string/memcpy.c 0x00000000 Number 0 memcpya.o ABSOLUTE + ../clib/microlib/string/memset.c 0x00000000 Number 0 memseta.o ABSOLUTE + ../clib/microlib/stubs.s 0x00000000 Number 0 iusefp.o ABSOLUTE + ../fplib/microlib/f2d.c 0x00000000 Number 0 f2d.o ABSOLUTE + ../fplib/microlib/fpadd.c 0x00000000 Number 0 fadd.o ABSOLUTE + ../fplib/microlib/fpadd.c 0x00000000 Number 0 dadd.o ABSOLUTE + ../fplib/microlib/fpdiv.c 0x00000000 Number 0 ddiv.o ABSOLUTE + ../fplib/microlib/fpdiv.c 0x00000000 Number 0 fdiv.o ABSOLUTE + ../fplib/microlib/fpepilogue.c 0x00000000 Number 0 depilogue.o ABSOLUTE + ../fplib/microlib/fpepilogue.c 0x00000000 Number 0 fepilogue.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixul.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixui.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 ffixi.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixi.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 ffixui.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 dflti.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 ffltui.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 fflti.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 dfltui.o ABSOLUTE + ../fplib/microlib/fpmul.c 0x00000000 Number 0 fmul.o ABSOLUTE + ../fplib/microlib/fpmul.c 0x00000000 Number 0 dmul.o ABSOLUTE + ../fplib/microlib/fpscalb.c 0x00000000 Number 0 fscalb.o ABSOLUTE + ../mathlib/ceil.c 0x00000000 Number 0 ceil.o ABSOLUTE + ..\..\..\src\common\tau_delay.c 0x00000000 Number 0 tau_delay.o ABSOLUTE + ..\..\..\src\common\tau_log.c 0x00000000 Number 0 tau_log.o ABSOLUTE + ..\..\..\src\driver\robin\src\drv_chip_info.c 0x00000000 Number 0 drv_chip_info.o ABSOLUTE + ..\..\..\src\driver\robin\src\drv_dsc_dec.c 0x00000000 Number 0 drv_dsc_dec.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_common.c 0x00000000 Number 0 drv_common.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_crgu.c 0x00000000 Number 0 drv_crgu.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_dma.c 0x00000000 Number 0 drv_dma.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_dsi_rx.c 0x00000000 Number 0 drv_dsi_rx.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_dsi_tx.c 0x00000000 Number 0 drv_dsi_tx.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_efuse.c 0x00000000 Number 0 drv_efuse.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_fls.c 0x00000000 Number 0 drv_fls.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_fls_dma.c 0x00000000 Number 0 drv_fls_dma.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_gpio.c 0x00000000 Number 0 drv_gpio.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_i2c_dma.c 0x00000000 Number 0 drv_i2c_dma.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_i2c_master.c 0x00000000 Number 0 drv_i2c_master.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_i2c_slave.c 0x00000000 Number 0 drv_i2c_slave.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_lcdc.c 0x00000000 Number 0 drv_lcdc.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_memc.c 0x00000000 Number 0 drv_memc.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_param_init.c 0x00000000 Number 0 drv_param_init.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_phy_common.c 0x00000000 Number 0 drv_phy_common.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_pwm.c 0x00000000 Number 0 drv_pwm.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_pwr.c 0x00000000 Number 0 drv_pwr.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_rxbr.c 0x00000000 Number 0 drv_rxbr.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_spi_dma.c 0x00000000 Number 0 drv_spi_dma.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_spi_master.c 0x00000000 Number 0 drv_spi_master.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_spi_slave.c 0x00000000 Number 0 drv_spi_slave.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_swire.c 0x00000000 Number 0 drv_swire.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_sys_cfg.c 0x00000000 Number 0 drv_sys_cfg.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_timer.c 0x00000000 Number 0 drv_timer.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_uart.c 0x00000000 Number 0 drv_uart.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_uart_dma.c 0x00000000 Number 0 drv_uart_dma.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_vidc.c 0x00000000 Number 0 drv_vidc.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_wdg.c 0x00000000 Number 0 drv_wdg.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\irq_redirect .c 0x00000000 Number 0 irq_redirect .o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_dsi_rx_ctrl.c 0x00000000 Number 0 hal_dsi_rx_ctrl.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_dsi_tx_ctrl.c 0x00000000 Number 0 hal_dsi_tx_ctrl.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_gpio.c 0x00000000 Number 0 hal_gpio.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_i2c_master.c 0x00000000 Number 0 hal_i2c_master.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_i2c_slave.c 0x00000000 Number 0 hal_i2c_slave.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_spi_master.c 0x00000000 Number 0 hal_spi_master.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_spi_slave.c 0x00000000 Number 0 hal_spi_slave.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_swire.c 0x00000000 Number 0 hal_swire.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_system.c 0x00000000 Number 0 hal_system.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_timer.c 0x00000000 Number 0 hal_timer.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_uart.c 0x00000000 Number 0 hal_uart.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\internal\dcs_packet_fifo.c 0x00000000 Number 0 dcs_packet_fifo.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\internal\hal_internal_vsync.c 0x00000000 Number 0 hal_internal_vsync.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\internal\norflash.c 0x00000000 Number 0 norflash.o ABSOLUTE + ..\\..\\..\\src\\common\\tau_delay.c 0x00000000 Number 0 tau_delay.o ABSOLUTE + ..\\..\\..\\src\\common\\tau_log.c 0x00000000 Number 0 tau_log.o ABSOLUTE + ..\\..\\..\\src\\driver\\robin\\src\\drv_chip_info.c 0x00000000 Number 0 drv_chip_info.o ABSOLUTE + ..\\..\\..\\src\\driver\\robin\\src\\drv_dsc_dec.c 0x00000000 Number 0 drv_dsc_dec.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_common.c 0x00000000 Number 0 drv_common.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_crgu.c 0x00000000 Number 0 drv_crgu.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_dma.c 0x00000000 Number 0 drv_dma.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_dsi_rx.c 0x00000000 Number 0 drv_dsi_rx.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_dsi_tx.c 0x00000000 Number 0 drv_dsi_tx.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_efuse.c 0x00000000 Number 0 drv_efuse.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_fls.c 0x00000000 Number 0 drv_fls.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_fls_dma.c 0x00000000 Number 0 drv_fls_dma.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_gpio.c 0x00000000 Number 0 drv_gpio.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_i2c_dma.c 0x00000000 Number 0 drv_i2c_dma.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_i2c_master.c 0x00000000 Number 0 drv_i2c_master.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_i2c_slave.c 0x00000000 Number 0 drv_i2c_slave.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_lcdc.c 0x00000000 Number 0 drv_lcdc.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_memc.c 0x00000000 Number 0 drv_memc.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_param_init.c 0x00000000 Number 0 drv_param_init.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_phy_common.c 0x00000000 Number 0 drv_phy_common.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_pwm.c 0x00000000 Number 0 drv_pwm.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_pwr.c 0x00000000 Number 0 drv_pwr.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_rxbr.c 0x00000000 Number 0 drv_rxbr.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_spi_dma.c 0x00000000 Number 0 drv_spi_dma.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_spi_master.c 0x00000000 Number 0 drv_spi_master.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_spi_slave.c 0x00000000 Number 0 drv_spi_slave.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_swire.c 0x00000000 Number 0 drv_swire.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_sys_cfg.c 0x00000000 Number 0 drv_sys_cfg.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_timer.c 0x00000000 Number 0 drv_timer.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_uart.c 0x00000000 Number 0 drv_uart.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_uart_dma.c 0x00000000 Number 0 drv_uart_dma.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_vidc.c 0x00000000 Number 0 drv_vidc.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_wdg.c 0x00000000 Number 0 drv_wdg.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\irq_redirect .c 0x00000000 Number 0 irq_redirect .o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_dsi_rx_ctrl.c 0x00000000 Number 0 hal_dsi_rx_ctrl.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_dsi_tx_ctrl.c 0x00000000 Number 0 hal_dsi_tx_ctrl.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_gpio.c 0x00000000 Number 0 hal_gpio.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_i2c_master.c 0x00000000 Number 0 hal_i2c_master.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_i2c_slave.c 0x00000000 Number 0 hal_i2c_slave.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_spi_master.c 0x00000000 Number 0 hal_spi_master.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_spi_slave.c 0x00000000 Number 0 hal_spi_slave.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_swire.c 0x00000000 Number 0 hal_swire.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_system.c 0x00000000 Number 0 hal_system.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_timer.c 0x00000000 Number 0 hal_timer.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_uart.c 0x00000000 Number 0 hal_uart.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\internal\\hal_internal_vsync.c 0x00000000 Number 0 hal_internal_vsync.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\internal\\norflash.c 0x00000000 Number 0 norflash.o ABSOLUTE + ..\\src\\app\\demo\\ap_demo.c 0x00000000 Number 0 ap_demo.o ABSOLUTE + ..\\src\\app\\demo\\app_tp_for_custom_s8.c 0x00000000 Number 0 app_tp_for_custom_s8.o ABSOLUTE + ..\\src\\app\\demo\\app_tp_transfer.c 0x00000000 Number 0 app_tp_transfer.o ABSOLUTE + ..\\src\\app\\main.c 0x00000000 Number 0 main.o ABSOLUTE + ..\\src\\board\\board.c 0x00000000 Number 0 board.o ABSOLUTE + ..\src\app\demo\ap_demo.c 0x00000000 Number 0 ap_demo.o ABSOLUTE + ..\src\app\demo\app_tp_for_custom_s8.c 0x00000000 Number 0 app_tp_for_custom_s8.o ABSOLUTE + ..\src\app\demo\app_tp_transfer.c 0x00000000 Number 0 app_tp_transfer.o ABSOLUTE + ..\src\app\main.c 0x00000000 Number 0 main.o ABSOLUTE + ..\src\board\board.c 0x00000000 Number 0 board.o ABSOLUTE + ..\src\board\startup\startup_ARMCM0.s 0x00000000 Number 0 startup_armcm0.o ABSOLUTE + cdrcmple.s 0x00000000 Number 0 cdrcmple.o ABSOLUTE + cfrcmple.s 0x00000000 Number 0 cfrcmple.o ABSOLUTE + dc.s 0x00000000 Number 0 dc.o ABSOLUTE + handlers.s 0x00000000 Number 0 handlers.o ABSOLUTE + init.s 0x00000000 Number 0 init.o ABSOLUTE + RESET 0x00010000 Section 192 startup_armcm0.o(RESET) + .ARM.Collect$$$$00000000 0x000100c0 Section 0 entry.o(.ARM.Collect$$$$00000000) + .ARM.Collect$$$$00000001 0x000100c0 Section 4 entry2.o(.ARM.Collect$$$$00000001) + .ARM.Collect$$$$00000004 0x000100c4 Section 4 entry5.o(.ARM.Collect$$$$00000004) + .ARM.Collect$$$$00000008 0x000100c8 Section 0 entry7b.o(.ARM.Collect$$$$00000008) + .ARM.Collect$$$$0000000A 0x000100c8 Section 0 entry8b.o(.ARM.Collect$$$$0000000A) + .ARM.Collect$$$$0000000B 0x000100c8 Section 8 entry9a.o(.ARM.Collect$$$$0000000B) + .ARM.Collect$$$$0000000D 0x000100d0 Section 0 entry10a.o(.ARM.Collect$$$$0000000D) + .ARM.Collect$$$$0000000F 0x000100d0 Section 0 entry11a.o(.ARM.Collect$$$$0000000F) + .ARM.Collect$$$$00002712 0x000100d0 Section 4 entry2.o(.ARM.Collect$$$$00002712) + __lit__00000000 0x000100d0 Data 4 entry2.o(.ARM.Collect$$$$00002712) + .text 0x000100d4 Section 120 startup_armcm0.o(.text) + .text 0x0001014c Section 0 uidiv.o(.text) + .text 0x00010178 Section 0 idiv.o(.text) + .text 0x000101a0 Section 0 memcpya.o(.text) + .text 0x000101c4 Section 0 memseta.o(.text) + .text 0x000101e8 Section 0 fadd.o(.text) + .text 0x0001029a Section 0 fmul.o(.text) + .text 0x00010314 Section 0 fdiv.o(.text) + .text 0x00010390 Section 0 fscalb.o(.text) + .text 0x000103a8 Section 0 dadd.o(.text) + .text 0x0001050c Section 0 dmul.o(.text) + .text 0x000105dc Section 0 ddiv.o(.text) + .text 0x000106cc Section 0 fflti.o(.text) + .text 0x000106e2 Section 0 ffltui.o(.text) + .text 0x000106f0 Section 0 dfltui.o(.text) + .text 0x0001070c Section 0 ffixi.o(.text) + .text 0x0001073e Section 0 ffixui.o(.text) + .text 0x00010768 Section 0 dfixi.o(.text) + .text 0x000107b0 Section 0 dfixui.o(.text) + .text 0x000107ec Section 0 f2d.o(.text) + .text 0x00010814 Section 20 cfrcmple.o(.text) + .text 0x00010828 Section 0 uldiv.o(.text) + .text 0x00010888 Section 0 llshl.o(.text) + .text 0x000108a8 Section 0 llushr.o(.text) + .text 0x000108ca Section 0 llsshr.o(.text) + .text 0x000108f0 Section 0 fepilogue.o(.text) + .text 0x000108f0 Section 0 iusefp.o(.text) + .text 0x00010972 Section 0 depilogue.o(.text) + .text 0x00010a30 Section 0 dfixul.o(.text) + .text 0x00010a70 Section 40 cdrcmple.o(.text) + .text 0x00010a98 Section 36 init.o(.text) + .text 0x00010abc Section 0 __dczerorl2.o(.text) + i.ADC_IRQn_Handler 0x00010b14 Section 0 irq_redirect .o(i.ADC_IRQn_Handler) + i.AP_NRESET_IRQn_Handler 0x00010b2c Section 0 irq_redirect .o(i.AP_NRESET_IRQn_Handler) + i.DMA_IRQn_Handler 0x00010b44 Section 0 irq_redirect .o(i.DMA_IRQn_Handler) + i.EXTI_INT0_IRQn_Handler 0x00010b58 Section 0 irq_redirect .o(i.EXTI_INT0_IRQn_Handler) + i.EXTI_INT1_IRQn_Handler 0x00010b74 Section 0 irq_redirect .o(i.EXTI_INT1_IRQn_Handler) + i.EXTI_INT2_IRQn_Handler 0x00010b90 Section 0 irq_redirect .o(i.EXTI_INT2_IRQn_Handler) + i.EXTI_INT3_IRQn_Handler 0x00010bac Section 0 irq_redirect .o(i.EXTI_INT3_IRQn_Handler) + i.EXTI_INT4_IRQn_Handler 0x00010bc8 Section 0 irq_redirect .o(i.EXTI_INT4_IRQn_Handler) + i.EXTI_INT5_IRQn_Handler 0x00010be4 Section 0 irq_redirect .o(i.EXTI_INT5_IRQn_Handler) + i.EXTI_INT6_IRQn_Handler 0x00010c00 Section 0 irq_redirect .o(i.EXTI_INT6_IRQn_Handler) + i.EXTI_INT7_IRQn_Handler 0x00010c1c Section 0 irq_redirect .o(i.EXTI_INT7_IRQn_Handler) + i.FLSCTRL_IRQn_Handler 0x00010c38 Section 0 irq_redirect .o(i.FLSCTRL_IRQn_Handler) + i.Gpio_swire_output 0x00010c4c Section 0 ap_demo.o(i.Gpio_swire_output) + i.HardFault_Handler 0x00010cc0 Section 0 irq_redirect .o(i.HardFault_Handler) + i.I2C0_IRQn_Handler 0x00010cd4 Section 0 irq_redirect .o(i.I2C0_IRQn_Handler) + i.I2C1_IRQn_Handler 0x00010cec Section 0 irq_redirect .o(i.I2C1_IRQn_Handler) + i.LCDC_IRQn_Handler 0x00010d04 Section 0 irq_redirect .o(i.LCDC_IRQn_Handler) + i.LOG_printf 0x00010d1c Section 0 tau_log.o(i.LOG_printf) + i.MEMC_IRQn_Handler 0x00010d44 Section 0 irq_redirect .o(i.MEMC_IRQn_Handler) + i.MIPI_RX_IRQn_Handler 0x00010d5c Section 0 irq_redirect .o(i.MIPI_RX_IRQn_Handler) + i.MIPI_TX_IRQn_Handler 0x00010d74 Section 0 irq_redirect .o(i.MIPI_TX_IRQn_Handler) + i.PWMDET_IRQn_Handler 0x00010d8c Section 0 irq_redirect .o(i.PWMDET_IRQn_Handler) + i.SPIM_IRQn_Handler 0x00010da8 Section 0 irq_redirect .o(i.SPIM_IRQn_Handler) + i.SPIS_IRQn_Handler 0x00010dc4 Section 0 irq_redirect .o(i.SPIS_IRQn_Handler) + i.SWIRE_IRQn_Handler 0x00010de0 Section 0 irq_redirect .o(i.SWIRE_IRQn_Handler) + i.SysTick_Handler 0x00010dfc Section 0 irq_redirect .o(i.SysTick_Handler) + i.TIMER0_IRQn_Handler 0x00010e14 Section 0 irq_redirect .o(i.TIMER0_IRQn_Handler) + i.TIMER1_IRQn_Handler 0x00010e2c Section 0 irq_redirect .o(i.TIMER1_IRQn_Handler) + i.TIMER2_IRQn_Handler 0x00010e44 Section 0 irq_redirect .o(i.TIMER2_IRQn_Handler) + i.TIMER3_IRQn_Handler 0x00010e5c Section 0 irq_redirect .o(i.TIMER3_IRQn_Handler) + i.UART0_IRQ_Handle 0x00010e74 Section 0 drv_uart.o(i.UART0_IRQ_Handle) + i.UART_DisableDma 0x00010e90 Section 0 drv_uart.o(i.UART_DisableDma) + i.UART_GetInstance 0x00010e92 Section 0 drv_uart.o(i.UART_GetInstance) + i.UART_IRQn_Handler 0x00010e98 Section 0 irq_redirect .o(i.UART_IRQn_Handler) + i.UART_ResetRxFIFO 0x00010eb0 Section 0 drv_uart.o(i.UART_ResetRxFIFO) + i.UART_SetBaudRate 0x00010ed4 Section 0 drv_uart.o(i.UART_SetBaudRate) + i.UART_SwitchSCLK 0x00010f1c Section 0 drv_uart.o(i.UART_SwitchSCLK) + i.UART_WriteBlocking 0x00010f36 Section 0 drv_uart.o(i.UART_WriteBlocking) + i.VIDC_IRQn_Handler 0x00010f50 Section 0 irq_redirect .o(i.VIDC_IRQn_Handler) + i.VPRE_IRQn_Handler 0x00010f68 Section 0 irq_redirect .o(i.VPRE_IRQn_Handler) + i.WDG_IRQn_Handler 0x00010f80 Section 0 irq_redirect .o(i.WDG_IRQn_Handler) + i.__0printf 0x00010f98 Section 0 printfa.o(i.__0printf) + i.__0vsprintf 0x00010fb8 Section 0 printfa.o(i.__0vsprintf) + i.__ARM_common_switch8 0x00010fdc Section 0 ap_demo.o(i.__ARM_common_switch8) + i.__scatterload_null 0x00010ff6 Section 2 handlers.o(i.__scatterload_null) + i.app_UART_IRQn_Handler 0x00010ff8 Section 0 drv_uart.o(i.app_UART_IRQn_Handler) + .ARM.__at_0x11000 0x00011000 Section 20 drv_common.o(.ARM.__at_0x11000) + i.UART_TransferHandleIRQ 0x00011014 Section 0 drv_uart.o(i.UART_TransferHandleIRQ) + i.UART_init 0x00011148 Section 0 drv_uart.o(i.UART_init) + i.__ARM_clz 0x00011204 Section 0 depilogue.o(i.__ARM_clz) + i.__NVIC_ClearPendingIRQ 0x00011234 Section 0 drv_spi_master.o(i.__NVIC_ClearPendingIRQ) + __NVIC_ClearPendingIRQ 0x00011235 Thumb Code 18 drv_spi_master.o(i.__NVIC_ClearPendingIRQ) + i.__NVIC_DisableIRQ 0x0001124c Section 0 drv_rxbr.o(i.__NVIC_DisableIRQ) + __NVIC_DisableIRQ 0x0001124d Thumb Code 26 drv_rxbr.o(i.__NVIC_DisableIRQ) + i.__NVIC_EnableIRQ 0x0001126c Section 0 drv_rxbr.o(i.__NVIC_EnableIRQ) + __NVIC_EnableIRQ 0x0001126d Thumb Code 18 drv_rxbr.o(i.__NVIC_EnableIRQ) + i.__NVIC_SetPriority 0x00011284 Section 0 hal_spi_slave.o(i.__NVIC_SetPriority) + __NVIC_SetPriority 0x00011285 Thumb Code 60 hal_spi_slave.o(i.__NVIC_SetPriority) + i.__scatterload_copy 0x000112c8 Section 14 handlers.o(i.__scatterload_copy) + i.__scatterload_zeroinit 0x000112d6 Section 14 handlers.o(i.__scatterload_zeroinit) + i._fp_digits 0x000112e4 Section 0 printfa.o(i._fp_digits) + _fp_digits 0x000112e5 Thumb Code 344 printfa.o(i._fp_digits) + i._printf_core 0x00011458 Section 0 printfa.o(i._printf_core) + _printf_core 0x00011459 Thumb Code 1754 printfa.o(i._printf_core) + i._printf_post_padding 0x00011b44 Section 0 printfa.o(i._printf_post_padding) + _printf_post_padding 0x00011b45 Thumb Code 32 printfa.o(i._printf_post_padding) + i._printf_pre_padding 0x00011b64 Section 0 printfa.o(i._printf_pre_padding) + _printf_pre_padding 0x00011b65 Thumb Code 44 printfa.o(i._printf_pre_padding) + i._sputc 0x00011b90 Section 0 printfa.o(i._sputc) + _sputc 0x00011b91 Thumb Code 10 printfa.o(i._sputc) + i.ap_dcs_read 0x00011b9c Section 0 ap_demo.o(i.ap_dcs_read) + ap_dcs_read 0x00011b9d Thumb Code 5040 ap_demo.o(i.ap_dcs_read) + i.ap_demo 0x00012f50 Section 0 ap_demo.o(i.ap_demo) + i.ap_get_reg_ca 0x00013064 Section 0 ap_demo.o(i.ap_get_reg_ca) + ap_get_reg_ca 0x00013065 Thumb Code 38 ap_demo.o(i.ap_get_reg_ca) + i.ap_get_reg_df 0x00013090 Section 0 ap_demo.o(i.ap_get_reg_df) + ap_get_reg_df 0x00013091 Thumb Code 72 ap_demo.o(i.ap_get_reg_df) + i.ap_reset_cb 0x000130dc Section 0 ap_demo.o(i.ap_reset_cb) + ap_reset_cb 0x000130dd Thumb Code 34 ap_demo.o(i.ap_reset_cb) + i.ap_set_backlight 0x00013118 Section 0 ap_demo.o(i.ap_set_backlight) + ap_set_backlight 0x00013119 Thumb Code 826 ap_demo.o(i.ap_set_backlight) + i.ap_set_display_off 0x00013474 Section 0 ap_demo.o(i.ap_set_display_off) + ap_set_display_off 0x00013475 Thumb Code 16 ap_demo.o(i.ap_set_display_off) + i.ap_set_display_on 0x000134ac Section 0 ap_demo.o(i.ap_set_display_on) + ap_set_display_on 0x000134ad Thumb Code 16 ap_demo.o(i.ap_set_display_on) + i.ap_set_enter_sleep_mode 0x000134e4 Section 0 ap_demo.o(i.ap_set_enter_sleep_mode) + ap_set_enter_sleep_mode 0x000134e5 Thumb Code 116 ap_demo.o(i.ap_set_enter_sleep_mode) + i.ap_set_exit_sleep_mode 0x0001358c Section 0 ap_demo.o(i.ap_set_exit_sleep_mode) + ap_set_exit_sleep_mode 0x0001358d Thumb Code 20 ap_demo.o(i.ap_set_exit_sleep_mode) + i.app_ADC_IRQn_Handler 0x000135d4 Section 0 drv_rxbr.o(i.app_ADC_IRQn_Handler) + i.app_AP_NRESET_IRQn_Handler 0x000135f0 Section 0 drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) + i.app_EXTI_INT0_IRQn_Handler 0x00013614 Section 0 drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) + i.app_EXTI_INT1_IRQn_Handler 0x00013630 Section 0 drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) + i.app_EXTI_INT2_IRQn_Handler 0x0001364c Section 0 drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) + i.app_EXTI_INT3_IRQn_Handler 0x00013668 Section 0 drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) + i.app_EXTI_INT4_IRQn_Handler 0x00013684 Section 0 drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) + i.app_EXTI_INT5_IRQn_Handler 0x000136a0 Section 0 drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) + i.app_EXTI_INT6_IRQn_Handler 0x000136bc Section 0 drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) + i.app_EXTI_INT7_IRQn_Handler 0x000136d8 Section 0 drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) + i.app_HardFault_Handler 0x000136f4 Section 0 drv_common.o(i.app_HardFault_Handler) + i.app_I2C0_IRQn_Handler 0x0001373c Section 0 drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) + i.app_I2C1_IRQn_Handler 0x0001374c Section 0 drv_i2c_master.o(i.app_I2C1_IRQn_Handler) + i.app_LCDC_IRQn_Handler 0x0001375c Section 0 hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) + i.app_MEMC_IRQn_Handler 0x0001383c Section 0 drv_memc.o(i.app_MEMC_IRQn_Handler) + i.app_MIPI_RX_IRQn_Handler 0x000138c4 Section 0 drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) + i.app_MIPI_TX_IRQn_Handler 0x00013b50 Section 0 drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) + i.app_PWMDET_IRQn_Handler 0x00013bf0 Section 0 drv_pwm.o(i.app_PWMDET_IRQn_Handler) + i.app_SPIM_IRQn_Handler 0x00013c38 Section 0 drv_spi_master.o(i.app_SPIM_IRQn_Handler) + i.app_SPIS_IRQn_Handler 0x00013c68 Section 0 hal_spi_slave.o(i.app_SPIS_IRQn_Handler) + i.app_SWIRE_IRQn_Handler 0x00013d0c Section 0 drv_swire.o(i.app_SWIRE_IRQn_Handler) + i.app_SysTick_Handler 0x00013d2c Section 0 drv_common.o(i.app_SysTick_Handler) + i.app_TIMER0_IRQn_Handler 0x00013d44 Section 0 drv_timer.o(i.app_TIMER0_IRQn_Handler) + i.app_TIMER1_IRQn_Handler 0x00013d68 Section 0 drv_timer.o(i.app_TIMER1_IRQn_Handler) + i.app_TIMER2_IRQn_Handler 0x00013d8c Section 0 drv_timer.o(i.app_TIMER2_IRQn_Handler) + i.app_TIMER3_IRQn_Handler 0x00013db0 Section 0 drv_timer.o(i.app_TIMER3_IRQn_Handler) + i.app_VIDC_IRQn_Handler 0x00013de4 Section 0 drv_vidc.o(i.app_VIDC_IRQn_Handler) + i.app_VPRE_IRQn_Handler 0x00013e00 Section 0 drv_rxbr.o(i.app_VPRE_IRQn_Handler) + i.app_WDG_IRQn_Handler 0x00013e1c Section 0 drv_wdg.o(i.app_WDG_IRQn_Handler) + i.app_dma_irq_handler 0x00013e48 Section 0 drv_dma.o(i.app_dma_irq_handler) + i.app_fls_ctrl_Handler 0x00013e58 Section 0 norflash.o(i.app_fls_ctrl_Handler) + i.board_Init 0x00013e88 Section 0 board.o(i.board_Init) + i.calc_framebuffer_setting 0x00013ea4 Section 0 hal_internal_vsync.o(i.calc_framebuffer_setting) + calc_framebuffer_setting 0x00013ea5 Thumb Code 628 hal_internal_vsync.o(i.calc_framebuffer_setting) + i.ceil 0x00014158 Section 0 ceil.o(i.ceil) + i.check_mipi_rx_tx_video_info 0x00014220 Section 0 hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) + check_mipi_rx_tx_video_info 0x00014221 Thumb Code 44 hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) + i.check_pkt_buf_rev 0x0001424c Section 0 hal_internal_vsync.o(i.check_pkt_buf_rev) + check_pkt_buf_rev 0x0001424d Thumb Code 92 hal_internal_vsync.o(i.check_pkt_buf_rev) + i.dcs_packet_fifo_alloc 0x000142dc Section 0 dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) + i.dcs_packet_fifo_init 0x00014334 Section 0 dcs_packet_fifo.o(i.dcs_packet_fifo_init) + i.dcs_packet_free_fifo_header 0x0001434c Section 0 dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) + i.dcs_packet_get_fifo_header 0x00014390 Section 0 dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) + i.dcs_sw_filter 0x000143b4 Section 0 hal_internal_vsync.o(i.dcs_sw_filter) + dcs_sw_filter 0x000143b5 Thumb Code 24 hal_internal_vsync.o(i.dcs_sw_filter) + i.delayMs 0x000143d0 Section 0 tau_delay.o(i.delayMs) + i.delayUs 0x000143e8 Section 0 tau_delay.o(i.delayUs) + i.drv_ap_rst_trig_edge_detect 0x0001440c Section 0 drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) + i.drv_chip_info_get_info 0x00014444 Section 0 drv_chip_info.o(i.drv_chip_info_get_info) + i.drv_chip_info_init 0x00014450 Section 0 drv_chip_info.o(i.drv_chip_info_init) + i.drv_chip_rx_info_check 0x00014490 Section 0 drv_chip_info.o(i.drv_chip_rx_info_check) + i.drv_chip_rx_init_done 0x00014558 Section 0 drv_chip_info.o(i.drv_chip_rx_init_done) + i.drv_common_enable_systick 0x0001456c Section 0 drv_common.o(i.drv_common_enable_systick) + i.drv_common_system_init 0x000145c4 Section 0 drv_common.o(i.drv_common_system_init) + i.drv_crgu_clear_all_reset_flags 0x000145cc Section 0 drv_crgu.o(i.drv_crgu_clear_all_reset_flags) + i.drv_crgu_config_reset_modules 0x000145d8 Section 0 drv_crgu.o(i.drv_crgu_config_reset_modules) + i.drv_crgu_set_ahb_pre_div 0x000145e8 Section 0 drv_crgu.o(i.drv_crgu_set_ahb_pre_div) + i.drv_crgu_set_ahb_src 0x000145fc Section 0 drv_crgu.o(i.drv_crgu_set_ahb_src) + i.drv_crgu_set_clock 0x00014610 Section 0 drv_crgu.o(i.drv_crgu_set_clock) + i.drv_crgu_set_dpi_mux_src 0x00014630 Section 0 drv_crgu.o(i.drv_crgu_set_dpi_mux_src) + i.drv_crgu_set_dpi_pre_div 0x00014644 Section 0 drv_crgu.o(i.drv_crgu_set_dpi_pre_div) + i.drv_crgu_set_dpi_pre_src 0x0001465c Section 0 drv_crgu.o(i.drv_crgu_set_dpi_pre_src) + i.drv_crgu_set_dsc_core_div 0x00014670 Section 0 drv_crgu.o(i.drv_crgu_set_dsc_core_div) + i.drv_crgu_set_dsco_src 0x00014684 Section 0 drv_crgu.o(i.drv_crgu_set_dsco_src) + i.drv_crgu_set_dsco_src_div 0x00014698 Section 0 drv_crgu.o(i.drv_crgu_set_dsco_src_div) + i.drv_crgu_set_fb_div 0x000146ac Section 0 drv_crgu.o(i.drv_crgu_set_fb_div) + i.drv_crgu_set_fb_src 0x000146c0 Section 0 drv_crgu.o(i.drv_crgu_set_fb_src) + i.drv_crgu_set_lcdc_div 0x000146d4 Section 0 drv_crgu.o(i.drv_crgu_set_lcdc_div) + i.drv_crgu_set_lcdc_src 0x000146e8 Section 0 drv_crgu.o(i.drv_crgu_set_lcdc_src) + i.drv_crgu_set_mipi_cfg_src 0x000146fc Section 0 drv_crgu.o(i.drv_crgu_set_mipi_cfg_src) + i.drv_crgu_set_mipi_ref_src 0x00014710 Section 0 drv_crgu.o(i.drv_crgu_set_mipi_ref_src) + i.drv_crgu_set_reset 0x00014728 Section 0 drv_crgu.o(i.drv_crgu_set_reset) + i.drv_crgu_set_rxbr_div 0x00014740 Section 0 drv_crgu.o(i.drv_crgu_set_rxbr_div) + i.drv_crgu_set_rxbr_src 0x00014754 Section 0 drv_crgu.o(i.drv_crgu_set_rxbr_src) + i.drv_crgu_set_vidc_src 0x00014768 Section 0 drv_crgu.o(i.drv_crgu_set_vidc_src) + i.drv_dma_clear_flag 0x0001477c Section 0 drv_dma.o(i.drv_dma_clear_flag) + i.drv_dma_get_channel_flag 0x00014794 Section 0 drv_dma.o(i.drv_dma_get_channel_flag) + i.drv_dma_irq_handler 0x000147a0 Section 0 drv_dma.o(i.drv_dma_irq_handler) + i.drv_dsc_dec_convert_pps_rc_parameter 0x00014830 Section 0 drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) + i.drv_dsc_dec_disable 0x00014866 Section 0 drv_dsc_dec.o(i.drv_dsc_dec_disable) + i.drv_dsc_dec_enable 0x00014874 Section 0 drv_dsc_dec.o(i.drv_dsc_dec_enable) + i.drv_dsc_dec_get_nslc 0x000148e8 Section 0 drv_dsc_dec.o(i.drv_dsc_dec_get_nslc) + i.drv_dsc_dec_set_u8_pps 0x000148f2 Section 0 drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) + i.drv_dsi_rx_calc_ipi_tx_delay 0x0001491c Section 0 drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) + i.drv_dsi_rx_enable_irq 0x00014a20 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) + i.drv_dsi_rx_get_color_bpp 0x00014a60 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) + drv_dsi_rx_get_color_bpp 0x00014a61 Thumb Code 62 drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) + i.drv_dsi_rx_get_color_pcc 0x00014ab0 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_color_pcc) + drv_dsi_rx_get_color_pcc 0x00014ab1 Thumb Code 24 drv_dsi_rx.o(i.drv_dsi_rx_get_color_pcc) + i.drv_dsi_rx_get_compression_en 0x00014acc Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) + i.drv_dsi_rx_get_max_ret_size 0x00014ad4 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_max_ret_size) + i.drv_dsi_rx_power_up 0x00014ada Section 0 drv_dsi_rx.o(i.drv_dsi_rx_power_up) + i.drv_dsi_rx_set_ctrl_cfg 0x00014ae8 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_ctrl_cfg) + i.drv_dsi_rx_set_ddi_cfg 0x00014b08 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) + i.drv_dsi_rx_set_inten 0x00014b18 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_inten) + i.drv_dsi_rx_set_ipi_cfg 0x00014b1c Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_cfg) + i.drv_dsi_rx_set_lane_swap 0x00014b2c Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) + i.drv_dsi_rx_set_up_phy 0x00014b74 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) + i.drv_dsi_rx_shut_down 0x00014c44 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_shut_down) + i.drv_dsi_tx_command_header 0x00014c52 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_command_header) + i.drv_dsi_tx_command_mode_cfg 0x00014c66 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) + i.drv_dsi_tx_command_put_payload 0x00014cd2 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) + i.drv_dsi_tx_config_eotp 0x00014cd6 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) + i.drv_dsi_tx_config_int 0x00014cee Section 0 drv_dsi_tx.o(i.drv_dsi_tx_config_int) + i.drv_dsi_tx_dpi_lpcmd_time 0x00014cf6 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_dpi_lpcmd_time) + i.drv_dsi_tx_dpi_mode 0x00014cfe Section 0 drv_dsi_tx.o(i.drv_dsi_tx_dpi_mode) + i.drv_dsi_tx_dpi_polarity 0x00014d08 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_dpi_polarity) + i.drv_dsi_tx_edpi_cmd_size 0x00014d2c Section 0 drv_dsi_tx.o(i.drv_dsi_tx_edpi_cmd_size) + i.drv_dsi_tx_get_cmd_status 0x00014d30 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) + i.drv_dsi_tx_mode 0x00014d34 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_mode) + i.drv_dsi_tx_phy_clock_lane_auto_lp 0x00014d38 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_auto_lp) + i.drv_dsi_tx_phy_clock_lane_req_hs 0x00014d50 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) + i.drv_dsi_tx_phy_lane_mode 0x00014d6a Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_lane_mode) + i.drv_dsi_tx_phy_status_ready 0x00014d76 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ready) + i.drv_dsi_tx_phy_status_stopstate 0x00014dda Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) + i.drv_dsi_tx_phy_time_cfg 0x00014e18 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_time_cfg) + i.drv_dsi_tx_powerup 0x00014e36 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_powerup) + i.drv_dsi_tx_response_mode 0x00014e3e Section 0 drv_dsi_tx.o(i.drv_dsi_tx_response_mode) + i.drv_dsi_tx_set_bta_ack 0x00014e5a Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_bta_ack) + i.drv_dsi_tx_set_esc_div 0x00014e72 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) + i.drv_dsi_tx_set_int 0x00014e80 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_int) + i.drv_dsi_tx_set_time_out_div 0x00014eb4 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_time_out_div) + i.drv_dsi_tx_set_video_chunk 0x00014ec4 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_video_chunk) + i.drv_dsi_tx_set_video_timing 0x00014ecc Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_video_timing) + i.drv_dsi_tx_shutdown 0x00014eee Section 0 drv_dsi_tx.o(i.drv_dsi_tx_shutdown) + i.drv_dsi_tx_timeout_cfg 0x00014ef6 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_timeout_cfg) + i.drv_dsi_tx_video_mode_cfg 0x00014f1c Section 0 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_cfg) + i.drv_dsi_tx_video_mode_disable_hact_cmd 0x00014fc6 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_disable_hact_cmd) + i.drv_dsi_tx_video_mode_set_lp_cmd 0x00014fdc Section 0 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) + i.drv_efuse_enter_inactive 0x00014ff4 Section 0 drv_efuse.o(i.drv_efuse_enter_inactive) + i.drv_efuse_int_enable 0x00015014 Section 0 drv_efuse.o(i.drv_efuse_int_enable) + i.drv_efuse_read 0x00015020 Section 0 drv_efuse.o(i.drv_efuse_read) + i.drv_efuse_read_req 0x00015052 Section 0 drv_efuse.o(i.drv_efuse_read_req) + i.drv_gpio_register_ap_reset_callback 0x0001506c Section 0 drv_gpio.o(i.drv_gpio_register_ap_reset_callback) + i.drv_gpio_set_ioe 0x00015078 Section 0 drv_gpio.o(i.drv_gpio_set_ioe) + i.drv_gpio_set_mode0 0x00015098 Section 0 drv_gpio.o(i.drv_gpio_set_mode0) + i.drv_gpio_set_mode1 0x000150a8 Section 0 drv_gpio.o(i.drv_gpio_set_mode1) + i.drv_gpio_set_mode2 0x000150b8 Section 0 drv_gpio.o(i.drv_gpio_set_mode2) + i.drv_gpio_set_mode3 0x000150c8 Section 0 drv_gpio.o(i.drv_gpio_set_mode3) + i.drv_gpio_set_output_data 0x000150d8 Section 0 hal_gpio.o(i.drv_gpio_set_output_data) + drv_gpio_set_output_data 0x000150d9 Thumb Code 26 hal_gpio.o(i.drv_gpio_set_output_data) + i.drv_lcdc_config_bypass 0x000150f8 Section 0 drv_lcdc.o(i.drv_lcdc_config_bypass) + i.drv_lcdc_config_ccm 0x00015110 Section 0 drv_lcdc.o(i.drv_lcdc_config_ccm) + i.drv_lcdc_config_disp_mode 0x00015140 Section 0 drv_lcdc.o(i.drv_lcdc_config_disp_mode) + i.drv_lcdc_config_dpi_polarity 0x00015156 Section 0 drv_lcdc.o(i.drv_lcdc_config_dpi_polarity) + i.drv_lcdc_config_dpi_timing 0x0001517a Section 0 drv_lcdc.o(i.drv_lcdc_config_dpi_timing) + i.drv_lcdc_config_edpi_mode 0x000151a0 Section 0 drv_lcdc.o(i.drv_lcdc_config_edpi_mode) + i.drv_lcdc_config_endianness 0x000151b6 Section 0 drv_lcdc.o(i.drv_lcdc_config_endianness) + i.drv_lcdc_config_input_size 0x000151cc Section 0 drv_lcdc.o(i.drv_lcdc_config_input_size) + i.drv_lcdc_config_int 0x000151d8 Section 0 drv_lcdc.o(i.drv_lcdc_config_int) + i.drv_lcdc_config_int_single 0x000151f6 Section 0 drv_lcdc.o(i.drv_lcdc_config_int_single) + i.drv_lcdc_config_overwrite 0x00015218 Section 0 drv_lcdc.o(i.drv_lcdc_config_overwrite) + i.drv_lcdc_config_overwrite_rgb 0x0001523a Section 0 drv_lcdc.o(i.drv_lcdc_config_overwrite_rgb) + i.drv_lcdc_config_partial_display_area 0x00015246 Section 0 drv_lcdc.o(i.drv_lcdc_config_partial_display_area) + i.drv_lcdc_config_partial_display_enable 0x00015260 Section 0 drv_lcdc.o(i.drv_lcdc_config_partial_display_enable) + i.drv_lcdc_config_scale_up_coef 0x00015282 Section 0 drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) + i.drv_lcdc_config_scale_up_step 0x000152aa Section 0 drv_lcdc.o(i.drv_lcdc_config_scale_up_step) + i.drv_lcdc_config_src_parameter 0x000152b6 Section 0 drv_lcdc.o(i.drv_lcdc_config_src_parameter) + i.drv_lcdc_config_thresh 0x00015302 Section 0 drv_lcdc.o(i.drv_lcdc_config_thresh) + i.drv_lcdc_ctrl_flow 0x00015308 Section 0 drv_lcdc.o(i.drv_lcdc_ctrl_flow) + i.drv_lcdc_enable_shadow_reg 0x0001531a Section 0 drv_lcdc.o(i.drv_lcdc_enable_shadow_reg) + i.drv_lcdc_set_int 0x0001533c Section 0 drv_lcdc.o(i.drv_lcdc_set_int) + i.drv_lcdc_set_video_hw_mode 0x00015370 Section 0 drv_lcdc.o(i.drv_lcdc_set_video_hw_mode) + i.drv_lcdc_start 0x00015384 Section 0 drv_lcdc.o(i.drv_lcdc_start) + i.drv_memc_clear_status 0x000153a4 Section 0 drv_memc.o(i.drv_memc_clear_status) + i.drv_memc_enable_irq 0x000153b0 Section 0 drv_memc.o(i.drv_memc_enable_irq) + i.drv_memc_gen_a_tear_signal 0x000153f0 Section 0 drv_memc.o(i.drv_memc_gen_a_tear_signal) + i.drv_memc_get_status 0x000153fc Section 0 drv_memc.o(i.drv_memc_get_status) + i.drv_memc_rate_transfer_sel 0x0001540e Section 0 drv_memc.o(i.drv_memc_rate_transfer_sel) + i.drv_memc_sel_vsync 0x0001541e Section 0 drv_memc.o(i.drv_memc_sel_vsync) + i.drv_memc_set_active_height 0x0001542c Section 0 drv_memc.o(i.drv_memc_set_active_height) + i.drv_memc_set_data_mode 0x00015440 Section 0 drv_memc.o(i.drv_memc_set_data_mode) + i.drv_memc_set_double_buffer 0x0001544c Section 0 drv_memc.o(i.drv_memc_set_double_buffer) + i.drv_memc_set_double_buffer_reverse 0x0001545c Section 0 drv_memc.o(i.drv_memc_set_double_buffer_reverse) + i.drv_memc_set_fs_en_conditions 0x0001546e Section 0 drv_memc.o(i.drv_memc_set_fs_en_conditions) + i.drv_memc_set_inten 0x0001547e Section 0 drv_memc.o(i.drv_memc_set_inten) + i.drv_memc_set_lcdc_st_conditions 0x00015494 Section 0 drv_memc.o(i.drv_memc_set_lcdc_st_conditions) + i.drv_memc_set_ltpo_mode 0x000154ac Section 0 drv_memc.o(i.drv_memc_set_ltpo_mode) + i.drv_memc_set_tear_mode 0x000154c6 Section 0 drv_memc.o(i.drv_memc_set_tear_mode) + i.drv_memc_set_tear_waveform 0x000154d4 Section 0 drv_memc.o(i.drv_memc_set_tear_waveform) + i.drv_memc_set_vidc_sync_cnt 0x000154fc Section 0 drv_memc.o(i.drv_memc_set_vidc_sync_cnt) + i.drv_param_init_get_ccm 0x0001550c Section 0 drv_param_init.o(i.drv_param_init_get_ccm) + i.drv_param_init_get_scld_filter_h 0x00015514 Section 0 drv_param_init.o(i.drv_param_init_get_scld_filter_h) + i.drv_param_init_get_scld_filter_v 0x00015528 Section 0 drv_param_init.o(i.drv_param_init_get_scld_filter_v) + i.drv_param_init_get_sclu_filter 0x0001553c Section 0 drv_param_init.o(i.drv_param_init_get_sclu_filter) + i.drv_param_init_set_scld_filter 0x00015544 Section 0 drv_param_init.o(i.drv_param_init_set_scld_filter) + i.drv_param_p2r_filter_init 0x000155a8 Section 0 drv_param_init.o(i.drv_param_p2r_filter_init) + i.drv_phy_get_para 0x000155cc Section 0 drv_phy_common.o(i.drv_phy_get_para) + i.drv_pwr_set_cp_mode 0x00015620 Section 0 drv_pwr.o(i.drv_pwr_set_cp_mode) + i.drv_pwr_set_pvd_mode 0x00015640 Section 0 drv_pwr.o(i.drv_pwr_set_pvd_mode) + i.drv_pwr_set_system_clk_src 0x00015658 Section 0 drv_pwr.o(i.drv_pwr_set_system_clk_src) + i.drv_rx_phy_test_clear 0x00015688 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_clear) + drv_rx_phy_test_clear 0x00015689 Thumb Code 28 drv_dsi_rx.o(i.drv_rx_phy_test_clear) + i.drv_rx_phy_test_lock 0x000156a4 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_lock) + drv_rx_phy_test_lock 0x000156a5 Thumb Code 32 drv_dsi_rx.o(i.drv_rx_phy_test_lock) + i.drv_rx_phy_test_write 0x000156c4 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_write) + drv_rx_phy_test_write 0x000156c5 Thumb Code 66 drv_dsi_rx.o(i.drv_rx_phy_test_write) + i.drv_rx_phy_test_write_1_byte 0x00015706 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) + drv_rx_phy_test_write_1_byte 0x00015707 Thumb Code 14 drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) + i.drv_rx_phy_test_write_2_byte 0x00015714 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) + drv_rx_phy_test_write_2_byte 0x00015715 Thumb Code 16 drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) + i.drv_rxbr_clear_pkt_buffer 0x00015724 Section 0 drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) + i.drv_rxbr_clear_status0 0x0001572e Section 0 drv_rxbr.o(i.drv_rxbr_clear_status0) + i.drv_rxbr_enable_irq 0x00015732 Section 0 drv_rxbr.o(i.drv_rxbr_enable_irq) + i.drv_rxbr_frame_drop_cfg 0x0001578c Section 0 drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) + i.drv_rxbr_get_clk 0x000157a0 Section 0 drv_rxbr.o(i.drv_rxbr_get_clk) + i.drv_rxbr_get_col_addr 0x000157dc Section 0 drv_rxbr.o(i.drv_rxbr_get_col_addr) + i.drv_rxbr_get_int_source 0x000157e0 Section 0 hal_internal_vsync.o(i.drv_rxbr_get_int_source) + drv_rxbr_get_int_source 0x000157e1 Thumb Code 18 hal_internal_vsync.o(i.drv_rxbr_get_int_source) + i.drv_rxbr_get_page_addr 0x000157f2 Section 0 drv_rxbr.o(i.drv_rxbr_get_page_addr) + i.drv_rxbr_get_status0 0x000157f6 Section 0 hal_internal_vsync.o(i.drv_rxbr_get_status0) + drv_rxbr_get_status0 0x000157f7 Thumb Code 18 hal_internal_vsync.o(i.drv_rxbr_get_status0) + i.drv_rxbr_hline_rcv0_cfg 0x00015808 Section 0 drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) + i.drv_rxbr_hline_rcv_cfg 0x00015814 Section 0 drv_rxbr.o(i.drv_rxbr_hline_rcv_cfg) + i.drv_rxbr_register_irq0_callback 0x0001581c Section 0 drv_rxbr.o(i.drv_rxbr_register_irq0_callback) + i.drv_rxbr_register_irq1_callback 0x00015828 Section 0 drv_rxbr.o(i.drv_rxbr_register_irq1_callback) + i.drv_rxbr_set_ack_pkt_header 0x00015834 Section 0 drv_rxbr.o(i.drv_rxbr_set_ack_pkt_header) + i.drv_rxbr_set_cmd_filter 0x00015848 Section 0 drv_rxbr.o(i.drv_rxbr_set_cmd_filter) + i.drv_rxbr_set_color_format 0x00015914 Section 0 drv_rxbr.o(i.drv_rxbr_set_color_format) + i.drv_rxbr_set_inten 0x00015928 Section 0 drv_rxbr.o(i.drv_rxbr_set_inten) + i.drv_rxbr_set_ltpo_drop_th 0x0001593c Section 0 drv_rxbr.o(i.drv_rxbr_set_ltpo_drop_th) + i.drv_rxbr_set_usr_cfg 0x0001594c Section 0 drv_rxbr.o(i.drv_rxbr_set_usr_cfg) + i.drv_rxbr_set_usr_col 0x00015972 Section 0 drv_rxbr.o(i.drv_rxbr_set_usr_col) + i.drv_rxbr_set_usr_row 0x0001597a Section 0 drv_rxbr.o(i.drv_rxbr_set_usr_row) + i.drv_swire_enable 0x00015984 Section 0 drv_swire.o(i.drv_swire_enable) + i.drv_swire_set_int 0x000159a0 Section 0 drv_swire.o(i.drv_swire_set_int) + i.drv_sys_cfg_clear_all_int 0x000159e8 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_clear_all_int) + i.drv_sys_cfg_clear_pending 0x000159f4 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) + i.drv_sys_cfg_sel_ap_rst_lvl_trig 0x00015a1c Section 0 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) + i.drv_sys_cfg_sel_ap_rst_trig 0x00015a34 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) + i.drv_sys_cfg_set_int 0x00015a50 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_set_int) + i.drv_timer_clear_status_flags 0x00015a74 Section 0 drv_timer.o(i.drv_timer_clear_status_flags) + i.drv_timer_enable 0x00015a8e Section 0 drv_timer.o(i.drv_timer_enable) + i.drv_timer_get_instance 0x00015ab0 Section 0 drv_timer.o(i.drv_timer_get_instance) + i.drv_timer_get_prescaler 0x00015abc Section 0 drv_timer.o(i.drv_timer_get_prescaler) + i.drv_timer_register_callback 0x00015acc Section 0 drv_timer.o(i.drv_timer_register_callback) + i.drv_timer_set_current_count 0x00015adc Section 0 drv_timer.o(i.drv_timer_set_current_count) + i.drv_timer_set_int 0x00015ae8 Section 0 drv_timer.o(i.drv_timer_set_int) + i.drv_timer_set_match 0x00015b30 Section 0 drv_timer.o(i.drv_timer_set_match) + i.drv_timer_set_prescaler 0x00015b3c Section 0 drv_timer.o(i.drv_timer_set_prescaler) + i.drv_tx_phy_test_clear 0x00015b52 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_clear) + i.drv_tx_phy_test_enter 0x00015b5e Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_enter) + i.drv_tx_phy_test_exit 0x00015b7a Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_exit) + i.drv_tx_phy_test_write 0x00015b96 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write) + i.drv_tx_phy_test_write_1_byte 0x00015bb0 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) + i.drv_tx_phy_test_write_2_byte 0x00015bbe Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) + i.drv_tx_phy_test_write_code 0x00015bd0 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write_code) + i.drv_tx_phy_test_write_data 0x00015bf2 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write_data) + drv_tx_phy_test_write_data 0x00015bf3 Thumb Code 34 drv_dsi_tx.o(i.drv_tx_phy_test_write_data) + i.drv_vidc_clear_irq 0x00015c14 Section 0 drv_vidc.o(i.drv_vidc_clear_irq) + i.drv_vidc_enable 0x00015c1c Section 0 drv_vidc.o(i.drv_vidc_enable) + i.drv_vidc_enable_irq 0x00015c34 Section 0 drv_vidc.o(i.drv_vidc_enable_irq) + i.drv_vidc_get_irq_status 0x00015c74 Section 0 drv_vidc.o(i.drv_vidc_get_irq_status) + i.drv_vidc_init_module_enable 0x00015c88 Section 0 drv_vidc.o(i.drv_vidc_init_module_enable) + i.drv_vidc_register_callback 0x00015cb0 Section 0 drv_vidc.o(i.drv_vidc_register_callback) + i.drv_vidc_reset 0x00015cbc Section 0 drv_vidc.o(i.drv_vidc_reset) + i.drv_vidc_set_dst_parameter 0x00015cc2 Section 0 drv_vidc.o(i.drv_vidc_set_dst_parameter) + i.drv_vidc_set_irqen 0x00015cfe Section 0 drv_vidc.o(i.drv_vidc_set_irqen) + i.drv_vidc_set_mirror 0x00015d12 Section 0 drv_vidc.o(i.drv_vidc_set_mirror) + i.drv_vidc_set_p2r_hcoef0 0x00015d22 Section 0 drv_vidc.o(i.drv_vidc_set_p2r_hcoef0) + i.drv_vidc_set_p2r_hinitb 0x00015d2a Section 0 drv_vidc.o(i.drv_vidc_set_p2r_hinitb) + i.drv_vidc_set_p2r_hinitr 0x00015d50 Section 0 drv_vidc.o(i.drv_vidc_set_p2r_hinitr) + i.drv_vidc_set_pentile_swap 0x00015d78 Section 0 drv_vidc.o(i.drv_vidc_set_pentile_swap) + i.drv_vidc_set_pu_ctrl 0x00015d90 Section 0 drv_vidc.o(i.drv_vidc_set_pu_ctrl) + i.drv_vidc_set_rotation 0x00015d9a Section 0 drv_vidc.o(i.drv_vidc_set_rotation) + i.drv_vidc_set_scld_hcoef0 0x00015daa Section 0 drv_vidc.o(i.drv_vidc_set_scld_hcoef0) + i.drv_vidc_set_scld_hcoef1 0x00015db4 Section 0 drv_vidc.o(i.drv_vidc_set_scld_hcoef1) + i.drv_vidc_set_scld_step 0x00015dbe Section 0 drv_vidc.o(i.drv_vidc_set_scld_step) + i.drv_vidc_set_scld_vcoef0 0x00015dd0 Section 0 drv_vidc.o(i.drv_vidc_set_scld_vcoef0) + i.drv_vidc_set_scld_vcoef1 0x00015dda Section 0 drv_vidc.o(i.drv_vidc_set_scld_vcoef1) + i.drv_vidc_set_src_parameter 0x00015de4 Section 0 drv_vidc.o(i.drv_vidc_set_src_parameter) + i.drv_wdg_clear_edge_flag 0x00015dfc Section 0 drv_wdg.o(i.drv_wdg_clear_edge_flag) + drv_wdg_clear_edge_flag 0x00015dfd Thumb Code 12 drv_wdg.o(i.drv_wdg_clear_edge_flag) + i.drv_wdg_read_edge_flag 0x00015e0c Section 0 drv_wdg.o(i.drv_wdg_read_edge_flag) + drv_wdg_read_edge_flag 0x00015e0d Thumb Code 10 drv_wdg.o(i.drv_wdg_read_edge_flag) + i.drv_wdg_set_int 0x00015e1c Section 0 drv_wdg.o(i.drv_wdg_set_int) + i.fls_clr_interrupt_flag 0x00015e50 Section 0 drv_fls.o(i.fls_clr_interrupt_flag) + i.fputc 0x00015e5a Section 0 tau_log.o(i.fputc) + i.hal_dsi_rx_ctrl_create_handle 0x00015e70 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) + i.hal_dsi_rx_ctrl_deinit 0x00015ea0 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) + i.hal_dsi_rx_ctrl_dsc_async_handler 0x00015ec4 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) + i.hal_dsi_rx_ctrl_gen_a_tear_signal 0x00015f48 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) + i.hal_dsi_rx_ctrl_get_max_ret_size 0x00015f70 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) + i.hal_dsi_rx_ctrl_init 0x00015f98 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) + i.hal_dsi_rx_ctrl_init_clk 0x00016030 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) + hal_dsi_rx_ctrl_init_clk 0x00016031 Thumb Code 554 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) + i.hal_dsi_rx_ctrl_init_dsi_rx 0x000162f8 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) + hal_dsi_rx_ctrl_init_dsi_rx 0x000162f9 Thumb Code 182 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) + i.hal_dsi_rx_ctrl_init_memc 0x000163c0 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) + hal_dsi_rx_ctrl_init_memc 0x000163c1 Thumb Code 308 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) + i.hal_dsi_rx_ctrl_init_rxbr 0x000164fc Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) + hal_dsi_rx_ctrl_init_rxbr 0x000164fd Thumb Code 266 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) + i.hal_dsi_rx_ctrl_init_vidc 0x00016618 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) + hal_dsi_rx_ctrl_init_vidc 0x00016619 Thumb Code 544 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) + i.hal_dsi_rx_ctrl_pre_init_pps 0x00016844 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) + i.hal_dsi_rx_ctrl_send_ack_cmd 0x00016880 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) + i.hal_dsi_rx_ctrl_set_cus_scld_filter 0x00016970 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) + i.hal_dsi_rx_ctrl_set_cus_sync_line 0x000169dc Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) + i.hal_dsi_rx_ctrl_set_hw_tear_mode 0x00016a10 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) + i.hal_dsi_rx_ctrl_set_sw_tear_mode 0x00016a44 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) + i.hal_dsi_rx_ctrl_start 0x00016a78 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) + i.hal_dsi_rx_ctrl_stop 0x00016ab4 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) + i.hal_dsi_rx_ctrl_toggle_resolution 0x00016af0 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) + i.hal_dsi_tx_calc_video_chunks 0x00016b10 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) + hal_dsi_tx_calc_video_chunks 0x00016b11 Thumb Code 384 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) + i.hal_dsi_tx_count_lane_rate 0x00016ca0 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) + hal_dsi_tx_count_lane_rate 0x00016ca1 Thumb Code 1286 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) + i.hal_dsi_tx_ctrl_create_handle 0x000171ac Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) + i.hal_dsi_tx_ctrl_deinit 0x000171d8 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) + i.hal_dsi_tx_ctrl_enter_init_panel_mode 0x00017220 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) + i.hal_dsi_tx_ctrl_exit_init_panel_mode 0x0001726c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) + i.hal_dsi_tx_ctrl_init 0x00017294 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) + i.hal_dsi_tx_ctrl_init_clk 0x00017338 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) + hal_dsi_tx_ctrl_init_clk 0x00017339 Thumb Code 36 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) + i.hal_dsi_tx_ctrl_panel_reset_pin 0x0001735c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) + i.hal_dsi_tx_ctrl_set_overwrite_rgb 0x00017368 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) + i.hal_dsi_tx_ctrl_set_partial_disp 0x0001737c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) + i.hal_dsi_tx_ctrl_set_partial_disp_area 0x0001738c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) + i.hal_dsi_tx_ctrl_start 0x000173b0 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) + i.hal_dsi_tx_ctrl_stop 0x0001741c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) + i.hal_dsi_tx_ctrl_write_array_cmd 0x00017460 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) + i.hal_dsi_tx_ctrl_write_cmd 0x00017538 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) + i.hal_dsi_tx_init_data_mode 0x000175e8 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) + hal_dsi_tx_init_data_mode 0x000175e9 Thumb Code 58 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) + i.hal_dsi_tx_init_dpi_cfg 0x0001762c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) + hal_dsi_tx_init_dpi_cfg 0x0001762d Thumb Code 42 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) + i.hal_dsi_tx_init_interrupt 0x0001765c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) + hal_dsi_tx_init_interrupt 0x0001765d Thumb Code 28 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) + i.hal_dsi_tx_init_phy_cfg 0x0001767c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) + hal_dsi_tx_init_phy_cfg 0x0001767d Thumb Code 28 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) + i.hal_dsi_tx_init_remains 0x0001769c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) + hal_dsi_tx_init_remains 0x0001769d Thumb Code 142 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) + i.hal_dsi_tx_init_video_mode 0x00017730 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) + hal_dsi_tx_init_video_mode 0x00017731 Thumb Code 82 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) + i.hal_dsi_tx_phy_test_get_data 0x00017788 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_get_data) + hal_dsi_tx_phy_test_get_data 0x00017789 Thumb Code 108 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_get_data) + i.hal_dsi_tx_phy_test_setup 0x000177f8 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) + hal_dsi_tx_phy_test_setup 0x000177f9 Thumb Code 244 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) + i.hal_dsi_tx_send_cmd 0x000178ec Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) + hal_dsi_tx_send_cmd 0x000178ed Thumb Code 60 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) + i.hal_gpio_init_output 0x00017930 Section 0 hal_gpio.o(i.hal_gpio_init_output) + i.hal_gpio_set_ap_reset_int 0x00017958 Section 0 hal_gpio.o(i.hal_gpio_set_ap_reset_int) + i.hal_gpio_set_mode 0x000179a8 Section 0 hal_gpio.o(i.hal_gpio_set_mode) + i.hal_gpio_set_output_data 0x00017a08 Section 0 hal_gpio.o(i.hal_gpio_set_output_data) + i.hal_internal_init_memc 0x00017a10 Section 0 hal_internal_vsync.o(i.hal_internal_init_memc) + i.hal_internal_sync_get_fb_setting 0x00017af4 Section 0 hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) + i.hal_internal_sync_input_resolution_change 0x00017b04 Section 0 hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) + i.hal_internal_vsync_deinit 0x00017d18 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_deinit) + i.hal_internal_vsync_get_sync_line 0x00017d34 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) + i.hal_internal_vsync_init_rx 0x00017d4c Section 0 hal_internal_vsync.o(i.hal_internal_vsync_init_rx) + i.hal_internal_vsync_init_tx 0x00017e48 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_init_tx) + i.hal_internal_vsync_set_auto_hw_filter 0x00017ef8 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) + i.hal_internal_vsync_set_rx_state 0x00018014 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) + i.hal_internal_vsync_set_sync_line 0x00018028 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) + i.hal_internal_vsync_set_tear_mode 0x00018044 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) + i.hal_internal_vsync_set_tx_state 0x00018088 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) + i.hal_lcdc_config_ccm 0x000180c8 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) + hal_lcdc_config_ccm 0x000180c9 Thumb Code 30 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) + i.hal_lcdc_config_remains 0x000180ec Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) + hal_lcdc_config_remains 0x000180ed Thumb Code 68 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) + i.hal_lcdc_config_rgb_to_pentile 0x00018134 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) + hal_lcdc_config_rgb_to_pentile 0x00018135 Thumb Code 14 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) + i.hal_lcdc_config_upscaler 0x00018148 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) + hal_lcdc_config_upscaler 0x00018149 Thumb Code 346 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) + i.hal_lcdc_init_cfg 0x000182ac Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) + hal_lcdc_init_cfg 0x000182ad Thumb Code 60 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) + i.hal_lcdc_init_clk 0x000182ec Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) + hal_lcdc_init_clk 0x000182ed Thumb Code 288 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) + i.hal_lcdc_init_interrupt 0x00018420 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) + hal_lcdc_init_interrupt 0x00018421 Thumb Code 58 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) + i.hal_swire_deinit 0x00018460 Section 0 hal_swire.o(i.hal_swire_deinit) + i.hal_system_enable_systick 0x00018472 Section 0 hal_system.o(i.hal_system_enable_systick) + i.hal_system_init 0x0001847c Section 0 hal_system.o(i.hal_system_init) + i.hal_system_init_console 0x000184f8 Section 0 hal_system.o(i.hal_system_init_console) + i.hal_system_set_vcc 0x00018514 Section 0 hal_system.o(i.hal_system_set_vcc) + i.hal_timer_deinit 0x0001851c Section 0 hal_timer.o(i.hal_timer_deinit) + i.hal_timer_init 0x00018534 Section 0 hal_timer.o(i.hal_timer_init) + i.hal_timer_start 0x00018558 Section 0 hal_timer.o(i.hal_timer_start) + i.hal_timer_stop 0x000185ac Section 0 hal_timer.o(i.hal_timer_stop) + i.hal_uart_init 0x000185d4 Section 0 hal_uart.o(i.hal_uart_init) + i.hal_uart_transmit_blocking 0x00018660 Section 0 hal_uart.o(i.hal_uart_transmit_blocking) + i.handle_init 0x00018670 Section 0 irq_redirect .o(i.handle_init) + i.init_mipi_tx 0x00018780 Section 0 ap_demo.o(i.init_mipi_tx) + init_mipi_tx 0x00018781 Thumb Code 102 ap_demo.o(i.init_mipi_tx) + i.init_panel 0x000187ec Section 0 ap_demo.o(i.init_panel) + init_panel 0x000187ed Thumb Code 132 ap_demo.o(i.init_panel) + i.main 0x0001887c Section 0 main.o(i.main) + i.open_mipi_rx 0x00018888 Section 0 ap_demo.o(i.open_mipi_rx) + open_mipi_rx 0x00018889 Thumb Code 150 ap_demo.o(i.open_mipi_rx) + i.pps_update_handle 0x0001893c Section 0 ap_demo.o(i.pps_update_handle) + pps_update_handle 0x0001893d Thumb Code 118 ap_demo.o(i.pps_update_handle) + i.rx_get_dcs_packet_data 0x000189c4 Section 0 hal_internal_vsync.o(i.rx_get_dcs_packet_data) + rx_get_dcs_packet_data 0x000189c5 Thumb Code 654 hal_internal_vsync.o(i.rx_get_dcs_packet_data) + i.rx_partial_update 0x00018db8 Section 0 hal_internal_vsync.o(i.rx_partial_update) + rx_partial_update 0x00018db9 Thumb Code 304 hal_internal_vsync.o(i.rx_partial_update) + i.rx_receive_packet 0x00018ef8 Section 0 hal_internal_vsync.o(i.rx_receive_packet) + rx_receive_packet 0x00018ef9 Thumb Code 128 hal_internal_vsync.o(i.rx_receive_packet) + i.rx_receive_pps 0x00018f84 Section 0 hal_internal_vsync.o(i.rx_receive_pps) + rx_receive_pps 0x00018f85 Thumb Code 268 hal_internal_vsync.o(i.rx_receive_pps) + i.rxbr_irq0_callback 0x00019104 Section 0 hal_internal_vsync.o(i.rxbr_irq0_callback) + rxbr_irq0_callback 0x00019105 Thumb Code 158 hal_internal_vsync.o(i.rxbr_irq0_callback) + i.rxbr_irq1_callback 0x000191a8 Section 0 hal_internal_vsync.o(i.rxbr_irq1_callback) + rxbr_irq1_callback 0x000191a9 Thumb Code 222 hal_internal_vsync.o(i.rxbr_irq1_callback) + i.send_panel_init_code 0x00019318 Section 0 ap_demo.o(i.send_panel_init_code) + send_panel_init_code 0x00019319 Thumb Code 42 ap_demo.o(i.send_panel_init_code) + i.soft_gen_te 0x00019344 Section 0 hal_internal_vsync.o(i.soft_gen_te) + soft_gen_te 0x00019345 Thumb Code 116 hal_internal_vsync.o(i.soft_gen_te) + i.soft_timer3_cb 0x000193d0 Section 0 ap_demo.o(i.soft_timer3_cb) + soft_timer3_cb 0x000193d1 Thumb Code 24 ap_demo.o(i.soft_timer3_cb) + i.tx_display_on 0x000193f0 Section 0 ap_demo.o(i.tx_display_on) + tx_display_on 0x000193f1 Thumb Code 16 ap_demo.o(i.tx_display_on) + i.tx_panel_reset 0x00019404 Section 0 ap_demo.o(i.tx_panel_reset) + tx_panel_reset 0x00019405 Thumb Code 40 ap_demo.o(i.tx_panel_reset) + i.vidc_callback 0x0001942c Section 0 hal_internal_vsync.o(i.vidc_callback) + vidc_callback 0x0001942d Thumb Code 146 hal_internal_vsync.o(i.vidc_callback) + i.vpre_err_reset 0x000194e0 Section 0 hal_internal_vsync.o(i.vpre_err_reset) + vpre_err_reset 0x000194e1 Thumb Code 184 hal_internal_vsync.o(i.vpre_err_reset) + i.vsync_set_te_mode 0x000195b0 Section 0 hal_internal_vsync.o(i.vsync_set_te_mode) + vsync_set_te_mode 0x000195b1 Thumb Code 254 hal_internal_vsync.o(i.vsync_set_te_mode) + .constdata 0x0001974c Section 6544 ap_demo.o(.constdata) + g_cus_rx_dcs_execute_table 0x0001974c Data 96 ap_demo.o(.constdata) + .constdata 0x0001b0dc Section 260 hal_dsi_tx_ctrl.o(.constdata) + data_high_map 0x0001b0dc Data 160 hal_dsi_tx_ctrl.o(.constdata) + data_lp_map 0x0001b17c Data 100 hal_dsi_tx_ctrl.o(.constdata) + .constdata 0x0001b1e0 Section 210 hal_gpio.o(.constdata) + s_gpio_map 0x0001b1e0 Data 120 hal_gpio.o(.constdata) + s_gpio_perf 0x0001b258 Data 90 hal_gpio.o(.constdata) + .constdata 0x0001b2b4 Section 8 drv_param_init.o(.constdata) + .constdata 0x0001b2bc Section 32 drv_timer.o(.constdata) + s_timer_map 0x0001b2bc Data 32 drv_timer.o(.constdata) + .constdata 0x0001b2dc Section 312 drv_phy_common.o(.constdata) + phy_para_mapping_h 0x0001b2dc Data 184 drv_phy_common.o(.constdata) + phy_para_mapping_l 0x0001b394 Data 128 drv_phy_common.o(.constdata) + .conststring 0x0001b414 Section 78 ap_demo.o(.conststring) + .conststring 0x0001b464 Section 72 hal_dsi_rx_ctrl.o(.conststring) + .conststring 0x0001b4ac Section 308 hal_internal_vsync.o(.conststring) + .ARM.__AT_0x00070100 0x00070100 Section 192 irq_redirect .o(.ARM.__AT_0x00070100) + .data 0x000701d0 Section 1576 ap_demo.o(.data) + start_display_on 0x000701d0 Data 1 ap_demo.o(.data) + g_need_enter_sleep_mode 0x000701d1 Data 1 ap_demo.o(.data) + g_exit_sleep_mode 0x000701d2 Data 1 ap_demo.o(.data) + panel_display_done 0x000701d3 Data 1 ap_demo.o(.data) + bl_adj_flag 0x000701d4 Data 1 ap_demo.o(.data) + b3_read_flag 0x000701d6 Data 1 ap_demo.o(.data) + c8_read_flag 0x000701d7 Data 1 ap_demo.o(.data) + c9_read_flag 0x000701d8 Data 1 ap_demo.o(.data) + flag_5a 0x000701d9 Data 1 ap_demo.o(.data) + g_rx_ctrl_handle 0x000701e8 Data 4 ap_demo.o(.data) + g_tx_ctrl_handle 0x000701ec Data 4 ap_demo.o(.data) + value_reg_df 0x000701f4 Data 4 ap_demo.o(.data) + rx_720_filter_H_2 0x000701f8 Data 256 ap_demo.o(.data) + rx_720_filter_V_2 0x000702f8 Data 256 ap_demo.o(.data) + rx_1080_filter_H_2 0x000703f8 Data 256 ap_demo.o(.data) + rx_1080_filter_V_2 0x000704f8 Data 256 ap_demo.o(.data) + .data 0x000707f8 Section 228 app_tp_for_custom_s8.o(.data) + app_tp_count 0x00070802 Data 1 app_tp_for_custom_s8.o(.data) + phone_85_flag 0x00070803 Data 1 app_tp_for_custom_s8.o(.data) + phone_F6_flag 0x00070804 Data 1 app_tp_for_custom_s8.o(.data) + phone_E4_flag 0x00070805 Data 1 app_tp_for_custom_s8.o(.data) + phone_72_flag 0x00070806 Data 1 app_tp_for_custom_s8.o(.data) + phone_75_flag 0x00070807 Data 1 app_tp_for_custom_s8.o(.data) + phone_92_flag 0x00070808 Data 1 app_tp_for_custom_s8.o(.data) + phone_74_flag 0x00070809 Data 1 app_tp_for_custom_s8.o(.data) + u16CoordY 0x0007080c Data 2 app_tp_for_custom_s8.o(.data) + u16CoordX 0x0007080e Data 2 app_tp_for_custom_s8.o(.data) + u16CoordY_back 0x00070810 Data 2 app_tp_for_custom_s8.o(.data) + u16CoordX_back 0x00070812 Data 2 app_tp_for_custom_s8.o(.data) + .data 0x000708dc Section 8 hal_dsi_rx_ctrl.o(.data) + g_hw_auto_filter 0x000708dc Data 1 hal_dsi_rx_ctrl.o(.data) + g_esc_clk 0x000708e0 Data 4 hal_dsi_rx_ctrl.o(.data) + .data 0x000708e4 Section 1 hal_dsi_tx_ctrl.o(.data) + g_tx_mode 0x000708e4 Data 1 hal_dsi_tx_ctrl.o(.data) + .data 0x000708e8 Section 4 hal_internal_vsync.o(.data) + sg_cur_te_info 0x000708e8 Data 4 hal_internal_vsync.o(.data) + .data 0x000708ec Section 18 norflash.o(.data) + tmprg 0x000708f4 Data 4 norflash.o(.data) + .data 0x00070900 Section 12 drv_common.o(.data) + s_my_tick 0x00070900 Data 4 drv_common.o(.data) + .data 0x0007090c Section 4 drv_gpio.o(.data) + g_ap_reset_cb 0x0007090c Data 4 drv_gpio.o(.data) + .data 0x00070910 Section 1188 drv_param_init.o(.data) + .data 0x00070db4 Section 8 drv_rxbr.o(.data) + .data 0x00070dbc Section 8 drv_swire.o(.data) + s_swire_cb 0x00070dbc Data 8 drv_swire.o(.data) + .data 0x00070dc4 Section 1 drv_sys_cfg.o(.data) + sg_ap_rstn_trigger_type 0x00070dc4 Data 1 drv_sys_cfg.o(.data) + .data 0x00070dc8 Section 4 drv_vidc.o(.data) + .data 0x00070dcc Section 4 drv_i2c_master.o(.data) + i2c1_intr_callback 0x00070dcc Data 4 drv_i2c_master.o(.data) + .data 0x00070dd0 Section 8 drv_i2c_slave.o(.data) + i2c0_intr_callback 0x00070dd0 Data 4 drv_i2c_slave.o(.data) + .data 0x00070dd8 Section 4 drv_spi_master.o(.data) + SPIM_intr_callback 0x00070dd8 Data 4 drv_spi_master.o(.data) + .data 0x00070ddc Section 12 drv_chip_info.o(.data) + sg_chip_info 0x00070ddc Data 4 drv_chip_info.o(.data) + sg_chip_function 0x00070de0 Data 4 drv_chip_info.o(.data) + sg_chip_encrypt 0x00070de4 Data 4 drv_chip_info.o(.data) + .data 0x00070de8 Section 12 drv_pwm.o(.data) + s_pwm_type 0x00070de8 Data 1 drv_pwm.o(.data) + s_pwm_cb 0x00070dec Data 8 drv_pwm.o(.data) + .data 0x00070df4 Section 8 drv_uart.o(.data) + s_UartFcrReg 0x00070df4 Data 4 drv_uart.o(.data) + uart_userData 0x00070df8 Data 4 drv_uart.o(.data) + .data 0x00070dfc Section 8 drv_wdg.o(.data) + s_wdg_cb 0x00070dfc Data 8 drv_wdg.o(.data) + .data 0x00070e04 Section 4 stdout.o(.data) + .bss 0x00070e08 Section 192 hal_dsi_rx_ctrl.o(.bss) + g_rx_ctrl_handle 0x00070e08 Data 192 hal_dsi_rx_ctrl.o(.bss) + .bss 0x00070ec8 Section 72 hal_dsi_tx_ctrl.o(.bss) + g_tx_ctrl_handle 0x00070ec8 Data 72 hal_dsi_tx_ctrl.o(.bss) + .bss 0x00070f10 Section 256 tau_log.o(.bss) + .bss 0x00071010 Section 208 hal_uart.o(.bss) + .bss 0x000710e0 Section 2392 hal_internal_vsync.o(.bss) + g_imm_buffer 0x00071918 Data 255 hal_internal_vsync.o(.bss) + sg_te_info 0x00071a18 Data 12 hal_internal_vsync.o(.bss) + g_imm_packet 0x00071a24 Data 20 hal_internal_vsync.o(.bss) + .bss 0x00071a38 Section 4144 dcs_packet_fifo.o(.bss) + .bss 0x00072a68 Section 28 drv_dma.o(.bss) + s_dma_handle 0x00072a68 Data 28 drv_dma.o(.bss) + .bss 0x00072a84 Section 64 drv_gpio.o(.bss) + s_gpio_cb 0x00072a84 Data 64 drv_gpio.o(.bss) + .bss 0x00072ac4 Section 32 drv_timer.o(.bss) + s_timer_cb 0x00072ac4 Data 32 drv_timer.o(.bss) + .bss 0x00072ae4 Section 32 hal_spi_slave.o(.bss) + STACK 0x00072b08 Section 4096 startup_armcm0.o(STACK) + + Global Symbols + + Symbol Name Value Ov Type Size Object(Section) + + BuildAttributes$$THM_ISAv3M$S$PE$A:L22$X:L11$S22$IEEE1$IW$USESV6$~STKCKD$USESV7$~SHL$OTIME$ROPI$IEEEJ$EBA8$MICROLIB$REQ8$PRES8$EABIv2 0x00000000 Number 0 anon$$obj.o ABSOLUTE + __ARM_use_no_argv 0x00000000 Number 0 main.o ABSOLUTE + _printf_a 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_c 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_charcount 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_d 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_e 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_f 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_flags 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_fp_dec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_fp_hex 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_g 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_i 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_int_dec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_l 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_lc 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_ll 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_lld 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_lli 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_llo 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_llu 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_llx 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_longlong_dec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_longlong_hex 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_longlong_oct 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_ls 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_mbtowc 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_n 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_o 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_p 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_percent 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_pre_padding 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_return_value 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_s 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_sizespec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_str 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_truncate_signed 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_truncate_unsigned 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_u 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_wc 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_wctomb 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_widthprec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_x 0x00000000 Number 0 stubs.o ABSOLUTE + __cpp_initialize__aeabi_ - Undefined Weak Reference + __cxa_finalize - Undefined Weak Reference + _clock_init - Undefined Weak Reference + _microlib_exit - Undefined Weak Reference + __Vectors_Size 0x000000c0 Number 0 startup_armcm0.o ABSOLUTE + __Vectors 0x00010000 Data 4 startup_armcm0.o(RESET) + __Vectors_End 0x000100c0 Data 0 startup_armcm0.o(RESET) + __main 0x000100c1 Thumb Code 0 entry.o(.ARM.Collect$$$$00000000) + _main_stk 0x000100c1 Thumb Code 0 entry2.o(.ARM.Collect$$$$00000001) + _main_scatterload 0x000100c5 Thumb Code 0 entry5.o(.ARM.Collect$$$$00000004) + __main_after_scatterload 0x000100c9 Thumb Code 0 entry5.o(.ARM.Collect$$$$00000004) + _main_clock 0x000100c9 Thumb Code 0 entry7b.o(.ARM.Collect$$$$00000008) + _main_cpp_init 0x000100c9 Thumb Code 0 entry8b.o(.ARM.Collect$$$$0000000A) + _main_init 0x000100c9 Thumb Code 0 entry9a.o(.ARM.Collect$$$$0000000B) + __rt_final_cpp 0x000100d1 Thumb Code 0 entry10a.o(.ARM.Collect$$$$0000000D) + __rt_final_exit 0x000100d1 Thumb Code 0 entry11a.o(.ARM.Collect$$$$0000000F) + Reset_Handler 0x000100d5 Thumb Code 28 startup_armcm0.o(.text) + NMI_Handler 0x000100f1 Thumb Code 2 startup_armcm0.o(.text) + SVC_Handler 0x000100f5 Thumb Code 2 startup_armcm0.o(.text) + PendSV_Handler 0x000100f7 Thumb Code 2 startup_armcm0.o(.text) + OTP_IRQn_Handler 0x00010123 Thumb Code 2 startup_armcm0.o(.text) + PVD_IRQn_Handler 0x00010127 Thumb Code 2 startup_armcm0.o(.text) + __aeabi_uidiv 0x0001014d Thumb Code 0 uidiv.o(.text) + __aeabi_uidivmod 0x0001014d Thumb Code 44 uidiv.o(.text) + __aeabi_idiv 0x00010179 Thumb Code 0 idiv.o(.text) + __aeabi_idivmod 0x00010179 Thumb Code 40 idiv.o(.text) + __aeabi_memcpy 0x000101a1 Thumb Code 36 memcpya.o(.text) + __aeabi_memcpy4 0x000101a1 Thumb Code 0 memcpya.o(.text) + __aeabi_memcpy8 0x000101a1 Thumb Code 0 memcpya.o(.text) + __aeabi_memset 0x000101c5 Thumb Code 14 memseta.o(.text) + __aeabi_memset4 0x000101c5 Thumb Code 0 memseta.o(.text) + __aeabi_memset8 0x000101c5 Thumb Code 0 memseta.o(.text) + __aeabi_memclr 0x000101d3 Thumb Code 4 memseta.o(.text) + __aeabi_memclr4 0x000101d3 Thumb Code 0 memseta.o(.text) + __aeabi_memclr8 0x000101d3 Thumb Code 0 memseta.o(.text) + _memset$wrapper 0x000101d7 Thumb Code 18 memseta.o(.text) + __aeabi_fadd 0x000101e9 Thumb Code 162 fadd.o(.text) + __aeabi_fsub 0x0001028b Thumb Code 8 fadd.o(.text) + __aeabi_frsub 0x00010293 Thumb Code 8 fadd.o(.text) + __aeabi_fmul 0x0001029b Thumb Code 122 fmul.o(.text) + __aeabi_fdiv 0x00010315 Thumb Code 124 fdiv.o(.text) + __ARM_scalbnf 0x00010391 Thumb Code 24 fscalb.o(.text) + scalbnf 0x00010391 Thumb Code 0 fscalb.o(.text) + __aeabi_dadd 0x000103a9 Thumb Code 328 dadd.o(.text) + __aeabi_dsub 0x000104f1 Thumb Code 12 dadd.o(.text) + __aeabi_drsub 0x000104fd Thumb Code 12 dadd.o(.text) + __aeabi_dmul 0x0001050d Thumb Code 202 dmul.o(.text) + __aeabi_ddiv 0x000105dd Thumb Code 234 ddiv.o(.text) + __aeabi_i2f 0x000106cd Thumb Code 22 fflti.o(.text) + __aeabi_ui2f 0x000106e3 Thumb Code 14 ffltui.o(.text) + __aeabi_ui2d 0x000106f1 Thumb Code 24 dfltui.o(.text) + __aeabi_f2iz 0x0001070d Thumb Code 50 ffixi.o(.text) + __aeabi_f2uiz 0x0001073f Thumb Code 40 ffixui.o(.text) + __aeabi_d2iz 0x00010769 Thumb Code 62 dfixi.o(.text) + __aeabi_d2uiz 0x000107b1 Thumb Code 50 dfixui.o(.text) + __aeabi_f2d 0x000107ed Thumb Code 40 f2d.o(.text) + __aeabi_cfrcmple 0x00010815 Thumb Code 20 cfrcmple.o(.text) + __aeabi_uldivmod 0x00010829 Thumb Code 96 uldiv.o(.text) + __aeabi_llsl 0x00010889 Thumb Code 32 llshl.o(.text) + _ll_shift_l 0x00010889 Thumb Code 0 llshl.o(.text) + __aeabi_llsr 0x000108a9 Thumb Code 34 llushr.o(.text) + _ll_ushift_r 0x000108a9 Thumb Code 0 llushr.o(.text) + __aeabi_lasr 0x000108cb Thumb Code 38 llsshr.o(.text) + _ll_sshift_r 0x000108cb Thumb Code 0 llsshr.o(.text) + __I$use$fp 0x000108f1 Thumb Code 0 iusefp.o(.text) + _float_round 0x000108f1 Thumb Code 16 fepilogue.o(.text) + _float_epilogue 0x00010901 Thumb Code 114 fepilogue.o(.text) + _double_round 0x00010973 Thumb Code 26 depilogue.o(.text) + _double_epilogue 0x0001098d Thumb Code 164 depilogue.o(.text) + __aeabi_d2ulz 0x00010a31 Thumb Code 54 dfixul.o(.text) + __aeabi_cdrcmple 0x00010a71 Thumb Code 38 cdrcmple.o(.text) + __scatterload 0x00010a99 Thumb Code 28 init.o(.text) + __scatterload_rt2 0x00010a99 Thumb Code 0 init.o(.text) + __decompress 0x00010abd Thumb Code 0 __dczerorl2.o(.text) + __decompress1 0x00010abd Thumb Code 86 __dczerorl2.o(.text) + ADC_IRQn_Handler 0x00010b15 Thumb Code 18 irq_redirect .o(i.ADC_IRQn_Handler) + AP_NRESET_IRQn_Handler 0x00010b2d Thumb Code 18 irq_redirect .o(i.AP_NRESET_IRQn_Handler) + DMA_IRQn_Handler 0x00010b45 Thumb Code 14 irq_redirect .o(i.DMA_IRQn_Handler) + EXTI_INT0_IRQn_Handler 0x00010b59 Thumb Code 22 irq_redirect .o(i.EXTI_INT0_IRQn_Handler) + EXTI_INT1_IRQn_Handler 0x00010b75 Thumb Code 22 irq_redirect .o(i.EXTI_INT1_IRQn_Handler) + EXTI_INT2_IRQn_Handler 0x00010b91 Thumb Code 22 irq_redirect .o(i.EXTI_INT2_IRQn_Handler) + EXTI_INT3_IRQn_Handler 0x00010bad Thumb Code 22 irq_redirect .o(i.EXTI_INT3_IRQn_Handler) + EXTI_INT4_IRQn_Handler 0x00010bc9 Thumb Code 22 irq_redirect .o(i.EXTI_INT4_IRQn_Handler) + EXTI_INT5_IRQn_Handler 0x00010be5 Thumb Code 22 irq_redirect .o(i.EXTI_INT5_IRQn_Handler) + EXTI_INT6_IRQn_Handler 0x00010c01 Thumb Code 22 irq_redirect .o(i.EXTI_INT6_IRQn_Handler) + EXTI_INT7_IRQn_Handler 0x00010c1d Thumb Code 22 irq_redirect .o(i.EXTI_INT7_IRQn_Handler) + FLSCTRL_IRQn_Handler 0x00010c39 Thumb Code 14 irq_redirect .o(i.FLSCTRL_IRQn_Handler) + Gpio_swire_output 0x00010c4d Thumb Code 110 ap_demo.o(i.Gpio_swire_output) + HardFault_Handler 0x00010cc1 Thumb Code 14 irq_redirect .o(i.HardFault_Handler) + I2C0_IRQn_Handler 0x00010cd5 Thumb Code 18 irq_redirect .o(i.I2C0_IRQn_Handler) + I2C1_IRQn_Handler 0x00010ced Thumb Code 18 irq_redirect .o(i.I2C1_IRQn_Handler) + LCDC_IRQn_Handler 0x00010d05 Thumb Code 18 irq_redirect .o(i.LCDC_IRQn_Handler) + LOG_printf 0x00010d1d Thumb Code 30 tau_log.o(i.LOG_printf) + MEMC_IRQn_Handler 0x00010d45 Thumb Code 18 irq_redirect .o(i.MEMC_IRQn_Handler) + MIPI_RX_IRQn_Handler 0x00010d5d Thumb Code 18 irq_redirect .o(i.MIPI_RX_IRQn_Handler) + MIPI_TX_IRQn_Handler 0x00010d75 Thumb Code 18 irq_redirect .o(i.MIPI_TX_IRQn_Handler) + PWMDET_IRQn_Handler 0x00010d8d Thumb Code 22 irq_redirect .o(i.PWMDET_IRQn_Handler) + SPIM_IRQn_Handler 0x00010da9 Thumb Code 22 irq_redirect .o(i.SPIM_IRQn_Handler) + SPIS_IRQn_Handler 0x00010dc5 Thumb Code 22 irq_redirect .o(i.SPIS_IRQn_Handler) + SWIRE_IRQn_Handler 0x00010de1 Thumb Code 22 irq_redirect .o(i.SWIRE_IRQn_Handler) + SysTick_Handler 0x00010dfd Thumb Code 18 irq_redirect .o(i.SysTick_Handler) + TIMER0_IRQn_Handler 0x00010e15 Thumb Code 18 irq_redirect .o(i.TIMER0_IRQn_Handler) + TIMER1_IRQn_Handler 0x00010e2d Thumb Code 18 irq_redirect .o(i.TIMER1_IRQn_Handler) + TIMER2_IRQn_Handler 0x00010e45 Thumb Code 18 irq_redirect .o(i.TIMER2_IRQn_Handler) + TIMER3_IRQn_Handler 0x00010e5d Thumb Code 18 irq_redirect .o(i.TIMER3_IRQn_Handler) + UART0_IRQ_Handle 0x00010e75 Thumb Code 20 drv_uart.o(i.UART0_IRQ_Handle) + UART_DisableDma 0x00010e91 Thumb Code 2 drv_uart.o(i.UART_DisableDma) + UART_GetInstance 0x00010e93 Thumb Code 4 drv_uart.o(i.UART_GetInstance) + UART_IRQn_Handler 0x00010e99 Thumb Code 18 irq_redirect .o(i.UART_IRQn_Handler) + UART_ResetRxFIFO 0x00010eb1 Thumb Code 32 drv_uart.o(i.UART_ResetRxFIFO) + UART_SetBaudRate 0x00010ed5 Thumb Code 72 drv_uart.o(i.UART_SetBaudRate) + UART_SwitchSCLK 0x00010f1d Thumb Code 26 drv_uart.o(i.UART_SwitchSCLK) + UART_WriteBlocking 0x00010f37 Thumb Code 26 drv_uart.o(i.UART_WriteBlocking) + VIDC_IRQn_Handler 0x00010f51 Thumb Code 18 irq_redirect .o(i.VIDC_IRQn_Handler) + VPRE_IRQn_Handler 0x00010f69 Thumb Code 18 irq_redirect .o(i.VPRE_IRQn_Handler) + WDG_IRQn_Handler 0x00010f81 Thumb Code 18 irq_redirect .o(i.WDG_IRQn_Handler) + __0printf 0x00010f99 Thumb Code 24 printfa.o(i.__0printf) + __1printf 0x00010f99 Thumb Code 0 printfa.o(i.__0printf) + __2printf 0x00010f99 Thumb Code 0 printfa.o(i.__0printf) + __c89printf 0x00010f99 Thumb Code 0 printfa.o(i.__0printf) + printf 0x00010f99 Thumb Code 0 printfa.o(i.__0printf) + __0vsprintf 0x00010fb9 Thumb Code 30 printfa.o(i.__0vsprintf) + __1vsprintf 0x00010fb9 Thumb Code 0 printfa.o(i.__0vsprintf) + __2vsprintf 0x00010fb9 Thumb Code 0 printfa.o(i.__0vsprintf) + __c89vsprintf 0x00010fb9 Thumb Code 0 printfa.o(i.__0vsprintf) + vsprintf 0x00010fb9 Thumb Code 0 printfa.o(i.__0vsprintf) + __ARM_common_switch8 0x00010fdd Thumb Code 26 ap_demo.o(i.__ARM_common_switch8) + __scatterload_null 0x00010ff7 Thumb Code 2 handlers.o(i.__scatterload_null) + app_UART_IRQn_Handler 0x00010ff9 Thumb Code 8 drv_uart.o(i.app_UART_IRQn_Handler) + s_RAM_CK 0x00011000 Data 20 drv_common.o(.ARM.__at_0x11000) + UART_TransferHandleIRQ 0x00011015 Thumb Code 308 drv_uart.o(i.UART_TransferHandleIRQ) + UART_init 0x00011149 Thumb Code 182 drv_uart.o(i.UART_init) + __ARM_clz 0x00011205 Thumb Code 46 depilogue.o(i.__ARM_clz) + __scatterload_copy 0x000112c9 Thumb Code 14 handlers.o(i.__scatterload_copy) + __scatterload_zeroinit 0x000112d7 Thumb Code 14 handlers.o(i.__scatterload_zeroinit) + ap_demo 0x00012f51 Thumb Code 182 ap_demo.o(i.ap_demo) + app_ADC_IRQn_Handler 0x000135d5 Thumb Code 22 drv_rxbr.o(i.app_ADC_IRQn_Handler) + app_AP_NRESET_IRQn_Handler 0x000135f1 Thumb Code 32 drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) + app_EXTI_INT0_IRQn_Handler 0x00013615 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) + app_EXTI_INT1_IRQn_Handler 0x00013631 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) + app_EXTI_INT2_IRQn_Handler 0x0001364d Thumb Code 22 drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) + app_EXTI_INT3_IRQn_Handler 0x00013669 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) + app_EXTI_INT4_IRQn_Handler 0x00013685 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) + app_EXTI_INT5_IRQn_Handler 0x000136a1 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) + app_EXTI_INT6_IRQn_Handler 0x000136bd Thumb Code 22 drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) + app_EXTI_INT7_IRQn_Handler 0x000136d9 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) + app_HardFault_Handler 0x000136f5 Thumb Code 12 drv_common.o(i.app_HardFault_Handler) + app_I2C0_IRQn_Handler 0x0001373d Thumb Code 8 drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) + app_I2C1_IRQn_Handler 0x0001374d Thumb Code 8 drv_i2c_master.o(i.app_I2C1_IRQn_Handler) + app_LCDC_IRQn_Handler 0x0001375d Thumb Code 98 hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) + app_MEMC_IRQn_Handler 0x0001383d Thumb Code 132 drv_memc.o(i.app_MEMC_IRQn_Handler) + app_MIPI_RX_IRQn_Handler 0x000138c5 Thumb Code 228 drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) + app_MIPI_TX_IRQn_Handler 0x00013b51 Thumb Code 56 drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) + app_PWMDET_IRQn_Handler 0x00013bf1 Thumb Code 62 drv_pwm.o(i.app_PWMDET_IRQn_Handler) + app_SPIM_IRQn_Handler 0x00013c39 Thumb Code 34 drv_spi_master.o(i.app_SPIM_IRQn_Handler) + app_SPIS_IRQn_Handler 0x00013c69 Thumb Code 152 hal_spi_slave.o(i.app_SPIS_IRQn_Handler) + app_SWIRE_IRQn_Handler 0x00013d0d Thumb Code 28 drv_swire.o(i.app_SWIRE_IRQn_Handler) + app_SysTick_Handler 0x00013d2d Thumb Code 20 drv_common.o(i.app_SysTick_Handler) + app_TIMER0_IRQn_Handler 0x00013d45 Thumb Code 32 drv_timer.o(i.app_TIMER0_IRQn_Handler) + app_TIMER1_IRQn_Handler 0x00013d69 Thumb Code 32 drv_timer.o(i.app_TIMER1_IRQn_Handler) + app_TIMER2_IRQn_Handler 0x00013d8d Thumb Code 32 drv_timer.o(i.app_TIMER2_IRQn_Handler) + app_TIMER3_IRQn_Handler 0x00013db1 Thumb Code 48 drv_timer.o(i.app_TIMER3_IRQn_Handler) + app_VIDC_IRQn_Handler 0x00013de5 Thumb Code 22 drv_vidc.o(i.app_VIDC_IRQn_Handler) + app_VPRE_IRQn_Handler 0x00013e01 Thumb Code 22 drv_rxbr.o(i.app_VPRE_IRQn_Handler) + app_WDG_IRQn_Handler 0x00013e1d Thumb Code 40 drv_wdg.o(i.app_WDG_IRQn_Handler) + app_dma_irq_handler 0x00013e49 Thumb Code 10 drv_dma.o(i.app_dma_irq_handler) + app_fls_ctrl_Handler 0x00013e59 Thumb Code 38 norflash.o(i.app_fls_ctrl_Handler) + board_Init 0x00013e89 Thumb Code 24 board.o(i.board_Init) + ceil 0x00014159 Thumb Code 180 ceil.o(i.ceil) + dcs_packet_fifo_alloc 0x000142dd Thumb Code 80 dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) + dcs_packet_fifo_init 0x00014335 Thumb Code 18 dcs_packet_fifo.o(i.dcs_packet_fifo_init) + dcs_packet_free_fifo_header 0x0001434d Thumb Code 60 dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) + dcs_packet_get_fifo_header 0x00014391 Thumb Code 26 dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) + delayMs 0x000143d1 Thumb Code 24 tau_delay.o(i.delayMs) + delayUs 0x000143e9 Thumb Code 34 tau_delay.o(i.delayUs) + drv_ap_rst_trig_edge_detect 0x0001440d Thumb Code 46 drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) + drv_chip_info_get_info 0x00014445 Thumb Code 6 drv_chip_info.o(i.drv_chip_info_get_info) + drv_chip_info_init 0x00014451 Thumb Code 56 drv_chip_info.o(i.drv_chip_info_init) + drv_chip_rx_info_check 0x00014491 Thumb Code 122 drv_chip_info.o(i.drv_chip_rx_info_check) + drv_chip_rx_init_done 0x00014559 Thumb Code 16 drv_chip_info.o(i.drv_chip_rx_init_done) + drv_common_enable_systick 0x0001456d Thumb Code 70 drv_common.o(i.drv_common_enable_systick) + drv_common_system_init 0x000145c5 Thumb Code 8 drv_common.o(i.drv_common_system_init) + drv_crgu_clear_all_reset_flags 0x000145cd Thumb Code 8 drv_crgu.o(i.drv_crgu_clear_all_reset_flags) + drv_crgu_config_reset_modules 0x000145d9 Thumb Code 10 drv_crgu.o(i.drv_crgu_config_reset_modules) + drv_crgu_set_ahb_pre_div 0x000145e9 Thumb Code 14 drv_crgu.o(i.drv_crgu_set_ahb_pre_div) + drv_crgu_set_ahb_src 0x000145fd Thumb Code 16 drv_crgu.o(i.drv_crgu_set_ahb_src) + drv_crgu_set_clock 0x00014611 Thumb Code 26 drv_crgu.o(i.drv_crgu_set_clock) + drv_crgu_set_dpi_mux_src 0x00014631 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dpi_mux_src) + drv_crgu_set_dpi_pre_div 0x00014645 Thumb Code 18 drv_crgu.o(i.drv_crgu_set_dpi_pre_div) + drv_crgu_set_dpi_pre_src 0x0001465d Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dpi_pre_src) + drv_crgu_set_dsc_core_div 0x00014671 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dsc_core_div) + drv_crgu_set_dsco_src 0x00014685 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dsco_src) + drv_crgu_set_dsco_src_div 0x00014699 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dsco_src_div) + drv_crgu_set_fb_div 0x000146ad Thumb Code 16 drv_crgu.o(i.drv_crgu_set_fb_div) + drv_crgu_set_fb_src 0x000146c1 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_fb_src) + drv_crgu_set_lcdc_div 0x000146d5 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_lcdc_div) + drv_crgu_set_lcdc_src 0x000146e9 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_lcdc_src) + drv_crgu_set_mipi_cfg_src 0x000146fd Thumb Code 16 drv_crgu.o(i.drv_crgu_set_mipi_cfg_src) + drv_crgu_set_mipi_ref_src 0x00014711 Thumb Code 18 drv_crgu.o(i.drv_crgu_set_mipi_ref_src) + drv_crgu_set_reset 0x00014729 Thumb Code 20 drv_crgu.o(i.drv_crgu_set_reset) + drv_crgu_set_rxbr_div 0x00014741 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_rxbr_div) + drv_crgu_set_rxbr_src 0x00014755 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_rxbr_src) + drv_crgu_set_vidc_src 0x00014769 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_vidc_src) + drv_dma_clear_flag 0x0001477d Thumb Code 24 drv_dma.o(i.drv_dma_clear_flag) + drv_dma_get_channel_flag 0x00014795 Thumb Code 12 drv_dma.o(i.drv_dma_get_channel_flag) + drv_dma_irq_handler 0x000147a1 Thumb Code 138 drv_dma.o(i.drv_dma_irq_handler) + drv_dsc_dec_convert_pps_rc_parameter 0x00014831 Thumb Code 54 drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) + drv_dsc_dec_disable 0x00014867 Thumb Code 12 drv_dsc_dec.o(i.drv_dsc_dec_disable) + drv_dsc_dec_enable 0x00014875 Thumb Code 88 drv_dsc_dec.o(i.drv_dsc_dec_enable) + drv_dsc_dec_get_nslc 0x000148e9 Thumb Code 10 drv_dsc_dec.o(i.drv_dsc_dec_get_nslc) + drv_dsc_dec_set_u8_pps 0x000148f3 Thumb Code 40 drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) + drv_dsi_rx_calc_ipi_tx_delay 0x0001491d Thumb Code 244 drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) + drv_dsi_rx_enable_irq 0x00014a21 Thumb Code 58 drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) + drv_dsi_rx_get_compression_en 0x00014acd Thumb Code 8 drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) + drv_dsi_rx_get_max_ret_size 0x00014ad5 Thumb Code 6 drv_dsi_rx.o(i.drv_dsi_rx_get_max_ret_size) + drv_dsi_rx_power_up 0x00014adb Thumb Code 14 drv_dsi_rx.o(i.drv_dsi_rx_power_up) + drv_dsi_rx_set_ctrl_cfg 0x00014ae9 Thumb Code 32 drv_dsi_rx.o(i.drv_dsi_rx_set_ctrl_cfg) + drv_dsi_rx_set_ddi_cfg 0x00014b09 Thumb Code 16 drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) + drv_dsi_rx_set_inten 0x00014b19 Thumb Code 4 drv_dsi_rx.o(i.drv_dsi_rx_set_inten) + drv_dsi_rx_set_ipi_cfg 0x00014b1d Thumb Code 16 drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_cfg) + drv_dsi_rx_set_lane_swap 0x00014b2d Thumb Code 70 drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) + drv_dsi_rx_set_up_phy 0x00014b75 Thumb Code 202 drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) + drv_dsi_rx_shut_down 0x00014c45 Thumb Code 14 drv_dsi_rx.o(i.drv_dsi_rx_shut_down) + drv_dsi_tx_command_header 0x00014c53 Thumb Code 20 drv_dsi_tx.o(i.drv_dsi_tx_command_header) + drv_dsi_tx_command_mode_cfg 0x00014c67 Thumb Code 108 drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) + drv_dsi_tx_command_put_payload 0x00014cd3 Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) + drv_dsi_tx_config_eotp 0x00014cd7 Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) + drv_dsi_tx_config_int 0x00014cef Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_config_int) + drv_dsi_tx_dpi_lpcmd_time 0x00014cf7 Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_dpi_lpcmd_time) + drv_dsi_tx_dpi_mode 0x00014cff Thumb Code 10 drv_dsi_tx.o(i.drv_dsi_tx_dpi_mode) + drv_dsi_tx_dpi_polarity 0x00014d09 Thumb Code 36 drv_dsi_tx.o(i.drv_dsi_tx_dpi_polarity) + drv_dsi_tx_edpi_cmd_size 0x00014d2d Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_edpi_cmd_size) + drv_dsi_tx_get_cmd_status 0x00014d31 Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) + drv_dsi_tx_mode 0x00014d35 Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_mode) + drv_dsi_tx_phy_clock_lane_auto_lp 0x00014d39 Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_auto_lp) + drv_dsi_tx_phy_clock_lane_req_hs 0x00014d51 Thumb Code 26 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) + drv_dsi_tx_phy_lane_mode 0x00014d6b Thumb Code 12 drv_dsi_tx.o(i.drv_dsi_tx_phy_lane_mode) + drv_dsi_tx_phy_status_ready 0x00014d77 Thumb Code 100 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ready) + drv_dsi_tx_phy_status_stopstate 0x00014ddb Thumb Code 62 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) + drv_dsi_tx_phy_time_cfg 0x00014e19 Thumb Code 30 drv_dsi_tx.o(i.drv_dsi_tx_phy_time_cfg) + drv_dsi_tx_powerup 0x00014e37 Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_powerup) + drv_dsi_tx_response_mode 0x00014e3f Thumb Code 28 drv_dsi_tx.o(i.drv_dsi_tx_response_mode) + drv_dsi_tx_set_bta_ack 0x00014e5b Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_set_bta_ack) + drv_dsi_tx_set_esc_div 0x00014e73 Thumb Code 12 drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) + drv_dsi_tx_set_int 0x00014e81 Thumb Code 46 drv_dsi_tx.o(i.drv_dsi_tx_set_int) + drv_dsi_tx_set_time_out_div 0x00014eb5 Thumb Code 16 drv_dsi_tx.o(i.drv_dsi_tx_set_time_out_div) + drv_dsi_tx_set_video_chunk 0x00014ec5 Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_set_video_chunk) + drv_dsi_tx_set_video_timing 0x00014ecd Thumb Code 34 drv_dsi_tx.o(i.drv_dsi_tx_set_video_timing) + drv_dsi_tx_shutdown 0x00014eef Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_shutdown) + drv_dsi_tx_timeout_cfg 0x00014ef7 Thumb Code 38 drv_dsi_tx.o(i.drv_dsi_tx_timeout_cfg) + drv_dsi_tx_video_mode_cfg 0x00014f1d Thumb Code 170 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_cfg) + drv_dsi_tx_video_mode_disable_hact_cmd 0x00014fc7 Thumb Code 22 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_disable_hact_cmd) + drv_dsi_tx_video_mode_set_lp_cmd 0x00014fdd Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) + drv_efuse_enter_inactive 0x00014ff5 Thumb Code 32 drv_efuse.o(i.drv_efuse_enter_inactive) + drv_efuse_int_enable 0x00015015 Thumb Code 12 drv_efuse.o(i.drv_efuse_int_enable) + drv_efuse_read 0x00015021 Thumb Code 50 drv_efuse.o(i.drv_efuse_read) + drv_efuse_read_req 0x00015053 Thumb Code 24 drv_efuse.o(i.drv_efuse_read_req) + drv_gpio_register_ap_reset_callback 0x0001506d Thumb Code 6 drv_gpio.o(i.drv_gpio_register_ap_reset_callback) + drv_gpio_set_ioe 0x00015079 Thumb Code 26 drv_gpio.o(i.drv_gpio_set_ioe) + drv_gpio_set_mode0 0x00015099 Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode0) + drv_gpio_set_mode1 0x000150a9 Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode1) + drv_gpio_set_mode2 0x000150b9 Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode2) + drv_gpio_set_mode3 0x000150c9 Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode3) + drv_lcdc_config_bypass 0x000150f9 Thumb Code 24 drv_lcdc.o(i.drv_lcdc_config_bypass) + drv_lcdc_config_ccm 0x00015111 Thumb Code 48 drv_lcdc.o(i.drv_lcdc_config_ccm) + drv_lcdc_config_disp_mode 0x00015141 Thumb Code 22 drv_lcdc.o(i.drv_lcdc_config_disp_mode) + drv_lcdc_config_dpi_polarity 0x00015157 Thumb Code 36 drv_lcdc.o(i.drv_lcdc_config_dpi_polarity) + drv_lcdc_config_dpi_timing 0x0001517b Thumb Code 38 drv_lcdc.o(i.drv_lcdc_config_dpi_timing) + drv_lcdc_config_edpi_mode 0x000151a1 Thumb Code 22 drv_lcdc.o(i.drv_lcdc_config_edpi_mode) + drv_lcdc_config_endianness 0x000151b7 Thumb Code 22 drv_lcdc.o(i.drv_lcdc_config_endianness) + drv_lcdc_config_input_size 0x000151cd Thumb Code 12 drv_lcdc.o(i.drv_lcdc_config_input_size) + drv_lcdc_config_int 0x000151d9 Thumb Code 30 drv_lcdc.o(i.drv_lcdc_config_int) + drv_lcdc_config_int_single 0x000151f7 Thumb Code 34 drv_lcdc.o(i.drv_lcdc_config_int_single) + drv_lcdc_config_overwrite 0x00015219 Thumb Code 34 drv_lcdc.o(i.drv_lcdc_config_overwrite) + drv_lcdc_config_overwrite_rgb 0x0001523b Thumb Code 12 drv_lcdc.o(i.drv_lcdc_config_overwrite_rgb) + drv_lcdc_config_partial_display_area 0x00015247 Thumb Code 26 drv_lcdc.o(i.drv_lcdc_config_partial_display_area) + drv_lcdc_config_partial_display_enable 0x00015261 Thumb Code 34 drv_lcdc.o(i.drv_lcdc_config_partial_display_enable) + drv_lcdc_config_scale_up_coef 0x00015283 Thumb Code 40 drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) + drv_lcdc_config_scale_up_step 0x000152ab Thumb Code 12 drv_lcdc.o(i.drv_lcdc_config_scale_up_step) + drv_lcdc_config_src_parameter 0x000152b7 Thumb Code 76 drv_lcdc.o(i.drv_lcdc_config_src_parameter) + drv_lcdc_config_thresh 0x00015303 Thumb Code 6 drv_lcdc.o(i.drv_lcdc_config_thresh) + drv_lcdc_ctrl_flow 0x00015309 Thumb Code 18 drv_lcdc.o(i.drv_lcdc_ctrl_flow) + drv_lcdc_enable_shadow_reg 0x0001531b Thumb Code 32 drv_lcdc.o(i.drv_lcdc_enable_shadow_reg) + drv_lcdc_set_int 0x0001533d Thumb Code 46 drv_lcdc.o(i.drv_lcdc_set_int) + drv_lcdc_set_video_hw_mode 0x00015371 Thumb Code 20 drv_lcdc.o(i.drv_lcdc_set_video_hw_mode) + drv_lcdc_start 0x00015385 Thumb Code 32 drv_lcdc.o(i.drv_lcdc_start) + drv_memc_clear_status 0x000153a5 Thumb Code 12 drv_memc.o(i.drv_memc_clear_status) + drv_memc_enable_irq 0x000153b1 Thumb Code 58 drv_memc.o(i.drv_memc_enable_irq) + drv_memc_gen_a_tear_signal 0x000153f1 Thumb Code 12 drv_memc.o(i.drv_memc_gen_a_tear_signal) + drv_memc_get_status 0x000153fd Thumb Code 18 drv_memc.o(i.drv_memc_get_status) + drv_memc_rate_transfer_sel 0x0001540f Thumb Code 16 drv_memc.o(i.drv_memc_rate_transfer_sel) + drv_memc_sel_vsync 0x0001541f Thumb Code 14 drv_memc.o(i.drv_memc_sel_vsync) + drv_memc_set_active_height 0x0001542d Thumb Code 14 drv_memc.o(i.drv_memc_set_active_height) + drv_memc_set_data_mode 0x00015441 Thumb Code 12 drv_memc.o(i.drv_memc_set_data_mode) + drv_memc_set_double_buffer 0x0001544d Thumb Code 16 drv_memc.o(i.drv_memc_set_double_buffer) + drv_memc_set_double_buffer_reverse 0x0001545d Thumb Code 18 drv_memc.o(i.drv_memc_set_double_buffer_reverse) + drv_memc_set_fs_en_conditions 0x0001546f Thumb Code 16 drv_memc.o(i.drv_memc_set_fs_en_conditions) + drv_memc_set_inten 0x0001547f Thumb Code 20 drv_memc.o(i.drv_memc_set_inten) + drv_memc_set_lcdc_st_conditions 0x00015495 Thumb Code 18 drv_memc.o(i.drv_memc_set_lcdc_st_conditions) + drv_memc_set_ltpo_mode 0x000154ad Thumb Code 26 drv_memc.o(i.drv_memc_set_ltpo_mode) + drv_memc_set_tear_mode 0x000154c7 Thumb Code 14 drv_memc.o(i.drv_memc_set_tear_mode) + drv_memc_set_tear_waveform 0x000154d5 Thumb Code 34 drv_memc.o(i.drv_memc_set_tear_waveform) + drv_memc_set_vidc_sync_cnt 0x000154fd Thumb Code 14 drv_memc.o(i.drv_memc_set_vidc_sync_cnt) + drv_param_init_get_ccm 0x0001550d Thumb Code 4 drv_param_init.o(i.drv_param_init_get_ccm) + drv_param_init_get_scld_filter_h 0x00015515 Thumb Code 12 drv_param_init.o(i.drv_param_init_get_scld_filter_h) + drv_param_init_get_scld_filter_v 0x00015529 Thumb Code 12 drv_param_init.o(i.drv_param_init_get_scld_filter_v) + drv_param_init_get_sclu_filter 0x0001553d Thumb Code 4 drv_param_init.o(i.drv_param_init_get_sclu_filter) + drv_param_init_set_scld_filter 0x00015545 Thumb Code 92 drv_param_init.o(i.drv_param_init_set_scld_filter) + drv_param_p2r_filter_init 0x000155a9 Thumb Code 30 drv_param_init.o(i.drv_param_p2r_filter_init) + drv_phy_get_para 0x000155cd Thumb Code 76 drv_phy_common.o(i.drv_phy_get_para) + drv_pwr_set_cp_mode 0x00015621 Thumb Code 26 drv_pwr.o(i.drv_pwr_set_cp_mode) + drv_pwr_set_pvd_mode 0x00015641 Thumb Code 18 drv_pwr.o(i.drv_pwr_set_pvd_mode) + drv_pwr_set_system_clk_src 0x00015659 Thumb Code 36 drv_pwr.o(i.drv_pwr_set_system_clk_src) + drv_rxbr_clear_pkt_buffer 0x00015725 Thumb Code 10 drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) + drv_rxbr_clear_status0 0x0001572f Thumb Code 4 drv_rxbr.o(i.drv_rxbr_clear_status0) + drv_rxbr_enable_irq 0x00015733 Thumb Code 90 drv_rxbr.o(i.drv_rxbr_enable_irq) + drv_rxbr_frame_drop_cfg 0x0001578d Thumb Code 16 drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) + drv_rxbr_get_clk 0x000157a1 Thumb Code 44 drv_rxbr.o(i.drv_rxbr_get_clk) + drv_rxbr_get_col_addr 0x000157dd Thumb Code 4 drv_rxbr.o(i.drv_rxbr_get_col_addr) + drv_rxbr_get_page_addr 0x000157f3 Thumb Code 4 drv_rxbr.o(i.drv_rxbr_get_page_addr) + drv_rxbr_hline_rcv0_cfg 0x00015809 Thumb Code 12 drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) + drv_rxbr_hline_rcv_cfg 0x00015815 Thumb Code 8 drv_rxbr.o(i.drv_rxbr_hline_rcv_cfg) + drv_rxbr_register_irq0_callback 0x0001581d Thumb Code 6 drv_rxbr.o(i.drv_rxbr_register_irq0_callback) + drv_rxbr_register_irq1_callback 0x00015829 Thumb Code 6 drv_rxbr.o(i.drv_rxbr_register_irq1_callback) + drv_rxbr_set_ack_pkt_header 0x00015835 Thumb Code 20 drv_rxbr.o(i.drv_rxbr_set_ack_pkt_header) + drv_rxbr_set_cmd_filter 0x00015849 Thumb Code 204 drv_rxbr.o(i.drv_rxbr_set_cmd_filter) + drv_rxbr_set_color_format 0x00015915 Thumb Code 20 drv_rxbr.o(i.drv_rxbr_set_color_format) + drv_rxbr_set_inten 0x00015929 Thumb Code 20 drv_rxbr.o(i.drv_rxbr_set_inten) + drv_rxbr_set_ltpo_drop_th 0x0001593d Thumb Code 16 drv_rxbr.o(i.drv_rxbr_set_ltpo_drop_th) + drv_rxbr_set_usr_cfg 0x0001594d Thumb Code 38 drv_rxbr.o(i.drv_rxbr_set_usr_cfg) + drv_rxbr_set_usr_col 0x00015973 Thumb Code 8 drv_rxbr.o(i.drv_rxbr_set_usr_col) + drv_rxbr_set_usr_row 0x0001597b Thumb Code 8 drv_rxbr.o(i.drv_rxbr_set_usr_row) + drv_swire_enable 0x00015985 Thumb Code 24 drv_swire.o(i.drv_swire_enable) + drv_swire_set_int 0x000159a1 Thumb Code 64 drv_swire.o(i.drv_swire_set_int) + drv_sys_cfg_clear_all_int 0x000159e9 Thumb Code 8 drv_sys_cfg.o(i.drv_sys_cfg_clear_all_int) + drv_sys_cfg_clear_pending 0x000159f5 Thumb Code 32 drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) + drv_sys_cfg_sel_ap_rst_lvl_trig 0x00015a1d Thumb Code 18 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) + drv_sys_cfg_sel_ap_rst_trig 0x00015a35 Thumb Code 22 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) + drv_sys_cfg_set_int 0x00015a51 Thumb Code 30 drv_sys_cfg.o(i.drv_sys_cfg_set_int) + drv_timer_clear_status_flags 0x00015a75 Thumb Code 26 drv_timer.o(i.drv_timer_clear_status_flags) + drv_timer_enable 0x00015a8f Thumb Code 32 drv_timer.o(i.drv_timer_enable) + drv_timer_get_instance 0x00015ab1 Thumb Code 8 drv_timer.o(i.drv_timer_get_instance) + drv_timer_get_prescaler 0x00015abd Thumb Code 14 drv_timer.o(i.drv_timer_get_prescaler) + drv_timer_register_callback 0x00015acd Thumb Code 12 drv_timer.o(i.drv_timer_register_callback) + drv_timer_set_current_count 0x00015add Thumb Code 12 drv_timer.o(i.drv_timer_set_current_count) + drv_timer_set_int 0x00015ae9 Thumb Code 68 drv_timer.o(i.drv_timer_set_int) + drv_timer_set_match 0x00015b31 Thumb Code 12 drv_timer.o(i.drv_timer_set_match) + drv_timer_set_prescaler 0x00015b3d Thumb Code 22 drv_timer.o(i.drv_timer_set_prescaler) + drv_tx_phy_test_clear 0x00015b53 Thumb Code 12 drv_dsi_tx.o(i.drv_tx_phy_test_clear) + drv_tx_phy_test_enter 0x00015b5f Thumb Code 28 drv_dsi_tx.o(i.drv_tx_phy_test_enter) + drv_tx_phy_test_exit 0x00015b7b Thumb Code 28 drv_dsi_tx.o(i.drv_tx_phy_test_exit) + drv_tx_phy_test_write 0x00015b97 Thumb Code 26 drv_dsi_tx.o(i.drv_tx_phy_test_write) + drv_tx_phy_test_write_1_byte 0x00015bb1 Thumb Code 14 drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) + drv_tx_phy_test_write_2_byte 0x00015bbf Thumb Code 18 drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) + drv_tx_phy_test_write_code 0x00015bd1 Thumb Code 34 drv_dsi_tx.o(i.drv_tx_phy_test_write_code) + drv_vidc_clear_irq 0x00015c15 Thumb Code 8 drv_vidc.o(i.drv_vidc_clear_irq) + drv_vidc_enable 0x00015c1d Thumb Code 24 drv_vidc.o(i.drv_vidc_enable) + drv_vidc_enable_irq 0x00015c35 Thumb Code 58 drv_vidc.o(i.drv_vidc_enable_irq) + drv_vidc_get_irq_status 0x00015c75 Thumb Code 18 drv_vidc.o(i.drv_vidc_get_irq_status) + drv_vidc_init_module_enable 0x00015c89 Thumb Code 36 drv_vidc.o(i.drv_vidc_init_module_enable) + drv_vidc_register_callback 0x00015cb1 Thumb Code 6 drv_vidc.o(i.drv_vidc_register_callback) + drv_vidc_reset 0x00015cbd Thumb Code 6 drv_vidc.o(i.drv_vidc_reset) + drv_vidc_set_dst_parameter 0x00015cc3 Thumb Code 60 drv_vidc.o(i.drv_vidc_set_dst_parameter) + drv_vidc_set_irqen 0x00015cff Thumb Code 20 drv_vidc.o(i.drv_vidc_set_irqen) + drv_vidc_set_mirror 0x00015d13 Thumb Code 16 drv_vidc.o(i.drv_vidc_set_mirror) + drv_vidc_set_p2r_hcoef0 0x00015d23 Thumb Code 8 drv_vidc.o(i.drv_vidc_set_p2r_hcoef0) + drv_vidc_set_p2r_hinitb 0x00015d2b Thumb Code 38 drv_vidc.o(i.drv_vidc_set_p2r_hinitb) + drv_vidc_set_p2r_hinitr 0x00015d51 Thumb Code 38 drv_vidc.o(i.drv_vidc_set_p2r_hinitr) + drv_vidc_set_pentile_swap 0x00015d79 Thumb Code 18 drv_vidc.o(i.drv_vidc_set_pentile_swap) + drv_vidc_set_pu_ctrl 0x00015d91 Thumb Code 10 drv_vidc.o(i.drv_vidc_set_pu_ctrl) + drv_vidc_set_rotation 0x00015d9b Thumb Code 16 drv_vidc.o(i.drv_vidc_set_rotation) + drv_vidc_set_scld_hcoef0 0x00015dab Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_hcoef0) + drv_vidc_set_scld_hcoef1 0x00015db5 Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_hcoef1) + drv_vidc_set_scld_step 0x00015dbf Thumb Code 18 drv_vidc.o(i.drv_vidc_set_scld_step) + drv_vidc_set_scld_vcoef0 0x00015dd1 Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_vcoef0) + drv_vidc_set_scld_vcoef1 0x00015ddb Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_vcoef1) + drv_vidc_set_src_parameter 0x00015de5 Thumb Code 22 drv_vidc.o(i.drv_vidc_set_src_parameter) + drv_wdg_set_int 0x00015e1d Thumb Code 48 drv_wdg.o(i.drv_wdg_set_int) + fls_clr_interrupt_flag 0x00015e51 Thumb Code 10 drv_fls.o(i.fls_clr_interrupt_flag) + fputc 0x00015e5b Thumb Code 20 tau_log.o(i.fputc) + hal_dsi_rx_ctrl_create_handle 0x00015e71 Thumb Code 42 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) + hal_dsi_rx_ctrl_deinit 0x00015ea1 Thumb Code 32 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) + hal_dsi_rx_ctrl_dsc_async_handler 0x00015ec5 Thumb Code 120 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) + hal_dsi_rx_ctrl_gen_a_tear_signal 0x00015f49 Thumb Code 32 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) + hal_dsi_rx_ctrl_get_max_ret_size 0x00015f71 Thumb Code 30 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) + hal_dsi_rx_ctrl_init 0x00015f99 Thumb Code 144 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) + hal_dsi_rx_ctrl_pre_init_pps 0x00016845 Thumb Code 56 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) + hal_dsi_rx_ctrl_send_ack_cmd 0x00016881 Thumb Code 212 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) + hal_dsi_rx_ctrl_set_cus_scld_filter 0x00016971 Thumb Code 98 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) + hal_dsi_rx_ctrl_set_cus_sync_line 0x000169dd Thumb Code 44 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) + hal_dsi_rx_ctrl_set_hw_tear_mode 0x00016a11 Thumb Code 42 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) + hal_dsi_rx_ctrl_set_sw_tear_mode 0x00016a45 Thumb Code 42 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) + hal_dsi_rx_ctrl_start 0x00016a79 Thumb Code 46 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) + hal_dsi_rx_ctrl_stop 0x00016ab5 Thumb Code 46 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) + hal_dsi_rx_ctrl_toggle_resolution 0x00016af1 Thumb Code 28 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) + hal_dsi_tx_ctrl_create_handle 0x000171ad Thumb Code 34 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) + hal_dsi_tx_ctrl_deinit 0x000171d9 Thumb Code 68 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) + hal_dsi_tx_ctrl_enter_init_panel_mode 0x00017221 Thumb Code 68 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) + hal_dsi_tx_ctrl_exit_init_panel_mode 0x0001726d Thumb Code 32 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) + hal_dsi_tx_ctrl_init 0x00017295 Thumb Code 154 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) + hal_dsi_tx_ctrl_panel_reset_pin 0x0001735d Thumb Code 12 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) + hal_dsi_tx_ctrl_set_overwrite_rgb 0x00017369 Thumb Code 16 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) + hal_dsi_tx_ctrl_set_partial_disp 0x0001737d Thumb Code 12 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) + hal_dsi_tx_ctrl_set_partial_disp_area 0x0001738d Thumb Code 30 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) + hal_dsi_tx_ctrl_start 0x000173b1 Thumb Code 94 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) + hal_dsi_tx_ctrl_stop 0x0001741d Thumb Code 54 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) + hal_dsi_tx_ctrl_write_array_cmd 0x00017461 Thumb Code 210 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) + hal_dsi_tx_ctrl_write_cmd 0x00017539 Thumb Code 172 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) + hal_gpio_init_output 0x00017931 Thumb Code 34 hal_gpio.o(i.hal_gpio_init_output) + hal_gpio_set_ap_reset_int 0x00017959 Thumb Code 76 hal_gpio.o(i.hal_gpio_set_ap_reset_int) + hal_gpio_set_mode 0x000179a9 Thumb Code 90 hal_gpio.o(i.hal_gpio_set_mode) + hal_gpio_set_output_data 0x00017a09 Thumb Code 8 hal_gpio.o(i.hal_gpio_set_output_data) + hal_internal_init_memc 0x00017a11 Thumb Code 146 hal_internal_vsync.o(i.hal_internal_init_memc) + hal_internal_sync_get_fb_setting 0x00017af5 Thumb Code 12 hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) + hal_internal_sync_input_resolution_change 0x00017b05 Thumb Code 418 hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) + hal_internal_vsync_deinit 0x00017d19 Thumb Code 24 hal_internal_vsync.o(i.hal_internal_vsync_deinit) + hal_internal_vsync_get_sync_line 0x00017d35 Thumb Code 18 hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) + hal_internal_vsync_init_rx 0x00017d4d Thumb Code 220 hal_internal_vsync.o(i.hal_internal_vsync_init_rx) + hal_internal_vsync_init_tx 0x00017e49 Thumb Code 172 hal_internal_vsync.o(i.hal_internal_vsync_init_tx) + hal_internal_vsync_set_auto_hw_filter 0x00017ef9 Thumb Code 222 hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) + hal_internal_vsync_set_rx_state 0x00018015 Thumb Code 16 hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) + hal_internal_vsync_set_sync_line 0x00018029 Thumb Code 22 hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) + hal_internal_vsync_set_tear_mode 0x00018045 Thumb Code 58 hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) + hal_internal_vsync_set_tx_state 0x00018089 Thumb Code 54 hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) + hal_swire_deinit 0x00018461 Thumb Code 18 hal_swire.o(i.hal_swire_deinit) + hal_system_enable_systick 0x00018473 Thumb Code 8 hal_system.o(i.hal_system_enable_systick) + hal_system_init 0x0001847d Thumb Code 96 hal_system.o(i.hal_system_init) + hal_system_init_console 0x000184f9 Thumb Code 28 hal_system.o(i.hal_system_init_console) + hal_system_set_vcc 0x00018515 Thumb Code 8 hal_system.o(i.hal_system_set_vcc) + hal_timer_deinit 0x0001851d Thumb Code 24 hal_timer.o(i.hal_timer_deinit) + hal_timer_init 0x00018535 Thumb Code 34 hal_timer.o(i.hal_timer_init) + hal_timer_start 0x00018559 Thumb Code 78 hal_timer.o(i.hal_timer_start) + hal_timer_stop 0x000185ad Thumb Code 40 hal_timer.o(i.hal_timer_stop) + hal_uart_init 0x000185d5 Thumb Code 126 hal_uart.o(i.hal_uart_init) + hal_uart_transmit_blocking 0x00018661 Thumb Code 12 hal_uart.o(i.hal_uart_transmit_blocking) + handle_init 0x00018671 Thumb Code 140 irq_redirect .o(i.handle_init) + main 0x0001887d Thumb Code 10 main.o(i.main) + panel_init_code 0x000197ac Data 6319 ap_demo.o(.constdata) + Region$$Table$$Base 0x0001b5e0 Number 0 anon$$obj.o(Region$$Table) + Region$$Table$$Limit 0x0001b610 Number 0 anon$$obj.o(Region$$Table) + g_fun_handle 0x00070100 Data 192 irq_redirect .o(.ARM.__AT_0x00070100) + panel_mode 0x000701d5 Data 1 ap_demo.o(.data) + value_reg_b1 0x000701da Data 2 ap_demo.o(.data) + value_reg_b1_bak 0x000701dc Data 2 ap_demo.o(.data) + value_reg51 0x000701de Data 2 ap_demo.o(.data) + value_reg51_bak 0x000701e0 Data 2 ap_demo.o(.data) + panel_r 0x000701e2 Data 2 ap_demo.o(.data) + panel_g 0x000701e4 Data 2 ap_demo.o(.data) + panel_b 0x000701e6 Data 2 ap_demo.o(.data) + value_reg_ca 0x000701f0 Data 4 ap_demo.o(.data) + rx_filter_H_3 0x000705f8 Data 256 ap_demo.o(.data) + rx_filter_V_3 0x000706f8 Data 256 ap_demo.o(.data) + phone_data_E4 0x000707f8 Data 1 app_tp_for_custom_s8.o(.data) + tp_flag 0x000707f9 Data 1 app_tp_for_custom_s8.o(.data) + g_phone_output_int_pad 0x000707fa Data 1 app_tp_for_custom_s8.o(.data) + tp_sleep_in 0x000707fb Data 1 app_tp_for_custom_s8.o(.data) + tp_sleep_count 0x000707fc Data 1 app_tp_for_custom_s8.o(.data) + sleep_double_EN 0x000707fd Data 1 app_tp_for_custom_s8.o(.data) + Flag_EA_EN 0x000707fe Data 1 app_tp_for_custom_s8.o(.data) + Flag_touch_count 0x000707ff Data 1 app_tp_for_custom_s8.o(.data) + touchnum_bak 0x00070800 Data 1 app_tp_for_custom_s8.o(.data) + Flag_blacklight_EN 0x00070801 Data 1 app_tp_for_custom_s8.o(.data) + phone_data_B1 0x0007080a Data 2 app_tp_for_custom_s8.o(.data) + phone_reg_coord_back 0x00070814 Data 200 app_tp_for_custom_s8.o(.data) + g_fls_w_cmd 0x000708ec Data 1 norflash.o(.data) + g_fls_r_cmd 0x000708ed Data 1 norflash.o(.data) + g_fls_write_en_status 0x000708ee Data 1 norflash.o(.data) + isFlsTransferEnd 0x000708ef Data 1 norflash.o(.data) + isFlsFifoReq 0x000708f0 Data 1 norflash.o(.data) + isNandWriteCompleted 0x000708f1 Data 1 norflash.o(.data) + isNandReadCompleted 0x000708f2 Data 1 norflash.o(.data) + g_fls_error_info 0x000708f8 Data 6 norflash.o(.data) + g_systick_cb_func 0x00070904 Data 4 drv_common.o(.data) + g_system_clock 0x00070908 Data 4 drv_common.o(.data) + g_scld_fhd_filter_h 0x00070910 Data 256 drv_param_init.o(.data) + g_scld_fhd_filter_v 0x00070a10 Data 256 drv_param_init.o(.data) + g_scld_hd_filter_h 0x00070b10 Data 256 drv_param_init.o(.data) + g_scld_hd_filter_v 0x00070c10 Data 256 drv_param_init.o(.data) + g_sclu_filter 0x00070d10 Data 128 drv_param_init.o(.data) + g_ccm_setting 0x00070d90 Data 36 drv_param_init.o(.data) + g_int_rxbr_irq0_cb_func 0x00070db4 Data 4 drv_rxbr.o(.data) + g_int_rxbr_irq1_cb_func 0x00070db8 Data 4 drv_rxbr.o(.data) + g_int_vidc_cb_func 0x00070dc8 Data 4 drv_vidc.o(.data) + tx_byte_num 0x00070dd4 Data 4 drv_i2c_slave.o(.data) + __stdout 0x00070e04 Data 4 stdout.o(.data) + string 0x00070f10 Data 256 tau_log.o(.bss) + hal_dmahandle 0x00071010 Data 160 hal_uart.o(.bss) + hal_uarthandle_dma 0x000710b0 Data 32 hal_uart.o(.bss) + hal_uart_handle_global 0x000710d0 Data 16 hal_uart.o(.bss) + g_vsync_hande 0x000710e0 Data 56 hal_internal_vsync.o(.bss) + g_dcs_execute_table 0x00071118 Data 2048 hal_internal_vsync.o(.bss) + g_packet_fifo 0x00071a38 Data 4144 dcs_packet_fifo.o(.bss) + g_spis_ctrl_handle 0x00072ae4 Data 32 hal_spi_slave.o(.bss) + __stack_limit 0x00072b08 Data 0 startup_armcm0.o(STACK) + __initial_sp 0x00073b08 Data 0 startup_armcm0.o(STACK) + + + +============================================================================== + +Memory Map of the image + + Image Entry point : 0x000100c1 + + Load Region LR_IROM2 (Base: 0x00010000, Size: 0x0000c248, Max: 0x00010000, ABSOLUTE, COMPRESSED[0x0000bdec]) + + Execution Region ER_IROM2 (Exec base: 0x00010000, Load base: 0x00010000, Size: 0x0000b610, Max: 0x00010000, ABSOLUTE) + + Exec Addr Load Addr Size Type Attr Idx E Section Name Object + + 0x00010000 0x00010000 0x000000c0 Data RO 524 RESET startup_armcm0.o + 0x000100c0 0x000100c0 0x00000000 Code RO 2477 * .ARM.Collect$$$$00000000 mc_p.l(entry.o) + 0x000100c0 0x000100c0 0x00000004 Code RO 2785 .ARM.Collect$$$$00000001 mc_p.l(entry2.o) + 0x000100c4 0x000100c4 0x00000004 Code RO 2788 .ARM.Collect$$$$00000004 mc_p.l(entry5.o) + 0x000100c8 0x000100c8 0x00000000 Code RO 2790 .ARM.Collect$$$$00000008 mc_p.l(entry7b.o) + 0x000100c8 0x000100c8 0x00000000 Code RO 2792 .ARM.Collect$$$$0000000A mc_p.l(entry8b.o) + 0x000100c8 0x000100c8 0x00000008 Code RO 2793 .ARM.Collect$$$$0000000B mc_p.l(entry9a.o) + 0x000100d0 0x000100d0 0x00000000 Code RO 2795 .ARM.Collect$$$$0000000D mc_p.l(entry10a.o) + 0x000100d0 0x000100d0 0x00000000 Code RO 2797 .ARM.Collect$$$$0000000F mc_p.l(entry11a.o) + 0x000100d0 0x000100d0 0x00000004 Code RO 2786 .ARM.Collect$$$$00002712 mc_p.l(entry2.o) + 0x000100d4 0x000100d4 0x00000078 Code RO 525 .text startup_armcm0.o + 0x0001014c 0x0001014c 0x0000002c Code RO 2480 .text mc_p.l(uidiv.o) + 0x00010178 0x00010178 0x00000028 Code RO 2482 .text mc_p.l(idiv.o) + 0x000101a0 0x000101a0 0x00000024 Code RO 2484 .text mc_p.l(memcpya.o) + 0x000101c4 0x000101c4 0x00000024 Code RO 2486 .text mc_p.l(memseta.o) + 0x000101e8 0x000101e8 0x000000b2 Code RO 2751 .text mf_p.l(fadd.o) + 0x0001029a 0x0001029a 0x0000007a Code RO 2753 .text mf_p.l(fmul.o) + 0x00010314 0x00010314 0x0000007c Code RO 2755 .text mf_p.l(fdiv.o) + 0x00010390 0x00010390 0x00000018 Code RO 2757 .text mf_p.l(fscalb.o) + 0x000103a8 0x000103a8 0x00000164 Code RO 2759 .text mf_p.l(dadd.o) + 0x0001050c 0x0001050c 0x000000d0 Code RO 2761 .text mf_p.l(dmul.o) + 0x000105dc 0x000105dc 0x000000f0 Code RO 2763 .text mf_p.l(ddiv.o) + 0x000106cc 0x000106cc 0x00000016 Code RO 2765 .text mf_p.l(fflti.o) + 0x000106e2 0x000106e2 0x0000000e Code RO 2767 .text mf_p.l(ffltui.o) + 0x000106f0 0x000106f0 0x0000001c Code RO 2771 .text mf_p.l(dfltui.o) + 0x0001070c 0x0001070c 0x00000032 Code RO 2773 .text mf_p.l(ffixi.o) + 0x0001073e 0x0001073e 0x00000028 Code RO 2775 .text mf_p.l(ffixui.o) + 0x00010766 0x00010766 0x00000002 PAD + 0x00010768 0x00010768 0x00000048 Code RO 2777 .text mf_p.l(dfixi.o) + 0x000107b0 0x000107b0 0x0000003c Code RO 2779 .text mf_p.l(dfixui.o) + 0x000107ec 0x000107ec 0x00000028 Code RO 2781 .text mf_p.l(f2d.o) + 0x00010814 0x00010814 0x00000014 Code RO 2783 .text mf_p.l(cfrcmple.o) + 0x00010828 0x00010828 0x00000060 Code RO 2800 .text mc_p.l(uldiv.o) + 0x00010888 0x00010888 0x00000020 Code RO 2802 .text mc_p.l(llshl.o) + 0x000108a8 0x000108a8 0x00000022 Code RO 2804 .text mc_p.l(llushr.o) + 0x000108ca 0x000108ca 0x00000026 Code RO 2806 .text mc_p.l(llsshr.o) + 0x000108f0 0x000108f0 0x00000000 Code RO 2808 .text mc_p.l(iusefp.o) + 0x000108f0 0x000108f0 0x00000082 Code RO 2809 .text mf_p.l(fepilogue.o) + 0x00010972 0x00010972 0x000000be Code RO 2811 .text mf_p.l(depilogue.o) + 0x00010a30 0x00010a30 0x00000040 Code RO 2815 .text mf_p.l(dfixul.o) + 0x00010a70 0x00010a70 0x00000028 Code RO 2817 .text mf_p.l(cdrcmple.o) + 0x00010a98 0x00010a98 0x00000024 Code RO 2819 .text mc_p.l(init.o) + 0x00010abc 0x00010abc 0x00000056 Code RO 2829 .text mc_p.l(__dczerorl2.o) + 0x00010b12 0x00010b12 0x00000002 PAD + 0x00010b14 0x00010b14 0x00000018 Code RO 1987 i.ADC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010b2c 0x00010b2c 0x00000018 Code RO 1988 i.AP_NRESET_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010b44 0x00010b44 0x00000014 Code RO 1989 i.DMA_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010b58 0x00010b58 0x0000001c Code RO 1990 i.EXTI_INT0_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010b74 0x00010b74 0x0000001c Code RO 1991 i.EXTI_INT1_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010b90 0x00010b90 0x0000001c Code RO 1992 i.EXTI_INT2_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010bac 0x00010bac 0x0000001c Code RO 1993 i.EXTI_INT3_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010bc8 0x00010bc8 0x0000001c Code RO 1994 i.EXTI_INT4_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010be4 0x00010be4 0x0000001c Code RO 1995 i.EXTI_INT5_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c00 0x00010c00 0x0000001c Code RO 1996 i.EXTI_INT6_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c1c 0x00010c1c 0x0000001c Code RO 1997 i.EXTI_INT7_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c38 0x00010c38 0x00000014 Code RO 1998 i.FLSCTRL_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c4c 0x00010c4c 0x00000074 Code RO 100 i.Gpio_swire_output ap_demo.o + 0x00010cc0 0x00010cc0 0x00000014 Code RO 1999 i.HardFault_Handler CVWL568.lib(irq_redirect .o) + 0x00010cd4 0x00010cd4 0x00000018 Code RO 2000 i.I2C0_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010cec 0x00010cec 0x00000018 Code RO 2001 i.I2C1_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d04 0x00010d04 0x00000018 Code RO 2002 i.LCDC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d1c 0x00010d1c 0x00000028 Code RO 893 i.LOG_printf CVWL568.lib(tau_log.o) + 0x00010d44 0x00010d44 0x00000018 Code RO 2003 i.MEMC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d5c 0x00010d5c 0x00000018 Code RO 2004 i.MIPI_RX_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d74 0x00010d74 0x00000018 Code RO 2005 i.MIPI_TX_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d8c 0x00010d8c 0x0000001c Code RO 2006 i.PWMDET_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010da8 0x00010da8 0x0000001c Code RO 2007 i.SPIM_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010dc4 0x00010dc4 0x0000001c Code RO 2008 i.SPIS_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010de0 0x00010de0 0x0000001c Code RO 2009 i.SWIRE_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010dfc 0x00010dfc 0x00000018 Code RO 2010 i.SysTick_Handler CVWL568.lib(irq_redirect .o) + 0x00010e14 0x00010e14 0x00000018 Code RO 2011 i.TIMER0_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010e2c 0x00010e2c 0x00000018 Code RO 2012 i.TIMER1_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010e44 0x00010e44 0x00000018 Code RO 2013 i.TIMER2_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010e5c 0x00010e5c 0x00000018 Code RO 2014 i.TIMER3_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010e74 0x00010e74 0x0000001c Code RO 2317 i.UART0_IRQ_Handle CVWL568.lib(drv_uart.o) + 0x00010e90 0x00010e90 0x00000002 Code RO 2321 i.UART_DisableDma CVWL568.lib(drv_uart.o) + 0x00010e92 0x00010e92 0x00000004 Code RO 2327 i.UART_GetInstance CVWL568.lib(drv_uart.o) + 0x00010e96 0x00010e96 0x00000002 PAD + 0x00010e98 0x00010e98 0x00000018 Code RO 2015 i.UART_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010eb0 0x00010eb0 0x00000024 Code RO 2335 i.UART_ResetRxFIFO CVWL568.lib(drv_uart.o) + 0x00010ed4 0x00010ed4 0x00000048 Code RO 2338 i.UART_SetBaudRate CVWL568.lib(drv_uart.o) + 0x00010f1c 0x00010f1c 0x0000001a Code RO 2339 i.UART_SwitchSCLK CVWL568.lib(drv_uart.o) + 0x00010f36 0x00010f36 0x0000001a Code RO 2343 i.UART_WriteBlocking CVWL568.lib(drv_uart.o) + 0x00010f50 0x00010f50 0x00000018 Code RO 2016 i.VIDC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010f68 0x00010f68 0x00000018 Code RO 2017 i.VPRE_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010f80 0x00010f80 0x00000018 Code RO 2018 i.WDG_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010f98 0x00010f98 0x00000020 Code RO 2723 i.__0printf mc_p.l(printfa.o) + 0x00010fb8 0x00010fb8 0x00000024 Code RO 2729 i.__0vsprintf mc_p.l(printfa.o) + 0x00010fdc 0x00010fdc 0x0000001a Code RO 223 i.__ARM_common_switch8 ap_demo.o + 0x00010ff6 0x00010ff6 0x00000002 Code RO 2824 i.__scatterload_null mc_p.l(handlers.o) + 0x00010ff8 0x00010ff8 0x00000008 Code RO 2345 i.app_UART_IRQn_Handler CVWL568.lib(drv_uart.o) + 0x00011000 0x00011000 0x00000014 Data RO 1101 .ARM.__at_0x11000 CVWL568.lib(drv_common.o) + 0x00011014 0x00011014 0x00000134 Code RO 2341 i.UART_TransferHandleIRQ CVWL568.lib(drv_uart.o) + 0x00011148 0x00011148 0x000000bc Code RO 2344 i.UART_init CVWL568.lib(drv_uart.o) + 0x00011204 0x00011204 0x0000002e Code RO 2813 i.__ARM_clz mf_p.l(depilogue.o) + 0x00011232 0x00011232 0x00000002 PAD + 0x00011234 0x00011234 0x00000018 Code RO 2148 i.__NVIC_ClearPendingIRQ CVWL568.lib(drv_spi_master.o) + 0x0001124c 0x0001124c 0x00000020 Code RO 1727 i.__NVIC_DisableIRQ CVWL568.lib(drv_rxbr.o) + 0x0001126c 0x0001126c 0x00000018 Code RO 1728 i.__NVIC_EnableIRQ CVWL568.lib(drv_rxbr.o) + 0x00011284 0x00011284 0x00000044 Code RO 2210 i.__NVIC_SetPriority CVWL568.lib(hal_spi_slave.o) + 0x000112c8 0x000112c8 0x0000000e Code RO 2823 i.__scatterload_copy mc_p.l(handlers.o) + 0x000112d6 0x000112d6 0x0000000e Code RO 2825 i.__scatterload_zeroinit mc_p.l(handlers.o) + 0x000112e4 0x000112e4 0x00000174 Code RO 2730 i._fp_digits mc_p.l(printfa.o) + 0x00011458 0x00011458 0x000006ec Code RO 2731 i._printf_core mc_p.l(printfa.o) + 0x00011b44 0x00011b44 0x00000020 Code RO 2732 i._printf_post_padding mc_p.l(printfa.o) + 0x00011b64 0x00011b64 0x0000002c Code RO 2733 i._printf_pre_padding mc_p.l(printfa.o) + 0x00011b90 0x00011b90 0x0000000a Code RO 2735 i._sputc mc_p.l(printfa.o) + 0x00011b9a 0x00011b9a 0x00000002 PAD + 0x00011b9c 0x00011b9c 0x000013b4 Code RO 101 i.ap_dcs_read ap_demo.o + 0x00012f50 0x00012f50 0x00000114 Code RO 102 i.ap_demo ap_demo.o + 0x00013064 0x00013064 0x0000002c Code RO 103 i.ap_get_reg_ca ap_demo.o + 0x00013090 0x00013090 0x0000004c Code RO 104 i.ap_get_reg_df ap_demo.o + 0x000130dc 0x000130dc 0x0000003c Code RO 105 i.ap_reset_cb ap_demo.o + 0x00013118 0x00013118 0x0000035c Code RO 106 i.ap_set_backlight ap_demo.o + 0x00013474 0x00013474 0x00000038 Code RO 107 i.ap_set_display_off ap_demo.o + 0x000134ac 0x000134ac 0x00000038 Code RO 108 i.ap_set_display_on ap_demo.o + 0x000134e4 0x000134e4 0x000000a8 Code RO 109 i.ap_set_enter_sleep_mode ap_demo.o + 0x0001358c 0x0001358c 0x00000048 Code RO 110 i.ap_set_exit_sleep_mode ap_demo.o + 0x000135d4 0x000135d4 0x0000001c Code RO 1729 i.app_ADC_IRQn_Handler CVWL568.lib(drv_rxbr.o) + 0x000135f0 0x000135f0 0x00000024 Code RO 1517 i.app_AP_NRESET_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013614 0x00013614 0x0000001c Code RO 1518 i.app_EXTI_INT0_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013630 0x00013630 0x0000001c Code RO 1519 i.app_EXTI_INT1_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x0001364c 0x0001364c 0x0000001c Code RO 1520 i.app_EXTI_INT2_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013668 0x00013668 0x0000001c Code RO 1521 i.app_EXTI_INT3_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013684 0x00013684 0x0000001c Code RO 1522 i.app_EXTI_INT4_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x000136a0 0x000136a0 0x0000001c Code RO 1523 i.app_EXTI_INT5_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x000136bc 0x000136bc 0x0000001c Code RO 1524 i.app_EXTI_INT6_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x000136d8 0x000136d8 0x0000001c Code RO 1525 i.app_EXTI_INT7_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x000136f4 0x000136f4 0x00000048 Code RO 1093 i.app_HardFault_Handler CVWL568.lib(drv_common.o) + 0x0001373c 0x0001373c 0x00000010 Code RO 2114 i.app_I2C0_IRQn_Handler CVWL568.lib(drv_i2c_slave.o) + 0x0001374c 0x0001374c 0x00000010 Code RO 2081 i.app_I2C1_IRQn_Handler CVWL568.lib(drv_i2c_master.o) + 0x0001375c 0x0001375c 0x000000e0 Code RO 923 i.app_LCDC_IRQn_Handler CVWL568.lib(hal_internal_vsync.o) + 0x0001383c 0x0001383c 0x00000088 Code RO 1651 i.app_MEMC_IRQn_Handler CVWL568.lib(drv_memc.o) + 0x000138c4 0x000138c4 0x0000028c Code RO 1258 i.app_MIPI_RX_IRQn_Handler CVWL568.lib(drv_dsi_rx.o) + 0x00013b50 0x00013b50 0x000000a0 Code RO 1314 i.app_MIPI_TX_IRQn_Handler CVWL568.lib(drv_dsi_tx.o) + 0x00013bf0 0x00013bf0 0x00000048 Code RO 2278 i.app_PWMDET_IRQn_Handler CVWL568.lib(drv_pwm.o) + 0x00013c38 0x00013c38 0x00000030 Code RO 2149 i.app_SPIM_IRQn_Handler CVWL568.lib(drv_spi_master.o) + 0x00013c68 0x00013c68 0x000000a4 Code RO 2211 i.app_SPIS_IRQn_Handler CVWL568.lib(hal_spi_slave.o) + 0x00013d0c 0x00013d0c 0x00000020 Code RO 1820 i.app_SWIRE_IRQn_Handler CVWL568.lib(drv_swire.o) + 0x00013d2c 0x00013d2c 0x00000018 Code RO 1094 i.app_SysTick_Handler CVWL568.lib(drv_common.o) + 0x00013d44 0x00013d44 0x00000024 Code RO 1870 i.app_TIMER0_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x00013d68 0x00013d68 0x00000024 Code RO 1871 i.app_TIMER1_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x00013d8c 0x00013d8c 0x00000024 Code RO 1872 i.app_TIMER2_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x00013db0 0x00013db0 0x00000034 Code RO 1873 i.app_TIMER3_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x00013de4 0x00013de4 0x0000001c Code RO 1908 i.app_VIDC_IRQn_Handler CVWL568.lib(drv_vidc.o) + 0x00013e00 0x00013e00 0x0000001c Code RO 1730 i.app_VPRE_IRQn_Handler CVWL568.lib(drv_rxbr.o) + 0x00013e1c 0x00013e1c 0x0000002c Code RO 2404 i.app_WDG_IRQn_Handler CVWL568.lib(drv_wdg.o) + 0x00013e48 0x00013e48 0x00000010 Code RO 1205 i.app_dma_irq_handler CVWL568.lib(drv_dma.o) + 0x00013e58 0x00013e58 0x00000030 Code RO 998 i.app_fls_ctrl_Handler CVWL568.lib(norflash.o) + 0x00013e88 0x00013e88 0x0000001c Code RO 504 i.board_Init board.o + 0x00013ea4 0x00013ea4 0x000002b4 Code RO 924 i.calc_framebuffer_setting CVWL568.lib(hal_internal_vsync.o) + 0x00014158 0x00014158 0x000000c8 Code RO 2474 i.ceil m_ps.l(ceil.o) + 0x00014220 0x00014220 0x0000002c Code RO 925 i.check_mipi_rx_tx_video_info CVWL568.lib(hal_internal_vsync.o) + 0x0001424c 0x0001424c 0x00000090 Code RO 926 i.check_pkt_buf_rev CVWL568.lib(hal_internal_vsync.o) + 0x000142dc 0x000142dc 0x00000058 Code RO 1080 i.dcs_packet_fifo_alloc CVWL568.lib(dcs_packet_fifo.o) + 0x00014334 0x00014334 0x00000018 Code RO 1081 i.dcs_packet_fifo_init CVWL568.lib(dcs_packet_fifo.o) + 0x0001434c 0x0001434c 0x00000044 Code RO 1082 i.dcs_packet_free_fifo_header CVWL568.lib(dcs_packet_fifo.o) + 0x00014390 0x00014390 0x00000024 Code RO 1083 i.dcs_packet_get_fifo_header CVWL568.lib(dcs_packet_fifo.o) + 0x000143b4 0x000143b4 0x0000001c Code RO 927 i.dcs_sw_filter CVWL568.lib(hal_internal_vsync.o) + 0x000143d0 0x000143d0 0x00000018 Code RO 885 i.delayMs CVWL568.lib(tau_delay.o) + 0x000143e8 0x000143e8 0x00000022 Code RO 886 i.delayUs CVWL568.lib(tau_delay.o) + 0x0001440a 0x0001440a 0x00000002 PAD + 0x0001440c 0x0001440c 0x00000038 Code RO 1839 i.drv_ap_rst_trig_edge_detect CVWL568.lib(drv_sys_cfg.o) + 0x00014444 0x00014444 0x0000000c Code RO 2181 i.drv_chip_info_get_info CVWL568.lib(drv_chip_info.o) + 0x00014450 0x00014450 0x00000040 Code RO 2182 i.drv_chip_info_init CVWL568.lib(drv_chip_info.o) + 0x00014490 0x00014490 0x000000c8 Code RO 2183 i.drv_chip_rx_info_check CVWL568.lib(drv_chip_info.o) + 0x00014558 0x00014558 0x00000014 Code RO 2184 i.drv_chip_rx_init_done CVWL568.lib(drv_chip_info.o) + 0x0001456c 0x0001456c 0x00000058 Code RO 1096 i.drv_common_enable_systick CVWL568.lib(drv_common.o) + 0x000145c4 0x000145c4 0x00000008 Code RO 1099 i.drv_common_system_init CVWL568.lib(drv_common.o) + 0x000145cc 0x000145cc 0x0000000c Code RO 1115 i.drv_crgu_clear_all_reset_flags CVWL568.lib(drv_crgu.o) + 0x000145d8 0x000145d8 0x00000010 Code RO 1120 i.drv_crgu_config_reset_modules CVWL568.lib(drv_crgu.o) + 0x000145e8 0x000145e8 0x00000014 Code RO 1132 i.drv_crgu_set_ahb_pre_div CVWL568.lib(drv_crgu.o) + 0x000145fc 0x000145fc 0x00000014 Code RO 1133 i.drv_crgu_set_ahb_src CVWL568.lib(drv_crgu.o) + 0x00014610 0x00014610 0x00000020 Code RO 1136 i.drv_crgu_set_clock CVWL568.lib(drv_crgu.o) + 0x00014630 0x00014630 0x00000014 Code RO 1137 i.drv_crgu_set_dpi_mux_src CVWL568.lib(drv_crgu.o) + 0x00014644 0x00014644 0x00000018 Code RO 1138 i.drv_crgu_set_dpi_pre_div CVWL568.lib(drv_crgu.o) + 0x0001465c 0x0001465c 0x00000014 Code RO 1139 i.drv_crgu_set_dpi_pre_src CVWL568.lib(drv_crgu.o) + 0x00014670 0x00014670 0x00000014 Code RO 1140 i.drv_crgu_set_dsc_core_div CVWL568.lib(drv_crgu.o) + 0x00014684 0x00014684 0x00000014 Code RO 1141 i.drv_crgu_set_dsco_src CVWL568.lib(drv_crgu.o) + 0x00014698 0x00014698 0x00000014 Code RO 1142 i.drv_crgu_set_dsco_src_div CVWL568.lib(drv_crgu.o) + 0x000146ac 0x000146ac 0x00000014 Code RO 1143 i.drv_crgu_set_fb_div CVWL568.lib(drv_crgu.o) + 0x000146c0 0x000146c0 0x00000014 Code RO 1144 i.drv_crgu_set_fb_src CVWL568.lib(drv_crgu.o) + 0x000146d4 0x000146d4 0x00000014 Code RO 1147 i.drv_crgu_set_lcdc_div CVWL568.lib(drv_crgu.o) + 0x000146e8 0x000146e8 0x00000014 Code RO 1148 i.drv_crgu_set_lcdc_src CVWL568.lib(drv_crgu.o) + 0x000146fc 0x000146fc 0x00000014 Code RO 1149 i.drv_crgu_set_mipi_cfg_src CVWL568.lib(drv_crgu.o) + 0x00014710 0x00014710 0x00000018 Code RO 1150 i.drv_crgu_set_mipi_ref_src CVWL568.lib(drv_crgu.o) + 0x00014728 0x00014728 0x00000018 Code RO 1153 i.drv_crgu_set_reset CVWL568.lib(drv_crgu.o) + 0x00014740 0x00014740 0x00000014 Code RO 1154 i.drv_crgu_set_rxbr_div CVWL568.lib(drv_crgu.o) + 0x00014754 0x00014754 0x00000014 Code RO 1155 i.drv_crgu_set_rxbr_src CVWL568.lib(drv_crgu.o) + 0x00014768 0x00014768 0x00000014 Code RO 1157 i.drv_crgu_set_vidc_src CVWL568.lib(drv_crgu.o) + 0x0001477c 0x0001477c 0x00000018 Code RO 1209 i.drv_dma_clear_flag CVWL568.lib(drv_dma.o) + 0x00014794 0x00014794 0x0000000c Code RO 1217 i.drv_dma_get_channel_flag CVWL568.lib(drv_dma.o) + 0x000147a0 0x000147a0 0x00000090 Code RO 1220 i.drv_dma_irq_handler CVWL568.lib(drv_dma.o) + 0x00014830 0x00014830 0x00000036 Code RO 2194 i.drv_dsc_dec_convert_pps_rc_parameter CVWL568.lib(drv_dsc_dec.o) + 0x00014866 0x00014866 0x0000000c Code RO 2195 i.drv_dsc_dec_disable CVWL568.lib(drv_dsc_dec.o) + 0x00014872 0x00014872 0x00000002 PAD + 0x00014874 0x00014874 0x00000074 Code RO 2196 i.drv_dsc_dec_enable CVWL568.lib(drv_dsc_dec.o) + 0x000148e8 0x000148e8 0x0000000a Code RO 2197 i.drv_dsc_dec_get_nslc CVWL568.lib(drv_dsc_dec.o) + 0x000148f2 0x000148f2 0x00000028 Code RO 2199 i.drv_dsc_dec_set_u8_pps CVWL568.lib(drv_dsc_dec.o) + 0x0001491a 0x0001491a 0x00000002 PAD + 0x0001491c 0x0001491c 0x00000104 Code RO 1259 i.drv_dsi_rx_calc_ipi_tx_delay CVWL568.lib(drv_dsi_rx.o) + 0x00014a20 0x00014a20 0x00000040 Code RO 1260 i.drv_dsi_rx_enable_irq CVWL568.lib(drv_dsi_rx.o) + 0x00014a60 0x00014a60 0x00000050 Code RO 1261 i.drv_dsi_rx_get_color_bpp CVWL568.lib(drv_dsi_rx.o) + 0x00014ab0 0x00014ab0 0x0000001c Code RO 1262 i.drv_dsi_rx_get_color_pcc CVWL568.lib(drv_dsi_rx.o) + 0x00014acc 0x00014acc 0x00000008 Code RO 1263 i.drv_dsi_rx_get_compression_en CVWL568.lib(drv_dsi_rx.o) + 0x00014ad4 0x00014ad4 0x00000006 Code RO 1264 i.drv_dsi_rx_get_max_ret_size CVWL568.lib(drv_dsi_rx.o) + 0x00014ada 0x00014ada 0x0000000e Code RO 1268 i.drv_dsi_rx_power_up CVWL568.lib(drv_dsi_rx.o) + 0x00014ae8 0x00014ae8 0x00000020 Code RO 1269 i.drv_dsi_rx_set_ctrl_cfg CVWL568.lib(drv_dsi_rx.o) + 0x00014b08 0x00014b08 0x00000010 Code RO 1270 i.drv_dsi_rx_set_ddi_cfg CVWL568.lib(drv_dsi_rx.o) + 0x00014b18 0x00014b18 0x00000004 Code RO 1272 i.drv_dsi_rx_set_inten CVWL568.lib(drv_dsi_rx.o) + 0x00014b1c 0x00014b1c 0x00000010 Code RO 1273 i.drv_dsi_rx_set_ipi_cfg CVWL568.lib(drv_dsi_rx.o) + 0x00014b2c 0x00014b2c 0x00000046 Code RO 1275 i.drv_dsi_rx_set_lane_swap CVWL568.lib(drv_dsi_rx.o) + 0x00014b72 0x00014b72 0x00000002 PAD + 0x00014b74 0x00014b74 0x000000d0 Code RO 1276 i.drv_dsi_rx_set_up_phy CVWL568.lib(drv_dsi_rx.o) + 0x00014c44 0x00014c44 0x0000000e Code RO 1277 i.drv_dsi_rx_shut_down CVWL568.lib(drv_dsi_rx.o) + 0x00014c52 0x00014c52 0x00000014 Code RO 1316 i.drv_dsi_tx_command_header CVWL568.lib(drv_dsi_tx.o) + 0x00014c66 0x00014c66 0x0000006c Code RO 1317 i.drv_dsi_tx_command_mode_cfg CVWL568.lib(drv_dsi_tx.o) + 0x00014cd2 0x00014cd2 0x00000004 Code RO 1318 i.drv_dsi_tx_command_put_payload CVWL568.lib(drv_dsi_tx.o) + 0x00014cd6 0x00014cd6 0x00000018 Code RO 1319 i.drv_dsi_tx_config_eotp CVWL568.lib(drv_dsi_tx.o) + 0x00014cee 0x00014cee 0x00000008 Code RO 1320 i.drv_dsi_tx_config_int CVWL568.lib(drv_dsi_tx.o) + 0x00014cf6 0x00014cf6 0x00000008 Code RO 1321 i.drv_dsi_tx_dpi_lpcmd_time CVWL568.lib(drv_dsi_tx.o) + 0x00014cfe 0x00014cfe 0x0000000a Code RO 1322 i.drv_dsi_tx_dpi_mode CVWL568.lib(drv_dsi_tx.o) + 0x00014d08 0x00014d08 0x00000024 Code RO 1323 i.drv_dsi_tx_dpi_polarity CVWL568.lib(drv_dsi_tx.o) + 0x00014d2c 0x00014d2c 0x00000004 Code RO 1324 i.drv_dsi_tx_edpi_cmd_size CVWL568.lib(drv_dsi_tx.o) + 0x00014d30 0x00014d30 0x00000004 Code RO 1326 i.drv_dsi_tx_get_cmd_status CVWL568.lib(drv_dsi_tx.o) + 0x00014d34 0x00014d34 0x00000004 Code RO 1328 i.drv_dsi_tx_mode CVWL568.lib(drv_dsi_tx.o) + 0x00014d38 0x00014d38 0x00000018 Code RO 1329 i.drv_dsi_tx_phy_clock_lane_auto_lp CVWL568.lib(drv_dsi_tx.o) + 0x00014d50 0x00014d50 0x0000001a Code RO 1330 i.drv_dsi_tx_phy_clock_lane_req_hs CVWL568.lib(drv_dsi_tx.o) + 0x00014d6a 0x00014d6a 0x0000000c Code RO 1332 i.drv_dsi_tx_phy_lane_mode CVWL568.lib(drv_dsi_tx.o) + 0x00014d76 0x00014d76 0x00000064 Code RO 1336 i.drv_dsi_tx_phy_status_ready CVWL568.lib(drv_dsi_tx.o) + 0x00014dda 0x00014dda 0x0000003e Code RO 1337 i.drv_dsi_tx_phy_status_stopstate CVWL568.lib(drv_dsi_tx.o) + 0x00014e18 0x00014e18 0x0000001e Code RO 1339 i.drv_dsi_tx_phy_time_cfg CVWL568.lib(drv_dsi_tx.o) + 0x00014e36 0x00014e36 0x00000008 Code RO 1343 i.drv_dsi_tx_powerup CVWL568.lib(drv_dsi_tx.o) + 0x00014e3e 0x00014e3e 0x0000001c Code RO 1344 i.drv_dsi_tx_response_mode CVWL568.lib(drv_dsi_tx.o) + 0x00014e5a 0x00014e5a 0x00000018 Code RO 1347 i.drv_dsi_tx_set_bta_ack CVWL568.lib(drv_dsi_tx.o) + 0x00014e72 0x00014e72 0x0000000c Code RO 1348 i.drv_dsi_tx_set_esc_div CVWL568.lib(drv_dsi_tx.o) + 0x00014e7e 0x00014e7e 0x00000002 PAD + 0x00014e80 0x00014e80 0x00000034 Code RO 1349 i.drv_dsi_tx_set_int CVWL568.lib(drv_dsi_tx.o) + 0x00014eb4 0x00014eb4 0x00000010 Code RO 1350 i.drv_dsi_tx_set_time_out_div CVWL568.lib(drv_dsi_tx.o) + 0x00014ec4 0x00014ec4 0x00000008 Code RO 1351 i.drv_dsi_tx_set_video_chunk CVWL568.lib(drv_dsi_tx.o) + 0x00014ecc 0x00014ecc 0x00000022 Code RO 1352 i.drv_dsi_tx_set_video_timing CVWL568.lib(drv_dsi_tx.o) + 0x00014eee 0x00014eee 0x00000008 Code RO 1354 i.drv_dsi_tx_shutdown CVWL568.lib(drv_dsi_tx.o) + 0x00014ef6 0x00014ef6 0x00000026 Code RO 1355 i.drv_dsi_tx_timeout_cfg CVWL568.lib(drv_dsi_tx.o) + 0x00014f1c 0x00014f1c 0x000000aa Code RO 1358 i.drv_dsi_tx_video_mode_cfg CVWL568.lib(drv_dsi_tx.o) + 0x00014fc6 0x00014fc6 0x00000016 Code RO 1359 i.drv_dsi_tx_video_mode_disable_hact_cmd CVWL568.lib(drv_dsi_tx.o) + 0x00014fdc 0x00014fdc 0x00000018 Code RO 1360 i.drv_dsi_tx_video_mode_set_lp_cmd CVWL568.lib(drv_dsi_tx.o) + 0x00014ff4 0x00014ff4 0x00000020 Code RO 2428 i.drv_efuse_enter_inactive CVWL568.lib(drv_efuse.o) + 0x00015014 0x00015014 0x0000000c Code RO 2431 i.drv_efuse_int_enable CVWL568.lib(drv_efuse.o) + 0x00015020 0x00015020 0x00000032 Code RO 2432 i.drv_efuse_read CVWL568.lib(drv_efuse.o) + 0x00015052 0x00015052 0x00000018 Code RO 2433 i.drv_efuse_read_req CVWL568.lib(drv_efuse.o) + 0x0001506a 0x0001506a 0x00000002 PAD + 0x0001506c 0x0001506c 0x0000000c Code RO 1528 i.drv_gpio_register_ap_reset_callback CVWL568.lib(drv_gpio.o) + 0x00015078 0x00015078 0x00000020 Code RO 1532 i.drv_gpio_set_ioe CVWL568.lib(drv_gpio.o) + 0x00015098 0x00015098 0x00000010 Code RO 1533 i.drv_gpio_set_mode0 CVWL568.lib(drv_gpio.o) + 0x000150a8 0x000150a8 0x00000010 Code RO 1534 i.drv_gpio_set_mode1 CVWL568.lib(drv_gpio.o) + 0x000150b8 0x000150b8 0x00000010 Code RO 1535 i.drv_gpio_set_mode2 CVWL568.lib(drv_gpio.o) + 0x000150c8 0x000150c8 0x00000010 Code RO 1536 i.drv_gpio_set_mode3 CVWL568.lib(drv_gpio.o) + 0x000150d8 0x000150d8 0x00000020 Code RO 705 i.drv_gpio_set_output_data CVWL568.lib(hal_gpio.o) + 0x000150f8 0x000150f8 0x00000018 Code RO 1593 i.drv_lcdc_config_bypass CVWL568.lib(drv_lcdc.o) + 0x00015110 0x00015110 0x00000030 Code RO 1594 i.drv_lcdc_config_ccm CVWL568.lib(drv_lcdc.o) + 0x00015140 0x00015140 0x00000016 Code RO 1595 i.drv_lcdc_config_disp_mode CVWL568.lib(drv_lcdc.o) + 0x00015156 0x00015156 0x00000024 Code RO 1596 i.drv_lcdc_config_dpi_polarity CVWL568.lib(drv_lcdc.o) + 0x0001517a 0x0001517a 0x00000026 Code RO 1597 i.drv_lcdc_config_dpi_timing CVWL568.lib(drv_lcdc.o) + 0x000151a0 0x000151a0 0x00000016 Code RO 1598 i.drv_lcdc_config_edpi_mode CVWL568.lib(drv_lcdc.o) + 0x000151b6 0x000151b6 0x00000016 Code RO 1599 i.drv_lcdc_config_endianness CVWL568.lib(drv_lcdc.o) + 0x000151cc 0x000151cc 0x0000000c Code RO 1600 i.drv_lcdc_config_input_size CVWL568.lib(drv_lcdc.o) + 0x000151d8 0x000151d8 0x0000001e Code RO 1601 i.drv_lcdc_config_int CVWL568.lib(drv_lcdc.o) + 0x000151f6 0x000151f6 0x00000022 Code RO 1602 i.drv_lcdc_config_int_single CVWL568.lib(drv_lcdc.o) + 0x00015218 0x00015218 0x00000022 Code RO 1603 i.drv_lcdc_config_overwrite CVWL568.lib(drv_lcdc.o) + 0x0001523a 0x0001523a 0x0000000c Code RO 1604 i.drv_lcdc_config_overwrite_rgb CVWL568.lib(drv_lcdc.o) + 0x00015246 0x00015246 0x0000001a Code RO 1605 i.drv_lcdc_config_partial_display_area CVWL568.lib(drv_lcdc.o) + 0x00015260 0x00015260 0x00000022 Code RO 1606 i.drv_lcdc_config_partial_display_enable CVWL568.lib(drv_lcdc.o) + 0x00015282 0x00015282 0x00000028 Code RO 1608 i.drv_lcdc_config_scale_up_coef CVWL568.lib(drv_lcdc.o) + 0x000152aa 0x000152aa 0x0000000c Code RO 1609 i.drv_lcdc_config_scale_up_step CVWL568.lib(drv_lcdc.o) + 0x000152b6 0x000152b6 0x0000004c Code RO 1610 i.drv_lcdc_config_src_parameter CVWL568.lib(drv_lcdc.o) + 0x00015302 0x00015302 0x00000006 Code RO 1611 i.drv_lcdc_config_thresh CVWL568.lib(drv_lcdc.o) + 0x00015308 0x00015308 0x00000012 Code RO 1612 i.drv_lcdc_ctrl_flow CVWL568.lib(drv_lcdc.o) + 0x0001531a 0x0001531a 0x00000020 Code RO 1614 i.drv_lcdc_enable_shadow_reg CVWL568.lib(drv_lcdc.o) + 0x0001533a 0x0001533a 0x00000002 PAD + 0x0001533c 0x0001533c 0x00000034 Code RO 1615 i.drv_lcdc_set_int CVWL568.lib(drv_lcdc.o) + 0x00015370 0x00015370 0x00000014 Code RO 1617 i.drv_lcdc_set_video_hw_mode CVWL568.lib(drv_lcdc.o) + 0x00015384 0x00015384 0x00000020 Code RO 1618 i.drv_lcdc_start CVWL568.lib(drv_lcdc.o) + 0x000153a4 0x000153a4 0x0000000c Code RO 1652 i.drv_memc_clear_status CVWL568.lib(drv_memc.o) + 0x000153b0 0x000153b0 0x00000040 Code RO 1653 i.drv_memc_enable_irq CVWL568.lib(drv_memc.o) + 0x000153f0 0x000153f0 0x0000000c Code RO 1654 i.drv_memc_gen_a_tear_signal CVWL568.lib(drv_memc.o) + 0x000153fc 0x000153fc 0x00000012 Code RO 1655 i.drv_memc_get_status CVWL568.lib(drv_memc.o) + 0x0001540e 0x0001540e 0x00000010 Code RO 1656 i.drv_memc_rate_transfer_sel CVWL568.lib(drv_memc.o) + 0x0001541e 0x0001541e 0x0000000e Code RO 1657 i.drv_memc_sel_vsync CVWL568.lib(drv_memc.o) + 0x0001542c 0x0001542c 0x00000014 Code RO 1658 i.drv_memc_set_active_height CVWL568.lib(drv_memc.o) + 0x00015440 0x00015440 0x0000000c Code RO 1659 i.drv_memc_set_data_mode CVWL568.lib(drv_memc.o) + 0x0001544c 0x0001544c 0x00000010 Code RO 1662 i.drv_memc_set_double_buffer CVWL568.lib(drv_memc.o) + 0x0001545c 0x0001545c 0x00000012 Code RO 1663 i.drv_memc_set_double_buffer_reverse CVWL568.lib(drv_memc.o) + 0x0001546e 0x0001546e 0x00000010 Code RO 1665 i.drv_memc_set_fs_en_conditions CVWL568.lib(drv_memc.o) + 0x0001547e 0x0001547e 0x00000014 Code RO 1666 i.drv_memc_set_inten CVWL568.lib(drv_memc.o) + 0x00015492 0x00015492 0x00000002 PAD + 0x00015494 0x00015494 0x00000018 Code RO 1667 i.drv_memc_set_lcdc_st_conditions CVWL568.lib(drv_memc.o) + 0x000154ac 0x000154ac 0x0000001a Code RO 1668 i.drv_memc_set_ltpo_mode CVWL568.lib(drv_memc.o) + 0x000154c6 0x000154c6 0x0000000e Code RO 1672 i.drv_memc_set_tear_mode CVWL568.lib(drv_memc.o) + 0x000154d4 0x000154d4 0x00000028 Code RO 1673 i.drv_memc_set_tear_waveform CVWL568.lib(drv_memc.o) + 0x000154fc 0x000154fc 0x0000000e Code RO 1675 i.drv_memc_set_vidc_sync_cnt CVWL568.lib(drv_memc.o) + 0x0001550a 0x0001550a 0x00000002 PAD + 0x0001550c 0x0001550c 0x00000008 Code RO 1707 i.drv_param_init_get_ccm CVWL568.lib(drv_param_init.o) + 0x00015514 0x00015514 0x00000014 Code RO 1708 i.drv_param_init_get_scld_filter_h CVWL568.lib(drv_param_init.o) + 0x00015528 0x00015528 0x00000014 Code RO 1709 i.drv_param_init_get_scld_filter_v CVWL568.lib(drv_param_init.o) + 0x0001553c 0x0001553c 0x00000008 Code RO 1710 i.drv_param_init_get_sclu_filter CVWL568.lib(drv_param_init.o) + 0x00015544 0x00015544 0x00000064 Code RO 1712 i.drv_param_init_set_scld_filter CVWL568.lib(drv_param_init.o) + 0x000155a8 0x000155a8 0x00000024 Code RO 1713 i.drv_param_p2r_filter_init CVWL568.lib(drv_param_init.o) + 0x000155cc 0x000155cc 0x00000054 Code RO 2059 i.drv_phy_get_para CVWL568.lib(drv_phy_common.o) + 0x00015620 0x00015620 0x00000020 Code RO 2069 i.drv_pwr_set_cp_mode CVWL568.lib(drv_pwr.o) + 0x00015640 0x00015640 0x00000018 Code RO 2070 i.drv_pwr_set_pvd_mode CVWL568.lib(drv_pwr.o) + 0x00015658 0x00015658 0x00000030 Code RO 2071 i.drv_pwr_set_system_clk_src CVWL568.lib(drv_pwr.o) + 0x00015688 0x00015688 0x0000001c Code RO 1278 i.drv_rx_phy_test_clear CVWL568.lib(drv_dsi_rx.o) + 0x000156a4 0x000156a4 0x00000020 Code RO 1279 i.drv_rx_phy_test_lock CVWL568.lib(drv_dsi_rx.o) + 0x000156c4 0x000156c4 0x00000042 Code RO 1281 i.drv_rx_phy_test_write CVWL568.lib(drv_dsi_rx.o) + 0x00015706 0x00015706 0x0000000e Code RO 1282 i.drv_rx_phy_test_write_1_byte CVWL568.lib(drv_dsi_rx.o) + 0x00015714 0x00015714 0x00000010 Code RO 1283 i.drv_rx_phy_test_write_2_byte CVWL568.lib(drv_dsi_rx.o) + 0x00015724 0x00015724 0x0000000a Code RO 1731 i.drv_rxbr_clear_pkt_buffer CVWL568.lib(drv_rxbr.o) + 0x0001572e 0x0001572e 0x00000004 Code RO 1732 i.drv_rxbr_clear_status0 CVWL568.lib(drv_rxbr.o) + 0x00015732 0x00015732 0x0000005a Code RO 1734 i.drv_rxbr_enable_irq CVWL568.lib(drv_rxbr.o) + 0x0001578c 0x0001578c 0x00000014 Code RO 1735 i.drv_rxbr_frame_drop_cfg CVWL568.lib(drv_rxbr.o) + 0x000157a0 0x000157a0 0x0000003c Code RO 1736 i.drv_rxbr_get_clk CVWL568.lib(drv_rxbr.o) + 0x000157dc 0x000157dc 0x00000004 Code RO 1737 i.drv_rxbr_get_col_addr CVWL568.lib(drv_rxbr.o) + 0x000157e0 0x000157e0 0x00000012 Code RO 928 i.drv_rxbr_get_int_source CVWL568.lib(hal_internal_vsync.o) + 0x000157f2 0x000157f2 0x00000004 Code RO 1740 i.drv_rxbr_get_page_addr CVWL568.lib(drv_rxbr.o) + 0x000157f6 0x000157f6 0x00000012 Code RO 929 i.drv_rxbr_get_status0 CVWL568.lib(hal_internal_vsync.o) + 0x00015808 0x00015808 0x0000000c Code RO 1742 i.drv_rxbr_hline_rcv0_cfg CVWL568.lib(drv_rxbr.o) + 0x00015814 0x00015814 0x00000008 Code RO 1743 i.drv_rxbr_hline_rcv_cfg CVWL568.lib(drv_rxbr.o) + 0x0001581c 0x0001581c 0x0000000c Code RO 1744 i.drv_rxbr_register_irq0_callback CVWL568.lib(drv_rxbr.o) + 0x00015828 0x00015828 0x0000000c Code RO 1745 i.drv_rxbr_register_irq1_callback CVWL568.lib(drv_rxbr.o) + 0x00015834 0x00015834 0x00000014 Code RO 1746 i.drv_rxbr_set_ack_pkt_header CVWL568.lib(drv_rxbr.o) + 0x00015848 0x00015848 0x000000cc Code RO 1747 i.drv_rxbr_set_cmd_filter CVWL568.lib(drv_rxbr.o) + 0x00015914 0x00015914 0x00000014 Code RO 1749 i.drv_rxbr_set_color_format CVWL568.lib(drv_rxbr.o) + 0x00015928 0x00015928 0x00000014 Code RO 1751 i.drv_rxbr_set_inten CVWL568.lib(drv_rxbr.o) + 0x0001593c 0x0001593c 0x00000010 Code RO 1752 i.drv_rxbr_set_ltpo_drop_th CVWL568.lib(drv_rxbr.o) + 0x0001594c 0x0001594c 0x00000026 Code RO 1754 i.drv_rxbr_set_usr_cfg CVWL568.lib(drv_rxbr.o) + 0x00015972 0x00015972 0x00000008 Code RO 1755 i.drv_rxbr_set_usr_col CVWL568.lib(drv_rxbr.o) + 0x0001597a 0x0001597a 0x00000008 Code RO 1756 i.drv_rxbr_set_usr_row CVWL568.lib(drv_rxbr.o) + 0x00015982 0x00015982 0x00000002 PAD + 0x00015984 0x00015984 0x0000001c Code RO 1821 i.drv_swire_enable CVWL568.lib(drv_swire.o) + 0x000159a0 0x000159a0 0x00000048 Code RO 1824 i.drv_swire_set_int CVWL568.lib(drv_swire.o) + 0x000159e8 0x000159e8 0x0000000c Code RO 1840 i.drv_sys_cfg_clear_all_int CVWL568.lib(drv_sys_cfg.o) + 0x000159f4 0x000159f4 0x00000028 Code RO 1841 i.drv_sys_cfg_clear_pending CVWL568.lib(drv_sys_cfg.o) + 0x00015a1c 0x00015a1c 0x00000018 Code RO 1844 i.drv_sys_cfg_sel_ap_rst_lvl_trig CVWL568.lib(drv_sys_cfg.o) + 0x00015a34 0x00015a34 0x0000001c Code RO 1845 i.drv_sys_cfg_sel_ap_rst_trig CVWL568.lib(drv_sys_cfg.o) + 0x00015a50 0x00015a50 0x00000024 Code RO 1851 i.drv_sys_cfg_set_int CVWL568.lib(drv_sys_cfg.o) + 0x00015a74 0x00015a74 0x0000001a Code RO 1875 i.drv_timer_clear_status_flags CVWL568.lib(drv_timer.o) + 0x00015a8e 0x00015a8e 0x00000020 Code RO 1876 i.drv_timer_enable CVWL568.lib(drv_timer.o) + 0x00015aae 0x00015aae 0x00000002 PAD + 0x00015ab0 0x00015ab0 0x0000000c Code RO 1878 i.drv_timer_get_instance CVWL568.lib(drv_timer.o) + 0x00015abc 0x00015abc 0x0000000e Code RO 1880 i.drv_timer_get_prescaler CVWL568.lib(drv_timer.o) + 0x00015aca 0x00015aca 0x00000002 PAD + 0x00015acc 0x00015acc 0x00000010 Code RO 1881 i.drv_timer_register_callback CVWL568.lib(drv_timer.o) + 0x00015adc 0x00015adc 0x0000000c Code RO 1882 i.drv_timer_set_current_count CVWL568.lib(drv_timer.o) + 0x00015ae8 0x00015ae8 0x00000048 Code RO 1883 i.drv_timer_set_int CVWL568.lib(drv_timer.o) + 0x00015b30 0x00015b30 0x0000000c Code RO 1884 i.drv_timer_set_match CVWL568.lib(drv_timer.o) + 0x00015b3c 0x00015b3c 0x00000016 Code RO 1885 i.drv_timer_set_prescaler CVWL568.lib(drv_timer.o) + 0x00015b52 0x00015b52 0x0000000c Code RO 1361 i.drv_tx_phy_test_clear CVWL568.lib(drv_dsi_tx.o) + 0x00015b5e 0x00015b5e 0x0000001c Code RO 1362 i.drv_tx_phy_test_enter CVWL568.lib(drv_dsi_tx.o) + 0x00015b7a 0x00015b7a 0x0000001c Code RO 1363 i.drv_tx_phy_test_exit CVWL568.lib(drv_dsi_tx.o) + 0x00015b96 0x00015b96 0x0000001a Code RO 1366 i.drv_tx_phy_test_write CVWL568.lib(drv_dsi_tx.o) + 0x00015bb0 0x00015bb0 0x0000000e Code RO 1367 i.drv_tx_phy_test_write_1_byte CVWL568.lib(drv_dsi_tx.o) + 0x00015bbe 0x00015bbe 0x00000012 Code RO 1368 i.drv_tx_phy_test_write_2_byte CVWL568.lib(drv_dsi_tx.o) + 0x00015bd0 0x00015bd0 0x00000022 Code RO 1369 i.drv_tx_phy_test_write_code CVWL568.lib(drv_dsi_tx.o) + 0x00015bf2 0x00015bf2 0x00000022 Code RO 1370 i.drv_tx_phy_test_write_data CVWL568.lib(drv_dsi_tx.o) + 0x00015c14 0x00015c14 0x00000008 Code RO 1909 i.drv_vidc_clear_irq CVWL568.lib(drv_vidc.o) + 0x00015c1c 0x00015c1c 0x00000018 Code RO 1913 i.drv_vidc_enable CVWL568.lib(drv_vidc.o) + 0x00015c34 0x00015c34 0x00000040 Code RO 1914 i.drv_vidc_enable_irq CVWL568.lib(drv_vidc.o) + 0x00015c74 0x00015c74 0x00000012 Code RO 1916 i.drv_vidc_get_irq_status CVWL568.lib(drv_vidc.o) + 0x00015c86 0x00015c86 0x00000002 PAD + 0x00015c88 0x00015c88 0x00000028 Code RO 1920 i.drv_vidc_init_module_enable CVWL568.lib(drv_vidc.o) + 0x00015cb0 0x00015cb0 0x0000000c Code RO 1921 i.drv_vidc_register_callback CVWL568.lib(drv_vidc.o) + 0x00015cbc 0x00015cbc 0x00000006 Code RO 1922 i.drv_vidc_reset CVWL568.lib(drv_vidc.o) + 0x00015cc2 0x00015cc2 0x0000003c Code RO 1924 i.drv_vidc_set_dst_parameter CVWL568.lib(drv_vidc.o) + 0x00015cfe 0x00015cfe 0x00000014 Code RO 1928 i.drv_vidc_set_irqen CVWL568.lib(drv_vidc.o) + 0x00015d12 0x00015d12 0x00000010 Code RO 1929 i.drv_vidc_set_mirror CVWL568.lib(drv_vidc.o) + 0x00015d22 0x00015d22 0x00000008 Code RO 1932 i.drv_vidc_set_p2r_hcoef0 CVWL568.lib(drv_vidc.o) + 0x00015d2a 0x00015d2a 0x00000026 Code RO 1933 i.drv_vidc_set_p2r_hinitb CVWL568.lib(drv_vidc.o) + 0x00015d50 0x00015d50 0x00000026 Code RO 1934 i.drv_vidc_set_p2r_hinitr CVWL568.lib(drv_vidc.o) + 0x00015d76 0x00015d76 0x00000002 PAD + 0x00015d78 0x00015d78 0x00000018 Code RO 1935 i.drv_vidc_set_pentile_swap CVWL568.lib(drv_vidc.o) + 0x00015d90 0x00015d90 0x0000000a Code RO 1936 i.drv_vidc_set_pu_ctrl CVWL568.lib(drv_vidc.o) + 0x00015d9a 0x00015d9a 0x00000010 Code RO 1937 i.drv_vidc_set_rotation CVWL568.lib(drv_vidc.o) + 0x00015daa 0x00015daa 0x0000000a Code RO 1938 i.drv_vidc_set_scld_hcoef0 CVWL568.lib(drv_vidc.o) + 0x00015db4 0x00015db4 0x0000000a Code RO 1939 i.drv_vidc_set_scld_hcoef1 CVWL568.lib(drv_vidc.o) + 0x00015dbe 0x00015dbe 0x00000012 Code RO 1940 i.drv_vidc_set_scld_step CVWL568.lib(drv_vidc.o) + 0x00015dd0 0x00015dd0 0x0000000a Code RO 1941 i.drv_vidc_set_scld_vcoef0 CVWL568.lib(drv_vidc.o) + 0x00015dda 0x00015dda 0x0000000a Code RO 1942 i.drv_vidc_set_scld_vcoef1 CVWL568.lib(drv_vidc.o) + 0x00015de4 0x00015de4 0x00000016 Code RO 1943 i.drv_vidc_set_src_parameter CVWL568.lib(drv_vidc.o) + 0x00015dfa 0x00015dfa 0x00000002 PAD + 0x00015dfc 0x00015dfc 0x00000010 Code RO 2406 i.drv_wdg_clear_edge_flag CVWL568.lib(drv_wdg.o) + 0x00015e0c 0x00015e0c 0x00000010 Code RO 2409 i.drv_wdg_read_edge_flag CVWL568.lib(drv_wdg.o) + 0x00015e1c 0x00015e1c 0x00000034 Code RO 2412 i.drv_wdg_set_int CVWL568.lib(drv_wdg.o) + 0x00015e50 0x00015e50 0x0000000a Code RO 1438 i.fls_clr_interrupt_flag CVWL568.lib(drv_fls.o) + 0x00015e5a 0x00015e5a 0x00000014 Code RO 895 i.fputc CVWL568.lib(tau_log.o) + 0x00015e6e 0x00015e6e 0x00000002 PAD + 0x00015e70 0x00015e70 0x00000030 Code RO 533 i.hal_dsi_rx_ctrl_create_handle CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00015ea0 0x00015ea0 0x00000024 Code RO 535 i.hal_dsi_rx_ctrl_deinit CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00015ec4 0x00015ec4 0x00000084 Code RO 537 i.hal_dsi_rx_ctrl_dsc_async_handler CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00015f48 0x00015f48 0x00000028 Code RO 539 i.hal_dsi_rx_ctrl_gen_a_tear_signal CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00015f70 0x00015f70 0x00000028 Code RO 541 i.hal_dsi_rx_ctrl_get_max_ret_size CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00015f98 0x00015f98 0x00000098 Code RO 543 i.hal_dsi_rx_ctrl_init CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00016030 0x00016030 0x000002c8 Code RO 544 i.hal_dsi_rx_ctrl_init_clk CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000162f8 0x000162f8 0x000000c8 Code RO 545 i.hal_dsi_rx_ctrl_init_dsi_rx CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000163c0 0x000163c0 0x0000013c Code RO 546 i.hal_dsi_rx_ctrl_init_memc CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000164fc 0x000164fc 0x0000011c Code RO 547 i.hal_dsi_rx_ctrl_init_rxbr CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00016618 0x00016618 0x0000022c Code RO 548 i.hal_dsi_rx_ctrl_init_vidc CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00016844 0x00016844 0x0000003c Code RO 549 i.hal_dsi_rx_ctrl_pre_init_pps CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00016880 0x00016880 0x000000f0 Code RO 552 i.hal_dsi_rx_ctrl_send_ack_cmd CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00016970 0x00016970 0x0000006c Code RO 555 i.hal_dsi_rx_ctrl_set_cus_scld_filter CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000169dc 0x000169dc 0x00000034 Code RO 556 i.hal_dsi_rx_ctrl_set_cus_sync_line CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00016a10 0x00016a10 0x00000034 Code RO 559 i.hal_dsi_rx_ctrl_set_hw_tear_mode CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00016a44 0x00016a44 0x00000034 Code RO 562 i.hal_dsi_rx_ctrl_set_sw_tear_mode CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00016a78 0x00016a78 0x0000003c Code RO 565 i.hal_dsi_rx_ctrl_start CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00016ab4 0x00016ab4 0x0000003c Code RO 566 i.hal_dsi_rx_ctrl_stop CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00016af0 0x00016af0 0x00000020 Code RO 568 i.hal_dsi_rx_ctrl_toggle_resolution CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00016b10 0x00016b10 0x00000190 Code RO 614 i.hal_dsi_tx_calc_video_chunks CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00016ca0 0x00016ca0 0x0000050c Code RO 615 i.hal_dsi_tx_count_lane_rate CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000171ac 0x000171ac 0x0000002c Code RO 616 i.hal_dsi_tx_ctrl_create_handle CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000171d8 0x000171d8 0x00000048 Code RO 617 i.hal_dsi_tx_ctrl_deinit CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00017220 0x00017220 0x0000004c Code RO 618 i.hal_dsi_tx_ctrl_enter_init_panel_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001726c 0x0001726c 0x00000028 Code RO 620 i.hal_dsi_tx_ctrl_exit_init_panel_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00017294 0x00017294 0x000000a4 Code RO 622 i.hal_dsi_tx_ctrl_init CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00017338 0x00017338 0x00000024 Code RO 623 i.hal_dsi_tx_ctrl_init_clk CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001735c 0x0001735c 0x0000000c Code RO 624 i.hal_dsi_tx_ctrl_panel_reset_pin CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00017368 0x00017368 0x00000014 Code RO 632 i.hal_dsi_tx_ctrl_set_overwrite_rgb CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001737c 0x0001737c 0x00000010 Code RO 633 i.hal_dsi_tx_ctrl_set_partial_disp CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001738c 0x0001738c 0x00000024 Code RO 634 i.hal_dsi_tx_ctrl_set_partial_disp_area CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000173b0 0x000173b0 0x0000006c Code RO 636 i.hal_dsi_tx_ctrl_start CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001741c 0x0001741c 0x00000044 Code RO 637 i.hal_dsi_tx_ctrl_stop CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00017460 0x00017460 0x000000d8 Code RO 638 i.hal_dsi_tx_ctrl_write_array_cmd CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00017538 0x00017538 0x000000b0 Code RO 639 i.hal_dsi_tx_ctrl_write_cmd CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000175e8 0x000175e8 0x00000044 Code RO 640 i.hal_dsi_tx_init_data_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001762c 0x0001762c 0x00000030 Code RO 641 i.hal_dsi_tx_init_dpi_cfg CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001765c 0x0001765c 0x00000020 Code RO 642 i.hal_dsi_tx_init_interrupt CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001767c 0x0001767c 0x00000020 Code RO 643 i.hal_dsi_tx_init_phy_cfg CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001769c 0x0001769c 0x00000094 Code RO 644 i.hal_dsi_tx_init_remains CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00017730 0x00017730 0x00000058 Code RO 645 i.hal_dsi_tx_init_video_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00017788 0x00017788 0x00000070 Code RO 646 i.hal_dsi_tx_phy_test_get_data CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000177f8 0x000177f8 0x000000f4 Code RO 647 i.hal_dsi_tx_phy_test_setup CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000178ec 0x000178ec 0x00000044 Code RO 648 i.hal_dsi_tx_send_cmd CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00017930 0x00017930 0x00000028 Code RO 712 i.hal_gpio_init_output CVWL568.lib(hal_gpio.o) + 0x00017958 0x00017958 0x00000050 Code RO 714 i.hal_gpio_set_ap_reset_int CVWL568.lib(hal_gpio.o) + 0x000179a8 0x000179a8 0x00000060 Code RO 716 i.hal_gpio_set_mode CVWL568.lib(hal_gpio.o) + 0x00017a08 0x00017a08 0x00000008 Code RO 717 i.hal_gpio_set_output_data CVWL568.lib(hal_gpio.o) + 0x00017a10 0x00017a10 0x000000e4 Code RO 931 i.hal_internal_init_memc CVWL568.lib(hal_internal_vsync.o) + 0x00017af4 0x00017af4 0x00000010 Code RO 932 i.hal_internal_sync_get_fb_setting CVWL568.lib(hal_internal_vsync.o) + 0x00017b04 0x00017b04 0x00000214 Code RO 933 i.hal_internal_sync_input_resolution_change CVWL568.lib(hal_internal_vsync.o) + 0x00017d18 0x00017d18 0x0000001c Code RO 935 i.hal_internal_vsync_deinit CVWL568.lib(hal_internal_vsync.o) + 0x00017d34 0x00017d34 0x00000018 Code RO 937 i.hal_internal_vsync_get_sync_line CVWL568.lib(hal_internal_vsync.o) + 0x00017d4c 0x00017d4c 0x000000fc Code RO 939 i.hal_internal_vsync_init_rx CVWL568.lib(hal_internal_vsync.o) + 0x00017e48 0x00017e48 0x000000b0 Code RO 940 i.hal_internal_vsync_init_tx CVWL568.lib(hal_internal_vsync.o) + 0x00017ef8 0x00017ef8 0x0000011c Code RO 941 i.hal_internal_vsync_set_auto_hw_filter CVWL568.lib(hal_internal_vsync.o) + 0x00018014 0x00018014 0x00000014 Code RO 943 i.hal_internal_vsync_set_rx_state CVWL568.lib(hal_internal_vsync.o) + 0x00018028 0x00018028 0x0000001c Code RO 944 i.hal_internal_vsync_set_sync_line CVWL568.lib(hal_internal_vsync.o) + 0x00018044 0x00018044 0x00000044 Code RO 945 i.hal_internal_vsync_set_tear_mode CVWL568.lib(hal_internal_vsync.o) + 0x00018088 0x00018088 0x00000040 Code RO 946 i.hal_internal_vsync_set_tx_state CVWL568.lib(hal_internal_vsync.o) + 0x000180c8 0x000180c8 0x00000024 Code RO 649 i.hal_lcdc_config_ccm CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000180ec 0x000180ec 0x00000048 Code RO 650 i.hal_lcdc_config_remains CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018134 0x00018134 0x00000014 Code RO 651 i.hal_lcdc_config_rgb_to_pentile CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018148 0x00018148 0x00000164 Code RO 652 i.hal_lcdc_config_upscaler CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000182ac 0x000182ac 0x00000040 Code RO 653 i.hal_lcdc_init_cfg CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000182ec 0x000182ec 0x00000134 Code RO 654 i.hal_lcdc_init_clk CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018420 0x00018420 0x00000040 Code RO 655 i.hal_lcdc_init_interrupt CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018460 0x00018460 0x00000012 Code RO 744 i.hal_swire_deinit CVWL568.lib(hal_swire.o) + 0x00018472 0x00018472 0x00000008 Code RO 762 i.hal_system_enable_systick CVWL568.lib(hal_system.o) + 0x0001847a 0x0001847a 0x00000002 PAD + 0x0001847c 0x0001847c 0x0000007c Code RO 767 i.hal_system_init CVWL568.lib(hal_system.o) + 0x000184f8 0x000184f8 0x0000001c Code RO 768 i.hal_system_init_console CVWL568.lib(hal_system.o) + 0x00018514 0x00018514 0x00000008 Code RO 772 i.hal_system_set_vcc CVWL568.lib(hal_system.o) + 0x0001851c 0x0001851c 0x00000018 Code RO 796 i.hal_timer_deinit CVWL568.lib(hal_timer.o) + 0x00018534 0x00018534 0x00000022 Code RO 798 i.hal_timer_init CVWL568.lib(hal_timer.o) + 0x00018556 0x00018556 0x00000002 PAD + 0x00018558 0x00018558 0x00000054 Code RO 799 i.hal_timer_start CVWL568.lib(hal_timer.o) + 0x000185ac 0x000185ac 0x00000028 Code RO 800 i.hal_timer_stop CVWL568.lib(hal_timer.o) + 0x000185d4 0x000185d4 0x0000008c Code RO 906 i.hal_uart_init CVWL568.lib(hal_uart.o) + 0x00018660 0x00018660 0x00000010 Code RO 909 i.hal_uart_transmit_blocking CVWL568.lib(hal_uart.o) + 0x00018670 0x00018670 0x00000110 Code RO 2019 i.handle_init CVWL568.lib(irq_redirect .o) + 0x00018780 0x00018780 0x0000006c Code RO 111 i.init_mipi_tx ap_demo.o + 0x000187ec 0x000187ec 0x00000090 Code RO 112 i.init_panel ap_demo.o + 0x0001887c 0x0001887c 0x0000000a Code RO 3 i.main main.o + 0x00018886 0x00018886 0x00000002 PAD + 0x00018888 0x00018888 0x000000b4 Code RO 113 i.open_mipi_rx ap_demo.o + 0x0001893c 0x0001893c 0x00000088 Code RO 114 i.pps_update_handle ap_demo.o + 0x000189c4 0x000189c4 0x000003f4 Code RO 947 i.rx_get_dcs_packet_data CVWL568.lib(hal_internal_vsync.o) + 0x00018db8 0x00018db8 0x00000140 Code RO 948 i.rx_partial_update CVWL568.lib(hal_internal_vsync.o) + 0x00018ef8 0x00018ef8 0x0000008c Code RO 949 i.rx_receive_packet CVWL568.lib(hal_internal_vsync.o) + 0x00018f84 0x00018f84 0x00000180 Code RO 950 i.rx_receive_pps CVWL568.lib(hal_internal_vsync.o) + 0x00019104 0x00019104 0x000000a4 Code RO 951 i.rxbr_irq0_callback CVWL568.lib(hal_internal_vsync.o) + 0x000191a8 0x000191a8 0x00000170 Code RO 952 i.rxbr_irq1_callback CVWL568.lib(hal_internal_vsync.o) + 0x00019318 0x00019318 0x0000002a Code RO 115 i.send_panel_init_code ap_demo.o + 0x00019342 0x00019342 0x00000002 PAD + 0x00019344 0x00019344 0x0000008c Code RO 953 i.soft_gen_te CVWL568.lib(hal_internal_vsync.o) + 0x000193d0 0x000193d0 0x00000020 Code RO 116 i.soft_timer3_cb ap_demo.o + 0x000193f0 0x000193f0 0x00000014 Code RO 117 i.tx_display_on ap_demo.o + 0x00019404 0x00019404 0x00000028 Code RO 118 i.tx_panel_reset ap_demo.o + 0x0001942c 0x0001942c 0x000000b4 Code RO 954 i.vidc_callback CVWL568.lib(hal_internal_vsync.o) + 0x000194e0 0x000194e0 0x000000d0 Code RO 955 i.vpre_err_reset CVWL568.lib(hal_internal_vsync.o) + 0x000195b0 0x000195b0 0x0000019c Code RO 956 i.vsync_set_te_mode CVWL568.lib(hal_internal_vsync.o) + 0x0001974c 0x0001974c 0x00001990 Data RO 119 .constdata ap_demo.o + 0x0001b0dc 0x0001b0dc 0x00000104 Data RO 657 .constdata CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001b1e0 0x0001b1e0 0x000000d2 Data RO 722 .constdata CVWL568.lib(hal_gpio.o) + 0x0001b2b2 0x0001b2b2 0x00000002 PAD + 0x0001b2b4 0x0001b2b4 0x00000008 Data RO 1714 .constdata CVWL568.lib(drv_param_init.o) + 0x0001b2bc 0x0001b2bc 0x00000020 Data RO 1887 .constdata CVWL568.lib(drv_timer.o) + 0x0001b2dc 0x0001b2dc 0x00000138 Data RO 2060 .constdata CVWL568.lib(drv_phy_common.o) + 0x0001b414 0x0001b414 0x0000004e Data RO 120 .conststring ap_demo.o + 0x0001b462 0x0001b462 0x00000002 PAD + 0x0001b464 0x0001b464 0x00000048 Data RO 570 .conststring CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x0001b4ac 0x0001b4ac 0x00000134 Data RO 958 .conststring CVWL568.lib(hal_internal_vsync.o) + 0x0001b5e0 0x0001b5e0 0x00000030 Data RO 2821 Region$$Table anon$$obj.o + + + Execution Region RW_RAM1 (Exec base: 0x00070000, Load base: 0x0001b610, Size: 0x00000000, Max: 0x000000f0, ABSOLUTE) + + **** No section assigned to this execution region **** + + + Execution Region RW_RAM2 (Exec base: 0x00070100, Load base: 0x0001b610, Size: 0x000000c0, Max: 0x000000d0, ABSOLUTE) + + Exec Addr Load Addr Size Type Attr Idx E Section Name Object + + 0x00070100 - 0x000000c0 Zero RW 2020 .ARM.__AT_0x00070100 CVWL568.lib(irq_redirect .o) + + + Execution Region RW_RAM3 (Exec base: 0x000701d0, Load base: 0x0001b610, Size: 0x00003938, Max: 0x00007e30, ABSOLUTE, COMPRESSED[0x000007dc]) + + Exec Addr Load Addr Size Type Attr Idx E Section Name Object + + 0x000701d0 COMPRESSED 0x00000628 Data RW 121 .data ap_demo.o + 0x000707f8 COMPRESSED 0x000000e4 Data RW 285 .data app_tp_for_custom_s8.o + 0x000708dc COMPRESSED 0x00000008 Data RW 571 .data CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000708e4 COMPRESSED 0x00000001 Data RW 658 .data CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000708e5 COMPRESSED 0x00000003 PAD + 0x000708e8 COMPRESSED 0x00000004 Data RW 959 .data CVWL568.lib(hal_internal_vsync.o) + 0x000708ec COMPRESSED 0x00000012 Data RW 1038 .data CVWL568.lib(norflash.o) + 0x000708fe COMPRESSED 0x00000002 PAD + 0x00070900 COMPRESSED 0x0000000c Data RW 1102 .data CVWL568.lib(drv_common.o) + 0x0007090c COMPRESSED 0x00000004 Data RW 1541 .data CVWL568.lib(drv_gpio.o) + 0x00070910 COMPRESSED 0x000004a4 Data RW 1715 .data CVWL568.lib(drv_param_init.o) + 0x00070db4 COMPRESSED 0x00000008 Data RW 1758 .data CVWL568.lib(drv_rxbr.o) + 0x00070dbc COMPRESSED 0x00000008 Data RW 1827 .data CVWL568.lib(drv_swire.o) + 0x00070dc4 COMPRESSED 0x00000001 Data RW 1852 .data CVWL568.lib(drv_sys_cfg.o) + 0x00070dc5 COMPRESSED 0x00000003 PAD + 0x00070dc8 COMPRESSED 0x00000004 Data RW 1945 .data CVWL568.lib(drv_vidc.o) + 0x00070dcc COMPRESSED 0x00000004 Data RW 2094 .data CVWL568.lib(drv_i2c_master.o) + 0x00070dd0 COMPRESSED 0x00000008 Data RW 2128 .data CVWL568.lib(drv_i2c_slave.o) + 0x00070dd8 COMPRESSED 0x00000004 Data RW 2162 .data CVWL568.lib(drv_spi_master.o) + 0x00070ddc COMPRESSED 0x0000000c Data RW 2185 .data CVWL568.lib(drv_chip_info.o) + 0x00070de8 COMPRESSED 0x0000000c Data RW 2295 .data CVWL568.lib(drv_pwm.o) + 0x00070df4 COMPRESSED 0x00000008 Data RW 2347 .data CVWL568.lib(drv_uart.o) + 0x00070dfc COMPRESSED 0x00000008 Data RW 2413 .data CVWL568.lib(drv_wdg.o) + 0x00070e04 COMPRESSED 0x00000004 Data RW 2799 .data mc_p.l(stdout.o) + 0x00070e08 - 0x000000c0 Zero RW 569 .bss CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00070ec8 - 0x00000048 Zero RW 656 .bss CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00070f10 - 0x00000100 Zero RW 896 .bss CVWL568.lib(tau_log.o) + 0x00071010 - 0x000000d0 Zero RW 911 .bss CVWL568.lib(hal_uart.o) + 0x000710e0 - 0x00000958 Zero RW 957 .bss CVWL568.lib(hal_internal_vsync.o) + 0x00071a38 - 0x00001030 Zero RW 1085 .bss CVWL568.lib(dcs_packet_fifo.o) + 0x00072a68 - 0x0000001c Zero RW 1229 .bss CVWL568.lib(drv_dma.o) + 0x00072a84 - 0x00000040 Zero RW 1540 .bss CVWL568.lib(drv_gpio.o) + 0x00072ac4 - 0x00000020 Zero RW 1886 .bss CVWL568.lib(drv_timer.o) + 0x00072ae4 - 0x00000020 Zero RW 2229 .bss CVWL568.lib(hal_spi_slave.o) + 0x00072b04 COMPRESSED 0x00000004 PAD + 0x00072b08 - 0x00001000 Zero RW 522 STACK startup_armcm0.o + + +============================================================================== + +Image component sizes + + + Code (inc. data) RO Data RW Data ZI Data Debug Object Name + + 7556 570 6622 1576 0 35107 ap_demo.o + 0 0 0 228 0 10773 app_tp_for_custom_s8.o + 28 4 0 0 0 429 board.o + 10 0 0 0 0 9483 main.o + 120 18 192 0 4096 2012 startup_armcm0.o + + ---------------------------------------------------------------------- + 7718 592 6864 1804 4096 57804 Object Totals + 0 0 48 0 0 0 (incl. Generated) + 4 0 2 0 0 0 (incl. Padding) + + ---------------------------------------------------------------------- + + Code (inc. data) RO Data RW Data ZI Data Debug Library Member Name + + 216 32 0 0 4144 252 dcs_packet_fifo.o + 296 96 0 12 0 256 drv_chip_info.o + 192 82 20 12 0 264 drv_common.o + 432 94 0 0 0 1260 drv_crgu.o + 196 12 0 0 28 272 drv_dma.o + 232 28 0 0 0 340 drv_dsc_dec.o + 1628 488 0 0 0 1328 drv_dsi_rx.o + 1282 118 0 0 0 2480 drv_dsi_tx.o + 118 0 0 0 0 256 drv_efuse.o + 10 0 0 0 0 60 drv_fls.o + 368 80 0 4 64 972 drv_gpio.o + 16 8 0 4 0 60 drv_i2c_master.o + 16 8 0 8 0 60 drv_i2c_slave.o + 682 6 0 0 0 1444 drv_lcdc.o + 492 28 0 0 0 1112 drv_memc.o + 192 38 8 1188 0 384 drv_param_init.o + 84 8 312 0 0 68 drv_phy_common.o + 72 10 0 12 0 76 drv_pwm.o + 104 24 0 0 0 180 drv_pwr.o + 682 66 0 8 0 1448 drv_rxbr.o + 72 20 0 4 0 128 drv_spi_master.o + 132 16 0 8 0 200 drv_swire.o + 196 40 0 1 0 388 drv_sys_cfg.o + 378 28 32 0 32 872 drv_timer.o + 698 18 0 8 0 680 drv_uart.o + 510 28 0 4 0 1452 drv_vidc.o + 128 18 0 8 0 256 drv_wdg.o + 3232 372 72 8 192 1476 hal_dsi_rx_ctrl.o + 4536 302 260 1 72 2388 hal_dsi_tx_ctrl.o + 256 22 210 0 0 336 hal_gpio.o + 6216 1478 308 4 2392 2132 hal_internal_vsync.o + 232 20 0 0 32 136 hal_spi_slave.o + 18 0 0 0 0 68 hal_swire.o + 168 28 0 0 0 272 hal_system.o + 182 6 0 0 0 280 hal_timer.o + 156 18 0 0 208 144 hal_uart.o + 1076 324 0 0 192 1980 irq_redirect .o + 48 10 0 18 0 68 norflash.o + 58 0 0 0 0 128 tau_delay.o + 60 10 0 0 256 156 tau_log.o + 200 20 0 0 0 76 ceil.o + 86 0 0 0 0 0 __dczerorl2.o + 0 0 0 0 0 0 entry.o + 0 0 0 0 0 0 entry10a.o + 0 0 0 0 0 0 entry11a.o + 8 4 0 0 0 0 entry2.o + 4 0 0 0 0 0 entry5.o + 0 0 0 0 0 0 entry7b.o + 0 0 0 0 0 0 entry8b.o + 8 4 0 0 0 0 entry9a.o + 30 0 0 0 0 0 handlers.o + 40 0 0 0 0 72 idiv.o + 36 8 0 0 0 68 init.o + 0 0 0 0 0 0 iusefp.o + 32 0 0 0 0 68 llshl.o + 38 0 0 0 0 68 llsshr.o + 34 0 0 0 0 68 llushr.o + 36 0 0 0 0 60 memcpya.o + 36 0 0 0 0 100 memseta.o + 2298 104 0 0 0 544 printfa.o + 0 0 0 4 0 0 stdout.o + 44 0 0 0 0 72 uidiv.o + 96 0 0 0 0 84 uldiv.o + 40 2 0 0 0 68 cdrcmple.o + 20 0 0 0 0 68 cfrcmple.o + 356 4 0 0 0 140 dadd.o + 240 6 0 0 0 84 ddiv.o + 236 0 0 0 0 216 depilogue.o + 72 10 0 0 0 72 dfixi.o + 60 10 0 0 0 68 dfixui.o + 64 10 0 0 0 68 dfixul.o + 28 4 0 0 0 68 dfltui.o + 208 6 0 0 0 88 dmul.o + 40 0 0 0 0 60 f2d.o + 178 0 0 0 0 108 fadd.o + 124 0 0 0 0 72 fdiv.o + 130 0 0 0 0 144 fepilogue.o + 50 0 0 0 0 60 ffixi.o + 40 0 0 0 0 60 ffixui.o + 22 0 0 0 0 68 fflti.o + 14 0 0 0 0 68 ffltui.o + 122 0 0 0 0 72 fmul.o + 24 0 0 0 0 60 fscalb.o + + ---------------------------------------------------------------------- + 30802 4176 1224 1324 7616 29104 Library Totals + 46 0 2 8 4 0 (incl. Padding) + + ---------------------------------------------------------------------- + + Code (inc. data) RO Data RW Data ZI Data Debug Library Name + + 25662 3984 1222 1312 7612 26112 CVWL568.lib + 200 20 0 0 0 76 m_ps.l + 2826 120 0 4 0 1204 mc_p.l + 2068 52 0 0 0 1712 mf_p.l + + ---------------------------------------------------------------------- + 30802 4176 1224 1324 7616 29104 Library Totals + + ---------------------------------------------------------------------- + +============================================================================== + + + Code (inc. data) RO Data RW Data ZI Data Debug + + 38520 4768 8088 3128 11712 67360 Grand Totals + 38520 4768 8088 2012 11712 67360 ELF Image Totals (compressed) + 38520 4768 8088 2012 0 0 ROM Totals + +============================================================================== + + Total RO Size (Code + RO Data) 46608 ( 45.52kB) + Total RW Size (RW Data + ZI Data) 14840 ( 14.49kB) + Total ROM Size (Code + RO Data + RW Data) 48620 ( 47.48kB) + +============================================================================== + diff --git a/project/Listings/ISP568_S20P_20220819.map b/project/Listings/ISP568_S20P_20220819.map new file mode 100644 index 0000000..1343b8f --- /dev/null +++ b/project/Listings/ISP568_S20P_20220819.map @@ -0,0 +1,4945 @@ +Component: ARM Compiler 5.06 update 6 (build 750) Tool: armlink [4d35ed] + +============================================================================== + +Section Cross References + + main.o(i.main) refers to board.o(i.board_Init) for board_Init + main.o(i.main) refers to ap_demo.o(i.ap_demo) for ap_demo + ap_demo.o(i.Gpio_swire_output) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + ap_demo.o(i.Gpio_swire_output) refers to tau_delay.o(i.delayUs) for delayUs + ap_demo.o(i.Gpio_swire_output) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + ap_demo.o(i.ap_dcs_read) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) for hal_dsi_rx_ctrl_get_max_ret_size + ap_demo.o(i.ap_dcs_read) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) for hal_dsi_rx_ctrl_send_ack_cmd + ap_demo.o(i.ap_dcs_read) refers to printfa.o(i.__0printf) for __2printf + ap_demo.o(i.ap_dcs_read) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_demo) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.open_mipi_rx) for open_mipi_rx + ap_demo.o(i.ap_demo) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.init_mipi_tx) for init_mipi_tx + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.app_tp_init) for app_tp_init + ap_demo.o(i.ap_demo) refers to hal_timer.o(i.hal_timer_init) for hal_timer_init + ap_demo.o(i.ap_demo) refers to hal_timer.o(i.hal_timer_start) for hal_timer_start + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.tx_display_on) for tx_display_on + ap_demo.o(i.ap_demo) refers to hal_gpio.o(i.hal_gpio_set_ap_reset_int) for hal_gpio_set_ap_reset_int + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.app_tp_phone_clear_reset_on) for app_tp_phone_clear_reset_on + ap_demo.o(i.ap_demo) refers to tau_delay.o(i.delayMs) for delayMs + ap_demo.o(i.ap_demo) refers to printfa.o(i.__0printf) for __2printf + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.app_tp_transfer_screen_start) for app_tp_transfer_screen_start + ap_demo.o(i.ap_demo) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) for hal_dsi_rx_ctrl_dsc_async_handler + ap_demo.o(i.ap_demo) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.app_tp_transfer_screen_int) for app_tp_transfer_screen_int + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.S20_Start_init) for S20_Start_init + ap_demo.o(i.ap_demo) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_demo) refers to app_tp_for_custom_s8.o(.data) for tp_sleep_count + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.soft_timer3_cb) for soft_timer3_cb + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.ap_reset_cb) for ap_reset_cb + ap_demo.o(i.ap_get_reg_ca) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_get_reg_df) refers to memcpya.o(.text) for __aeabi_memcpy4 + ap_demo.o(i.ap_get_reg_df) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) for hal_dsi_tx_ctrl_set_ccm + ap_demo.o(i.ap_get_reg_df) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_reset_cb) refers to printfa.o(i.__0printf) for __2printf + ap_demo.o(i.ap_reset_cb) refers to hal_system.o(i.hal_system_set_pvd) for hal_system_set_pvd + ap_demo.o(i.ap_reset_cb) refers to hal_system.o(i.hal_system_set_vcc) for hal_system_set_vcc + ap_demo.o(i.ap_set_backlight) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + ap_demo.o(i.ap_set_backlight) refers to idiv.o(.text) for __aeabi_idivmod + ap_demo.o(i.ap_set_backlight) refers to uidiv.o(.text) for __aeabi_uidivmod + ap_demo.o(i.ap_set_backlight) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.ap_set_backlight) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_set_display_off) refers to ap_demo.o(i.Gpio_swire_output) for Gpio_swire_output + ap_demo.o(i.ap_set_display_off) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_display_off) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.ap_set_display_off) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_set_display_on) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_display_on) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_set_enter_sleep_mode) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.ap_set_enter_sleep_mode) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_enter_sleep_mode) refers to ap_demo.o(i.soft_disable_mipi_timer_init) for soft_disable_mipi_timer_init + ap_demo.o(i.ap_set_enter_sleep_mode) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_set_exit_sleep_mode) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_exit_sleep_mode) refers to ap_demo.o(.data) for .data + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) for hal_dsi_tx_ctrl_stop + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) for hal_dsi_tx_ctrl_deinit + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) for hal_dsi_rx_ctrl_stop + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) for hal_dsi_rx_ctrl_deinit + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_swire.o(i.hal_swire_open) for hal_swire_open + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_timer.o(i.hal_timer_stop) for hal_timer_stop + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) for hal_dsi_tx_ctrl_panel_reset_pin + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_system.o(i.hal_system_set_vcc) for hal_system_set_vcc + ap_demo.o(i.disable_mipi_timer_cb) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.disable_mipi_timer_cb) refers to ap_demo.o(.data) for .data + ap_demo.o(i.init_mipi_tx) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) for hal_dsi_tx_ctrl_create_handle + ap_demo.o(i.init_mipi_tx) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) for hal_dsi_tx_ctrl_init + ap_demo.o(i.init_mipi_tx) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) for hal_dsi_tx_ctrl_set_overwrite_rgb + ap_demo.o(i.init_mipi_tx) refers to ap_demo.o(.data) for .data + ap_demo.o(i.init_panel) refers to ap_demo.o(i.tx_panel_reset) for tx_panel_reset + ap_demo.o(i.init_panel) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) for hal_dsi_tx_ctrl_enter_init_panel_mode + ap_demo.o(i.init_panel) refers to ap_demo.o(i.send_panel_init_code) for send_panel_init_code + ap_demo.o(i.init_panel) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.init_panel) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) for hal_dsi_rx_ctrl_set_hw_tear_mode + ap_demo.o(i.init_panel) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.init_panel) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + ap_demo.o(i.init_panel) refers to tau_delay.o(i.delayMs) for delayMs + ap_demo.o(i.init_panel) refers to ap_demo.o(i.Gpio_swire_output) for Gpio_swire_output + ap_demo.o(i.init_panel) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) for hal_dsi_tx_ctrl_exit_init_panel_mode + ap_demo.o(i.init_panel) refers to ap_demo.o(.constdata) for .constdata + ap_demo.o(i.init_panel) refers to ap_demo.o(.data) for .data + ap_demo.o(i.open_mipi_rx) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) for hal_dsi_rx_ctrl_create_handle + ap_demo.o(i.open_mipi_rx) refers to memcpya.o(.text) for __aeabi_memcpy4 + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) for hal_dsi_rx_ctrl_pre_init_pps + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) for hal_dsi_rx_ctrl_init + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) for hal_dsi_rx_ctrl_set_cus_sync_line + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) for hal_dsi_rx_ctrl_start + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(.data) for .data + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(.constdata) for .constdata + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(i.ap_dcs_read) for ap_dcs_read + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(i.pps_update_handle) for pps_update_handle + ap_demo.o(i.pps_update_handle) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) for hal_dsi_rx_ctrl_set_sw_tear_mode + ap_demo.o(i.pps_update_handle) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) for hal_dsi_rx_ctrl_toggle_resolution + ap_demo.o(i.pps_update_handle) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) for hal_dsi_rx_ctrl_set_hw_tear_mode + ap_demo.o(i.pps_update_handle) refers to ap_demo.o(.data) for .data + ap_demo.o(i.send_panel_init_code) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) for hal_dsi_tx_ctrl_write_array_cmd + ap_demo.o(i.send_panel_init_code) refers to tau_delay.o(i.delayUs) for delayUs + ap_demo.o(i.soft_disable_mipi_timer_init) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.soft_disable_mipi_timer_init) refers to hal_timer.o(i.hal_timer_init) for hal_timer_init + ap_demo.o(i.soft_disable_mipi_timer_init) refers to hal_timer.o(i.hal_timer_start) for hal_timer_start + ap_demo.o(i.soft_disable_mipi_timer_init) refers to ap_demo.o(i.disable_mipi_timer_cb) for disable_mipi_timer_cb + ap_demo.o(i.soft_timer3_cb) refers to hal_timer.o(i.hal_timer_start) for hal_timer_start + ap_demo.o(i.soft_timer3_cb) refers to app_tp_for_custom_s8.o(.data) for tp_sleep_count + ap_demo.o(i.tx_display_on) refers to ap_demo.o(i.init_panel) for init_panel + ap_demo.o(i.tx_display_on) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) for hal_dsi_tx_ctrl_start + ap_demo.o(i.tx_display_on) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) for hal_dsi_tx_ctrl_read_cmd + ap_demo.o(i.tx_display_on) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.tx_display_on) refers to ap_demo.o(.data) for .data + ap_demo.o(i.tx_panel_reset) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) for hal_dsi_tx_ctrl_panel_reset_pin + ap_demo.o(i.tx_panel_reset) refers to tau_delay.o(i.delayMs) for delayMs + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_display_on) for ap_set_display_on + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_display_off) for ap_set_display_off + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_get_reg_df) for ap_get_reg_df + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_get_reg_ca) for ap_get_reg_ca + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_backlight) for ap_set_backlight + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_enter_sleep_mode) for ap_set_enter_sleep_mode + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_exit_sleep_mode) for ap_set_exit_sleep_mode + app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) refers to app_tp_for_custom_s8.o(.data) for .data + app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) refers to ap_demo.o(.data) for phone_start_flag + app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) refers to app_tp_for_custom_s8.o(.constdata) for .constdata + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_const) refers to app_tp_transfer.o(i.app_tp_screen_init) for app_tp_screen_init + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_const) refers to app_tp_for_custom_s8.o(.data) for .data + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) refers to uidiv.o(.text) for __aeabi_uidivmod + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) refers to app_tp_for_custom_s8.o(.data) for .data + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) refers to app_tp_for_custom_s8.o(.bss) for .bss + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_1 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_2 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_3 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_4 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_5 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_6 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_7 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_point_data + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_point_back + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_coord_data + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_coord_back + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(i.app_tp_m_read) for app_tp_m_read + app_tp_transfer.o(i.S20_Start_init) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_transfer.o(i.S20_Start_init) refers to tau_delay.o(i.delayMs) for delayMs + app_tp_transfer.o(i.S20_Start_init) refers to hal_gpio.o(i.hal_gpio_get_input_data) for hal_gpio_get_input_data + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(i.app_tp_m_write) for app_tp_m_write + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(i.app_tp_screen_int_init) for app_tp_screen_int_init + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_for_custom_s8.o(.data) for screen_reg_int_data + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.S20_Start_init) refers to ap_demo.o(.data) for phone_start_flag + app_tp_transfer.o(i.app_tp_i2cs_callback) refers to app_tp_transfer.o(i.app_tp_transfer_phone) for app_tp_transfer_phone + app_tp_transfer.o(i.app_tp_init) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + app_tp_transfer.o(i.app_tp_init) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + app_tp_transfer.o(i.app_tp_init) refers to hal_gpio.o(i.hal_gpio_init_input) for hal_gpio_init_input + app_tp_transfer.o(i.app_tp_init) refers to hal_i2c_master.o(i.hal_i2c_m_dma_init) for hal_i2c_m_dma_init + app_tp_transfer.o(i.app_tp_init) refers to hal_i2c_slave.o(i.hal_i2c_s_init) for hal_i2c_s_init + app_tp_transfer.o(i.app_tp_init) refers to hal_i2c_slave.o(i.hal_i2c_s_set_transfer) for hal_i2c_s_set_transfer + app_tp_transfer.o(i.app_tp_init) refers to hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) for hal_i2c_s_nonblocking_read + app_tp_transfer.o(i.app_tp_init) refers to app_tp_for_custom_s8.o(.data) for g_phone_output_int_pad + app_tp_transfer.o(i.app_tp_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.app_tp_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_rst_pad + app_tp_transfer.o(i.app_tp_init) refers to app_tp_transfer.o(i.app_tp_i2cs_callback) for app_tp_i2cs_callback + app_tp_transfer.o(i.app_tp_init) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.app_tp_m_read) refers to hal_i2c_master.o(i.hal_i2c_m_dma_read) for hal_i2c_m_dma_read + app_tp_transfer.o(i.app_tp_m_transfer_complate) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_transfer.o(i.app_tp_m_write) refers to hal_i2c_master.o(i.hal_i2c_m_dma_write) for hal_i2c_m_dma_write + app_tp_transfer.o(i.app_tp_phone_clear_reset_on) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_phone_reset_on) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_s_read) refers to hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) for hal_i2c_s_nonblocking_read + app_tp_transfer.o(i.app_tp_s_transfer_complate) refers to hal_i2c_slave.o(i.hal_i2c_s_write_complate) for hal_i2c_s_write_complate + app_tp_transfer.o(i.app_tp_s_transfer_complate) refers to hal_i2c_slave.o(i.hal_i2c_s_read_complate) for hal_i2c_s_read_complate + app_tp_transfer.o(i.app_tp_s_write) refers to hal_i2c_slave.o(i.hal_i2c_s_dma_write) for hal_i2c_s_dma_write + app_tp_transfer.o(i.app_tp_screen_init) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + app_tp_transfer.o(i.app_tp_screen_init) refers to tau_delay.o(i.delayUs) for delayUs + app_tp_transfer.o(i.app_tp_screen_init) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + app_tp_transfer.o(i.app_tp_screen_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_rst_pad + app_tp_transfer.o(i.app_tp_screen_int_callback) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_ctrl_eint) for hal_gpio_ctrl_eint + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_init_eint) for hal_gpio_init_eint + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_reg_eint_cb) for hal_gpio_reg_eint_cb + app_tp_transfer.o(i.app_tp_screen_int_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.app_tp_screen_int_init) refers to app_tp_transfer.o(i.app_tp_screen_int_callback) for app_tp_screen_int_callback + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) for app_tp_phone_analysis_data + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_transfer.o(i.app_tp_s_read) for app_tp_s_read + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_transfer.o(i.app_tp_s_write) for app_tp_s_write + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_transfer.o(i.app_tp_m_transfer_complate) for app_tp_m_transfer_complate + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to hal_spi_master.o(i.hal_spi_m_clear_rxfifo) for hal_spi_m_clear_rxfifo + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_transfer.o(i.S20_Start_init) for S20_Start_init + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_for_custom_s8.o(.constdata) for screen_reg_start_data_size + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to ap_demo.o(.data) for phone_start_flag + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_transfer_screen_const) for app_tp_transfer_screen_const + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_screen_int_lvl_low) for app_tp_screen_int_lvl_low + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_m_transfer_complate) for app_tp_m_transfer_complate + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to hal_spi_master.o(i.hal_spi_m_clear_rxfifo) for hal_spi_m_clear_rxfifo + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_m_read) for app_tp_m_read + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to tau_delay.o(i.delayMs) for delayMs + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to hal_gpio.o(i.hal_gpio_get_input_data) for hal_gpio_get_input_data + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) for app_tp_screen_analysis_int + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_for_custom_s8.o(.data) for screen_reg_int_data + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.app_tp_transfer_screen_start) refers to app_tp_transfer.o(i.app_tp_transfer_screen_const) for app_tp_transfer_screen_const + app_tp_transfer.o(i.app_tp_transfer_screen_start) refers to app_tp_transfer.o(.data) for .data + board.o(i.board_Init) refers to hal_system.o(i.hal_system_init) for hal_system_init + board.o(i.board_Init) refers to hal_system.o(i.hal_system_enable_systick) for hal_system_enable_systick + board.o(i.board_Init) refers to hal_system.o(i.hal_system_init_console) for hal_system_init_console + startup_armcm0.o(RESET) refers to startup_armcm0.o(STACK) for __initial_sp + startup_armcm0.o(RESET) refers to startup_armcm0.o(.text) for Reset_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.HardFault_Handler) for HardFault_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SysTick_Handler) for SysTick_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.VIDC_IRQn_Handler) for VIDC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.LCDC_IRQn_Handler) for LCDC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.MIPI_RX_IRQn_Handler) for MIPI_RX_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.MIPI_TX_IRQn_Handler) for MIPI_TX_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.MEMC_IRQn_Handler) for MEMC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.VPRE_IRQn_Handler) for VPRE_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.FLSCTRL_IRQn_Handler) for FLSCTRL_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.DMA_IRQn_Handler) for DMA_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER0_IRQn_Handler) for TIMER0_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER1_IRQn_Handler) for TIMER1_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER2_IRQn_Handler) for TIMER2_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER3_IRQn_Handler) for TIMER3_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.WDG_IRQn_Handler) for WDG_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.UART_IRQn_Handler) for UART_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.I2C0_IRQn_Handler) for I2C0_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.I2C1_IRQn_Handler) for I2C1_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SPIS_IRQn_Handler) for SPIS_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SPIM_IRQn_Handler) for SPIM_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.ADC_IRQn_Handler) for ADC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.PWMDET_IRQn_Handler) for PWMDET_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SWIRE_IRQn_Handler) for SWIRE_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.AP_NRESET_IRQn_Handler) for AP_NRESET_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT0_IRQn_Handler) for EXTI_INT0_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT1_IRQn_Handler) for EXTI_INT1_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT2_IRQn_Handler) for EXTI_INT2_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT3_IRQn_Handler) for EXTI_INT3_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT4_IRQn_Handler) for EXTI_INT4_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT5_IRQn_Handler) for EXTI_INT5_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT6_IRQn_Handler) for EXTI_INT6_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT7_IRQn_Handler) for EXTI_INT7_IRQn_Handler + startup_armcm0.o(.text) refers to entry.o(.ARM.Collect$$$$00000000) for __main + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to dadd.o(.text) for __aeabi_dadd + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to drv_vidc.o(i.drv_vidc_set_scld_step) for drv_vidc_set_scld_step + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to drv_vidc.o(i.drv_vidc_set_module_enable) for drv_vidc_set_module_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_draw_mode_init) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) for dcs_packet_get_fifo_header + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) for dcs_packet_free_fifo_header + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to drv_rxbr.o(i.drv_rxbr_set_inten) for drv_rxbr_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_pg_cfg) for drv_dsi_rx_set_ddi_pg_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_crgu.o(i.drv_crgu_set_rxbr_src) for drv_crgu_set_rxbr_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_crgu.o(i.drv_crgu_set_rxbr_div) for drv_crgu_set_rxbr_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_pg_cfg) for drv_dsi_rx_set_ipi_pg_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) refers to drv_memc.o(i.drv_memc_gen_a_tear_signal) for drv_memc_gen_a_tear_signal + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_compressen_en) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) for drv_dsi_rx_get_compression_en + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_max_ret_size) for drv_dsi_rx_get_max_ret_size + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_rxbr_src) for drv_crgu_set_rxbr_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_rxbr_div) for drv_crgu_set_rxbr_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) for drv_dsi_rx_set_ddi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) for drv_dsi_rx_calc_ipi_tx_delay + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_cfg) for drv_dsi_rx_set_ipi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_dsco_src) for drv_crgu_set_dsco_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_dsco_src_div) for drv_crgu_set_dsco_src_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_dsc_core_div) for drv_crgu_set_dsc_core_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_vidc_src) for drv_crgu_set_vidc_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_fb_src) for drv_crgu_set_fb_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_fb_div) for drv_crgu_set_fb_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) for hal_dsi_rx_ctrl_init_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_init_rx) for hal_internal_vsync_init_rx + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) for hal_dsi_rx_ctrl_init_dsi_rx + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) for hal_dsi_rx_ctrl_init_rxbr + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_dsc_dec.o(i.drv_dsc_dec_enable) for drv_dsc_dec_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) for drv_dsc_dec_set_u8_pps + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_dsc_dec.o(i.drv_dsc_dec_disable) for drv_dsc_dec_disable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) for hal_dsi_rx_ctrl_init_vidc + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) for hal_dsi_rx_ctrl_init_memc + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_chip_info.o(i.drv_chip_rx_init_done) for drv_chip_rx_init_done + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_rxbr_src) for drv_crgu_set_rxbr_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_rxbr_div) for drv_crgu_set_rxbr_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dsco_src) for drv_crgu_set_dsco_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dsco_src_div) for drv_crgu_set_dsco_src_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dsc_core_div) for drv_crgu_set_dsc_core_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_fb_src) for drv_crgu_set_fb_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_fb_div) for drv_crgu_set_fb_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_vidc_src) for drv_crgu_set_vidc_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ctrl_cfg) for drv_dsi_rx_set_ctrl_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) for drv_dsi_rx_set_ddi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) for drv_dsi_rx_calc_ipi_tx_delay + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_cfg) for drv_dsi_rx_set_ipi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) for drv_dsi_rx_set_up_phy + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) for drv_dsi_rx_set_lane_swap + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_inten) for drv_dsi_rx_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) for drv_dsi_rx_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_data_mode) for drv_memc_set_data_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_ltpo_mode) for drv_memc_set_ltpo_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_rate_transfer_sel) for drv_memc_rate_transfer_sel + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_fs_en_conditions) for drv_memc_set_fs_en_conditions + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_lcdc_st_conditions) for drv_memc_set_lcdc_st_conditions + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_sel_vsync) for drv_memc_sel_vsync + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_vidc_sync_cnt) for drv_memc_set_vidc_sync_cnt + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_waveform) for drv_memc_set_tear_waveform + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_double_buffer) for drv_memc_set_double_buffer + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_active_height) for drv_memc_set_active_height + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_inten) for drv_memc_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_enable_irq) for drv_memc_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_color_format) for drv_rxbr_set_color_format + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) for drv_rxbr_frame_drop_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_ltpo_drop_th) for drv_rxbr_set_ltpo_drop_th + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_usr_cfg) for drv_rxbr_set_usr_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_usr_col) for drv_rxbr_set_usr_col + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_usr_row) for drv_rxbr_set_usr_row + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_hline_rcv_cfg) for drv_rxbr_hline_rcv_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_inten) for drv_rxbr_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_enable_irq) for drv_rxbr_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) for hal_internal_vsync_set_auto_hw_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_src_parameter) for drv_vidc_set_src_parameter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_pentile_swap) for drv_vidc_set_pentile_swap + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_dst_parameter) for drv_vidc_set_dst_parameter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_init_module_enable) for drv_vidc_init_module_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_rotation) for drv_vidc_set_rotation + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to dadd.o(.text) for __aeabi_dadd + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_step) for drv_vidc_set_scld_step + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_param_init.o(i.drv_param_init_get_scld_filter_h) for drv_param_init_get_scld_filter_h + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_param_init.o(i.drv_param_init_get_scld_filter_v) for drv_param_init_get_scld_filter_v + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef0) for drv_vidc_set_scld_hcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef1) for drv_vidc_set_scld_hcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef0) for drv_vidc_set_scld_vcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef1) for drv_vidc_set_scld_vcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_p2r_hinitr) for drv_vidc_set_p2r_hinitr + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_p2r_hinitb) for drv_vidc_set_p2r_hinitb + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_param_init.o(i.drv_param_p2r_filter_init) for drv_param_p2r_filter_init + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_p2r_hcoef0) for drv_vidc_set_p2r_hcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_mirror) for drv_vidc_set_mirror + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_pu_ctrl) for drv_vidc_set_pu_ctrl + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_irqen) for drv_vidc_set_irqen + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_enable_irq) for drv_vidc_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) for drv_dsc_dec_convert_pps_rc_parameter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_release_handle) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to drv_dsi_rx.o(i.drv_dsi_rx_shut_down) for drv_dsi_rx_shut_down + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) for hal_dsi_rx_ctrl_init + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_internal_vsync.o(i.hal_internal_vsync_get_tx_state) for hal_internal_vsync_get_tx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) for hal_dsi_rx_ctrl_start + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) refers to drv_rxbr.o(i.drv_rxbr_set_ack_pkt_header) for drv_rxbr_set_ack_pkt_header + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) refers to hal_dsi_rx_ctrl.o(.conststring) for .conststring + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_auto_hw_filter) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) for hal_internal_vsync_set_auto_hw_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_auto_hw_filter) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) for drv_dsi_rx_set_ddi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef0) for drv_vidc_set_scld_hcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef1) for drv_vidc_set_scld_hcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef0) for drv_vidc_set_scld_vcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef1) for drv_vidc_set_scld_vcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_param_init.o(i.drv_param_init_set_scld_filter) for drv_param_init_set_scld_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) for hal_internal_vsync_set_sync_line + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) refers to drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) for drv_rxbr_hline_rcv0_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_dcs_direct_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode) for hal_internal_vsync_set_dcs_direct_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_cmd_filter) refers to drv_rxbr.o(i.drv_rxbr_set_cmd_filter) for drv_rxbr_set_cmd_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_cmd_filter) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) for hal_internal_vsync_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format) refers to drv_vidc.o(i.drv_vidc_update_src_format) for drv_vidc_update_src_format + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format) refers to drv_vidc.o(i.drv_vidc_set_pentile_swap) for drv_vidc_set_pentile_swap + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dflti.o(.text) for __aeabi_i2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dmul.o(.text) for __aeabi_dmul + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to ddiv.o(.text) for __aeabi_ddiv + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dfixi.o(.text) for __aeabi_d2iz + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) for hal_internal_vsync_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_te_waveform) refers to drv_memc.o(i.drv_memc_set_tear_waveform) for drv_memc_set_tear_waveform + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_te_waveform) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_tear_mode_ex) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) for hal_internal_vsync_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to drv_dsi_rx.o(i.drv_dsi_rx_power_up) for drv_dsi_rx_power_up + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to drv_dsi_rx.o(i.drv_dsi_rx_shut_down) for drv_dsi_rx_shut_down + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_memc.o(i.drv_memc_rate_transfer_sel) for drv_memc_rate_transfer_sel + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_memc.o(i.drv_memc_sel_vsync) for drv_memc_sel_vsync + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) for drv_rxbr_frame_drop_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) for drv_rxbr_hline_rcv0_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) refers to hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) for hal_internal_sync_input_resolution_change + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to ffltui.o(.text) for __aeabi_ui2f + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fscalb.o(.text) for __ARM_scalbnf + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fdiv.o(.text) for __aeabi_fdiv + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fmul.o(.text) for __aeabi_fmul + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to idiv.o(.text) for __aeabi_idivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fflti.o(.text) for __aeabi_i2f + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to ffixi.o(.text) for __aeabi_f2iz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to f2d.o(.text) for __aeabi_f2d + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to ceil.o(i.ceil) for ceil + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to dfixi.o(.text) for __aeabi_d2iz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fadd.o(.text) for __aeabi_fadd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_video_chunk) for drv_dsi_tx_set_video_chunk + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_video_timing) for drv_dsi_tx_set_video_timing + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to ffltui.o(.text) for __aeabi_ui2f + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to fmul.o(.text) for __aeabi_fmul + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to fdiv.o(.text) for __aeabi_fdiv + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to f2d.o(.text) for __aeabi_f2d + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to ceil.o(i.ceil) for ceil + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to fadd.o(.text) for __aeabi_fadd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to drv_phy_common.o(i.drv_phy_get_para) for drv_phy_get_para + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to dfixi.o(.text) for __aeabi_d2iz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to idiv.o(.text) for __aeabi_idivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to ffixui.o(.text) for __aeabi_f2uiz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to drv_crgu.o(i.drv_crgu_config_reset_modules) for drv_crgu_config_reset_modules + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) for drv_dsi_tx_command_mode_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_mode) for drv_dsi_tx_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_ulps_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) for drv_dsi_tx_phy_ulps_enter + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) for drv_dsi_tx_command_mode_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_mode) for drv_dsi_tx_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) refers to hal_dsi_tx_ctrl.o(.data) for .data + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_ulps_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) for drv_dsi_tx_phy_ulps_exit + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) for hal_dsi_tx_ctrl_init_clk + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_init_tx) for hal_internal_vsync_init_tx + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) for hal_dsi_tx_count_lane_rate + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) for hal_dsi_tx_init_phy_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) for hal_dsi_tx_phy_test_setup + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) for hal_lcdc_init_clk + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) for hal_lcdc_init_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) for hal_dsi_tx_init_dpi_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) for hal_dsi_tx_init_data_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) for hal_dsi_tx_init_remains + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) for hal_dsi_tx_init_interrupt + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ready) for drv_dsi_tx_phy_status_ready + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to drv_dsi_tx.o(i.drv_dsi_tx_powerup) for drv_dsi_tx_powerup + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) for hal_dsi_tx_send_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_bta) for drv_dsi_tx_set_bta + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_get_payload) for drv_dsi_tx_command_get_payload + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to memcpya.o(.text) for __aeabi_memcpy + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_release_handle) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) refers to drv_param_init.o(i.drv_param_init_set_ccm) for drv_param_init_set_ccm + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) refers to drv_lcdc.o(i.drv_lcdc_config_int_single) for drv_lcdc_config_int_single + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_endianness) refers to drv_lcdc.o(i.drv_lcdc_config_endianness) for drv_lcdc_config_endianness + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_escape_clock_div) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) for drv_dsi_tx_set_esc_div + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_lp_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) for drv_dsi_tx_video_mode_set_lp_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite_rgb) for drv_lcdc_config_overwrite_rgb + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) refers to drv_lcdc.o(i.drv_lcdc_config_partial_display_enable) for drv_lcdc_config_partial_display_enable + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) refers to drv_lcdc.o(i.drv_lcdc_config_partial_display_area) for drv_lcdc_config_partial_display_area + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_vpg) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_vpg) for drv_dsi_tx_set_vpg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) for drv_dsi_tx_config_eotp + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) for drv_dsi_tx_phy_clock_lane_req_hs + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_enable_shadow_reg) for drv_lcdc_enable_shadow_reg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_set_video_hw_mode) for drv_lcdc_set_video_hw_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_start) for drv_lcdc_start + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_lcdc.o(i.drv_lcdc_start) for drv_lcdc_start + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_lcdc.o(i.drv_lcdc_set_int) for drv_lcdc_set_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_int) for drv_dsi_tx_set_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_dsi_tx.o(i.drv_dsi_tx_shutdown) for drv_dsi_tx_shutdown + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) for hal_dsi_tx_send_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) for drv_dsi_tx_command_put_payload + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) for hal_dsi_tx_send_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) for drv_dsi_tx_command_put_payload + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_mode) for drv_dsi_tx_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_edpi_cmd_size) for drv_dsi_tx_edpi_cmd_size + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) for hal_dsi_tx_init_video_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to hal_dsi_tx_ctrl.o(.data) for .data + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_dpi_mode) for drv_dsi_tx_dpi_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_dpi_polarity) for drv_dsi_tx_dpi_polarity + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_dpi_lpcmd_time) for drv_dsi_tx_dpi_lpcmd_time + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_int) for drv_dsi_tx_set_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) refers to drv_dsi_tx.o(i.drv_dsi_tx_config_int) for drv_dsi_tx_config_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_lane_mode) for drv_dsi_tx_phy_lane_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_time_cfg) for drv_dsi_tx_phy_time_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_response_mode) for drv_dsi_tx_response_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) for drv_dsi_tx_set_esc_div + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_time_out_div) for drv_dsi_tx_set_time_out_div + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_timeout_cfg) for drv_dsi_tx_timeout_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) for drv_dsi_tx_config_eotp + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) for drv_dsi_tx_phy_clock_lane_req_hs + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_auto_lp) for drv_dsi_tx_phy_clock_lane_auto_lp + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_cfg) for drv_dsi_tx_video_mode_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_bta_ack) for drv_dsi_tx_set_bta_ack + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) for drv_dsi_tx_video_mode_set_lp_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_disable_hact_cmd) for drv_dsi_tx_video_mode_disable_hact_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) for hal_dsi_tx_calc_video_chunks + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_get_data) refers to hal_dsi_tx_ctrl.o(.constdata) for .constdata + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_phy_common.o(i.drv_phy_get_para) for drv_phy_get_para + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_get_data) for hal_dsi_tx_phy_test_get_data + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_enter) for drv_tx_phy_test_enter + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_crgu.o(i.drv_crgu_set_mipi_ref_src) for drv_crgu_set_mipi_ref_src + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_crgu.o(i.drv_crgu_set_mipi_cfg_src) for drv_crgu_set_mipi_cfg_src + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_clear) for drv_tx_phy_test_clear + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) for drv_tx_phy_test_write_1_byte + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) for drv_tx_phy_test_write_2_byte + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_code) for drv_tx_phy_test_write_code + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_exit) for drv_tx_phy_test_exit + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_header) for drv_dsi_tx_command_header + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) for drv_dsi_tx_phy_status_stopstate + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) refers to drv_param_init.o(i.drv_param_init_get_ccm) for drv_param_init_get_ccm + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) refers to drv_lcdc.o(i.drv_lcdc_config_ccm) for drv_lcdc_config_ccm + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_disp_mode) for drv_lcdc_config_disp_mode + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_edpi_mode) for drv_lcdc_config_edpi_mode + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_endianness) for drv_lcdc_config_endianness + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_thresh) for drv_lcdc_config_thresh + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_dpi_polarity) for drv_lcdc_config_dpi_polarity + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_src_parameter) for drv_lcdc_config_src_parameter + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to dadd.o(.text) for __aeabi_dadd + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) for hal_dsi_tx_ctrl_set_partial_disp_area + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) for hal_dsi_tx_ctrl_set_partial_disp + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to drv_lcdc.o(i.drv_lcdc_config_scale_up_step) for drv_lcdc_config_scale_up_step + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) for drv_lcdc_config_scale_up_coef + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) for hal_lcdc_config_upscaler + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) for hal_lcdc_config_ccm + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) for hal_lcdc_config_rgb_to_pentile + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) for hal_lcdc_config_remains + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) for hal_lcdc_init_interrupt + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to ffltui.o(.text) for __aeabi_ui2f + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dpi_pre_div) for drv_crgu_set_dpi_pre_div + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dpi_pre_src) for drv_crgu_set_dpi_pre_src + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dpi_mux_src) for drv_crgu_set_dpi_mux_src + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to fmul.o(.text) for __aeabi_fmul + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to fdiv.o(.text) for __aeabi_fdiv + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to f2d.o(.text) for __aeabi_f2d + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to ceil.o(i.ceil) for ceil + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_lcdc.o(i.drv_lcdc_config_dpi_timing) for drv_lcdc_config_dpi_timing + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_lcdc_div) for drv_crgu_set_lcdc_div + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_lcdc_src) for drv_crgu_set_lcdc_src + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) for hal_internal_vsync_get_sync_line + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to drv_lcdc.o(i.drv_lcdc_set_int) for drv_lcdc_set_int + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to drv_lcdc.o(i.drv_lcdc_ctrl_flow) for drv_lcdc_ctrl_flow + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to drv_lcdc.o(i.drv_lcdc_config_int) for drv_lcdc_config_int + hal_gpio.o(i.hal_gpio_ctrl_eint) refers to drv_gpio.o(i.drv_gpio_set_int) for drv_gpio_set_int + hal_gpio.o(i.hal_gpio_ctrl_eint) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_get_input_data) refers to drv_gpio.o(i.drv_gpio_get_input_data) for drv_gpio_get_input_data + hal_gpio.o(i.hal_gpio_get_int_type) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_get_pull_state) refers to drv_gpio.o(i.drv_gpio_get_pull_state) for drv_gpio_get_pull_state + hal_gpio.o(i.hal_gpio_get_pull_state) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_gpio.o(i.drv_gpio_set_ioe) for drv_gpio_set_ioe + hal_gpio.o(i.hal_gpio_init_eint) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_gpio_group) for drv_sys_cfg_sel_gpio_group + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_int_trig) for drv_sys_cfg_sel_int_trig + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_gpio.o(i.hal_gpio_init_eint) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_init_input) refers to drv_gpio.o(i.drv_gpio_set_ioe) for drv_gpio_set_ioe + hal_gpio.o(i.hal_gpio_init_input) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_gpio.o(i.hal_gpio_init_input) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_init_output) refers to hal_gpio.o(i.drv_gpio_set_output_data) for drv_gpio_set_output_data + hal_gpio.o(i.hal_gpio_init_output) refers to drv_gpio.o(i.drv_gpio_set_ioe) for drv_gpio_set_ioe + hal_gpio.o(i.hal_gpio_init_output) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_gpio.o(i.hal_gpio_init_output) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_reg_eint_cb) refers to drv_gpio.o(i.drv_gpio_register_callback) for drv_gpio_register_callback + hal_gpio.o(i.hal_gpio_reg_eint_cb) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_gpio.o(i.drv_gpio_register_ap_reset_callback) for drv_gpio_register_ap_reset_callback + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) for drv_sys_cfg_sel_ap_rst_trig + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + hal_gpio.o(i.hal_gpio_set_driving_strength) refers to drv_gpio.o(i.drv_gpio_set_driving_strength) for drv_gpio_set_driving_strength + hal_gpio.o(i.hal_gpio_set_driving_strength) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode3) for drv_gpio_set_mode3 + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode2) for drv_gpio_set_mode2 + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode1) for drv_gpio_set_mode1 + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode0) for drv_gpio_set_mode0 + hal_gpio.o(i.hal_gpio_set_mode) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_output_data) refers to hal_gpio.o(i.drv_gpio_set_output_data) for drv_gpio_set_output_data + hal_gpio.o(i.hal_gpio_set_pull_state) refers to drv_gpio.o(i.drv_gpio_set_pull_state) for drv_gpio_set_pull_state + hal_gpio.o(i.hal_gpio_set_pull_state) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_schmitt_trigger) refers to drv_gpio.o(i.drv_gpio_set_schmitt_trigger) for drv_gpio_set_schmitt_trigger + hal_gpio.o(i.hal_gpio_set_schmitt_trigger) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_slew_rate) refers to drv_gpio.o(i.drv_gpio_set_slew_rate) for drv_gpio_set_slew_rate + hal_gpio.o(i.hal_gpio_set_slew_rate) refers to hal_gpio.o(.constdata) for .constdata + hal_swire.o(i.hal_swire_deinit) refers to drv_swire.o(i.drv_swire_enable) for drv_swire_enable + hal_swire.o(i.hal_swire_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_swire.o(i.hal_swire_init) refers to drv_crgu.o(i.drv_crgu_set_swire_div) for drv_crgu_set_swire_div + hal_swire.o(i.hal_swire_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_swire.o(i.hal_swire_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_swire.o(i.hal_swire_init) refers to drv_swire.o(i.drv_swire_enable) for drv_swire_enable + hal_swire.o(i.hal_swire_open) refers to drv_swire.o(i.drv_swire_set_power_down) for drv_swire_set_power_down + hal_swire.o(i.hal_swire_register_callback) refers to drv_swire.o(i.drv_swire_register_callback) for drv_swire_register_callback + hal_swire.o(i.hal_swire_start) refers to drv_swire.o(i.drv_swire_set_int) for drv_swire_set_int + hal_swire.o(i.hal_swire_start) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_swire.o(i.hal_swire_start) refers to drv_swire.o(i.drv_swire_set_bit_time) for drv_swire_set_bit_time + hal_swire.o(i.hal_swire_start) refers to drv_swire.o(i.drv_swire_set_pulse_count) for drv_swire_set_pulse_count + hal_swire.o(i.hal_swire_start) refers to drv_common.o(.data) for g_system_clock + hal_system.o(i.hal_system_deep_sleep_mode) refers to drv_pwr.o(i.drv_pwr_enter_deep_sleep_mode) for drv_pwr_enter_deep_sleep_mode + hal_system.o(i.hal_system_disable_systick) refers to drv_common.o(i.drv_common_disable_systick) for drv_common_disable_systick + hal_system.o(i.hal_system_enable_systick) refers to drv_common.o(i.drv_common_enable_systick) for drv_common_enable_systick + hal_system.o(i.hal_system_flash_read) refers to norflash.o(i.norflash_init) for norflash_init + hal_system.o(i.hal_system_flash_read) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + hal_system.o(i.hal_system_flash_read) refers to norflash.o(i.norflash_read) for norflash_read + hal_system.o(i.hal_system_flash_read) refers to drv_fls.o(i.fls_de_init) for fls_de_init + hal_system.o(i.hal_system_flash_read) refers to hal_system.o(i.cvt_check_cgf_is_valid) for cvt_check_cgf_is_valid + hal_system.o(i.hal_system_flash_write) refers to norflash.o(i.norflash_init) for norflash_init + hal_system.o(i.hal_system_flash_write) refers to hal_system.o(i.cvt_cfg_packet) for cvt_cfg_packet + hal_system.o(i.hal_system_flash_write) refers to norflash.o(i.norflash_erase_block) for norflash_erase_block + hal_system.o(i.hal_system_flash_write) refers to norflash.o(i.norflash_write) for norflash_write + hal_system.o(i.hal_system_flash_write) refers to drv_fls.o(i.fls_de_init) for fls_de_init + hal_system.o(i.hal_system_get_tick) refers to drv_common.o(i.drv_common_get_tick) for drv_common_get_tick + hal_system.o(i.hal_system_idle_mode) refers to drv_common.o(i.drv_common_idle_mode) for drv_common_idle_mode + hal_system.o(i.hal_system_init) refers to drv_pwr.o(i.drv_pwr_set_system_clk_src) for drv_pwr_set_system_clk_src + hal_system.o(i.hal_system_init) refers to drv_crgu.o(i.drv_crgu_set_ahb_src) for drv_crgu_set_ahb_src + hal_system.o(i.hal_system_init) refers to drv_crgu.o(i.drv_crgu_set_ahb_pre_div) for drv_crgu_set_ahb_pre_div + hal_system.o(i.hal_system_init) refers to irq_redirect .o(i.handle_init) for handle_init + hal_system.o(i.hal_system_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_all_int) for drv_sys_cfg_clear_all_int + hal_system.o(i.hal_system_init) refers to drv_common.o(i.drv_common_system_init) for drv_common_system_init + hal_system.o(i.hal_system_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_system.o(i.hal_system_init) refers to drv_crgu.o(i.drv_crgu_clear_all_reset_flags) for drv_crgu_clear_all_reset_flags + hal_system.o(i.hal_system_init) refers to drv_pwr.o(i.drv_pwr_set_pvd_mode) for drv_pwr_set_pvd_mode + hal_system.o(i.hal_system_init) refers to drv_common.o(.data) for g_system_clock + hal_system.o(i.hal_system_init_console) refers to hal_uart.o(i.hal_uart_init) for hal_uart_init + hal_system.o(i.hal_system_register_systick_cb) refers to drv_common.o(i.drv_common_systick_register_cb) for drv_common_systick_register_cb + hal_system.o(i.hal_system_set_pvd) refers to drv_pwr.o(i.drv_pwr_set_pvd_mode) for drv_pwr_set_pvd_mode + hal_system.o(i.hal_system_set_vcc) refers to drv_pwr.o(i.drv_pwr_set_cp_mode) for drv_pwr_set_cp_mode + hal_system.o(i.hal_system_share_flash_mode) refers to drv_fls.o(i.drv_fls_gpio_connect) for drv_fls_gpio_connect + hal_system.o(i.hal_system_share_flash_mode) refers to drv_fls.o(i.drv_fls_gpio_disconnect) for drv_fls_gpio_disconnect + hal_system.o(i.hal_system_sleep_mode) refers to drv_crgu.o(i.drv_crgu_config_clocks) for drv_crgu_config_clocks + hal_timer.o(i.hal_timer_deinit) refers to drv_timer.o(i.drv_timer_enable) for drv_timer_enable + hal_timer.o(i.hal_timer_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_timer.o(i.hal_timer_get_status) refers to drv_timer.o(i.drv_timer_get_current_count) for drv_timer_get_current_count + hal_timer.o(i.hal_timer_get_status) refers to drv_timer.o(i.drv_timer_get_match) for drv_timer_get_match + hal_timer.o(i.hal_timer_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_timer.o(i.hal_timer_init) refers to drv_timer.o(i.drv_timer_set_prescaler) for drv_timer_set_prescaler + hal_timer.o(i.hal_timer_init) refers to drv_timer.o(i.drv_timer_enable) for drv_timer_enable + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_register_callback) for drv_timer_register_callback + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_get_prescaler) for drv_timer_get_prescaler + hal_timer.o(i.hal_timer_start) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_set_match) for drv_timer_set_match + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_set_current_count) for drv_timer_set_current_count + hal_timer.o(i.hal_timer_start) refers to drv_common.o(.data) for g_system_clock + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_register_callback) for drv_timer_register_callback + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_set_match) for drv_timer_set_match + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_set_current_count) for drv_timer_set_current_count + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_master.o(i.drv_i2c_master_init) for drv_i2c_master_init + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_master.o(i.drv_i2c_m_set_callback) for drv_i2c_m_set_callback + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_master.o(i.drv_i2c_m_enable_intr) for drv_i2c_m_enable_intr + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_dma.o(i.drv_i2c_dma_init) for drv_i2c_dma_init + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_dma.o(i.drv_i2c_enable_rx_dma) for drv_i2c_enable_rx_dma + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_dma.o(i.drv_i2c_enable_tx_dma) for drv_i2c_enable_tx_dma + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to hal_i2c_master.o(i.hal_i2c_master_irq_callback) for hal_i2c_master_irq_callback + hal_i2c_master.o(i.hal_i2c_m_dma_read) refers to drv_i2c_dma.o(i.drv_i2c_master_read_dma) for drv_i2c_master_read_dma + hal_i2c_master.o(i.hal_i2c_m_dma_read) refers to hal_i2c_master.o(.data) for .data + hal_i2c_master.o(i.hal_i2c_m_dma_write) refers to drv_i2c_dma.o(i.drv_i2c_master_write_dma) for drv_i2c_master_write_dma + hal_i2c_master.o(i.hal_i2c_m_dma_write) refers to hal_i2c_master.o(.data) for .data + hal_i2c_master.o(i.hal_i2c_m_set_high_impedance) refers to drv_i2c_master.o(i.drv_i2c_m_enable) for drv_i2c_m_enable + hal_i2c_master.o(i.hal_i2c_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_master.o(i.hal_i2c_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + hal_i2c_master.o(i.hal_i2c_m_transfer_complate) refers to hal_i2c_master.o(.data) for .data + hal_i2c_master.o(i.hal_i2c_master_irq_callback) refers to drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) for drv_i2c_m_clear_it_pending_bit + hal_i2c_master.o(i.hal_i2c_master_irq_callback) refers to hal_i2c_master.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_dma_user_callback) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_dma_write) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + hal_i2c_slave.o(i.hal_i2c_s_dma_write) refers to drv_i2c_dma.o(i.drv_i2c_slave_write_dma) for drv_i2c_slave_write_dma + hal_i2c_slave.o(i.hal_i2c_s_dma_write) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_get_tx_byte_num) refers to drv_i2c_slave.o(i.drv_i2c_s_get_tx_byte_num) for drv_i2c_s_get_tx_byte_num + hal_i2c_slave.o(i.hal_i2c_s_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_slave.o(i.drv_i2c_slave_init) for drv_i2c_slave_init + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_slave.o(i.drv_i2c_s_set_callback) for drv_i2c_s_set_callback + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_slave.o(i.drv_i2c_s_enable_intr) for drv_i2c_s_enable_intr + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_dma.o(i.drv_i2c_dma_init) for drv_i2c_dma_init + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) for drv_i2c_set_dma_irq_callback + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_dma.o(i.drv_i2c_enable_tx_dma) for drv_i2c_enable_tx_dma + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + hal_i2c_slave.o(i.hal_i2c_s_init) refers to hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) for hal_i2c_slave_irq_callback + hal_i2c_slave.o(i.hal_i2c_s_init) refers to hal_i2c_slave.o(i.hal_i2c_s_dma_user_callback) for hal_i2c_s_dma_user_callback + hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_read_complate) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_read_complate_clear) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_read_data) refers to drv_i2c_slave.o(i.drv_i2c_s_read_data) for drv_i2c_s_read_data + hal_i2c_slave.o(i.hal_i2c_s_rxfifo_notempty) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + hal_i2c_slave.o(i.hal_i2c_s_set_dma_tx_cycle) refers to drv_dma.o(i.drv_dma_enable_cycle) for drv_dma_enable_cycle + hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance) refers to drv_i2c_slave.o(i.drv_i2c_s_enable) for drv_i2c_s_enable + hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + hal_i2c_slave.o(i.hal_i2c_s_set_transfer) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_write_complate) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_write_data) refers to drv_i2c_slave.o(i.drv_i2c_s_write_data) for drv_i2c_s_write_data + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) for drv_i2c_s_clear_it_pending_bit + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(i.drv_i2c_s_write_data) for drv_i2c_s_write_data + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(.data) for tx_byte_num + hal_spi_master.o(i.hal_spi_m_callback) refers to drv_spi_dma.o(i.drv_spi_abort_dma) for drv_spi_abort_dma + hal_spi_master.o(i.hal_spi_m_callback) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_clear_rxfifo) refers to drv_spi_master.o(i.drv_spi_m_read_data) for drv_spi_m_read_data + hal_spi_master.o(i.hal_spi_m_dma_init) refers to hal_spi_master.o(i.hal_spi_m_gpio_init) for hal_spi_m_gpio_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_master.o(i.drv_spi_master_init) for drv_spi_master_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_dma_init) for drv_spi_dma_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_dma_ch6_init) for drv_spi_dma_ch6_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) for drv_spi_set_dma_irq_callback + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) for drv_spi_set_dma_ch6_irq_callback + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) for drv_sys_cfg_set_dma_rx_req + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_master.o(i.drv_spi_m_enable_rx_dma) for drv_spi_m_enable_rx_dma + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + hal_spi_master.o(i.hal_spi_m_dma_init) refers to hal_spi_master.o(i.hal_spi_m_callback) for hal_spi_m_callback + hal_spi_master.o(i.hal_spi_m_dma_read) refers to drv_spi_dma.o(i.drv_spim_dma_read) for drv_spim_dma_read + hal_spi_master.o(i.hal_spi_m_dma_read) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_dma_write) refers to drv_spi_dma.o(i.drv_spim_dma_write) for drv_spim_dma_write + hal_spi_master.o(i.hal_spi_m_dma_write) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_get_transfer_complate) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_gpio_init) refers to drv_spi_master.o(i.drv_spi_m_gpio_init) for drv_spi_m_gpio_init + hal_spi_master.o(i.hal_spi_m_read_rxfifo) refers to drv_spi_master.o(i.drv_spi_m_read_data) for drv_spi_m_read_data + hal_spi_master.o(i.hal_spi_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_spi_master.o(i.hal_spi_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_init_input) for hal_gpio_init_input + hal_spi_master.o(i.hal_spi_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + tau_delay.o(i.delayMs) refers to tau_delay.o(i.delayUs) for delayUs + tau_log.o(i.LOG_printf) refers to printfa.o(i.__0vsprintf) for vsprintf + tau_log.o(i.LOG_printf) refers to printfa.o(i.__0printf) for __2printf + tau_log.o(i.LOG_printf) refers to tau_log.o(.bss) for .bss + tau_log.o(i.fgetc) refers to hal_uart.o(i.hal_uart_receive_blocking) for hal_uart_receive_blocking + tau_log.o(i.fputc) refers to hal_uart.o(i.hal_uart_transmit_blocking) for hal_uart_transmit_blocking + hal_uart.o(i.hal_uart_deinit) refers to drv_dma.o(i.drv_dma_deinit) for drv_dma_deinit + hal_uart.o(i.hal_uart_deinit) refers to drv_uart.o(i.UART_Deinit) for UART_Deinit + hal_uart.o(i.hal_uart_dmacallback) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_uart.o(i.hal_uart_init) refers to memseta.o(.text) for __aeabi_memclr4 + hal_uart.o(i.hal_uart_init) refers to drv_uart.o(i.UART_init) for UART_init + hal_uart.o(i.hal_uart_init) refers to drv_common.o(.data) for g_system_clock + hal_uart.o(i.hal_uart_init) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_receive_blocking) refers to drv_uart.o(i.UART_ReadBlocking) for UART_ReadBlocking + hal_uart.o(i.hal_uart_receive_dma) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + hal_uart.o(i.hal_uart_receive_dma) refers to drv_uart_dma.o(i.UART_TransferCreateHandleDMA) for UART_TransferCreateHandleDMA + hal_uart.o(i.hal_uart_receive_dma) refers to drv_uart_dma.o(i.UART_TransferReceiveDMA) for UART_TransferReceiveDMA + hal_uart.o(i.hal_uart_receive_dma) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_receive_dma) refers to hal_uart.o(i.hal_uart_dmacallback) for hal_uart_dmacallback + hal_uart.o(i.hal_uart_transmit_blocking) refers to drv_uart.o(i.UART_WriteBlocking) for UART_WriteBlocking + hal_uart.o(i.hal_uart_transmit_dma) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + hal_uart.o(i.hal_uart_transmit_dma) refers to drv_uart_dma.o(i.UART_TransferCreateHandleDMA) for UART_TransferCreateHandleDMA + hal_uart.o(i.hal_uart_transmit_dma) refers to drv_uart_dma.o(i.UART_TransferSendDMA) for UART_TransferSendDMA + hal_uart.o(i.hal_uart_transmit_dma) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_transmit_dma) refers to hal_uart.o(i.hal_uart_dmacallback) for hal_uart_dmacallback + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to hal_internal_vsync.o(i.soft_gen_te) for soft_gen_te + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_param_init.o(i.drv_param_init_get_ccm) for drv_param_init_get_ccm + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_lcdc.o(i.drv_lcdc_config_ccm) for drv_lcdc_config_ccm + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_lcdc.o(i.drv_lcdc_config_int_single) for drv_lcdc_config_int_single + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to hal_internal_vsync.o(i.drv_rxbr_get_status0) for drv_rxbr_get_status0 + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.dcs_sw_filter) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_iniernal_vsync_deinit) refers to memseta.o(.text) for __aeabi_memclr4 + hal_internal_vsync.o(i.hal_iniernal_vsync_deinit) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_data_mode) for drv_memc_set_data_mode + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_waveform) for drv_memc_set_tear_waveform + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_ltpo_mode) for drv_memc_set_ltpo_mode + hal_internal_vsync.o(i.hal_internal_init_memc) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_double_buffer) for drv_memc_set_double_buffer + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_active_height) for drv_memc_set_active_height + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_inten) for drv_memc_set_inten + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_enable_irq) for drv_memc_enable_irq + hal_internal_vsync.o(i.hal_internal_init_memc) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(i.calc_framebuffer_setting) for calc_framebuffer_setting + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_vidc.o(i.drv_vidc_reset) for drv_vidc_reset + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) for hal_dsi_rx_ctrl_init + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) for hal_dsi_tx_ctrl_init + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) for hal_dsi_rx_ctrl_start + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) for hal_dsi_rx_ctrl_gen_a_tear_signal + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to tau_delay.o(i.delayUs) for delayUs + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_dsi_tx.o(i.drv_dsi_tx_shutdown) for drv_dsi_tx_shutdown + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_crgu.o(i.drv_crgu_config_reset_modules) for drv_crgu_config_reset_modules + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(i.hal_internal_init_memc) for hal_internal_init_memc + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) for hal_dsi_tx_ctrl_start + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.hal_internal_vsync_deinit) refers to memseta.o(.text) for __aeabi_memclr4 + hal_internal_vsync.o(i.hal_internal_vsync_deinit) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_get_rx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_get_tx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_chip_info.o(i.drv_chip_rx_info_check) for drv_chip_rx_info_check + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) for check_mipi_rx_tx_video_info + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.calc_framebuffer_setting) for calc_framebuffer_setting + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_rxbr.o(i.drv_rxbr_register_irq0_callback) for drv_rxbr_register_irq0_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_rxbr.o(i.drv_rxbr_register_irq1_callback) for drv_rxbr_register_irq1_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_vidc.o(i.drv_vidc_register_callback) for drv_vidc_register_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to dcs_packet_fifo.o(i.dcs_packet_fifo_init) for dcs_packet_fifo_init + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.rxbr_irq0_callback) for rxbr_irq0_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.rxbr_irq1_callback) for rxbr_irq1_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.vidc_callback) for vidc_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) for check_mipi_rx_tx_video_info + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to hal_internal_vsync.o(i.calc_framebuffer_setting) for calc_framebuffer_setting + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) refers to drv_rxbr.o(i.drv_rxbr_set_cmd_filter) for drv_rxbr_set_cmd_filter + hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) for hal_internal_vsync_set_auto_hw_filter + hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) refers to hal_internal_vsync.o(i.hal_internal_vsync_deinit) for hal_internal_vsync_deinit + hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to hal_internal_vsync.o(i.vsync_set_te_mode) for vsync_set_te_mode + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to hal_internal_vsync.o(i.hal_internal_vsync_deinit) for hal_internal_vsync_deinit + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to hal_internal_vsync.o(i.vsync_set_te_mode) for vsync_set_te_mode + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_internal_vsync.o(i.dcs_sw_filter) for dcs_sw_filter + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) for dcs_packet_fifo_alloc + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) for hal_dsi_rx_ctrl_dsc_async_handler + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_internal_vsync.o(i.check_pkt_buf_rev) for check_pkt_buf_rev + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) for drv_dsi_tx_command_put_payload + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_partial_update) refers to drv_rxbr.o(i.drv_rxbr_get_col_addr) for drv_rxbr_get_col_addr + hal_internal_vsync.o(i.rx_partial_update) refers to drv_rxbr.o(i.drv_rxbr_get_page_addr) for drv_rxbr_get_page_addr + hal_internal_vsync.o(i.rx_partial_update) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.rx_partial_update) refers to drv_dsc_dec.o(i.drv_dsc_dec_get_nslc) for drv_dsc_dec_get_nslc + hal_internal_vsync.o(i.rx_partial_update) refers to drv_crgu.o(i.drv_crgu_set_dsco_src) for drv_crgu_set_dsco_src + hal_internal_vsync.o(i.rx_partial_update) refers to drv_crgu.o(i.drv_crgu_set_dsco_src_div) for drv_crgu_set_dsco_src_div + hal_internal_vsync.o(i.rx_partial_update) refers to drv_crgu.o(i.drv_crgu_set_dsc_core_div) for drv_crgu_set_dsc_core_div + hal_internal_vsync.o(i.rx_partial_update) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_receive_packet) refers to hal_internal_vsync.o(i.rx_get_dcs_packet_data) for rx_get_dcs_packet_data + hal_internal_vsync.o(i.rx_receive_packet) refers to hal_internal_vsync.o(i.rx_receive_pps) for rx_receive_pps + hal_internal_vsync.o(i.rx_receive_packet) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.rx_receive_packet) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.rx_receive_packet) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_receive_pps) refers to memseta.o(.text) for __aeabi_memclr4 + hal_internal_vsync.o(i.rx_receive_pps) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.rx_receive_pps) refers to hal_internal_vsync.o(i.check_pkt_buf_rev) for check_pkt_buf_rev + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) for drv_dsc_dec_convert_pps_rc_parameter + hal_internal_vsync.o(i.rx_receive_pps) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) for drv_dsi_rx_get_compression_en + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_enable) for drv_dsc_dec_enable + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) for drv_dsc_dec_set_u8_pps + hal_internal_vsync.o(i.rx_receive_pps) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.rx_receive_pps) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.drv_rxbr_get_status0) for drv_rxbr_get_status0 + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.rx_receive_packet) for rx_receive_packet + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to drv_rxbr.o(i.drv_rxbr_set_inten) for drv_rxbr_set_inten + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.drv_rxbr_get_int_source) for drv_rxbr_get_int_source + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.rx_partial_update) for rx_partial_update + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(i.drv_rxbr_get_int_source) for drv_rxbr_get_int_source + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(i.vpre_err_reset) for vpre_err_reset + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to drv_memc.o(i.drv_memc_set_double_buffer_reverse) for drv_memc_set_double_buffer_reverse + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.soft_gen_te) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.soft_gen_te) refers to hal_internal_vsync.o(.data) for .data + hal_internal_vsync.o(i.vidc_callback) refers to drv_vidc.o(i.drv_vidc_get_irq_status) for drv_vidc_get_irq_status + hal_internal_vsync.o(i.vidc_callback) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_internal_vsync.o(i.vidc_callback) refers to drv_vidc.o(i.drv_vidc_clear_irq) for drv_vidc_clear_irq + hal_internal_vsync.o(i.vidc_callback) refers to drv_vidc.o(i.drv_vidc_set_irqen) for drv_vidc_set_irqen + hal_internal_vsync.o(i.vidc_callback) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.vidc_callback) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.vidc_callback) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.vpre_err_reset) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + hal_internal_vsync.o(i.vpre_err_reset) refers to drv_vidc.o(i.drv_vidc_reset) for drv_vidc_reset + hal_internal_vsync.o(i.vpre_err_reset) refers to drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) for drv_dsc_dec_set_u8_pps + hal_internal_vsync.o(i.vpre_err_reset) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.vsync_set_te_mode) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_internal_vsync.o(i.vsync_set_te_mode) refers to drv_lcdc.o(i.drv_lcdc_config_int_single) for drv_lcdc_config_int_single + hal_internal_vsync.o(i.vsync_set_te_mode) refers to drv_lcdc.o(i.drv_lcdc_ctrl_flow) for drv_lcdc_ctrl_flow + hal_internal_vsync.o(i.vsync_set_te_mode) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.vsync_set_te_mode) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.vsync_set_te_mode) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.vsync_set_te_mode) refers to hal_internal_vsync.o(.data) for .data + hal_internal_vsync.o(.data) refers to hal_internal_vsync.o(.bss) for sg_te_info + norflash.o(i.app_fls_ctrl_Handler) refers to drv_fls.o(i.fls_clr_interrupt_flag) for fls_clr_interrupt_flag + norflash.o(i.app_fls_ctrl_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + norflash.o(i.app_fls_ctrl_Handler) refers to norflash.o(.data) for .data + norflash.o(i.norflash_best_cfg_init) refers to drv_fls.o(i.fls_spi_init) for fls_spi_init + norflash.o(i.norflash_best_cfg_init) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_check_id) refers to norflash.o(i.norflash_read_id) for norflash_read_id + norflash.o(i.norflash_check_id) refers to tau_delay.o(i.delayUs) for delayUs + norflash.o(i.norflash_check_id) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dma_callback) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dma_read) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_transfer_create_handle_dma) for fls_transfer_create_handle_dma + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_dma_read_prepare) for fls_dma_read_prepare + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_transfer_dma) for fls_transfer_dma + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + norflash.o(i.norflash_dma_read) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dma_read) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_dma_read) refers to norflash.o(i.norflash_dma_callback) for norflash_dma_callback + norflash.o(i.norflash_dma_write) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_transfer_create_handle_dma) for fls_transfer_create_handle_dma + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_switch_fls_spi) for norflash_switch_fls_spi + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_dma_write_prepare) for fls_dma_write_prepare + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_transfer_dma) for fls_transfer_dma + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + norflash.o(i.norflash_dma_write) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_dma_write) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_dma_callback) for norflash_dma_callback + norflash.o(i.norflash_dma_write) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dual_read) refers to drv_fls.o(i.fls_ddat_enable) for fls_ddat_enable + norflash.o(i.norflash_dual_read) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_dual_read) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_switch_fls_spi) for norflash_switch_fls_spi + norflash.o(i.norflash_dual_write) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_dual_write) refers to drv_fls.o(i.fls_ddat_enable) for fls_ddat_enable + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_en4b) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_read_config_reg) for norflash_read_config_reg + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_en_quad) refers to norflash.o(i.norflash_en_quad_check) for norflash_en_quad_check + norflash.o(i.norflash_en_quad) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_en_quad) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_en_quad) refers to drv_fls.o(i.fls_busy_pending) for fls_busy_pending + norflash.o(i.norflash_en_quad) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_en_quad_check) refers to norflash.o(i.norflash_get_dual_hstatus) for norflash_get_dual_hstatus + norflash.o(i.norflash_en_quad_check) refers to norflash.o(i.norflash_get_hstatus) for norflash_get_hstatus + norflash.o(i.norflash_en_quad_check) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_en_quad_check) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_erase_block) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_erase_block) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_erase_block) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_erase_block) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_erase_chip) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_erase_chip) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_erase_chip) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_erase_sector) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_erase_sector) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_erase_sector) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_erase_sector) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_ex4b) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_read_config_reg) for norflash_read_config_reg + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_exit_quad) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_exit_quad) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_exit_quad) refers to norflash.o(i.norflash_en_quad_check) for norflash_en_quad_check + norflash.o(i.norflash_exit_quad) refers to drv_fls.o(i.fls_busy_pending) for fls_busy_pending + norflash.o(i.norflash_exit_quad) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_get_dual_hstatus) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_get_dual_hstatus) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_get_dual_hstatus) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_get_hstatus) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_get_hstatus) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_get_hstatus) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_get_status) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_get_status) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_get_status) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_get_default_spi_config) for fls_get_default_spi_config + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_get_default_fls_config) for fls_get_default_fls_config + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_get_default_tuning) for fls_get_default_tuning + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_init) for fls_init + norflash.o(i.norflash_init) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_init) refers to drv_fls.o(.data) for g_fls_tuning + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_qdat_enable) for fls_qdat_enable + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_qadr_enable) for fls_qadr_enable + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_qcmd_enable) for fls_qcmd_enable + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_switch_fls_spi) for norflash_switch_fls_spi + norflash.o(i.norflash_quad_write) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_quad_write) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_read) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_read_config_reg) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_read_id) refers to drv_fls.o(i.fls_read_cmd) for fls_read_cmd + norflash.o(i.norflash_set_best_cfg) refers to memseta.o(.text) for __aeabi_memclr4 + norflash.o(i.norflash_set_best_read_cfg) refers to norflash.o(i.norflash_en_quad) for norflash_en_quad + norflash.o(i.norflash_set_best_read_cfg) refers to norflash.o(.data) for .data + norflash.o(i.norflash_set_best_read_cfg) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_set_best_write_cfg) refers to norflash.o(i.norflash_en_quad) for norflash_en_quad + norflash.o(i.norflash_set_best_write_cfg) refers to norflash.o(.data) for .data + norflash.o(i.norflash_set_best_write_cfg) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_ddat_enable) for fls_ddat_enable + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_qdat_enable) for fls_qdat_enable + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_qadr_enable) for fls_qadr_enable + norflash.o(i.norflash_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_write) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_write_disable) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_write_disable) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write_disable) refers to norflash.o(.data) for .data + norflash.o(i.norflash_write_disable) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_write_enable) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_write_enable) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write_enable) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_write_enable) refers to norflash.o(.data) for .data + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_big_end_enable) for norflash_big_end_enable + norflash.o(i.norflash_write_endian_scr) refers to drv_fls.o(i.fls_en_scr) for fls_en_scr + norflash.o(i.norflash_write_endian_scr) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_big_end_clear) for norflash_big_end_clear + norflash.o(i.norflash_write_endian_scr) refers to drv_fls.o(i.fls_scr_clear) for fls_scr_clear + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_fifo_init) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_get_fifo_size) refers to dcs_packet_fifo.o(.bss) for .bss + drv_common.o(i.app_HardFault_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_common.o(i.app_SysTick_Handler) refers to drv_common.o(.data) for .data + drv_common.o(i.drv_common_enable_systick) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_common.o(i.drv_common_enable_systick) refers to drv_common.o(.data) for .data + drv_common.o(i.drv_common_get_tick) refers to drv_common.o(.data) for .data + drv_common.o(i.drv_common_system_init) refers to drv_chip_info.o(i.drv_chip_info_init) for drv_chip_info_init + drv_common.o(i.drv_common_systick_register_cb) refers to drv_common.o(.data) for .data + drv_dma.o(i.app_dma_irq_handler) refers to drv_dma.o(i.drv_dma_irq_handler) for drv_dma_irq_handler + drv_dma.o(i.drv_dma_abort_transfer) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_abort_transfer) refers to drv_dma.o(i.drv_dma_disenable_channel_interrupts) for drv_dma_disenable_channel_interrupts + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_disenable_channel_interrupts) for drv_dma_disenable_channel_interrupts + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_clear_flag) for drv_dma_clear_flag + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_set_ccr) for drv_dma_set_ccr + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_dma.o(i.drv_dma_clear_flag) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dma.o(i.drv_dma_create_handle) refers to drv_dma.o(.bss) for .bss + drv_dma.o(i.drv_dma_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dma.o(i.drv_dma_disenable_channel_interrupts) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dma.o(i.drv_dma_enable_channel_interrupts) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_dma.o(i.drv_dma_enable_cycle) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_get_remaining_bytes) refers to drv_dma.o(i.drv_dma_channel_is_active) for drv_dma_channel_is_active + drv_dma.o(i.drv_dma_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dma.o(i.drv_dma_init) refers to drv_dma.o(i.drv_dma_ahb_init) for drv_dma_ahb_init + drv_dma.o(i.drv_dma_irq_handler) refers to drv_dma.o(i.drv_dma_get_channel_flag) for drv_dma_get_channel_flag + drv_dma.o(i.drv_dma_irq_handler) refers to drv_dma.o(i.drv_dma_clear_flag) for drv_dma_clear_flag + drv_dma.o(i.drv_dma_irq_handler) refers to drv_dma.o(.bss) for .bss + drv_dma.o(i.drv_dma_m2m_init) refers to memseta.o(.text) for __aeabi_memclr4 + drv_dma.o(i.drv_dma_m2m_init) refers to drv_dma.o(i.drv_dma_init) for drv_dma_init + drv_dma.o(i.drv_dma_reset) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + drv_dma.o(i.drv_dma_set_burst) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_set_transfer) refers to drv_dma.o(i.drv_dma_set_burst) for drv_dma_set_burst + drv_dma.o(i.drv_dma_start_transfer) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + drv_dma.o(i.drv_dma_start_transfer) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to ffltui.o(.text) for __aeabi_ui2f + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to fdiv.o(.text) for __aeabi_fdiv + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to fmul.o(.text) for __aeabi_fmul + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) for drv_dsi_rx_get_color_bpp + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_color_pcc) for drv_dsi_rx_get_color_pcc + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to fadd.o(.text) for __aeabi_fadd + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to cfrcmple.o(.text) for __aeabi_cfrcmple + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to f2d.o(.text) for __aeabi_f2d + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to dadd.o(.text) for __aeabi_dadd + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to dfixui.o(.text) for __aeabi_d2uiz + drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_rx.o(i.drv_dsi_rx_get_phy_stopstate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) for drv_rx_phy_test_write_1_byte + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to drv_dsi_rx.o(i.drv_rx_phy_test_read) for drv_rx_phy_test_read + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) refers to drv_chip_info.o(i.drv_chip_info_get_info) for drv_chip_info_get_info + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_phy_common.o(i.drv_phy_get_para) for drv_phy_get_para + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_clear) for drv_rx_phy_test_clear + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) for drv_rx_phy_test_write_1_byte + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) for drv_rx_phy_test_write_2_byte + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_chip_info.o(i.drv_chip_info_get_info) for drv_chip_info_get_info + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_lock) for drv_rx_phy_test_lock + drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write) for drv_rx_phy_test_write + drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write) for drv_rx_phy_test_write + drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) for drv_tx_phy_test_write_1_byte + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to drv_dsi_tx.o(i.drv_tx_phy_test_read) for drv_tx_phy_test_read + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_tx.o(i.drv_dsi_tx_phy_trigger) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) for drv_dsi_tx_phy_status_stopstate + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) for drv_dsi_tx_phy_status_stopstate + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_pll_lock) for drv_dsi_tx_phy_status_pll_lock + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot) for drv_dsi_tx_phy_status_ulpsactivenot + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot) for drv_dsi_tx_phy_status_ulpsactivenot + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) for drv_tx_phy_test_write_1_byte + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_pll_lock) for drv_dsi_tx_phy_status_pll_lock + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_dsi_tx_version) for drv_dsi_tx_version + drv_dsi_tx.o(i.drv_dsi_tx_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_dsi_tx.o(i.drv_tx_phy_test_write) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_code) for drv_tx_phy_test_write_code + drv_dsi_tx.o(i.drv_tx_phy_test_write) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_data) for drv_tx_phy_test_write_data + drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write) for drv_tx_phy_test_write + drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write) for drv_tx_phy_test_write + drv_fls.o(i.drv_fls_gpio_connect) refers to drv_fls.o(i.drv_fls_gpio_disconnect) for drv_fls_gpio_disconnect + drv_fls.o(i.drv_fls_gpio_disconnect) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_EnableClk) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_busy_pending) refers to norflash.o(i.norflash_get_status) for norflash_get_status + drv_fls.o(i.fls_de_init) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + drv_fls.o(i.fls_de_init) refers to drv_dma.o(i.drv_dma_clear_flag) for drv_dma_clear_flag + drv_fls.o(i.fls_de_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_disable_it) refers to drv_fls.o(i.__NVIC_DisableIRQ) for __NVIC_DisableIRQ + drv_fls.o(i.fls_disable_it) refers to drv_fls.o(i.fls_set_mc_irq_mask) for fls_set_mc_irq_mask + drv_fls.o(i.fls_enable_it) refers to drv_fls.o(i.__NVIC_DisableIRQ) for __NVIC_DisableIRQ + drv_fls.o(i.fls_enable_it) refers to drv_fls.o(i.fls_set_mc_irq_mask) for fls_set_mc_irq_mask + drv_fls.o(i.fls_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_init) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_spi_init) for fls_spi_init + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_ctrl_cfg_init) for fls_ctrl_cfg_init + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_set_tuning) for fls_set_tuning + drv_fls.o(i.fls_init) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_enable_it) for fls_enable_it + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_set_mc_irq_mask) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_fls.o(i.fls_set_mc_irq_mask) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_set_write) for fls_set_write + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_set_write) for fls_set_write + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) for drv_ap_rst_trig_edge_detect + drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) refers to drv_gpio.o(.data) for .data + drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.drv_gpio_get_pull_state) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_register_ap_reset_callback) refers to drv_gpio.o(.data) for .data + drv_gpio.o(i.drv_gpio_register_callback) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.drv_gpio_set_driving_strength) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_gpio.o(i.drv_gpio_set_pull_state) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_set_schmitt_trigger) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_set_slew_rate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_i2c_dma.o(i.drv_i2c_dma_callback) refers to drv_i2c_dma.o(.data) for .data + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_i2c_master.o(i.drv_i2c_m_enable) for drv_i2c_m_enable + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) for drv_sys_cfg_set_dma_rx_req + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_dma.o(i.drv_dma_set_transfer) for drv_dma_set_transfer + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_i2c_dma.o(i.drv_i2c_master_write_read_cmd) for drv_i2c_master_write_read_cmd + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_dma.o(i.drv_dma_set_transfer) for drv_dma_set_transfer + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_i2c_dma.o(.data) for .data + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_i2c_dma.o(.bss) for .bss + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_i2c_dma.o(i.drv_i2c_dma_callback) for drv_i2c_dma_callback + drv_i2c_dma.o(i.drv_i2c_slave_write_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) refers to drv_param_init.o(i.drv_param_init_get_sclu_filter) for drv_param_init_get_sclu_filter + drv_lcdc.o(i.drv_lcdc_config_src_parameter) refers to drv_lcdc.o(i.drv_lcdc_config_input_size) for drv_lcdc_config_input_size + drv_lcdc.o(i.drv_lcdc_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_memc.o(i.app_MEMC_IRQn_Handler) refers to drv_memc.o(i.drv_memc_get_status) for drv_memc_get_status + drv_memc.o(i.app_MEMC_IRQn_Handler) refers to drv_memc.o(i.drv_memc_clear_status) for drv_memc_clear_status + drv_memc.o(i.app_MEMC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_memc.o(i.drv_memc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_memc.o(i.drv_memc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_param_init.o(i.drv_param_init_get_ccm) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_get_scld_filter_h) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_get_scld_filter_v) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_get_sclu_filter) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_set_ccm) refers to memcpya.o(.text) for __aeabi_memcpy4 + drv_param_init.o(i.drv_param_init_set_ccm) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_set_scld_filter) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_p2r_filter_init) refers to drv_param_init.o(.constdata) for .constdata + drv_rxbr.o(i.app_ADC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_rxbr.o(i.app_ADC_IRQn_Handler) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.app_VPRE_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_rxbr.o(i.app_VPRE_IRQn_Handler) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_rxbr.o(i.__NVIC_EnableIRQ) for __NVIC_EnableIRQ + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_rxbr.o(i.__NVIC_DisableIRQ) for __NVIC_DisableIRQ + drv_rxbr.o(i.drv_rxbr_register_irq0_callback) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.drv_rxbr_register_irq1_callback) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.drv_rxbr_set_cmd_filter) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_rxbr.o(i.drv_rxbr_soft_reset) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_dma.o(i.drv_dma_disenable_channel_interrupts) for drv_dma_disenable_channel_interrupts + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_master.o(i.drv_spi_m_enable_rx_dma) for drv_spi_m_enable_rx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_slave.o(i.drv_spi_s_enable_tx_dma) for drv_spi_s_enable_tx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_slave.o(i.drv_spi_s_enable_rx_dma) for drv_spi_s_enable_rx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_dma.o(.bss) for .bss + drv_spi_dma.o(i.drv_spi_dma_callback) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_dma_ch6_init) refers to drv_spi_dma.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_dma.o(i.drv_spi_dma_ch6_init) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_dma_init) refers to drv_spi_dma.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_dma.o(i.drv_spi_dma_init) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_spi_dma.o(.bss) for .bss + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_spi_dma.o(i.drv_spi_dma_callback) for drv_spi_dma_callback + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_spi_dma.o(.bss) for .bss + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_spi_dma.o(i.drv_spi_dma_callback) for drv_spi_dma_callback + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_spi_master.o(i.drv_spi_m_enable_rx_dma) for drv_spi_m_enable_rx_dma + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_spi_slave.o(i.drv_spi_s_enable_tx_dma) for drv_spi_s_enable_tx_dma + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_spi_dma.o(.bss) for .bss + drv_swire.o(i.app_SWIRE_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_swire.o(i.app_SWIRE_IRQn_Handler) refers to drv_swire.o(i.drv_swire_set_int) for drv_swire_set_int + drv_swire.o(i.app_SWIRE_IRQn_Handler) refers to drv_swire.o(.data) for .data + drv_swire.o(i.drv_swire_register_callback) refers to drv_swire.o(.data) for .data + drv_swire.o(i.drv_swire_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) for drv_sys_cfg_sel_ap_rst_lvl_trig + drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) refers to drv_sys_cfg.o(.data) for .data + drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) for drv_sys_cfg_sel_ap_rst_lvl_trig + drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) refers to drv_sys_cfg.o(.data) for .data + drv_timer.o(i.app_TIMER0_IRQn_Handler) refers to drv_timer.o(i.drv_timer_clear_status_flags) for drv_timer_clear_status_flags + drv_timer.o(i.app_TIMER0_IRQn_Handler) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + drv_timer.o(i.app_TIMER0_IRQn_Handler) refers to drv_timer.o(.bss) for .bss + drv_timer.o(i.app_TIMER1_IRQn_Handler) refers to drv_timer.o(i.drv_timer_clear_status_flags) for drv_timer_clear_status_flags + drv_timer.o(i.app_TIMER1_IRQn_Handler) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + drv_timer.o(i.app_TIMER1_IRQn_Handler) refers to drv_timer.o(.bss) for .bss + drv_timer.o(i.app_TIMER2_IRQn_Handler) refers to drv_timer.o(i.drv_timer_clear_status_flags) for drv_timer_clear_status_flags + drv_timer.o(i.app_TIMER2_IRQn_Handler) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + drv_timer.o(i.app_TIMER2_IRQn_Handler) refers to drv_timer.o(.bss) for .bss + drv_timer.o(i.app_TIMER3_IRQn_Handler) refers to drv_timer.o(i.drv_timer_clear_status_flags) for drv_timer_clear_status_flags + drv_timer.o(i.app_TIMER3_IRQn_Handler) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + drv_timer.o(i.app_TIMER3_IRQn_Handler) refers to drv_timer.o(i.drv_timer_set_match) for drv_timer_set_match + drv_timer.o(i.app_TIMER3_IRQn_Handler) refers to drv_timer.o(i.drv_timer_set_current_count) for drv_timer_set_current_count + drv_timer.o(i.app_TIMER3_IRQn_Handler) refers to drv_timer.o(.bss) for .bss + drv_timer.o(i.drv_timer_clean_timer_value) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_clear_status_flags) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_clear_status_flags) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_timer.o(i.drv_timer_enable) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_get_current_count) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_get_instance) refers to drv_timer.o(.constdata) for .constdata + drv_timer.o(i.drv_timer_get_match) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_get_prescaler) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_register_callback) refers to drv_timer.o(.bss) for .bss + drv_timer.o(i.drv_timer_set_current_count) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_timer.o(i.drv_timer_set_match) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_set_prescaler) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_vidc.o(i.app_VIDC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_vidc.o(i.app_VIDC_IRQn_Handler) refers to drv_vidc.o(.data) for .data + drv_vidc.o(i.drv_vidc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_vidc.o(i.drv_vidc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_vidc.o(i.drv_vidc_register_callback) refers to drv_vidc.o(.data) for .data + irq_redirect .o(i.ADC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.AP_NRESET_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.DMA_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT0_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT1_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT2_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT3_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT4_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT5_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT6_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT7_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.FLSCTRL_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.HardFault_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.I2C0_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.I2C1_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.LCDC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.MEMC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.MIPI_RX_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.MIPI_TX_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.PWMDET_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SPIM_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SPIS_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SWIRE_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SysTick_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER0_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER1_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER2_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER3_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.UART_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.VIDC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.VPRE_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.WDG_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.handle_init) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.handle_init) refers to drv_common.o(i.app_SysTick_Handler) for app_SysTick_Handler + irq_redirect .o(i.handle_init) refers to hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) for app_LCDC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) for app_MIPI_RX_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) for app_MIPI_TX_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_dma.o(i.app_dma_irq_handler) for app_dma_irq_handler + irq_redirect .o(i.handle_init) refers to norflash.o(i.app_fls_ctrl_Handler) for app_fls_ctrl_Handler + irq_redirect .o(i.handle_init) refers to drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) for app_I2C0_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_i2c_master.o(i.app_I2C1_IRQn_Handler) for app_I2C1_IRQn_Handler + irq_redirect .o(i.handle_init) refers to hal_spi_slave.o(i.app_SPIS_IRQn_Handler) for app_SPIS_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_spi_master.o(i.app_SPIM_IRQn_Handler) for app_SPIM_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_rxbr.o(i.app_VPRE_IRQn_Handler) for app_VPRE_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_rxbr.o(i.app_ADC_IRQn_Handler) for app_ADC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_vidc.o(i.app_VIDC_IRQn_Handler) for app_VIDC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_memc.o(i.app_MEMC_IRQn_Handler) for app_MEMC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER0_IRQn_Handler) for app_TIMER0_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER1_IRQn_Handler) for app_TIMER1_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER2_IRQn_Handler) for app_TIMER2_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER3_IRQn_Handler) for app_TIMER3_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_wdg.o(i.app_WDG_IRQn_Handler) for app_WDG_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_uart.o(i.app_UART_IRQn_Handler) for app_UART_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_pwm.o(i.app_PWMDET_IRQn_Handler) for app_PWMDET_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_swire.o(i.app_SWIRE_IRQn_Handler) for app_SWIRE_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) for app_AP_NRESET_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) for app_EXTI_INT0_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) for app_EXTI_INT1_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) for app_EXTI_INT2_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) for app_EXTI_INT3_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) for app_EXTI_INT4_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) for app_EXTI_INT5_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) for app_EXTI_INT6_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) for app_EXTI_INT7_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_common.o(i.app_HardFault_Handler) for app_HardFault_Handler + drv_phy_common.o(i.drv_phy_get_calibration) refers to drv_chip_info.o(i.drv_chip_info_get_info) for drv_chip_info_get_info + drv_phy_common.o(i.drv_phy_get_calibration) refers to drv_efuse.o(i.drv_efuse_read) for drv_efuse_read + drv_phy_common.o(i.drv_phy_get_calibration) refers to drv_phy_common.o(.data) for .data + drv_phy_common.o(i.drv_phy_get_para) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_phy_common.o(i.drv_phy_get_para) refers to drv_phy_common.o(.constdata) for .constdata + drv_i2c_master.o(i.app_I2C1_IRQn_Handler) refers to drv_i2c_master.o(.data) for .data + drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) refers to drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_master.o(i.drv_i2c_m_enable_intr) refers to drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_master.o(i.drv_i2c_m_read_data) refers to drv_i2c_master.o(i.drv_i2c_m_get_fifo_status) for drv_i2c_m_get_fifo_status + drv_i2c_master.o(i.drv_i2c_m_set_callback) refers to drv_i2c_master.o(.data) for .data + drv_i2c_master.o(i.drv_i2c_m_set_sys_mask) refers to drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_master.o(i.drv_i2c_m_write_data) refers to drv_i2c_master.o(i.drv_i2c_m_get_fifo_status) for drv_i2c_m_get_fifo_status + drv_i2c_master.o(i.drv_i2c_master_init) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_i2c_master.o(i.drv_i2c_master_init) refers to drv_common.o(.data) for g_system_clock + drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) refers to drv_i2c_slave.o(.data) for .data + drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) refers to drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_slave.o(i.drv_i2c_s_enable_intr) refers to drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_slave.o(i.drv_i2c_s_get_tx_byte_num) refers to drv_i2c_slave.o(.data) for .data + drv_i2c_slave.o(i.drv_i2c_s_read_data) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + drv_i2c_slave.o(i.drv_i2c_s_set_callback) refers to drv_i2c_slave.o(.data) for .data + drv_i2c_slave.o(i.drv_i2c_s_set_sys_mask) refers to drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_slave.o(i.drv_i2c_s_write_data) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + drv_spi_master.o(i.app_SPIM_IRQn_Handler) refers to drv_spi_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_master.o(i.app_SPIM_IRQn_Handler) refers to drv_spi_master.o(.data) for .data + drv_spi_master.o(i.drv_spi_m_deinit) refers to drv_spi_master.o(i.drv_spi_m_switch_sclk) for drv_spi_m_switch_sclk + drv_spi_master.o(i.drv_spi_m_disable_int) refers to drv_spi_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_master.o(i.drv_spi_m_set_intr_callback) refers to drv_spi_master.o(.data) for .data + drv_spi_master.o(i.drv_spi_master_init) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_spi_master.o(i.drv_spi_master_init) refers to drv_common.o(.data) for g_system_clock + drv_chip_info.o(i.drv_chip_info_get_info) refers to drv_chip_info.o(.data) for .data + drv_chip_info.o(i.drv_chip_info_init) refers to drv_efuse.o(i.drv_efuse_enter_inactive) for drv_efuse_enter_inactive + drv_chip_info.o(i.drv_chip_info_init) refers to drv_efuse.o(i.drv_efuse_read) for drv_efuse_read + drv_chip_info.o(i.drv_chip_info_init) refers to drv_chip_info.o(.data) for .data + drv_chip_info.o(i.drv_chip_rx_info_check) refers to printfa.o(i.__0printf) for __2printf + drv_chip_info.o(i.drv_chip_rx_info_check) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_chip_info.o(i.drv_chip_rx_info_check) refers to drv_chip_info.o(.data) for .data + drv_dsc_dec.o(i.drv_dsc_dec_enable) refers to drv_efuse.o(i.drv_efuse_enter_inactive) for drv_efuse_enter_inactive + drv_dsc_dec.o(i.drv_dsc_dec_enable) refers to drv_efuse.o(i.drv_efuse_read) for drv_efuse_read + drv_dsc_dec.o(i.drv_dsc_dec_enable) refers to printfa.o(i.__0printf) for __2printf + hal_spi_slave.o(i.app_SPIS_IRQn_Handler) refers to hal_spi_slave.o(i.__NVIC_SetPriority) for __NVIC_SetPriority + hal_spi_slave.o(i.app_SPIS_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_spi_slave.o(i.app_SPIS_IRQn_Handler) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_spi_slave.o(i.hal_spi_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_init_input) for hal_gpio_init_input + hal_spi_slave.o(i.hal_spi_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_abort) refers to drv_spi_dma.o(i.drv_spi_abort_dma) for drv_spi_abort_dma + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start) refers to drv_dma.o(i.drv_dma_enable_cycle) for drv_dma_enable_cycle + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start) refers to drv_spi_dma.o(i.drv_spis_dma_write) for drv_spis_dma_write + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_deinit) refers to drv_spi_slave.o(i.drv_spi_s_deinit) for drv_spi_s_deinit + hal_spi_slave.o(i.hal_spi_slave_enable) refers to drv_spi_slave.o(i.drv_spi_s_enable_int) for drv_spi_s_enable_int + hal_spi_slave.o(i.hal_spi_slave_enable) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_spi_slave.o(i.hal_spi_slave_enable) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_gpio_init) refers to drv_spi_slave.o(i.drv_spi_s_gpio_init) for drv_spi_s_gpio_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to hal_spi_slave.o(i.hal_spi_slave_gpio_init) for hal_spi_slave_gpio_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_slave.o(i.drv_spi_slave_init) for drv_spi_slave_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_dma.o(i.drv_spi_dma_init) for drv_spi_dma_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) for drv_spi_set_dma_irq_callback + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_slave.o(i.drv_spi_s_enable_tx_dma) for drv_spi_s_enable_tx_dma + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + hal_spi_slave.o(i.hal_spi_slave_init) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_read_data) refers to drv_spi_slave.o(i.drv_spi_s_read_data) for drv_spi_s_read_data + hal_spi_slave.o(i.hal_spi_slave_register_callback) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_reset_tx) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_set_auto_rx_buffer) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_set_auto_tx_buffer) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_write_data) refers to drv_spi_slave.o(i.drv_spi_s_write_data) for drv_spi_s_write_data + drv_fls_dma.o(i.fls_abort_dma) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_fls_dma.o(i.fls_abort_dma) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls_dma.o(i.fls_dma_enable) for fls_dma_enable + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_set_write) for fls_set_write + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls_dma.o(i.fls_dma_enable) for fls_dma_enable + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls_dma.o(i.fls_read_dmacallback) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to memseta.o(.text) for __aeabi_memclr4 + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_dma.o(i.drv_dma_init) for drv_dma_init + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_fls_dma.o(.data) for .data + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_fls_dma.o(i.fls_read_dmacallback) for fls_read_dmacallback + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_fls_dma.o(i.fls_write_dmacallback) for fls_write_dmacallback + drv_fls_dma.o(i.fls_transfer_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_fls_dma.o(i.fls_transfer_dma) refers to drv_dma.o(i.drv_dma_start_transfer) for drv_dma_start_transfer + drv_fls_dma.o(i.fls_transfer_get_receive_count_dma) refers to drv_dma.o(i.drv_dma_get_remaining_bytes) for drv_dma_get_remaining_bytes + drv_fls_dma.o(i.fls_write_dmacallback) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_pwm.o(i.app_PWMDET_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_pwm.o(i.app_PWMDET_IRQn_Handler) refers to drv_pwm.o(.data) for .data + drv_pwm.o(i.drv_pwm_in_register_callback) refers to drv_pwm.o(.data) for .data + drv_pwm.o(i.drv_pwm_in_set_sys_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_uart.o(i.UART0_IRQ_Handle) refers to drv_uart.o(i.UART_TransferHandleIRQ) for UART_TransferHandleIRQ + drv_uart.o(i.UART0_IRQ_Handle) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_uart.o(i.UART0_IRQ_Handle) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_AbortReceive) refers to drv_uart.o(i.UART_Disable_IT) for UART_Disable_IT + drv_uart.o(i.UART_AbortReceive) refers to drv_uart.o(i.UART_ResetRxFIFO) for UART_ResetRxFIFO + drv_uart.o(i.UART_AbortSend) refers to drv_uart.o(i.UART_Disable_IT) for UART_Disable_IT + drv_uart.o(i.UART_AbortSend) refers to drv_uart.o(i.UART_ResetTxFIFO) for UART_ResetTxFIFO + drv_uart.o(i.UART_Deinit) refers to drv_uart.o(i.UART_SwitchSCLK) for UART_SwitchSCLK + drv_uart.o(i.UART_Disable_IT) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_Disable_IT) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_uart.o(i.UART_Disable_IT) refers to drv_uart.o(.constdata) for .constdata + drv_uart.o(i.UART_EnableDma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) for drv_sys_cfg_set_dma_rx_req + drv_uart.o(i.UART_EnableDma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + drv_uart.o(i.UART_Enable_IT) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_Enable_IT) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_uart.o(i.UART_GetDefaultConfig) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart.o(i.UART_GetDefaultConfig) refers to drv_common.o(.data) for g_system_clock + drv_uart.o(i.UART_GetFIFO_Ctrl) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_GetFIFO_Ctrl) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_ResetRxFIFO) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_ResetRxFIFO) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_ResetTxFIFO) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_ResetTxFIFO) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_SetBaudRate) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_uart.o(i.UART_SwitchSCLK) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_uart.o(i.UART_TransferCreateHandle) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_TransferCreateHandle) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart.o(i.UART_TransferCreateHandle) refers to drv_uart.o(i.UART_Enable_IT) for UART_Enable_IT + drv_uart.o(i.UART_TransferCreateHandle) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_TransferHandleIRQ) refers to drv_uart.o(i.UART_ResetRxFIFO) for UART_ResetRxFIFO + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_DisableDma) for UART_DisableDma + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_SwitchSCLK) for UART_SwitchSCLK + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_SetBaudRate) for UART_SetBaudRate + drv_uart.o(i.UART_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_uart.o(i.UART_init) refers to drv_uart.o(.data) for .data + drv_uart.o(i.app_UART_IRQn_Handler) refers to drv_uart.o(i.UART0_IRQ_Handle) for UART0_IRQ_Handle + drv_uart_dma.o(i.UART_DMAInit) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart_dma.o(i.UART_DMAInit) refers to drv_dma.o(i.drv_dma_init) for drv_dma_init + drv_uart_dma.o(i.UART_TransferAbortReceiveDMA) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_uart_dma.o(i.UART_TransferAbortSendDMA) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart.o(i.UART_EnableDma) for UART_EnableDma + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(i.UART_DMAInit) for UART_DMAInit + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(.data) for .data + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(i.UART_TransferReceiveDMACallback) for UART_TransferReceiveDMACallback + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(i.UART_TransferSendDMACallback) for UART_TransferSendDMACallback + drv_uart_dma.o(i.UART_TransferGetReceiveCountDMA) refers to drv_dma.o(i.drv_dma_get_remaining_bytes) for drv_dma_get_remaining_bytes + drv_uart_dma.o(i.UART_TransferReceiveDMA) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_uart_dma.o(i.UART_TransferReceiveDMA) refers to drv_uart.o(i.UART_EnableDma) for UART_EnableDma + drv_uart_dma.o(i.UART_TransferReceiveDMA) refers to drv_dma.o(i.drv_dma_start_transfer) for drv_dma_start_transfer + drv_uart_dma.o(i.UART_TransferSendDMA) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_uart_dma.o(i.UART_TransferSendDMA) refers to drv_uart.o(i.UART_EnableDma) for UART_EnableDma + drv_uart_dma.o(i.UART_TransferSendDMA) refers to drv_dma.o(i.drv_dma_start_transfer) for drv_dma_start_transfer + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(i.drv_wdg_read_edge_flag) for drv_wdg_read_edge_flag + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(i.drv_wdg_clear_edge_flag) for drv_wdg_clear_edge_flag + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(i.drv_wdg_set_int) for drv_wdg_set_int + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(.data) for .data + drv_wdg.o(i.drv_wdg_register_callback) refers to drv_wdg.o(.data) for .data + drv_wdg.o(i.drv_wdg_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_efuse.o(i.drv_efuse_enter_inactive) refers to drv_efuse.o(i.drv_efuse_int_enable) for drv_efuse_int_enable + drv_efuse.o(i.drv_efuse_read) refers to drv_efuse.o(i.drv_efuse_read_req) for drv_efuse_read_req + drv_efuse.o(i.drv_efuse_write) refers to drv_efuse.o(i.drv_efuse_write_req) for drv_efuse_write_req + drv_spi_slave.o(i.drv_spi_s_deinit) refers to drv_spi_slave.o(i.drv_spi_s_switch_sclk) for drv_spi_s_switch_sclk + ceil.o(i.__softfp_ceil) refers (Special) to iusefp.o(.text) for __I$use$fp + ceil.o(i.__softfp_ceil) refers to ceil.o(i.ceil) for ceil + ceil.o(i.ceil) refers (Special) to iusefp.o(.text) for __I$use$fp + ceil.o(i.ceil) refers to dadd.o(.text) for __aeabi_dadd + ceil.o(i.ceil) refers to cdrcmple.o(.text) for __aeabi_cdrcmple + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry10a.o(.ARM.Collect$$$$0000000D) for __rt_final_cpp + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry11a.o(.ARM.Collect$$$$0000000F) for __rt_final_exit + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry7b.o(.ARM.Collect$$$$00000008) for _main_clock + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry8b.o(.ARM.Collect$$$$0000000A) for _main_cpp_init + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry9a.o(.ARM.Collect$$$$0000000B) for _main_init + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry5.o(.ARM.Collect$$$$00000004) for _main_scatterload + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry2.o(.ARM.Collect$$$$00000001) for _main_stk + idiv.o(.text) refers to uidiv.o(.text) for __aeabi_uidivmod + printfb.o(i.__0fprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0fprintf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0printf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0printf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0printf$bare) refers to stdout.o(.data) for __stdout + printfb.o(i.__0snprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0snprintf$bare) refers to printfb.o(i._snputc) for _snputc + printfb.o(i.__0sprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0sprintf$bare) refers to printfb.o(i._sputc) for _sputc + printfb.o(i.__0vfprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vfprintf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0vprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vprintf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0vprintf$bare) refers to stdout.o(.data) for __stdout + printfb.o(i.__0vsnprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vsnprintf$bare) refers to printfb.o(i._snputc) for _snputc + printfb.o(i.__0vsprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vsprintf$bare) refers to printfb.o(i._sputc) for _sputc + printf0.o(i.__0fprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0fprintf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0printf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0printf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0printf$0) refers to stdout.o(.data) for __stdout + printf0.o(i.__0snprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0snprintf$0) refers to printf0.o(i._snputc) for _snputc + printf0.o(i.__0sprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0sprintf$0) refers to printf0.o(i._sputc) for _sputc + printf0.o(i.__0vfprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vfprintf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0vprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vprintf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0vprintf$0) refers to stdout.o(.data) for __stdout + printf0.o(i.__0vsnprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vsnprintf$0) refers to printf0.o(i._snputc) for _snputc + printf0.o(i.__0vsprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vsprintf$0) refers to printf0.o(i._sputc) for _sputc + printf1.o(i.__0fprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0fprintf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0printf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0printf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0printf$1) refers to stdout.o(.data) for __stdout + printf1.o(i.__0snprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0snprintf$1) refers to printf1.o(i._snputc) for _snputc + printf1.o(i.__0sprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0sprintf$1) refers to printf1.o(i._sputc) for _sputc + printf1.o(i.__0vfprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vfprintf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0vprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vprintf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0vprintf$1) refers to stdout.o(.data) for __stdout + printf1.o(i.__0vsnprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vsnprintf$1) refers to printf1.o(i._snputc) for _snputc + printf1.o(i.__0vsprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vsprintf$1) refers to printf1.o(i._sputc) for _sputc + printf1.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printf2.o(i.__0fprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0fprintf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0printf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0printf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0printf$2) refers to stdout.o(.data) for __stdout + printf2.o(i.__0snprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0snprintf$2) refers to printf2.o(i._snputc) for _snputc + printf2.o(i.__0sprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0sprintf$2) refers to printf2.o(i._sputc) for _sputc + printf2.o(i.__0vfprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vfprintf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0vprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vprintf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0vprintf$2) refers to stdout.o(.data) for __stdout + printf2.o(i.__0vsnprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vsnprintf$2) refers to printf2.o(i._snputc) for _snputc + printf2.o(i.__0vsprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vsprintf$2) refers to printf2.o(i._sputc) for _sputc + printf3.o(i.__0fprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0fprintf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0printf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0printf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0printf$3) refers to stdout.o(.data) for __stdout + printf3.o(i.__0snprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0snprintf$3) refers to printf3.o(i._snputc) for _snputc + printf3.o(i.__0sprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0sprintf$3) refers to printf3.o(i._sputc) for _sputc + printf3.o(i.__0vfprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vfprintf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0vprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vprintf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0vprintf$3) refers to stdout.o(.data) for __stdout + printf3.o(i.__0vsnprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vsnprintf$3) refers to printf3.o(i._snputc) for _snputc + printf3.o(i.__0vsprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vsprintf$3) refers to printf3.o(i._sputc) for _sputc + printf3.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printf4.o(i.__0fprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0fprintf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0printf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0printf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0printf$4) refers to stdout.o(.data) for __stdout + printf4.o(i.__0snprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0snprintf$4) refers to printf4.o(i._snputc) for _snputc + printf4.o(i.__0sprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0sprintf$4) refers to printf4.o(i._sputc) for _sputc + printf4.o(i.__0vfprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vfprintf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0vprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vprintf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0vprintf$4) refers to stdout.o(.data) for __stdout + printf4.o(i.__0vsnprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vsnprintf$4) refers to printf4.o(i._snputc) for _snputc + printf4.o(i.__0vsprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vsprintf$4) refers to printf4.o(i._sputc) for _sputc + printf4.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printf5.o(i.__0fprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0fprintf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0printf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0printf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0printf$5) refers to stdout.o(.data) for __stdout + printf5.o(i.__0snprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0snprintf$5) refers to printf5.o(i._snputc) for _snputc + printf5.o(i.__0sprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0sprintf$5) refers to printf5.o(i._sputc) for _sputc + printf5.o(i.__0vfprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vfprintf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0vprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vprintf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0vprintf$5) refers to stdout.o(.data) for __stdout + printf5.o(i.__0vsnprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vsnprintf$5) refers to printf5.o(i._snputc) for _snputc + printf5.o(i.__0vsprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vsprintf$5) refers to printf5.o(i._sputc) for _sputc + printf5.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printf6.o(i.__0fprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0fprintf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0printf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0printf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0printf$6) refers to stdout.o(.data) for __stdout + printf6.o(i.__0snprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0snprintf$6) refers to printf6.o(i._snputc) for _snputc + printf6.o(i.__0sprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0sprintf$6) refers to printf6.o(i._sputc) for _sputc + printf6.o(i.__0vfprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vfprintf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0vprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vprintf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0vprintf$6) refers to stdout.o(.data) for __stdout + printf6.o(i.__0vsnprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vsnprintf$6) refers to printf6.o(i._snputc) for _snputc + printf6.o(i.__0vsprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vsprintf$6) refers to printf6.o(i._sputc) for _sputc + printf6.o(i._printf_core) refers to printf6.o(i._printf_pre_padding) for _printf_pre_padding + printf6.o(i._printf_core) refers to printf6.o(i._printf_post_padding) for _printf_post_padding + printf6.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printf7.o(i.__0fprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0fprintf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0printf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0printf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0printf$7) refers to stdout.o(.data) for __stdout + printf7.o(i.__0snprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0snprintf$7) refers to printf7.o(i._snputc) for _snputc + printf7.o(i.__0sprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0sprintf$7) refers to printf7.o(i._sputc) for _sputc + printf7.o(i.__0vfprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vfprintf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0vprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vprintf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0vprintf$7) refers to stdout.o(.data) for __stdout + printf7.o(i.__0vsnprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vsnprintf$7) refers to printf7.o(i._snputc) for _snputc + printf7.o(i.__0vsprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vsprintf$7) refers to printf7.o(i._sputc) for _sputc + printf7.o(i._printf_core) refers to printf7.o(i._printf_pre_padding) for _printf_pre_padding + printf7.o(i._printf_core) refers to printf7.o(i._printf_post_padding) for _printf_post_padding + printf7.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printf8.o(i.__0fprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0fprintf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0printf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0printf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0printf$8) refers to stdout.o(.data) for __stdout + printf8.o(i.__0snprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0snprintf$8) refers to printf8.o(i._snputc) for _snputc + printf8.o(i.__0sprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0sprintf$8) refers to printf8.o(i._sputc) for _sputc + printf8.o(i.__0vfprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vfprintf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0vprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vprintf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0vprintf$8) refers to stdout.o(.data) for __stdout + printf8.o(i.__0vsnprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vsnprintf$8) refers to printf8.o(i._snputc) for _snputc + printf8.o(i.__0vsprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vsprintf$8) refers to printf8.o(i._sputc) for _sputc + printf8.o(i._printf_core) refers to printf8.o(i._printf_pre_padding) for _printf_pre_padding + printf8.o(i._printf_core) refers to printf8.o(i._printf_post_padding) for _printf_post_padding + printf8.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printfa.o(i.__0fprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0fprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0fprintf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0printf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0printf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0printf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0printf) refers to stdout.o(.data) for __stdout + printfa.o(i.__0snprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0snprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0snprintf) refers to printfa.o(i._snputc) for _snputc + printfa.o(i.__0sprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0sprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0sprintf) refers to printfa.o(i._sputc) for _sputc + printfa.o(i.__0vfprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vfprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vfprintf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0vprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vprintf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0vprintf) refers to stdout.o(.data) for __stdout + printfa.o(i.__0vsnprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vsnprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vsnprintf) refers to printfa.o(i._snputc) for _snputc + printfa.o(i.__0vsprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vsprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vsprintf) refers to printfa.o(i._sputc) for _sputc + printfa.o(i._fp_digits) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._fp_digits) refers to dmul.o(.text) for __aeabi_dmul + printfa.o(i._fp_digits) refers to ddiv.o(.text) for __aeabi_ddiv + printfa.o(i._fp_digits) refers to cdrcmple.o(.text) for __aeabi_cdrcmple + printfa.o(i._fp_digits) refers to dadd.o(.text) for __aeabi_dadd + printfa.o(i._fp_digits) refers to dfixul.o(.text) for __aeabi_d2ulz + printfa.o(i._fp_digits) refers to uldiv.o(.text) for __aeabi_uldivmod + printfa.o(i._printf_core) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._printf_core) refers to printfa.o(i._printf_pre_padding) for _printf_pre_padding + printfa.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printfa.o(i._printf_core) refers to printfa.o(i._printf_post_padding) for _printf_post_padding + printfa.o(i._printf_core) refers to printfa.o(i._fp_digits) for _fp_digits + printfa.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printfa.o(i._printf_post_padding) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._printf_pre_padding) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._snputc) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._sputc) refers (Special) to iusefp.o(.text) for __I$use$fp + fadd.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fadd.o(.text) refers to fepilogue.o(.text) for _float_epilogue + fmul.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fdiv.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fdiv.o(.text) refers to fepilogue.o(.text) for _float_round + fscalb.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dadd.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dadd.o(.text) refers to llshl.o(.text) for __aeabi_llsl + dadd.o(.text) refers to llsshr.o(.text) for __aeabi_lasr + dadd.o(.text) refers to depilogue.o(.text) for _double_epilogue + dmul.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dmul.o(.text) refers to depilogue.o(.text) for _double_epilogue + ddiv.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + ddiv.o(.text) refers to depilogue.o(.text) for _double_round + fflti.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fflti.o(.text) refers to fepilogue.o(.text) for _float_epilogue + ffltui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + ffltui.o(.text) refers to fepilogue.o(.text) for _float_epilogue + dflti.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dflti.o(.text) refers to depilogue.o(.text) for _double_epilogue + dfltui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfltui.o(.text) refers to depilogue.o(.text) for _double_epilogue + ffixi.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + ffixui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfixi.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfixi.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dfixui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfixui.o(.text) refers to llushr.o(.text) for __aeabi_llsr + f2d.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + cfrcmple.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + entry2.o(.ARM.Collect$$$$00000001) refers to entry2.o(.ARM.Collect$$$$00002712) for __lit__00000000 + entry2.o(.ARM.Collect$$$$00002712) refers to startup_armcm0.o(STACK) for __initial_sp + entry2.o(__vectab_stack_and_reset_area) refers to startup_armcm0.o(STACK) for __initial_sp + entry2.o(__vectab_stack_and_reset_area) refers to entry.o(.ARM.Collect$$$$00000000) for __main + entry5.o(.ARM.Collect$$$$00000004) refers to init.o(.text) for __scatterload + entry9a.o(.ARM.Collect$$$$0000000B) refers to main.o(i.main) for main + entry9b.o(.ARM.Collect$$$$0000000C) refers to main.o(i.main) for main + uldiv.o(.text) refers to llushr.o(.text) for __aeabi_llsr + uldiv.o(.text) refers to llshl.o(.text) for __aeabi_llsl + depilogue.o(.text) refers to depilogue.o(i.__ARM_clz) for __ARM_clz + depilogue.o(.text) refers to llshl.o(.text) for __aeabi_llsl + depilogue.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dfixul.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dfixul.o(.text) refers to llshl.o(.text) for __aeabi_llsl + init.o(.text) refers to entry5.o(.ARM.Collect$$$$00000004) for __main_after_scatterload + + +============================================================================== + +Removing Unused input sections from the image. + + Removing main.o(.rev16_text), (4 bytes). + Removing main.o(.revsh_text), (4 bytes). + Removing ap_demo.o(.rev16_text), (4 bytes). + Removing ap_demo.o(.revsh_text), (4 bytes). + Removing ap_demo.o(.data), (1 bytes). + Removing ap_demo.o(.data), (256 bytes). + Removing ap_demo.o(.data), (256 bytes). + Removing ap_demo.o(.data), (256 bytes). + Removing ap_demo.o(.data), (256 bytes). + Removing ap_demo.o(.data), (4 bytes). + Removing app_tp_for_custom_s8.o(.rev16_text), (4 bytes). + Removing app_tp_for_custom_s8.o(.revsh_text), (4 bytes). + Removing app_tp_for_custom_s8.o(i.app_tp_screen_analysis_const), (56 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (37 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (1 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (3 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (3 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (11 bytes). + Removing app_tp_for_custom_s8.o(.data), (10 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (64 bytes). + Removing app_tp_for_custom_s8.o(.data), (3 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (32 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_transfer.o(.rev16_text), (4 bytes). + Removing app_tp_transfer.o(.revsh_text), (4 bytes). + Removing app_tp_transfer.o(i.app_tp_phone_reset_on), (12 bytes). + Removing app_tp_transfer.o(i.app_tp_s_transfer_complate), (26 bytes). + Removing app_tp_transfer.o(i.app_tp_screen_init), (48 bytes). + Removing app_tp_transfer.o(.data), (3 bytes). + Removing app_tp_transfer.o(.data), (3 bytes). + Removing app_tp_transfer.o(.data), (5 bytes). + Removing app_tp_transfer.o(.data), (6 bytes). + Removing app_tp_transfer.o(.data), (2 bytes). + Removing app_tp_transfer.o(.data), (3 bytes). + Removing app_tp_transfer.o(.data), (1 bytes). + Removing app_tp_transfer.o(.data), (2 bytes). + Removing app_tp_transfer.o(.data), (2 bytes). + Removing board.o(.rev16_text), (4 bytes). + Removing board.o(.revsh_text), (4 bytes). + Removing startup_armcm0.o(HEAP), (3072 bytes). + Removing hal_dsi_rx_ctrl.o(.rev16_text), (4 bytes). + Removing hal_dsi_rx_ctrl.o(.revsh_text), (4 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_ack_long_cmd), (88 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_ack_short_cmd), (28 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video), (228 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_draw_mode_init), (48 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern), (216 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_compressen_en), (16 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode), (172 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_release_handle), (40 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart), (80 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_auto_hw_filter), (28 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk), (44 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter), (108 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_dcs_direct_mode), (8 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_cmd_filter), (40 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format), (56 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data), (148 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_te_waveform), (52 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_tear_mode_ex), (14 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate), (112 bytes). + Removing hal_dsi_tx_ctrl.o(.rev16_text), (4 bytes). + Removing hal_dsi_tx_ctrl.o(.revsh_text), (4 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_ulps_mode), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_ulps_mode), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_release_handle), (28 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_endianness), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_escape_clock_div), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_lp_cmd), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_vpg), (24 bytes). + Removing hal_gpio.o(.rev16_text), (4 bytes). + Removing hal_gpio.o(.revsh_text), (4 bytes). + Removing hal_gpio.o(i.hal_gpio_get_int_type), (20 bytes). + Removing hal_gpio.o(i.hal_gpio_get_pull_state), (32 bytes). + Removing hal_gpio.o(i.hal_gpio_set_driving_strength), (32 bytes). + Removing hal_gpio.o(i.hal_gpio_set_output_data_ex), (36 bytes). + Removing hal_gpio.o(i.hal_gpio_set_schmitt_trigger), (32 bytes). + Removing hal_gpio.o(i.hal_gpio_set_slew_rate), (32 bytes). + Removing hal_swire.o(.rev16_text), (4 bytes). + Removing hal_swire.o(.revsh_text), (4 bytes). + Removing hal_swire.o(i.hal_swire_deinit), (18 bytes). + Removing hal_swire.o(i.hal_swire_init), (32 bytes). + Removing hal_swire.o(i.hal_swire_register_callback), (10 bytes). + Removing hal_swire.o(i.hal_swire_start), (112 bytes). + Removing hal_system.o(.rev16_text), (4 bytes). + Removing hal_system.o(.revsh_text), (4 bytes). + Removing hal_system.o(i.cvt_cfg_packet), (24 bytes). + Removing hal_system.o(i.cvt_check_cgf_is_valid), (42 bytes). + Removing hal_system.o(i.hal_system_deep_sleep_mode), (8 bytes). + Removing hal_system.o(i.hal_system_disable_systick), (8 bytes). + Removing hal_system.o(i.hal_system_flash_read), (60 bytes). + Removing hal_system.o(i.hal_system_flash_write), (64 bytes). + Removing hal_system.o(i.hal_system_get_tick), (8 bytes). + Removing hal_system.o(i.hal_system_idle_mode), (8 bytes). + Removing hal_system.o(i.hal_system_register_systick_cb), (8 bytes). + Removing hal_system.o(i.hal_system_reset_chip), (32 bytes). + Removing hal_system.o(i.hal_system_share_flash_mode), (20 bytes). + Removing hal_system.o(i.hal_system_sleep_mode), (48 bytes). + Removing hal_timer.o(.rev16_text), (4 bytes). + Removing hal_timer.o(.revsh_text), (4 bytes). + Removing hal_timer.o(i.hal_timer_deinit), (24 bytes). + Removing hal_timer.o(i.hal_timer_get_status), (52 bytes). + Removing hal_i2c_master.o(.rev16_text), (4 bytes). + Removing hal_i2c_master.o(.revsh_text), (4 bytes). + Removing hal_i2c_master.o(i.hal_i2c_m_set_high_impedance), (46 bytes). + Removing hal_i2c_slave.o(.rev16_text), (4 bytes). + Removing hal_i2c_slave.o(.revsh_text), (4 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_get_tx_byte_num), (8 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_read_complate), (12 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_read_complate_clear), (12 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_read_data), (8 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_rxfifo_notempty), (20 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_set_dma_tx_cycle), (36 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance), (46 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_write_complate), (12 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_write_data), (8 bytes). + Removing hal_spi_master.o(.rev16_text), (4 bytes). + Removing hal_spi_master.o(.revsh_text), (4 bytes). + Removing hal_spi_master.o(i.hal_spi_m_callback), (24 bytes). + Removing hal_spi_master.o(i.hal_spi_m_dma_init), (104 bytes). + Removing hal_spi_master.o(i.hal_spi_m_dma_read), (36 bytes). + Removing hal_spi_master.o(i.hal_spi_m_dma_write), (40 bytes). + Removing hal_spi_master.o(i.hal_spi_m_get_transfer_complate), (36 bytes). + Removing hal_spi_master.o(i.hal_spi_m_gpio_init), (8 bytes). + Removing hal_spi_master.o(i.hal_spi_m_read_rxfifo), (28 bytes). + Removing hal_spi_master.o(i.hal_spi_m_set_high_impedance), (100 bytes). + Removing hal_spi_master.o(.data), (1 bytes). + Removing tau_delay.o(.rev16_text), (4 bytes). + Removing tau_delay.o(.revsh_text), (4 bytes). + Removing tau_log.o(.rev16_text), (4 bytes). + Removing tau_log.o(.revsh_text), (4 bytes). + Removing tau_log.o(i.fgetc), (22 bytes). + Removing hal_uart.o(.rev16_text), (4 bytes). + Removing hal_uart.o(.revsh_text), (4 bytes). + Removing hal_uart.o(i.hal_uart_deinit), (28 bytes). + Removing hal_uart.o(i.hal_uart_dmacallback), (36 bytes). + Removing hal_uart.o(i.hal_uart_receive_blocking), (16 bytes). + Removing hal_uart.o(i.hal_uart_receive_dma), (76 bytes). + Removing hal_uart.o(i.hal_uart_transmit_dma), (76 bytes). + Removing hal_internal_vsync.o(.rev16_text), (4 bytes). + Removing hal_internal_vsync.o(.revsh_text), (4 bytes). + Removing hal_internal_vsync.o(i.hal_iniernal_vsync_deinit), (20 bytes). + Removing hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual), (528 bytes). + Removing hal_internal_vsync.o(i.hal_internal_vsync_get_rx_state), (12 bytes). + Removing hal_internal_vsync.o(i.hal_internal_vsync_get_tx_state), (12 bytes). + Removing hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode), (48 bytes). + Removing norflash.o(.rev16_text), (4 bytes). + Removing norflash.o(.revsh_text), (4 bytes). + Removing norflash.o(i.norflash_best_cfg_init), (44 bytes). + Removing norflash.o(i.norflash_big_end_clear), (14 bytes). + Removing norflash.o(i.norflash_big_end_enable), (20 bytes). + Removing norflash.o(i.norflash_check_crc32), (14 bytes). + Removing norflash.o(i.norflash_check_id), (72 bytes). + Removing norflash.o(i.norflash_dma_callback), (24 bytes). + Removing norflash.o(i.norflash_dma_read), (156 bytes). + Removing norflash.o(i.norflash_dma_write), (252 bytes). + Removing norflash.o(i.norflash_dual_read), (60 bytes). + Removing norflash.o(i.norflash_dual_write), (112 bytes). + Removing norflash.o(i.norflash_en4b), (40 bytes). + Removing norflash.o(i.norflash_en_quad), (116 bytes). + Removing norflash.o(i.norflash_en_quad_check), (64 bytes). + Removing norflash.o(i.norflash_erase_block), (44 bytes). + Removing norflash.o(i.norflash_erase_chip), (28 bytes). + Removing norflash.o(i.norflash_erase_sector), (44 bytes). + Removing norflash.o(i.norflash_ex4b), (40 bytes). + Removing norflash.o(i.norflash_exit_quad), (76 bytes). + Removing norflash.o(i.norflash_get_dual_hstatus), (52 bytes). + Removing norflash.o(i.norflash_get_hstatus), (52 bytes). + Removing norflash.o(i.norflash_get_status), (52 bytes). + Removing norflash.o(i.norflash_init), (48 bytes). + Removing norflash.o(i.norflash_quad_read), (76 bytes). + Removing norflash.o(i.norflash_quad_write), (108 bytes). + Removing norflash.o(i.norflash_read), (28 bytes). + Removing norflash.o(i.norflash_read_config_reg), (36 bytes). + Removing norflash.o(i.norflash_read_id), (20 bytes). + Removing norflash.o(i.norflash_reset), (2 bytes). + Removing norflash.o(i.norflash_reset_crc32), (32 bytes). + Removing norflash.o(i.norflash_set_best_cfg), (50 bytes). + Removing norflash.o(i.norflash_set_best_read_cfg), (84 bytes). + Removing norflash.o(i.norflash_set_best_write_cfg), (84 bytes). + Removing norflash.o(i.norflash_switch_fls_spi), (112 bytes). + Removing norflash.o(i.norflash_write), (96 bytes). + Removing norflash.o(i.norflash_write_disable), (64 bytes). + Removing norflash.o(i.norflash_write_enable), (56 bytes). + Removing norflash.o(i.norflash_write_endian_scr), (132 bytes). + Removing norflash.o(.bss), (412 bytes). + Removing norflash.o(.bss), (32 bytes). + Removing norflash.o(.data), (2 bytes). + Removing dcs_packet_fifo.o(i.dcs_packet_get_fifo_size), (16 bytes). + Removing drv_common.o(.rev16_text), (4 bytes). + Removing drv_common.o(.revsh_text), (4 bytes). + Removing drv_common.o(i.drv_common_disable_systick), (20 bytes). + Removing drv_common.o(i.drv_common_get_tick), (12 bytes). + Removing drv_common.o(i.drv_common_idle_mode), (40 bytes). + Removing drv_common.o(i.drv_common_systick_register_cb), (12 bytes). + Removing drv_crgu.o(.rev16_text), (4 bytes). + Removing drv_crgu.o(.revsh_text), (4 bytes). + Removing drv_crgu.o(i.drv_crgu_clear_reset_flag), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_config_clocks), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_config_clocks_div), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_config_clocks_src), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_get_ana_clk_status), (24 bytes). + Removing drv_crgu.o(i.drv_crgu_get_fpga_id), (12 bytes). + Removing drv_crgu.o(i.drv_crgu_get_mipi_ref_src), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_get_reset_flag), (24 bytes). + Removing drv_crgu.o(i.drv_crgu_get_system_clk), (28 bytes). + Removing drv_crgu.o(i.drv_crgu_reset_chip), (12 bytes). + Removing drv_crgu.o(i.drv_crgu_set_200m_scan_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_300m_scan_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_abp0_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_adc_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_adc_src), (24 bytes). + Removing drv_crgu.o(i.drv_crgu_set_apb1_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_apb2_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_fls_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_fls_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_monitor_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_monitor_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_swire_div), (20 bytes). + Removing drv_dma.o(.rev16_text), (4 bytes). + Removing drv_dma.o(.revsh_text), (4 bytes). + Removing drv_dma.o(i.drv_dma_abort_transfer), (32 bytes). + Removing drv_dma.o(i.drv_dma_ahb_init), (74 bytes). + Removing drv_dma.o(i.drv_dma_channel_is_active), (20 bytes). + Removing drv_dma.o(i.drv_dma_deinit), (32 bytes). + Removing drv_dma.o(i.drv_dma_disenable_channel_interrupts), (24 bytes). + Removing drv_dma.o(i.drv_dma_enable_cycle), (44 bytes). + Removing drv_dma.o(i.drv_dma_get_remaining_bytes), (32 bytes). + Removing drv_dma.o(i.drv_dma_init), (24 bytes). + Removing drv_dma.o(i.drv_dma_m2m_init), (72 bytes). + Removing drv_dma.o(i.drv_dma_reset), (10 bytes). + Removing drv_dma.o(i.drv_dma_set_ccr), (114 bytes). + Removing drv_dma.o(i.drv_dma_start_transfer), (32 bytes). + Removing drv_dsi_rx.o(.rev16_text), (4 bytes). + Removing drv_dsi_rx.o(.revsh_text), (4 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_get_phy_stopstate), (66 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_get_version), (4 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration), (236 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_pg_cfg), (32 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_pg_cfg), (48 bytes). + Removing drv_dsi_rx.o(i.drv_rx_phy_test_read), (12 bytes). + Removing drv_dsi_tx.o(.rev16_text), (4 bytes). + Removing drv_dsi_tx.o(.revsh_text), (4 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_force_interrupt), (8 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_get_phy_status), (6 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_forcepll), (12 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration), (232 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_start), (18 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_status_pll_lock), (10 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot), (62 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_trigger), (92 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter), (344 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit), (276 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_sdf_3d), (28 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_set_vpg), (70 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_version), (4 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_vid_shadow), (16 bytes). + Removing drv_dsi_tx.o(i.drv_tx_phy_test_lock), (30 bytes). + Removing drv_dsi_tx.o(i.drv_tx_phy_test_read), (10 bytes). + Removing drv_fls.o(.rev16_text), (4 bytes). + Removing drv_fls.o(.revsh_text), (4 bytes). + Removing drv_fls.o(i.__NVIC_DisableIRQ), (32 bytes). + Removing drv_fls.o(i.drv_fls_gpio_connect), (28 bytes). + Removing drv_fls.o(i.drv_fls_gpio_disconnect), (32 bytes). + Removing drv_fls.o(i.fls_EnableClk), (12 bytes). + Removing drv_fls.o(i.fls_busy_pending), (12 bytes). + Removing drv_fls.o(i.fls_clear_irq_status), (6 bytes). + Removing drv_fls.o(i.fls_ctrl_cfg_init), (72 bytes). + Removing drv_fls.o(i.fls_ddat_enable), (24 bytes). + Removing drv_fls.o(i.fls_de_init), (52 bytes). + Removing drv_fls.o(i.fls_descr), (10 bytes). + Removing drv_fls.o(i.fls_disable_it), (36 bytes). + Removing drv_fls.o(i.fls_en_scr), (10 bytes). + Removing drv_fls.o(i.fls_enable_it), (48 bytes). + Removing drv_fls.o(i.fls_get_crcout), (4 bytes). + Removing drv_fls.o(i.fls_get_default_fls_config), (20 bytes). + Removing drv_fls.o(i.fls_get_default_spi_config), (44 bytes). + Removing drv_fls.o(i.fls_get_default_tuning), (12 bytes). + Removing drv_fls.o(i.fls_get_tuning), (18 bytes). + Removing drv_fls.o(i.fls_init), (62 bytes). + Removing drv_fls.o(i.fls_qadr_enable), (22 bytes). + Removing drv_fls.o(i.fls_qcmd_enable), (22 bytes). + Removing drv_fls.o(i.fls_qdat_enable), (22 bytes). + Removing drv_fls.o(i.fls_read_byte_data), (130 bytes). + Removing drv_fls.o(i.fls_read_cmd), (104 bytes). + Removing drv_fls.o(i.fls_read_cmd_it), (110 bytes). + Removing drv_fls.o(i.fls_reset_crc), (18 bytes). + Removing drv_fls.o(i.fls_scr_clear), (10 bytes). + Removing drv_fls.o(i.fls_set_addr_dummy), (32 bytes). + Removing drv_fls.o(i.fls_set_addr_len), (32 bytes). + Removing drv_fls.o(i.fls_set_mc_irq_mask), (26 bytes). + Removing drv_fls.o(i.fls_set_read), (10 bytes). + Removing drv_fls.o(i.fls_set_tuning), (24 bytes). + Removing drv_fls.o(i.fls_set_write), (10 bytes). + Removing drv_fls.o(i.fls_single_mode), (16 bytes). + Removing drv_fls.o(i.fls_spi_init), (180 bytes). + Removing drv_fls.o(i.fls_spi_start), (10 bytes). + Removing drv_fls.o(i.fls_swrst), (18 bytes). + Removing drv_fls.o(i.fls_write_byte_data), (164 bytes). + Removing drv_fls.o(i.fls_write_cmd), (58 bytes). + Removing drv_fls.o(.data), (4 bytes). + Removing drv_gpio.o(.rev16_text), (4 bytes). + Removing drv_gpio.o(.revsh_text), (4 bytes). + Removing drv_gpio.o(i.drv_gpio_get_pull_state), (224 bytes). + Removing drv_gpio.o(i.drv_gpio_set_driving_strength), (312 bytes). + Removing drv_gpio.o(i.drv_gpio_set_schmitt_trigger), (168 bytes). + Removing drv_gpio.o(i.drv_gpio_set_slew_rate), (168 bytes). + Removing drv_i2c_dma.o(.rev16_text), (4 bytes). + Removing drv_i2c_dma.o(.revsh_text), (4 bytes). + Removing drv_lcdc.o(.rev16_text), (4 bytes). + Removing drv_lcdc.o(.revsh_text), (4 bytes). + Removing drv_lcdc.o(i.drv_lcdc_config_rgb_to_pentile), (26 bytes). + Removing drv_lcdc.o(i.drv_lcdc_enable), (42 bytes). + Removing drv_lcdc.o(i.drv_lcdc_set_prefetch), (24 bytes). + Removing drv_lcdc.o(i.drv_lcdc_update_shadow_reg), (12 bytes). + Removing drv_memc.o(.rev16_text), (4 bytes). + Removing drv_memc.o(.revsh_text), (4 bytes). + Removing drv_memc.o(i.drv_memc_set_db_frm_time), (14 bytes). + Removing drv_memc.o(i.drv_memc_set_db_int_frame), (28 bytes). + Removing drv_memc.o(i.drv_memc_set_fb_remaining_line_trigger), (12 bytes). + Removing drv_memc.o(i.drv_memc_set_read_trigger_line), (16 bytes). + Removing drv_memc.o(i.drv_memc_set_te_ind), (16 bytes). + Removing drv_memc.o(i.drv_memc_set_tear_hwclr), (16 bytes). + Removing drv_memc.o(i.drv_memc_set_vidc_fb_arb), (14 bytes). + Removing drv_memc.o(i.drv_memc_set_write_trigger_line), (16 bytes). + Removing drv_param_init.o(.rev16_text), (4 bytes). + Removing drv_param_init.o(.revsh_text), (4 bytes). + Removing drv_param_init.o(i.drv_param_init_set_scld_filter), (100 bytes). + Removing drv_rxbr.o(.rev16_text), (4 bytes). + Removing drv_rxbr.o(.revsh_text), (4 bytes). + Removing drv_rxbr.o(i.drv_rxbr_dsc_flush), (16 bytes). + Removing drv_rxbr.o(i.drv_rxbr_get_cur_hline_rcv_cnt), (8 bytes). + Removing drv_rxbr.o(i.drv_rxbr_get_ipi_vsync_interval), (8 bytes). + Removing drv_rxbr.o(i.drv_rxbr_get_pix_fmt), (8 bytes). + Removing drv_rxbr.o(i.drv_rxbr_set_col_addr), (4 bytes). + Removing drv_rxbr.o(i.drv_rxbr_set_compress), (24 bytes). + Removing drv_rxbr.o(i.drv_rxbr_set_page_addr), (4 bytes). + Removing drv_rxbr.o(i.drv_rxbr_soft_reset), (98 bytes). + Removing drv_spi_dma.o(.rev16_text), (4 bytes). + Removing drv_spi_dma.o(.revsh_text), (4 bytes). + Removing drv_spi_dma.o(i.__NVIC_ClearPendingIRQ), (24 bytes). + Removing drv_spi_dma.o(i.drv_spi_abort_dma), (108 bytes). + Removing drv_spi_dma.o(i.drv_spi_dma_callback), (60 bytes). + Removing drv_spi_dma.o(i.drv_spi_dma_ch6_init), (208 bytes). + Removing drv_spi_dma.o(i.drv_spi_dma_init), (220 bytes). + Removing drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback), (48 bytes). + Removing drv_spi_dma.o(i.drv_spi_set_dma_irq_callback), (88 bytes). + Removing drv_spi_dma.o(i.drv_spim_dma_read), (96 bytes). + Removing drv_spi_dma.o(i.drv_spim_dma_write), (60 bytes). + Removing drv_spi_dma.o(i.drv_spis_dma_write), (72 bytes). + Removing drv_spi_dma.o(.bss), (480 bytes). + Removing drv_spi_dma.o(.data), (16 bytes). + Removing drv_swire.o(.rev16_text), (4 bytes). + Removing drv_swire.o(.revsh_text), (4 bytes). + Removing drv_swire.o(i.drv_swire_enable), (28 bytes). + Removing drv_swire.o(i.drv_swire_register_callback), (12 bytes). + Removing drv_swire.o(i.drv_swire_set_bit_time), (24 bytes). + Removing drv_swire.o(i.drv_swire_set_pulse_count), (12 bytes). + Removing drv_sys_cfg.o(.rev16_text), (4 bytes). + Removing drv_sys_cfg.o(.revsh_text), (4 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_dma_req_mask), (32 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_read_version0_id), (12 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_set_ap_reset), (28 bytes). + Removing drv_timer.o(.rev16_text), (4 bytes). + Removing drv_timer.o(.revsh_text), (4 bytes). + Removing drv_timer.o(i.drv_timer_clean_timer_value), (12 bytes). + Removing drv_timer.o(i.drv_timer_get_current_count), (10 bytes). + Removing drv_timer.o(i.drv_timer_get_match), (10 bytes). + Removing drv_vidc.o(.rev16_text), (4 bytes). + Removing drv_vidc.o(.revsh_text), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_clear_status0), (14 bytes). + Removing drv_vidc.o(i.drv_vidc_debug_cap_pixel), (24 bytes). + Removing drv_vidc.o(i.drv_vidc_debug_signal_frame), (30 bytes). + Removing drv_vidc.o(i.drv_vidc_get_int_source), (38 bytes). + Removing drv_vidc.o(i.drv_vidc_get_status0), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_get_status1), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_get_status2), (6 bytes). + Removing drv_vidc.o(i.drv_vidc_set_dsc_thresh), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_set_frmst_latency), (12 bytes). + Removing drv_vidc.o(i.drv_vidc_set_inff_thresh), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_set_irq_line), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_set_module_enable), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_set_outff_thresh), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_update_src_format), (14 bytes). + Removing irq_redirect .o(.rev16_text), (4 bytes). + Removing irq_redirect .o(.revsh_text), (4 bytes). + Removing drv_phy_common.o(.rev16_text), (4 bytes). + Removing drv_phy_common.o(.revsh_text), (4 bytes). + Removing drv_phy_common.o(i.drv_phy_get_calibration), (60 bytes). + Removing drv_phy_common.o(.data), (1 bytes). + Removing drv_pwr.o(.rev16_text), (4 bytes). + Removing drv_pwr.o(.revsh_text), (4 bytes). + Removing drv_pwr.o(i.drv_pwr_enter_deep_sleep_mode), (44 bytes). + Removing drv_i2c_master.o(.rev16_text), (4 bytes). + Removing drv_i2c_master.o(.revsh_text), (4 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_bus_init), (36 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_disable_intr), (16 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_get_fifo_status), (28 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_read_data), (32 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_set_fifo_threshold), (24 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_set_sys_mask), (48 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_write_data), (32 bytes). + Removing drv_i2c_slave.o(.rev16_text), (4 bytes). + Removing drv_i2c_slave.o(.revsh_text), (4 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_bus_init), (36 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_disable_intr), (16 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_enable), (16 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_get_tx_byte_num), (12 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_read_data), (32 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_set_fifo_threshold), (24 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_set_sys_mask), (48 bytes). + Removing drv_spi_master.o(.rev16_text), (4 bytes). + Removing drv_spi_master.o(.revsh_text), (4 bytes). + Removing drv_spi_master.o(i.drv_spi_m_deinit), (40 bytes). + Removing drv_spi_master.o(i.drv_spi_m_disable_int), (68 bytes). + Removing drv_spi_master.o(i.drv_spi_m_enable_int), (72 bytes). + Removing drv_spi_master.o(i.drv_spi_m_enable_rx_dma), (32 bytes). + Removing drv_spi_master.o(i.drv_spi_m_enable_tx_dma), (28 bytes). + Removing drv_spi_master.o(i.drv_spi_m_get_dma_address), (8 bytes). + Removing drv_spi_master.o(i.drv_spi_m_gpio_init), (32 bytes). + Removing drv_spi_master.o(i.drv_spi_m_set_intr_callback), (12 bytes). + Removing drv_spi_master.o(i.drv_spi_m_switch_sclk), (28 bytes). + Removing drv_spi_master.o(i.drv_spi_m_write_data), (44 bytes). + Removing drv_spi_master.o(i.drv_spi_master_init), (164 bytes). + Removing drv_chip_info.o(.rev16_text), (4 bytes). + Removing drv_chip_info.o(.revsh_text), (4 bytes). + Removing drv_dsc_dec.o(.rev16_text), (4 bytes). + Removing drv_dsc_dec.o(.revsh_text), (4 bytes). + Removing drv_dsc_dec.o(i.drv_dsc_dec_set_u32_pps), (120 bytes). + Removing hal_spi_slave.o(.rev16_text), (4 bytes). + Removing hal_spi_slave.o(.revsh_text), (4 bytes). + Removing hal_spi_slave.o(i.hal_spi_s_set_high_impedance), (100 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_auto_transfer_abort), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start), (56 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_busy), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_deinit), (10 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_disable), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_enable), (96 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_flush_fifo), (20 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_get_rxfifo_notempty), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_gpio_init), (8 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_init), (76 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_read_data), (10 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_register_callback), (12 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_reset_tx), (68 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_set_auto_rx_buffer), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_set_auto_tx_buffer), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_write_data), (14 bytes). + Removing drv_fls_dma.o(.rev16_text), (4 bytes). + Removing drv_fls_dma.o(.revsh_text), (4 bytes). + Removing drv_fls_dma.o(i.fls_abort_dma), (42 bytes). + Removing drv_fls_dma.o(i.fls_dma_disable), (10 bytes). + Removing drv_fls_dma.o(i.fls_dma_enable), (10 bytes). + Removing drv_fls_dma.o(i.fls_dma_read_prepare), (86 bytes). + Removing drv_fls_dma.o(i.fls_dma_write_prepare), (82 bytes). + Removing drv_fls_dma.o(i.fls_read_dmacallback), (32 bytes). + Removing drv_fls_dma.o(i.fls_transfer_create_handle_dma), (208 bytes). + Removing drv_fls_dma.o(i.fls_transfer_dma), (112 bytes). + Removing drv_fls_dma.o(i.fls_transfer_get_receive_count_dma), (44 bytes). + Removing drv_fls_dma.o(i.fls_write_dmacallback), (32 bytes). + Removing drv_fls_dma.o(.data), (8 bytes). + Removing drv_pwm.o(.rev16_text), (4 bytes). + Removing drv_pwm.o(.revsh_text), (4 bytes). + Removing drv_pwm.o(i.drv_pwm_in_clear_pwm_int_all), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_enable), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_counter_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_current_count), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_high_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_low_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_register_callback), (24 bytes). + Removing drv_pwm.o(i.drv_pwm_in_set_pwm_int), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_in_set_sys_int), (52 bytes). + Removing drv_pwm.o(i.drv_pwm_out_enable), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_out_get_sync_flag), (16 bytes). + Removing drv_pwm.o(i.drv_pwm_out_pause), (28 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_control), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_sync_mode), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_threshold), (12 bytes). + Removing drv_uart.o(.rev16_text), (4 bytes). + Removing drv_uart.o(.revsh_text), (4 bytes). + Removing drv_uart.o(i.UART_AbortReceive), (30 bytes). + Removing drv_uart.o(i.UART_AbortSend), (30 bytes). + Removing drv_uart.o(i.UART_Deinit), (28 bytes). + Removing drv_uart.o(i.UART_Disable_IT), (68 bytes). + Removing drv_uart.o(i.UART_EnableDma), (32 bytes). + Removing drv_uart.o(i.UART_Enable_IT), (44 bytes). + Removing drv_uart.o(i.UART_GetDefaultConfig), (72 bytes). + Removing drv_uart.o(i.UART_GetFIFO_Ctrl), (20 bytes). + Removing drv_uart.o(i.UART_GetReceiveCount), (22 bytes). + Removing drv_uart.o(i.UART_GetReceiveStatus), (20 bytes). + Removing drv_uart.o(i.UART_GetRxRingBufferLength), (28 bytes). + Removing drv_uart.o(i.UART_GetSendCount), (22 bytes). + Removing drv_uart.o(i.UART_GetSendStatus), (20 bytes). + Removing drv_uart.o(i.UART_ReadBlocking), (32 bytes). + Removing drv_uart.o(i.UART_ReceiveNonBlocking), (50 bytes). + Removing drv_uart.o(i.UART_ResetTxFIFO), (36 bytes). + Removing drv_uart.o(i.UART_SendNonBlocking), (38 bytes). + Removing drv_uart.o(i.UART_TransferCreateHandle), (96 bytes). + Removing drv_uart.o(i.UART_TransferStartRingBuffer), (30 bytes). + Removing drv_uart.o(.constdata), (1 bytes). + Removing drv_uart_dma.o(.rev16_text), (4 bytes). + Removing drv_uart_dma.o(.revsh_text), (4 bytes). + Removing drv_uart_dma.o(i.UART_DMAInit), (76 bytes). + Removing drv_uart_dma.o(i.UART_TransferAbortReceiveDMA), (16 bytes). + Removing drv_uart_dma.o(i.UART_TransferAbortSendDMA), (16 bytes). + Removing drv_uart_dma.o(i.UART_TransferCreateHandleDMA), (176 bytes). + Removing drv_uart_dma.o(i.UART_TransferGetReceiveCountDMA), (44 bytes). + Removing drv_uart_dma.o(i.UART_TransferReceiveDMA), (68 bytes). + Removing drv_uart_dma.o(i.UART_TransferReceiveDMACallback), (34 bytes). + Removing drv_uart_dma.o(i.UART_TransferSendDMA), (68 bytes). + Removing drv_uart_dma.o(i.UART_TransferSendDMACallback), (34 bytes). + Removing drv_uart_dma.o(.data), (8 bytes). + Removing drv_wdg.o(.rev16_text), (4 bytes). + Removing drv_wdg.o(.revsh_text), (4 bytes). + Removing drv_wdg.o(i.drv_wdg_clear_counter), (16 bytes). + Removing drv_wdg.o(i.drv_wdg_enable), (32 bytes). + Removing drv_wdg.o(i.drv_wdg_load_match), (12 bytes). + Removing drv_wdg.o(i.drv_wdg_register_callback), (12 bytes). + Removing drv_wdg.o(i.drv_wdg_sel_mode), (28 bytes). + Removing drv_efuse.o(.rev16_text), (4 bytes). + Removing drv_efuse.o(.revsh_text), (4 bytes). + Removing drv_efuse.o(i.drv_efuse_crc_cal), (128 bytes). + Removing drv_efuse.o(i.drv_efuse_get_default_config), (26 bytes). + Removing drv_efuse.o(i.drv_efuse_int_disable), (12 bytes). + Removing drv_efuse.o(i.drv_efuse_write), (46 bytes). + Removing drv_efuse.o(i.drv_efuse_write_req), (22 bytes). + Removing drv_spi_slave.o(.rev16_text), (4 bytes). + Removing drv_spi_slave.o(.revsh_text), (4 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_deinit), (40 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_disable_int), (68 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_enable_int), (72 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_enable_rx_dma), (32 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_enable_tx_dma), (20 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_get_dma_address), (8 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_gpio_init), (24 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_read_data), (32 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_switch_sclk), (28 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_write_data), (44 bytes). + Removing drv_spi_slave.o(i.drv_spi_slave_init), (76 bytes). + Removing dflti.o(.text), (40 bytes). + +565 unused section(s) (total 24019 bytes) removed from the image. + +============================================================================== + +Image Symbol Table + + Local Symbols + + Symbol Name Value Ov Type Size Object(Section) + + ../clib/../cmprslib/zerorunl2.c 0x00000000 Number 0 __dczerorl2.o ABSOLUTE + ../clib/microlib/division.c 0x00000000 Number 0 uldiv.o ABSOLUTE + ../clib/microlib/division.c 0x00000000 Number 0 uidiv.o ABSOLUTE + ../clib/microlib/division.c 0x00000000 Number 0 idiv.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry2.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry10a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry10b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry5.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry7a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry7b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8b.o ABSOLUTE + ../clib/microlib/longlong.c 0x00000000 Number 0 llushr.o ABSOLUTE + ../clib/microlib/longlong.c 0x00000000 Number 0 llshl.o ABSOLUTE + ../clib/microlib/longlong.c 0x00000000 Number 0 llsshr.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printfa.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf8.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf7.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf4.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf6.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf3.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf2.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf5.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf1.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf0.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printfb.o ABSOLUTE + ../clib/microlib/printf/stubs.s 0x00000000 Number 0 stubs.o ABSOLUTE + ../clib/microlib/stdio/streams.c 0x00000000 Number 0 stdout.o ABSOLUTE + ../clib/microlib/string/memcpy.c 0x00000000 Number 0 memcpyb.o ABSOLUTE + ../clib/microlib/string/memcpy.c 0x00000000 Number 0 memcpya.o ABSOLUTE + ../clib/microlib/string/memset.c 0x00000000 Number 0 memseta.o ABSOLUTE + ../clib/microlib/stubs.s 0x00000000 Number 0 iusefp.o ABSOLUTE + ../fplib/microlib/f2d.c 0x00000000 Number 0 f2d.o ABSOLUTE + ../fplib/microlib/fpadd.c 0x00000000 Number 0 fadd.o ABSOLUTE + ../fplib/microlib/fpadd.c 0x00000000 Number 0 dadd.o ABSOLUTE + ../fplib/microlib/fpdiv.c 0x00000000 Number 0 fdiv.o ABSOLUTE + ../fplib/microlib/fpdiv.c 0x00000000 Number 0 ddiv.o ABSOLUTE + ../fplib/microlib/fpepilogue.c 0x00000000 Number 0 fepilogue.o ABSOLUTE + ../fplib/microlib/fpepilogue.c 0x00000000 Number 0 depilogue.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixui.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixul.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 ffixi.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 ffixui.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixi.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 fflti.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 ffltui.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 dflti.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 dfltui.o ABSOLUTE + ../fplib/microlib/fpmul.c 0x00000000 Number 0 fmul.o ABSOLUTE + ../fplib/microlib/fpmul.c 0x00000000 Number 0 dmul.o ABSOLUTE + ../fplib/microlib/fpscalb.c 0x00000000 Number 0 fscalb.o ABSOLUTE + ../mathlib/ceil.c 0x00000000 Number 0 ceil.o ABSOLUTE + ..\..\..\src\common\tau_delay.c 0x00000000 Number 0 tau_delay.o ABSOLUTE + ..\..\..\src\common\tau_log.c 0x00000000 Number 0 tau_log.o ABSOLUTE + ..\..\..\src\driver\robin\src\drv_chip_info.c 0x00000000 Number 0 drv_chip_info.o ABSOLUTE + ..\..\..\src\driver\robin\src\drv_dsc_dec.c 0x00000000 Number 0 drv_dsc_dec.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_common.c 0x00000000 Number 0 drv_common.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_crgu.c 0x00000000 Number 0 drv_crgu.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_dma.c 0x00000000 Number 0 drv_dma.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_dsi_rx.c 0x00000000 Number 0 drv_dsi_rx.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_dsi_tx.c 0x00000000 Number 0 drv_dsi_tx.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_efuse.c 0x00000000 Number 0 drv_efuse.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_fls.c 0x00000000 Number 0 drv_fls.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_fls_dma.c 0x00000000 Number 0 drv_fls_dma.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_gpio.c 0x00000000 Number 0 drv_gpio.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_i2c_dma.c 0x00000000 Number 0 drv_i2c_dma.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_i2c_master.c 0x00000000 Number 0 drv_i2c_master.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_i2c_slave.c 0x00000000 Number 0 drv_i2c_slave.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_lcdc.c 0x00000000 Number 0 drv_lcdc.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_memc.c 0x00000000 Number 0 drv_memc.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_param_init.c 0x00000000 Number 0 drv_param_init.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_phy_common.c 0x00000000 Number 0 drv_phy_common.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_pwm.c 0x00000000 Number 0 drv_pwm.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_pwr.c 0x00000000 Number 0 drv_pwr.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_rxbr.c 0x00000000 Number 0 drv_rxbr.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_spi_dma.c 0x00000000 Number 0 drv_spi_dma.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_spi_master.c 0x00000000 Number 0 drv_spi_master.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_spi_slave.c 0x00000000 Number 0 drv_spi_slave.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_swire.c 0x00000000 Number 0 drv_swire.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_sys_cfg.c 0x00000000 Number 0 drv_sys_cfg.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_timer.c 0x00000000 Number 0 drv_timer.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_uart.c 0x00000000 Number 0 drv_uart.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_uart_dma.c 0x00000000 Number 0 drv_uart_dma.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_vidc.c 0x00000000 Number 0 drv_vidc.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_wdg.c 0x00000000 Number 0 drv_wdg.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\irq_redirect .c 0x00000000 Number 0 irq_redirect .o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_dsi_rx_ctrl.c 0x00000000 Number 0 hal_dsi_rx_ctrl.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_dsi_tx_ctrl.c 0x00000000 Number 0 hal_dsi_tx_ctrl.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_gpio.c 0x00000000 Number 0 hal_gpio.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_i2c_master.c 0x00000000 Number 0 hal_i2c_master.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_i2c_slave.c 0x00000000 Number 0 hal_i2c_slave.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_spi_master.c 0x00000000 Number 0 hal_spi_master.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_spi_slave.c 0x00000000 Number 0 hal_spi_slave.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_swire.c 0x00000000 Number 0 hal_swire.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_system.c 0x00000000 Number 0 hal_system.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_timer.c 0x00000000 Number 0 hal_timer.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_uart.c 0x00000000 Number 0 hal_uart.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\internal\dcs_packet_fifo.c 0x00000000 Number 0 dcs_packet_fifo.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\internal\hal_internal_vsync.c 0x00000000 Number 0 hal_internal_vsync.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\internal\norflash.c 0x00000000 Number 0 norflash.o ABSOLUTE + ..\\..\\..\\src\\common\\tau_delay.c 0x00000000 Number 0 tau_delay.o ABSOLUTE + ..\\..\\..\\src\\common\\tau_log.c 0x00000000 Number 0 tau_log.o ABSOLUTE + ..\\..\\..\\src\\driver\\robin\\src\\drv_chip_info.c 0x00000000 Number 0 drv_chip_info.o ABSOLUTE + ..\\..\\..\\src\\driver\\robin\\src\\drv_dsc_dec.c 0x00000000 Number 0 drv_dsc_dec.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_common.c 0x00000000 Number 0 drv_common.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_crgu.c 0x00000000 Number 0 drv_crgu.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_dma.c 0x00000000 Number 0 drv_dma.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_dsi_rx.c 0x00000000 Number 0 drv_dsi_rx.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_dsi_tx.c 0x00000000 Number 0 drv_dsi_tx.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_efuse.c 0x00000000 Number 0 drv_efuse.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_fls.c 0x00000000 Number 0 drv_fls.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_fls_dma.c 0x00000000 Number 0 drv_fls_dma.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_gpio.c 0x00000000 Number 0 drv_gpio.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_i2c_dma.c 0x00000000 Number 0 drv_i2c_dma.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_i2c_master.c 0x00000000 Number 0 drv_i2c_master.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_i2c_slave.c 0x00000000 Number 0 drv_i2c_slave.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_lcdc.c 0x00000000 Number 0 drv_lcdc.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_memc.c 0x00000000 Number 0 drv_memc.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_param_init.c 0x00000000 Number 0 drv_param_init.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_phy_common.c 0x00000000 Number 0 drv_phy_common.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_pwm.c 0x00000000 Number 0 drv_pwm.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_pwr.c 0x00000000 Number 0 drv_pwr.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_rxbr.c 0x00000000 Number 0 drv_rxbr.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_spi_dma.c 0x00000000 Number 0 drv_spi_dma.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_spi_master.c 0x00000000 Number 0 drv_spi_master.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_spi_slave.c 0x00000000 Number 0 drv_spi_slave.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_swire.c 0x00000000 Number 0 drv_swire.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_sys_cfg.c 0x00000000 Number 0 drv_sys_cfg.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_timer.c 0x00000000 Number 0 drv_timer.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_uart.c 0x00000000 Number 0 drv_uart.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_uart_dma.c 0x00000000 Number 0 drv_uart_dma.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_vidc.c 0x00000000 Number 0 drv_vidc.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_wdg.c 0x00000000 Number 0 drv_wdg.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\irq_redirect .c 0x00000000 Number 0 irq_redirect .o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_dsi_rx_ctrl.c 0x00000000 Number 0 hal_dsi_rx_ctrl.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_dsi_tx_ctrl.c 0x00000000 Number 0 hal_dsi_tx_ctrl.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_gpio.c 0x00000000 Number 0 hal_gpio.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_i2c_master.c 0x00000000 Number 0 hal_i2c_master.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_i2c_slave.c 0x00000000 Number 0 hal_i2c_slave.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_spi_master.c 0x00000000 Number 0 hal_spi_master.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_spi_slave.c 0x00000000 Number 0 hal_spi_slave.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_swire.c 0x00000000 Number 0 hal_swire.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_system.c 0x00000000 Number 0 hal_system.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_timer.c 0x00000000 Number 0 hal_timer.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_uart.c 0x00000000 Number 0 hal_uart.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\internal\\hal_internal_vsync.c 0x00000000 Number 0 hal_internal_vsync.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\internal\\norflash.c 0x00000000 Number 0 norflash.o ABSOLUTE + ..\\src\\app\\demo\\ap_demo.c 0x00000000 Number 0 ap_demo.o ABSOLUTE + ..\\src\\app\\demo\\app_tp_for_custom_s8.c 0x00000000 Number 0 app_tp_for_custom_s8.o ABSOLUTE + ..\\src\\app\\demo\\app_tp_transfer.c 0x00000000 Number 0 app_tp_transfer.o ABSOLUTE + ..\\src\\app\\main.c 0x00000000 Number 0 main.o ABSOLUTE + ..\\src\\board\\board.c 0x00000000 Number 0 board.o ABSOLUTE + ..\src\app\demo\ap_demo.c 0x00000000 Number 0 ap_demo.o ABSOLUTE + ..\src\app\demo\app_tp_for_custom_s8.c 0x00000000 Number 0 app_tp_for_custom_s8.o ABSOLUTE + ..\src\app\demo\app_tp_transfer.c 0x00000000 Number 0 app_tp_transfer.o ABSOLUTE + ..\src\app\main.c 0x00000000 Number 0 main.o ABSOLUTE + ..\src\board\board.c 0x00000000 Number 0 board.o ABSOLUTE + ..\src\board\startup\startup_ARMCM0.s 0x00000000 Number 0 startup_armcm0.o ABSOLUTE + cdrcmple.s 0x00000000 Number 0 cdrcmple.o ABSOLUTE + cfrcmple.s 0x00000000 Number 0 cfrcmple.o ABSOLUTE + dc.s 0x00000000 Number 0 dc.o ABSOLUTE + handlers.s 0x00000000 Number 0 handlers.o ABSOLUTE + init.s 0x00000000 Number 0 init.o ABSOLUTE + RESET 0x00010000 Section 192 startup_armcm0.o(RESET) + .ARM.Collect$$$$00000000 0x000100c0 Section 0 entry.o(.ARM.Collect$$$$00000000) + .ARM.Collect$$$$00000001 0x000100c0 Section 4 entry2.o(.ARM.Collect$$$$00000001) + .ARM.Collect$$$$00000004 0x000100c4 Section 4 entry5.o(.ARM.Collect$$$$00000004) + .ARM.Collect$$$$00000008 0x000100c8 Section 0 entry7b.o(.ARM.Collect$$$$00000008) + .ARM.Collect$$$$0000000A 0x000100c8 Section 0 entry8b.o(.ARM.Collect$$$$0000000A) + .ARM.Collect$$$$0000000B 0x000100c8 Section 8 entry9a.o(.ARM.Collect$$$$0000000B) + .ARM.Collect$$$$0000000D 0x000100d0 Section 0 entry10a.o(.ARM.Collect$$$$0000000D) + .ARM.Collect$$$$0000000F 0x000100d0 Section 0 entry11a.o(.ARM.Collect$$$$0000000F) + .ARM.Collect$$$$00002712 0x000100d0 Section 4 entry2.o(.ARM.Collect$$$$00002712) + __lit__00000000 0x000100d0 Data 4 entry2.o(.ARM.Collect$$$$00002712) + .text 0x000100d4 Section 120 startup_armcm0.o(.text) + .text 0x0001014c Section 0 uidiv.o(.text) + .text 0x00010178 Section 0 idiv.o(.text) + .text 0x000101a0 Section 0 memcpya.o(.text) + .text 0x000101c4 Section 0 memseta.o(.text) + .text 0x000101e8 Section 0 fadd.o(.text) + .text 0x0001029a Section 0 fmul.o(.text) + .text 0x00010314 Section 0 fdiv.o(.text) + .text 0x00010390 Section 0 fscalb.o(.text) + .text 0x000103a8 Section 0 dadd.o(.text) + .text 0x0001050c Section 0 dmul.o(.text) + .text 0x000105dc Section 0 ddiv.o(.text) + .text 0x000106cc Section 0 fflti.o(.text) + .text 0x000106e2 Section 0 ffltui.o(.text) + .text 0x000106f0 Section 0 dfltui.o(.text) + .text 0x0001070c Section 0 ffixi.o(.text) + .text 0x0001073e Section 0 ffixui.o(.text) + .text 0x00010768 Section 0 dfixi.o(.text) + .text 0x000107b0 Section 0 dfixui.o(.text) + .text 0x000107ec Section 0 f2d.o(.text) + .text 0x00010814 Section 20 cfrcmple.o(.text) + .text 0x00010828 Section 0 uldiv.o(.text) + .text 0x00010888 Section 0 llshl.o(.text) + .text 0x000108a8 Section 0 llushr.o(.text) + .text 0x000108ca Section 0 llsshr.o(.text) + .text 0x000108f0 Section 0 iusefp.o(.text) + .text 0x000108f0 Section 0 fepilogue.o(.text) + .text 0x00010972 Section 0 depilogue.o(.text) + .text 0x00010a30 Section 0 dfixul.o(.text) + .text 0x00010a70 Section 40 cdrcmple.o(.text) + .text 0x00010a98 Section 36 init.o(.text) + .text 0x00010abc Section 0 __dczerorl2.o(.text) + i.ADC_IRQn_Handler 0x00010b14 Section 0 irq_redirect .o(i.ADC_IRQn_Handler) + i.AP_NRESET_IRQn_Handler 0x00010b2c Section 0 irq_redirect .o(i.AP_NRESET_IRQn_Handler) + i.DMA_IRQn_Handler 0x00010b44 Section 0 irq_redirect .o(i.DMA_IRQn_Handler) + i.EXTI_INT0_IRQn_Handler 0x00010b58 Section 0 irq_redirect .o(i.EXTI_INT0_IRQn_Handler) + i.EXTI_INT1_IRQn_Handler 0x00010b74 Section 0 irq_redirect .o(i.EXTI_INT1_IRQn_Handler) + i.EXTI_INT2_IRQn_Handler 0x00010b90 Section 0 irq_redirect .o(i.EXTI_INT2_IRQn_Handler) + i.EXTI_INT3_IRQn_Handler 0x00010bac Section 0 irq_redirect .o(i.EXTI_INT3_IRQn_Handler) + i.EXTI_INT4_IRQn_Handler 0x00010bc8 Section 0 irq_redirect .o(i.EXTI_INT4_IRQn_Handler) + i.EXTI_INT5_IRQn_Handler 0x00010be4 Section 0 irq_redirect .o(i.EXTI_INT5_IRQn_Handler) + i.EXTI_INT6_IRQn_Handler 0x00010c00 Section 0 irq_redirect .o(i.EXTI_INT6_IRQn_Handler) + i.EXTI_INT7_IRQn_Handler 0x00010c1c Section 0 irq_redirect .o(i.EXTI_INT7_IRQn_Handler) + i.FLSCTRL_IRQn_Handler 0x00010c38 Section 0 irq_redirect .o(i.FLSCTRL_IRQn_Handler) + i.Gpio_swire_output 0x00010c4c Section 0 ap_demo.o(i.Gpio_swire_output) + i.HardFault_Handler 0x00010cc0 Section 0 irq_redirect .o(i.HardFault_Handler) + i.I2C0_IRQn_Handler 0x00010cd4 Section 0 irq_redirect .o(i.I2C0_IRQn_Handler) + i.I2C1_IRQn_Handler 0x00010cec Section 0 irq_redirect .o(i.I2C1_IRQn_Handler) + i.LCDC_IRQn_Handler 0x00010d04 Section 0 irq_redirect .o(i.LCDC_IRQn_Handler) + i.LOG_printf 0x00010d1c Section 0 tau_log.o(i.LOG_printf) + i.MEMC_IRQn_Handler 0x00010d44 Section 0 irq_redirect .o(i.MEMC_IRQn_Handler) + i.MIPI_RX_IRQn_Handler 0x00010d5c Section 0 irq_redirect .o(i.MIPI_RX_IRQn_Handler) + i.MIPI_TX_IRQn_Handler 0x00010d74 Section 0 irq_redirect .o(i.MIPI_TX_IRQn_Handler) + i.PWMDET_IRQn_Handler 0x00010d8c Section 0 irq_redirect .o(i.PWMDET_IRQn_Handler) + i.S20_Start_init 0x00010da8 Section 0 app_tp_transfer.o(i.S20_Start_init) + i.SPIM_IRQn_Handler 0x00010eb0 Section 0 irq_redirect .o(i.SPIM_IRQn_Handler) + i.SPIS_IRQn_Handler 0x00010ecc Section 0 irq_redirect .o(i.SPIS_IRQn_Handler) + i.SWIRE_IRQn_Handler 0x00010ee8 Section 0 irq_redirect .o(i.SWIRE_IRQn_Handler) + i.SysTick_Handler 0x00010f04 Section 0 irq_redirect .o(i.SysTick_Handler) + i.TIMER0_IRQn_Handler 0x00010f1c Section 0 irq_redirect .o(i.TIMER0_IRQn_Handler) + i.TIMER1_IRQn_Handler 0x00010f34 Section 0 irq_redirect .o(i.TIMER1_IRQn_Handler) + i.TIMER2_IRQn_Handler 0x00010f4c Section 0 irq_redirect .o(i.TIMER2_IRQn_Handler) + i.TIMER3_IRQn_Handler 0x00010f64 Section 0 irq_redirect .o(i.TIMER3_IRQn_Handler) + i.UART0_IRQ_Handle 0x00010f7c Section 0 drv_uart.o(i.UART0_IRQ_Handle) + i.UART_DisableDma 0x00010f98 Section 0 drv_uart.o(i.UART_DisableDma) + i.UART_GetInstance 0x00010f9a Section 0 drv_uart.o(i.UART_GetInstance) + i.UART_IRQn_Handler 0x00010fa0 Section 0 irq_redirect .o(i.UART_IRQn_Handler) + i.UART_ResetRxFIFO 0x00010fb8 Section 0 drv_uart.o(i.UART_ResetRxFIFO) + i.UART_SwitchSCLK 0x00010fdc Section 0 drv_uart.o(i.UART_SwitchSCLK) + i.__scatterload_null 0x00010ff6 Section 2 handlers.o(i.__scatterload_null) + i.app_UART_IRQn_Handler 0x00010ff8 Section 0 drv_uart.o(i.app_UART_IRQn_Handler) + .ARM.__at_0x11000 0x00011000 Section 20 drv_common.o(.ARM.__at_0x11000) + i.UART_SetBaudRate 0x00011014 Section 0 drv_uart.o(i.UART_SetBaudRate) + i.UART_TransferHandleIRQ 0x0001105c Section 0 drv_uart.o(i.UART_TransferHandleIRQ) + i.UART_WriteBlocking 0x00011190 Section 0 drv_uart.o(i.UART_WriteBlocking) + i.UART_init 0x000111ac Section 0 drv_uart.o(i.UART_init) + i.VIDC_IRQn_Handler 0x00011268 Section 0 irq_redirect .o(i.VIDC_IRQn_Handler) + i.VPRE_IRQn_Handler 0x00011280 Section 0 irq_redirect .o(i.VPRE_IRQn_Handler) + i.WDG_IRQn_Handler 0x00011298 Section 0 irq_redirect .o(i.WDG_IRQn_Handler) + i.__0printf 0x000112b0 Section 0 printfa.o(i.__0printf) + i.__0vsprintf 0x000112d0 Section 0 printfa.o(i.__0vsprintf) + i.__ARM_clz 0x000112f4 Section 0 depilogue.o(i.__ARM_clz) + i.__ARM_common_switch8 0x00011322 Section 0 ap_demo.o(i.__ARM_common_switch8) + i.__NVIC_ClearPendingIRQ 0x0001133c Section 0 drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) + __NVIC_ClearPendingIRQ 0x0001133d Thumb Code 18 drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) + i.__NVIC_ClearPendingIRQ 0x00011354 Section 0 drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) + __NVIC_ClearPendingIRQ 0x00011355 Thumb Code 18 drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) + i.__NVIC_ClearPendingIRQ 0x0001136c Section 0 drv_spi_master.o(i.__NVIC_ClearPendingIRQ) + __NVIC_ClearPendingIRQ 0x0001136d Thumb Code 18 drv_spi_master.o(i.__NVIC_ClearPendingIRQ) + i.__NVIC_DisableIRQ 0x00011384 Section 0 drv_rxbr.o(i.__NVIC_DisableIRQ) + __NVIC_DisableIRQ 0x00011385 Thumb Code 26 drv_rxbr.o(i.__NVIC_DisableIRQ) + i.__NVIC_EnableIRQ 0x000113a4 Section 0 drv_rxbr.o(i.__NVIC_EnableIRQ) + __NVIC_EnableIRQ 0x000113a5 Thumb Code 18 drv_rxbr.o(i.__NVIC_EnableIRQ) + i.__NVIC_SetPriority 0x000113bc Section 0 hal_spi_slave.o(i.__NVIC_SetPriority) + __NVIC_SetPriority 0x000113bd Thumb Code 60 hal_spi_slave.o(i.__NVIC_SetPriority) + i.__scatterload_copy 0x00011400 Section 14 handlers.o(i.__scatterload_copy) + i.__scatterload_zeroinit 0x0001140e Section 14 handlers.o(i.__scatterload_zeroinit) + i._fp_digits 0x0001141c Section 0 printfa.o(i._fp_digits) + _fp_digits 0x0001141d Thumb Code 344 printfa.o(i._fp_digits) + i._printf_core 0x00011590 Section 0 printfa.o(i._printf_core) + _printf_core 0x00011591 Thumb Code 1754 printfa.o(i._printf_core) + i._printf_post_padding 0x00011c7c Section 0 printfa.o(i._printf_post_padding) + _printf_post_padding 0x00011c7d Thumb Code 32 printfa.o(i._printf_post_padding) + i._printf_pre_padding 0x00011c9c Section 0 printfa.o(i._printf_pre_padding) + _printf_pre_padding 0x00011c9d Thumb Code 44 printfa.o(i._printf_pre_padding) + i._sputc 0x00011cc8 Section 0 printfa.o(i._sputc) + _sputc 0x00011cc9 Thumb Code 10 printfa.o(i._sputc) + i.ap_dcs_read 0x00011cd4 Section 0 ap_demo.o(i.ap_dcs_read) + ap_dcs_read 0x00011cd5 Thumb Code 4916 ap_demo.o(i.ap_dcs_read) + i.ap_demo 0x0001300c Section 0 ap_demo.o(i.ap_demo) + i.ap_get_reg_ca 0x00013160 Section 0 ap_demo.o(i.ap_get_reg_ca) + ap_get_reg_ca 0x00013161 Thumb Code 38 ap_demo.o(i.ap_get_reg_ca) + i.ap_get_reg_df 0x0001318c Section 0 ap_demo.o(i.ap_get_reg_df) + ap_get_reg_df 0x0001318d Thumb Code 150 ap_demo.o(i.ap_get_reg_df) + i.ap_reset_cb 0x00013228 Section 0 ap_demo.o(i.ap_reset_cb) + ap_reset_cb 0x00013229 Thumb Code 36 ap_demo.o(i.ap_reset_cb) + i.ap_set_backlight 0x0001325c Section 0 ap_demo.o(i.ap_set_backlight) + ap_set_backlight 0x0001325d Thumb Code 826 ap_demo.o(i.ap_set_backlight) + i.ap_set_display_off 0x000135b8 Section 0 ap_demo.o(i.ap_set_display_off) + ap_set_display_off 0x000135b9 Thumb Code 42 ap_demo.o(i.ap_set_display_off) + i.ap_set_display_on 0x00013610 Section 0 ap_demo.o(i.ap_set_display_on) + ap_set_display_on 0x00013611 Thumb Code 28 ap_demo.o(i.ap_set_display_on) + i.ap_set_enter_sleep_mode 0x00013658 Section 0 ap_demo.o(i.ap_set_enter_sleep_mode) + ap_set_enter_sleep_mode 0x00013659 Thumb Code 42 ap_demo.o(i.ap_set_enter_sleep_mode) + i.ap_set_exit_sleep_mode 0x000136b8 Section 0 ap_demo.o(i.ap_set_exit_sleep_mode) + ap_set_exit_sleep_mode 0x000136b9 Thumb Code 20 ap_demo.o(i.ap_set_exit_sleep_mode) + i.app_ADC_IRQn_Handler 0x00013700 Section 0 drv_rxbr.o(i.app_ADC_IRQn_Handler) + i.app_AP_NRESET_IRQn_Handler 0x0001371c Section 0 drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) + i.app_EXTI_INT0_IRQn_Handler 0x00013740 Section 0 drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) + i.app_EXTI_INT1_IRQn_Handler 0x0001375c Section 0 drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) + i.app_EXTI_INT2_IRQn_Handler 0x00013778 Section 0 drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) + i.app_EXTI_INT3_IRQn_Handler 0x00013794 Section 0 drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) + i.app_EXTI_INT4_IRQn_Handler 0x000137b0 Section 0 drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) + i.app_EXTI_INT5_IRQn_Handler 0x000137cc Section 0 drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) + i.app_EXTI_INT6_IRQn_Handler 0x000137e8 Section 0 drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) + i.app_EXTI_INT7_IRQn_Handler 0x00013804 Section 0 drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) + i.app_HardFault_Handler 0x00013820 Section 0 drv_common.o(i.app_HardFault_Handler) + i.app_I2C0_IRQn_Handler 0x00013868 Section 0 drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) + i.app_I2C1_IRQn_Handler 0x00013878 Section 0 drv_i2c_master.o(i.app_I2C1_IRQn_Handler) + i.app_LCDC_IRQn_Handler 0x00013888 Section 0 hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) + i.app_MEMC_IRQn_Handler 0x00013968 Section 0 drv_memc.o(i.app_MEMC_IRQn_Handler) + i.app_MIPI_RX_IRQn_Handler 0x000139f0 Section 0 drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) + i.app_MIPI_TX_IRQn_Handler 0x00013c7c Section 0 drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) + i.app_PWMDET_IRQn_Handler 0x00013d1c Section 0 drv_pwm.o(i.app_PWMDET_IRQn_Handler) + i.app_SPIM_IRQn_Handler 0x00013d64 Section 0 drv_spi_master.o(i.app_SPIM_IRQn_Handler) + i.app_SPIS_IRQn_Handler 0x00013d94 Section 0 hal_spi_slave.o(i.app_SPIS_IRQn_Handler) + i.app_SWIRE_IRQn_Handler 0x00013e38 Section 0 drv_swire.o(i.app_SWIRE_IRQn_Handler) + i.app_SysTick_Handler 0x00013e58 Section 0 drv_common.o(i.app_SysTick_Handler) + i.app_TIMER0_IRQn_Handler 0x00013e70 Section 0 drv_timer.o(i.app_TIMER0_IRQn_Handler) + i.app_TIMER1_IRQn_Handler 0x00013e94 Section 0 drv_timer.o(i.app_TIMER1_IRQn_Handler) + i.app_TIMER2_IRQn_Handler 0x00013eb8 Section 0 drv_timer.o(i.app_TIMER2_IRQn_Handler) + i.app_TIMER3_IRQn_Handler 0x00013edc Section 0 drv_timer.o(i.app_TIMER3_IRQn_Handler) + i.app_VIDC_IRQn_Handler 0x00013f10 Section 0 drv_vidc.o(i.app_VIDC_IRQn_Handler) + i.app_VPRE_IRQn_Handler 0x00013f2c Section 0 drv_rxbr.o(i.app_VPRE_IRQn_Handler) + i.app_WDG_IRQn_Handler 0x00013f48 Section 0 drv_wdg.o(i.app_WDG_IRQn_Handler) + i.app_dma_irq_handler 0x00013f74 Section 0 drv_dma.o(i.app_dma_irq_handler) + i.app_fls_ctrl_Handler 0x00013f84 Section 0 norflash.o(i.app_fls_ctrl_Handler) + i.app_tp_i2cs_callback 0x00013fb4 Section 0 app_tp_transfer.o(i.app_tp_i2cs_callback) + app_tp_i2cs_callback 0x00013fb5 Thumb Code 10 app_tp_transfer.o(i.app_tp_i2cs_callback) + i.app_tp_init 0x00013fc0 Section 0 app_tp_transfer.o(i.app_tp_init) + i.app_tp_m_read 0x0001402c Section 0 app_tp_transfer.o(i.app_tp_m_read) + app_tp_m_read 0x0001402d Thumb Code 32 app_tp_transfer.o(i.app_tp_m_read) + i.app_tp_m_transfer_complate 0x0001404c Section 0 app_tp_transfer.o(i.app_tp_m_transfer_complate) + i.app_tp_m_write 0x00014054 Section 0 app_tp_transfer.o(i.app_tp_m_write) + app_tp_m_write 0x00014055 Thumb Code 8 app_tp_transfer.o(i.app_tp_m_write) + i.app_tp_phone_analysis_data 0x0001405c Section 0 app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) + i.app_tp_phone_clear_reset_on 0x000143c0 Section 0 app_tp_transfer.o(i.app_tp_phone_clear_reset_on) + i.app_tp_s_read 0x000143cc Section 0 app_tp_transfer.o(i.app_tp_s_read) + i.app_tp_s_write 0x000143d4 Section 0 app_tp_transfer.o(i.app_tp_s_write) + i.app_tp_screen_analysis_int 0x000143dc Section 0 app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) + i.app_tp_screen_int_callback 0x0001464c Section 0 app_tp_transfer.o(i.app_tp_screen_int_callback) + app_tp_screen_int_callback 0x0001464d Thumb Code 8 app_tp_transfer.o(i.app_tp_screen_int_callback) + i.app_tp_screen_int_init 0x00014658 Section 0 app_tp_transfer.o(i.app_tp_screen_int_init) + app_tp_screen_int_init 0x00014659 Thumb Code 48 app_tp_transfer.o(i.app_tp_screen_int_init) + i.app_tp_screen_int_lvl_low 0x00014690 Section 0 app_tp_transfer.o(i.app_tp_screen_int_lvl_low) + app_tp_screen_int_lvl_low 0x00014691 Thumb Code 4 app_tp_transfer.o(i.app_tp_screen_int_lvl_low) + i.app_tp_transfer_phone 0x00014694 Section 0 app_tp_transfer.o(i.app_tp_transfer_phone) + app_tp_transfer_phone 0x00014695 Thumb Code 44 app_tp_transfer.o(i.app_tp_transfer_phone) + i.app_tp_transfer_screen_const 0x000146c4 Section 0 app_tp_transfer.o(i.app_tp_transfer_screen_const) + app_tp_transfer_screen_const 0x000146c5 Thumb Code 50 app_tp_transfer.o(i.app_tp_transfer_screen_const) + i.app_tp_transfer_screen_int 0x00014704 Section 0 app_tp_transfer.o(i.app_tp_transfer_screen_int) + i.app_tp_transfer_screen_start 0x00014808 Section 0 app_tp_transfer.o(i.app_tp_transfer_screen_start) + i.board_Init 0x00014820 Section 0 board.o(i.board_Init) + i.calc_framebuffer_setting 0x0001483c Section 0 hal_internal_vsync.o(i.calc_framebuffer_setting) + calc_framebuffer_setting 0x0001483d Thumb Code 628 hal_internal_vsync.o(i.calc_framebuffer_setting) + i.ceil 0x00014af0 Section 0 ceil.o(i.ceil) + i.check_mipi_rx_tx_video_info 0x00014bb8 Section 0 hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) + check_mipi_rx_tx_video_info 0x00014bb9 Thumb Code 44 hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) + i.check_pkt_buf_rev 0x00014be4 Section 0 hal_internal_vsync.o(i.check_pkt_buf_rev) + check_pkt_buf_rev 0x00014be5 Thumb Code 92 hal_internal_vsync.o(i.check_pkt_buf_rev) + i.dcs_packet_fifo_alloc 0x00014c74 Section 0 dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) + i.dcs_packet_fifo_init 0x00014ccc Section 0 dcs_packet_fifo.o(i.dcs_packet_fifo_init) + i.dcs_packet_free_fifo_header 0x00014ce4 Section 0 dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) + i.dcs_packet_get_fifo_header 0x00014d28 Section 0 dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) + i.dcs_sw_filter 0x00014d4c Section 0 hal_internal_vsync.o(i.dcs_sw_filter) + dcs_sw_filter 0x00014d4d Thumb Code 24 hal_internal_vsync.o(i.dcs_sw_filter) + i.delayMs 0x00014d68 Section 0 tau_delay.o(i.delayMs) + i.delayUs 0x00014d80 Section 0 tau_delay.o(i.delayUs) + i.disable_mipi_timer_cb 0x00014da4 Section 0 ap_demo.o(i.disable_mipi_timer_cb) + disable_mipi_timer_cb 0x00014da5 Thumb Code 84 ap_demo.o(i.disable_mipi_timer_cb) + i.drv_ap_rst_trig_edge_detect 0x00014e30 Section 0 drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) + i.drv_chip_info_get_info 0x00014e68 Section 0 drv_chip_info.o(i.drv_chip_info_get_info) + i.drv_chip_info_init 0x00014e74 Section 0 drv_chip_info.o(i.drv_chip_info_init) + i.drv_chip_rx_info_check 0x00014eb4 Section 0 drv_chip_info.o(i.drv_chip_rx_info_check) + i.drv_chip_rx_init_done 0x00014f7c Section 0 drv_chip_info.o(i.drv_chip_rx_init_done) + i.drv_common_enable_systick 0x00014f90 Section 0 drv_common.o(i.drv_common_enable_systick) + i.drv_common_system_init 0x00014fe8 Section 0 drv_common.o(i.drv_common_system_init) + i.drv_crgu_clear_all_reset_flags 0x00014ff0 Section 0 drv_crgu.o(i.drv_crgu_clear_all_reset_flags) + i.drv_crgu_config_reset_modules 0x00014ffc Section 0 drv_crgu.o(i.drv_crgu_config_reset_modules) + i.drv_crgu_set_ahb_pre_div 0x0001500c Section 0 drv_crgu.o(i.drv_crgu_set_ahb_pre_div) + i.drv_crgu_set_ahb_src 0x00015020 Section 0 drv_crgu.o(i.drv_crgu_set_ahb_src) + i.drv_crgu_set_clock 0x00015034 Section 0 drv_crgu.o(i.drv_crgu_set_clock) + i.drv_crgu_set_dpi_mux_src 0x00015054 Section 0 drv_crgu.o(i.drv_crgu_set_dpi_mux_src) + i.drv_crgu_set_dpi_pre_div 0x00015068 Section 0 drv_crgu.o(i.drv_crgu_set_dpi_pre_div) + i.drv_crgu_set_dpi_pre_src 0x00015080 Section 0 drv_crgu.o(i.drv_crgu_set_dpi_pre_src) + i.drv_crgu_set_dsc_core_div 0x00015094 Section 0 drv_crgu.o(i.drv_crgu_set_dsc_core_div) + i.drv_crgu_set_dsco_src 0x000150a8 Section 0 drv_crgu.o(i.drv_crgu_set_dsco_src) + i.drv_crgu_set_dsco_src_div 0x000150bc Section 0 drv_crgu.o(i.drv_crgu_set_dsco_src_div) + i.drv_crgu_set_fb_div 0x000150d0 Section 0 drv_crgu.o(i.drv_crgu_set_fb_div) + i.drv_crgu_set_fb_src 0x000150e4 Section 0 drv_crgu.o(i.drv_crgu_set_fb_src) + i.drv_crgu_set_lcdc_div 0x000150f8 Section 0 drv_crgu.o(i.drv_crgu_set_lcdc_div) + i.drv_crgu_set_lcdc_src 0x0001510c Section 0 drv_crgu.o(i.drv_crgu_set_lcdc_src) + i.drv_crgu_set_mipi_cfg_src 0x00015120 Section 0 drv_crgu.o(i.drv_crgu_set_mipi_cfg_src) + i.drv_crgu_set_mipi_ref_src 0x00015134 Section 0 drv_crgu.o(i.drv_crgu_set_mipi_ref_src) + i.drv_crgu_set_reset 0x0001514c Section 0 drv_crgu.o(i.drv_crgu_set_reset) + i.drv_crgu_set_rxbr_div 0x00015164 Section 0 drv_crgu.o(i.drv_crgu_set_rxbr_div) + i.drv_crgu_set_rxbr_src 0x00015178 Section 0 drv_crgu.o(i.drv_crgu_set_rxbr_src) + i.drv_crgu_set_vidc_src 0x0001518c Section 0 drv_crgu.o(i.drv_crgu_set_vidc_src) + i.drv_dma_clear_flag 0x000151a0 Section 0 drv_dma.o(i.drv_dma_clear_flag) + i.drv_dma_create_handle 0x000151b8 Section 0 drv_dma.o(i.drv_dma_create_handle) + i.drv_dma_disenable_channel 0x000151d4 Section 0 drv_dma.o(i.drv_dma_disenable_channel) + i.drv_dma_enable_channel 0x000151e4 Section 0 drv_dma.o(i.drv_dma_enable_channel) + i.drv_dma_enable_channel_interrupts 0x000151f4 Section 0 drv_dma.o(i.drv_dma_enable_channel_interrupts) + i.drv_dma_get_channel_flag 0x00015218 Section 0 drv_dma.o(i.drv_dma_get_channel_flag) + i.drv_dma_irq_handler 0x00015224 Section 0 drv_dma.o(i.drv_dma_irq_handler) + i.drv_dma_prepar_transfer 0x000152b4 Section 0 drv_dma.o(i.drv_dma_prepar_transfer) + i.drv_dma_set_burst 0x000152c6 Section 0 drv_dma.o(i.drv_dma_set_burst) + i.drv_dma_set_callback 0x000152e0 Section 0 drv_dma.o(i.drv_dma_set_callback) + i.drv_dma_set_transfer 0x000152e8 Section 0 drv_dma.o(i.drv_dma_set_transfer) + i.drv_dsc_dec_convert_pps_rc_parameter 0x0001532c Section 0 drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) + i.drv_dsc_dec_disable 0x00015362 Section 0 drv_dsc_dec.o(i.drv_dsc_dec_disable) + i.drv_dsc_dec_enable 0x00015370 Section 0 drv_dsc_dec.o(i.drv_dsc_dec_enable) + i.drv_dsc_dec_get_nslc 0x000153e4 Section 0 drv_dsc_dec.o(i.drv_dsc_dec_get_nslc) + i.drv_dsc_dec_set_u8_pps 0x000153ee Section 0 drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) + i.drv_dsi_rx_calc_ipi_tx_delay 0x00015418 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) + i.drv_dsi_rx_enable_irq 0x0001551c Section 0 drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) + i.drv_dsi_rx_get_color_bpp 0x0001555c Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) + drv_dsi_rx_get_color_bpp 0x0001555d Thumb Code 62 drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) + i.drv_dsi_rx_get_color_pcc 0x000155ac Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_color_pcc) + drv_dsi_rx_get_color_pcc 0x000155ad Thumb Code 24 drv_dsi_rx.o(i.drv_dsi_rx_get_color_pcc) + i.drv_dsi_rx_get_compression_en 0x000155c8 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) + i.drv_dsi_rx_get_max_ret_size 0x000155d0 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_max_ret_size) + i.drv_dsi_rx_power_up 0x000155d6 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_power_up) + i.drv_dsi_rx_set_ctrl_cfg 0x000155e4 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_ctrl_cfg) + i.drv_dsi_rx_set_ddi_cfg 0x00015604 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) + i.drv_dsi_rx_set_inten 0x00015614 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_inten) + i.drv_dsi_rx_set_ipi_cfg 0x00015618 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_cfg) + i.drv_dsi_rx_set_lane_swap 0x00015628 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) + i.drv_dsi_rx_set_up_phy 0x00015670 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) + i.drv_dsi_rx_shut_down 0x00015740 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_shut_down) + i.drv_dsi_tx_command_get_payload 0x0001574e Section 0 drv_dsi_tx.o(i.drv_dsi_tx_command_get_payload) + i.drv_dsi_tx_command_header 0x00015752 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_command_header) + i.drv_dsi_tx_command_mode_cfg 0x00015766 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) + i.drv_dsi_tx_command_put_payload 0x000157d2 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) + i.drv_dsi_tx_config_eotp 0x000157d6 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) + i.drv_dsi_tx_config_int 0x000157ee Section 0 drv_dsi_tx.o(i.drv_dsi_tx_config_int) + i.drv_dsi_tx_dpi_lpcmd_time 0x000157f6 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_dpi_lpcmd_time) + i.drv_dsi_tx_dpi_mode 0x000157fe Section 0 drv_dsi_tx.o(i.drv_dsi_tx_dpi_mode) + i.drv_dsi_tx_dpi_polarity 0x00015808 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_dpi_polarity) + i.drv_dsi_tx_edpi_cmd_size 0x0001582c Section 0 drv_dsi_tx.o(i.drv_dsi_tx_edpi_cmd_size) + i.drv_dsi_tx_get_cmd_status 0x00015830 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) + i.drv_dsi_tx_mode 0x00015834 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_mode) + i.drv_dsi_tx_phy_clock_lane_auto_lp 0x00015838 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_auto_lp) + i.drv_dsi_tx_phy_clock_lane_req_hs 0x00015850 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) + i.drv_dsi_tx_phy_lane_mode 0x0001586a Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_lane_mode) + i.drv_dsi_tx_phy_status_ready 0x00015876 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ready) + i.drv_dsi_tx_phy_status_stopstate 0x000158da Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) + i.drv_dsi_tx_phy_time_cfg 0x00015918 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_time_cfg) + i.drv_dsi_tx_powerup 0x00015936 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_powerup) + i.drv_dsi_tx_response_mode 0x0001593e Section 0 drv_dsi_tx.o(i.drv_dsi_tx_response_mode) + i.drv_dsi_tx_set_bta 0x0001595a Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_bta) + i.drv_dsi_tx_set_bta_ack 0x00015970 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_bta_ack) + i.drv_dsi_tx_set_esc_div 0x00015988 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) + i.drv_dsi_tx_set_int 0x00015994 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_int) + i.drv_dsi_tx_set_time_out_div 0x000159c8 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_time_out_div) + i.drv_dsi_tx_set_video_chunk 0x000159d8 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_video_chunk) + i.drv_dsi_tx_set_video_timing 0x000159e0 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_video_timing) + i.drv_dsi_tx_shutdown 0x00015a02 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_shutdown) + i.drv_dsi_tx_timeout_cfg 0x00015a0a Section 0 drv_dsi_tx.o(i.drv_dsi_tx_timeout_cfg) + i.drv_dsi_tx_video_mode_cfg 0x00015a30 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_cfg) + i.drv_dsi_tx_video_mode_disable_hact_cmd 0x00015ada Section 0 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_disable_hact_cmd) + i.drv_dsi_tx_video_mode_set_lp_cmd 0x00015af0 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) + i.drv_efuse_enter_inactive 0x00015b08 Section 0 drv_efuse.o(i.drv_efuse_enter_inactive) + i.drv_efuse_int_enable 0x00015b28 Section 0 drv_efuse.o(i.drv_efuse_int_enable) + i.drv_efuse_read 0x00015b34 Section 0 drv_efuse.o(i.drv_efuse_read) + i.drv_efuse_read_req 0x00015b66 Section 0 drv_efuse.o(i.drv_efuse_read_req) + i.drv_gpio_get_input_data 0x00015b80 Section 0 drv_gpio.o(i.drv_gpio_get_input_data) + i.drv_gpio_register_ap_reset_callback 0x00015b98 Section 0 drv_gpio.o(i.drv_gpio_register_ap_reset_callback) + i.drv_gpio_register_callback 0x00015ba4 Section 0 drv_gpio.o(i.drv_gpio_register_callback) + i.drv_gpio_set_int 0x00015bb8 Section 0 drv_gpio.o(i.drv_gpio_set_int) + i.drv_gpio_set_ioe 0x00015bfc Section 0 drv_gpio.o(i.drv_gpio_set_ioe) + i.drv_gpio_set_mode0 0x00015c1c Section 0 drv_gpio.o(i.drv_gpio_set_mode0) + i.drv_gpio_set_mode1 0x00015c2c Section 0 drv_gpio.o(i.drv_gpio_set_mode1) + i.drv_gpio_set_mode2 0x00015c3c Section 0 drv_gpio.o(i.drv_gpio_set_mode2) + i.drv_gpio_set_mode3 0x00015c4c Section 0 drv_gpio.o(i.drv_gpio_set_mode3) + i.drv_gpio_set_output_data 0x00015c5c Section 0 hal_gpio.o(i.drv_gpio_set_output_data) + drv_gpio_set_output_data 0x00015c5d Thumb Code 26 hal_gpio.o(i.drv_gpio_set_output_data) + i.drv_gpio_set_pull_state 0x00015c7c Section 0 drv_gpio.o(i.drv_gpio_set_pull_state) + i.drv_i2c_dma_callback 0x00015dac Section 0 drv_i2c_dma.o(i.drv_i2c_dma_callback) + drv_i2c_dma_callback 0x00015dad Thumb Code 40 drv_i2c_dma.o(i.drv_i2c_dma_callback) + i.drv_i2c_dma_init 0x00015de0 Section 0 drv_i2c_dma.o(i.drv_i2c_dma_init) + i.drv_i2c_enable_rx_dma 0x00015e8c Section 0 drv_i2c_dma.o(i.drv_i2c_enable_rx_dma) + i.drv_i2c_enable_tx_dma 0x00015ea6 Section 0 drv_i2c_dma.o(i.drv_i2c_enable_tx_dma) + i.drv_i2c_m_clear_it_pending_bit 0x00015ec0 Section 0 drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) + i.drv_i2c_m_enable 0x00015f20 Section 0 drv_i2c_master.o(i.drv_i2c_m_enable) + i.drv_i2c_m_enable_intr 0x00015f30 Section 0 drv_i2c_master.o(i.drv_i2c_m_enable_intr) + i.drv_i2c_m_set_callback 0x00015f68 Section 0 drv_i2c_master.o(i.drv_i2c_m_set_callback) + i.drv_i2c_master_init 0x00015f74 Section 0 drv_i2c_master.o(i.drv_i2c_master_init) + i.drv_i2c_master_read_dma 0x00016000 Section 0 drv_i2c_dma.o(i.drv_i2c_master_read_dma) + i.drv_i2c_master_write_dma 0x0001605c Section 0 drv_i2c_dma.o(i.drv_i2c_master_write_dma) + i.drv_i2c_master_write_read_cmd 0x00016098 Section 0 drv_i2c_dma.o(i.drv_i2c_master_write_read_cmd) + drv_i2c_master_write_read_cmd 0x00016099 Thumb Code 46 drv_i2c_dma.o(i.drv_i2c_master_write_read_cmd) + i.drv_i2c_s_clear_it_pending_bit 0x000160c8 Section 0 drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) + i.drv_i2c_s_enable_intr 0x00016124 Section 0 drv_i2c_slave.o(i.drv_i2c_s_enable_intr) + i.drv_i2c_s_get_fifo_status 0x00016158 Section 0 drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) + i.drv_i2c_s_set_callback 0x00016174 Section 0 drv_i2c_slave.o(i.drv_i2c_s_set_callback) + i.drv_i2c_s_write_data 0x00016180 Section 0 drv_i2c_slave.o(i.drv_i2c_s_write_data) + i.drv_i2c_set_dma_irq_callback 0x000161a0 Section 0 drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) + i.drv_i2c_slave_init 0x000161f8 Section 0 drv_i2c_slave.o(i.drv_i2c_slave_init) + i.drv_i2c_slave_write_dma 0x0001623c Section 0 drv_i2c_dma.o(i.drv_i2c_slave_write_dma) + i.drv_lcdc_config_bypass 0x00016258 Section 0 drv_lcdc.o(i.drv_lcdc_config_bypass) + i.drv_lcdc_config_ccm 0x00016270 Section 0 drv_lcdc.o(i.drv_lcdc_config_ccm) + i.drv_lcdc_config_disp_mode 0x000162a0 Section 0 drv_lcdc.o(i.drv_lcdc_config_disp_mode) + i.drv_lcdc_config_dpi_polarity 0x000162b6 Section 0 drv_lcdc.o(i.drv_lcdc_config_dpi_polarity) + i.drv_lcdc_config_dpi_timing 0x000162da Section 0 drv_lcdc.o(i.drv_lcdc_config_dpi_timing) + i.drv_lcdc_config_edpi_mode 0x00016300 Section 0 drv_lcdc.o(i.drv_lcdc_config_edpi_mode) + i.drv_lcdc_config_endianness 0x00016316 Section 0 drv_lcdc.o(i.drv_lcdc_config_endianness) + i.drv_lcdc_config_input_size 0x0001632c Section 0 drv_lcdc.o(i.drv_lcdc_config_input_size) + i.drv_lcdc_config_int 0x00016338 Section 0 drv_lcdc.o(i.drv_lcdc_config_int) + i.drv_lcdc_config_int_single 0x00016356 Section 0 drv_lcdc.o(i.drv_lcdc_config_int_single) + i.drv_lcdc_config_overwrite 0x00016378 Section 0 drv_lcdc.o(i.drv_lcdc_config_overwrite) + i.drv_lcdc_config_overwrite_rgb 0x0001639a Section 0 drv_lcdc.o(i.drv_lcdc_config_overwrite_rgb) + i.drv_lcdc_config_partial_display_area 0x000163a6 Section 0 drv_lcdc.o(i.drv_lcdc_config_partial_display_area) + i.drv_lcdc_config_partial_display_enable 0x000163c0 Section 0 drv_lcdc.o(i.drv_lcdc_config_partial_display_enable) + i.drv_lcdc_config_scale_up_coef 0x000163e2 Section 0 drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) + i.drv_lcdc_config_scale_up_step 0x0001640a Section 0 drv_lcdc.o(i.drv_lcdc_config_scale_up_step) + i.drv_lcdc_config_src_parameter 0x00016416 Section 0 drv_lcdc.o(i.drv_lcdc_config_src_parameter) + i.drv_lcdc_config_thresh 0x00016462 Section 0 drv_lcdc.o(i.drv_lcdc_config_thresh) + i.drv_lcdc_ctrl_flow 0x00016468 Section 0 drv_lcdc.o(i.drv_lcdc_ctrl_flow) + i.drv_lcdc_enable_shadow_reg 0x0001647a Section 0 drv_lcdc.o(i.drv_lcdc_enable_shadow_reg) + i.drv_lcdc_set_int 0x0001649c Section 0 drv_lcdc.o(i.drv_lcdc_set_int) + i.drv_lcdc_set_video_hw_mode 0x000164d0 Section 0 drv_lcdc.o(i.drv_lcdc_set_video_hw_mode) + i.drv_lcdc_start 0x000164e4 Section 0 drv_lcdc.o(i.drv_lcdc_start) + i.drv_memc_clear_status 0x00016504 Section 0 drv_memc.o(i.drv_memc_clear_status) + i.drv_memc_enable_irq 0x00016510 Section 0 drv_memc.o(i.drv_memc_enable_irq) + i.drv_memc_gen_a_tear_signal 0x00016550 Section 0 drv_memc.o(i.drv_memc_gen_a_tear_signal) + i.drv_memc_get_status 0x0001655c Section 0 drv_memc.o(i.drv_memc_get_status) + i.drv_memc_rate_transfer_sel 0x0001656e Section 0 drv_memc.o(i.drv_memc_rate_transfer_sel) + i.drv_memc_sel_vsync 0x0001657e Section 0 drv_memc.o(i.drv_memc_sel_vsync) + i.drv_memc_set_active_height 0x0001658c Section 0 drv_memc.o(i.drv_memc_set_active_height) + i.drv_memc_set_data_mode 0x000165a0 Section 0 drv_memc.o(i.drv_memc_set_data_mode) + i.drv_memc_set_double_buffer 0x000165ac Section 0 drv_memc.o(i.drv_memc_set_double_buffer) + i.drv_memc_set_double_buffer_reverse 0x000165bc Section 0 drv_memc.o(i.drv_memc_set_double_buffer_reverse) + i.drv_memc_set_fs_en_conditions 0x000165ce Section 0 drv_memc.o(i.drv_memc_set_fs_en_conditions) + i.drv_memc_set_inten 0x000165de Section 0 drv_memc.o(i.drv_memc_set_inten) + i.drv_memc_set_lcdc_st_conditions 0x000165f4 Section 0 drv_memc.o(i.drv_memc_set_lcdc_st_conditions) + i.drv_memc_set_ltpo_mode 0x0001660c Section 0 drv_memc.o(i.drv_memc_set_ltpo_mode) + i.drv_memc_set_tear_mode 0x00016626 Section 0 drv_memc.o(i.drv_memc_set_tear_mode) + i.drv_memc_set_tear_waveform 0x00016634 Section 0 drv_memc.o(i.drv_memc_set_tear_waveform) + i.drv_memc_set_vidc_sync_cnt 0x0001665c Section 0 drv_memc.o(i.drv_memc_set_vidc_sync_cnt) + i.drv_param_init_get_ccm 0x0001666c Section 0 drv_param_init.o(i.drv_param_init_get_ccm) + i.drv_param_init_get_scld_filter_h 0x00016674 Section 0 drv_param_init.o(i.drv_param_init_get_scld_filter_h) + i.drv_param_init_get_scld_filter_v 0x00016688 Section 0 drv_param_init.o(i.drv_param_init_get_scld_filter_v) + i.drv_param_init_get_sclu_filter 0x0001669c Section 0 drv_param_init.o(i.drv_param_init_get_sclu_filter) + i.drv_param_init_set_ccm 0x000166a4 Section 0 drv_param_init.o(i.drv_param_init_set_ccm) + i.drv_param_p2r_filter_init 0x000166b8 Section 0 drv_param_init.o(i.drv_param_p2r_filter_init) + i.drv_phy_get_para 0x000166dc Section 0 drv_phy_common.o(i.drv_phy_get_para) + i.drv_pwr_set_cp_mode 0x00016730 Section 0 drv_pwr.o(i.drv_pwr_set_cp_mode) + i.drv_pwr_set_pvd_mode 0x00016750 Section 0 drv_pwr.o(i.drv_pwr_set_pvd_mode) + i.drv_pwr_set_system_clk_src 0x00016768 Section 0 drv_pwr.o(i.drv_pwr_set_system_clk_src) + i.drv_rx_phy_test_clear 0x00016798 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_clear) + drv_rx_phy_test_clear 0x00016799 Thumb Code 28 drv_dsi_rx.o(i.drv_rx_phy_test_clear) + i.drv_rx_phy_test_lock 0x000167b4 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_lock) + drv_rx_phy_test_lock 0x000167b5 Thumb Code 32 drv_dsi_rx.o(i.drv_rx_phy_test_lock) + i.drv_rx_phy_test_write 0x000167d4 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_write) + drv_rx_phy_test_write 0x000167d5 Thumb Code 66 drv_dsi_rx.o(i.drv_rx_phy_test_write) + i.drv_rx_phy_test_write_1_byte 0x00016816 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) + drv_rx_phy_test_write_1_byte 0x00016817 Thumb Code 14 drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) + i.drv_rx_phy_test_write_2_byte 0x00016824 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) + drv_rx_phy_test_write_2_byte 0x00016825 Thumb Code 16 drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) + i.drv_rxbr_clear_pkt_buffer 0x00016834 Section 0 drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) + i.drv_rxbr_clear_status0 0x0001683e Section 0 drv_rxbr.o(i.drv_rxbr_clear_status0) + i.drv_rxbr_enable_irq 0x00016842 Section 0 drv_rxbr.o(i.drv_rxbr_enable_irq) + i.drv_rxbr_frame_drop_cfg 0x0001689c Section 0 drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) + i.drv_rxbr_get_clk 0x000168b0 Section 0 drv_rxbr.o(i.drv_rxbr_get_clk) + i.drv_rxbr_get_col_addr 0x000168ec Section 0 drv_rxbr.o(i.drv_rxbr_get_col_addr) + i.drv_rxbr_get_int_source 0x000168f0 Section 0 hal_internal_vsync.o(i.drv_rxbr_get_int_source) + drv_rxbr_get_int_source 0x000168f1 Thumb Code 18 hal_internal_vsync.o(i.drv_rxbr_get_int_source) + i.drv_rxbr_get_page_addr 0x00016902 Section 0 drv_rxbr.o(i.drv_rxbr_get_page_addr) + i.drv_rxbr_get_status0 0x00016906 Section 0 hal_internal_vsync.o(i.drv_rxbr_get_status0) + drv_rxbr_get_status0 0x00016907 Thumb Code 18 hal_internal_vsync.o(i.drv_rxbr_get_status0) + i.drv_rxbr_hline_rcv0_cfg 0x00016918 Section 0 drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) + i.drv_rxbr_hline_rcv_cfg 0x00016924 Section 0 drv_rxbr.o(i.drv_rxbr_hline_rcv_cfg) + i.drv_rxbr_register_irq0_callback 0x0001692c Section 0 drv_rxbr.o(i.drv_rxbr_register_irq0_callback) + i.drv_rxbr_register_irq1_callback 0x00016938 Section 0 drv_rxbr.o(i.drv_rxbr_register_irq1_callback) + i.drv_rxbr_set_ack_pkt_header 0x00016944 Section 0 drv_rxbr.o(i.drv_rxbr_set_ack_pkt_header) + i.drv_rxbr_set_cmd_filter 0x00016958 Section 0 drv_rxbr.o(i.drv_rxbr_set_cmd_filter) + i.drv_rxbr_set_color_format 0x00016a24 Section 0 drv_rxbr.o(i.drv_rxbr_set_color_format) + i.drv_rxbr_set_inten 0x00016a38 Section 0 drv_rxbr.o(i.drv_rxbr_set_inten) + i.drv_rxbr_set_ltpo_drop_th 0x00016a4c Section 0 drv_rxbr.o(i.drv_rxbr_set_ltpo_drop_th) + i.drv_rxbr_set_usr_cfg 0x00016a5c Section 0 drv_rxbr.o(i.drv_rxbr_set_usr_cfg) + i.drv_rxbr_set_usr_col 0x00016a82 Section 0 drv_rxbr.o(i.drv_rxbr_set_usr_col) + i.drv_rxbr_set_usr_row 0x00016a8a Section 0 drv_rxbr.o(i.drv_rxbr_set_usr_row) + i.drv_spi_m_read_data 0x00016a94 Section 0 drv_spi_master.o(i.drv_spi_m_read_data) + i.drv_swire_set_int 0x00016ab4 Section 0 drv_swire.o(i.drv_swire_set_int) + i.drv_swire_set_power_down 0x00016afc Section 0 drv_swire.o(i.drv_swire_set_power_down) + i.drv_sys_cfg_clear_all_int 0x00016b18 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_clear_all_int) + i.drv_sys_cfg_clear_pending 0x00016b24 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) + i.drv_sys_cfg_sel_ap_rst_lvl_trig 0x00016b4c Section 0 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) + i.drv_sys_cfg_sel_ap_rst_trig 0x00016b64 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) + i.drv_sys_cfg_sel_gpio_group 0x00016b80 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_sel_gpio_group) + i.drv_sys_cfg_sel_int_trig 0x00016ba4 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_sel_int_trig) + i.drv_sys_cfg_set_dma_rx_req 0x00016bc8 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) + i.drv_sys_cfg_set_dma_tx_req 0x00016bd8 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) + i.drv_sys_cfg_set_int 0x00016be8 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_set_int) + i.drv_timer_clear_status_flags 0x00016c0c Section 0 drv_timer.o(i.drv_timer_clear_status_flags) + i.drv_timer_enable 0x00016c26 Section 0 drv_timer.o(i.drv_timer_enable) + i.drv_timer_get_instance 0x00016c48 Section 0 drv_timer.o(i.drv_timer_get_instance) + i.drv_timer_get_prescaler 0x00016c54 Section 0 drv_timer.o(i.drv_timer_get_prescaler) + i.drv_timer_register_callback 0x00016c64 Section 0 drv_timer.o(i.drv_timer_register_callback) + i.drv_timer_set_current_count 0x00016c74 Section 0 drv_timer.o(i.drv_timer_set_current_count) + i.drv_timer_set_int 0x00016c80 Section 0 drv_timer.o(i.drv_timer_set_int) + i.drv_timer_set_match 0x00016cc8 Section 0 drv_timer.o(i.drv_timer_set_match) + i.drv_timer_set_prescaler 0x00016cd4 Section 0 drv_timer.o(i.drv_timer_set_prescaler) + i.drv_tx_phy_test_clear 0x00016cea Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_clear) + i.drv_tx_phy_test_enter 0x00016cf6 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_enter) + i.drv_tx_phy_test_exit 0x00016d12 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_exit) + i.drv_tx_phy_test_write 0x00016d2e Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write) + i.drv_tx_phy_test_write_1_byte 0x00016d48 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) + i.drv_tx_phy_test_write_2_byte 0x00016d56 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) + i.drv_tx_phy_test_write_code 0x00016d68 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write_code) + i.drv_tx_phy_test_write_data 0x00016d8a Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write_data) + drv_tx_phy_test_write_data 0x00016d8b Thumb Code 34 drv_dsi_tx.o(i.drv_tx_phy_test_write_data) + i.drv_vidc_clear_irq 0x00016dac Section 0 drv_vidc.o(i.drv_vidc_clear_irq) + i.drv_vidc_enable 0x00016db4 Section 0 drv_vidc.o(i.drv_vidc_enable) + i.drv_vidc_enable_irq 0x00016dcc Section 0 drv_vidc.o(i.drv_vidc_enable_irq) + i.drv_vidc_get_irq_status 0x00016e0c Section 0 drv_vidc.o(i.drv_vidc_get_irq_status) + i.drv_vidc_init_module_enable 0x00016e20 Section 0 drv_vidc.o(i.drv_vidc_init_module_enable) + i.drv_vidc_register_callback 0x00016e48 Section 0 drv_vidc.o(i.drv_vidc_register_callback) + i.drv_vidc_reset 0x00016e54 Section 0 drv_vidc.o(i.drv_vidc_reset) + i.drv_vidc_set_dst_parameter 0x00016e5a Section 0 drv_vidc.o(i.drv_vidc_set_dst_parameter) + i.drv_vidc_set_irqen 0x00016e96 Section 0 drv_vidc.o(i.drv_vidc_set_irqen) + i.drv_vidc_set_mirror 0x00016eaa Section 0 drv_vidc.o(i.drv_vidc_set_mirror) + i.drv_vidc_set_p2r_hcoef0 0x00016eba Section 0 drv_vidc.o(i.drv_vidc_set_p2r_hcoef0) + i.drv_vidc_set_p2r_hinitb 0x00016ec2 Section 0 drv_vidc.o(i.drv_vidc_set_p2r_hinitb) + i.drv_vidc_set_p2r_hinitr 0x00016ee8 Section 0 drv_vidc.o(i.drv_vidc_set_p2r_hinitr) + i.drv_vidc_set_pentile_swap 0x00016f10 Section 0 drv_vidc.o(i.drv_vidc_set_pentile_swap) + i.drv_vidc_set_pu_ctrl 0x00016f28 Section 0 drv_vidc.o(i.drv_vidc_set_pu_ctrl) + i.drv_vidc_set_rotation 0x00016f32 Section 0 drv_vidc.o(i.drv_vidc_set_rotation) + i.drv_vidc_set_scld_hcoef0 0x00016f42 Section 0 drv_vidc.o(i.drv_vidc_set_scld_hcoef0) + i.drv_vidc_set_scld_hcoef1 0x00016f4c Section 0 drv_vidc.o(i.drv_vidc_set_scld_hcoef1) + i.drv_vidc_set_scld_step 0x00016f56 Section 0 drv_vidc.o(i.drv_vidc_set_scld_step) + i.drv_vidc_set_scld_vcoef0 0x00016f68 Section 0 drv_vidc.o(i.drv_vidc_set_scld_vcoef0) + i.drv_vidc_set_scld_vcoef1 0x00016f72 Section 0 drv_vidc.o(i.drv_vidc_set_scld_vcoef1) + i.drv_vidc_set_src_parameter 0x00016f7c Section 0 drv_vidc.o(i.drv_vidc_set_src_parameter) + i.drv_wdg_clear_edge_flag 0x00016f94 Section 0 drv_wdg.o(i.drv_wdg_clear_edge_flag) + drv_wdg_clear_edge_flag 0x00016f95 Thumb Code 12 drv_wdg.o(i.drv_wdg_clear_edge_flag) + i.drv_wdg_read_edge_flag 0x00016fa4 Section 0 drv_wdg.o(i.drv_wdg_read_edge_flag) + drv_wdg_read_edge_flag 0x00016fa5 Thumb Code 10 drv_wdg.o(i.drv_wdg_read_edge_flag) + i.drv_wdg_set_int 0x00016fb4 Section 0 drv_wdg.o(i.drv_wdg_set_int) + i.fls_clr_interrupt_flag 0x00016fe8 Section 0 drv_fls.o(i.fls_clr_interrupt_flag) + i.fputc 0x00016ff2 Section 0 tau_log.o(i.fputc) + i.hal_dsi_rx_ctrl_create_handle 0x00017008 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) + i.hal_dsi_rx_ctrl_deinit 0x00017038 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) + i.hal_dsi_rx_ctrl_dsc_async_handler 0x0001705c Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) + i.hal_dsi_rx_ctrl_gen_a_tear_signal 0x000170e0 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) + i.hal_dsi_rx_ctrl_get_max_ret_size 0x00017108 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) + i.hal_dsi_rx_ctrl_init 0x00017130 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) + i.hal_dsi_rx_ctrl_init_clk 0x000171c8 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) + hal_dsi_rx_ctrl_init_clk 0x000171c9 Thumb Code 554 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) + i.hal_dsi_rx_ctrl_init_dsi_rx 0x00017490 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) + hal_dsi_rx_ctrl_init_dsi_rx 0x00017491 Thumb Code 182 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) + i.hal_dsi_rx_ctrl_init_memc 0x00017558 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) + hal_dsi_rx_ctrl_init_memc 0x00017559 Thumb Code 308 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) + i.hal_dsi_rx_ctrl_init_rxbr 0x00017694 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) + hal_dsi_rx_ctrl_init_rxbr 0x00017695 Thumb Code 266 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) + i.hal_dsi_rx_ctrl_init_vidc 0x000177b0 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) + hal_dsi_rx_ctrl_init_vidc 0x000177b1 Thumb Code 544 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) + i.hal_dsi_rx_ctrl_pre_init_pps 0x000179dc Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) + i.hal_dsi_rx_ctrl_send_ack_cmd 0x00017a18 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) + i.hal_dsi_rx_ctrl_set_cus_sync_line 0x00017b08 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) + i.hal_dsi_rx_ctrl_set_hw_tear_mode 0x00017b3c Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) + i.hal_dsi_rx_ctrl_set_sw_tear_mode 0x00017b70 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) + i.hal_dsi_rx_ctrl_start 0x00017ba4 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) + i.hal_dsi_rx_ctrl_stop 0x00017be0 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) + i.hal_dsi_rx_ctrl_toggle_resolution 0x00017c1c Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) + i.hal_dsi_tx_calc_video_chunks 0x00017c3c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) + hal_dsi_tx_calc_video_chunks 0x00017c3d Thumb Code 384 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) + i.hal_dsi_tx_count_lane_rate 0x00017dcc Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) + hal_dsi_tx_count_lane_rate 0x00017dcd Thumb Code 1286 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) + i.hal_dsi_tx_ctrl_create_handle 0x000182d8 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) + i.hal_dsi_tx_ctrl_deinit 0x00018304 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) + i.hal_dsi_tx_ctrl_enter_init_panel_mode 0x0001834c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) + i.hal_dsi_tx_ctrl_exit_init_panel_mode 0x00018398 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) + i.hal_dsi_tx_ctrl_init 0x000183c0 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) + i.hal_dsi_tx_ctrl_init_clk 0x00018464 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) + hal_dsi_tx_ctrl_init_clk 0x00018465 Thumb Code 36 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) + i.hal_dsi_tx_ctrl_panel_reset_pin 0x00018488 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) + i.hal_dsi_tx_ctrl_read_cmd 0x00018494 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) + i.hal_dsi_tx_ctrl_set_ccm 0x00018530 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) + i.hal_dsi_tx_ctrl_set_overwrite_rgb 0x00018550 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) + i.hal_dsi_tx_ctrl_set_partial_disp 0x00018564 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) + i.hal_dsi_tx_ctrl_set_partial_disp_area 0x00018574 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) + i.hal_dsi_tx_ctrl_start 0x00018598 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) + i.hal_dsi_tx_ctrl_stop 0x00018604 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) + i.hal_dsi_tx_ctrl_write_array_cmd 0x00018648 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) + i.hal_dsi_tx_ctrl_write_cmd 0x00018720 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) + i.hal_dsi_tx_init_data_mode 0x000187d0 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) + hal_dsi_tx_init_data_mode 0x000187d1 Thumb Code 58 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) + i.hal_dsi_tx_init_dpi_cfg 0x00018814 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) + hal_dsi_tx_init_dpi_cfg 0x00018815 Thumb Code 42 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) + i.hal_dsi_tx_init_interrupt 0x00018844 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) + hal_dsi_tx_init_interrupt 0x00018845 Thumb Code 28 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) + i.hal_dsi_tx_init_phy_cfg 0x00018864 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) + hal_dsi_tx_init_phy_cfg 0x00018865 Thumb Code 28 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) + i.hal_dsi_tx_init_remains 0x00018884 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) + hal_dsi_tx_init_remains 0x00018885 Thumb Code 142 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) + i.hal_dsi_tx_init_video_mode 0x00018918 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) + hal_dsi_tx_init_video_mode 0x00018919 Thumb Code 82 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) + i.hal_dsi_tx_phy_test_get_data 0x00018970 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_get_data) + hal_dsi_tx_phy_test_get_data 0x00018971 Thumb Code 108 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_get_data) + i.hal_dsi_tx_phy_test_setup 0x000189e0 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) + hal_dsi_tx_phy_test_setup 0x000189e1 Thumb Code 244 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) + i.hal_dsi_tx_send_cmd 0x00018ad4 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) + hal_dsi_tx_send_cmd 0x00018ad5 Thumb Code 60 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) + i.hal_gpio_ctrl_eint 0x00018b18 Section 0 hal_gpio.o(i.hal_gpio_ctrl_eint) + i.hal_gpio_get_input_data 0x00018b30 Section 0 hal_gpio.o(i.hal_gpio_get_input_data) + i.hal_gpio_init_eint 0x00018b44 Section 0 hal_gpio.o(i.hal_gpio_init_eint) + i.hal_gpio_init_input 0x00018b84 Section 0 hal_gpio.o(i.hal_gpio_init_input) + i.hal_gpio_init_output 0x00018ba4 Section 0 hal_gpio.o(i.hal_gpio_init_output) + i.hal_gpio_reg_eint_cb 0x00018bcc Section 0 hal_gpio.o(i.hal_gpio_reg_eint_cb) + i.hal_gpio_set_ap_reset_int 0x00018be4 Section 0 hal_gpio.o(i.hal_gpio_set_ap_reset_int) + i.hal_gpio_set_mode 0x00018c34 Section 0 hal_gpio.o(i.hal_gpio_set_mode) + i.hal_gpio_set_output_data 0x00018c94 Section 0 hal_gpio.o(i.hal_gpio_set_output_data) + i.hal_gpio_set_pull_state 0x00018c9c Section 0 hal_gpio.o(i.hal_gpio_set_pull_state) + i.hal_i2c_m_dma_init 0x00018cbc Section 0 hal_i2c_master.o(i.hal_i2c_m_dma_init) + i.hal_i2c_m_dma_read 0x00018d28 Section 0 hal_i2c_master.o(i.hal_i2c_m_dma_read) + i.hal_i2c_m_dma_write 0x00018d48 Section 0 hal_i2c_master.o(i.hal_i2c_m_dma_write) + i.hal_i2c_m_transfer_complate 0x00018d64 Section 0 hal_i2c_master.o(i.hal_i2c_m_transfer_complate) + i.hal_i2c_master_irq_callback 0x00018d70 Section 0 hal_i2c_master.o(i.hal_i2c_master_irq_callback) + hal_i2c_master_irq_callback 0x00018d71 Thumb Code 24 hal_i2c_master.o(i.hal_i2c_master_irq_callback) + i.hal_i2c_s_dma_user_callback 0x00018d90 Section 0 hal_i2c_slave.o(i.hal_i2c_s_dma_user_callback) + hal_i2c_s_dma_user_callback 0x00018d91 Thumb Code 12 hal_i2c_slave.o(i.hal_i2c_s_dma_user_callback) + i.hal_i2c_s_dma_write 0x00018da0 Section 0 hal_i2c_slave.o(i.hal_i2c_s_dma_write) + i.hal_i2c_s_init 0x00018dd8 Section 0 hal_i2c_slave.o(i.hal_i2c_s_init) + i.hal_i2c_s_nonblocking_read 0x00018e44 Section 0 hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) + i.hal_i2c_s_set_transfer 0x00018e58 Section 0 hal_i2c_slave.o(i.hal_i2c_s_set_transfer) + i.hal_i2c_slave_irq_callback 0x00018e64 Section 0 hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) + hal_i2c_slave_irq_callback 0x00018e65 Thumb Code 258 hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) + i.hal_internal_init_memc 0x00018f7c Section 0 hal_internal_vsync.o(i.hal_internal_init_memc) + i.hal_internal_sync_get_fb_setting 0x00019060 Section 0 hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) + i.hal_internal_sync_input_resolution_change 0x00019070 Section 0 hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) + i.hal_internal_vsync_deinit 0x00019284 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_deinit) + i.hal_internal_vsync_get_sync_line 0x000192a0 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) + i.hal_internal_vsync_init_rx 0x000192b8 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_init_rx) + i.hal_internal_vsync_init_tx 0x000193b4 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_init_tx) + i.hal_internal_vsync_set_auto_hw_filter 0x00019464 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) + i.hal_internal_vsync_set_rx_state 0x00019580 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) + i.hal_internal_vsync_set_sync_line 0x00019594 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) + i.hal_internal_vsync_set_tear_mode 0x000195b0 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) + i.hal_internal_vsync_set_tx_state 0x000195f4 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) + i.hal_lcdc_config_ccm 0x00019634 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) + hal_lcdc_config_ccm 0x00019635 Thumb Code 30 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) + i.hal_lcdc_config_remains 0x00019658 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) + hal_lcdc_config_remains 0x00019659 Thumb Code 68 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) + i.hal_lcdc_config_rgb_to_pentile 0x000196a0 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) + hal_lcdc_config_rgb_to_pentile 0x000196a1 Thumb Code 14 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) + i.hal_lcdc_config_upscaler 0x000196b4 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) + hal_lcdc_config_upscaler 0x000196b5 Thumb Code 346 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) + i.hal_lcdc_init_cfg 0x00019818 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) + hal_lcdc_init_cfg 0x00019819 Thumb Code 60 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) + i.hal_lcdc_init_clk 0x00019858 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) + hal_lcdc_init_clk 0x00019859 Thumb Code 288 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) + i.hal_lcdc_init_interrupt 0x0001998c Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) + hal_lcdc_init_interrupt 0x0001998d Thumb Code 58 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) + i.hal_spi_m_clear_rxfifo 0x000199cc Section 0 hal_spi_master.o(i.hal_spi_m_clear_rxfifo) + i.hal_swire_open 0x000199da Section 0 hal_swire.o(i.hal_swire_open) + i.hal_system_enable_systick 0x000199f0 Section 0 hal_system.o(i.hal_system_enable_systick) + i.hal_system_init 0x000199f8 Section 0 hal_system.o(i.hal_system_init) + i.hal_system_init_console 0x00019a74 Section 0 hal_system.o(i.hal_system_init_console) + i.hal_system_set_pvd 0x00019a90 Section 0 hal_system.o(i.hal_system_set_pvd) + i.hal_system_set_vcc 0x00019a98 Section 0 hal_system.o(i.hal_system_set_vcc) + i.hal_timer_init 0x00019aa0 Section 0 hal_timer.o(i.hal_timer_init) + i.hal_timer_start 0x00019ac4 Section 0 hal_timer.o(i.hal_timer_start) + i.hal_timer_stop 0x00019b18 Section 0 hal_timer.o(i.hal_timer_stop) + i.hal_uart_init 0x00019b40 Section 0 hal_uart.o(i.hal_uart_init) + i.hal_uart_transmit_blocking 0x00019bcc Section 0 hal_uart.o(i.hal_uart_transmit_blocking) + i.handle_init 0x00019bdc Section 0 irq_redirect .o(i.handle_init) + i.init_mipi_tx 0x00019cec Section 0 ap_demo.o(i.init_mipi_tx) + init_mipi_tx 0x00019ced Thumb Code 100 ap_demo.o(i.init_mipi_tx) + i.init_panel 0x00019d54 Section 0 ap_demo.o(i.init_panel) + init_panel 0x00019d55 Thumb Code 126 ap_demo.o(i.init_panel) + i.main 0x00019e08 Section 0 main.o(i.main) + i.open_mipi_rx 0x00019e14 Section 0 ap_demo.o(i.open_mipi_rx) + open_mipi_rx 0x00019e15 Thumb Code 142 ap_demo.o(i.open_mipi_rx) + i.pps_update_handle 0x00019ebc Section 0 ap_demo.o(i.pps_update_handle) + pps_update_handle 0x00019ebd Thumb Code 80 ap_demo.o(i.pps_update_handle) + i.rx_get_dcs_packet_data 0x00019f10 Section 0 hal_internal_vsync.o(i.rx_get_dcs_packet_data) + rx_get_dcs_packet_data 0x00019f11 Thumb Code 654 hal_internal_vsync.o(i.rx_get_dcs_packet_data) + i.rx_partial_update 0x0001a304 Section 0 hal_internal_vsync.o(i.rx_partial_update) + rx_partial_update 0x0001a305 Thumb Code 304 hal_internal_vsync.o(i.rx_partial_update) + i.rx_receive_packet 0x0001a444 Section 0 hal_internal_vsync.o(i.rx_receive_packet) + rx_receive_packet 0x0001a445 Thumb Code 128 hal_internal_vsync.o(i.rx_receive_packet) + i.rx_receive_pps 0x0001a4d0 Section 0 hal_internal_vsync.o(i.rx_receive_pps) + rx_receive_pps 0x0001a4d1 Thumb Code 268 hal_internal_vsync.o(i.rx_receive_pps) + i.rxbr_irq0_callback 0x0001a650 Section 0 hal_internal_vsync.o(i.rxbr_irq0_callback) + rxbr_irq0_callback 0x0001a651 Thumb Code 158 hal_internal_vsync.o(i.rxbr_irq0_callback) + i.rxbr_irq1_callback 0x0001a6f4 Section 0 hal_internal_vsync.o(i.rxbr_irq1_callback) + rxbr_irq1_callback 0x0001a6f5 Thumb Code 222 hal_internal_vsync.o(i.rxbr_irq1_callback) + i.send_panel_init_code 0x0001a864 Section 0 ap_demo.o(i.send_panel_init_code) + send_panel_init_code 0x0001a865 Thumb Code 42 ap_demo.o(i.send_panel_init_code) + i.soft_disable_mipi_timer_init 0x0001a890 Section 0 ap_demo.o(i.soft_disable_mipi_timer_init) + soft_disable_mipi_timer_init 0x0001a891 Thumb Code 32 ap_demo.o(i.soft_disable_mipi_timer_init) + i.soft_gen_te 0x0001a8f0 Section 0 hal_internal_vsync.o(i.soft_gen_te) + soft_gen_te 0x0001a8f1 Thumb Code 116 hal_internal_vsync.o(i.soft_gen_te) + i.soft_timer3_cb 0x0001a97c Section 0 ap_demo.o(i.soft_timer3_cb) + soft_timer3_cb 0x0001a97d Thumb Code 24 ap_demo.o(i.soft_timer3_cb) + i.tx_display_on 0x0001a99c Section 0 ap_demo.o(i.tx_display_on) + tx_display_on 0x0001a99d Thumb Code 58 ap_demo.o(i.tx_display_on) + i.tx_panel_reset 0x0001aa0c Section 0 ap_demo.o(i.tx_panel_reset) + tx_panel_reset 0x0001aa0d Thumb Code 40 ap_demo.o(i.tx_panel_reset) + i.vidc_callback 0x0001aa34 Section 0 hal_internal_vsync.o(i.vidc_callback) + vidc_callback 0x0001aa35 Thumb Code 146 hal_internal_vsync.o(i.vidc_callback) + i.vpre_err_reset 0x0001aae8 Section 0 hal_internal_vsync.o(i.vpre_err_reset) + vpre_err_reset 0x0001aae9 Thumb Code 184 hal_internal_vsync.o(i.vpre_err_reset) + i.vsync_set_te_mode 0x0001abb8 Section 0 hal_internal_vsync.o(i.vsync_set_te_mode) + vsync_set_te_mode 0x0001abb9 Thumb Code 254 hal_internal_vsync.o(i.vsync_set_te_mode) + .constdata 0x0001ad54 Section 6544 ap_demo.o(.constdata) + g_cus_rx_dcs_execute_table 0x0001ad54 Data 96 ap_demo.o(.constdata) + .constdata 0x0001c6e4 Section 152 app_tp_for_custom_s8.o(.constdata) + .constdata 0x0001c77c Section 1 app_tp_for_custom_s8.o(.constdata) + .constdata 0x0001c780 Section 260 hal_dsi_tx_ctrl.o(.constdata) + data_high_map 0x0001c780 Data 160 hal_dsi_tx_ctrl.o(.constdata) + data_lp_map 0x0001c820 Data 100 hal_dsi_tx_ctrl.o(.constdata) + .constdata 0x0001c884 Section 210 hal_gpio.o(.constdata) + s_gpio_map 0x0001c884 Data 120 hal_gpio.o(.constdata) + s_gpio_perf 0x0001c8fc Data 90 hal_gpio.o(.constdata) + .constdata 0x0001c958 Section 8 drv_param_init.o(.constdata) + .constdata 0x0001c960 Section 32 drv_timer.o(.constdata) + s_timer_map 0x0001c960 Data 32 drv_timer.o(.constdata) + .constdata 0x0001c980 Section 312 drv_phy_common.o(.constdata) + phy_para_mapping_h 0x0001c980 Data 184 drv_phy_common.o(.constdata) + phy_para_mapping_l 0x0001ca38 Data 128 drv_phy_common.o(.constdata) + .conststring 0x0001cab8 Section 72 hal_dsi_rx_ctrl.o(.conststring) + .conststring 0x0001cb00 Section 308 hal_internal_vsync.o(.conststring) + .ARM.__AT_0x00070100 0x00070100 Section 192 irq_redirect .o(.ARM.__AT_0x00070100) + .data 0x000701d0 Section 48 ap_demo.o(.data) + start_display_on 0x000701d0 Data 1 ap_demo.o(.data) + g_need_enter_sleep_mode 0x000701d1 Data 1 ap_demo.o(.data) + g_mipi_path_off 0x000701d2 Data 1 ap_demo.o(.data) + phone_off_flag 0x000701d3 Data 1 ap_demo.o(.data) + g_exit_sleep_mode 0x000701d4 Data 1 ap_demo.o(.data) + panel_display_done 0x000701d5 Data 1 ap_demo.o(.data) + b3_read_flag 0x000701d9 Data 1 ap_demo.o(.data) + c8_read_flag 0x000701da Data 1 ap_demo.o(.data) + c9_read_flag 0x000701db Data 1 ap_demo.o(.data) + bl_adj_flag 0x000701de Data 1 ap_demo.o(.data) + flag_5a 0x000701e0 Data 1 ap_demo.o(.data) + g_rx_ctrl_handle 0x000701f0 Data 4 ap_demo.o(.data) + g_tx_ctrl_handle 0x000701f4 Data 4 ap_demo.o(.data) + value_reg_df 0x000701fc Data 4 ap_demo.o(.data) + .data 0x00070200 Section 228 app_tp_for_custom_s8.o(.data) + app_tp_count 0x0007020a Data 1 app_tp_for_custom_s8.o(.data) + phone_85_flag 0x0007020b Data 1 app_tp_for_custom_s8.o(.data) + phone_F6_flag 0x0007020c Data 1 app_tp_for_custom_s8.o(.data) + phone_E4_flag 0x0007020d Data 1 app_tp_for_custom_s8.o(.data) + phone_72_flag 0x0007020e Data 1 app_tp_for_custom_s8.o(.data) + phone_75_flag 0x0007020f Data 1 app_tp_for_custom_s8.o(.data) + phone_92_flag 0x00070210 Data 1 app_tp_for_custom_s8.o(.data) + phone_74_flag 0x00070211 Data 1 app_tp_for_custom_s8.o(.data) + u16CoordY 0x00070214 Data 2 app_tp_for_custom_s8.o(.data) + u16CoordX 0x00070216 Data 2 app_tp_for_custom_s8.o(.data) + u16CoordY_back 0x00070218 Data 2 app_tp_for_custom_s8.o(.data) + u16CoordX_back 0x0007021a Data 2 app_tp_for_custom_s8.o(.data) + .data 0x000702e4 Section 1 app_tp_for_custom_s8.o(.data) + .data 0x000702e5 Section 1 app_tp_for_custom_s8.o(.data) + .data 0x000702e6 Section 1 app_tp_for_custom_s8.o(.data) + .data 0x000702e7 Section 3 app_tp_for_custom_s8.o(.data) + .data 0x000702ea Section 5 app_tp_for_custom_s8.o(.data) + .data 0x000702f0 Section 48 app_tp_for_custom_s8.o(.data) + .data 0x00070320 Section 23 app_tp_transfer.o(.data) + s_spim_write 0x00070320 Data 1 app_tp_transfer.o(.data) + s_screen_int_flag 0x00070321 Data 1 app_tp_transfer.o(.data) + s_phone_reset_flag 0x00070322 Data 1 app_tp_transfer.o(.data) + s_screen_int_transfer_status 0x00070323 Data 1 app_tp_transfer.o(.data) + s_screen_const_transfer_count 0x00070325 Data 1 app_tp_transfer.o(.data) + screen_int_transfer_count 0x00070326 Data 1 app_tp_transfer.o(.data) + screen_int_transfer_buffer_ready 0x00070327 Data 1 app_tp_transfer.o(.data) + .data 0x00070338 Section 8 hal_dsi_rx_ctrl.o(.data) + g_hw_auto_filter 0x00070338 Data 1 hal_dsi_rx_ctrl.o(.data) + g_esc_clk 0x0007033c Data 4 hal_dsi_rx_ctrl.o(.data) + .data 0x00070340 Section 1 hal_dsi_tx_ctrl.o(.data) + g_tx_mode 0x00070340 Data 1 hal_dsi_tx_ctrl.o(.data) + .data 0x00070341 Section 1 hal_i2c_master.o(.data) + s_i2c_m_transfer_end 0x00070341 Data 1 hal_i2c_master.o(.data) + .data 0x00070344 Section 28 hal_i2c_slave.o(.data) + s_txbuffer_complate 0x00070344 Data 1 hal_i2c_slave.o(.data) + s_i2c_s_dma_end 0x00070345 Data 1 hal_i2c_slave.o(.data) + s_i2c_s_receive_cnt 0x00070346 Data 1 hal_i2c_slave.o(.data) + s_hal_slave_rxbuffer 0x00070348 Data 4 hal_i2c_slave.o(.data) + s_hal_slave_rxbuffer_size 0x0007034c Data 4 hal_i2c_slave.o(.data) + hal_i2c_s_callback 0x00070350 Data 4 hal_i2c_slave.o(.data) + s_receive_count 0x00070354 Data 4 hal_i2c_slave.o(.data) + s_tx_buffer_t 0x00070358 Data 4 hal_i2c_slave.o(.data) + tx_sum 0x0007035c Data 4 hal_i2c_slave.o(.data) + .data 0x00070360 Section 4 hal_internal_vsync.o(.data) + sg_cur_te_info 0x00070360 Data 4 hal_internal_vsync.o(.data) + .data 0x00070364 Section 18 norflash.o(.data) + tmprg 0x0007036c Data 4 norflash.o(.data) + .data 0x00070378 Section 12 drv_common.o(.data) + s_my_tick 0x00070378 Data 4 drv_common.o(.data) + .data 0x00070384 Section 4 drv_gpio.o(.data) + g_ap_reset_cb 0x00070384 Data 4 drv_gpio.o(.data) + .data 0x00070388 Section 8 drv_i2c_dma.o(.data) + i2c0_dma_callback 0x00070388 Data 4 drv_i2c_dma.o(.data) + i2c1_dma_callback 0x0007038c Data 4 drv_i2c_dma.o(.data) + .data 0x00070390 Section 1188 drv_param_init.o(.data) + .data 0x00070834 Section 8 drv_rxbr.o(.data) + .data 0x0007083c Section 8 drv_swire.o(.data) + s_swire_cb 0x0007083c Data 8 drv_swire.o(.data) + .data 0x00070844 Section 1 drv_sys_cfg.o(.data) + sg_ap_rstn_trigger_type 0x00070844 Data 1 drv_sys_cfg.o(.data) + .data 0x00070848 Section 4 drv_vidc.o(.data) + .data 0x0007084c Section 4 drv_i2c_master.o(.data) + i2c1_intr_callback 0x0007084c Data 4 drv_i2c_master.o(.data) + .data 0x00070850 Section 8 drv_i2c_slave.o(.data) + i2c0_intr_callback 0x00070850 Data 4 drv_i2c_slave.o(.data) + .data 0x00070858 Section 4 drv_spi_master.o(.data) + SPIM_intr_callback 0x00070858 Data 4 drv_spi_master.o(.data) + .data 0x0007085c Section 12 drv_chip_info.o(.data) + sg_chip_info 0x0007085c Data 4 drv_chip_info.o(.data) + sg_chip_function 0x00070860 Data 4 drv_chip_info.o(.data) + sg_chip_encrypt 0x00070864 Data 4 drv_chip_info.o(.data) + .data 0x00070868 Section 12 drv_pwm.o(.data) + s_pwm_type 0x00070868 Data 1 drv_pwm.o(.data) + s_pwm_cb 0x0007086c Data 8 drv_pwm.o(.data) + .data 0x00070874 Section 8 drv_uart.o(.data) + s_UartFcrReg 0x00070874 Data 4 drv_uart.o(.data) + uart_userData 0x00070878 Data 4 drv_uart.o(.data) + .data 0x0007087c Section 8 drv_wdg.o(.data) + s_wdg_cb 0x0007087c Data 8 drv_wdg.o(.data) + .data 0x00070884 Section 4 stdout.o(.data) + .bss 0x00070888 Section 200 app_tp_for_custom_s8.o(.bss) + .bss 0x00070950 Section 400 app_tp_transfer.o(.bss) + s_screen_read_buffer 0x00070950 Data 200 app_tp_transfer.o(.bss) + s_phone_read_buffer 0x00070a18 Data 200 app_tp_transfer.o(.bss) + .bss 0x00070ae0 Section 192 hal_dsi_rx_ctrl.o(.bss) + g_rx_ctrl_handle 0x00070ae0 Data 192 hal_dsi_rx_ctrl.o(.bss) + .bss 0x00070ba0 Section 72 hal_dsi_tx_ctrl.o(.bss) + g_tx_ctrl_handle 0x00070ba0 Data 72 hal_dsi_tx_ctrl.o(.bss) + .bss 0x00070be8 Section 256 tau_log.o(.bss) + .bss 0x00070ce8 Section 208 hal_uart.o(.bss) + .bss 0x00070db8 Section 2392 hal_internal_vsync.o(.bss) + g_imm_buffer 0x000715f0 Data 255 hal_internal_vsync.o(.bss) + sg_te_info 0x000716f0 Data 12 hal_internal_vsync.o(.bss) + g_imm_packet 0x000716fc Data 20 hal_internal_vsync.o(.bss) + .bss 0x00071710 Section 4144 dcs_packet_fifo.o(.bss) + .bss 0x00072740 Section 28 drv_dma.o(.bss) + s_dma_handle 0x00072740 Data 28 drv_dma.o(.bss) + .bss 0x0007275c Section 64 drv_gpio.o(.bss) + s_gpio_cb 0x0007275c Data 64 drv_gpio.o(.bss) + .bss 0x0007279c Section 320 drv_i2c_dma.o(.bss) + i2c0_dma_slave_handle 0x0007279c Data 160 drv_i2c_dma.o(.bss) + i2c1_dma_master_handle 0x0007283c Data 160 drv_i2c_dma.o(.bss) + .bss 0x000728dc Section 32 drv_timer.o(.bss) + s_timer_cb 0x000728dc Data 32 drv_timer.o(.bss) + .bss 0x000728fc Section 32 hal_spi_slave.o(.bss) + STACK 0x00072920 Section 4096 startup_armcm0.o(STACK) + + Global Symbols + + Symbol Name Value Ov Type Size Object(Section) + + BuildAttributes$$THM_ISAv3M$S$PE$A:L22$X:L11$S22$IEEE1$IW$USESV6$~STKCKD$USESV7$~SHL$OTIME$ROPI$IEEEJ$EBA8$MICROLIB$REQ8$PRES8$EABIv2 0x00000000 Number 0 anon$$obj.o ABSOLUTE + __ARM_use_no_argv 0x00000000 Number 0 main.o ABSOLUTE + _printf_a 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_c 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_charcount 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_d 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_e 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_f 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_flags 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_fp_dec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_fp_hex 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_g 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_i 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_int_dec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_l 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_lc 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_ll 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_lld 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_lli 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_llo 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_llu 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_llx 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_longlong_dec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_longlong_hex 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_longlong_oct 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_ls 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_mbtowc 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_n 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_o 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_p 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_percent 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_pre_padding 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_return_value 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_s 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_sizespec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_str 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_truncate_signed 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_truncate_unsigned 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_u 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_wc 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_wctomb 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_widthprec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_x 0x00000000 Number 0 stubs.o ABSOLUTE + __cpp_initialize__aeabi_ - Undefined Weak Reference + __cxa_finalize - Undefined Weak Reference + _clock_init - Undefined Weak Reference + _microlib_exit - Undefined Weak Reference + __Vectors_Size 0x000000c0 Number 0 startup_armcm0.o ABSOLUTE + __Vectors 0x00010000 Data 4 startup_armcm0.o(RESET) + __Vectors_End 0x000100c0 Data 0 startup_armcm0.o(RESET) + __main 0x000100c1 Thumb Code 0 entry.o(.ARM.Collect$$$$00000000) + _main_stk 0x000100c1 Thumb Code 0 entry2.o(.ARM.Collect$$$$00000001) + _main_scatterload 0x000100c5 Thumb Code 0 entry5.o(.ARM.Collect$$$$00000004) + __main_after_scatterload 0x000100c9 Thumb Code 0 entry5.o(.ARM.Collect$$$$00000004) + _main_clock 0x000100c9 Thumb Code 0 entry7b.o(.ARM.Collect$$$$00000008) + _main_cpp_init 0x000100c9 Thumb Code 0 entry8b.o(.ARM.Collect$$$$0000000A) + _main_init 0x000100c9 Thumb Code 0 entry9a.o(.ARM.Collect$$$$0000000B) + __rt_final_cpp 0x000100d1 Thumb Code 0 entry10a.o(.ARM.Collect$$$$0000000D) + __rt_final_exit 0x000100d1 Thumb Code 0 entry11a.o(.ARM.Collect$$$$0000000F) + Reset_Handler 0x000100d5 Thumb Code 28 startup_armcm0.o(.text) + NMI_Handler 0x000100f1 Thumb Code 2 startup_armcm0.o(.text) + SVC_Handler 0x000100f5 Thumb Code 2 startup_armcm0.o(.text) + PendSV_Handler 0x000100f7 Thumb Code 2 startup_armcm0.o(.text) + OTP_IRQn_Handler 0x00010123 Thumb Code 2 startup_armcm0.o(.text) + PVD_IRQn_Handler 0x00010127 Thumb Code 2 startup_armcm0.o(.text) + __aeabi_uidiv 0x0001014d Thumb Code 0 uidiv.o(.text) + __aeabi_uidivmod 0x0001014d Thumb Code 44 uidiv.o(.text) + __aeabi_idiv 0x00010179 Thumb Code 0 idiv.o(.text) + __aeabi_idivmod 0x00010179 Thumb Code 40 idiv.o(.text) + __aeabi_memcpy 0x000101a1 Thumb Code 36 memcpya.o(.text) + __aeabi_memcpy4 0x000101a1 Thumb Code 0 memcpya.o(.text) + __aeabi_memcpy8 0x000101a1 Thumb Code 0 memcpya.o(.text) + __aeabi_memset 0x000101c5 Thumb Code 14 memseta.o(.text) + __aeabi_memset4 0x000101c5 Thumb Code 0 memseta.o(.text) + __aeabi_memset8 0x000101c5 Thumb Code 0 memseta.o(.text) + __aeabi_memclr 0x000101d3 Thumb Code 4 memseta.o(.text) + __aeabi_memclr4 0x000101d3 Thumb Code 0 memseta.o(.text) + __aeabi_memclr8 0x000101d3 Thumb Code 0 memseta.o(.text) + _memset$wrapper 0x000101d7 Thumb Code 18 memseta.o(.text) + __aeabi_fadd 0x000101e9 Thumb Code 162 fadd.o(.text) + __aeabi_fsub 0x0001028b Thumb Code 8 fadd.o(.text) + __aeabi_frsub 0x00010293 Thumb Code 8 fadd.o(.text) + __aeabi_fmul 0x0001029b Thumb Code 122 fmul.o(.text) + __aeabi_fdiv 0x00010315 Thumb Code 124 fdiv.o(.text) + __ARM_scalbnf 0x00010391 Thumb Code 24 fscalb.o(.text) + scalbnf 0x00010391 Thumb Code 0 fscalb.o(.text) + __aeabi_dadd 0x000103a9 Thumb Code 328 dadd.o(.text) + __aeabi_dsub 0x000104f1 Thumb Code 12 dadd.o(.text) + __aeabi_drsub 0x000104fd Thumb Code 12 dadd.o(.text) + __aeabi_dmul 0x0001050d Thumb Code 202 dmul.o(.text) + __aeabi_ddiv 0x000105dd Thumb Code 234 ddiv.o(.text) + __aeabi_i2f 0x000106cd Thumb Code 22 fflti.o(.text) + __aeabi_ui2f 0x000106e3 Thumb Code 14 ffltui.o(.text) + __aeabi_ui2d 0x000106f1 Thumb Code 24 dfltui.o(.text) + __aeabi_f2iz 0x0001070d Thumb Code 50 ffixi.o(.text) + __aeabi_f2uiz 0x0001073f Thumb Code 40 ffixui.o(.text) + __aeabi_d2iz 0x00010769 Thumb Code 62 dfixi.o(.text) + __aeabi_d2uiz 0x000107b1 Thumb Code 50 dfixui.o(.text) + __aeabi_f2d 0x000107ed Thumb Code 40 f2d.o(.text) + __aeabi_cfrcmple 0x00010815 Thumb Code 20 cfrcmple.o(.text) + __aeabi_uldivmod 0x00010829 Thumb Code 96 uldiv.o(.text) + __aeabi_llsl 0x00010889 Thumb Code 32 llshl.o(.text) + _ll_shift_l 0x00010889 Thumb Code 0 llshl.o(.text) + __aeabi_llsr 0x000108a9 Thumb Code 34 llushr.o(.text) + _ll_ushift_r 0x000108a9 Thumb Code 0 llushr.o(.text) + __aeabi_lasr 0x000108cb Thumb Code 38 llsshr.o(.text) + _ll_sshift_r 0x000108cb Thumb Code 0 llsshr.o(.text) + __I$use$fp 0x000108f1 Thumb Code 0 iusefp.o(.text) + _float_round 0x000108f1 Thumb Code 16 fepilogue.o(.text) + _float_epilogue 0x00010901 Thumb Code 114 fepilogue.o(.text) + _double_round 0x00010973 Thumb Code 26 depilogue.o(.text) + _double_epilogue 0x0001098d Thumb Code 164 depilogue.o(.text) + __aeabi_d2ulz 0x00010a31 Thumb Code 54 dfixul.o(.text) + __aeabi_cdrcmple 0x00010a71 Thumb Code 38 cdrcmple.o(.text) + __scatterload 0x00010a99 Thumb Code 28 init.o(.text) + __scatterload_rt2 0x00010a99 Thumb Code 0 init.o(.text) + __decompress 0x00010abd Thumb Code 0 __dczerorl2.o(.text) + __decompress1 0x00010abd Thumb Code 86 __dczerorl2.o(.text) + ADC_IRQn_Handler 0x00010b15 Thumb Code 18 irq_redirect .o(i.ADC_IRQn_Handler) + AP_NRESET_IRQn_Handler 0x00010b2d Thumb Code 18 irq_redirect .o(i.AP_NRESET_IRQn_Handler) + DMA_IRQn_Handler 0x00010b45 Thumb Code 14 irq_redirect .o(i.DMA_IRQn_Handler) + EXTI_INT0_IRQn_Handler 0x00010b59 Thumb Code 22 irq_redirect .o(i.EXTI_INT0_IRQn_Handler) + EXTI_INT1_IRQn_Handler 0x00010b75 Thumb Code 22 irq_redirect .o(i.EXTI_INT1_IRQn_Handler) + EXTI_INT2_IRQn_Handler 0x00010b91 Thumb Code 22 irq_redirect .o(i.EXTI_INT2_IRQn_Handler) + EXTI_INT3_IRQn_Handler 0x00010bad Thumb Code 22 irq_redirect .o(i.EXTI_INT3_IRQn_Handler) + EXTI_INT4_IRQn_Handler 0x00010bc9 Thumb Code 22 irq_redirect .o(i.EXTI_INT4_IRQn_Handler) + EXTI_INT5_IRQn_Handler 0x00010be5 Thumb Code 22 irq_redirect .o(i.EXTI_INT5_IRQn_Handler) + EXTI_INT6_IRQn_Handler 0x00010c01 Thumb Code 22 irq_redirect .o(i.EXTI_INT6_IRQn_Handler) + EXTI_INT7_IRQn_Handler 0x00010c1d Thumb Code 22 irq_redirect .o(i.EXTI_INT7_IRQn_Handler) + FLSCTRL_IRQn_Handler 0x00010c39 Thumb Code 14 irq_redirect .o(i.FLSCTRL_IRQn_Handler) + Gpio_swire_output 0x00010c4d Thumb Code 110 ap_demo.o(i.Gpio_swire_output) + HardFault_Handler 0x00010cc1 Thumb Code 14 irq_redirect .o(i.HardFault_Handler) + I2C0_IRQn_Handler 0x00010cd5 Thumb Code 18 irq_redirect .o(i.I2C0_IRQn_Handler) + I2C1_IRQn_Handler 0x00010ced Thumb Code 18 irq_redirect .o(i.I2C1_IRQn_Handler) + LCDC_IRQn_Handler 0x00010d05 Thumb Code 18 irq_redirect .o(i.LCDC_IRQn_Handler) + LOG_printf 0x00010d1d Thumb Code 30 tau_log.o(i.LOG_printf) + MEMC_IRQn_Handler 0x00010d45 Thumb Code 18 irq_redirect .o(i.MEMC_IRQn_Handler) + MIPI_RX_IRQn_Handler 0x00010d5d Thumb Code 18 irq_redirect .o(i.MIPI_RX_IRQn_Handler) + MIPI_TX_IRQn_Handler 0x00010d75 Thumb Code 18 irq_redirect .o(i.MIPI_TX_IRQn_Handler) + PWMDET_IRQn_Handler 0x00010d8d Thumb Code 22 irq_redirect .o(i.PWMDET_IRQn_Handler) + S20_Start_init 0x00010da9 Thumb Code 244 app_tp_transfer.o(i.S20_Start_init) + SPIM_IRQn_Handler 0x00010eb1 Thumb Code 22 irq_redirect .o(i.SPIM_IRQn_Handler) + SPIS_IRQn_Handler 0x00010ecd Thumb Code 22 irq_redirect .o(i.SPIS_IRQn_Handler) + SWIRE_IRQn_Handler 0x00010ee9 Thumb Code 22 irq_redirect .o(i.SWIRE_IRQn_Handler) + SysTick_Handler 0x00010f05 Thumb Code 18 irq_redirect .o(i.SysTick_Handler) + TIMER0_IRQn_Handler 0x00010f1d Thumb Code 18 irq_redirect .o(i.TIMER0_IRQn_Handler) + TIMER1_IRQn_Handler 0x00010f35 Thumb Code 18 irq_redirect .o(i.TIMER1_IRQn_Handler) + TIMER2_IRQn_Handler 0x00010f4d Thumb Code 18 irq_redirect .o(i.TIMER2_IRQn_Handler) + TIMER3_IRQn_Handler 0x00010f65 Thumb Code 18 irq_redirect .o(i.TIMER3_IRQn_Handler) + UART0_IRQ_Handle 0x00010f7d Thumb Code 20 drv_uart.o(i.UART0_IRQ_Handle) + UART_DisableDma 0x00010f99 Thumb Code 2 drv_uart.o(i.UART_DisableDma) + UART_GetInstance 0x00010f9b Thumb Code 4 drv_uart.o(i.UART_GetInstance) + UART_IRQn_Handler 0x00010fa1 Thumb Code 18 irq_redirect .o(i.UART_IRQn_Handler) + UART_ResetRxFIFO 0x00010fb9 Thumb Code 32 drv_uart.o(i.UART_ResetRxFIFO) + UART_SwitchSCLK 0x00010fdd Thumb Code 26 drv_uart.o(i.UART_SwitchSCLK) + __scatterload_null 0x00010ff7 Thumb Code 2 handlers.o(i.__scatterload_null) + app_UART_IRQn_Handler 0x00010ff9 Thumb Code 8 drv_uart.o(i.app_UART_IRQn_Handler) + s_RAM_CK 0x00011000 Data 20 drv_common.o(.ARM.__at_0x11000) + UART_SetBaudRate 0x00011015 Thumb Code 72 drv_uart.o(i.UART_SetBaudRate) + UART_TransferHandleIRQ 0x0001105d Thumb Code 308 drv_uart.o(i.UART_TransferHandleIRQ) + UART_WriteBlocking 0x00011191 Thumb Code 26 drv_uart.o(i.UART_WriteBlocking) + UART_init 0x000111ad Thumb Code 182 drv_uart.o(i.UART_init) + VIDC_IRQn_Handler 0x00011269 Thumb Code 18 irq_redirect .o(i.VIDC_IRQn_Handler) + VPRE_IRQn_Handler 0x00011281 Thumb Code 18 irq_redirect .o(i.VPRE_IRQn_Handler) + WDG_IRQn_Handler 0x00011299 Thumb Code 18 irq_redirect .o(i.WDG_IRQn_Handler) + __0printf 0x000112b1 Thumb Code 24 printfa.o(i.__0printf) + __1printf 0x000112b1 Thumb Code 0 printfa.o(i.__0printf) + __2printf 0x000112b1 Thumb Code 0 printfa.o(i.__0printf) + __c89printf 0x000112b1 Thumb Code 0 printfa.o(i.__0printf) + printf 0x000112b1 Thumb Code 0 printfa.o(i.__0printf) + __0vsprintf 0x000112d1 Thumb Code 30 printfa.o(i.__0vsprintf) + __1vsprintf 0x000112d1 Thumb Code 0 printfa.o(i.__0vsprintf) + __2vsprintf 0x000112d1 Thumb Code 0 printfa.o(i.__0vsprintf) + __c89vsprintf 0x000112d1 Thumb Code 0 printfa.o(i.__0vsprintf) + vsprintf 0x000112d1 Thumb Code 0 printfa.o(i.__0vsprintf) + __ARM_clz 0x000112f5 Thumb Code 46 depilogue.o(i.__ARM_clz) + __ARM_common_switch8 0x00011323 Thumb Code 26 ap_demo.o(i.__ARM_common_switch8) + __scatterload_copy 0x00011401 Thumb Code 14 handlers.o(i.__scatterload_copy) + __scatterload_zeroinit 0x0001140f Thumb Code 14 handlers.o(i.__scatterload_zeroinit) + ap_demo 0x0001300d Thumb Code 228 ap_demo.o(i.ap_demo) + app_ADC_IRQn_Handler 0x00013701 Thumb Code 22 drv_rxbr.o(i.app_ADC_IRQn_Handler) + app_AP_NRESET_IRQn_Handler 0x0001371d Thumb Code 32 drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) + app_EXTI_INT0_IRQn_Handler 0x00013741 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) + app_EXTI_INT1_IRQn_Handler 0x0001375d Thumb Code 22 drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) + app_EXTI_INT2_IRQn_Handler 0x00013779 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) + app_EXTI_INT3_IRQn_Handler 0x00013795 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) + app_EXTI_INT4_IRQn_Handler 0x000137b1 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) + app_EXTI_INT5_IRQn_Handler 0x000137cd Thumb Code 22 drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) + app_EXTI_INT6_IRQn_Handler 0x000137e9 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) + app_EXTI_INT7_IRQn_Handler 0x00013805 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) + app_HardFault_Handler 0x00013821 Thumb Code 12 drv_common.o(i.app_HardFault_Handler) + app_I2C0_IRQn_Handler 0x00013869 Thumb Code 8 drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) + app_I2C1_IRQn_Handler 0x00013879 Thumb Code 8 drv_i2c_master.o(i.app_I2C1_IRQn_Handler) + app_LCDC_IRQn_Handler 0x00013889 Thumb Code 98 hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) + app_MEMC_IRQn_Handler 0x00013969 Thumb Code 132 drv_memc.o(i.app_MEMC_IRQn_Handler) + app_MIPI_RX_IRQn_Handler 0x000139f1 Thumb Code 228 drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) + app_MIPI_TX_IRQn_Handler 0x00013c7d Thumb Code 56 drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) + app_PWMDET_IRQn_Handler 0x00013d1d Thumb Code 62 drv_pwm.o(i.app_PWMDET_IRQn_Handler) + app_SPIM_IRQn_Handler 0x00013d65 Thumb Code 34 drv_spi_master.o(i.app_SPIM_IRQn_Handler) + app_SPIS_IRQn_Handler 0x00013d95 Thumb Code 152 hal_spi_slave.o(i.app_SPIS_IRQn_Handler) + app_SWIRE_IRQn_Handler 0x00013e39 Thumb Code 28 drv_swire.o(i.app_SWIRE_IRQn_Handler) + app_SysTick_Handler 0x00013e59 Thumb Code 20 drv_common.o(i.app_SysTick_Handler) + app_TIMER0_IRQn_Handler 0x00013e71 Thumb Code 32 drv_timer.o(i.app_TIMER0_IRQn_Handler) + app_TIMER1_IRQn_Handler 0x00013e95 Thumb Code 32 drv_timer.o(i.app_TIMER1_IRQn_Handler) + app_TIMER2_IRQn_Handler 0x00013eb9 Thumb Code 32 drv_timer.o(i.app_TIMER2_IRQn_Handler) + app_TIMER3_IRQn_Handler 0x00013edd Thumb Code 48 drv_timer.o(i.app_TIMER3_IRQn_Handler) + app_VIDC_IRQn_Handler 0x00013f11 Thumb Code 22 drv_vidc.o(i.app_VIDC_IRQn_Handler) + app_VPRE_IRQn_Handler 0x00013f2d Thumb Code 22 drv_rxbr.o(i.app_VPRE_IRQn_Handler) + app_WDG_IRQn_Handler 0x00013f49 Thumb Code 40 drv_wdg.o(i.app_WDG_IRQn_Handler) + app_dma_irq_handler 0x00013f75 Thumb Code 10 drv_dma.o(i.app_dma_irq_handler) + app_fls_ctrl_Handler 0x00013f85 Thumb Code 38 norflash.o(i.app_fls_ctrl_Handler) + app_tp_init 0x00013fc1 Thumb Code 84 app_tp_transfer.o(i.app_tp_init) + app_tp_m_transfer_complate 0x0001404d Thumb Code 8 app_tp_transfer.o(i.app_tp_m_transfer_complate) + app_tp_phone_analysis_data 0x0001405d Thumb Code 854 app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) + app_tp_phone_clear_reset_on 0x000143c1 Thumb Code 8 app_tp_transfer.o(i.app_tp_phone_clear_reset_on) + app_tp_s_read 0x000143cd Thumb Code 8 app_tp_transfer.o(i.app_tp_s_read) + app_tp_s_write 0x000143d5 Thumb Code 8 app_tp_transfer.o(i.app_tp_s_write) + app_tp_screen_analysis_int 0x000143dd Thumb Code 608 app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) + app_tp_transfer_screen_int 0x00014705 Thumb Code 244 app_tp_transfer.o(i.app_tp_transfer_screen_int) + app_tp_transfer_screen_start 0x00014809 Thumb Code 18 app_tp_transfer.o(i.app_tp_transfer_screen_start) + board_Init 0x00014821 Thumb Code 24 board.o(i.board_Init) + ceil 0x00014af1 Thumb Code 180 ceil.o(i.ceil) + dcs_packet_fifo_alloc 0x00014c75 Thumb Code 80 dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) + dcs_packet_fifo_init 0x00014ccd Thumb Code 18 dcs_packet_fifo.o(i.dcs_packet_fifo_init) + dcs_packet_free_fifo_header 0x00014ce5 Thumb Code 60 dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) + dcs_packet_get_fifo_header 0x00014d29 Thumb Code 26 dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) + delayMs 0x00014d69 Thumb Code 24 tau_delay.o(i.delayMs) + delayUs 0x00014d81 Thumb Code 34 tau_delay.o(i.delayUs) + drv_ap_rst_trig_edge_detect 0x00014e31 Thumb Code 46 drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) + drv_chip_info_get_info 0x00014e69 Thumb Code 6 drv_chip_info.o(i.drv_chip_info_get_info) + drv_chip_info_init 0x00014e75 Thumb Code 56 drv_chip_info.o(i.drv_chip_info_init) + drv_chip_rx_info_check 0x00014eb5 Thumb Code 122 drv_chip_info.o(i.drv_chip_rx_info_check) + drv_chip_rx_init_done 0x00014f7d Thumb Code 16 drv_chip_info.o(i.drv_chip_rx_init_done) + drv_common_enable_systick 0x00014f91 Thumb Code 70 drv_common.o(i.drv_common_enable_systick) + drv_common_system_init 0x00014fe9 Thumb Code 8 drv_common.o(i.drv_common_system_init) + drv_crgu_clear_all_reset_flags 0x00014ff1 Thumb Code 8 drv_crgu.o(i.drv_crgu_clear_all_reset_flags) + drv_crgu_config_reset_modules 0x00014ffd Thumb Code 10 drv_crgu.o(i.drv_crgu_config_reset_modules) + drv_crgu_set_ahb_pre_div 0x0001500d Thumb Code 14 drv_crgu.o(i.drv_crgu_set_ahb_pre_div) + drv_crgu_set_ahb_src 0x00015021 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_ahb_src) + drv_crgu_set_clock 0x00015035 Thumb Code 26 drv_crgu.o(i.drv_crgu_set_clock) + drv_crgu_set_dpi_mux_src 0x00015055 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dpi_mux_src) + drv_crgu_set_dpi_pre_div 0x00015069 Thumb Code 18 drv_crgu.o(i.drv_crgu_set_dpi_pre_div) + drv_crgu_set_dpi_pre_src 0x00015081 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dpi_pre_src) + drv_crgu_set_dsc_core_div 0x00015095 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dsc_core_div) + drv_crgu_set_dsco_src 0x000150a9 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dsco_src) + drv_crgu_set_dsco_src_div 0x000150bd Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dsco_src_div) + drv_crgu_set_fb_div 0x000150d1 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_fb_div) + drv_crgu_set_fb_src 0x000150e5 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_fb_src) + drv_crgu_set_lcdc_div 0x000150f9 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_lcdc_div) + drv_crgu_set_lcdc_src 0x0001510d Thumb Code 16 drv_crgu.o(i.drv_crgu_set_lcdc_src) + drv_crgu_set_mipi_cfg_src 0x00015121 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_mipi_cfg_src) + drv_crgu_set_mipi_ref_src 0x00015135 Thumb Code 18 drv_crgu.o(i.drv_crgu_set_mipi_ref_src) + drv_crgu_set_reset 0x0001514d Thumb Code 20 drv_crgu.o(i.drv_crgu_set_reset) + drv_crgu_set_rxbr_div 0x00015165 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_rxbr_div) + drv_crgu_set_rxbr_src 0x00015179 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_rxbr_src) + drv_crgu_set_vidc_src 0x0001518d Thumb Code 16 drv_crgu.o(i.drv_crgu_set_vidc_src) + drv_dma_clear_flag 0x000151a1 Thumb Code 24 drv_dma.o(i.drv_dma_clear_flag) + drv_dma_create_handle 0x000151b9 Thumb Code 22 drv_dma.o(i.drv_dma_create_handle) + drv_dma_disenable_channel 0x000151d5 Thumb Code 16 drv_dma.o(i.drv_dma_disenable_channel) + drv_dma_enable_channel 0x000151e5 Thumb Code 16 drv_dma.o(i.drv_dma_enable_channel) + drv_dma_enable_channel_interrupts 0x000151f5 Thumb Code 32 drv_dma.o(i.drv_dma_enable_channel_interrupts) + drv_dma_get_channel_flag 0x00015219 Thumb Code 12 drv_dma.o(i.drv_dma_get_channel_flag) + drv_dma_irq_handler 0x00015225 Thumb Code 138 drv_dma.o(i.drv_dma_irq_handler) + drv_dma_prepar_transfer 0x000152b5 Thumb Code 18 drv_dma.o(i.drv_dma_prepar_transfer) + drv_dma_set_burst 0x000152c7 Thumb Code 26 drv_dma.o(i.drv_dma_set_burst) + drv_dma_set_callback 0x000152e1 Thumb Code 6 drv_dma.o(i.drv_dma_set_callback) + drv_dma_set_transfer 0x000152e9 Thumb Code 62 drv_dma.o(i.drv_dma_set_transfer) + drv_dsc_dec_convert_pps_rc_parameter 0x0001532d Thumb Code 54 drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) + drv_dsc_dec_disable 0x00015363 Thumb Code 12 drv_dsc_dec.o(i.drv_dsc_dec_disable) + drv_dsc_dec_enable 0x00015371 Thumb Code 88 drv_dsc_dec.o(i.drv_dsc_dec_enable) + drv_dsc_dec_get_nslc 0x000153e5 Thumb Code 10 drv_dsc_dec.o(i.drv_dsc_dec_get_nslc) + drv_dsc_dec_set_u8_pps 0x000153ef Thumb Code 40 drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) + drv_dsi_rx_calc_ipi_tx_delay 0x00015419 Thumb Code 244 drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) + drv_dsi_rx_enable_irq 0x0001551d Thumb Code 58 drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) + drv_dsi_rx_get_compression_en 0x000155c9 Thumb Code 8 drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) + drv_dsi_rx_get_max_ret_size 0x000155d1 Thumb Code 6 drv_dsi_rx.o(i.drv_dsi_rx_get_max_ret_size) + drv_dsi_rx_power_up 0x000155d7 Thumb Code 14 drv_dsi_rx.o(i.drv_dsi_rx_power_up) + drv_dsi_rx_set_ctrl_cfg 0x000155e5 Thumb Code 32 drv_dsi_rx.o(i.drv_dsi_rx_set_ctrl_cfg) + drv_dsi_rx_set_ddi_cfg 0x00015605 Thumb Code 16 drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) + drv_dsi_rx_set_inten 0x00015615 Thumb Code 4 drv_dsi_rx.o(i.drv_dsi_rx_set_inten) + drv_dsi_rx_set_ipi_cfg 0x00015619 Thumb Code 16 drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_cfg) + drv_dsi_rx_set_lane_swap 0x00015629 Thumb Code 70 drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) + drv_dsi_rx_set_up_phy 0x00015671 Thumb Code 202 drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) + drv_dsi_rx_shut_down 0x00015741 Thumb Code 14 drv_dsi_rx.o(i.drv_dsi_rx_shut_down) + drv_dsi_tx_command_get_payload 0x0001574f Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_command_get_payload) + drv_dsi_tx_command_header 0x00015753 Thumb Code 20 drv_dsi_tx.o(i.drv_dsi_tx_command_header) + drv_dsi_tx_command_mode_cfg 0x00015767 Thumb Code 108 drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) + drv_dsi_tx_command_put_payload 0x000157d3 Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) + drv_dsi_tx_config_eotp 0x000157d7 Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) + drv_dsi_tx_config_int 0x000157ef Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_config_int) + drv_dsi_tx_dpi_lpcmd_time 0x000157f7 Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_dpi_lpcmd_time) + drv_dsi_tx_dpi_mode 0x000157ff Thumb Code 10 drv_dsi_tx.o(i.drv_dsi_tx_dpi_mode) + drv_dsi_tx_dpi_polarity 0x00015809 Thumb Code 36 drv_dsi_tx.o(i.drv_dsi_tx_dpi_polarity) + drv_dsi_tx_edpi_cmd_size 0x0001582d Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_edpi_cmd_size) + drv_dsi_tx_get_cmd_status 0x00015831 Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) + drv_dsi_tx_mode 0x00015835 Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_mode) + drv_dsi_tx_phy_clock_lane_auto_lp 0x00015839 Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_auto_lp) + drv_dsi_tx_phy_clock_lane_req_hs 0x00015851 Thumb Code 26 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) + drv_dsi_tx_phy_lane_mode 0x0001586b Thumb Code 12 drv_dsi_tx.o(i.drv_dsi_tx_phy_lane_mode) + drv_dsi_tx_phy_status_ready 0x00015877 Thumb Code 100 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ready) + drv_dsi_tx_phy_status_stopstate 0x000158db Thumb Code 62 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) + drv_dsi_tx_phy_time_cfg 0x00015919 Thumb Code 30 drv_dsi_tx.o(i.drv_dsi_tx_phy_time_cfg) + drv_dsi_tx_powerup 0x00015937 Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_powerup) + drv_dsi_tx_response_mode 0x0001593f Thumb Code 28 drv_dsi_tx.o(i.drv_dsi_tx_response_mode) + drv_dsi_tx_set_bta 0x0001595b Thumb Code 22 drv_dsi_tx.o(i.drv_dsi_tx_set_bta) + drv_dsi_tx_set_bta_ack 0x00015971 Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_set_bta_ack) + drv_dsi_tx_set_esc_div 0x00015989 Thumb Code 12 drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) + drv_dsi_tx_set_int 0x00015995 Thumb Code 46 drv_dsi_tx.o(i.drv_dsi_tx_set_int) + drv_dsi_tx_set_time_out_div 0x000159c9 Thumb Code 16 drv_dsi_tx.o(i.drv_dsi_tx_set_time_out_div) + drv_dsi_tx_set_video_chunk 0x000159d9 Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_set_video_chunk) + drv_dsi_tx_set_video_timing 0x000159e1 Thumb Code 34 drv_dsi_tx.o(i.drv_dsi_tx_set_video_timing) + drv_dsi_tx_shutdown 0x00015a03 Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_shutdown) + drv_dsi_tx_timeout_cfg 0x00015a0b Thumb Code 38 drv_dsi_tx.o(i.drv_dsi_tx_timeout_cfg) + drv_dsi_tx_video_mode_cfg 0x00015a31 Thumb Code 170 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_cfg) + drv_dsi_tx_video_mode_disable_hact_cmd 0x00015adb Thumb Code 22 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_disable_hact_cmd) + drv_dsi_tx_video_mode_set_lp_cmd 0x00015af1 Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) + drv_efuse_enter_inactive 0x00015b09 Thumb Code 32 drv_efuse.o(i.drv_efuse_enter_inactive) + drv_efuse_int_enable 0x00015b29 Thumb Code 12 drv_efuse.o(i.drv_efuse_int_enable) + drv_efuse_read 0x00015b35 Thumb Code 50 drv_efuse.o(i.drv_efuse_read) + drv_efuse_read_req 0x00015b67 Thumb Code 24 drv_efuse.o(i.drv_efuse_read_req) + drv_gpio_get_input_data 0x00015b81 Thumb Code 20 drv_gpio.o(i.drv_gpio_get_input_data) + drv_gpio_register_ap_reset_callback 0x00015b99 Thumb Code 6 drv_gpio.o(i.drv_gpio_register_ap_reset_callback) + drv_gpio_register_callback 0x00015ba5 Thumb Code 14 drv_gpio.o(i.drv_gpio_register_callback) + drv_gpio_set_int 0x00015bb9 Thumb Code 62 drv_gpio.o(i.drv_gpio_set_int) + drv_gpio_set_ioe 0x00015bfd Thumb Code 26 drv_gpio.o(i.drv_gpio_set_ioe) + drv_gpio_set_mode0 0x00015c1d Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode0) + drv_gpio_set_mode1 0x00015c2d Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode1) + drv_gpio_set_mode2 0x00015c3d Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode2) + drv_gpio_set_mode3 0x00015c4d Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode3) + drv_gpio_set_pull_state 0x00015c7d Thumb Code 298 drv_gpio.o(i.drv_gpio_set_pull_state) + drv_i2c_dma_init 0x00015de1 Thumb Code 146 drv_i2c_dma.o(i.drv_i2c_dma_init) + drv_i2c_enable_rx_dma 0x00015e8d Thumb Code 26 drv_i2c_dma.o(i.drv_i2c_enable_rx_dma) + drv_i2c_enable_tx_dma 0x00015ea7 Thumb Code 24 drv_i2c_dma.o(i.drv_i2c_enable_tx_dma) + drv_i2c_m_clear_it_pending_bit 0x00015ec1 Thumb Code 86 drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) + drv_i2c_m_enable 0x00015f21 Thumb Code 10 drv_i2c_master.o(i.drv_i2c_m_enable) + drv_i2c_m_enable_intr 0x00015f31 Thumb Code 42 drv_i2c_master.o(i.drv_i2c_m_enable_intr) + drv_i2c_m_set_callback 0x00015f69 Thumb Code 6 drv_i2c_master.o(i.drv_i2c_m_set_callback) + drv_i2c_master_init 0x00015f75 Thumb Code 118 drv_i2c_master.o(i.drv_i2c_master_init) + drv_i2c_master_read_dma 0x00016001 Thumb Code 82 drv_i2c_dma.o(i.drv_i2c_master_read_dma) + drv_i2c_master_write_dma 0x0001605d Thumb Code 50 drv_i2c_dma.o(i.drv_i2c_master_write_dma) + drv_i2c_s_clear_it_pending_bit 0x000160c9 Thumb Code 84 drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) + drv_i2c_s_enable_intr 0x00016125 Thumb Code 40 drv_i2c_slave.o(i.drv_i2c_s_enable_intr) + drv_i2c_s_get_fifo_status 0x00016159 Thumb Code 22 drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) + drv_i2c_s_set_callback 0x00016175 Thumb Code 6 drv_i2c_slave.o(i.drv_i2c_s_set_callback) + drv_i2c_s_write_data 0x00016181 Thumb Code 26 drv_i2c_slave.o(i.drv_i2c_s_write_data) + drv_i2c_set_dma_irq_callback 0x000161a1 Thumb Code 68 drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) + drv_i2c_slave_init 0x000161f9 Thumb Code 60 drv_i2c_slave.o(i.drv_i2c_slave_init) + drv_i2c_slave_write_dma 0x0001623d Thumb Code 18 drv_i2c_dma.o(i.drv_i2c_slave_write_dma) + drv_lcdc_config_bypass 0x00016259 Thumb Code 24 drv_lcdc.o(i.drv_lcdc_config_bypass) + drv_lcdc_config_ccm 0x00016271 Thumb Code 48 drv_lcdc.o(i.drv_lcdc_config_ccm) + drv_lcdc_config_disp_mode 0x000162a1 Thumb Code 22 drv_lcdc.o(i.drv_lcdc_config_disp_mode) + drv_lcdc_config_dpi_polarity 0x000162b7 Thumb Code 36 drv_lcdc.o(i.drv_lcdc_config_dpi_polarity) + drv_lcdc_config_dpi_timing 0x000162db Thumb Code 38 drv_lcdc.o(i.drv_lcdc_config_dpi_timing) + drv_lcdc_config_edpi_mode 0x00016301 Thumb Code 22 drv_lcdc.o(i.drv_lcdc_config_edpi_mode) + drv_lcdc_config_endianness 0x00016317 Thumb Code 22 drv_lcdc.o(i.drv_lcdc_config_endianness) + drv_lcdc_config_input_size 0x0001632d Thumb Code 12 drv_lcdc.o(i.drv_lcdc_config_input_size) + drv_lcdc_config_int 0x00016339 Thumb Code 30 drv_lcdc.o(i.drv_lcdc_config_int) + drv_lcdc_config_int_single 0x00016357 Thumb Code 34 drv_lcdc.o(i.drv_lcdc_config_int_single) + drv_lcdc_config_overwrite 0x00016379 Thumb Code 34 drv_lcdc.o(i.drv_lcdc_config_overwrite) + drv_lcdc_config_overwrite_rgb 0x0001639b Thumb Code 12 drv_lcdc.o(i.drv_lcdc_config_overwrite_rgb) + drv_lcdc_config_partial_display_area 0x000163a7 Thumb Code 26 drv_lcdc.o(i.drv_lcdc_config_partial_display_area) + drv_lcdc_config_partial_display_enable 0x000163c1 Thumb Code 34 drv_lcdc.o(i.drv_lcdc_config_partial_display_enable) + drv_lcdc_config_scale_up_coef 0x000163e3 Thumb Code 40 drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) + drv_lcdc_config_scale_up_step 0x0001640b Thumb Code 12 drv_lcdc.o(i.drv_lcdc_config_scale_up_step) + drv_lcdc_config_src_parameter 0x00016417 Thumb Code 76 drv_lcdc.o(i.drv_lcdc_config_src_parameter) + drv_lcdc_config_thresh 0x00016463 Thumb Code 6 drv_lcdc.o(i.drv_lcdc_config_thresh) + drv_lcdc_ctrl_flow 0x00016469 Thumb Code 18 drv_lcdc.o(i.drv_lcdc_ctrl_flow) + drv_lcdc_enable_shadow_reg 0x0001647b Thumb Code 32 drv_lcdc.o(i.drv_lcdc_enable_shadow_reg) + drv_lcdc_set_int 0x0001649d Thumb Code 46 drv_lcdc.o(i.drv_lcdc_set_int) + drv_lcdc_set_video_hw_mode 0x000164d1 Thumb Code 20 drv_lcdc.o(i.drv_lcdc_set_video_hw_mode) + drv_lcdc_start 0x000164e5 Thumb Code 32 drv_lcdc.o(i.drv_lcdc_start) + drv_memc_clear_status 0x00016505 Thumb Code 12 drv_memc.o(i.drv_memc_clear_status) + drv_memc_enable_irq 0x00016511 Thumb Code 58 drv_memc.o(i.drv_memc_enable_irq) + drv_memc_gen_a_tear_signal 0x00016551 Thumb Code 12 drv_memc.o(i.drv_memc_gen_a_tear_signal) + drv_memc_get_status 0x0001655d Thumb Code 18 drv_memc.o(i.drv_memc_get_status) + drv_memc_rate_transfer_sel 0x0001656f Thumb Code 16 drv_memc.o(i.drv_memc_rate_transfer_sel) + drv_memc_sel_vsync 0x0001657f Thumb Code 14 drv_memc.o(i.drv_memc_sel_vsync) + drv_memc_set_active_height 0x0001658d Thumb Code 14 drv_memc.o(i.drv_memc_set_active_height) + drv_memc_set_data_mode 0x000165a1 Thumb Code 12 drv_memc.o(i.drv_memc_set_data_mode) + drv_memc_set_double_buffer 0x000165ad Thumb Code 16 drv_memc.o(i.drv_memc_set_double_buffer) + drv_memc_set_double_buffer_reverse 0x000165bd Thumb Code 18 drv_memc.o(i.drv_memc_set_double_buffer_reverse) + drv_memc_set_fs_en_conditions 0x000165cf Thumb Code 16 drv_memc.o(i.drv_memc_set_fs_en_conditions) + drv_memc_set_inten 0x000165df Thumb Code 20 drv_memc.o(i.drv_memc_set_inten) + drv_memc_set_lcdc_st_conditions 0x000165f5 Thumb Code 18 drv_memc.o(i.drv_memc_set_lcdc_st_conditions) + drv_memc_set_ltpo_mode 0x0001660d Thumb Code 26 drv_memc.o(i.drv_memc_set_ltpo_mode) + drv_memc_set_tear_mode 0x00016627 Thumb Code 14 drv_memc.o(i.drv_memc_set_tear_mode) + drv_memc_set_tear_waveform 0x00016635 Thumb Code 34 drv_memc.o(i.drv_memc_set_tear_waveform) + drv_memc_set_vidc_sync_cnt 0x0001665d Thumb Code 14 drv_memc.o(i.drv_memc_set_vidc_sync_cnt) + drv_param_init_get_ccm 0x0001666d Thumb Code 4 drv_param_init.o(i.drv_param_init_get_ccm) + drv_param_init_get_scld_filter_h 0x00016675 Thumb Code 12 drv_param_init.o(i.drv_param_init_get_scld_filter_h) + drv_param_init_get_scld_filter_v 0x00016689 Thumb Code 12 drv_param_init.o(i.drv_param_init_get_scld_filter_v) + drv_param_init_get_sclu_filter 0x0001669d Thumb Code 4 drv_param_init.o(i.drv_param_init_get_sclu_filter) + drv_param_init_set_ccm 0x000166a5 Thumb Code 14 drv_param_init.o(i.drv_param_init_set_ccm) + drv_param_p2r_filter_init 0x000166b9 Thumb Code 30 drv_param_init.o(i.drv_param_p2r_filter_init) + drv_phy_get_para 0x000166dd Thumb Code 76 drv_phy_common.o(i.drv_phy_get_para) + drv_pwr_set_cp_mode 0x00016731 Thumb Code 26 drv_pwr.o(i.drv_pwr_set_cp_mode) + drv_pwr_set_pvd_mode 0x00016751 Thumb Code 18 drv_pwr.o(i.drv_pwr_set_pvd_mode) + drv_pwr_set_system_clk_src 0x00016769 Thumb Code 36 drv_pwr.o(i.drv_pwr_set_system_clk_src) + drv_rxbr_clear_pkt_buffer 0x00016835 Thumb Code 10 drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) + drv_rxbr_clear_status0 0x0001683f Thumb Code 4 drv_rxbr.o(i.drv_rxbr_clear_status0) + drv_rxbr_enable_irq 0x00016843 Thumb Code 90 drv_rxbr.o(i.drv_rxbr_enable_irq) + drv_rxbr_frame_drop_cfg 0x0001689d Thumb Code 16 drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) + drv_rxbr_get_clk 0x000168b1 Thumb Code 44 drv_rxbr.o(i.drv_rxbr_get_clk) + drv_rxbr_get_col_addr 0x000168ed Thumb Code 4 drv_rxbr.o(i.drv_rxbr_get_col_addr) + drv_rxbr_get_page_addr 0x00016903 Thumb Code 4 drv_rxbr.o(i.drv_rxbr_get_page_addr) + drv_rxbr_hline_rcv0_cfg 0x00016919 Thumb Code 12 drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) + drv_rxbr_hline_rcv_cfg 0x00016925 Thumb Code 8 drv_rxbr.o(i.drv_rxbr_hline_rcv_cfg) + drv_rxbr_register_irq0_callback 0x0001692d Thumb Code 6 drv_rxbr.o(i.drv_rxbr_register_irq0_callback) + drv_rxbr_register_irq1_callback 0x00016939 Thumb Code 6 drv_rxbr.o(i.drv_rxbr_register_irq1_callback) + drv_rxbr_set_ack_pkt_header 0x00016945 Thumb Code 20 drv_rxbr.o(i.drv_rxbr_set_ack_pkt_header) + drv_rxbr_set_cmd_filter 0x00016959 Thumb Code 204 drv_rxbr.o(i.drv_rxbr_set_cmd_filter) + drv_rxbr_set_color_format 0x00016a25 Thumb Code 20 drv_rxbr.o(i.drv_rxbr_set_color_format) + drv_rxbr_set_inten 0x00016a39 Thumb Code 20 drv_rxbr.o(i.drv_rxbr_set_inten) + drv_rxbr_set_ltpo_drop_th 0x00016a4d Thumb Code 16 drv_rxbr.o(i.drv_rxbr_set_ltpo_drop_th) + drv_rxbr_set_usr_cfg 0x00016a5d Thumb Code 38 drv_rxbr.o(i.drv_rxbr_set_usr_cfg) + drv_rxbr_set_usr_col 0x00016a83 Thumb Code 8 drv_rxbr.o(i.drv_rxbr_set_usr_col) + drv_rxbr_set_usr_row 0x00016a8b Thumb Code 8 drv_rxbr.o(i.drv_rxbr_set_usr_row) + drv_spi_m_read_data 0x00016a95 Thumb Code 28 drv_spi_master.o(i.drv_spi_m_read_data) + drv_swire_set_int 0x00016ab5 Thumb Code 64 drv_swire.o(i.drv_swire_set_int) + drv_swire_set_power_down 0x00016afd Thumb Code 24 drv_swire.o(i.drv_swire_set_power_down) + drv_sys_cfg_clear_all_int 0x00016b19 Thumb Code 8 drv_sys_cfg.o(i.drv_sys_cfg_clear_all_int) + drv_sys_cfg_clear_pending 0x00016b25 Thumb Code 32 drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) + drv_sys_cfg_sel_ap_rst_lvl_trig 0x00016b4d Thumb Code 18 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) + drv_sys_cfg_sel_ap_rst_trig 0x00016b65 Thumb Code 22 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) + drv_sys_cfg_sel_gpio_group 0x00016b81 Thumb Code 30 drv_sys_cfg.o(i.drv_sys_cfg_sel_gpio_group) + drv_sys_cfg_sel_int_trig 0x00016ba5 Thumb Code 30 drv_sys_cfg.o(i.drv_sys_cfg_sel_int_trig) + drv_sys_cfg_set_dma_rx_req 0x00016bc9 Thumb Code 10 drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) + drv_sys_cfg_set_dma_tx_req 0x00016bd9 Thumb Code 10 drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) + drv_sys_cfg_set_int 0x00016be9 Thumb Code 30 drv_sys_cfg.o(i.drv_sys_cfg_set_int) + drv_timer_clear_status_flags 0x00016c0d Thumb Code 26 drv_timer.o(i.drv_timer_clear_status_flags) + drv_timer_enable 0x00016c27 Thumb Code 32 drv_timer.o(i.drv_timer_enable) + drv_timer_get_instance 0x00016c49 Thumb Code 8 drv_timer.o(i.drv_timer_get_instance) + drv_timer_get_prescaler 0x00016c55 Thumb Code 14 drv_timer.o(i.drv_timer_get_prescaler) + drv_timer_register_callback 0x00016c65 Thumb Code 12 drv_timer.o(i.drv_timer_register_callback) + drv_timer_set_current_count 0x00016c75 Thumb Code 12 drv_timer.o(i.drv_timer_set_current_count) + drv_timer_set_int 0x00016c81 Thumb Code 68 drv_timer.o(i.drv_timer_set_int) + drv_timer_set_match 0x00016cc9 Thumb Code 12 drv_timer.o(i.drv_timer_set_match) + drv_timer_set_prescaler 0x00016cd5 Thumb Code 22 drv_timer.o(i.drv_timer_set_prescaler) + drv_tx_phy_test_clear 0x00016ceb Thumb Code 12 drv_dsi_tx.o(i.drv_tx_phy_test_clear) + drv_tx_phy_test_enter 0x00016cf7 Thumb Code 28 drv_dsi_tx.o(i.drv_tx_phy_test_enter) + drv_tx_phy_test_exit 0x00016d13 Thumb Code 28 drv_dsi_tx.o(i.drv_tx_phy_test_exit) + drv_tx_phy_test_write 0x00016d2f Thumb Code 26 drv_dsi_tx.o(i.drv_tx_phy_test_write) + drv_tx_phy_test_write_1_byte 0x00016d49 Thumb Code 14 drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) + drv_tx_phy_test_write_2_byte 0x00016d57 Thumb Code 18 drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) + drv_tx_phy_test_write_code 0x00016d69 Thumb Code 34 drv_dsi_tx.o(i.drv_tx_phy_test_write_code) + drv_vidc_clear_irq 0x00016dad Thumb Code 8 drv_vidc.o(i.drv_vidc_clear_irq) + drv_vidc_enable 0x00016db5 Thumb Code 24 drv_vidc.o(i.drv_vidc_enable) + drv_vidc_enable_irq 0x00016dcd Thumb Code 58 drv_vidc.o(i.drv_vidc_enable_irq) + drv_vidc_get_irq_status 0x00016e0d Thumb Code 18 drv_vidc.o(i.drv_vidc_get_irq_status) + drv_vidc_init_module_enable 0x00016e21 Thumb Code 36 drv_vidc.o(i.drv_vidc_init_module_enable) + drv_vidc_register_callback 0x00016e49 Thumb Code 6 drv_vidc.o(i.drv_vidc_register_callback) + drv_vidc_reset 0x00016e55 Thumb Code 6 drv_vidc.o(i.drv_vidc_reset) + drv_vidc_set_dst_parameter 0x00016e5b Thumb Code 60 drv_vidc.o(i.drv_vidc_set_dst_parameter) + drv_vidc_set_irqen 0x00016e97 Thumb Code 20 drv_vidc.o(i.drv_vidc_set_irqen) + drv_vidc_set_mirror 0x00016eab Thumb Code 16 drv_vidc.o(i.drv_vidc_set_mirror) + drv_vidc_set_p2r_hcoef0 0x00016ebb Thumb Code 8 drv_vidc.o(i.drv_vidc_set_p2r_hcoef0) + drv_vidc_set_p2r_hinitb 0x00016ec3 Thumb Code 38 drv_vidc.o(i.drv_vidc_set_p2r_hinitb) + drv_vidc_set_p2r_hinitr 0x00016ee9 Thumb Code 38 drv_vidc.o(i.drv_vidc_set_p2r_hinitr) + drv_vidc_set_pentile_swap 0x00016f11 Thumb Code 18 drv_vidc.o(i.drv_vidc_set_pentile_swap) + drv_vidc_set_pu_ctrl 0x00016f29 Thumb Code 10 drv_vidc.o(i.drv_vidc_set_pu_ctrl) + drv_vidc_set_rotation 0x00016f33 Thumb Code 16 drv_vidc.o(i.drv_vidc_set_rotation) + drv_vidc_set_scld_hcoef0 0x00016f43 Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_hcoef0) + drv_vidc_set_scld_hcoef1 0x00016f4d Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_hcoef1) + drv_vidc_set_scld_step 0x00016f57 Thumb Code 18 drv_vidc.o(i.drv_vidc_set_scld_step) + drv_vidc_set_scld_vcoef0 0x00016f69 Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_vcoef0) + drv_vidc_set_scld_vcoef1 0x00016f73 Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_vcoef1) + drv_vidc_set_src_parameter 0x00016f7d Thumb Code 22 drv_vidc.o(i.drv_vidc_set_src_parameter) + drv_wdg_set_int 0x00016fb5 Thumb Code 48 drv_wdg.o(i.drv_wdg_set_int) + fls_clr_interrupt_flag 0x00016fe9 Thumb Code 10 drv_fls.o(i.fls_clr_interrupt_flag) + fputc 0x00016ff3 Thumb Code 20 tau_log.o(i.fputc) + hal_dsi_rx_ctrl_create_handle 0x00017009 Thumb Code 42 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) + hal_dsi_rx_ctrl_deinit 0x00017039 Thumb Code 32 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) + hal_dsi_rx_ctrl_dsc_async_handler 0x0001705d Thumb Code 120 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) + hal_dsi_rx_ctrl_gen_a_tear_signal 0x000170e1 Thumb Code 32 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) + hal_dsi_rx_ctrl_get_max_ret_size 0x00017109 Thumb Code 30 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) + hal_dsi_rx_ctrl_init 0x00017131 Thumb Code 144 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) + hal_dsi_rx_ctrl_pre_init_pps 0x000179dd Thumb Code 56 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) + hal_dsi_rx_ctrl_send_ack_cmd 0x00017a19 Thumb Code 212 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) + hal_dsi_rx_ctrl_set_cus_sync_line 0x00017b09 Thumb Code 44 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) + hal_dsi_rx_ctrl_set_hw_tear_mode 0x00017b3d Thumb Code 42 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) + hal_dsi_rx_ctrl_set_sw_tear_mode 0x00017b71 Thumb Code 42 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) + hal_dsi_rx_ctrl_start 0x00017ba5 Thumb Code 46 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) + hal_dsi_rx_ctrl_stop 0x00017be1 Thumb Code 46 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) + hal_dsi_rx_ctrl_toggle_resolution 0x00017c1d Thumb Code 28 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) + hal_dsi_tx_ctrl_create_handle 0x000182d9 Thumb Code 34 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) + hal_dsi_tx_ctrl_deinit 0x00018305 Thumb Code 68 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) + hal_dsi_tx_ctrl_enter_init_panel_mode 0x0001834d Thumb Code 68 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) + hal_dsi_tx_ctrl_exit_init_panel_mode 0x00018399 Thumb Code 32 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) + hal_dsi_tx_ctrl_init 0x000183c1 Thumb Code 154 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) + hal_dsi_tx_ctrl_panel_reset_pin 0x00018489 Thumb Code 12 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) + hal_dsi_tx_ctrl_read_cmd 0x00018495 Thumb Code 150 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) + hal_dsi_tx_ctrl_set_ccm 0x00018531 Thumb Code 28 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) + hal_dsi_tx_ctrl_set_overwrite_rgb 0x00018551 Thumb Code 16 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) + hal_dsi_tx_ctrl_set_partial_disp 0x00018565 Thumb Code 12 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) + hal_dsi_tx_ctrl_set_partial_disp_area 0x00018575 Thumb Code 30 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) + hal_dsi_tx_ctrl_start 0x00018599 Thumb Code 94 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) + hal_dsi_tx_ctrl_stop 0x00018605 Thumb Code 54 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) + hal_dsi_tx_ctrl_write_array_cmd 0x00018649 Thumb Code 210 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) + hal_dsi_tx_ctrl_write_cmd 0x00018721 Thumb Code 172 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) + hal_gpio_ctrl_eint 0x00018b19 Thumb Code 18 hal_gpio.o(i.hal_gpio_ctrl_eint) + hal_gpio_get_input_data 0x00018b31 Thumb Code 18 hal_gpio.o(i.hal_gpio_get_input_data) + hal_gpio_init_eint 0x00018b45 Thumb Code 58 hal_gpio.o(i.hal_gpio_init_eint) + hal_gpio_init_input 0x00018b85 Thumb Code 28 hal_gpio.o(i.hal_gpio_init_input) + hal_gpio_init_output 0x00018ba5 Thumb Code 34 hal_gpio.o(i.hal_gpio_init_output) + hal_gpio_reg_eint_cb 0x00018bcd Thumb Code 20 hal_gpio.o(i.hal_gpio_reg_eint_cb) + hal_gpio_set_ap_reset_int 0x00018be5 Thumb Code 76 hal_gpio.o(i.hal_gpio_set_ap_reset_int) + hal_gpio_set_mode 0x00018c35 Thumb Code 90 hal_gpio.o(i.hal_gpio_set_mode) + hal_gpio_set_output_data 0x00018c95 Thumb Code 8 hal_gpio.o(i.hal_gpio_set_output_data) + hal_gpio_set_pull_state 0x00018c9d Thumb Code 26 hal_gpio.o(i.hal_gpio_set_pull_state) + hal_i2c_m_dma_init 0x00018cbd Thumb Code 92 hal_i2c_master.o(i.hal_i2c_m_dma_init) + hal_i2c_m_dma_read 0x00018d29 Thumb Code 26 hal_i2c_master.o(i.hal_i2c_m_dma_read) + hal_i2c_m_dma_write 0x00018d49 Thumb Code 24 hal_i2c_master.o(i.hal_i2c_m_dma_write) + hal_i2c_m_transfer_complate 0x00018d65 Thumb Code 6 hal_i2c_master.o(i.hal_i2c_m_transfer_complate) + hal_i2c_s_dma_write 0x00018da1 Thumb Code 46 hal_i2c_slave.o(i.hal_i2c_s_dma_write) + hal_i2c_s_init 0x00018dd9 Thumb Code 86 hal_i2c_slave.o(i.hal_i2c_s_init) + hal_i2c_s_nonblocking_read 0x00018e45 Thumb Code 14 hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) + hal_i2c_s_set_transfer 0x00018e59 Thumb Code 6 hal_i2c_slave.o(i.hal_i2c_s_set_transfer) + hal_internal_init_memc 0x00018f7d Thumb Code 146 hal_internal_vsync.o(i.hal_internal_init_memc) + hal_internal_sync_get_fb_setting 0x00019061 Thumb Code 12 hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) + hal_internal_sync_input_resolution_change 0x00019071 Thumb Code 418 hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) + hal_internal_vsync_deinit 0x00019285 Thumb Code 24 hal_internal_vsync.o(i.hal_internal_vsync_deinit) + hal_internal_vsync_get_sync_line 0x000192a1 Thumb Code 18 hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) + hal_internal_vsync_init_rx 0x000192b9 Thumb Code 220 hal_internal_vsync.o(i.hal_internal_vsync_init_rx) + hal_internal_vsync_init_tx 0x000193b5 Thumb Code 172 hal_internal_vsync.o(i.hal_internal_vsync_init_tx) + hal_internal_vsync_set_auto_hw_filter 0x00019465 Thumb Code 222 hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) + hal_internal_vsync_set_rx_state 0x00019581 Thumb Code 16 hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) + hal_internal_vsync_set_sync_line 0x00019595 Thumb Code 22 hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) + hal_internal_vsync_set_tear_mode 0x000195b1 Thumb Code 58 hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) + hal_internal_vsync_set_tx_state 0x000195f5 Thumb Code 54 hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) + hal_spi_m_clear_rxfifo 0x000199cd Thumb Code 14 hal_spi_master.o(i.hal_spi_m_clear_rxfifo) + hal_swire_open 0x000199db Thumb Code 22 hal_swire.o(i.hal_swire_open) + hal_system_enable_systick 0x000199f1 Thumb Code 8 hal_system.o(i.hal_system_enable_systick) + hal_system_init 0x000199f9 Thumb Code 96 hal_system.o(i.hal_system_init) + hal_system_init_console 0x00019a75 Thumb Code 28 hal_system.o(i.hal_system_init_console) + hal_system_set_pvd 0x00019a91 Thumb Code 8 hal_system.o(i.hal_system_set_pvd) + hal_system_set_vcc 0x00019a99 Thumb Code 8 hal_system.o(i.hal_system_set_vcc) + hal_timer_init 0x00019aa1 Thumb Code 34 hal_timer.o(i.hal_timer_init) + hal_timer_start 0x00019ac5 Thumb Code 78 hal_timer.o(i.hal_timer_start) + hal_timer_stop 0x00019b19 Thumb Code 40 hal_timer.o(i.hal_timer_stop) + hal_uart_init 0x00019b41 Thumb Code 126 hal_uart.o(i.hal_uart_init) + hal_uart_transmit_blocking 0x00019bcd Thumb Code 12 hal_uart.o(i.hal_uart_transmit_blocking) + handle_init 0x00019bdd Thumb Code 140 irq_redirect .o(i.handle_init) + main 0x00019e09 Thumb Code 10 main.o(i.main) + panel_init_code 0x0001adb4 Data 6319 ap_demo.o(.constdata) + phone_data_21 0x0001c6e4 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_55 0x0001c6e5 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_85_1 0x0001c6e6 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_92_1 0x0001c6e7 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_F5_1 0x0001c6e8 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_F5_2 0x0001c6e9 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_F5_3 0x0001c6ea Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_F5_4 0x0001c6eb Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_30 0x0001c6ec Data 2 app_tp_for_custom_s8.o(.constdata) + phone_data_52 0x0001c6ee Data 3 app_tp_for_custom_s8.o(.constdata) + phone_data_92_3 0x0001c6f1 Data 3 app_tp_for_custom_s8.o(.constdata) + phone_data_A3 0x0001c6f4 Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_A4 0x0001c6f8 Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_A5 0x0001c6fc Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_AF 0x0001c700 Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_F1 0x0001c704 Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_22 0x0001c708 Data 5 app_tp_for_custom_s8.o(.constdata) + phone_data_92_2 0x0001c70d Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_F6_1 0x0001c713 Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_F6_2 0x0001c719 Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_F6_3 0x0001c71f Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_F6_4 0x0001c725 Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_60_1 0x0001c72b Data 16 app_tp_for_custom_s8.o(.constdata) + phone_data_23 0x0001c73b Data 11 app_tp_for_custom_s8.o(.constdata) + phone_data_85_2 0x0001c746 Data 28 app_tp_for_custom_s8.o(.constdata) + phone_data_90 0x0001c762 Data 10 app_tp_for_custom_s8.o(.constdata) + sleep_on 0x0001c76c Data 16 app_tp_for_custom_s8.o(.constdata) + screen_reg_start_data_size 0x0001c77c Data 1 app_tp_for_custom_s8.o(.constdata) + Region$$Table$$Base 0x0001cc34 Number 0 anon$$obj.o(Region$$Table) + Region$$Table$$Limit 0x0001cc64 Number 0 anon$$obj.o(Region$$Table) + g_fun_handle 0x00070100 Data 192 irq_redirect .o(.ARM.__AT_0x00070100) + phone_86_flag 0x000701d6 Data 1 ap_demo.o(.data) + phone_A6_flag 0x000701d7 Data 1 ap_demo.o(.data) + phone_start_flag 0x000701d8 Data 1 ap_demo.o(.data) + ap_tear_flag 0x000701dc Data 1 ap_demo.o(.data) + g_enter_display_off 0x000701dd Data 1 ap_demo.o(.data) + panel_mode 0x000701df Data 1 ap_demo.o(.data) + value_reg_b1 0x000701e2 Data 2 ap_demo.o(.data) + value_reg_b1_bak 0x000701e4 Data 2 ap_demo.o(.data) + value_reg51 0x000701e6 Data 2 ap_demo.o(.data) + value_reg51_bak 0x000701e8 Data 2 ap_demo.o(.data) + panel_r 0x000701ea Data 2 ap_demo.o(.data) + panel_g 0x000701ec Data 2 ap_demo.o(.data) + panel_b 0x000701ee Data 2 ap_demo.o(.data) + value_reg_ca 0x000701f8 Data 4 ap_demo.o(.data) + phone_data_E4 0x00070200 Data 1 app_tp_for_custom_s8.o(.data) + tp_flag 0x00070201 Data 1 app_tp_for_custom_s8.o(.data) + g_phone_output_int_pad 0x00070202 Data 1 app_tp_for_custom_s8.o(.data) + tp_sleep_in 0x00070203 Data 1 app_tp_for_custom_s8.o(.data) + tp_sleep_count 0x00070204 Data 1 app_tp_for_custom_s8.o(.data) + sleep_double_EN 0x00070205 Data 1 app_tp_for_custom_s8.o(.data) + Flag_EA_EN 0x00070206 Data 1 app_tp_for_custom_s8.o(.data) + Flag_touch_count 0x00070207 Data 1 app_tp_for_custom_s8.o(.data) + touchnum_bak 0x00070208 Data 1 app_tp_for_custom_s8.o(.data) + Flag_blacklight_EN 0x00070209 Data 1 app_tp_for_custom_s8.o(.data) + phone_data_B1 0x00070212 Data 2 app_tp_for_custom_s8.o(.data) + phone_reg_coord_back 0x0007021c Data 200 app_tp_for_custom_s8.o(.data) + g_screen_input_rst_pad 0x000702e4 Data 1 app_tp_for_custom_s8.o(.data) + g_screen_input_int_pad 0x000702e5 Data 1 app_tp_for_custom_s8.o(.data) + screen_data_write_1 0x000702e6 Data 1 app_tp_for_custom_s8.o(.data) + screen_data_write_2 0x000702e7 Data 3 app_tp_for_custom_s8.o(.data) + screen_data_write_3 0x000702ea Data 5 app_tp_for_custom_s8.o(.data) + screen_reg_int_data 0x000702f0 Data 48 app_tp_for_custom_s8.o(.data) + s_screen_init_complate 0x00070324 Data 1 app_tp_transfer.o(.data) + MI10_PRO_screen_init_data1 0x00070328 Data 3 app_tp_transfer.o(.data) + MI10_PRO_screen_init_data3 0x0007032b Data 3 app_tp_transfer.o(.data) + MI10_PRO_screen_init_data4 0x0007032e Data 3 app_tp_transfer.o(.data) + MI10_PRO_screen_init_data2 0x00070331 Data 6 app_tp_transfer.o(.data) + g_fls_w_cmd 0x00070364 Data 1 norflash.o(.data) + g_fls_r_cmd 0x00070365 Data 1 norflash.o(.data) + g_fls_write_en_status 0x00070366 Data 1 norflash.o(.data) + isFlsTransferEnd 0x00070367 Data 1 norflash.o(.data) + isFlsFifoReq 0x00070368 Data 1 norflash.o(.data) + isNandWriteCompleted 0x00070369 Data 1 norflash.o(.data) + isNandReadCompleted 0x0007036a Data 1 norflash.o(.data) + g_fls_error_info 0x00070370 Data 6 norflash.o(.data) + g_systick_cb_func 0x0007037c Data 4 drv_common.o(.data) + g_system_clock 0x00070380 Data 4 drv_common.o(.data) + g_scld_fhd_filter_h 0x00070390 Data 256 drv_param_init.o(.data) + g_scld_fhd_filter_v 0x00070490 Data 256 drv_param_init.o(.data) + g_scld_hd_filter_h 0x00070590 Data 256 drv_param_init.o(.data) + g_scld_hd_filter_v 0x00070690 Data 256 drv_param_init.o(.data) + g_sclu_filter 0x00070790 Data 128 drv_param_init.o(.data) + g_ccm_setting 0x00070810 Data 36 drv_param_init.o(.data) + g_int_rxbr_irq0_cb_func 0x00070834 Data 4 drv_rxbr.o(.data) + g_int_rxbr_irq1_cb_func 0x00070838 Data 4 drv_rxbr.o(.data) + g_int_vidc_cb_func 0x00070848 Data 4 drv_vidc.o(.data) + tx_byte_num 0x00070854 Data 4 drv_i2c_slave.o(.data) + __stdout 0x00070884 Data 4 stdout.o(.data) + phone_reg_coord_back_bak 0x00070888 Data 200 app_tp_for_custom_s8.o(.bss) + string 0x00070be8 Data 256 tau_log.o(.bss) + hal_dmahandle 0x00070ce8 Data 160 hal_uart.o(.bss) + hal_uarthandle_dma 0x00070d88 Data 32 hal_uart.o(.bss) + hal_uart_handle_global 0x00070da8 Data 16 hal_uart.o(.bss) + g_vsync_hande 0x00070db8 Data 56 hal_internal_vsync.o(.bss) + g_dcs_execute_table 0x00070df0 Data 2048 hal_internal_vsync.o(.bss) + g_packet_fifo 0x00071710 Data 4144 dcs_packet_fifo.o(.bss) + g_spis_ctrl_handle 0x000728fc Data 32 hal_spi_slave.o(.bss) + __stack_limit 0x00072920 Data 0 startup_armcm0.o(STACK) + __initial_sp 0x00073920 Data 0 startup_armcm0.o(STACK) + + + +============================================================================== + +Memory Map of the image + + Image Entry point : 0x000100c1 + + Load Region LR_IROM2 (Base: 0x00010000, Size: 0x0000d31c, Max: 0x00010000, ABSOLUTE, COMPRESSED[0x0000d018]) + + Execution Region ER_IROM2 (Exec base: 0x00010000, Load base: 0x00010000, Size: 0x0000cc64, Max: 0x00010000, ABSOLUTE) + + Exec Addr Load Addr Size Type Attr Idx E Section Name Object + + 0x00010000 0x00010000 0x000000c0 Data RO 526 RESET startup_armcm0.o + 0x000100c0 0x000100c0 0x00000000 Code RO 2479 * .ARM.Collect$$$$00000000 mc_p.l(entry.o) + 0x000100c0 0x000100c0 0x00000004 Code RO 2787 .ARM.Collect$$$$00000001 mc_p.l(entry2.o) + 0x000100c4 0x000100c4 0x00000004 Code RO 2790 .ARM.Collect$$$$00000004 mc_p.l(entry5.o) + 0x000100c8 0x000100c8 0x00000000 Code RO 2792 .ARM.Collect$$$$00000008 mc_p.l(entry7b.o) + 0x000100c8 0x000100c8 0x00000000 Code RO 2794 .ARM.Collect$$$$0000000A mc_p.l(entry8b.o) + 0x000100c8 0x000100c8 0x00000008 Code RO 2795 .ARM.Collect$$$$0000000B mc_p.l(entry9a.o) + 0x000100d0 0x000100d0 0x00000000 Code RO 2797 .ARM.Collect$$$$0000000D mc_p.l(entry10a.o) + 0x000100d0 0x000100d0 0x00000000 Code RO 2799 .ARM.Collect$$$$0000000F mc_p.l(entry11a.o) + 0x000100d0 0x000100d0 0x00000004 Code RO 2788 .ARM.Collect$$$$00002712 mc_p.l(entry2.o) + 0x000100d4 0x000100d4 0x00000078 Code RO 527 .text startup_armcm0.o + 0x0001014c 0x0001014c 0x0000002c Code RO 2482 .text mc_p.l(uidiv.o) + 0x00010178 0x00010178 0x00000028 Code RO 2484 .text mc_p.l(idiv.o) + 0x000101a0 0x000101a0 0x00000024 Code RO 2486 .text mc_p.l(memcpya.o) + 0x000101c4 0x000101c4 0x00000024 Code RO 2488 .text mc_p.l(memseta.o) + 0x000101e8 0x000101e8 0x000000b2 Code RO 2753 .text mf_p.l(fadd.o) + 0x0001029a 0x0001029a 0x0000007a Code RO 2755 .text mf_p.l(fmul.o) + 0x00010314 0x00010314 0x0000007c Code RO 2757 .text mf_p.l(fdiv.o) + 0x00010390 0x00010390 0x00000018 Code RO 2759 .text mf_p.l(fscalb.o) + 0x000103a8 0x000103a8 0x00000164 Code RO 2761 .text mf_p.l(dadd.o) + 0x0001050c 0x0001050c 0x000000d0 Code RO 2763 .text mf_p.l(dmul.o) + 0x000105dc 0x000105dc 0x000000f0 Code RO 2765 .text mf_p.l(ddiv.o) + 0x000106cc 0x000106cc 0x00000016 Code RO 2767 .text mf_p.l(fflti.o) + 0x000106e2 0x000106e2 0x0000000e Code RO 2769 .text mf_p.l(ffltui.o) + 0x000106f0 0x000106f0 0x0000001c Code RO 2773 .text mf_p.l(dfltui.o) + 0x0001070c 0x0001070c 0x00000032 Code RO 2775 .text mf_p.l(ffixi.o) + 0x0001073e 0x0001073e 0x00000028 Code RO 2777 .text mf_p.l(ffixui.o) + 0x00010766 0x00010766 0x00000002 PAD + 0x00010768 0x00010768 0x00000048 Code RO 2779 .text mf_p.l(dfixi.o) + 0x000107b0 0x000107b0 0x0000003c Code RO 2781 .text mf_p.l(dfixui.o) + 0x000107ec 0x000107ec 0x00000028 Code RO 2783 .text mf_p.l(f2d.o) + 0x00010814 0x00010814 0x00000014 Code RO 2785 .text mf_p.l(cfrcmple.o) + 0x00010828 0x00010828 0x00000060 Code RO 2802 .text mc_p.l(uldiv.o) + 0x00010888 0x00010888 0x00000020 Code RO 2804 .text mc_p.l(llshl.o) + 0x000108a8 0x000108a8 0x00000022 Code RO 2806 .text mc_p.l(llushr.o) + 0x000108ca 0x000108ca 0x00000026 Code RO 2808 .text mc_p.l(llsshr.o) + 0x000108f0 0x000108f0 0x00000000 Code RO 2810 .text mc_p.l(iusefp.o) + 0x000108f0 0x000108f0 0x00000082 Code RO 2811 .text mf_p.l(fepilogue.o) + 0x00010972 0x00010972 0x000000be Code RO 2813 .text mf_p.l(depilogue.o) + 0x00010a30 0x00010a30 0x00000040 Code RO 2817 .text mf_p.l(dfixul.o) + 0x00010a70 0x00010a70 0x00000028 Code RO 2819 .text mf_p.l(cdrcmple.o) + 0x00010a98 0x00010a98 0x00000024 Code RO 2821 .text mc_p.l(init.o) + 0x00010abc 0x00010abc 0x00000056 Code RO 2831 .text mc_p.l(__dczerorl2.o) + 0x00010b12 0x00010b12 0x00000002 PAD + 0x00010b14 0x00010b14 0x00000018 Code RO 1989 i.ADC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010b2c 0x00010b2c 0x00000018 Code RO 1990 i.AP_NRESET_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010b44 0x00010b44 0x00000014 Code RO 1991 i.DMA_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010b58 0x00010b58 0x0000001c Code RO 1992 i.EXTI_INT0_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010b74 0x00010b74 0x0000001c Code RO 1993 i.EXTI_INT1_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010b90 0x00010b90 0x0000001c Code RO 1994 i.EXTI_INT2_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010bac 0x00010bac 0x0000001c Code RO 1995 i.EXTI_INT3_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010bc8 0x00010bc8 0x0000001c Code RO 1996 i.EXTI_INT4_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010be4 0x00010be4 0x0000001c Code RO 1997 i.EXTI_INT5_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c00 0x00010c00 0x0000001c Code RO 1998 i.EXTI_INT6_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c1c 0x00010c1c 0x0000001c Code RO 1999 i.EXTI_INT7_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c38 0x00010c38 0x00000014 Code RO 2000 i.FLSCTRL_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c4c 0x00010c4c 0x00000074 Code RO 99 i.Gpio_swire_output ap_demo.o + 0x00010cc0 0x00010cc0 0x00000014 Code RO 2001 i.HardFault_Handler CVWL568.lib(irq_redirect .o) + 0x00010cd4 0x00010cd4 0x00000018 Code RO 2002 i.I2C0_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010cec 0x00010cec 0x00000018 Code RO 2003 i.I2C1_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d04 0x00010d04 0x00000018 Code RO 2004 i.LCDC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d1c 0x00010d1c 0x00000028 Code RO 895 i.LOG_printf CVWL568.lib(tau_log.o) + 0x00010d44 0x00010d44 0x00000018 Code RO 2005 i.MEMC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d5c 0x00010d5c 0x00000018 Code RO 2006 i.MIPI_RX_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d74 0x00010d74 0x00000018 Code RO 2007 i.MIPI_TX_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d8c 0x00010d8c 0x0000001c Code RO 2008 i.PWMDET_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010da8 0x00010da8 0x00000108 Code RO 357 i.S20_Start_init app_tp_transfer.o + 0x00010eb0 0x00010eb0 0x0000001c Code RO 2009 i.SPIM_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010ecc 0x00010ecc 0x0000001c Code RO 2010 i.SPIS_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010ee8 0x00010ee8 0x0000001c Code RO 2011 i.SWIRE_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010f04 0x00010f04 0x00000018 Code RO 2012 i.SysTick_Handler CVWL568.lib(irq_redirect .o) + 0x00010f1c 0x00010f1c 0x00000018 Code RO 2013 i.TIMER0_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010f34 0x00010f34 0x00000018 Code RO 2014 i.TIMER1_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010f4c 0x00010f4c 0x00000018 Code RO 2015 i.TIMER2_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010f64 0x00010f64 0x00000018 Code RO 2016 i.TIMER3_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010f7c 0x00010f7c 0x0000001c Code RO 2319 i.UART0_IRQ_Handle CVWL568.lib(drv_uart.o) + 0x00010f98 0x00010f98 0x00000002 Code RO 2323 i.UART_DisableDma CVWL568.lib(drv_uart.o) + 0x00010f9a 0x00010f9a 0x00000004 Code RO 2329 i.UART_GetInstance CVWL568.lib(drv_uart.o) + 0x00010f9e 0x00010f9e 0x00000002 PAD + 0x00010fa0 0x00010fa0 0x00000018 Code RO 2017 i.UART_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010fb8 0x00010fb8 0x00000024 Code RO 2337 i.UART_ResetRxFIFO CVWL568.lib(drv_uart.o) + 0x00010fdc 0x00010fdc 0x0000001a Code RO 2341 i.UART_SwitchSCLK CVWL568.lib(drv_uart.o) + 0x00010ff6 0x00010ff6 0x00000002 Code RO 2826 i.__scatterload_null mc_p.l(handlers.o) + 0x00010ff8 0x00010ff8 0x00000008 Code RO 2347 i.app_UART_IRQn_Handler CVWL568.lib(drv_uart.o) + 0x00011000 0x00011000 0x00000014 Data RO 1103 .ARM.__at_0x11000 CVWL568.lib(drv_common.o) + 0x00011014 0x00011014 0x00000048 Code RO 2340 i.UART_SetBaudRate CVWL568.lib(drv_uart.o) + 0x0001105c 0x0001105c 0x00000134 Code RO 2343 i.UART_TransferHandleIRQ CVWL568.lib(drv_uart.o) + 0x00011190 0x00011190 0x0000001a Code RO 2345 i.UART_WriteBlocking CVWL568.lib(drv_uart.o) + 0x000111aa 0x000111aa 0x00000002 PAD + 0x000111ac 0x000111ac 0x000000bc Code RO 2346 i.UART_init CVWL568.lib(drv_uart.o) + 0x00011268 0x00011268 0x00000018 Code RO 2018 i.VIDC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00011280 0x00011280 0x00000018 Code RO 2019 i.VPRE_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00011298 0x00011298 0x00000018 Code RO 2020 i.WDG_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x000112b0 0x000112b0 0x00000020 Code RO 2725 i.__0printf mc_p.l(printfa.o) + 0x000112d0 0x000112d0 0x00000024 Code RO 2731 i.__0vsprintf mc_p.l(printfa.o) + 0x000112f4 0x000112f4 0x0000002e Code RO 2815 i.__ARM_clz mf_p.l(depilogue.o) + 0x00011322 0x00011322 0x0000001a Code RO 225 i.__ARM_common_switch8 ap_demo.o + 0x0001133c 0x0001133c 0x00000018 Code RO 2082 i.__NVIC_ClearPendingIRQ CVWL568.lib(drv_i2c_master.o) + 0x00011354 0x00011354 0x00000018 Code RO 2115 i.__NVIC_ClearPendingIRQ CVWL568.lib(drv_i2c_slave.o) + 0x0001136c 0x0001136c 0x00000018 Code RO 2150 i.__NVIC_ClearPendingIRQ CVWL568.lib(drv_spi_master.o) + 0x00011384 0x00011384 0x00000020 Code RO 1729 i.__NVIC_DisableIRQ CVWL568.lib(drv_rxbr.o) + 0x000113a4 0x000113a4 0x00000018 Code RO 1730 i.__NVIC_EnableIRQ CVWL568.lib(drv_rxbr.o) + 0x000113bc 0x000113bc 0x00000044 Code RO 2212 i.__NVIC_SetPriority CVWL568.lib(hal_spi_slave.o) + 0x00011400 0x00011400 0x0000000e Code RO 2825 i.__scatterload_copy mc_p.l(handlers.o) + 0x0001140e 0x0001140e 0x0000000e Code RO 2827 i.__scatterload_zeroinit mc_p.l(handlers.o) + 0x0001141c 0x0001141c 0x00000174 Code RO 2732 i._fp_digits mc_p.l(printfa.o) + 0x00011590 0x00011590 0x000006ec Code RO 2733 i._printf_core mc_p.l(printfa.o) + 0x00011c7c 0x00011c7c 0x00000020 Code RO 2734 i._printf_post_padding mc_p.l(printfa.o) + 0x00011c9c 0x00011c9c 0x0000002c Code RO 2735 i._printf_pre_padding mc_p.l(printfa.o) + 0x00011cc8 0x00011cc8 0x0000000a Code RO 2737 i._sputc mc_p.l(printfa.o) + 0x00011cd2 0x00011cd2 0x00000002 PAD + 0x00011cd4 0x00011cd4 0x00001338 Code RO 100 i.ap_dcs_read ap_demo.o + 0x0001300c 0x0001300c 0x00000154 Code RO 101 i.ap_demo ap_demo.o + 0x00013160 0x00013160 0x0000002c Code RO 102 i.ap_get_reg_ca ap_demo.o + 0x0001318c 0x0001318c 0x0000009c Code RO 103 i.ap_get_reg_df ap_demo.o + 0x00013228 0x00013228 0x00000034 Code RO 104 i.ap_reset_cb ap_demo.o + 0x0001325c 0x0001325c 0x0000035c Code RO 105 i.ap_set_backlight ap_demo.o + 0x000135b8 0x000135b8 0x00000058 Code RO 106 i.ap_set_display_off ap_demo.o + 0x00013610 0x00013610 0x00000048 Code RO 107 i.ap_set_display_on ap_demo.o + 0x00013658 0x00013658 0x00000060 Code RO 108 i.ap_set_enter_sleep_mode ap_demo.o + 0x000136b8 0x000136b8 0x00000048 Code RO 109 i.ap_set_exit_sleep_mode ap_demo.o + 0x00013700 0x00013700 0x0000001c Code RO 1731 i.app_ADC_IRQn_Handler CVWL568.lib(drv_rxbr.o) + 0x0001371c 0x0001371c 0x00000024 Code RO 1519 i.app_AP_NRESET_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013740 0x00013740 0x0000001c Code RO 1520 i.app_EXTI_INT0_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x0001375c 0x0001375c 0x0000001c Code RO 1521 i.app_EXTI_INT1_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013778 0x00013778 0x0000001c Code RO 1522 i.app_EXTI_INT2_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013794 0x00013794 0x0000001c Code RO 1523 i.app_EXTI_INT3_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x000137b0 0x000137b0 0x0000001c Code RO 1524 i.app_EXTI_INT4_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x000137cc 0x000137cc 0x0000001c Code RO 1525 i.app_EXTI_INT5_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x000137e8 0x000137e8 0x0000001c Code RO 1526 i.app_EXTI_INT6_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013804 0x00013804 0x0000001c Code RO 1527 i.app_EXTI_INT7_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013820 0x00013820 0x00000048 Code RO 1095 i.app_HardFault_Handler CVWL568.lib(drv_common.o) + 0x00013868 0x00013868 0x00000010 Code RO 2116 i.app_I2C0_IRQn_Handler CVWL568.lib(drv_i2c_slave.o) + 0x00013878 0x00013878 0x00000010 Code RO 2083 i.app_I2C1_IRQn_Handler CVWL568.lib(drv_i2c_master.o) + 0x00013888 0x00013888 0x000000e0 Code RO 925 i.app_LCDC_IRQn_Handler CVWL568.lib(hal_internal_vsync.o) + 0x00013968 0x00013968 0x00000088 Code RO 1653 i.app_MEMC_IRQn_Handler CVWL568.lib(drv_memc.o) + 0x000139f0 0x000139f0 0x0000028c Code RO 1260 i.app_MIPI_RX_IRQn_Handler CVWL568.lib(drv_dsi_rx.o) + 0x00013c7c 0x00013c7c 0x000000a0 Code RO 1316 i.app_MIPI_TX_IRQn_Handler CVWL568.lib(drv_dsi_tx.o) + 0x00013d1c 0x00013d1c 0x00000048 Code RO 2280 i.app_PWMDET_IRQn_Handler CVWL568.lib(drv_pwm.o) + 0x00013d64 0x00013d64 0x00000030 Code RO 2151 i.app_SPIM_IRQn_Handler CVWL568.lib(drv_spi_master.o) + 0x00013d94 0x00013d94 0x000000a4 Code RO 2213 i.app_SPIS_IRQn_Handler CVWL568.lib(hal_spi_slave.o) + 0x00013e38 0x00013e38 0x00000020 Code RO 1822 i.app_SWIRE_IRQn_Handler CVWL568.lib(drv_swire.o) + 0x00013e58 0x00013e58 0x00000018 Code RO 1096 i.app_SysTick_Handler CVWL568.lib(drv_common.o) + 0x00013e70 0x00013e70 0x00000024 Code RO 1872 i.app_TIMER0_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x00013e94 0x00013e94 0x00000024 Code RO 1873 i.app_TIMER1_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x00013eb8 0x00013eb8 0x00000024 Code RO 1874 i.app_TIMER2_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x00013edc 0x00013edc 0x00000034 Code RO 1875 i.app_TIMER3_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x00013f10 0x00013f10 0x0000001c Code RO 1910 i.app_VIDC_IRQn_Handler CVWL568.lib(drv_vidc.o) + 0x00013f2c 0x00013f2c 0x0000001c Code RO 1732 i.app_VPRE_IRQn_Handler CVWL568.lib(drv_rxbr.o) + 0x00013f48 0x00013f48 0x0000002c Code RO 2406 i.app_WDG_IRQn_Handler CVWL568.lib(drv_wdg.o) + 0x00013f74 0x00013f74 0x00000010 Code RO 1207 i.app_dma_irq_handler CVWL568.lib(drv_dma.o) + 0x00013f84 0x00013f84 0x00000030 Code RO 1000 i.app_fls_ctrl_Handler CVWL568.lib(norflash.o) + 0x00013fb4 0x00013fb4 0x0000000a Code RO 358 i.app_tp_i2cs_callback app_tp_transfer.o + 0x00013fbe 0x00013fbe 0x00000002 PAD + 0x00013fc0 0x00013fc0 0x0000006c Code RO 359 i.app_tp_init app_tp_transfer.o + 0x0001402c 0x0001402c 0x00000020 Code RO 360 i.app_tp_m_read app_tp_transfer.o + 0x0001404c 0x0001404c 0x00000008 Code RO 361 i.app_tp_m_transfer_complate app_tp_transfer.o + 0x00014054 0x00014054 0x00000008 Code RO 362 i.app_tp_m_write app_tp_transfer.o + 0x0001405c 0x0001405c 0x00000364 Code RO 269 i.app_tp_phone_analysis_data app_tp_for_custom_s8.o + 0x000143c0 0x000143c0 0x0000000c Code RO 363 i.app_tp_phone_clear_reset_on app_tp_transfer.o + 0x000143cc 0x000143cc 0x00000008 Code RO 365 i.app_tp_s_read app_tp_transfer.o + 0x000143d4 0x000143d4 0x00000008 Code RO 367 i.app_tp_s_write app_tp_transfer.o + 0x000143dc 0x000143dc 0x00000270 Code RO 271 i.app_tp_screen_analysis_int app_tp_for_custom_s8.o + 0x0001464c 0x0001464c 0x0000000c Code RO 369 i.app_tp_screen_int_callback app_tp_transfer.o + 0x00014658 0x00014658 0x00000038 Code RO 370 i.app_tp_screen_int_init app_tp_transfer.o + 0x00014690 0x00014690 0x00000004 Code RO 371 i.app_tp_screen_int_lvl_low app_tp_transfer.o + 0x00014694 0x00014694 0x00000030 Code RO 372 i.app_tp_transfer_phone app_tp_transfer.o + 0x000146c4 0x000146c4 0x00000040 Code RO 373 i.app_tp_transfer_screen_const app_tp_transfer.o + 0x00014704 0x00014704 0x00000104 Code RO 374 i.app_tp_transfer_screen_int app_tp_transfer.o + 0x00014808 0x00014808 0x00000018 Code RO 375 i.app_tp_transfer_screen_start app_tp_transfer.o + 0x00014820 0x00014820 0x0000001c Code RO 506 i.board_Init board.o + 0x0001483c 0x0001483c 0x000002b4 Code RO 926 i.calc_framebuffer_setting CVWL568.lib(hal_internal_vsync.o) + 0x00014af0 0x00014af0 0x000000c8 Code RO 2476 i.ceil m_ps.l(ceil.o) + 0x00014bb8 0x00014bb8 0x0000002c Code RO 927 i.check_mipi_rx_tx_video_info CVWL568.lib(hal_internal_vsync.o) + 0x00014be4 0x00014be4 0x00000090 Code RO 928 i.check_pkt_buf_rev CVWL568.lib(hal_internal_vsync.o) + 0x00014c74 0x00014c74 0x00000058 Code RO 1082 i.dcs_packet_fifo_alloc CVWL568.lib(dcs_packet_fifo.o) + 0x00014ccc 0x00014ccc 0x00000018 Code RO 1083 i.dcs_packet_fifo_init CVWL568.lib(dcs_packet_fifo.o) + 0x00014ce4 0x00014ce4 0x00000044 Code RO 1084 i.dcs_packet_free_fifo_header CVWL568.lib(dcs_packet_fifo.o) + 0x00014d28 0x00014d28 0x00000024 Code RO 1085 i.dcs_packet_get_fifo_header CVWL568.lib(dcs_packet_fifo.o) + 0x00014d4c 0x00014d4c 0x0000001c Code RO 929 i.dcs_sw_filter CVWL568.lib(hal_internal_vsync.o) + 0x00014d68 0x00014d68 0x00000018 Code RO 887 i.delayMs CVWL568.lib(tau_delay.o) + 0x00014d80 0x00014d80 0x00000022 Code RO 888 i.delayUs CVWL568.lib(tau_delay.o) + 0x00014da2 0x00014da2 0x00000002 PAD + 0x00014da4 0x00014da4 0x0000008c Code RO 110 i.disable_mipi_timer_cb ap_demo.o + 0x00014e30 0x00014e30 0x00000038 Code RO 1841 i.drv_ap_rst_trig_edge_detect CVWL568.lib(drv_sys_cfg.o) + 0x00014e68 0x00014e68 0x0000000c Code RO 2183 i.drv_chip_info_get_info CVWL568.lib(drv_chip_info.o) + 0x00014e74 0x00014e74 0x00000040 Code RO 2184 i.drv_chip_info_init CVWL568.lib(drv_chip_info.o) + 0x00014eb4 0x00014eb4 0x000000c8 Code RO 2185 i.drv_chip_rx_info_check CVWL568.lib(drv_chip_info.o) + 0x00014f7c 0x00014f7c 0x00000014 Code RO 2186 i.drv_chip_rx_init_done CVWL568.lib(drv_chip_info.o) + 0x00014f90 0x00014f90 0x00000058 Code RO 1098 i.drv_common_enable_systick CVWL568.lib(drv_common.o) + 0x00014fe8 0x00014fe8 0x00000008 Code RO 1101 i.drv_common_system_init CVWL568.lib(drv_common.o) + 0x00014ff0 0x00014ff0 0x0000000c Code RO 1117 i.drv_crgu_clear_all_reset_flags CVWL568.lib(drv_crgu.o) + 0x00014ffc 0x00014ffc 0x00000010 Code RO 1122 i.drv_crgu_config_reset_modules CVWL568.lib(drv_crgu.o) + 0x0001500c 0x0001500c 0x00000014 Code RO 1134 i.drv_crgu_set_ahb_pre_div CVWL568.lib(drv_crgu.o) + 0x00015020 0x00015020 0x00000014 Code RO 1135 i.drv_crgu_set_ahb_src CVWL568.lib(drv_crgu.o) + 0x00015034 0x00015034 0x00000020 Code RO 1138 i.drv_crgu_set_clock CVWL568.lib(drv_crgu.o) + 0x00015054 0x00015054 0x00000014 Code RO 1139 i.drv_crgu_set_dpi_mux_src CVWL568.lib(drv_crgu.o) + 0x00015068 0x00015068 0x00000018 Code RO 1140 i.drv_crgu_set_dpi_pre_div CVWL568.lib(drv_crgu.o) + 0x00015080 0x00015080 0x00000014 Code RO 1141 i.drv_crgu_set_dpi_pre_src CVWL568.lib(drv_crgu.o) + 0x00015094 0x00015094 0x00000014 Code RO 1142 i.drv_crgu_set_dsc_core_div CVWL568.lib(drv_crgu.o) + 0x000150a8 0x000150a8 0x00000014 Code RO 1143 i.drv_crgu_set_dsco_src CVWL568.lib(drv_crgu.o) + 0x000150bc 0x000150bc 0x00000014 Code RO 1144 i.drv_crgu_set_dsco_src_div CVWL568.lib(drv_crgu.o) + 0x000150d0 0x000150d0 0x00000014 Code RO 1145 i.drv_crgu_set_fb_div CVWL568.lib(drv_crgu.o) + 0x000150e4 0x000150e4 0x00000014 Code RO 1146 i.drv_crgu_set_fb_src CVWL568.lib(drv_crgu.o) + 0x000150f8 0x000150f8 0x00000014 Code RO 1149 i.drv_crgu_set_lcdc_div CVWL568.lib(drv_crgu.o) + 0x0001510c 0x0001510c 0x00000014 Code RO 1150 i.drv_crgu_set_lcdc_src CVWL568.lib(drv_crgu.o) + 0x00015120 0x00015120 0x00000014 Code RO 1151 i.drv_crgu_set_mipi_cfg_src CVWL568.lib(drv_crgu.o) + 0x00015134 0x00015134 0x00000018 Code RO 1152 i.drv_crgu_set_mipi_ref_src CVWL568.lib(drv_crgu.o) + 0x0001514c 0x0001514c 0x00000018 Code RO 1155 i.drv_crgu_set_reset CVWL568.lib(drv_crgu.o) + 0x00015164 0x00015164 0x00000014 Code RO 1156 i.drv_crgu_set_rxbr_div CVWL568.lib(drv_crgu.o) + 0x00015178 0x00015178 0x00000014 Code RO 1157 i.drv_crgu_set_rxbr_src CVWL568.lib(drv_crgu.o) + 0x0001518c 0x0001518c 0x00000014 Code RO 1159 i.drv_crgu_set_vidc_src CVWL568.lib(drv_crgu.o) + 0x000151a0 0x000151a0 0x00000018 Code RO 1211 i.drv_dma_clear_flag CVWL568.lib(drv_dma.o) + 0x000151b8 0x000151b8 0x0000001c Code RO 1212 i.drv_dma_create_handle CVWL568.lib(drv_dma.o) + 0x000151d4 0x000151d4 0x00000010 Code RO 1214 i.drv_dma_disenable_channel CVWL568.lib(drv_dma.o) + 0x000151e4 0x000151e4 0x00000010 Code RO 1216 i.drv_dma_enable_channel CVWL568.lib(drv_dma.o) + 0x000151f4 0x000151f4 0x00000024 Code RO 1217 i.drv_dma_enable_channel_interrupts CVWL568.lib(drv_dma.o) + 0x00015218 0x00015218 0x0000000c Code RO 1219 i.drv_dma_get_channel_flag CVWL568.lib(drv_dma.o) + 0x00015224 0x00015224 0x00000090 Code RO 1222 i.drv_dma_irq_handler CVWL568.lib(drv_dma.o) + 0x000152b4 0x000152b4 0x00000012 Code RO 1224 i.drv_dma_prepar_transfer CVWL568.lib(drv_dma.o) + 0x000152c6 0x000152c6 0x0000001a Code RO 1226 i.drv_dma_set_burst CVWL568.lib(drv_dma.o) + 0x000152e0 0x000152e0 0x00000006 Code RO 1227 i.drv_dma_set_callback CVWL568.lib(drv_dma.o) + 0x000152e6 0x000152e6 0x00000002 PAD + 0x000152e8 0x000152e8 0x00000044 Code RO 1229 i.drv_dma_set_transfer CVWL568.lib(drv_dma.o) + 0x0001532c 0x0001532c 0x00000036 Code RO 2196 i.drv_dsc_dec_convert_pps_rc_parameter CVWL568.lib(drv_dsc_dec.o) + 0x00015362 0x00015362 0x0000000c Code RO 2197 i.drv_dsc_dec_disable CVWL568.lib(drv_dsc_dec.o) + 0x0001536e 0x0001536e 0x00000002 PAD + 0x00015370 0x00015370 0x00000074 Code RO 2198 i.drv_dsc_dec_enable CVWL568.lib(drv_dsc_dec.o) + 0x000153e4 0x000153e4 0x0000000a Code RO 2199 i.drv_dsc_dec_get_nslc CVWL568.lib(drv_dsc_dec.o) + 0x000153ee 0x000153ee 0x00000028 Code RO 2201 i.drv_dsc_dec_set_u8_pps CVWL568.lib(drv_dsc_dec.o) + 0x00015416 0x00015416 0x00000002 PAD + 0x00015418 0x00015418 0x00000104 Code RO 1261 i.drv_dsi_rx_calc_ipi_tx_delay CVWL568.lib(drv_dsi_rx.o) + 0x0001551c 0x0001551c 0x00000040 Code RO 1262 i.drv_dsi_rx_enable_irq CVWL568.lib(drv_dsi_rx.o) + 0x0001555c 0x0001555c 0x00000050 Code RO 1263 i.drv_dsi_rx_get_color_bpp CVWL568.lib(drv_dsi_rx.o) + 0x000155ac 0x000155ac 0x0000001c Code RO 1264 i.drv_dsi_rx_get_color_pcc CVWL568.lib(drv_dsi_rx.o) + 0x000155c8 0x000155c8 0x00000008 Code RO 1265 i.drv_dsi_rx_get_compression_en CVWL568.lib(drv_dsi_rx.o) + 0x000155d0 0x000155d0 0x00000006 Code RO 1266 i.drv_dsi_rx_get_max_ret_size CVWL568.lib(drv_dsi_rx.o) + 0x000155d6 0x000155d6 0x0000000e Code RO 1270 i.drv_dsi_rx_power_up CVWL568.lib(drv_dsi_rx.o) + 0x000155e4 0x000155e4 0x00000020 Code RO 1271 i.drv_dsi_rx_set_ctrl_cfg CVWL568.lib(drv_dsi_rx.o) + 0x00015604 0x00015604 0x00000010 Code RO 1272 i.drv_dsi_rx_set_ddi_cfg CVWL568.lib(drv_dsi_rx.o) + 0x00015614 0x00015614 0x00000004 Code RO 1274 i.drv_dsi_rx_set_inten CVWL568.lib(drv_dsi_rx.o) + 0x00015618 0x00015618 0x00000010 Code RO 1275 i.drv_dsi_rx_set_ipi_cfg CVWL568.lib(drv_dsi_rx.o) + 0x00015628 0x00015628 0x00000046 Code RO 1277 i.drv_dsi_rx_set_lane_swap CVWL568.lib(drv_dsi_rx.o) + 0x0001566e 0x0001566e 0x00000002 PAD + 0x00015670 0x00015670 0x000000d0 Code RO 1278 i.drv_dsi_rx_set_up_phy CVWL568.lib(drv_dsi_rx.o) + 0x00015740 0x00015740 0x0000000e Code RO 1279 i.drv_dsi_rx_shut_down CVWL568.lib(drv_dsi_rx.o) + 0x0001574e 0x0001574e 0x00000004 Code RO 1317 i.drv_dsi_tx_command_get_payload CVWL568.lib(drv_dsi_tx.o) + 0x00015752 0x00015752 0x00000014 Code RO 1318 i.drv_dsi_tx_command_header CVWL568.lib(drv_dsi_tx.o) + 0x00015766 0x00015766 0x0000006c Code RO 1319 i.drv_dsi_tx_command_mode_cfg CVWL568.lib(drv_dsi_tx.o) + 0x000157d2 0x000157d2 0x00000004 Code RO 1320 i.drv_dsi_tx_command_put_payload CVWL568.lib(drv_dsi_tx.o) + 0x000157d6 0x000157d6 0x00000018 Code RO 1321 i.drv_dsi_tx_config_eotp CVWL568.lib(drv_dsi_tx.o) + 0x000157ee 0x000157ee 0x00000008 Code RO 1322 i.drv_dsi_tx_config_int CVWL568.lib(drv_dsi_tx.o) + 0x000157f6 0x000157f6 0x00000008 Code RO 1323 i.drv_dsi_tx_dpi_lpcmd_time CVWL568.lib(drv_dsi_tx.o) + 0x000157fe 0x000157fe 0x0000000a Code RO 1324 i.drv_dsi_tx_dpi_mode CVWL568.lib(drv_dsi_tx.o) + 0x00015808 0x00015808 0x00000024 Code RO 1325 i.drv_dsi_tx_dpi_polarity CVWL568.lib(drv_dsi_tx.o) + 0x0001582c 0x0001582c 0x00000004 Code RO 1326 i.drv_dsi_tx_edpi_cmd_size CVWL568.lib(drv_dsi_tx.o) + 0x00015830 0x00015830 0x00000004 Code RO 1328 i.drv_dsi_tx_get_cmd_status CVWL568.lib(drv_dsi_tx.o) + 0x00015834 0x00015834 0x00000004 Code RO 1330 i.drv_dsi_tx_mode CVWL568.lib(drv_dsi_tx.o) + 0x00015838 0x00015838 0x00000018 Code RO 1331 i.drv_dsi_tx_phy_clock_lane_auto_lp CVWL568.lib(drv_dsi_tx.o) + 0x00015850 0x00015850 0x0000001a Code RO 1332 i.drv_dsi_tx_phy_clock_lane_req_hs CVWL568.lib(drv_dsi_tx.o) + 0x0001586a 0x0001586a 0x0000000c Code RO 1334 i.drv_dsi_tx_phy_lane_mode CVWL568.lib(drv_dsi_tx.o) + 0x00015876 0x00015876 0x00000064 Code RO 1338 i.drv_dsi_tx_phy_status_ready CVWL568.lib(drv_dsi_tx.o) + 0x000158da 0x000158da 0x0000003e Code RO 1339 i.drv_dsi_tx_phy_status_stopstate CVWL568.lib(drv_dsi_tx.o) + 0x00015918 0x00015918 0x0000001e Code RO 1341 i.drv_dsi_tx_phy_time_cfg CVWL568.lib(drv_dsi_tx.o) + 0x00015936 0x00015936 0x00000008 Code RO 1345 i.drv_dsi_tx_powerup CVWL568.lib(drv_dsi_tx.o) + 0x0001593e 0x0001593e 0x0000001c Code RO 1346 i.drv_dsi_tx_response_mode CVWL568.lib(drv_dsi_tx.o) + 0x0001595a 0x0001595a 0x00000016 Code RO 1348 i.drv_dsi_tx_set_bta CVWL568.lib(drv_dsi_tx.o) + 0x00015970 0x00015970 0x00000018 Code RO 1349 i.drv_dsi_tx_set_bta_ack CVWL568.lib(drv_dsi_tx.o) + 0x00015988 0x00015988 0x0000000c Code RO 1350 i.drv_dsi_tx_set_esc_div CVWL568.lib(drv_dsi_tx.o) + 0x00015994 0x00015994 0x00000034 Code RO 1351 i.drv_dsi_tx_set_int CVWL568.lib(drv_dsi_tx.o) + 0x000159c8 0x000159c8 0x00000010 Code RO 1352 i.drv_dsi_tx_set_time_out_div CVWL568.lib(drv_dsi_tx.o) + 0x000159d8 0x000159d8 0x00000008 Code RO 1353 i.drv_dsi_tx_set_video_chunk CVWL568.lib(drv_dsi_tx.o) + 0x000159e0 0x000159e0 0x00000022 Code RO 1354 i.drv_dsi_tx_set_video_timing CVWL568.lib(drv_dsi_tx.o) + 0x00015a02 0x00015a02 0x00000008 Code RO 1356 i.drv_dsi_tx_shutdown CVWL568.lib(drv_dsi_tx.o) + 0x00015a0a 0x00015a0a 0x00000026 Code RO 1357 i.drv_dsi_tx_timeout_cfg CVWL568.lib(drv_dsi_tx.o) + 0x00015a30 0x00015a30 0x000000aa Code RO 1360 i.drv_dsi_tx_video_mode_cfg CVWL568.lib(drv_dsi_tx.o) + 0x00015ada 0x00015ada 0x00000016 Code RO 1361 i.drv_dsi_tx_video_mode_disable_hact_cmd CVWL568.lib(drv_dsi_tx.o) + 0x00015af0 0x00015af0 0x00000018 Code RO 1362 i.drv_dsi_tx_video_mode_set_lp_cmd CVWL568.lib(drv_dsi_tx.o) + 0x00015b08 0x00015b08 0x00000020 Code RO 2430 i.drv_efuse_enter_inactive CVWL568.lib(drv_efuse.o) + 0x00015b28 0x00015b28 0x0000000c Code RO 2433 i.drv_efuse_int_enable CVWL568.lib(drv_efuse.o) + 0x00015b34 0x00015b34 0x00000032 Code RO 2434 i.drv_efuse_read CVWL568.lib(drv_efuse.o) + 0x00015b66 0x00015b66 0x00000018 Code RO 2435 i.drv_efuse_read_req CVWL568.lib(drv_efuse.o) + 0x00015b7e 0x00015b7e 0x00000002 PAD + 0x00015b80 0x00015b80 0x00000018 Code RO 1528 i.drv_gpio_get_input_data CVWL568.lib(drv_gpio.o) + 0x00015b98 0x00015b98 0x0000000c Code RO 1530 i.drv_gpio_register_ap_reset_callback CVWL568.lib(drv_gpio.o) + 0x00015ba4 0x00015ba4 0x00000014 Code RO 1531 i.drv_gpio_register_callback CVWL568.lib(drv_gpio.o) + 0x00015bb8 0x00015bb8 0x00000044 Code RO 1533 i.drv_gpio_set_int CVWL568.lib(drv_gpio.o) + 0x00015bfc 0x00015bfc 0x00000020 Code RO 1534 i.drv_gpio_set_ioe CVWL568.lib(drv_gpio.o) + 0x00015c1c 0x00015c1c 0x00000010 Code RO 1535 i.drv_gpio_set_mode0 CVWL568.lib(drv_gpio.o) + 0x00015c2c 0x00015c2c 0x00000010 Code RO 1536 i.drv_gpio_set_mode1 CVWL568.lib(drv_gpio.o) + 0x00015c3c 0x00015c3c 0x00000010 Code RO 1537 i.drv_gpio_set_mode2 CVWL568.lib(drv_gpio.o) + 0x00015c4c 0x00015c4c 0x00000010 Code RO 1538 i.drv_gpio_set_mode3 CVWL568.lib(drv_gpio.o) + 0x00015c5c 0x00015c5c 0x00000020 Code RO 707 i.drv_gpio_set_output_data CVWL568.lib(hal_gpio.o) + 0x00015c7c 0x00015c7c 0x00000130 Code RO 1539 i.drv_gpio_set_pull_state CVWL568.lib(drv_gpio.o) + 0x00015dac 0x00015dac 0x00000034 Code RO 1571 i.drv_i2c_dma_callback CVWL568.lib(drv_i2c_dma.o) + 0x00015de0 0x00015de0 0x000000ac Code RO 1572 i.drv_i2c_dma_init CVWL568.lib(drv_i2c_dma.o) + 0x00015e8c 0x00015e8c 0x0000001a Code RO 1573 i.drv_i2c_enable_rx_dma CVWL568.lib(drv_i2c_dma.o) + 0x00015ea6 0x00015ea6 0x00000018 Code RO 1574 i.drv_i2c_enable_tx_dma CVWL568.lib(drv_i2c_dma.o) + 0x00015ebe 0x00015ebe 0x00000002 PAD + 0x00015ec0 0x00015ec0 0x00000060 Code RO 2085 i.drv_i2c_m_clear_it_pending_bit CVWL568.lib(drv_i2c_master.o) + 0x00015f20 0x00015f20 0x00000010 Code RO 2087 i.drv_i2c_m_enable CVWL568.lib(drv_i2c_master.o) + 0x00015f30 0x00015f30 0x00000038 Code RO 2088 i.drv_i2c_m_enable_intr CVWL568.lib(drv_i2c_master.o) + 0x00015f68 0x00015f68 0x0000000c Code RO 2091 i.drv_i2c_m_set_callback CVWL568.lib(drv_i2c_master.o) + 0x00015f74 0x00015f74 0x0000008c Code RO 2095 i.drv_i2c_master_init CVWL568.lib(drv_i2c_master.o) + 0x00016000 0x00016000 0x0000005c Code RO 1575 i.drv_i2c_master_read_dma CVWL568.lib(drv_i2c_dma.o) + 0x0001605c 0x0001605c 0x0000003c Code RO 1576 i.drv_i2c_master_write_dma CVWL568.lib(drv_i2c_dma.o) + 0x00016098 0x00016098 0x0000002e Code RO 1577 i.drv_i2c_master_write_read_cmd CVWL568.lib(drv_i2c_dma.o) + 0x000160c6 0x000160c6 0x00000002 PAD + 0x000160c8 0x000160c8 0x0000005c Code RO 2118 i.drv_i2c_s_clear_it_pending_bit CVWL568.lib(drv_i2c_slave.o) + 0x00016124 0x00016124 0x00000034 Code RO 2121 i.drv_i2c_s_enable_intr CVWL568.lib(drv_i2c_slave.o) + 0x00016158 0x00016158 0x0000001c Code RO 2122 i.drv_i2c_s_get_fifo_status CVWL568.lib(drv_i2c_slave.o) + 0x00016174 0x00016174 0x0000000c Code RO 2125 i.drv_i2c_s_set_callback CVWL568.lib(drv_i2c_slave.o) + 0x00016180 0x00016180 0x00000020 Code RO 2128 i.drv_i2c_s_write_data CVWL568.lib(drv_i2c_slave.o) + 0x000161a0 0x000161a0 0x00000058 Code RO 1578 i.drv_i2c_set_dma_irq_callback CVWL568.lib(drv_i2c_dma.o) + 0x000161f8 0x000161f8 0x00000044 Code RO 2129 i.drv_i2c_slave_init CVWL568.lib(drv_i2c_slave.o) + 0x0001623c 0x0001623c 0x0000001c Code RO 1579 i.drv_i2c_slave_write_dma CVWL568.lib(drv_i2c_dma.o) + 0x00016258 0x00016258 0x00000018 Code RO 1595 i.drv_lcdc_config_bypass CVWL568.lib(drv_lcdc.o) + 0x00016270 0x00016270 0x00000030 Code RO 1596 i.drv_lcdc_config_ccm CVWL568.lib(drv_lcdc.o) + 0x000162a0 0x000162a0 0x00000016 Code RO 1597 i.drv_lcdc_config_disp_mode CVWL568.lib(drv_lcdc.o) + 0x000162b6 0x000162b6 0x00000024 Code RO 1598 i.drv_lcdc_config_dpi_polarity CVWL568.lib(drv_lcdc.o) + 0x000162da 0x000162da 0x00000026 Code RO 1599 i.drv_lcdc_config_dpi_timing CVWL568.lib(drv_lcdc.o) + 0x00016300 0x00016300 0x00000016 Code RO 1600 i.drv_lcdc_config_edpi_mode CVWL568.lib(drv_lcdc.o) + 0x00016316 0x00016316 0x00000016 Code RO 1601 i.drv_lcdc_config_endianness CVWL568.lib(drv_lcdc.o) + 0x0001632c 0x0001632c 0x0000000c Code RO 1602 i.drv_lcdc_config_input_size CVWL568.lib(drv_lcdc.o) + 0x00016338 0x00016338 0x0000001e Code RO 1603 i.drv_lcdc_config_int CVWL568.lib(drv_lcdc.o) + 0x00016356 0x00016356 0x00000022 Code RO 1604 i.drv_lcdc_config_int_single CVWL568.lib(drv_lcdc.o) + 0x00016378 0x00016378 0x00000022 Code RO 1605 i.drv_lcdc_config_overwrite CVWL568.lib(drv_lcdc.o) + 0x0001639a 0x0001639a 0x0000000c Code RO 1606 i.drv_lcdc_config_overwrite_rgb CVWL568.lib(drv_lcdc.o) + 0x000163a6 0x000163a6 0x0000001a Code RO 1607 i.drv_lcdc_config_partial_display_area CVWL568.lib(drv_lcdc.o) + 0x000163c0 0x000163c0 0x00000022 Code RO 1608 i.drv_lcdc_config_partial_display_enable CVWL568.lib(drv_lcdc.o) + 0x000163e2 0x000163e2 0x00000028 Code RO 1610 i.drv_lcdc_config_scale_up_coef CVWL568.lib(drv_lcdc.o) + 0x0001640a 0x0001640a 0x0000000c Code RO 1611 i.drv_lcdc_config_scale_up_step CVWL568.lib(drv_lcdc.o) + 0x00016416 0x00016416 0x0000004c Code RO 1612 i.drv_lcdc_config_src_parameter CVWL568.lib(drv_lcdc.o) + 0x00016462 0x00016462 0x00000006 Code RO 1613 i.drv_lcdc_config_thresh CVWL568.lib(drv_lcdc.o) + 0x00016468 0x00016468 0x00000012 Code RO 1614 i.drv_lcdc_ctrl_flow CVWL568.lib(drv_lcdc.o) + 0x0001647a 0x0001647a 0x00000020 Code RO 1616 i.drv_lcdc_enable_shadow_reg CVWL568.lib(drv_lcdc.o) + 0x0001649a 0x0001649a 0x00000002 PAD + 0x0001649c 0x0001649c 0x00000034 Code RO 1617 i.drv_lcdc_set_int CVWL568.lib(drv_lcdc.o) + 0x000164d0 0x000164d0 0x00000014 Code RO 1619 i.drv_lcdc_set_video_hw_mode CVWL568.lib(drv_lcdc.o) + 0x000164e4 0x000164e4 0x00000020 Code RO 1620 i.drv_lcdc_start CVWL568.lib(drv_lcdc.o) + 0x00016504 0x00016504 0x0000000c Code RO 1654 i.drv_memc_clear_status CVWL568.lib(drv_memc.o) + 0x00016510 0x00016510 0x00000040 Code RO 1655 i.drv_memc_enable_irq CVWL568.lib(drv_memc.o) + 0x00016550 0x00016550 0x0000000c Code RO 1656 i.drv_memc_gen_a_tear_signal CVWL568.lib(drv_memc.o) + 0x0001655c 0x0001655c 0x00000012 Code RO 1657 i.drv_memc_get_status CVWL568.lib(drv_memc.o) + 0x0001656e 0x0001656e 0x00000010 Code RO 1658 i.drv_memc_rate_transfer_sel CVWL568.lib(drv_memc.o) + 0x0001657e 0x0001657e 0x0000000e Code RO 1659 i.drv_memc_sel_vsync CVWL568.lib(drv_memc.o) + 0x0001658c 0x0001658c 0x00000014 Code RO 1660 i.drv_memc_set_active_height CVWL568.lib(drv_memc.o) + 0x000165a0 0x000165a0 0x0000000c Code RO 1661 i.drv_memc_set_data_mode CVWL568.lib(drv_memc.o) + 0x000165ac 0x000165ac 0x00000010 Code RO 1664 i.drv_memc_set_double_buffer CVWL568.lib(drv_memc.o) + 0x000165bc 0x000165bc 0x00000012 Code RO 1665 i.drv_memc_set_double_buffer_reverse CVWL568.lib(drv_memc.o) + 0x000165ce 0x000165ce 0x00000010 Code RO 1667 i.drv_memc_set_fs_en_conditions CVWL568.lib(drv_memc.o) + 0x000165de 0x000165de 0x00000014 Code RO 1668 i.drv_memc_set_inten CVWL568.lib(drv_memc.o) + 0x000165f2 0x000165f2 0x00000002 PAD + 0x000165f4 0x000165f4 0x00000018 Code RO 1669 i.drv_memc_set_lcdc_st_conditions CVWL568.lib(drv_memc.o) + 0x0001660c 0x0001660c 0x0000001a Code RO 1670 i.drv_memc_set_ltpo_mode CVWL568.lib(drv_memc.o) + 0x00016626 0x00016626 0x0000000e Code RO 1674 i.drv_memc_set_tear_mode CVWL568.lib(drv_memc.o) + 0x00016634 0x00016634 0x00000028 Code RO 1675 i.drv_memc_set_tear_waveform CVWL568.lib(drv_memc.o) + 0x0001665c 0x0001665c 0x0000000e Code RO 1677 i.drv_memc_set_vidc_sync_cnt CVWL568.lib(drv_memc.o) + 0x0001666a 0x0001666a 0x00000002 PAD + 0x0001666c 0x0001666c 0x00000008 Code RO 1709 i.drv_param_init_get_ccm CVWL568.lib(drv_param_init.o) + 0x00016674 0x00016674 0x00000014 Code RO 1710 i.drv_param_init_get_scld_filter_h CVWL568.lib(drv_param_init.o) + 0x00016688 0x00016688 0x00000014 Code RO 1711 i.drv_param_init_get_scld_filter_v CVWL568.lib(drv_param_init.o) + 0x0001669c 0x0001669c 0x00000008 Code RO 1712 i.drv_param_init_get_sclu_filter CVWL568.lib(drv_param_init.o) + 0x000166a4 0x000166a4 0x00000014 Code RO 1713 i.drv_param_init_set_ccm CVWL568.lib(drv_param_init.o) + 0x000166b8 0x000166b8 0x00000024 Code RO 1715 i.drv_param_p2r_filter_init CVWL568.lib(drv_param_init.o) + 0x000166dc 0x000166dc 0x00000054 Code RO 2061 i.drv_phy_get_para CVWL568.lib(drv_phy_common.o) + 0x00016730 0x00016730 0x00000020 Code RO 2071 i.drv_pwr_set_cp_mode CVWL568.lib(drv_pwr.o) + 0x00016750 0x00016750 0x00000018 Code RO 2072 i.drv_pwr_set_pvd_mode CVWL568.lib(drv_pwr.o) + 0x00016768 0x00016768 0x00000030 Code RO 2073 i.drv_pwr_set_system_clk_src CVWL568.lib(drv_pwr.o) + 0x00016798 0x00016798 0x0000001c Code RO 1280 i.drv_rx_phy_test_clear CVWL568.lib(drv_dsi_rx.o) + 0x000167b4 0x000167b4 0x00000020 Code RO 1281 i.drv_rx_phy_test_lock CVWL568.lib(drv_dsi_rx.o) + 0x000167d4 0x000167d4 0x00000042 Code RO 1283 i.drv_rx_phy_test_write CVWL568.lib(drv_dsi_rx.o) + 0x00016816 0x00016816 0x0000000e Code RO 1284 i.drv_rx_phy_test_write_1_byte CVWL568.lib(drv_dsi_rx.o) + 0x00016824 0x00016824 0x00000010 Code RO 1285 i.drv_rx_phy_test_write_2_byte CVWL568.lib(drv_dsi_rx.o) + 0x00016834 0x00016834 0x0000000a Code RO 1733 i.drv_rxbr_clear_pkt_buffer CVWL568.lib(drv_rxbr.o) + 0x0001683e 0x0001683e 0x00000004 Code RO 1734 i.drv_rxbr_clear_status0 CVWL568.lib(drv_rxbr.o) + 0x00016842 0x00016842 0x0000005a Code RO 1736 i.drv_rxbr_enable_irq CVWL568.lib(drv_rxbr.o) + 0x0001689c 0x0001689c 0x00000014 Code RO 1737 i.drv_rxbr_frame_drop_cfg CVWL568.lib(drv_rxbr.o) + 0x000168b0 0x000168b0 0x0000003c Code RO 1738 i.drv_rxbr_get_clk CVWL568.lib(drv_rxbr.o) + 0x000168ec 0x000168ec 0x00000004 Code RO 1739 i.drv_rxbr_get_col_addr CVWL568.lib(drv_rxbr.o) + 0x000168f0 0x000168f0 0x00000012 Code RO 930 i.drv_rxbr_get_int_source CVWL568.lib(hal_internal_vsync.o) + 0x00016902 0x00016902 0x00000004 Code RO 1742 i.drv_rxbr_get_page_addr CVWL568.lib(drv_rxbr.o) + 0x00016906 0x00016906 0x00000012 Code RO 931 i.drv_rxbr_get_status0 CVWL568.lib(hal_internal_vsync.o) + 0x00016918 0x00016918 0x0000000c Code RO 1744 i.drv_rxbr_hline_rcv0_cfg CVWL568.lib(drv_rxbr.o) + 0x00016924 0x00016924 0x00000008 Code RO 1745 i.drv_rxbr_hline_rcv_cfg CVWL568.lib(drv_rxbr.o) + 0x0001692c 0x0001692c 0x0000000c Code RO 1746 i.drv_rxbr_register_irq0_callback CVWL568.lib(drv_rxbr.o) + 0x00016938 0x00016938 0x0000000c Code RO 1747 i.drv_rxbr_register_irq1_callback CVWL568.lib(drv_rxbr.o) + 0x00016944 0x00016944 0x00000014 Code RO 1748 i.drv_rxbr_set_ack_pkt_header CVWL568.lib(drv_rxbr.o) + 0x00016958 0x00016958 0x000000cc Code RO 1749 i.drv_rxbr_set_cmd_filter CVWL568.lib(drv_rxbr.o) + 0x00016a24 0x00016a24 0x00000014 Code RO 1751 i.drv_rxbr_set_color_format CVWL568.lib(drv_rxbr.o) + 0x00016a38 0x00016a38 0x00000014 Code RO 1753 i.drv_rxbr_set_inten CVWL568.lib(drv_rxbr.o) + 0x00016a4c 0x00016a4c 0x00000010 Code RO 1754 i.drv_rxbr_set_ltpo_drop_th CVWL568.lib(drv_rxbr.o) + 0x00016a5c 0x00016a5c 0x00000026 Code RO 1756 i.drv_rxbr_set_usr_cfg CVWL568.lib(drv_rxbr.o) + 0x00016a82 0x00016a82 0x00000008 Code RO 1757 i.drv_rxbr_set_usr_col CVWL568.lib(drv_rxbr.o) + 0x00016a8a 0x00016a8a 0x00000008 Code RO 1758 i.drv_rxbr_set_usr_row CVWL568.lib(drv_rxbr.o) + 0x00016a92 0x00016a92 0x00000002 PAD + 0x00016a94 0x00016a94 0x00000020 Code RO 2159 i.drv_spi_m_read_data CVWL568.lib(drv_spi_master.o) + 0x00016ab4 0x00016ab4 0x00000048 Code RO 1826 i.drv_swire_set_int CVWL568.lib(drv_swire.o) + 0x00016afc 0x00016afc 0x0000001c Code RO 1827 i.drv_swire_set_power_down CVWL568.lib(drv_swire.o) + 0x00016b18 0x00016b18 0x0000000c Code RO 1842 i.drv_sys_cfg_clear_all_int CVWL568.lib(drv_sys_cfg.o) + 0x00016b24 0x00016b24 0x00000028 Code RO 1843 i.drv_sys_cfg_clear_pending CVWL568.lib(drv_sys_cfg.o) + 0x00016b4c 0x00016b4c 0x00000018 Code RO 1846 i.drv_sys_cfg_sel_ap_rst_lvl_trig CVWL568.lib(drv_sys_cfg.o) + 0x00016b64 0x00016b64 0x0000001c Code RO 1847 i.drv_sys_cfg_sel_ap_rst_trig CVWL568.lib(drv_sys_cfg.o) + 0x00016b80 0x00016b80 0x00000024 Code RO 1848 i.drv_sys_cfg_sel_gpio_group CVWL568.lib(drv_sys_cfg.o) + 0x00016ba4 0x00016ba4 0x00000024 Code RO 1849 i.drv_sys_cfg_sel_int_trig CVWL568.lib(drv_sys_cfg.o) + 0x00016bc8 0x00016bc8 0x00000010 Code RO 1851 i.drv_sys_cfg_set_dma_rx_req CVWL568.lib(drv_sys_cfg.o) + 0x00016bd8 0x00016bd8 0x00000010 Code RO 1852 i.drv_sys_cfg_set_dma_tx_req CVWL568.lib(drv_sys_cfg.o) + 0x00016be8 0x00016be8 0x00000024 Code RO 1853 i.drv_sys_cfg_set_int CVWL568.lib(drv_sys_cfg.o) + 0x00016c0c 0x00016c0c 0x0000001a Code RO 1877 i.drv_timer_clear_status_flags CVWL568.lib(drv_timer.o) + 0x00016c26 0x00016c26 0x00000020 Code RO 1878 i.drv_timer_enable CVWL568.lib(drv_timer.o) + 0x00016c46 0x00016c46 0x00000002 PAD + 0x00016c48 0x00016c48 0x0000000c Code RO 1880 i.drv_timer_get_instance CVWL568.lib(drv_timer.o) + 0x00016c54 0x00016c54 0x0000000e Code RO 1882 i.drv_timer_get_prescaler CVWL568.lib(drv_timer.o) + 0x00016c62 0x00016c62 0x00000002 PAD + 0x00016c64 0x00016c64 0x00000010 Code RO 1883 i.drv_timer_register_callback CVWL568.lib(drv_timer.o) + 0x00016c74 0x00016c74 0x0000000c Code RO 1884 i.drv_timer_set_current_count CVWL568.lib(drv_timer.o) + 0x00016c80 0x00016c80 0x00000048 Code RO 1885 i.drv_timer_set_int CVWL568.lib(drv_timer.o) + 0x00016cc8 0x00016cc8 0x0000000c Code RO 1886 i.drv_timer_set_match CVWL568.lib(drv_timer.o) + 0x00016cd4 0x00016cd4 0x00000016 Code RO 1887 i.drv_timer_set_prescaler CVWL568.lib(drv_timer.o) + 0x00016cea 0x00016cea 0x0000000c Code RO 1363 i.drv_tx_phy_test_clear CVWL568.lib(drv_dsi_tx.o) + 0x00016cf6 0x00016cf6 0x0000001c Code RO 1364 i.drv_tx_phy_test_enter CVWL568.lib(drv_dsi_tx.o) + 0x00016d12 0x00016d12 0x0000001c Code RO 1365 i.drv_tx_phy_test_exit CVWL568.lib(drv_dsi_tx.o) + 0x00016d2e 0x00016d2e 0x0000001a Code RO 1368 i.drv_tx_phy_test_write CVWL568.lib(drv_dsi_tx.o) + 0x00016d48 0x00016d48 0x0000000e Code RO 1369 i.drv_tx_phy_test_write_1_byte CVWL568.lib(drv_dsi_tx.o) + 0x00016d56 0x00016d56 0x00000012 Code RO 1370 i.drv_tx_phy_test_write_2_byte CVWL568.lib(drv_dsi_tx.o) + 0x00016d68 0x00016d68 0x00000022 Code RO 1371 i.drv_tx_phy_test_write_code CVWL568.lib(drv_dsi_tx.o) + 0x00016d8a 0x00016d8a 0x00000022 Code RO 1372 i.drv_tx_phy_test_write_data CVWL568.lib(drv_dsi_tx.o) + 0x00016dac 0x00016dac 0x00000008 Code RO 1911 i.drv_vidc_clear_irq CVWL568.lib(drv_vidc.o) + 0x00016db4 0x00016db4 0x00000018 Code RO 1915 i.drv_vidc_enable CVWL568.lib(drv_vidc.o) + 0x00016dcc 0x00016dcc 0x00000040 Code RO 1916 i.drv_vidc_enable_irq CVWL568.lib(drv_vidc.o) + 0x00016e0c 0x00016e0c 0x00000012 Code RO 1918 i.drv_vidc_get_irq_status CVWL568.lib(drv_vidc.o) + 0x00016e1e 0x00016e1e 0x00000002 PAD + 0x00016e20 0x00016e20 0x00000028 Code RO 1922 i.drv_vidc_init_module_enable CVWL568.lib(drv_vidc.o) + 0x00016e48 0x00016e48 0x0000000c Code RO 1923 i.drv_vidc_register_callback CVWL568.lib(drv_vidc.o) + 0x00016e54 0x00016e54 0x00000006 Code RO 1924 i.drv_vidc_reset CVWL568.lib(drv_vidc.o) + 0x00016e5a 0x00016e5a 0x0000003c Code RO 1926 i.drv_vidc_set_dst_parameter CVWL568.lib(drv_vidc.o) + 0x00016e96 0x00016e96 0x00000014 Code RO 1930 i.drv_vidc_set_irqen CVWL568.lib(drv_vidc.o) + 0x00016eaa 0x00016eaa 0x00000010 Code RO 1931 i.drv_vidc_set_mirror CVWL568.lib(drv_vidc.o) + 0x00016eba 0x00016eba 0x00000008 Code RO 1934 i.drv_vidc_set_p2r_hcoef0 CVWL568.lib(drv_vidc.o) + 0x00016ec2 0x00016ec2 0x00000026 Code RO 1935 i.drv_vidc_set_p2r_hinitb CVWL568.lib(drv_vidc.o) + 0x00016ee8 0x00016ee8 0x00000026 Code RO 1936 i.drv_vidc_set_p2r_hinitr CVWL568.lib(drv_vidc.o) + 0x00016f0e 0x00016f0e 0x00000002 PAD + 0x00016f10 0x00016f10 0x00000018 Code RO 1937 i.drv_vidc_set_pentile_swap CVWL568.lib(drv_vidc.o) + 0x00016f28 0x00016f28 0x0000000a Code RO 1938 i.drv_vidc_set_pu_ctrl CVWL568.lib(drv_vidc.o) + 0x00016f32 0x00016f32 0x00000010 Code RO 1939 i.drv_vidc_set_rotation CVWL568.lib(drv_vidc.o) + 0x00016f42 0x00016f42 0x0000000a Code RO 1940 i.drv_vidc_set_scld_hcoef0 CVWL568.lib(drv_vidc.o) + 0x00016f4c 0x00016f4c 0x0000000a Code RO 1941 i.drv_vidc_set_scld_hcoef1 CVWL568.lib(drv_vidc.o) + 0x00016f56 0x00016f56 0x00000012 Code RO 1942 i.drv_vidc_set_scld_step CVWL568.lib(drv_vidc.o) + 0x00016f68 0x00016f68 0x0000000a Code RO 1943 i.drv_vidc_set_scld_vcoef0 CVWL568.lib(drv_vidc.o) + 0x00016f72 0x00016f72 0x0000000a Code RO 1944 i.drv_vidc_set_scld_vcoef1 CVWL568.lib(drv_vidc.o) + 0x00016f7c 0x00016f7c 0x00000016 Code RO 1945 i.drv_vidc_set_src_parameter CVWL568.lib(drv_vidc.o) + 0x00016f92 0x00016f92 0x00000002 PAD + 0x00016f94 0x00016f94 0x00000010 Code RO 2408 i.drv_wdg_clear_edge_flag CVWL568.lib(drv_wdg.o) + 0x00016fa4 0x00016fa4 0x00000010 Code RO 2411 i.drv_wdg_read_edge_flag CVWL568.lib(drv_wdg.o) + 0x00016fb4 0x00016fb4 0x00000034 Code RO 2414 i.drv_wdg_set_int CVWL568.lib(drv_wdg.o) + 0x00016fe8 0x00016fe8 0x0000000a Code RO 1440 i.fls_clr_interrupt_flag CVWL568.lib(drv_fls.o) + 0x00016ff2 0x00016ff2 0x00000014 Code RO 897 i.fputc CVWL568.lib(tau_log.o) + 0x00017006 0x00017006 0x00000002 PAD + 0x00017008 0x00017008 0x00000030 Code RO 535 i.hal_dsi_rx_ctrl_create_handle CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017038 0x00017038 0x00000024 Code RO 537 i.hal_dsi_rx_ctrl_deinit CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x0001705c 0x0001705c 0x00000084 Code RO 539 i.hal_dsi_rx_ctrl_dsc_async_handler CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000170e0 0x000170e0 0x00000028 Code RO 541 i.hal_dsi_rx_ctrl_gen_a_tear_signal CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017108 0x00017108 0x00000028 Code RO 543 i.hal_dsi_rx_ctrl_get_max_ret_size CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017130 0x00017130 0x00000098 Code RO 545 i.hal_dsi_rx_ctrl_init CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000171c8 0x000171c8 0x000002c8 Code RO 546 i.hal_dsi_rx_ctrl_init_clk CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017490 0x00017490 0x000000c8 Code RO 547 i.hal_dsi_rx_ctrl_init_dsi_rx CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017558 0x00017558 0x0000013c Code RO 548 i.hal_dsi_rx_ctrl_init_memc CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017694 0x00017694 0x0000011c Code RO 549 i.hal_dsi_rx_ctrl_init_rxbr CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000177b0 0x000177b0 0x0000022c Code RO 550 i.hal_dsi_rx_ctrl_init_vidc CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000179dc 0x000179dc 0x0000003c Code RO 551 i.hal_dsi_rx_ctrl_pre_init_pps CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017a18 0x00017a18 0x000000f0 Code RO 554 i.hal_dsi_rx_ctrl_send_ack_cmd CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017b08 0x00017b08 0x00000034 Code RO 558 i.hal_dsi_rx_ctrl_set_cus_sync_line CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017b3c 0x00017b3c 0x00000034 Code RO 561 i.hal_dsi_rx_ctrl_set_hw_tear_mode CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017b70 0x00017b70 0x00000034 Code RO 564 i.hal_dsi_rx_ctrl_set_sw_tear_mode CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017ba4 0x00017ba4 0x0000003c Code RO 567 i.hal_dsi_rx_ctrl_start CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017be0 0x00017be0 0x0000003c Code RO 568 i.hal_dsi_rx_ctrl_stop CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017c1c 0x00017c1c 0x00000020 Code RO 570 i.hal_dsi_rx_ctrl_toggle_resolution CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017c3c 0x00017c3c 0x00000190 Code RO 616 i.hal_dsi_tx_calc_video_chunks CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00017dcc 0x00017dcc 0x0000050c Code RO 617 i.hal_dsi_tx_count_lane_rate CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000182d8 0x000182d8 0x0000002c Code RO 618 i.hal_dsi_tx_ctrl_create_handle CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018304 0x00018304 0x00000048 Code RO 619 i.hal_dsi_tx_ctrl_deinit CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001834c 0x0001834c 0x0000004c Code RO 620 i.hal_dsi_tx_ctrl_enter_init_panel_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018398 0x00018398 0x00000028 Code RO 622 i.hal_dsi_tx_ctrl_exit_init_panel_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000183c0 0x000183c0 0x000000a4 Code RO 624 i.hal_dsi_tx_ctrl_init CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018464 0x00018464 0x00000024 Code RO 625 i.hal_dsi_tx_ctrl_init_clk CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018488 0x00018488 0x0000000c Code RO 626 i.hal_dsi_tx_ctrl_panel_reset_pin CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018494 0x00018494 0x0000009c Code RO 627 i.hal_dsi_tx_ctrl_read_cmd CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018530 0x00018530 0x00000020 Code RO 629 i.hal_dsi_tx_ctrl_set_ccm CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018550 0x00018550 0x00000014 Code RO 634 i.hal_dsi_tx_ctrl_set_overwrite_rgb CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018564 0x00018564 0x00000010 Code RO 635 i.hal_dsi_tx_ctrl_set_partial_disp CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018574 0x00018574 0x00000024 Code RO 636 i.hal_dsi_tx_ctrl_set_partial_disp_area CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018598 0x00018598 0x0000006c Code RO 638 i.hal_dsi_tx_ctrl_start CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018604 0x00018604 0x00000044 Code RO 639 i.hal_dsi_tx_ctrl_stop CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018648 0x00018648 0x000000d8 Code RO 640 i.hal_dsi_tx_ctrl_write_array_cmd CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018720 0x00018720 0x000000b0 Code RO 641 i.hal_dsi_tx_ctrl_write_cmd CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000187d0 0x000187d0 0x00000044 Code RO 642 i.hal_dsi_tx_init_data_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018814 0x00018814 0x00000030 Code RO 643 i.hal_dsi_tx_init_dpi_cfg CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018844 0x00018844 0x00000020 Code RO 644 i.hal_dsi_tx_init_interrupt CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018864 0x00018864 0x00000020 Code RO 645 i.hal_dsi_tx_init_phy_cfg CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018884 0x00018884 0x00000094 Code RO 646 i.hal_dsi_tx_init_remains CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018918 0x00018918 0x00000058 Code RO 647 i.hal_dsi_tx_init_video_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018970 0x00018970 0x00000070 Code RO 648 i.hal_dsi_tx_phy_test_get_data CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000189e0 0x000189e0 0x000000f4 Code RO 649 i.hal_dsi_tx_phy_test_setup CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018ad4 0x00018ad4 0x00000044 Code RO 650 i.hal_dsi_tx_send_cmd CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018b18 0x00018b18 0x00000018 Code RO 708 i.hal_gpio_ctrl_eint CVWL568.lib(hal_gpio.o) + 0x00018b30 0x00018b30 0x00000012 Code RO 709 i.hal_gpio_get_input_data CVWL568.lib(hal_gpio.o) + 0x00018b42 0x00018b42 0x00000002 PAD + 0x00018b44 0x00018b44 0x00000040 Code RO 712 i.hal_gpio_init_eint CVWL568.lib(hal_gpio.o) + 0x00018b84 0x00018b84 0x00000020 Code RO 713 i.hal_gpio_init_input CVWL568.lib(hal_gpio.o) + 0x00018ba4 0x00018ba4 0x00000028 Code RO 714 i.hal_gpio_init_output CVWL568.lib(hal_gpio.o) + 0x00018bcc 0x00018bcc 0x00000018 Code RO 715 i.hal_gpio_reg_eint_cb CVWL568.lib(hal_gpio.o) + 0x00018be4 0x00018be4 0x00000050 Code RO 716 i.hal_gpio_set_ap_reset_int CVWL568.lib(hal_gpio.o) + 0x00018c34 0x00018c34 0x00000060 Code RO 718 i.hal_gpio_set_mode CVWL568.lib(hal_gpio.o) + 0x00018c94 0x00018c94 0x00000008 Code RO 719 i.hal_gpio_set_output_data CVWL568.lib(hal_gpio.o) + 0x00018c9c 0x00018c9c 0x00000020 Code RO 721 i.hal_gpio_set_pull_state CVWL568.lib(hal_gpio.o) + 0x00018cbc 0x00018cbc 0x0000006c Code RO 812 i.hal_i2c_m_dma_init CVWL568.lib(hal_i2c_master.o) + 0x00018d28 0x00018d28 0x00000020 Code RO 813 i.hal_i2c_m_dma_read CVWL568.lib(hal_i2c_master.o) + 0x00018d48 0x00018d48 0x0000001c Code RO 814 i.hal_i2c_m_dma_write CVWL568.lib(hal_i2c_master.o) + 0x00018d64 0x00018d64 0x0000000c Code RO 816 i.hal_i2c_m_transfer_complate CVWL568.lib(hal_i2c_master.o) + 0x00018d70 0x00018d70 0x00000020 Code RO 817 i.hal_i2c_master_irq_callback CVWL568.lib(hal_i2c_master.o) + 0x00018d90 0x00018d90 0x00000010 Code RO 829 i.hal_i2c_s_dma_user_callback CVWL568.lib(hal_i2c_slave.o) + 0x00018da0 0x00018da0 0x00000038 Code RO 830 i.hal_i2c_s_dma_write CVWL568.lib(hal_i2c_slave.o) + 0x00018dd8 0x00018dd8 0x0000006c Code RO 832 i.hal_i2c_s_init CVWL568.lib(hal_i2c_slave.o) + 0x00018e44 0x00018e44 0x00000014 Code RO 833 i.hal_i2c_s_nonblocking_read CVWL568.lib(hal_i2c_slave.o) + 0x00018e58 0x00018e58 0x0000000c Code RO 840 i.hal_i2c_s_set_transfer CVWL568.lib(hal_i2c_slave.o) + 0x00018e64 0x00018e64 0x00000118 Code RO 843 i.hal_i2c_slave_irq_callback CVWL568.lib(hal_i2c_slave.o) + 0x00018f7c 0x00018f7c 0x000000e4 Code RO 933 i.hal_internal_init_memc CVWL568.lib(hal_internal_vsync.o) + 0x00019060 0x00019060 0x00000010 Code RO 934 i.hal_internal_sync_get_fb_setting CVWL568.lib(hal_internal_vsync.o) + 0x00019070 0x00019070 0x00000214 Code RO 935 i.hal_internal_sync_input_resolution_change CVWL568.lib(hal_internal_vsync.o) + 0x00019284 0x00019284 0x0000001c Code RO 937 i.hal_internal_vsync_deinit CVWL568.lib(hal_internal_vsync.o) + 0x000192a0 0x000192a0 0x00000018 Code RO 939 i.hal_internal_vsync_get_sync_line CVWL568.lib(hal_internal_vsync.o) + 0x000192b8 0x000192b8 0x000000fc Code RO 941 i.hal_internal_vsync_init_rx CVWL568.lib(hal_internal_vsync.o) + 0x000193b4 0x000193b4 0x000000b0 Code RO 942 i.hal_internal_vsync_init_tx CVWL568.lib(hal_internal_vsync.o) + 0x00019464 0x00019464 0x0000011c Code RO 943 i.hal_internal_vsync_set_auto_hw_filter CVWL568.lib(hal_internal_vsync.o) + 0x00019580 0x00019580 0x00000014 Code RO 945 i.hal_internal_vsync_set_rx_state CVWL568.lib(hal_internal_vsync.o) + 0x00019594 0x00019594 0x0000001c Code RO 946 i.hal_internal_vsync_set_sync_line CVWL568.lib(hal_internal_vsync.o) + 0x000195b0 0x000195b0 0x00000044 Code RO 947 i.hal_internal_vsync_set_tear_mode CVWL568.lib(hal_internal_vsync.o) + 0x000195f4 0x000195f4 0x00000040 Code RO 948 i.hal_internal_vsync_set_tx_state CVWL568.lib(hal_internal_vsync.o) + 0x00019634 0x00019634 0x00000024 Code RO 651 i.hal_lcdc_config_ccm CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00019658 0x00019658 0x00000048 Code RO 652 i.hal_lcdc_config_remains CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000196a0 0x000196a0 0x00000014 Code RO 653 i.hal_lcdc_config_rgb_to_pentile CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000196b4 0x000196b4 0x00000164 Code RO 654 i.hal_lcdc_config_upscaler CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00019818 0x00019818 0x00000040 Code RO 655 i.hal_lcdc_init_cfg CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00019858 0x00019858 0x00000134 Code RO 656 i.hal_lcdc_init_clk CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001998c 0x0001998c 0x00000040 Code RO 657 i.hal_lcdc_init_interrupt CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000199cc 0x000199cc 0x0000000e Code RO 865 i.hal_spi_m_clear_rxfifo CVWL568.lib(hal_spi_master.o) + 0x000199da 0x000199da 0x00000016 Code RO 748 i.hal_swire_open CVWL568.lib(hal_swire.o) + 0x000199f0 0x000199f0 0x00000008 Code RO 764 i.hal_system_enable_systick CVWL568.lib(hal_system.o) + 0x000199f8 0x000199f8 0x0000007c Code RO 769 i.hal_system_init CVWL568.lib(hal_system.o) + 0x00019a74 0x00019a74 0x0000001c Code RO 770 i.hal_system_init_console CVWL568.lib(hal_system.o) + 0x00019a90 0x00019a90 0x00000008 Code RO 773 i.hal_system_set_pvd CVWL568.lib(hal_system.o) + 0x00019a98 0x00019a98 0x00000008 Code RO 774 i.hal_system_set_vcc CVWL568.lib(hal_system.o) + 0x00019aa0 0x00019aa0 0x00000022 Code RO 800 i.hal_timer_init CVWL568.lib(hal_timer.o) + 0x00019ac2 0x00019ac2 0x00000002 PAD + 0x00019ac4 0x00019ac4 0x00000054 Code RO 801 i.hal_timer_start CVWL568.lib(hal_timer.o) + 0x00019b18 0x00019b18 0x00000028 Code RO 802 i.hal_timer_stop CVWL568.lib(hal_timer.o) + 0x00019b40 0x00019b40 0x0000008c Code RO 908 i.hal_uart_init CVWL568.lib(hal_uart.o) + 0x00019bcc 0x00019bcc 0x00000010 Code RO 911 i.hal_uart_transmit_blocking CVWL568.lib(hal_uart.o) + 0x00019bdc 0x00019bdc 0x00000110 Code RO 2021 i.handle_init CVWL568.lib(irq_redirect .o) + 0x00019cec 0x00019cec 0x00000068 Code RO 111 i.init_mipi_tx ap_demo.o + 0x00019d54 0x00019d54 0x000000b4 Code RO 112 i.init_panel ap_demo.o + 0x00019e08 0x00019e08 0x0000000a Code RO 3 i.main main.o + 0x00019e12 0x00019e12 0x00000002 PAD + 0x00019e14 0x00019e14 0x000000a8 Code RO 113 i.open_mipi_rx ap_demo.o + 0x00019ebc 0x00019ebc 0x00000054 Code RO 114 i.pps_update_handle ap_demo.o + 0x00019f10 0x00019f10 0x000003f4 Code RO 949 i.rx_get_dcs_packet_data CVWL568.lib(hal_internal_vsync.o) + 0x0001a304 0x0001a304 0x00000140 Code RO 950 i.rx_partial_update CVWL568.lib(hal_internal_vsync.o) + 0x0001a444 0x0001a444 0x0000008c Code RO 951 i.rx_receive_packet CVWL568.lib(hal_internal_vsync.o) + 0x0001a4d0 0x0001a4d0 0x00000180 Code RO 952 i.rx_receive_pps CVWL568.lib(hal_internal_vsync.o) + 0x0001a650 0x0001a650 0x000000a4 Code RO 953 i.rxbr_irq0_callback CVWL568.lib(hal_internal_vsync.o) + 0x0001a6f4 0x0001a6f4 0x00000170 Code RO 954 i.rxbr_irq1_callback CVWL568.lib(hal_internal_vsync.o) + 0x0001a864 0x0001a864 0x0000002a Code RO 115 i.send_panel_init_code ap_demo.o + 0x0001a88e 0x0001a88e 0x00000002 PAD + 0x0001a890 0x0001a890 0x00000060 Code RO 116 i.soft_disable_mipi_timer_init ap_demo.o + 0x0001a8f0 0x0001a8f0 0x0000008c Code RO 955 i.soft_gen_te CVWL568.lib(hal_internal_vsync.o) + 0x0001a97c 0x0001a97c 0x00000020 Code RO 117 i.soft_timer3_cb ap_demo.o + 0x0001a99c 0x0001a99c 0x00000070 Code RO 118 i.tx_display_on ap_demo.o + 0x0001aa0c 0x0001aa0c 0x00000028 Code RO 119 i.tx_panel_reset ap_demo.o + 0x0001aa34 0x0001aa34 0x000000b4 Code RO 956 i.vidc_callback CVWL568.lib(hal_internal_vsync.o) + 0x0001aae8 0x0001aae8 0x000000d0 Code RO 957 i.vpre_err_reset CVWL568.lib(hal_internal_vsync.o) + 0x0001abb8 0x0001abb8 0x0000019c Code RO 958 i.vsync_set_te_mode CVWL568.lib(hal_internal_vsync.o) + 0x0001ad54 0x0001ad54 0x00001990 Data RO 120 .constdata ap_demo.o + 0x0001c6e4 0x0001c6e4 0x00000098 Data RO 273 .constdata app_tp_for_custom_s8.o + 0x0001c77c 0x0001c77c 0x00000001 Data RO 286 .constdata app_tp_for_custom_s8.o + 0x0001c77d 0x0001c77d 0x00000003 PAD + 0x0001c780 0x0001c780 0x00000104 Data RO 659 .constdata CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001c884 0x0001c884 0x000000d2 Data RO 724 .constdata CVWL568.lib(hal_gpio.o) + 0x0001c956 0x0001c956 0x00000002 PAD + 0x0001c958 0x0001c958 0x00000008 Data RO 1716 .constdata CVWL568.lib(drv_param_init.o) + 0x0001c960 0x0001c960 0x00000020 Data RO 1889 .constdata CVWL568.lib(drv_timer.o) + 0x0001c980 0x0001c980 0x00000138 Data RO 2062 .constdata CVWL568.lib(drv_phy_common.o) + 0x0001cab8 0x0001cab8 0x00000048 Data RO 572 .conststring CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x0001cb00 0x0001cb00 0x00000134 Data RO 960 .conststring CVWL568.lib(hal_internal_vsync.o) + 0x0001cc34 0x0001cc34 0x00000030 Data RO 2823 Region$$Table anon$$obj.o + + + Execution Region RW_RAM1 (Exec base: 0x00070000, Load base: 0x0001cc64, Size: 0x00000000, Max: 0x000000f0, ABSOLUTE) + + **** No section assigned to this execution region **** + + + Execution Region RW_RAM2 (Exec base: 0x00070100, Load base: 0x0001cc64, Size: 0x000000c0, Max: 0x000000d0, ABSOLUTE) + + Exec Addr Load Addr Size Type Attr Idx E Section Name Object + + 0x00070100 - 0x000000c0 Zero RW 2022 .ARM.__AT_0x00070100 CVWL568.lib(irq_redirect .o) + + + Execution Region RW_RAM3 (Exec base: 0x000701d0, Load base: 0x0001cc64, Size: 0x00003750, Max: 0x00007e30, ABSOLUTE, COMPRESSED[0x000003b4]) + + Exec Addr Load Addr Size Type Attr Idx E Section Name Object + + 0x000701d0 COMPRESSED 0x00000030 Data RW 121 .data ap_demo.o + 0x00070200 COMPRESSED 0x000000e4 Data RW 287 .data app_tp_for_custom_s8.o + 0x000702e4 COMPRESSED 0x00000001 Data RW 290 .data app_tp_for_custom_s8.o + 0x000702e5 COMPRESSED 0x00000001 Data RW 291 .data app_tp_for_custom_s8.o + 0x000702e6 COMPRESSED 0x00000001 Data RW 296 .data app_tp_for_custom_s8.o + 0x000702e7 COMPRESSED 0x00000003 Data RW 297 .data app_tp_for_custom_s8.o + 0x000702ea COMPRESSED 0x00000005 Data RW 298 .data app_tp_for_custom_s8.o + 0x000702ef COMPRESSED 0x00000001 PAD + 0x000702f0 COMPRESSED 0x00000030 Data RW 308 .data app_tp_for_custom_s8.o + 0x00070320 COMPRESSED 0x00000017 Data RW 377 .data app_tp_transfer.o + 0x00070337 COMPRESSED 0x00000001 PAD + 0x00070338 COMPRESSED 0x00000008 Data RW 573 .data CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00070340 COMPRESSED 0x00000001 Data RW 660 .data CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00070341 COMPRESSED 0x00000001 Data RW 818 .data CVWL568.lib(hal_i2c_master.o) + 0x00070342 COMPRESSED 0x00000002 PAD + 0x00070344 COMPRESSED 0x0000001c Data RW 844 .data CVWL568.lib(hal_i2c_slave.o) + 0x00070360 COMPRESSED 0x00000004 Data RW 961 .data CVWL568.lib(hal_internal_vsync.o) + 0x00070364 COMPRESSED 0x00000012 Data RW 1040 .data CVWL568.lib(norflash.o) + 0x00070376 COMPRESSED 0x00000002 PAD + 0x00070378 COMPRESSED 0x0000000c Data RW 1104 .data CVWL568.lib(drv_common.o) + 0x00070384 COMPRESSED 0x00000004 Data RW 1543 .data CVWL568.lib(drv_gpio.o) + 0x00070388 COMPRESSED 0x00000008 Data RW 1581 .data CVWL568.lib(drv_i2c_dma.o) + 0x00070390 COMPRESSED 0x000004a4 Data RW 1717 .data CVWL568.lib(drv_param_init.o) + 0x00070834 COMPRESSED 0x00000008 Data RW 1760 .data CVWL568.lib(drv_rxbr.o) + 0x0007083c COMPRESSED 0x00000008 Data RW 1829 .data CVWL568.lib(drv_swire.o) + 0x00070844 COMPRESSED 0x00000001 Data RW 1854 .data CVWL568.lib(drv_sys_cfg.o) + 0x00070845 COMPRESSED 0x00000003 PAD + 0x00070848 COMPRESSED 0x00000004 Data RW 1947 .data CVWL568.lib(drv_vidc.o) + 0x0007084c COMPRESSED 0x00000004 Data RW 2096 .data CVWL568.lib(drv_i2c_master.o) + 0x00070850 COMPRESSED 0x00000008 Data RW 2130 .data CVWL568.lib(drv_i2c_slave.o) + 0x00070858 COMPRESSED 0x00000004 Data RW 2164 .data CVWL568.lib(drv_spi_master.o) + 0x0007085c COMPRESSED 0x0000000c Data RW 2187 .data CVWL568.lib(drv_chip_info.o) + 0x00070868 COMPRESSED 0x0000000c Data RW 2297 .data CVWL568.lib(drv_pwm.o) + 0x00070874 COMPRESSED 0x00000008 Data RW 2349 .data CVWL568.lib(drv_uart.o) + 0x0007087c COMPRESSED 0x00000008 Data RW 2415 .data CVWL568.lib(drv_wdg.o) + 0x00070884 COMPRESSED 0x00000004 Data RW 2801 .data mc_p.l(stdout.o) + 0x00070888 - 0x000000c8 Zero RW 272 .bss app_tp_for_custom_s8.o + 0x00070950 - 0x00000190 Zero RW 376 .bss app_tp_transfer.o + 0x00070ae0 - 0x000000c0 Zero RW 571 .bss CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00070ba0 - 0x00000048 Zero RW 658 .bss CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00070be8 - 0x00000100 Zero RW 898 .bss CVWL568.lib(tau_log.o) + 0x00070ce8 - 0x000000d0 Zero RW 913 .bss CVWL568.lib(hal_uart.o) + 0x00070db8 - 0x00000958 Zero RW 959 .bss CVWL568.lib(hal_internal_vsync.o) + 0x00071710 - 0x00001030 Zero RW 1087 .bss CVWL568.lib(dcs_packet_fifo.o) + 0x00072740 - 0x0000001c Zero RW 1231 .bss CVWL568.lib(drv_dma.o) + 0x0007275c - 0x00000040 Zero RW 1542 .bss CVWL568.lib(drv_gpio.o) + 0x0007279c - 0x00000140 Zero RW 1580 .bss CVWL568.lib(drv_i2c_dma.o) + 0x000728dc - 0x00000020 Zero RW 1888 .bss CVWL568.lib(drv_timer.o) + 0x000728fc - 0x00000020 Zero RW 2231 .bss CVWL568.lib(hal_spi_slave.o) + 0x0007291c COMPRESSED 0x00000004 PAD + 0x00072920 - 0x00001000 Zero RW 524 STACK startup_armcm0.o + + +============================================================================== + +Image component sizes + + + Code (inc. data) RO Data RW Data ZI Data Debug Object Name + + 7840 730 6544 48 0 36592 ap_demo.o + 1492 30 153 287 200 12454 app_tp_for_custom_s8.o + 926 100 0 23 400 11284 app_tp_transfer.o + 28 4 0 0 0 429 board.o + 10 0 0 0 0 9483 main.o + 120 18 192 0 4096 2012 startup_armcm0.o + + ---------------------------------------------------------------------- + 10422 882 6940 360 4696 72254 Object Totals + 0 0 48 0 0 0 (incl. Generated) + 6 0 3 2 0 0 (incl. Padding) + + ---------------------------------------------------------------------- + + Code (inc. data) RO Data RW Data ZI Data Debug Library Member Name + + 216 32 0 0 4144 252 dcs_packet_fifo.o + 296 96 0 12 0 256 drv_chip_info.o + 192 82 20 12 0 264 drv_common.o + 432 94 0 0 0 1260 drv_crgu.o + 410 28 0 0 28 796 drv_dma.o + 232 28 0 0 0 340 drv_dsc_dec.o + 1628 488 0 0 0 1328 drv_dsi_rx.o + 1308 118 0 0 0 2600 drv_dsi_tx.o + 118 0 0 0 0 256 drv_efuse.o + 10 0 0 0 0 60 drv_fls.o + 784 112 0 4 64 1236 drv_gpio.o + 588 88 0 8 320 624 drv_i2c_dma.o + 360 86 0 4 0 456 drv_i2c_master.o + 324 74 0 8 0 516 drv_i2c_slave.o + 682 6 0 0 0 1444 drv_lcdc.o + 492 28 0 0 0 1112 drv_memc.o + 112 36 8 1188 0 376 drv_param_init.o + 84 8 312 0 0 68 drv_phy_common.o + 72 10 0 12 0 76 drv_pwm.o + 104 24 0 0 0 180 drv_pwr.o + 682 66 0 8 0 1448 drv_rxbr.o + 104 24 0 4 0 188 drv_spi_master.o + 132 16 0 8 0 200 drv_swire.o + 300 64 0 1 0 628 drv_sys_cfg.o + 378 28 32 0 32 872 drv_timer.o + 698 18 0 8 0 680 drv_uart.o + 510 28 0 4 0 1452 drv_vidc.o + 128 18 0 8 0 256 drv_wdg.o + 3124 362 72 8 192 1392 hal_dsi_rx_ctrl.o + 4724 312 260 1 72 2556 hal_dsi_tx_ctrl.o + 450 48 210 0 0 752 hal_gpio.o + 212 40 0 1 0 340 hal_i2c_master.o + 492 70 0 28 0 400 hal_i2c_slave.o + 6216 1478 308 4 2392 2132 hal_internal_vsync.o + 14 0 0 0 0 68 hal_spi_master.o + 232 20 0 0 32 136 hal_spi_slave.o + 22 0 0 0 0 68 hal_swire.o + 176 28 0 0 0 340 hal_system.o + 158 6 0 0 0 212 hal_timer.o + 156 18 0 0 208 144 hal_uart.o + 1076 324 0 0 192 1980 irq_redirect .o + 48 10 0 18 0 68 norflash.o + 58 0 0 0 0 128 tau_delay.o + 60 10 0 0 256 156 tau_log.o + 200 20 0 0 0 76 ceil.o + 86 0 0 0 0 0 __dczerorl2.o + 0 0 0 0 0 0 entry.o + 0 0 0 0 0 0 entry10a.o + 0 0 0 0 0 0 entry11a.o + 8 4 0 0 0 0 entry2.o + 4 0 0 0 0 0 entry5.o + 0 0 0 0 0 0 entry7b.o + 0 0 0 0 0 0 entry8b.o + 8 4 0 0 0 0 entry9a.o + 30 0 0 0 0 0 handlers.o + 40 0 0 0 0 72 idiv.o + 36 8 0 0 0 68 init.o + 0 0 0 0 0 0 iusefp.o + 32 0 0 0 0 68 llshl.o + 38 0 0 0 0 68 llsshr.o + 34 0 0 0 0 68 llushr.o + 36 0 0 0 0 60 memcpya.o + 36 0 0 0 0 100 memseta.o + 2298 104 0 0 0 544 printfa.o + 0 0 0 4 0 0 stdout.o + 44 0 0 0 0 72 uidiv.o + 96 0 0 0 0 84 uldiv.o + 40 2 0 0 0 68 cdrcmple.o + 20 0 0 0 0 68 cfrcmple.o + 356 4 0 0 0 140 dadd.o + 240 6 0 0 0 84 ddiv.o + 236 0 0 0 0 216 depilogue.o + 72 10 0 0 0 72 dfixi.o + 60 10 0 0 0 68 dfixui.o + 64 10 0 0 0 68 dfixul.o + 28 4 0 0 0 68 dfltui.o + 208 6 0 0 0 88 dmul.o + 40 0 0 0 0 60 f2d.o + 178 0 0 0 0 108 fadd.o + 124 0 0 0 0 72 fdiv.o + 130 0 0 0 0 144 fepilogue.o + 50 0 0 0 0 60 ffixi.o + 40 0 0 0 0 60 ffixui.o + 22 0 0 0 0 68 fflti.o + 14 0 0 0 0 68 ffltui.o + 122 0 0 0 0 72 fmul.o + 24 0 0 0 0 60 fscalb.o + + ---------------------------------------------------------------------- + 33738 4618 1224 1360 7936 33088 Library Totals + 50 0 2 7 4 0 (incl. Padding) + + ---------------------------------------------------------------------- + + Code (inc. data) RO Data RW Data ZI Data Debug Library Name + + 28594 4426 1222 1349 7932 30096 CVWL568.lib + 200 20 0 0 0 76 m_ps.l + 2826 120 0 4 0 1204 mc_p.l + 2068 52 0 0 0 1712 mf_p.l + + ---------------------------------------------------------------------- + 33738 4618 1224 1360 7936 33088 Library Totals + + ---------------------------------------------------------------------- + +============================================================================== + + + Code (inc. data) RO Data RW Data ZI Data Debug + + 44160 5500 8164 1720 12632 82274 Grand Totals + 44160 5500 8164 948 12632 82274 ELF Image Totals (compressed) + 44160 5500 8164 948 0 0 ROM Totals + +============================================================================== + + Total RO Size (Code + RO Data) 52324 ( 51.10kB) + Total RW Size (RW Data + ZI Data) 14352 ( 14.02kB) + Total ROM Size (Code + RO Data + RW Data) 53272 ( 52.02kB) + +============================================================================== + diff --git a/project/Listings/ISP568_S20P_20220822.map b/project/Listings/ISP568_S20P_20220822.map new file mode 100644 index 0000000..f2c097b --- /dev/null +++ b/project/Listings/ISP568_S20P_20220822.map @@ -0,0 +1,4945 @@ +Component: ARM Compiler 5.06 update 6 (build 750) Tool: armlink [4d35ed] + +============================================================================== + +Section Cross References + + main.o(i.main) refers to board.o(i.board_Init) for board_Init + main.o(i.main) refers to ap_demo.o(i.ap_demo) for ap_demo + ap_demo.o(i.Gpio_swire_output) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + ap_demo.o(i.Gpio_swire_output) refers to tau_delay.o(i.delayUs) for delayUs + ap_demo.o(i.Gpio_swire_output) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + ap_demo.o(i.ap_dcs_read) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) for hal_dsi_rx_ctrl_get_max_ret_size + ap_demo.o(i.ap_dcs_read) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) for hal_dsi_rx_ctrl_send_ack_cmd + ap_demo.o(i.ap_dcs_read) refers to printfa.o(i.__0printf) for __2printf + ap_demo.o(i.ap_dcs_read) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_demo) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.open_mipi_rx) for open_mipi_rx + ap_demo.o(i.ap_demo) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.init_mipi_tx) for init_mipi_tx + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.app_tp_init) for app_tp_init + ap_demo.o(i.ap_demo) refers to hal_timer.o(i.hal_timer_init) for hal_timer_init + ap_demo.o(i.ap_demo) refers to hal_timer.o(i.hal_timer_start) for hal_timer_start + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.tx_display_on) for tx_display_on + ap_demo.o(i.ap_demo) refers to hal_gpio.o(i.hal_gpio_set_ap_reset_int) for hal_gpio_set_ap_reset_int + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.app_tp_phone_clear_reset_on) for app_tp_phone_clear_reset_on + ap_demo.o(i.ap_demo) refers to tau_delay.o(i.delayMs) for delayMs + ap_demo.o(i.ap_demo) refers to printfa.o(i.__0printf) for __2printf + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.app_tp_transfer_screen_start) for app_tp_transfer_screen_start + ap_demo.o(i.ap_demo) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) for hal_dsi_rx_ctrl_dsc_async_handler + ap_demo.o(i.ap_demo) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.app_tp_transfer_screen_int) for app_tp_transfer_screen_int + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.S20_Start_init) for S20_Start_init + ap_demo.o(i.ap_demo) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_demo) refers to app_tp_for_custom_s8.o(.data) for tp_sleep_count + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.soft_timer3_cb) for soft_timer3_cb + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.ap_reset_cb) for ap_reset_cb + ap_demo.o(i.ap_get_reg_ca) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_get_reg_df) refers to memcpya.o(.text) for __aeabi_memcpy4 + ap_demo.o(i.ap_get_reg_df) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) for hal_dsi_tx_ctrl_set_ccm + ap_demo.o(i.ap_get_reg_df) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_reset_cb) refers to printfa.o(i.__0printf) for __2printf + ap_demo.o(i.ap_reset_cb) refers to hal_system.o(i.hal_system_set_pvd) for hal_system_set_pvd + ap_demo.o(i.ap_reset_cb) refers to hal_system.o(i.hal_system_set_vcc) for hal_system_set_vcc + ap_demo.o(i.ap_set_backlight) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + ap_demo.o(i.ap_set_backlight) refers to idiv.o(.text) for __aeabi_idivmod + ap_demo.o(i.ap_set_backlight) refers to uidiv.o(.text) for __aeabi_uidivmod + ap_demo.o(i.ap_set_backlight) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.ap_set_backlight) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_set_display_off) refers to ap_demo.o(i.Gpio_swire_output) for Gpio_swire_output + ap_demo.o(i.ap_set_display_off) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_display_off) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.ap_set_display_off) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_set_display_on) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_display_on) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_set_enter_sleep_mode) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.ap_set_enter_sleep_mode) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_enter_sleep_mode) refers to ap_demo.o(i.soft_disable_mipi_timer_init) for soft_disable_mipi_timer_init + ap_demo.o(i.ap_set_enter_sleep_mode) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_set_exit_sleep_mode) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_exit_sleep_mode) refers to ap_demo.o(.data) for .data + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) for hal_dsi_tx_ctrl_stop + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) for hal_dsi_tx_ctrl_deinit + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) for hal_dsi_rx_ctrl_stop + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) for hal_dsi_rx_ctrl_deinit + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_swire.o(i.hal_swire_open) for hal_swire_open + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_timer.o(i.hal_timer_stop) for hal_timer_stop + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) for hal_dsi_tx_ctrl_panel_reset_pin + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_system.o(i.hal_system_set_vcc) for hal_system_set_vcc + ap_demo.o(i.disable_mipi_timer_cb) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.disable_mipi_timer_cb) refers to ap_demo.o(.data) for .data + ap_demo.o(i.init_mipi_tx) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) for hal_dsi_tx_ctrl_create_handle + ap_demo.o(i.init_mipi_tx) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) for hal_dsi_tx_ctrl_init + ap_demo.o(i.init_mipi_tx) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) for hal_dsi_tx_ctrl_set_overwrite_rgb + ap_demo.o(i.init_mipi_tx) refers to ap_demo.o(.data) for .data + ap_demo.o(i.init_panel) refers to ap_demo.o(i.tx_panel_reset) for tx_panel_reset + ap_demo.o(i.init_panel) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) for hal_dsi_tx_ctrl_enter_init_panel_mode + ap_demo.o(i.init_panel) refers to ap_demo.o(i.send_panel_init_code) for send_panel_init_code + ap_demo.o(i.init_panel) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.init_panel) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) for hal_dsi_rx_ctrl_set_hw_tear_mode + ap_demo.o(i.init_panel) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.init_panel) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + ap_demo.o(i.init_panel) refers to tau_delay.o(i.delayMs) for delayMs + ap_demo.o(i.init_panel) refers to ap_demo.o(i.Gpio_swire_output) for Gpio_swire_output + ap_demo.o(i.init_panel) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) for hal_dsi_tx_ctrl_exit_init_panel_mode + ap_demo.o(i.init_panel) refers to ap_demo.o(.constdata) for .constdata + ap_demo.o(i.init_panel) refers to ap_demo.o(.data) for .data + ap_demo.o(i.open_mipi_rx) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) for hal_dsi_rx_ctrl_create_handle + ap_demo.o(i.open_mipi_rx) refers to memcpya.o(.text) for __aeabi_memcpy4 + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) for hal_dsi_rx_ctrl_pre_init_pps + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) for hal_dsi_rx_ctrl_init + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) for hal_dsi_rx_ctrl_set_cus_sync_line + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) for hal_dsi_rx_ctrl_start + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(.data) for .data + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(.constdata) for .constdata + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(i.ap_dcs_read) for ap_dcs_read + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(i.pps_update_handle) for pps_update_handle + ap_demo.o(i.pps_update_handle) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) for hal_dsi_rx_ctrl_set_sw_tear_mode + ap_demo.o(i.pps_update_handle) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) for hal_dsi_rx_ctrl_toggle_resolution + ap_demo.o(i.pps_update_handle) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) for hal_dsi_rx_ctrl_set_hw_tear_mode + ap_demo.o(i.pps_update_handle) refers to ap_demo.o(.data) for .data + ap_demo.o(i.send_panel_init_code) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) for hal_dsi_tx_ctrl_write_array_cmd + ap_demo.o(i.send_panel_init_code) refers to tau_delay.o(i.delayUs) for delayUs + ap_demo.o(i.soft_disable_mipi_timer_init) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.soft_disable_mipi_timer_init) refers to hal_timer.o(i.hal_timer_init) for hal_timer_init + ap_demo.o(i.soft_disable_mipi_timer_init) refers to hal_timer.o(i.hal_timer_start) for hal_timer_start + ap_demo.o(i.soft_disable_mipi_timer_init) refers to ap_demo.o(i.disable_mipi_timer_cb) for disable_mipi_timer_cb + ap_demo.o(i.soft_timer3_cb) refers to hal_timer.o(i.hal_timer_start) for hal_timer_start + ap_demo.o(i.soft_timer3_cb) refers to app_tp_for_custom_s8.o(.data) for tp_sleep_count + ap_demo.o(i.tx_display_on) refers to ap_demo.o(i.init_panel) for init_panel + ap_demo.o(i.tx_display_on) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) for hal_dsi_tx_ctrl_start + ap_demo.o(i.tx_display_on) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) for hal_dsi_tx_ctrl_read_cmd + ap_demo.o(i.tx_display_on) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.tx_display_on) refers to ap_demo.o(.data) for .data + ap_demo.o(i.tx_panel_reset) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) for hal_dsi_tx_ctrl_panel_reset_pin + ap_demo.o(i.tx_panel_reset) refers to tau_delay.o(i.delayMs) for delayMs + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_display_on) for ap_set_display_on + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_display_off) for ap_set_display_off + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_get_reg_df) for ap_get_reg_df + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_get_reg_ca) for ap_get_reg_ca + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_backlight) for ap_set_backlight + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_enter_sleep_mode) for ap_set_enter_sleep_mode + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_exit_sleep_mode) for ap_set_exit_sleep_mode + app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) refers to app_tp_for_custom_s8.o(.data) for .data + app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) refers to ap_demo.o(.data) for phone_start_flag + app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) refers to app_tp_for_custom_s8.o(.constdata) for .constdata + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_const) refers to app_tp_transfer.o(i.app_tp_screen_init) for app_tp_screen_init + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_const) refers to app_tp_for_custom_s8.o(.data) for .data + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) refers to uidiv.o(.text) for __aeabi_uidivmod + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) refers to app_tp_for_custom_s8.o(.data) for .data + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) refers to app_tp_for_custom_s8.o(.bss) for .bss + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_1 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_2 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_3 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_4 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_5 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_6 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_7 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_point_data + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_point_back + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_coord_data + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_coord_back + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(i.app_tp_m_read) for app_tp_m_read + app_tp_transfer.o(i.S20_Start_init) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_transfer.o(i.S20_Start_init) refers to tau_delay.o(i.delayMs) for delayMs + app_tp_transfer.o(i.S20_Start_init) refers to hal_gpio.o(i.hal_gpio_get_input_data) for hal_gpio_get_input_data + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(i.app_tp_m_write) for app_tp_m_write + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(i.app_tp_screen_int_init) for app_tp_screen_int_init + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_for_custom_s8.o(.data) for screen_reg_int_data + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.S20_Start_init) refers to ap_demo.o(.data) for phone_start_flag + app_tp_transfer.o(i.app_tp_i2cs_callback) refers to app_tp_transfer.o(i.app_tp_transfer_phone) for app_tp_transfer_phone + app_tp_transfer.o(i.app_tp_init) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + app_tp_transfer.o(i.app_tp_init) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + app_tp_transfer.o(i.app_tp_init) refers to hal_gpio.o(i.hal_gpio_init_input) for hal_gpio_init_input + app_tp_transfer.o(i.app_tp_init) refers to hal_i2c_master.o(i.hal_i2c_m_dma_init) for hal_i2c_m_dma_init + app_tp_transfer.o(i.app_tp_init) refers to hal_i2c_slave.o(i.hal_i2c_s_init) for hal_i2c_s_init + app_tp_transfer.o(i.app_tp_init) refers to hal_i2c_slave.o(i.hal_i2c_s_set_transfer) for hal_i2c_s_set_transfer + app_tp_transfer.o(i.app_tp_init) refers to hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) for hal_i2c_s_nonblocking_read + app_tp_transfer.o(i.app_tp_init) refers to app_tp_for_custom_s8.o(.data) for g_phone_output_int_pad + app_tp_transfer.o(i.app_tp_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.app_tp_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_rst_pad + app_tp_transfer.o(i.app_tp_init) refers to app_tp_transfer.o(i.app_tp_i2cs_callback) for app_tp_i2cs_callback + app_tp_transfer.o(i.app_tp_init) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.app_tp_m_read) refers to hal_i2c_master.o(i.hal_i2c_m_dma_read) for hal_i2c_m_dma_read + app_tp_transfer.o(i.app_tp_m_transfer_complate) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_transfer.o(i.app_tp_m_write) refers to hal_i2c_master.o(i.hal_i2c_m_dma_write) for hal_i2c_m_dma_write + app_tp_transfer.o(i.app_tp_phone_clear_reset_on) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_phone_reset_on) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_s_read) refers to hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) for hal_i2c_s_nonblocking_read + app_tp_transfer.o(i.app_tp_s_transfer_complate) refers to hal_i2c_slave.o(i.hal_i2c_s_write_complate) for hal_i2c_s_write_complate + app_tp_transfer.o(i.app_tp_s_transfer_complate) refers to hal_i2c_slave.o(i.hal_i2c_s_read_complate) for hal_i2c_s_read_complate + app_tp_transfer.o(i.app_tp_s_write) refers to hal_i2c_slave.o(i.hal_i2c_s_dma_write) for hal_i2c_s_dma_write + app_tp_transfer.o(i.app_tp_screen_init) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + app_tp_transfer.o(i.app_tp_screen_init) refers to tau_delay.o(i.delayUs) for delayUs + app_tp_transfer.o(i.app_tp_screen_init) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + app_tp_transfer.o(i.app_tp_screen_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_rst_pad + app_tp_transfer.o(i.app_tp_screen_int_callback) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_ctrl_eint) for hal_gpio_ctrl_eint + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_init_eint) for hal_gpio_init_eint + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_reg_eint_cb) for hal_gpio_reg_eint_cb + app_tp_transfer.o(i.app_tp_screen_int_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.app_tp_screen_int_init) refers to app_tp_transfer.o(i.app_tp_screen_int_callback) for app_tp_screen_int_callback + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) for app_tp_phone_analysis_data + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_transfer.o(i.app_tp_s_read) for app_tp_s_read + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_transfer.o(i.app_tp_s_write) for app_tp_s_write + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_transfer.o(i.app_tp_m_transfer_complate) for app_tp_m_transfer_complate + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to hal_spi_master.o(i.hal_spi_m_clear_rxfifo) for hal_spi_m_clear_rxfifo + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_transfer.o(i.S20_Start_init) for S20_Start_init + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_for_custom_s8.o(.constdata) for screen_reg_start_data_size + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to ap_demo.o(.data) for phone_start_flag + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_transfer_screen_const) for app_tp_transfer_screen_const + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_screen_int_lvl_low) for app_tp_screen_int_lvl_low + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_m_transfer_complate) for app_tp_m_transfer_complate + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to hal_spi_master.o(i.hal_spi_m_clear_rxfifo) for hal_spi_m_clear_rxfifo + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_m_read) for app_tp_m_read + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to tau_delay.o(i.delayMs) for delayMs + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to hal_gpio.o(i.hal_gpio_get_input_data) for hal_gpio_get_input_data + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) for app_tp_screen_analysis_int + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_for_custom_s8.o(.data) for screen_reg_int_data + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.app_tp_transfer_screen_start) refers to app_tp_transfer.o(i.app_tp_transfer_screen_const) for app_tp_transfer_screen_const + app_tp_transfer.o(i.app_tp_transfer_screen_start) refers to app_tp_transfer.o(.data) for .data + board.o(i.board_Init) refers to hal_system.o(i.hal_system_init) for hal_system_init + board.o(i.board_Init) refers to hal_system.o(i.hal_system_enable_systick) for hal_system_enable_systick + board.o(i.board_Init) refers to hal_system.o(i.hal_system_init_console) for hal_system_init_console + startup_armcm0.o(RESET) refers to startup_armcm0.o(STACK) for __initial_sp + startup_armcm0.o(RESET) refers to startup_armcm0.o(.text) for Reset_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.HardFault_Handler) for HardFault_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SysTick_Handler) for SysTick_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.VIDC_IRQn_Handler) for VIDC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.LCDC_IRQn_Handler) for LCDC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.MIPI_RX_IRQn_Handler) for MIPI_RX_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.MIPI_TX_IRQn_Handler) for MIPI_TX_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.MEMC_IRQn_Handler) for MEMC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.VPRE_IRQn_Handler) for VPRE_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.FLSCTRL_IRQn_Handler) for FLSCTRL_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.DMA_IRQn_Handler) for DMA_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER0_IRQn_Handler) for TIMER0_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER1_IRQn_Handler) for TIMER1_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER2_IRQn_Handler) for TIMER2_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER3_IRQn_Handler) for TIMER3_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.WDG_IRQn_Handler) for WDG_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.UART_IRQn_Handler) for UART_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.I2C0_IRQn_Handler) for I2C0_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.I2C1_IRQn_Handler) for I2C1_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SPIS_IRQn_Handler) for SPIS_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SPIM_IRQn_Handler) for SPIM_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.ADC_IRQn_Handler) for ADC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.PWMDET_IRQn_Handler) for PWMDET_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SWIRE_IRQn_Handler) for SWIRE_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.AP_NRESET_IRQn_Handler) for AP_NRESET_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT0_IRQn_Handler) for EXTI_INT0_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT1_IRQn_Handler) for EXTI_INT1_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT2_IRQn_Handler) for EXTI_INT2_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT3_IRQn_Handler) for EXTI_INT3_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT4_IRQn_Handler) for EXTI_INT4_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT5_IRQn_Handler) for EXTI_INT5_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT6_IRQn_Handler) for EXTI_INT6_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT7_IRQn_Handler) for EXTI_INT7_IRQn_Handler + startup_armcm0.o(.text) refers to entry.o(.ARM.Collect$$$$00000000) for __main + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to dadd.o(.text) for __aeabi_dadd + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to drv_vidc.o(i.drv_vidc_set_scld_step) for drv_vidc_set_scld_step + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to drv_vidc.o(i.drv_vidc_set_module_enable) for drv_vidc_set_module_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_draw_mode_init) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) for dcs_packet_get_fifo_header + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) for dcs_packet_free_fifo_header + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to drv_rxbr.o(i.drv_rxbr_set_inten) for drv_rxbr_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_pg_cfg) for drv_dsi_rx_set_ddi_pg_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_crgu.o(i.drv_crgu_set_rxbr_src) for drv_crgu_set_rxbr_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_crgu.o(i.drv_crgu_set_rxbr_div) for drv_crgu_set_rxbr_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_pg_cfg) for drv_dsi_rx_set_ipi_pg_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) refers to drv_memc.o(i.drv_memc_gen_a_tear_signal) for drv_memc_gen_a_tear_signal + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_compressen_en) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) for drv_dsi_rx_get_compression_en + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_max_ret_size) for drv_dsi_rx_get_max_ret_size + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_rxbr_src) for drv_crgu_set_rxbr_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_rxbr_div) for drv_crgu_set_rxbr_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) for drv_dsi_rx_set_ddi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) for drv_dsi_rx_calc_ipi_tx_delay + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_cfg) for drv_dsi_rx_set_ipi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_dsco_src) for drv_crgu_set_dsco_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_dsco_src_div) for drv_crgu_set_dsco_src_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_dsc_core_div) for drv_crgu_set_dsc_core_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_vidc_src) for drv_crgu_set_vidc_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_fb_src) for drv_crgu_set_fb_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_fb_div) for drv_crgu_set_fb_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) for hal_dsi_rx_ctrl_init_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_init_rx) for hal_internal_vsync_init_rx + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) for hal_dsi_rx_ctrl_init_dsi_rx + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) for hal_dsi_rx_ctrl_init_rxbr + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_dsc_dec.o(i.drv_dsc_dec_enable) for drv_dsc_dec_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) for drv_dsc_dec_set_u8_pps + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_dsc_dec.o(i.drv_dsc_dec_disable) for drv_dsc_dec_disable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) for hal_dsi_rx_ctrl_init_vidc + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) for hal_dsi_rx_ctrl_init_memc + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_chip_info.o(i.drv_chip_rx_init_done) for drv_chip_rx_init_done + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_rxbr_src) for drv_crgu_set_rxbr_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_rxbr_div) for drv_crgu_set_rxbr_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dsco_src) for drv_crgu_set_dsco_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dsco_src_div) for drv_crgu_set_dsco_src_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dsc_core_div) for drv_crgu_set_dsc_core_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_fb_src) for drv_crgu_set_fb_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_fb_div) for drv_crgu_set_fb_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_vidc_src) for drv_crgu_set_vidc_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ctrl_cfg) for drv_dsi_rx_set_ctrl_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) for drv_dsi_rx_set_ddi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) for drv_dsi_rx_calc_ipi_tx_delay + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_cfg) for drv_dsi_rx_set_ipi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) for drv_dsi_rx_set_up_phy + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) for drv_dsi_rx_set_lane_swap + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_inten) for drv_dsi_rx_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) for drv_dsi_rx_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_data_mode) for drv_memc_set_data_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_ltpo_mode) for drv_memc_set_ltpo_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_rate_transfer_sel) for drv_memc_rate_transfer_sel + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_fs_en_conditions) for drv_memc_set_fs_en_conditions + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_lcdc_st_conditions) for drv_memc_set_lcdc_st_conditions + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_sel_vsync) for drv_memc_sel_vsync + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_vidc_sync_cnt) for drv_memc_set_vidc_sync_cnt + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_waveform) for drv_memc_set_tear_waveform + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_double_buffer) for drv_memc_set_double_buffer + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_active_height) for drv_memc_set_active_height + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_inten) for drv_memc_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_enable_irq) for drv_memc_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_color_format) for drv_rxbr_set_color_format + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) for drv_rxbr_frame_drop_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_ltpo_drop_th) for drv_rxbr_set_ltpo_drop_th + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_usr_cfg) for drv_rxbr_set_usr_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_usr_col) for drv_rxbr_set_usr_col + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_usr_row) for drv_rxbr_set_usr_row + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_hline_rcv_cfg) for drv_rxbr_hline_rcv_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_inten) for drv_rxbr_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_enable_irq) for drv_rxbr_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) for hal_internal_vsync_set_auto_hw_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_src_parameter) for drv_vidc_set_src_parameter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_pentile_swap) for drv_vidc_set_pentile_swap + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_dst_parameter) for drv_vidc_set_dst_parameter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_init_module_enable) for drv_vidc_init_module_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_rotation) for drv_vidc_set_rotation + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to dadd.o(.text) for __aeabi_dadd + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_step) for drv_vidc_set_scld_step + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_param_init.o(i.drv_param_init_get_scld_filter_h) for drv_param_init_get_scld_filter_h + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_param_init.o(i.drv_param_init_get_scld_filter_v) for drv_param_init_get_scld_filter_v + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef0) for drv_vidc_set_scld_hcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef1) for drv_vidc_set_scld_hcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef0) for drv_vidc_set_scld_vcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef1) for drv_vidc_set_scld_vcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_p2r_hinitr) for drv_vidc_set_p2r_hinitr + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_p2r_hinitb) for drv_vidc_set_p2r_hinitb + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_param_init.o(i.drv_param_p2r_filter_init) for drv_param_p2r_filter_init + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_p2r_hcoef0) for drv_vidc_set_p2r_hcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_mirror) for drv_vidc_set_mirror + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_pu_ctrl) for drv_vidc_set_pu_ctrl + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_irqen) for drv_vidc_set_irqen + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_enable_irq) for drv_vidc_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) for drv_dsc_dec_convert_pps_rc_parameter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_release_handle) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to drv_dsi_rx.o(i.drv_dsi_rx_shut_down) for drv_dsi_rx_shut_down + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) for hal_dsi_rx_ctrl_init + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_internal_vsync.o(i.hal_internal_vsync_get_tx_state) for hal_internal_vsync_get_tx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) for hal_dsi_rx_ctrl_start + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) refers to drv_rxbr.o(i.drv_rxbr_set_ack_pkt_header) for drv_rxbr_set_ack_pkt_header + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) refers to hal_dsi_rx_ctrl.o(.conststring) for .conststring + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_auto_hw_filter) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) for hal_internal_vsync_set_auto_hw_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_auto_hw_filter) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) for drv_dsi_rx_set_ddi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef0) for drv_vidc_set_scld_hcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef1) for drv_vidc_set_scld_hcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef0) for drv_vidc_set_scld_vcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef1) for drv_vidc_set_scld_vcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_param_init.o(i.drv_param_init_set_scld_filter) for drv_param_init_set_scld_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) for hal_internal_vsync_set_sync_line + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) refers to drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) for drv_rxbr_hline_rcv0_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_dcs_direct_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode) for hal_internal_vsync_set_dcs_direct_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_cmd_filter) refers to drv_rxbr.o(i.drv_rxbr_set_cmd_filter) for drv_rxbr_set_cmd_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_cmd_filter) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) for hal_internal_vsync_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format) refers to drv_vidc.o(i.drv_vidc_update_src_format) for drv_vidc_update_src_format + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format) refers to drv_vidc.o(i.drv_vidc_set_pentile_swap) for drv_vidc_set_pentile_swap + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dflti.o(.text) for __aeabi_i2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dmul.o(.text) for __aeabi_dmul + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to ddiv.o(.text) for __aeabi_ddiv + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dfixi.o(.text) for __aeabi_d2iz + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) for hal_internal_vsync_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_te_waveform) refers to drv_memc.o(i.drv_memc_set_tear_waveform) for drv_memc_set_tear_waveform + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_te_waveform) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_tear_mode_ex) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) for hal_internal_vsync_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to drv_dsi_rx.o(i.drv_dsi_rx_power_up) for drv_dsi_rx_power_up + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to drv_dsi_rx.o(i.drv_dsi_rx_shut_down) for drv_dsi_rx_shut_down + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_memc.o(i.drv_memc_rate_transfer_sel) for drv_memc_rate_transfer_sel + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_memc.o(i.drv_memc_sel_vsync) for drv_memc_sel_vsync + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) for drv_rxbr_frame_drop_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) for drv_rxbr_hline_rcv0_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) refers to hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) for hal_internal_sync_input_resolution_change + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to ffltui.o(.text) for __aeabi_ui2f + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fscalb.o(.text) for __ARM_scalbnf + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fdiv.o(.text) for __aeabi_fdiv + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fmul.o(.text) for __aeabi_fmul + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to idiv.o(.text) for __aeabi_idivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fflti.o(.text) for __aeabi_i2f + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to ffixi.o(.text) for __aeabi_f2iz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to f2d.o(.text) for __aeabi_f2d + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to ceil.o(i.ceil) for ceil + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to dfixi.o(.text) for __aeabi_d2iz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fadd.o(.text) for __aeabi_fadd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_video_chunk) for drv_dsi_tx_set_video_chunk + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_video_timing) for drv_dsi_tx_set_video_timing + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to ffltui.o(.text) for __aeabi_ui2f + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to fmul.o(.text) for __aeabi_fmul + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to fdiv.o(.text) for __aeabi_fdiv + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to f2d.o(.text) for __aeabi_f2d + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to ceil.o(i.ceil) for ceil + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to fadd.o(.text) for __aeabi_fadd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to drv_phy_common.o(i.drv_phy_get_para) for drv_phy_get_para + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to dfixi.o(.text) for __aeabi_d2iz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to idiv.o(.text) for __aeabi_idivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to ffixui.o(.text) for __aeabi_f2uiz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to drv_crgu.o(i.drv_crgu_config_reset_modules) for drv_crgu_config_reset_modules + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) for drv_dsi_tx_command_mode_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_mode) for drv_dsi_tx_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_ulps_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) for drv_dsi_tx_phy_ulps_enter + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) for drv_dsi_tx_command_mode_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_mode) for drv_dsi_tx_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) refers to hal_dsi_tx_ctrl.o(.data) for .data + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_ulps_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) for drv_dsi_tx_phy_ulps_exit + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) for hal_dsi_tx_ctrl_init_clk + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_init_tx) for hal_internal_vsync_init_tx + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) for hal_dsi_tx_count_lane_rate + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) for hal_dsi_tx_init_phy_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) for hal_dsi_tx_phy_test_setup + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) for hal_lcdc_init_clk + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) for hal_lcdc_init_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) for hal_dsi_tx_init_dpi_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) for hal_dsi_tx_init_data_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) for hal_dsi_tx_init_remains + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) for hal_dsi_tx_init_interrupt + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ready) for drv_dsi_tx_phy_status_ready + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to drv_dsi_tx.o(i.drv_dsi_tx_powerup) for drv_dsi_tx_powerup + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) for hal_dsi_tx_send_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_bta) for drv_dsi_tx_set_bta + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_get_payload) for drv_dsi_tx_command_get_payload + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to memcpya.o(.text) for __aeabi_memcpy + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_release_handle) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) refers to drv_param_init.o(i.drv_param_init_set_ccm) for drv_param_init_set_ccm + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) refers to drv_lcdc.o(i.drv_lcdc_config_int_single) for drv_lcdc_config_int_single + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_endianness) refers to drv_lcdc.o(i.drv_lcdc_config_endianness) for drv_lcdc_config_endianness + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_escape_clock_div) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) for drv_dsi_tx_set_esc_div + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_lp_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) for drv_dsi_tx_video_mode_set_lp_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite_rgb) for drv_lcdc_config_overwrite_rgb + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) refers to drv_lcdc.o(i.drv_lcdc_config_partial_display_enable) for drv_lcdc_config_partial_display_enable + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) refers to drv_lcdc.o(i.drv_lcdc_config_partial_display_area) for drv_lcdc_config_partial_display_area + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_vpg) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_vpg) for drv_dsi_tx_set_vpg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) for drv_dsi_tx_config_eotp + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) for drv_dsi_tx_phy_clock_lane_req_hs + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_enable_shadow_reg) for drv_lcdc_enable_shadow_reg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_set_video_hw_mode) for drv_lcdc_set_video_hw_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_start) for drv_lcdc_start + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_lcdc.o(i.drv_lcdc_start) for drv_lcdc_start + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_lcdc.o(i.drv_lcdc_set_int) for drv_lcdc_set_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_int) for drv_dsi_tx_set_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_dsi_tx.o(i.drv_dsi_tx_shutdown) for drv_dsi_tx_shutdown + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) for hal_dsi_tx_send_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) for drv_dsi_tx_command_put_payload + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) for hal_dsi_tx_send_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) for drv_dsi_tx_command_put_payload + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_mode) for drv_dsi_tx_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_edpi_cmd_size) for drv_dsi_tx_edpi_cmd_size + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) for hal_dsi_tx_init_video_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to hal_dsi_tx_ctrl.o(.data) for .data + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_dpi_mode) for drv_dsi_tx_dpi_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_dpi_polarity) for drv_dsi_tx_dpi_polarity + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_dpi_lpcmd_time) for drv_dsi_tx_dpi_lpcmd_time + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_int) for drv_dsi_tx_set_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) refers to drv_dsi_tx.o(i.drv_dsi_tx_config_int) for drv_dsi_tx_config_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_lane_mode) for drv_dsi_tx_phy_lane_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_time_cfg) for drv_dsi_tx_phy_time_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_response_mode) for drv_dsi_tx_response_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) for drv_dsi_tx_set_esc_div + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_time_out_div) for drv_dsi_tx_set_time_out_div + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_timeout_cfg) for drv_dsi_tx_timeout_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) for drv_dsi_tx_config_eotp + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) for drv_dsi_tx_phy_clock_lane_req_hs + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_auto_lp) for drv_dsi_tx_phy_clock_lane_auto_lp + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_cfg) for drv_dsi_tx_video_mode_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_bta_ack) for drv_dsi_tx_set_bta_ack + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) for drv_dsi_tx_video_mode_set_lp_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_disable_hact_cmd) for drv_dsi_tx_video_mode_disable_hact_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) for hal_dsi_tx_calc_video_chunks + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_get_data) refers to hal_dsi_tx_ctrl.o(.constdata) for .constdata + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_phy_common.o(i.drv_phy_get_para) for drv_phy_get_para + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_get_data) for hal_dsi_tx_phy_test_get_data + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_enter) for drv_tx_phy_test_enter + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_crgu.o(i.drv_crgu_set_mipi_ref_src) for drv_crgu_set_mipi_ref_src + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_crgu.o(i.drv_crgu_set_mipi_cfg_src) for drv_crgu_set_mipi_cfg_src + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_clear) for drv_tx_phy_test_clear + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) for drv_tx_phy_test_write_1_byte + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) for drv_tx_phy_test_write_2_byte + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_code) for drv_tx_phy_test_write_code + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_exit) for drv_tx_phy_test_exit + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_header) for drv_dsi_tx_command_header + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) for drv_dsi_tx_phy_status_stopstate + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) refers to drv_param_init.o(i.drv_param_init_get_ccm) for drv_param_init_get_ccm + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) refers to drv_lcdc.o(i.drv_lcdc_config_ccm) for drv_lcdc_config_ccm + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_disp_mode) for drv_lcdc_config_disp_mode + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_edpi_mode) for drv_lcdc_config_edpi_mode + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_endianness) for drv_lcdc_config_endianness + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_thresh) for drv_lcdc_config_thresh + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_dpi_polarity) for drv_lcdc_config_dpi_polarity + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_src_parameter) for drv_lcdc_config_src_parameter + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to dadd.o(.text) for __aeabi_dadd + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) for hal_dsi_tx_ctrl_set_partial_disp_area + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) for hal_dsi_tx_ctrl_set_partial_disp + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to drv_lcdc.o(i.drv_lcdc_config_scale_up_step) for drv_lcdc_config_scale_up_step + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) for drv_lcdc_config_scale_up_coef + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) for hal_lcdc_config_upscaler + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) for hal_lcdc_config_ccm + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) for hal_lcdc_config_rgb_to_pentile + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) for hal_lcdc_config_remains + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) for hal_lcdc_init_interrupt + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to ffltui.o(.text) for __aeabi_ui2f + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dpi_pre_div) for drv_crgu_set_dpi_pre_div + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dpi_pre_src) for drv_crgu_set_dpi_pre_src + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dpi_mux_src) for drv_crgu_set_dpi_mux_src + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to fmul.o(.text) for __aeabi_fmul + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to fdiv.o(.text) for __aeabi_fdiv + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to f2d.o(.text) for __aeabi_f2d + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to ceil.o(i.ceil) for ceil + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_lcdc.o(i.drv_lcdc_config_dpi_timing) for drv_lcdc_config_dpi_timing + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_lcdc_div) for drv_crgu_set_lcdc_div + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_lcdc_src) for drv_crgu_set_lcdc_src + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) for hal_internal_vsync_get_sync_line + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to drv_lcdc.o(i.drv_lcdc_set_int) for drv_lcdc_set_int + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to drv_lcdc.o(i.drv_lcdc_ctrl_flow) for drv_lcdc_ctrl_flow + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to drv_lcdc.o(i.drv_lcdc_config_int) for drv_lcdc_config_int + hal_gpio.o(i.hal_gpio_ctrl_eint) refers to drv_gpio.o(i.drv_gpio_set_int) for drv_gpio_set_int + hal_gpio.o(i.hal_gpio_ctrl_eint) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_get_input_data) refers to drv_gpio.o(i.drv_gpio_get_input_data) for drv_gpio_get_input_data + hal_gpio.o(i.hal_gpio_get_int_type) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_get_pull_state) refers to drv_gpio.o(i.drv_gpio_get_pull_state) for drv_gpio_get_pull_state + hal_gpio.o(i.hal_gpio_get_pull_state) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_gpio.o(i.drv_gpio_set_ioe) for drv_gpio_set_ioe + hal_gpio.o(i.hal_gpio_init_eint) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_gpio_group) for drv_sys_cfg_sel_gpio_group + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_int_trig) for drv_sys_cfg_sel_int_trig + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_gpio.o(i.hal_gpio_init_eint) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_init_input) refers to drv_gpio.o(i.drv_gpio_set_ioe) for drv_gpio_set_ioe + hal_gpio.o(i.hal_gpio_init_input) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_gpio.o(i.hal_gpio_init_input) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_init_output) refers to hal_gpio.o(i.drv_gpio_set_output_data) for drv_gpio_set_output_data + hal_gpio.o(i.hal_gpio_init_output) refers to drv_gpio.o(i.drv_gpio_set_ioe) for drv_gpio_set_ioe + hal_gpio.o(i.hal_gpio_init_output) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_gpio.o(i.hal_gpio_init_output) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_reg_eint_cb) refers to drv_gpio.o(i.drv_gpio_register_callback) for drv_gpio_register_callback + hal_gpio.o(i.hal_gpio_reg_eint_cb) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_gpio.o(i.drv_gpio_register_ap_reset_callback) for drv_gpio_register_ap_reset_callback + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) for drv_sys_cfg_sel_ap_rst_trig + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + hal_gpio.o(i.hal_gpio_set_driving_strength) refers to drv_gpio.o(i.drv_gpio_set_driving_strength) for drv_gpio_set_driving_strength + hal_gpio.o(i.hal_gpio_set_driving_strength) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode3) for drv_gpio_set_mode3 + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode2) for drv_gpio_set_mode2 + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode1) for drv_gpio_set_mode1 + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode0) for drv_gpio_set_mode0 + hal_gpio.o(i.hal_gpio_set_mode) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_output_data) refers to hal_gpio.o(i.drv_gpio_set_output_data) for drv_gpio_set_output_data + hal_gpio.o(i.hal_gpio_set_pull_state) refers to drv_gpio.o(i.drv_gpio_set_pull_state) for drv_gpio_set_pull_state + hal_gpio.o(i.hal_gpio_set_pull_state) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_schmitt_trigger) refers to drv_gpio.o(i.drv_gpio_set_schmitt_trigger) for drv_gpio_set_schmitt_trigger + hal_gpio.o(i.hal_gpio_set_schmitt_trigger) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_slew_rate) refers to drv_gpio.o(i.drv_gpio_set_slew_rate) for drv_gpio_set_slew_rate + hal_gpio.o(i.hal_gpio_set_slew_rate) refers to hal_gpio.o(.constdata) for .constdata + hal_swire.o(i.hal_swire_deinit) refers to drv_swire.o(i.drv_swire_enable) for drv_swire_enable + hal_swire.o(i.hal_swire_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_swire.o(i.hal_swire_init) refers to drv_crgu.o(i.drv_crgu_set_swire_div) for drv_crgu_set_swire_div + hal_swire.o(i.hal_swire_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_swire.o(i.hal_swire_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_swire.o(i.hal_swire_init) refers to drv_swire.o(i.drv_swire_enable) for drv_swire_enable + hal_swire.o(i.hal_swire_open) refers to drv_swire.o(i.drv_swire_set_power_down) for drv_swire_set_power_down + hal_swire.o(i.hal_swire_register_callback) refers to drv_swire.o(i.drv_swire_register_callback) for drv_swire_register_callback + hal_swire.o(i.hal_swire_start) refers to drv_swire.o(i.drv_swire_set_int) for drv_swire_set_int + hal_swire.o(i.hal_swire_start) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_swire.o(i.hal_swire_start) refers to drv_swire.o(i.drv_swire_set_bit_time) for drv_swire_set_bit_time + hal_swire.o(i.hal_swire_start) refers to drv_swire.o(i.drv_swire_set_pulse_count) for drv_swire_set_pulse_count + hal_swire.o(i.hal_swire_start) refers to drv_common.o(.data) for g_system_clock + hal_system.o(i.hal_system_deep_sleep_mode) refers to drv_pwr.o(i.drv_pwr_enter_deep_sleep_mode) for drv_pwr_enter_deep_sleep_mode + hal_system.o(i.hal_system_disable_systick) refers to drv_common.o(i.drv_common_disable_systick) for drv_common_disable_systick + hal_system.o(i.hal_system_enable_systick) refers to drv_common.o(i.drv_common_enable_systick) for drv_common_enable_systick + hal_system.o(i.hal_system_flash_read) refers to norflash.o(i.norflash_init) for norflash_init + hal_system.o(i.hal_system_flash_read) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + hal_system.o(i.hal_system_flash_read) refers to norflash.o(i.norflash_read) for norflash_read + hal_system.o(i.hal_system_flash_read) refers to drv_fls.o(i.fls_de_init) for fls_de_init + hal_system.o(i.hal_system_flash_read) refers to hal_system.o(i.cvt_check_cgf_is_valid) for cvt_check_cgf_is_valid + hal_system.o(i.hal_system_flash_write) refers to norflash.o(i.norflash_init) for norflash_init + hal_system.o(i.hal_system_flash_write) refers to hal_system.o(i.cvt_cfg_packet) for cvt_cfg_packet + hal_system.o(i.hal_system_flash_write) refers to norflash.o(i.norflash_erase_block) for norflash_erase_block + hal_system.o(i.hal_system_flash_write) refers to norflash.o(i.norflash_write) for norflash_write + hal_system.o(i.hal_system_flash_write) refers to drv_fls.o(i.fls_de_init) for fls_de_init + hal_system.o(i.hal_system_get_tick) refers to drv_common.o(i.drv_common_get_tick) for drv_common_get_tick + hal_system.o(i.hal_system_idle_mode) refers to drv_common.o(i.drv_common_idle_mode) for drv_common_idle_mode + hal_system.o(i.hal_system_init) refers to drv_pwr.o(i.drv_pwr_set_system_clk_src) for drv_pwr_set_system_clk_src + hal_system.o(i.hal_system_init) refers to drv_crgu.o(i.drv_crgu_set_ahb_src) for drv_crgu_set_ahb_src + hal_system.o(i.hal_system_init) refers to drv_crgu.o(i.drv_crgu_set_ahb_pre_div) for drv_crgu_set_ahb_pre_div + hal_system.o(i.hal_system_init) refers to irq_redirect .o(i.handle_init) for handle_init + hal_system.o(i.hal_system_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_all_int) for drv_sys_cfg_clear_all_int + hal_system.o(i.hal_system_init) refers to drv_common.o(i.drv_common_system_init) for drv_common_system_init + hal_system.o(i.hal_system_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_system.o(i.hal_system_init) refers to drv_crgu.o(i.drv_crgu_clear_all_reset_flags) for drv_crgu_clear_all_reset_flags + hal_system.o(i.hal_system_init) refers to drv_pwr.o(i.drv_pwr_set_pvd_mode) for drv_pwr_set_pvd_mode + hal_system.o(i.hal_system_init) refers to drv_common.o(.data) for g_system_clock + hal_system.o(i.hal_system_init_console) refers to hal_uart.o(i.hal_uart_init) for hal_uart_init + hal_system.o(i.hal_system_register_systick_cb) refers to drv_common.o(i.drv_common_systick_register_cb) for drv_common_systick_register_cb + hal_system.o(i.hal_system_set_pvd) refers to drv_pwr.o(i.drv_pwr_set_pvd_mode) for drv_pwr_set_pvd_mode + hal_system.o(i.hal_system_set_vcc) refers to drv_pwr.o(i.drv_pwr_set_cp_mode) for drv_pwr_set_cp_mode + hal_system.o(i.hal_system_share_flash_mode) refers to drv_fls.o(i.drv_fls_gpio_connect) for drv_fls_gpio_connect + hal_system.o(i.hal_system_share_flash_mode) refers to drv_fls.o(i.drv_fls_gpio_disconnect) for drv_fls_gpio_disconnect + hal_system.o(i.hal_system_sleep_mode) refers to drv_crgu.o(i.drv_crgu_config_clocks) for drv_crgu_config_clocks + hal_timer.o(i.hal_timer_deinit) refers to drv_timer.o(i.drv_timer_enable) for drv_timer_enable + hal_timer.o(i.hal_timer_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_timer.o(i.hal_timer_get_status) refers to drv_timer.o(i.drv_timer_get_current_count) for drv_timer_get_current_count + hal_timer.o(i.hal_timer_get_status) refers to drv_timer.o(i.drv_timer_get_match) for drv_timer_get_match + hal_timer.o(i.hal_timer_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_timer.o(i.hal_timer_init) refers to drv_timer.o(i.drv_timer_set_prescaler) for drv_timer_set_prescaler + hal_timer.o(i.hal_timer_init) refers to drv_timer.o(i.drv_timer_enable) for drv_timer_enable + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_register_callback) for drv_timer_register_callback + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_get_prescaler) for drv_timer_get_prescaler + hal_timer.o(i.hal_timer_start) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_set_match) for drv_timer_set_match + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_set_current_count) for drv_timer_set_current_count + hal_timer.o(i.hal_timer_start) refers to drv_common.o(.data) for g_system_clock + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_register_callback) for drv_timer_register_callback + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_set_match) for drv_timer_set_match + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_set_current_count) for drv_timer_set_current_count + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_master.o(i.drv_i2c_master_init) for drv_i2c_master_init + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_master.o(i.drv_i2c_m_set_callback) for drv_i2c_m_set_callback + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_master.o(i.drv_i2c_m_enable_intr) for drv_i2c_m_enable_intr + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_dma.o(i.drv_i2c_dma_init) for drv_i2c_dma_init + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_dma.o(i.drv_i2c_enable_rx_dma) for drv_i2c_enable_rx_dma + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_dma.o(i.drv_i2c_enable_tx_dma) for drv_i2c_enable_tx_dma + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to hal_i2c_master.o(i.hal_i2c_master_irq_callback) for hal_i2c_master_irq_callback + hal_i2c_master.o(i.hal_i2c_m_dma_read) refers to drv_i2c_dma.o(i.drv_i2c_master_read_dma) for drv_i2c_master_read_dma + hal_i2c_master.o(i.hal_i2c_m_dma_read) refers to hal_i2c_master.o(.data) for .data + hal_i2c_master.o(i.hal_i2c_m_dma_write) refers to drv_i2c_dma.o(i.drv_i2c_master_write_dma) for drv_i2c_master_write_dma + hal_i2c_master.o(i.hal_i2c_m_dma_write) refers to hal_i2c_master.o(.data) for .data + hal_i2c_master.o(i.hal_i2c_m_set_high_impedance) refers to drv_i2c_master.o(i.drv_i2c_m_enable) for drv_i2c_m_enable + hal_i2c_master.o(i.hal_i2c_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_master.o(i.hal_i2c_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + hal_i2c_master.o(i.hal_i2c_m_transfer_complate) refers to hal_i2c_master.o(.data) for .data + hal_i2c_master.o(i.hal_i2c_master_irq_callback) refers to drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) for drv_i2c_m_clear_it_pending_bit + hal_i2c_master.o(i.hal_i2c_master_irq_callback) refers to hal_i2c_master.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_dma_user_callback) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_dma_write) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + hal_i2c_slave.o(i.hal_i2c_s_dma_write) refers to drv_i2c_dma.o(i.drv_i2c_slave_write_dma) for drv_i2c_slave_write_dma + hal_i2c_slave.o(i.hal_i2c_s_dma_write) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_get_tx_byte_num) refers to drv_i2c_slave.o(i.drv_i2c_s_get_tx_byte_num) for drv_i2c_s_get_tx_byte_num + hal_i2c_slave.o(i.hal_i2c_s_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_slave.o(i.drv_i2c_slave_init) for drv_i2c_slave_init + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_slave.o(i.drv_i2c_s_set_callback) for drv_i2c_s_set_callback + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_slave.o(i.drv_i2c_s_enable_intr) for drv_i2c_s_enable_intr + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_dma.o(i.drv_i2c_dma_init) for drv_i2c_dma_init + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) for drv_i2c_set_dma_irq_callback + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_dma.o(i.drv_i2c_enable_tx_dma) for drv_i2c_enable_tx_dma + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + hal_i2c_slave.o(i.hal_i2c_s_init) refers to hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) for hal_i2c_slave_irq_callback + hal_i2c_slave.o(i.hal_i2c_s_init) refers to hal_i2c_slave.o(i.hal_i2c_s_dma_user_callback) for hal_i2c_s_dma_user_callback + hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_read_complate) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_read_complate_clear) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_read_data) refers to drv_i2c_slave.o(i.drv_i2c_s_read_data) for drv_i2c_s_read_data + hal_i2c_slave.o(i.hal_i2c_s_rxfifo_notempty) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + hal_i2c_slave.o(i.hal_i2c_s_set_dma_tx_cycle) refers to drv_dma.o(i.drv_dma_enable_cycle) for drv_dma_enable_cycle + hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance) refers to drv_i2c_slave.o(i.drv_i2c_s_enable) for drv_i2c_s_enable + hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + hal_i2c_slave.o(i.hal_i2c_s_set_transfer) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_write_complate) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_write_data) refers to drv_i2c_slave.o(i.drv_i2c_s_write_data) for drv_i2c_s_write_data + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) for drv_i2c_s_clear_it_pending_bit + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(i.drv_i2c_s_write_data) for drv_i2c_s_write_data + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(.data) for tx_byte_num + hal_spi_master.o(i.hal_spi_m_callback) refers to drv_spi_dma.o(i.drv_spi_abort_dma) for drv_spi_abort_dma + hal_spi_master.o(i.hal_spi_m_callback) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_clear_rxfifo) refers to drv_spi_master.o(i.drv_spi_m_read_data) for drv_spi_m_read_data + hal_spi_master.o(i.hal_spi_m_dma_init) refers to hal_spi_master.o(i.hal_spi_m_gpio_init) for hal_spi_m_gpio_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_master.o(i.drv_spi_master_init) for drv_spi_master_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_dma_init) for drv_spi_dma_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_dma_ch6_init) for drv_spi_dma_ch6_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) for drv_spi_set_dma_irq_callback + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) for drv_spi_set_dma_ch6_irq_callback + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) for drv_sys_cfg_set_dma_rx_req + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_master.o(i.drv_spi_m_enable_rx_dma) for drv_spi_m_enable_rx_dma + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + hal_spi_master.o(i.hal_spi_m_dma_init) refers to hal_spi_master.o(i.hal_spi_m_callback) for hal_spi_m_callback + hal_spi_master.o(i.hal_spi_m_dma_read) refers to drv_spi_dma.o(i.drv_spim_dma_read) for drv_spim_dma_read + hal_spi_master.o(i.hal_spi_m_dma_read) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_dma_write) refers to drv_spi_dma.o(i.drv_spim_dma_write) for drv_spim_dma_write + hal_spi_master.o(i.hal_spi_m_dma_write) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_get_transfer_complate) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_gpio_init) refers to drv_spi_master.o(i.drv_spi_m_gpio_init) for drv_spi_m_gpio_init + hal_spi_master.o(i.hal_spi_m_read_rxfifo) refers to drv_spi_master.o(i.drv_spi_m_read_data) for drv_spi_m_read_data + hal_spi_master.o(i.hal_spi_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_spi_master.o(i.hal_spi_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_init_input) for hal_gpio_init_input + hal_spi_master.o(i.hal_spi_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + tau_delay.o(i.delayMs) refers to tau_delay.o(i.delayUs) for delayUs + tau_log.o(i.LOG_printf) refers to printfa.o(i.__0vsprintf) for vsprintf + tau_log.o(i.LOG_printf) refers to printfa.o(i.__0printf) for __2printf + tau_log.o(i.LOG_printf) refers to tau_log.o(.bss) for .bss + tau_log.o(i.fgetc) refers to hal_uart.o(i.hal_uart_receive_blocking) for hal_uart_receive_blocking + tau_log.o(i.fputc) refers to hal_uart.o(i.hal_uart_transmit_blocking) for hal_uart_transmit_blocking + hal_uart.o(i.hal_uart_deinit) refers to drv_dma.o(i.drv_dma_deinit) for drv_dma_deinit + hal_uart.o(i.hal_uart_deinit) refers to drv_uart.o(i.UART_Deinit) for UART_Deinit + hal_uart.o(i.hal_uart_dmacallback) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_uart.o(i.hal_uart_init) refers to memseta.o(.text) for __aeabi_memclr4 + hal_uart.o(i.hal_uart_init) refers to drv_uart.o(i.UART_init) for UART_init + hal_uart.o(i.hal_uart_init) refers to drv_common.o(.data) for g_system_clock + hal_uart.o(i.hal_uart_init) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_receive_blocking) refers to drv_uart.o(i.UART_ReadBlocking) for UART_ReadBlocking + hal_uart.o(i.hal_uart_receive_dma) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + hal_uart.o(i.hal_uart_receive_dma) refers to drv_uart_dma.o(i.UART_TransferCreateHandleDMA) for UART_TransferCreateHandleDMA + hal_uart.o(i.hal_uart_receive_dma) refers to drv_uart_dma.o(i.UART_TransferReceiveDMA) for UART_TransferReceiveDMA + hal_uart.o(i.hal_uart_receive_dma) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_receive_dma) refers to hal_uart.o(i.hal_uart_dmacallback) for hal_uart_dmacallback + hal_uart.o(i.hal_uart_transmit_blocking) refers to drv_uart.o(i.UART_WriteBlocking) for UART_WriteBlocking + hal_uart.o(i.hal_uart_transmit_dma) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + hal_uart.o(i.hal_uart_transmit_dma) refers to drv_uart_dma.o(i.UART_TransferCreateHandleDMA) for UART_TransferCreateHandleDMA + hal_uart.o(i.hal_uart_transmit_dma) refers to drv_uart_dma.o(i.UART_TransferSendDMA) for UART_TransferSendDMA + hal_uart.o(i.hal_uart_transmit_dma) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_transmit_dma) refers to hal_uart.o(i.hal_uart_dmacallback) for hal_uart_dmacallback + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to hal_internal_vsync.o(i.soft_gen_te) for soft_gen_te + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_param_init.o(i.drv_param_init_get_ccm) for drv_param_init_get_ccm + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_lcdc.o(i.drv_lcdc_config_ccm) for drv_lcdc_config_ccm + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_lcdc.o(i.drv_lcdc_config_int_single) for drv_lcdc_config_int_single + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to hal_internal_vsync.o(i.drv_rxbr_get_status0) for drv_rxbr_get_status0 + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.dcs_sw_filter) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_iniernal_vsync_deinit) refers to memseta.o(.text) for __aeabi_memclr4 + hal_internal_vsync.o(i.hal_iniernal_vsync_deinit) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_data_mode) for drv_memc_set_data_mode + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_waveform) for drv_memc_set_tear_waveform + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_ltpo_mode) for drv_memc_set_ltpo_mode + hal_internal_vsync.o(i.hal_internal_init_memc) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_double_buffer) for drv_memc_set_double_buffer + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_active_height) for drv_memc_set_active_height + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_inten) for drv_memc_set_inten + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_enable_irq) for drv_memc_enable_irq + hal_internal_vsync.o(i.hal_internal_init_memc) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(i.calc_framebuffer_setting) for calc_framebuffer_setting + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_vidc.o(i.drv_vidc_reset) for drv_vidc_reset + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) for hal_dsi_rx_ctrl_init + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) for hal_dsi_tx_ctrl_init + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) for hal_dsi_rx_ctrl_start + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) for hal_dsi_rx_ctrl_gen_a_tear_signal + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to tau_delay.o(i.delayUs) for delayUs + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_dsi_tx.o(i.drv_dsi_tx_shutdown) for drv_dsi_tx_shutdown + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_crgu.o(i.drv_crgu_config_reset_modules) for drv_crgu_config_reset_modules + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(i.hal_internal_init_memc) for hal_internal_init_memc + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) for hal_dsi_tx_ctrl_start + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.hal_internal_vsync_deinit) refers to memseta.o(.text) for __aeabi_memclr4 + hal_internal_vsync.o(i.hal_internal_vsync_deinit) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_get_rx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_get_tx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_chip_info.o(i.drv_chip_rx_info_check) for drv_chip_rx_info_check + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) for check_mipi_rx_tx_video_info + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.calc_framebuffer_setting) for calc_framebuffer_setting + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_rxbr.o(i.drv_rxbr_register_irq0_callback) for drv_rxbr_register_irq0_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_rxbr.o(i.drv_rxbr_register_irq1_callback) for drv_rxbr_register_irq1_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_vidc.o(i.drv_vidc_register_callback) for drv_vidc_register_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to dcs_packet_fifo.o(i.dcs_packet_fifo_init) for dcs_packet_fifo_init + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.rxbr_irq0_callback) for rxbr_irq0_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.rxbr_irq1_callback) for rxbr_irq1_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.vidc_callback) for vidc_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) for check_mipi_rx_tx_video_info + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to hal_internal_vsync.o(i.calc_framebuffer_setting) for calc_framebuffer_setting + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) refers to drv_rxbr.o(i.drv_rxbr_set_cmd_filter) for drv_rxbr_set_cmd_filter + hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) for hal_internal_vsync_set_auto_hw_filter + hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) refers to hal_internal_vsync.o(i.hal_internal_vsync_deinit) for hal_internal_vsync_deinit + hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to hal_internal_vsync.o(i.vsync_set_te_mode) for vsync_set_te_mode + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to hal_internal_vsync.o(i.hal_internal_vsync_deinit) for hal_internal_vsync_deinit + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to hal_internal_vsync.o(i.vsync_set_te_mode) for vsync_set_te_mode + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_internal_vsync.o(i.dcs_sw_filter) for dcs_sw_filter + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) for dcs_packet_fifo_alloc + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) for hal_dsi_rx_ctrl_dsc_async_handler + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_internal_vsync.o(i.check_pkt_buf_rev) for check_pkt_buf_rev + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) for drv_dsi_tx_command_put_payload + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_partial_update) refers to drv_rxbr.o(i.drv_rxbr_get_col_addr) for drv_rxbr_get_col_addr + hal_internal_vsync.o(i.rx_partial_update) refers to drv_rxbr.o(i.drv_rxbr_get_page_addr) for drv_rxbr_get_page_addr + hal_internal_vsync.o(i.rx_partial_update) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.rx_partial_update) refers to drv_dsc_dec.o(i.drv_dsc_dec_get_nslc) for drv_dsc_dec_get_nslc + hal_internal_vsync.o(i.rx_partial_update) refers to drv_crgu.o(i.drv_crgu_set_dsco_src) for drv_crgu_set_dsco_src + hal_internal_vsync.o(i.rx_partial_update) refers to drv_crgu.o(i.drv_crgu_set_dsco_src_div) for drv_crgu_set_dsco_src_div + hal_internal_vsync.o(i.rx_partial_update) refers to drv_crgu.o(i.drv_crgu_set_dsc_core_div) for drv_crgu_set_dsc_core_div + hal_internal_vsync.o(i.rx_partial_update) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_receive_packet) refers to hal_internal_vsync.o(i.rx_get_dcs_packet_data) for rx_get_dcs_packet_data + hal_internal_vsync.o(i.rx_receive_packet) refers to hal_internal_vsync.o(i.rx_receive_pps) for rx_receive_pps + hal_internal_vsync.o(i.rx_receive_packet) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.rx_receive_packet) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.rx_receive_packet) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_receive_pps) refers to memseta.o(.text) for __aeabi_memclr4 + hal_internal_vsync.o(i.rx_receive_pps) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.rx_receive_pps) refers to hal_internal_vsync.o(i.check_pkt_buf_rev) for check_pkt_buf_rev + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) for drv_dsc_dec_convert_pps_rc_parameter + hal_internal_vsync.o(i.rx_receive_pps) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) for drv_dsi_rx_get_compression_en + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_enable) for drv_dsc_dec_enable + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) for drv_dsc_dec_set_u8_pps + hal_internal_vsync.o(i.rx_receive_pps) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.rx_receive_pps) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.drv_rxbr_get_status0) for drv_rxbr_get_status0 + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.rx_receive_packet) for rx_receive_packet + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to drv_rxbr.o(i.drv_rxbr_set_inten) for drv_rxbr_set_inten + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.drv_rxbr_get_int_source) for drv_rxbr_get_int_source + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.rx_partial_update) for rx_partial_update + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(i.drv_rxbr_get_int_source) for drv_rxbr_get_int_source + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(i.vpre_err_reset) for vpre_err_reset + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to drv_memc.o(i.drv_memc_set_double_buffer_reverse) for drv_memc_set_double_buffer_reverse + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.soft_gen_te) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.soft_gen_te) refers to hal_internal_vsync.o(.data) for .data + hal_internal_vsync.o(i.vidc_callback) refers to drv_vidc.o(i.drv_vidc_get_irq_status) for drv_vidc_get_irq_status + hal_internal_vsync.o(i.vidc_callback) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_internal_vsync.o(i.vidc_callback) refers to drv_vidc.o(i.drv_vidc_clear_irq) for drv_vidc_clear_irq + hal_internal_vsync.o(i.vidc_callback) refers to drv_vidc.o(i.drv_vidc_set_irqen) for drv_vidc_set_irqen + hal_internal_vsync.o(i.vidc_callback) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.vidc_callback) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.vidc_callback) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.vpre_err_reset) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + hal_internal_vsync.o(i.vpre_err_reset) refers to drv_vidc.o(i.drv_vidc_reset) for drv_vidc_reset + hal_internal_vsync.o(i.vpre_err_reset) refers to drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) for drv_dsc_dec_set_u8_pps + hal_internal_vsync.o(i.vpre_err_reset) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.vsync_set_te_mode) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_internal_vsync.o(i.vsync_set_te_mode) refers to drv_lcdc.o(i.drv_lcdc_config_int_single) for drv_lcdc_config_int_single + hal_internal_vsync.o(i.vsync_set_te_mode) refers to drv_lcdc.o(i.drv_lcdc_ctrl_flow) for drv_lcdc_ctrl_flow + hal_internal_vsync.o(i.vsync_set_te_mode) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.vsync_set_te_mode) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.vsync_set_te_mode) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.vsync_set_te_mode) refers to hal_internal_vsync.o(.data) for .data + hal_internal_vsync.o(.data) refers to hal_internal_vsync.o(.bss) for sg_te_info + norflash.o(i.app_fls_ctrl_Handler) refers to drv_fls.o(i.fls_clr_interrupt_flag) for fls_clr_interrupt_flag + norflash.o(i.app_fls_ctrl_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + norflash.o(i.app_fls_ctrl_Handler) refers to norflash.o(.data) for .data + norflash.o(i.norflash_best_cfg_init) refers to drv_fls.o(i.fls_spi_init) for fls_spi_init + norflash.o(i.norflash_best_cfg_init) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_check_id) refers to norflash.o(i.norflash_read_id) for norflash_read_id + norflash.o(i.norflash_check_id) refers to tau_delay.o(i.delayUs) for delayUs + norflash.o(i.norflash_check_id) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dma_callback) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dma_read) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_transfer_create_handle_dma) for fls_transfer_create_handle_dma + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_dma_read_prepare) for fls_dma_read_prepare + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_transfer_dma) for fls_transfer_dma + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + norflash.o(i.norflash_dma_read) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dma_read) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_dma_read) refers to norflash.o(i.norflash_dma_callback) for norflash_dma_callback + norflash.o(i.norflash_dma_write) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_transfer_create_handle_dma) for fls_transfer_create_handle_dma + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_switch_fls_spi) for norflash_switch_fls_spi + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_dma_write_prepare) for fls_dma_write_prepare + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_transfer_dma) for fls_transfer_dma + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + norflash.o(i.norflash_dma_write) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_dma_write) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_dma_callback) for norflash_dma_callback + norflash.o(i.norflash_dma_write) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dual_read) refers to drv_fls.o(i.fls_ddat_enable) for fls_ddat_enable + norflash.o(i.norflash_dual_read) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_dual_read) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_switch_fls_spi) for norflash_switch_fls_spi + norflash.o(i.norflash_dual_write) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_dual_write) refers to drv_fls.o(i.fls_ddat_enable) for fls_ddat_enable + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_en4b) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_read_config_reg) for norflash_read_config_reg + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_en_quad) refers to norflash.o(i.norflash_en_quad_check) for norflash_en_quad_check + norflash.o(i.norflash_en_quad) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_en_quad) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_en_quad) refers to drv_fls.o(i.fls_busy_pending) for fls_busy_pending + norflash.o(i.norflash_en_quad) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_en_quad_check) refers to norflash.o(i.norflash_get_dual_hstatus) for norflash_get_dual_hstatus + norflash.o(i.norflash_en_quad_check) refers to norflash.o(i.norflash_get_hstatus) for norflash_get_hstatus + norflash.o(i.norflash_en_quad_check) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_en_quad_check) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_erase_block) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_erase_block) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_erase_block) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_erase_block) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_erase_chip) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_erase_chip) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_erase_chip) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_erase_sector) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_erase_sector) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_erase_sector) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_erase_sector) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_ex4b) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_read_config_reg) for norflash_read_config_reg + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_exit_quad) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_exit_quad) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_exit_quad) refers to norflash.o(i.norflash_en_quad_check) for norflash_en_quad_check + norflash.o(i.norflash_exit_quad) refers to drv_fls.o(i.fls_busy_pending) for fls_busy_pending + norflash.o(i.norflash_exit_quad) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_get_dual_hstatus) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_get_dual_hstatus) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_get_dual_hstatus) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_get_hstatus) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_get_hstatus) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_get_hstatus) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_get_status) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_get_status) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_get_status) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_get_default_spi_config) for fls_get_default_spi_config + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_get_default_fls_config) for fls_get_default_fls_config + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_get_default_tuning) for fls_get_default_tuning + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_init) for fls_init + norflash.o(i.norflash_init) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_init) refers to drv_fls.o(.data) for g_fls_tuning + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_qdat_enable) for fls_qdat_enable + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_qadr_enable) for fls_qadr_enable + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_qcmd_enable) for fls_qcmd_enable + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_switch_fls_spi) for norflash_switch_fls_spi + norflash.o(i.norflash_quad_write) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_quad_write) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_read) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_read_config_reg) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_read_id) refers to drv_fls.o(i.fls_read_cmd) for fls_read_cmd + norflash.o(i.norflash_set_best_cfg) refers to memseta.o(.text) for __aeabi_memclr4 + norflash.o(i.norflash_set_best_read_cfg) refers to norflash.o(i.norflash_en_quad) for norflash_en_quad + norflash.o(i.norflash_set_best_read_cfg) refers to norflash.o(.data) for .data + norflash.o(i.norflash_set_best_read_cfg) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_set_best_write_cfg) refers to norflash.o(i.norflash_en_quad) for norflash_en_quad + norflash.o(i.norflash_set_best_write_cfg) refers to norflash.o(.data) for .data + norflash.o(i.norflash_set_best_write_cfg) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_ddat_enable) for fls_ddat_enable + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_qdat_enable) for fls_qdat_enable + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_qadr_enable) for fls_qadr_enable + norflash.o(i.norflash_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_write) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_write_disable) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_write_disable) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write_disable) refers to norflash.o(.data) for .data + norflash.o(i.norflash_write_disable) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_write_enable) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_write_enable) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write_enable) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_write_enable) refers to norflash.o(.data) for .data + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_big_end_enable) for norflash_big_end_enable + norflash.o(i.norflash_write_endian_scr) refers to drv_fls.o(i.fls_en_scr) for fls_en_scr + norflash.o(i.norflash_write_endian_scr) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_big_end_clear) for norflash_big_end_clear + norflash.o(i.norflash_write_endian_scr) refers to drv_fls.o(i.fls_scr_clear) for fls_scr_clear + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_fifo_init) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_get_fifo_size) refers to dcs_packet_fifo.o(.bss) for .bss + drv_common.o(i.app_HardFault_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_common.o(i.app_SysTick_Handler) refers to drv_common.o(.data) for .data + drv_common.o(i.drv_common_enable_systick) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_common.o(i.drv_common_enable_systick) refers to drv_common.o(.data) for .data + drv_common.o(i.drv_common_get_tick) refers to drv_common.o(.data) for .data + drv_common.o(i.drv_common_system_init) refers to drv_chip_info.o(i.drv_chip_info_init) for drv_chip_info_init + drv_common.o(i.drv_common_systick_register_cb) refers to drv_common.o(.data) for .data + drv_dma.o(i.app_dma_irq_handler) refers to drv_dma.o(i.drv_dma_irq_handler) for drv_dma_irq_handler + drv_dma.o(i.drv_dma_abort_transfer) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_abort_transfer) refers to drv_dma.o(i.drv_dma_disenable_channel_interrupts) for drv_dma_disenable_channel_interrupts + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_disenable_channel_interrupts) for drv_dma_disenable_channel_interrupts + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_clear_flag) for drv_dma_clear_flag + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_set_ccr) for drv_dma_set_ccr + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_dma.o(i.drv_dma_clear_flag) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dma.o(i.drv_dma_create_handle) refers to drv_dma.o(.bss) for .bss + drv_dma.o(i.drv_dma_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dma.o(i.drv_dma_disenable_channel_interrupts) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dma.o(i.drv_dma_enable_channel_interrupts) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_dma.o(i.drv_dma_enable_cycle) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_get_remaining_bytes) refers to drv_dma.o(i.drv_dma_channel_is_active) for drv_dma_channel_is_active + drv_dma.o(i.drv_dma_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dma.o(i.drv_dma_init) refers to drv_dma.o(i.drv_dma_ahb_init) for drv_dma_ahb_init + drv_dma.o(i.drv_dma_irq_handler) refers to drv_dma.o(i.drv_dma_get_channel_flag) for drv_dma_get_channel_flag + drv_dma.o(i.drv_dma_irq_handler) refers to drv_dma.o(i.drv_dma_clear_flag) for drv_dma_clear_flag + drv_dma.o(i.drv_dma_irq_handler) refers to drv_dma.o(.bss) for .bss + drv_dma.o(i.drv_dma_m2m_init) refers to memseta.o(.text) for __aeabi_memclr4 + drv_dma.o(i.drv_dma_m2m_init) refers to drv_dma.o(i.drv_dma_init) for drv_dma_init + drv_dma.o(i.drv_dma_reset) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + drv_dma.o(i.drv_dma_set_burst) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_set_transfer) refers to drv_dma.o(i.drv_dma_set_burst) for drv_dma_set_burst + drv_dma.o(i.drv_dma_start_transfer) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + drv_dma.o(i.drv_dma_start_transfer) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to ffltui.o(.text) for __aeabi_ui2f + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to fdiv.o(.text) for __aeabi_fdiv + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to fmul.o(.text) for __aeabi_fmul + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) for drv_dsi_rx_get_color_bpp + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_color_pcc) for drv_dsi_rx_get_color_pcc + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to fadd.o(.text) for __aeabi_fadd + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to cfrcmple.o(.text) for __aeabi_cfrcmple + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to f2d.o(.text) for __aeabi_f2d + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to dadd.o(.text) for __aeabi_dadd + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to dfixui.o(.text) for __aeabi_d2uiz + drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_rx.o(i.drv_dsi_rx_get_phy_stopstate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) for drv_rx_phy_test_write_1_byte + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to drv_dsi_rx.o(i.drv_rx_phy_test_read) for drv_rx_phy_test_read + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) refers to drv_chip_info.o(i.drv_chip_info_get_info) for drv_chip_info_get_info + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_phy_common.o(i.drv_phy_get_para) for drv_phy_get_para + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_clear) for drv_rx_phy_test_clear + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) for drv_rx_phy_test_write_1_byte + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) for drv_rx_phy_test_write_2_byte + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_chip_info.o(i.drv_chip_info_get_info) for drv_chip_info_get_info + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_lock) for drv_rx_phy_test_lock + drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write) for drv_rx_phy_test_write + drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write) for drv_rx_phy_test_write + drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) for drv_tx_phy_test_write_1_byte + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to drv_dsi_tx.o(i.drv_tx_phy_test_read) for drv_tx_phy_test_read + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_tx.o(i.drv_dsi_tx_phy_trigger) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) for drv_dsi_tx_phy_status_stopstate + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) for drv_dsi_tx_phy_status_stopstate + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_pll_lock) for drv_dsi_tx_phy_status_pll_lock + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot) for drv_dsi_tx_phy_status_ulpsactivenot + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot) for drv_dsi_tx_phy_status_ulpsactivenot + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) for drv_tx_phy_test_write_1_byte + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_pll_lock) for drv_dsi_tx_phy_status_pll_lock + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_dsi_tx_version) for drv_dsi_tx_version + drv_dsi_tx.o(i.drv_dsi_tx_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_dsi_tx.o(i.drv_tx_phy_test_write) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_code) for drv_tx_phy_test_write_code + drv_dsi_tx.o(i.drv_tx_phy_test_write) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_data) for drv_tx_phy_test_write_data + drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write) for drv_tx_phy_test_write + drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write) for drv_tx_phy_test_write + drv_fls.o(i.drv_fls_gpio_connect) refers to drv_fls.o(i.drv_fls_gpio_disconnect) for drv_fls_gpio_disconnect + drv_fls.o(i.drv_fls_gpio_disconnect) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_EnableClk) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_busy_pending) refers to norflash.o(i.norflash_get_status) for norflash_get_status + drv_fls.o(i.fls_de_init) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + drv_fls.o(i.fls_de_init) refers to drv_dma.o(i.drv_dma_clear_flag) for drv_dma_clear_flag + drv_fls.o(i.fls_de_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_disable_it) refers to drv_fls.o(i.__NVIC_DisableIRQ) for __NVIC_DisableIRQ + drv_fls.o(i.fls_disable_it) refers to drv_fls.o(i.fls_set_mc_irq_mask) for fls_set_mc_irq_mask + drv_fls.o(i.fls_enable_it) refers to drv_fls.o(i.__NVIC_DisableIRQ) for __NVIC_DisableIRQ + drv_fls.o(i.fls_enable_it) refers to drv_fls.o(i.fls_set_mc_irq_mask) for fls_set_mc_irq_mask + drv_fls.o(i.fls_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_init) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_spi_init) for fls_spi_init + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_ctrl_cfg_init) for fls_ctrl_cfg_init + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_set_tuning) for fls_set_tuning + drv_fls.o(i.fls_init) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_enable_it) for fls_enable_it + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_set_mc_irq_mask) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_fls.o(i.fls_set_mc_irq_mask) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_set_write) for fls_set_write + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_set_write) for fls_set_write + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) for drv_ap_rst_trig_edge_detect + drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) refers to drv_gpio.o(.data) for .data + drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.drv_gpio_get_pull_state) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_register_ap_reset_callback) refers to drv_gpio.o(.data) for .data + drv_gpio.o(i.drv_gpio_register_callback) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.drv_gpio_set_driving_strength) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_gpio.o(i.drv_gpio_set_pull_state) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_set_schmitt_trigger) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_set_slew_rate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_i2c_dma.o(i.drv_i2c_dma_callback) refers to drv_i2c_dma.o(.data) for .data + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_i2c_master.o(i.drv_i2c_m_enable) for drv_i2c_m_enable + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) for drv_sys_cfg_set_dma_rx_req + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_dma.o(i.drv_dma_set_transfer) for drv_dma_set_transfer + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_i2c_dma.o(i.drv_i2c_master_write_read_cmd) for drv_i2c_master_write_read_cmd + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_dma.o(i.drv_dma_set_transfer) for drv_dma_set_transfer + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_i2c_dma.o(.data) for .data + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_i2c_dma.o(.bss) for .bss + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_i2c_dma.o(i.drv_i2c_dma_callback) for drv_i2c_dma_callback + drv_i2c_dma.o(i.drv_i2c_slave_write_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) refers to drv_param_init.o(i.drv_param_init_get_sclu_filter) for drv_param_init_get_sclu_filter + drv_lcdc.o(i.drv_lcdc_config_src_parameter) refers to drv_lcdc.o(i.drv_lcdc_config_input_size) for drv_lcdc_config_input_size + drv_lcdc.o(i.drv_lcdc_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_memc.o(i.app_MEMC_IRQn_Handler) refers to drv_memc.o(i.drv_memc_get_status) for drv_memc_get_status + drv_memc.o(i.app_MEMC_IRQn_Handler) refers to drv_memc.o(i.drv_memc_clear_status) for drv_memc_clear_status + drv_memc.o(i.app_MEMC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_memc.o(i.drv_memc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_memc.o(i.drv_memc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_param_init.o(i.drv_param_init_get_ccm) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_get_scld_filter_h) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_get_scld_filter_v) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_get_sclu_filter) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_set_ccm) refers to memcpya.o(.text) for __aeabi_memcpy4 + drv_param_init.o(i.drv_param_init_set_ccm) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_set_scld_filter) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_p2r_filter_init) refers to drv_param_init.o(.constdata) for .constdata + drv_rxbr.o(i.app_ADC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_rxbr.o(i.app_ADC_IRQn_Handler) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.app_VPRE_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_rxbr.o(i.app_VPRE_IRQn_Handler) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_rxbr.o(i.__NVIC_EnableIRQ) for __NVIC_EnableIRQ + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_rxbr.o(i.__NVIC_DisableIRQ) for __NVIC_DisableIRQ + drv_rxbr.o(i.drv_rxbr_register_irq0_callback) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.drv_rxbr_register_irq1_callback) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.drv_rxbr_set_cmd_filter) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_rxbr.o(i.drv_rxbr_soft_reset) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_dma.o(i.drv_dma_disenable_channel_interrupts) for drv_dma_disenable_channel_interrupts + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_master.o(i.drv_spi_m_enable_rx_dma) for drv_spi_m_enable_rx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_slave.o(i.drv_spi_s_enable_tx_dma) for drv_spi_s_enable_tx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_slave.o(i.drv_spi_s_enable_rx_dma) for drv_spi_s_enable_rx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_dma.o(.bss) for .bss + drv_spi_dma.o(i.drv_spi_dma_callback) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_dma_ch6_init) refers to drv_spi_dma.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_dma.o(i.drv_spi_dma_ch6_init) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_dma_init) refers to drv_spi_dma.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_dma.o(i.drv_spi_dma_init) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_spi_dma.o(.bss) for .bss + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_spi_dma.o(i.drv_spi_dma_callback) for drv_spi_dma_callback + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_spi_dma.o(.bss) for .bss + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_spi_dma.o(i.drv_spi_dma_callback) for drv_spi_dma_callback + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_spi_master.o(i.drv_spi_m_enable_rx_dma) for drv_spi_m_enable_rx_dma + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_spi_slave.o(i.drv_spi_s_enable_tx_dma) for drv_spi_s_enable_tx_dma + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_spi_dma.o(.bss) for .bss + drv_swire.o(i.app_SWIRE_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_swire.o(i.app_SWIRE_IRQn_Handler) refers to drv_swire.o(i.drv_swire_set_int) for drv_swire_set_int + drv_swire.o(i.app_SWIRE_IRQn_Handler) refers to drv_swire.o(.data) for .data + drv_swire.o(i.drv_swire_register_callback) refers to drv_swire.o(.data) for .data + drv_swire.o(i.drv_swire_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) for drv_sys_cfg_sel_ap_rst_lvl_trig + drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) refers to drv_sys_cfg.o(.data) for .data + drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) for drv_sys_cfg_sel_ap_rst_lvl_trig + drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) refers to drv_sys_cfg.o(.data) for .data + drv_timer.o(i.app_TIMER0_IRQn_Handler) refers to drv_timer.o(i.drv_timer_clear_status_flags) for drv_timer_clear_status_flags + drv_timer.o(i.app_TIMER0_IRQn_Handler) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + drv_timer.o(i.app_TIMER0_IRQn_Handler) refers to drv_timer.o(.bss) for .bss + drv_timer.o(i.app_TIMER1_IRQn_Handler) refers to drv_timer.o(i.drv_timer_clear_status_flags) for drv_timer_clear_status_flags + drv_timer.o(i.app_TIMER1_IRQn_Handler) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + drv_timer.o(i.app_TIMER1_IRQn_Handler) refers to drv_timer.o(.bss) for .bss + drv_timer.o(i.app_TIMER2_IRQn_Handler) refers to drv_timer.o(i.drv_timer_clear_status_flags) for drv_timer_clear_status_flags + drv_timer.o(i.app_TIMER2_IRQn_Handler) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + drv_timer.o(i.app_TIMER2_IRQn_Handler) refers to drv_timer.o(.bss) for .bss + drv_timer.o(i.app_TIMER3_IRQn_Handler) refers to drv_timer.o(i.drv_timer_clear_status_flags) for drv_timer_clear_status_flags + drv_timer.o(i.app_TIMER3_IRQn_Handler) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + drv_timer.o(i.app_TIMER3_IRQn_Handler) refers to drv_timer.o(i.drv_timer_set_match) for drv_timer_set_match + drv_timer.o(i.app_TIMER3_IRQn_Handler) refers to drv_timer.o(i.drv_timer_set_current_count) for drv_timer_set_current_count + drv_timer.o(i.app_TIMER3_IRQn_Handler) refers to drv_timer.o(.bss) for .bss + drv_timer.o(i.drv_timer_clean_timer_value) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_clear_status_flags) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_clear_status_flags) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_timer.o(i.drv_timer_enable) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_get_current_count) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_get_instance) refers to drv_timer.o(.constdata) for .constdata + drv_timer.o(i.drv_timer_get_match) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_get_prescaler) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_register_callback) refers to drv_timer.o(.bss) for .bss + drv_timer.o(i.drv_timer_set_current_count) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_timer.o(i.drv_timer_set_match) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_set_prescaler) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_vidc.o(i.app_VIDC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_vidc.o(i.app_VIDC_IRQn_Handler) refers to drv_vidc.o(.data) for .data + drv_vidc.o(i.drv_vidc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_vidc.o(i.drv_vidc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_vidc.o(i.drv_vidc_register_callback) refers to drv_vidc.o(.data) for .data + irq_redirect .o(i.ADC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.AP_NRESET_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.DMA_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT0_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT1_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT2_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT3_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT4_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT5_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT6_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT7_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.FLSCTRL_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.HardFault_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.I2C0_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.I2C1_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.LCDC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.MEMC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.MIPI_RX_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.MIPI_TX_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.PWMDET_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SPIM_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SPIS_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SWIRE_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SysTick_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER0_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER1_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER2_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER3_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.UART_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.VIDC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.VPRE_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.WDG_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.handle_init) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.handle_init) refers to drv_common.o(i.app_SysTick_Handler) for app_SysTick_Handler + irq_redirect .o(i.handle_init) refers to hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) for app_LCDC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) for app_MIPI_RX_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) for app_MIPI_TX_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_dma.o(i.app_dma_irq_handler) for app_dma_irq_handler + irq_redirect .o(i.handle_init) refers to norflash.o(i.app_fls_ctrl_Handler) for app_fls_ctrl_Handler + irq_redirect .o(i.handle_init) refers to drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) for app_I2C0_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_i2c_master.o(i.app_I2C1_IRQn_Handler) for app_I2C1_IRQn_Handler + irq_redirect .o(i.handle_init) refers to hal_spi_slave.o(i.app_SPIS_IRQn_Handler) for app_SPIS_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_spi_master.o(i.app_SPIM_IRQn_Handler) for app_SPIM_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_rxbr.o(i.app_VPRE_IRQn_Handler) for app_VPRE_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_rxbr.o(i.app_ADC_IRQn_Handler) for app_ADC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_vidc.o(i.app_VIDC_IRQn_Handler) for app_VIDC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_memc.o(i.app_MEMC_IRQn_Handler) for app_MEMC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER0_IRQn_Handler) for app_TIMER0_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER1_IRQn_Handler) for app_TIMER1_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER2_IRQn_Handler) for app_TIMER2_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER3_IRQn_Handler) for app_TIMER3_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_wdg.o(i.app_WDG_IRQn_Handler) for app_WDG_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_uart.o(i.app_UART_IRQn_Handler) for app_UART_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_pwm.o(i.app_PWMDET_IRQn_Handler) for app_PWMDET_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_swire.o(i.app_SWIRE_IRQn_Handler) for app_SWIRE_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) for app_AP_NRESET_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) for app_EXTI_INT0_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) for app_EXTI_INT1_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) for app_EXTI_INT2_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) for app_EXTI_INT3_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) for app_EXTI_INT4_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) for app_EXTI_INT5_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) for app_EXTI_INT6_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) for app_EXTI_INT7_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_common.o(i.app_HardFault_Handler) for app_HardFault_Handler + drv_phy_common.o(i.drv_phy_get_calibration) refers to drv_chip_info.o(i.drv_chip_info_get_info) for drv_chip_info_get_info + drv_phy_common.o(i.drv_phy_get_calibration) refers to drv_efuse.o(i.drv_efuse_read) for drv_efuse_read + drv_phy_common.o(i.drv_phy_get_calibration) refers to drv_phy_common.o(.data) for .data + drv_phy_common.o(i.drv_phy_get_para) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_phy_common.o(i.drv_phy_get_para) refers to drv_phy_common.o(.constdata) for .constdata + drv_i2c_master.o(i.app_I2C1_IRQn_Handler) refers to drv_i2c_master.o(.data) for .data + drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) refers to drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_master.o(i.drv_i2c_m_enable_intr) refers to drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_master.o(i.drv_i2c_m_read_data) refers to drv_i2c_master.o(i.drv_i2c_m_get_fifo_status) for drv_i2c_m_get_fifo_status + drv_i2c_master.o(i.drv_i2c_m_set_callback) refers to drv_i2c_master.o(.data) for .data + drv_i2c_master.o(i.drv_i2c_m_set_sys_mask) refers to drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_master.o(i.drv_i2c_m_write_data) refers to drv_i2c_master.o(i.drv_i2c_m_get_fifo_status) for drv_i2c_m_get_fifo_status + drv_i2c_master.o(i.drv_i2c_master_init) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_i2c_master.o(i.drv_i2c_master_init) refers to drv_common.o(.data) for g_system_clock + drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) refers to drv_i2c_slave.o(.data) for .data + drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) refers to drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_slave.o(i.drv_i2c_s_enable_intr) refers to drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_slave.o(i.drv_i2c_s_get_tx_byte_num) refers to drv_i2c_slave.o(.data) for .data + drv_i2c_slave.o(i.drv_i2c_s_read_data) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + drv_i2c_slave.o(i.drv_i2c_s_set_callback) refers to drv_i2c_slave.o(.data) for .data + drv_i2c_slave.o(i.drv_i2c_s_set_sys_mask) refers to drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_slave.o(i.drv_i2c_s_write_data) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + drv_spi_master.o(i.app_SPIM_IRQn_Handler) refers to drv_spi_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_master.o(i.app_SPIM_IRQn_Handler) refers to drv_spi_master.o(.data) for .data + drv_spi_master.o(i.drv_spi_m_deinit) refers to drv_spi_master.o(i.drv_spi_m_switch_sclk) for drv_spi_m_switch_sclk + drv_spi_master.o(i.drv_spi_m_disable_int) refers to drv_spi_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_master.o(i.drv_spi_m_set_intr_callback) refers to drv_spi_master.o(.data) for .data + drv_spi_master.o(i.drv_spi_master_init) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_spi_master.o(i.drv_spi_master_init) refers to drv_common.o(.data) for g_system_clock + drv_chip_info.o(i.drv_chip_info_get_info) refers to drv_chip_info.o(.data) for .data + drv_chip_info.o(i.drv_chip_info_init) refers to drv_efuse.o(i.drv_efuse_enter_inactive) for drv_efuse_enter_inactive + drv_chip_info.o(i.drv_chip_info_init) refers to drv_efuse.o(i.drv_efuse_read) for drv_efuse_read + drv_chip_info.o(i.drv_chip_info_init) refers to drv_chip_info.o(.data) for .data + drv_chip_info.o(i.drv_chip_rx_info_check) refers to printfa.o(i.__0printf) for __2printf + drv_chip_info.o(i.drv_chip_rx_info_check) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_chip_info.o(i.drv_chip_rx_info_check) refers to drv_chip_info.o(.data) for .data + drv_dsc_dec.o(i.drv_dsc_dec_enable) refers to drv_efuse.o(i.drv_efuse_enter_inactive) for drv_efuse_enter_inactive + drv_dsc_dec.o(i.drv_dsc_dec_enable) refers to drv_efuse.o(i.drv_efuse_read) for drv_efuse_read + drv_dsc_dec.o(i.drv_dsc_dec_enable) refers to printfa.o(i.__0printf) for __2printf + hal_spi_slave.o(i.app_SPIS_IRQn_Handler) refers to hal_spi_slave.o(i.__NVIC_SetPriority) for __NVIC_SetPriority + hal_spi_slave.o(i.app_SPIS_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_spi_slave.o(i.app_SPIS_IRQn_Handler) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_spi_slave.o(i.hal_spi_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_init_input) for hal_gpio_init_input + hal_spi_slave.o(i.hal_spi_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_abort) refers to drv_spi_dma.o(i.drv_spi_abort_dma) for drv_spi_abort_dma + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start) refers to drv_dma.o(i.drv_dma_enable_cycle) for drv_dma_enable_cycle + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start) refers to drv_spi_dma.o(i.drv_spis_dma_write) for drv_spis_dma_write + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_deinit) refers to drv_spi_slave.o(i.drv_spi_s_deinit) for drv_spi_s_deinit + hal_spi_slave.o(i.hal_spi_slave_enable) refers to drv_spi_slave.o(i.drv_spi_s_enable_int) for drv_spi_s_enable_int + hal_spi_slave.o(i.hal_spi_slave_enable) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_spi_slave.o(i.hal_spi_slave_enable) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_gpio_init) refers to drv_spi_slave.o(i.drv_spi_s_gpio_init) for drv_spi_s_gpio_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to hal_spi_slave.o(i.hal_spi_slave_gpio_init) for hal_spi_slave_gpio_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_slave.o(i.drv_spi_slave_init) for drv_spi_slave_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_dma.o(i.drv_spi_dma_init) for drv_spi_dma_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) for drv_spi_set_dma_irq_callback + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_slave.o(i.drv_spi_s_enable_tx_dma) for drv_spi_s_enable_tx_dma + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + hal_spi_slave.o(i.hal_spi_slave_init) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_read_data) refers to drv_spi_slave.o(i.drv_spi_s_read_data) for drv_spi_s_read_data + hal_spi_slave.o(i.hal_spi_slave_register_callback) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_reset_tx) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_set_auto_rx_buffer) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_set_auto_tx_buffer) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_write_data) refers to drv_spi_slave.o(i.drv_spi_s_write_data) for drv_spi_s_write_data + drv_fls_dma.o(i.fls_abort_dma) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_fls_dma.o(i.fls_abort_dma) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls_dma.o(i.fls_dma_enable) for fls_dma_enable + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_set_write) for fls_set_write + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls_dma.o(i.fls_dma_enable) for fls_dma_enable + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls_dma.o(i.fls_read_dmacallback) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to memseta.o(.text) for __aeabi_memclr4 + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_dma.o(i.drv_dma_init) for drv_dma_init + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_fls_dma.o(.data) for .data + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_fls_dma.o(i.fls_read_dmacallback) for fls_read_dmacallback + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_fls_dma.o(i.fls_write_dmacallback) for fls_write_dmacallback + drv_fls_dma.o(i.fls_transfer_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_fls_dma.o(i.fls_transfer_dma) refers to drv_dma.o(i.drv_dma_start_transfer) for drv_dma_start_transfer + drv_fls_dma.o(i.fls_transfer_get_receive_count_dma) refers to drv_dma.o(i.drv_dma_get_remaining_bytes) for drv_dma_get_remaining_bytes + drv_fls_dma.o(i.fls_write_dmacallback) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_pwm.o(i.app_PWMDET_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_pwm.o(i.app_PWMDET_IRQn_Handler) refers to drv_pwm.o(.data) for .data + drv_pwm.o(i.drv_pwm_in_register_callback) refers to drv_pwm.o(.data) for .data + drv_pwm.o(i.drv_pwm_in_set_sys_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_uart.o(i.UART0_IRQ_Handle) refers to drv_uart.o(i.UART_TransferHandleIRQ) for UART_TransferHandleIRQ + drv_uart.o(i.UART0_IRQ_Handle) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_uart.o(i.UART0_IRQ_Handle) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_AbortReceive) refers to drv_uart.o(i.UART_Disable_IT) for UART_Disable_IT + drv_uart.o(i.UART_AbortReceive) refers to drv_uart.o(i.UART_ResetRxFIFO) for UART_ResetRxFIFO + drv_uart.o(i.UART_AbortSend) refers to drv_uart.o(i.UART_Disable_IT) for UART_Disable_IT + drv_uart.o(i.UART_AbortSend) refers to drv_uart.o(i.UART_ResetTxFIFO) for UART_ResetTxFIFO + drv_uart.o(i.UART_Deinit) refers to drv_uart.o(i.UART_SwitchSCLK) for UART_SwitchSCLK + drv_uart.o(i.UART_Disable_IT) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_Disable_IT) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_uart.o(i.UART_Disable_IT) refers to drv_uart.o(.constdata) for .constdata + drv_uart.o(i.UART_EnableDma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) for drv_sys_cfg_set_dma_rx_req + drv_uart.o(i.UART_EnableDma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + drv_uart.o(i.UART_Enable_IT) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_Enable_IT) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_uart.o(i.UART_GetDefaultConfig) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart.o(i.UART_GetDefaultConfig) refers to drv_common.o(.data) for g_system_clock + drv_uart.o(i.UART_GetFIFO_Ctrl) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_GetFIFO_Ctrl) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_ResetRxFIFO) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_ResetRxFIFO) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_ResetTxFIFO) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_ResetTxFIFO) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_SetBaudRate) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_uart.o(i.UART_SwitchSCLK) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_uart.o(i.UART_TransferCreateHandle) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_TransferCreateHandle) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart.o(i.UART_TransferCreateHandle) refers to drv_uart.o(i.UART_Enable_IT) for UART_Enable_IT + drv_uart.o(i.UART_TransferCreateHandle) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_TransferHandleIRQ) refers to drv_uart.o(i.UART_ResetRxFIFO) for UART_ResetRxFIFO + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_DisableDma) for UART_DisableDma + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_SwitchSCLK) for UART_SwitchSCLK + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_SetBaudRate) for UART_SetBaudRate + drv_uart.o(i.UART_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_uart.o(i.UART_init) refers to drv_uart.o(.data) for .data + drv_uart.o(i.app_UART_IRQn_Handler) refers to drv_uart.o(i.UART0_IRQ_Handle) for UART0_IRQ_Handle + drv_uart_dma.o(i.UART_DMAInit) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart_dma.o(i.UART_DMAInit) refers to drv_dma.o(i.drv_dma_init) for drv_dma_init + drv_uart_dma.o(i.UART_TransferAbortReceiveDMA) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_uart_dma.o(i.UART_TransferAbortSendDMA) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart.o(i.UART_EnableDma) for UART_EnableDma + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(i.UART_DMAInit) for UART_DMAInit + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(.data) for .data + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(i.UART_TransferReceiveDMACallback) for UART_TransferReceiveDMACallback + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(i.UART_TransferSendDMACallback) for UART_TransferSendDMACallback + drv_uart_dma.o(i.UART_TransferGetReceiveCountDMA) refers to drv_dma.o(i.drv_dma_get_remaining_bytes) for drv_dma_get_remaining_bytes + drv_uart_dma.o(i.UART_TransferReceiveDMA) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_uart_dma.o(i.UART_TransferReceiveDMA) refers to drv_uart.o(i.UART_EnableDma) for UART_EnableDma + drv_uart_dma.o(i.UART_TransferReceiveDMA) refers to drv_dma.o(i.drv_dma_start_transfer) for drv_dma_start_transfer + drv_uart_dma.o(i.UART_TransferSendDMA) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_uart_dma.o(i.UART_TransferSendDMA) refers to drv_uart.o(i.UART_EnableDma) for UART_EnableDma + drv_uart_dma.o(i.UART_TransferSendDMA) refers to drv_dma.o(i.drv_dma_start_transfer) for drv_dma_start_transfer + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(i.drv_wdg_read_edge_flag) for drv_wdg_read_edge_flag + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(i.drv_wdg_clear_edge_flag) for drv_wdg_clear_edge_flag + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(i.drv_wdg_set_int) for drv_wdg_set_int + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(.data) for .data + drv_wdg.o(i.drv_wdg_register_callback) refers to drv_wdg.o(.data) for .data + drv_wdg.o(i.drv_wdg_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_efuse.o(i.drv_efuse_enter_inactive) refers to drv_efuse.o(i.drv_efuse_int_enable) for drv_efuse_int_enable + drv_efuse.o(i.drv_efuse_read) refers to drv_efuse.o(i.drv_efuse_read_req) for drv_efuse_read_req + drv_efuse.o(i.drv_efuse_write) refers to drv_efuse.o(i.drv_efuse_write_req) for drv_efuse_write_req + drv_spi_slave.o(i.drv_spi_s_deinit) refers to drv_spi_slave.o(i.drv_spi_s_switch_sclk) for drv_spi_s_switch_sclk + ceil.o(i.__softfp_ceil) refers (Special) to iusefp.o(.text) for __I$use$fp + ceil.o(i.__softfp_ceil) refers to ceil.o(i.ceil) for ceil + ceil.o(i.ceil) refers (Special) to iusefp.o(.text) for __I$use$fp + ceil.o(i.ceil) refers to dadd.o(.text) for __aeabi_dadd + ceil.o(i.ceil) refers to cdrcmple.o(.text) for __aeabi_cdrcmple + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry10a.o(.ARM.Collect$$$$0000000D) for __rt_final_cpp + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry11a.o(.ARM.Collect$$$$0000000F) for __rt_final_exit + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry7b.o(.ARM.Collect$$$$00000008) for _main_clock + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry8b.o(.ARM.Collect$$$$0000000A) for _main_cpp_init + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry9a.o(.ARM.Collect$$$$0000000B) for _main_init + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry5.o(.ARM.Collect$$$$00000004) for _main_scatterload + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry2.o(.ARM.Collect$$$$00000001) for _main_stk + idiv.o(.text) refers to uidiv.o(.text) for __aeabi_uidivmod + printfb.o(i.__0fprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0fprintf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0printf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0printf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0printf$bare) refers to stdout.o(.data) for __stdout + printfb.o(i.__0snprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0snprintf$bare) refers to printfb.o(i._snputc) for _snputc + printfb.o(i.__0sprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0sprintf$bare) refers to printfb.o(i._sputc) for _sputc + printfb.o(i.__0vfprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vfprintf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0vprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vprintf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0vprintf$bare) refers to stdout.o(.data) for __stdout + printfb.o(i.__0vsnprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vsnprintf$bare) refers to printfb.o(i._snputc) for _snputc + printfb.o(i.__0vsprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vsprintf$bare) refers to printfb.o(i._sputc) for _sputc + printf0.o(i.__0fprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0fprintf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0printf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0printf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0printf$0) refers to stdout.o(.data) for __stdout + printf0.o(i.__0snprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0snprintf$0) refers to printf0.o(i._snputc) for _snputc + printf0.o(i.__0sprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0sprintf$0) refers to printf0.o(i._sputc) for _sputc + printf0.o(i.__0vfprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vfprintf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0vprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vprintf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0vprintf$0) refers to stdout.o(.data) for __stdout + printf0.o(i.__0vsnprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vsnprintf$0) refers to printf0.o(i._snputc) for _snputc + printf0.o(i.__0vsprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vsprintf$0) refers to printf0.o(i._sputc) for _sputc + printf1.o(i.__0fprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0fprintf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0printf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0printf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0printf$1) refers to stdout.o(.data) for __stdout + printf1.o(i.__0snprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0snprintf$1) refers to printf1.o(i._snputc) for _snputc + printf1.o(i.__0sprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0sprintf$1) refers to printf1.o(i._sputc) for _sputc + printf1.o(i.__0vfprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vfprintf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0vprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vprintf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0vprintf$1) refers to stdout.o(.data) for __stdout + printf1.o(i.__0vsnprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vsnprintf$1) refers to printf1.o(i._snputc) for _snputc + printf1.o(i.__0vsprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vsprintf$1) refers to printf1.o(i._sputc) for _sputc + printf1.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printf2.o(i.__0fprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0fprintf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0printf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0printf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0printf$2) refers to stdout.o(.data) for __stdout + printf2.o(i.__0snprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0snprintf$2) refers to printf2.o(i._snputc) for _snputc + printf2.o(i.__0sprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0sprintf$2) refers to printf2.o(i._sputc) for _sputc + printf2.o(i.__0vfprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vfprintf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0vprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vprintf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0vprintf$2) refers to stdout.o(.data) for __stdout + printf2.o(i.__0vsnprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vsnprintf$2) refers to printf2.o(i._snputc) for _snputc + printf2.o(i.__0vsprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vsprintf$2) refers to printf2.o(i._sputc) for _sputc + printf3.o(i.__0fprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0fprintf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0printf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0printf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0printf$3) refers to stdout.o(.data) for __stdout + printf3.o(i.__0snprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0snprintf$3) refers to printf3.o(i._snputc) for _snputc + printf3.o(i.__0sprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0sprintf$3) refers to printf3.o(i._sputc) for _sputc + printf3.o(i.__0vfprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vfprintf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0vprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vprintf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0vprintf$3) refers to stdout.o(.data) for __stdout + printf3.o(i.__0vsnprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vsnprintf$3) refers to printf3.o(i._snputc) for _snputc + printf3.o(i.__0vsprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vsprintf$3) refers to printf3.o(i._sputc) for _sputc + printf3.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printf4.o(i.__0fprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0fprintf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0printf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0printf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0printf$4) refers to stdout.o(.data) for __stdout + printf4.o(i.__0snprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0snprintf$4) refers to printf4.o(i._snputc) for _snputc + printf4.o(i.__0sprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0sprintf$4) refers to printf4.o(i._sputc) for _sputc + printf4.o(i.__0vfprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vfprintf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0vprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vprintf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0vprintf$4) refers to stdout.o(.data) for __stdout + printf4.o(i.__0vsnprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vsnprintf$4) refers to printf4.o(i._snputc) for _snputc + printf4.o(i.__0vsprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vsprintf$4) refers to printf4.o(i._sputc) for _sputc + printf4.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printf5.o(i.__0fprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0fprintf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0printf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0printf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0printf$5) refers to stdout.o(.data) for __stdout + printf5.o(i.__0snprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0snprintf$5) refers to printf5.o(i._snputc) for _snputc + printf5.o(i.__0sprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0sprintf$5) refers to printf5.o(i._sputc) for _sputc + printf5.o(i.__0vfprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vfprintf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0vprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vprintf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0vprintf$5) refers to stdout.o(.data) for __stdout + printf5.o(i.__0vsnprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vsnprintf$5) refers to printf5.o(i._snputc) for _snputc + printf5.o(i.__0vsprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vsprintf$5) refers to printf5.o(i._sputc) for _sputc + printf5.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printf6.o(i.__0fprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0fprintf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0printf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0printf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0printf$6) refers to stdout.o(.data) for __stdout + printf6.o(i.__0snprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0snprintf$6) refers to printf6.o(i._snputc) for _snputc + printf6.o(i.__0sprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0sprintf$6) refers to printf6.o(i._sputc) for _sputc + printf6.o(i.__0vfprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vfprintf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0vprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vprintf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0vprintf$6) refers to stdout.o(.data) for __stdout + printf6.o(i.__0vsnprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vsnprintf$6) refers to printf6.o(i._snputc) for _snputc + printf6.o(i.__0vsprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vsprintf$6) refers to printf6.o(i._sputc) for _sputc + printf6.o(i._printf_core) refers to printf6.o(i._printf_pre_padding) for _printf_pre_padding + printf6.o(i._printf_core) refers to printf6.o(i._printf_post_padding) for _printf_post_padding + printf6.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printf7.o(i.__0fprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0fprintf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0printf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0printf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0printf$7) refers to stdout.o(.data) for __stdout + printf7.o(i.__0snprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0snprintf$7) refers to printf7.o(i._snputc) for _snputc + printf7.o(i.__0sprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0sprintf$7) refers to printf7.o(i._sputc) for _sputc + printf7.o(i.__0vfprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vfprintf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0vprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vprintf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0vprintf$7) refers to stdout.o(.data) for __stdout + printf7.o(i.__0vsnprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vsnprintf$7) refers to printf7.o(i._snputc) for _snputc + printf7.o(i.__0vsprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vsprintf$7) refers to printf7.o(i._sputc) for _sputc + printf7.o(i._printf_core) refers to printf7.o(i._printf_pre_padding) for _printf_pre_padding + printf7.o(i._printf_core) refers to printf7.o(i._printf_post_padding) for _printf_post_padding + printf7.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printf8.o(i.__0fprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0fprintf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0printf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0printf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0printf$8) refers to stdout.o(.data) for __stdout + printf8.o(i.__0snprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0snprintf$8) refers to printf8.o(i._snputc) for _snputc + printf8.o(i.__0sprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0sprintf$8) refers to printf8.o(i._sputc) for _sputc + printf8.o(i.__0vfprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vfprintf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0vprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vprintf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0vprintf$8) refers to stdout.o(.data) for __stdout + printf8.o(i.__0vsnprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vsnprintf$8) refers to printf8.o(i._snputc) for _snputc + printf8.o(i.__0vsprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vsprintf$8) refers to printf8.o(i._sputc) for _sputc + printf8.o(i._printf_core) refers to printf8.o(i._printf_pre_padding) for _printf_pre_padding + printf8.o(i._printf_core) refers to printf8.o(i._printf_post_padding) for _printf_post_padding + printf8.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printfa.o(i.__0fprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0fprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0fprintf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0printf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0printf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0printf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0printf) refers to stdout.o(.data) for __stdout + printfa.o(i.__0snprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0snprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0snprintf) refers to printfa.o(i._snputc) for _snputc + printfa.o(i.__0sprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0sprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0sprintf) refers to printfa.o(i._sputc) for _sputc + printfa.o(i.__0vfprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vfprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vfprintf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0vprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vprintf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0vprintf) refers to stdout.o(.data) for __stdout + printfa.o(i.__0vsnprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vsnprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vsnprintf) refers to printfa.o(i._snputc) for _snputc + printfa.o(i.__0vsprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vsprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vsprintf) refers to printfa.o(i._sputc) for _sputc + printfa.o(i._fp_digits) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._fp_digits) refers to dmul.o(.text) for __aeabi_dmul + printfa.o(i._fp_digits) refers to ddiv.o(.text) for __aeabi_ddiv + printfa.o(i._fp_digits) refers to cdrcmple.o(.text) for __aeabi_cdrcmple + printfa.o(i._fp_digits) refers to dadd.o(.text) for __aeabi_dadd + printfa.o(i._fp_digits) refers to dfixul.o(.text) for __aeabi_d2ulz + printfa.o(i._fp_digits) refers to uldiv.o(.text) for __aeabi_uldivmod + printfa.o(i._printf_core) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._printf_core) refers to printfa.o(i._printf_pre_padding) for _printf_pre_padding + printfa.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printfa.o(i._printf_core) refers to printfa.o(i._printf_post_padding) for _printf_post_padding + printfa.o(i._printf_core) refers to printfa.o(i._fp_digits) for _fp_digits + printfa.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printfa.o(i._printf_post_padding) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._printf_pre_padding) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._snputc) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._sputc) refers (Special) to iusefp.o(.text) for __I$use$fp + fadd.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fadd.o(.text) refers to fepilogue.o(.text) for _float_epilogue + fmul.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fdiv.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fdiv.o(.text) refers to fepilogue.o(.text) for _float_round + fscalb.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dadd.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dadd.o(.text) refers to llshl.o(.text) for __aeabi_llsl + dadd.o(.text) refers to llsshr.o(.text) for __aeabi_lasr + dadd.o(.text) refers to depilogue.o(.text) for _double_epilogue + dmul.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dmul.o(.text) refers to depilogue.o(.text) for _double_epilogue + ddiv.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + ddiv.o(.text) refers to depilogue.o(.text) for _double_round + fflti.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fflti.o(.text) refers to fepilogue.o(.text) for _float_epilogue + ffltui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + ffltui.o(.text) refers to fepilogue.o(.text) for _float_epilogue + dflti.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dflti.o(.text) refers to depilogue.o(.text) for _double_epilogue + dfltui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfltui.o(.text) refers to depilogue.o(.text) for _double_epilogue + ffixi.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + ffixui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfixi.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfixi.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dfixui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfixui.o(.text) refers to llushr.o(.text) for __aeabi_llsr + f2d.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + cfrcmple.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + entry2.o(.ARM.Collect$$$$00000001) refers to entry2.o(.ARM.Collect$$$$00002712) for __lit__00000000 + entry2.o(.ARM.Collect$$$$00002712) refers to startup_armcm0.o(STACK) for __initial_sp + entry2.o(__vectab_stack_and_reset_area) refers to startup_armcm0.o(STACK) for __initial_sp + entry2.o(__vectab_stack_and_reset_area) refers to entry.o(.ARM.Collect$$$$00000000) for __main + entry5.o(.ARM.Collect$$$$00000004) refers to init.o(.text) for __scatterload + entry9a.o(.ARM.Collect$$$$0000000B) refers to main.o(i.main) for main + entry9b.o(.ARM.Collect$$$$0000000C) refers to main.o(i.main) for main + uldiv.o(.text) refers to llushr.o(.text) for __aeabi_llsr + uldiv.o(.text) refers to llshl.o(.text) for __aeabi_llsl + depilogue.o(.text) refers to depilogue.o(i.__ARM_clz) for __ARM_clz + depilogue.o(.text) refers to llshl.o(.text) for __aeabi_llsl + depilogue.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dfixul.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dfixul.o(.text) refers to llshl.o(.text) for __aeabi_llsl + init.o(.text) refers to entry5.o(.ARM.Collect$$$$00000004) for __main_after_scatterload + + +============================================================================== + +Removing Unused input sections from the image. + + Removing main.o(.rev16_text), (4 bytes). + Removing main.o(.revsh_text), (4 bytes). + Removing ap_demo.o(.rev16_text), (4 bytes). + Removing ap_demo.o(.revsh_text), (4 bytes). + Removing ap_demo.o(.data), (1 bytes). + Removing ap_demo.o(.data), (256 bytes). + Removing ap_demo.o(.data), (256 bytes). + Removing ap_demo.o(.data), (256 bytes). + Removing ap_demo.o(.data), (256 bytes). + Removing ap_demo.o(.data), (4 bytes). + Removing app_tp_for_custom_s8.o(.rev16_text), (4 bytes). + Removing app_tp_for_custom_s8.o(.revsh_text), (4 bytes). + Removing app_tp_for_custom_s8.o(i.app_tp_screen_analysis_const), (56 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (37 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (1 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (3 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (3 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (11 bytes). + Removing app_tp_for_custom_s8.o(.data), (10 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (64 bytes). + Removing app_tp_for_custom_s8.o(.data), (3 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (32 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_transfer.o(.rev16_text), (4 bytes). + Removing app_tp_transfer.o(.revsh_text), (4 bytes). + Removing app_tp_transfer.o(i.app_tp_phone_reset_on), (12 bytes). + Removing app_tp_transfer.o(i.app_tp_s_transfer_complate), (26 bytes). + Removing app_tp_transfer.o(i.app_tp_screen_init), (48 bytes). + Removing app_tp_transfer.o(.data), (3 bytes). + Removing app_tp_transfer.o(.data), (3 bytes). + Removing app_tp_transfer.o(.data), (5 bytes). + Removing app_tp_transfer.o(.data), (6 bytes). + Removing app_tp_transfer.o(.data), (2 bytes). + Removing app_tp_transfer.o(.data), (3 bytes). + Removing app_tp_transfer.o(.data), (1 bytes). + Removing app_tp_transfer.o(.data), (2 bytes). + Removing app_tp_transfer.o(.data), (2 bytes). + Removing board.o(.rev16_text), (4 bytes). + Removing board.o(.revsh_text), (4 bytes). + Removing startup_armcm0.o(HEAP), (3072 bytes). + Removing hal_dsi_rx_ctrl.o(.rev16_text), (4 bytes). + Removing hal_dsi_rx_ctrl.o(.revsh_text), (4 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_ack_long_cmd), (88 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_ack_short_cmd), (28 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video), (228 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_draw_mode_init), (48 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern), (216 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_compressen_en), (16 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode), (172 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_release_handle), (40 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart), (80 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_auto_hw_filter), (28 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk), (44 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter), (108 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_dcs_direct_mode), (8 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_cmd_filter), (40 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format), (56 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data), (148 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_te_waveform), (52 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_tear_mode_ex), (14 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate), (112 bytes). + Removing hal_dsi_tx_ctrl.o(.rev16_text), (4 bytes). + Removing hal_dsi_tx_ctrl.o(.revsh_text), (4 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_ulps_mode), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_ulps_mode), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_release_handle), (28 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_endianness), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_escape_clock_div), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_lp_cmd), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_vpg), (24 bytes). + Removing hal_gpio.o(.rev16_text), (4 bytes). + Removing hal_gpio.o(.revsh_text), (4 bytes). + Removing hal_gpio.o(i.hal_gpio_get_int_type), (20 bytes). + Removing hal_gpio.o(i.hal_gpio_get_pull_state), (32 bytes). + Removing hal_gpio.o(i.hal_gpio_set_driving_strength), (32 bytes). + Removing hal_gpio.o(i.hal_gpio_set_output_data_ex), (36 bytes). + Removing hal_gpio.o(i.hal_gpio_set_schmitt_trigger), (32 bytes). + Removing hal_gpio.o(i.hal_gpio_set_slew_rate), (32 bytes). + Removing hal_swire.o(.rev16_text), (4 bytes). + Removing hal_swire.o(.revsh_text), (4 bytes). + Removing hal_swire.o(i.hal_swire_deinit), (18 bytes). + Removing hal_swire.o(i.hal_swire_init), (32 bytes). + Removing hal_swire.o(i.hal_swire_register_callback), (10 bytes). + Removing hal_swire.o(i.hal_swire_start), (112 bytes). + Removing hal_system.o(.rev16_text), (4 bytes). + Removing hal_system.o(.revsh_text), (4 bytes). + Removing hal_system.o(i.cvt_cfg_packet), (24 bytes). + Removing hal_system.o(i.cvt_check_cgf_is_valid), (42 bytes). + Removing hal_system.o(i.hal_system_deep_sleep_mode), (8 bytes). + Removing hal_system.o(i.hal_system_disable_systick), (8 bytes). + Removing hal_system.o(i.hal_system_flash_read), (60 bytes). + Removing hal_system.o(i.hal_system_flash_write), (64 bytes). + Removing hal_system.o(i.hal_system_get_tick), (8 bytes). + Removing hal_system.o(i.hal_system_idle_mode), (8 bytes). + Removing hal_system.o(i.hal_system_register_systick_cb), (8 bytes). + Removing hal_system.o(i.hal_system_reset_chip), (32 bytes). + Removing hal_system.o(i.hal_system_share_flash_mode), (20 bytes). + Removing hal_system.o(i.hal_system_sleep_mode), (48 bytes). + Removing hal_timer.o(.rev16_text), (4 bytes). + Removing hal_timer.o(.revsh_text), (4 bytes). + Removing hal_timer.o(i.hal_timer_deinit), (24 bytes). + Removing hal_timer.o(i.hal_timer_get_status), (52 bytes). + Removing hal_i2c_master.o(.rev16_text), (4 bytes). + Removing hal_i2c_master.o(.revsh_text), (4 bytes). + Removing hal_i2c_master.o(i.hal_i2c_m_set_high_impedance), (46 bytes). + Removing hal_i2c_slave.o(.rev16_text), (4 bytes). + Removing hal_i2c_slave.o(.revsh_text), (4 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_get_tx_byte_num), (8 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_read_complate), (12 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_read_complate_clear), (12 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_read_data), (8 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_rxfifo_notempty), (20 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_set_dma_tx_cycle), (36 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance), (46 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_write_complate), (12 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_write_data), (8 bytes). + Removing hal_spi_master.o(.rev16_text), (4 bytes). + Removing hal_spi_master.o(.revsh_text), (4 bytes). + Removing hal_spi_master.o(i.hal_spi_m_callback), (24 bytes). + Removing hal_spi_master.o(i.hal_spi_m_dma_init), (104 bytes). + Removing hal_spi_master.o(i.hal_spi_m_dma_read), (36 bytes). + Removing hal_spi_master.o(i.hal_spi_m_dma_write), (40 bytes). + Removing hal_spi_master.o(i.hal_spi_m_get_transfer_complate), (36 bytes). + Removing hal_spi_master.o(i.hal_spi_m_gpio_init), (8 bytes). + Removing hal_spi_master.o(i.hal_spi_m_read_rxfifo), (28 bytes). + Removing hal_spi_master.o(i.hal_spi_m_set_high_impedance), (100 bytes). + Removing hal_spi_master.o(.data), (1 bytes). + Removing tau_delay.o(.rev16_text), (4 bytes). + Removing tau_delay.o(.revsh_text), (4 bytes). + Removing tau_log.o(.rev16_text), (4 bytes). + Removing tau_log.o(.revsh_text), (4 bytes). + Removing tau_log.o(i.fgetc), (22 bytes). + Removing hal_uart.o(.rev16_text), (4 bytes). + Removing hal_uart.o(.revsh_text), (4 bytes). + Removing hal_uart.o(i.hal_uart_deinit), (28 bytes). + Removing hal_uart.o(i.hal_uart_dmacallback), (36 bytes). + Removing hal_uart.o(i.hal_uart_receive_blocking), (16 bytes). + Removing hal_uart.o(i.hal_uart_receive_dma), (76 bytes). + Removing hal_uart.o(i.hal_uart_transmit_dma), (76 bytes). + Removing hal_internal_vsync.o(.rev16_text), (4 bytes). + Removing hal_internal_vsync.o(.revsh_text), (4 bytes). + Removing hal_internal_vsync.o(i.hal_iniernal_vsync_deinit), (20 bytes). + Removing hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual), (528 bytes). + Removing hal_internal_vsync.o(i.hal_internal_vsync_get_rx_state), (12 bytes). + Removing hal_internal_vsync.o(i.hal_internal_vsync_get_tx_state), (12 bytes). + Removing hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode), (48 bytes). + Removing norflash.o(.rev16_text), (4 bytes). + Removing norflash.o(.revsh_text), (4 bytes). + Removing norflash.o(i.norflash_best_cfg_init), (44 bytes). + Removing norflash.o(i.norflash_big_end_clear), (14 bytes). + Removing norflash.o(i.norflash_big_end_enable), (20 bytes). + Removing norflash.o(i.norflash_check_crc32), (14 bytes). + Removing norflash.o(i.norflash_check_id), (72 bytes). + Removing norflash.o(i.norflash_dma_callback), (24 bytes). + Removing norflash.o(i.norflash_dma_read), (156 bytes). + Removing norflash.o(i.norflash_dma_write), (252 bytes). + Removing norflash.o(i.norflash_dual_read), (60 bytes). + Removing norflash.o(i.norflash_dual_write), (112 bytes). + Removing norflash.o(i.norflash_en4b), (40 bytes). + Removing norflash.o(i.norflash_en_quad), (116 bytes). + Removing norflash.o(i.norflash_en_quad_check), (64 bytes). + Removing norflash.o(i.norflash_erase_block), (44 bytes). + Removing norflash.o(i.norflash_erase_chip), (28 bytes). + Removing norflash.o(i.norflash_erase_sector), (44 bytes). + Removing norflash.o(i.norflash_ex4b), (40 bytes). + Removing norflash.o(i.norflash_exit_quad), (76 bytes). + Removing norflash.o(i.norflash_get_dual_hstatus), (52 bytes). + Removing norflash.o(i.norflash_get_hstatus), (52 bytes). + Removing norflash.o(i.norflash_get_status), (52 bytes). + Removing norflash.o(i.norflash_init), (48 bytes). + Removing norflash.o(i.norflash_quad_read), (76 bytes). + Removing norflash.o(i.norflash_quad_write), (108 bytes). + Removing norflash.o(i.norflash_read), (28 bytes). + Removing norflash.o(i.norflash_read_config_reg), (36 bytes). + Removing norflash.o(i.norflash_read_id), (20 bytes). + Removing norflash.o(i.norflash_reset), (2 bytes). + Removing norflash.o(i.norflash_reset_crc32), (32 bytes). + Removing norflash.o(i.norflash_set_best_cfg), (50 bytes). + Removing norflash.o(i.norflash_set_best_read_cfg), (84 bytes). + Removing norflash.o(i.norflash_set_best_write_cfg), (84 bytes). + Removing norflash.o(i.norflash_switch_fls_spi), (112 bytes). + Removing norflash.o(i.norflash_write), (96 bytes). + Removing norflash.o(i.norflash_write_disable), (64 bytes). + Removing norflash.o(i.norflash_write_enable), (56 bytes). + Removing norflash.o(i.norflash_write_endian_scr), (132 bytes). + Removing norflash.o(.bss), (412 bytes). + Removing norflash.o(.bss), (32 bytes). + Removing norflash.o(.data), (2 bytes). + Removing dcs_packet_fifo.o(i.dcs_packet_get_fifo_size), (16 bytes). + Removing drv_common.o(.rev16_text), (4 bytes). + Removing drv_common.o(.revsh_text), (4 bytes). + Removing drv_common.o(i.drv_common_disable_systick), (20 bytes). + Removing drv_common.o(i.drv_common_get_tick), (12 bytes). + Removing drv_common.o(i.drv_common_idle_mode), (40 bytes). + Removing drv_common.o(i.drv_common_systick_register_cb), (12 bytes). + Removing drv_crgu.o(.rev16_text), (4 bytes). + Removing drv_crgu.o(.revsh_text), (4 bytes). + Removing drv_crgu.o(i.drv_crgu_clear_reset_flag), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_config_clocks), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_config_clocks_div), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_config_clocks_src), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_get_ana_clk_status), (24 bytes). + Removing drv_crgu.o(i.drv_crgu_get_fpga_id), (12 bytes). + Removing drv_crgu.o(i.drv_crgu_get_mipi_ref_src), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_get_reset_flag), (24 bytes). + Removing drv_crgu.o(i.drv_crgu_get_system_clk), (28 bytes). + Removing drv_crgu.o(i.drv_crgu_reset_chip), (12 bytes). + Removing drv_crgu.o(i.drv_crgu_set_200m_scan_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_300m_scan_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_abp0_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_adc_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_adc_src), (24 bytes). + Removing drv_crgu.o(i.drv_crgu_set_apb1_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_apb2_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_fls_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_fls_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_monitor_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_monitor_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_swire_div), (20 bytes). + Removing drv_dma.o(.rev16_text), (4 bytes). + Removing drv_dma.o(.revsh_text), (4 bytes). + Removing drv_dma.o(i.drv_dma_abort_transfer), (32 bytes). + Removing drv_dma.o(i.drv_dma_ahb_init), (74 bytes). + Removing drv_dma.o(i.drv_dma_channel_is_active), (20 bytes). + Removing drv_dma.o(i.drv_dma_deinit), (32 bytes). + Removing drv_dma.o(i.drv_dma_disenable_channel_interrupts), (24 bytes). + Removing drv_dma.o(i.drv_dma_enable_cycle), (44 bytes). + Removing drv_dma.o(i.drv_dma_get_remaining_bytes), (32 bytes). + Removing drv_dma.o(i.drv_dma_init), (24 bytes). + Removing drv_dma.o(i.drv_dma_m2m_init), (72 bytes). + Removing drv_dma.o(i.drv_dma_reset), (10 bytes). + Removing drv_dma.o(i.drv_dma_set_ccr), (114 bytes). + Removing drv_dma.o(i.drv_dma_start_transfer), (32 bytes). + Removing drv_dsi_rx.o(.rev16_text), (4 bytes). + Removing drv_dsi_rx.o(.revsh_text), (4 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_get_phy_stopstate), (66 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_get_version), (4 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration), (236 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_pg_cfg), (32 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_pg_cfg), (48 bytes). + Removing drv_dsi_rx.o(i.drv_rx_phy_test_read), (12 bytes). + Removing drv_dsi_tx.o(.rev16_text), (4 bytes). + Removing drv_dsi_tx.o(.revsh_text), (4 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_force_interrupt), (8 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_get_phy_status), (6 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_forcepll), (12 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration), (232 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_start), (18 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_status_pll_lock), (10 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot), (62 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_trigger), (92 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter), (344 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit), (276 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_sdf_3d), (28 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_set_vpg), (70 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_version), (4 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_vid_shadow), (16 bytes). + Removing drv_dsi_tx.o(i.drv_tx_phy_test_lock), (30 bytes). + Removing drv_dsi_tx.o(i.drv_tx_phy_test_read), (10 bytes). + Removing drv_fls.o(.rev16_text), (4 bytes). + Removing drv_fls.o(.revsh_text), (4 bytes). + Removing drv_fls.o(i.__NVIC_DisableIRQ), (32 bytes). + Removing drv_fls.o(i.drv_fls_gpio_connect), (28 bytes). + Removing drv_fls.o(i.drv_fls_gpio_disconnect), (32 bytes). + Removing drv_fls.o(i.fls_EnableClk), (12 bytes). + Removing drv_fls.o(i.fls_busy_pending), (12 bytes). + Removing drv_fls.o(i.fls_clear_irq_status), (6 bytes). + Removing drv_fls.o(i.fls_ctrl_cfg_init), (72 bytes). + Removing drv_fls.o(i.fls_ddat_enable), (24 bytes). + Removing drv_fls.o(i.fls_de_init), (52 bytes). + Removing drv_fls.o(i.fls_descr), (10 bytes). + Removing drv_fls.o(i.fls_disable_it), (36 bytes). + Removing drv_fls.o(i.fls_en_scr), (10 bytes). + Removing drv_fls.o(i.fls_enable_it), (48 bytes). + Removing drv_fls.o(i.fls_get_crcout), (4 bytes). + Removing drv_fls.o(i.fls_get_default_fls_config), (20 bytes). + Removing drv_fls.o(i.fls_get_default_spi_config), (44 bytes). + Removing drv_fls.o(i.fls_get_default_tuning), (12 bytes). + Removing drv_fls.o(i.fls_get_tuning), (18 bytes). + Removing drv_fls.o(i.fls_init), (62 bytes). + Removing drv_fls.o(i.fls_qadr_enable), (22 bytes). + Removing drv_fls.o(i.fls_qcmd_enable), (22 bytes). + Removing drv_fls.o(i.fls_qdat_enable), (22 bytes). + Removing drv_fls.o(i.fls_read_byte_data), (130 bytes). + Removing drv_fls.o(i.fls_read_cmd), (104 bytes). + Removing drv_fls.o(i.fls_read_cmd_it), (110 bytes). + Removing drv_fls.o(i.fls_reset_crc), (18 bytes). + Removing drv_fls.o(i.fls_scr_clear), (10 bytes). + Removing drv_fls.o(i.fls_set_addr_dummy), (32 bytes). + Removing drv_fls.o(i.fls_set_addr_len), (32 bytes). + Removing drv_fls.o(i.fls_set_mc_irq_mask), (26 bytes). + Removing drv_fls.o(i.fls_set_read), (10 bytes). + Removing drv_fls.o(i.fls_set_tuning), (24 bytes). + Removing drv_fls.o(i.fls_set_write), (10 bytes). + Removing drv_fls.o(i.fls_single_mode), (16 bytes). + Removing drv_fls.o(i.fls_spi_init), (180 bytes). + Removing drv_fls.o(i.fls_spi_start), (10 bytes). + Removing drv_fls.o(i.fls_swrst), (18 bytes). + Removing drv_fls.o(i.fls_write_byte_data), (164 bytes). + Removing drv_fls.o(i.fls_write_cmd), (58 bytes). + Removing drv_fls.o(.data), (4 bytes). + Removing drv_gpio.o(.rev16_text), (4 bytes). + Removing drv_gpio.o(.revsh_text), (4 bytes). + Removing drv_gpio.o(i.drv_gpio_get_pull_state), (224 bytes). + Removing drv_gpio.o(i.drv_gpio_set_driving_strength), (312 bytes). + Removing drv_gpio.o(i.drv_gpio_set_schmitt_trigger), (168 bytes). + Removing drv_gpio.o(i.drv_gpio_set_slew_rate), (168 bytes). + Removing drv_i2c_dma.o(.rev16_text), (4 bytes). + Removing drv_i2c_dma.o(.revsh_text), (4 bytes). + Removing drv_lcdc.o(.rev16_text), (4 bytes). + Removing drv_lcdc.o(.revsh_text), (4 bytes). + Removing drv_lcdc.o(i.drv_lcdc_config_rgb_to_pentile), (26 bytes). + Removing drv_lcdc.o(i.drv_lcdc_enable), (42 bytes). + Removing drv_lcdc.o(i.drv_lcdc_set_prefetch), (24 bytes). + Removing drv_lcdc.o(i.drv_lcdc_update_shadow_reg), (12 bytes). + Removing drv_memc.o(.rev16_text), (4 bytes). + Removing drv_memc.o(.revsh_text), (4 bytes). + Removing drv_memc.o(i.drv_memc_set_db_frm_time), (14 bytes). + Removing drv_memc.o(i.drv_memc_set_db_int_frame), (28 bytes). + Removing drv_memc.o(i.drv_memc_set_fb_remaining_line_trigger), (12 bytes). + Removing drv_memc.o(i.drv_memc_set_read_trigger_line), (16 bytes). + Removing drv_memc.o(i.drv_memc_set_te_ind), (16 bytes). + Removing drv_memc.o(i.drv_memc_set_tear_hwclr), (16 bytes). + Removing drv_memc.o(i.drv_memc_set_vidc_fb_arb), (14 bytes). + Removing drv_memc.o(i.drv_memc_set_write_trigger_line), (16 bytes). + Removing drv_param_init.o(.rev16_text), (4 bytes). + Removing drv_param_init.o(.revsh_text), (4 bytes). + Removing drv_param_init.o(i.drv_param_init_set_scld_filter), (100 bytes). + Removing drv_rxbr.o(.rev16_text), (4 bytes). + Removing drv_rxbr.o(.revsh_text), (4 bytes). + Removing drv_rxbr.o(i.drv_rxbr_dsc_flush), (16 bytes). + Removing drv_rxbr.o(i.drv_rxbr_get_cur_hline_rcv_cnt), (8 bytes). + Removing drv_rxbr.o(i.drv_rxbr_get_ipi_vsync_interval), (8 bytes). + Removing drv_rxbr.o(i.drv_rxbr_get_pix_fmt), (8 bytes). + Removing drv_rxbr.o(i.drv_rxbr_set_col_addr), (4 bytes). + Removing drv_rxbr.o(i.drv_rxbr_set_compress), (24 bytes). + Removing drv_rxbr.o(i.drv_rxbr_set_page_addr), (4 bytes). + Removing drv_rxbr.o(i.drv_rxbr_soft_reset), (98 bytes). + Removing drv_spi_dma.o(.rev16_text), (4 bytes). + Removing drv_spi_dma.o(.revsh_text), (4 bytes). + Removing drv_spi_dma.o(i.__NVIC_ClearPendingIRQ), (24 bytes). + Removing drv_spi_dma.o(i.drv_spi_abort_dma), (108 bytes). + Removing drv_spi_dma.o(i.drv_spi_dma_callback), (60 bytes). + Removing drv_spi_dma.o(i.drv_spi_dma_ch6_init), (208 bytes). + Removing drv_spi_dma.o(i.drv_spi_dma_init), (220 bytes). + Removing drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback), (48 bytes). + Removing drv_spi_dma.o(i.drv_spi_set_dma_irq_callback), (88 bytes). + Removing drv_spi_dma.o(i.drv_spim_dma_read), (96 bytes). + Removing drv_spi_dma.o(i.drv_spim_dma_write), (60 bytes). + Removing drv_spi_dma.o(i.drv_spis_dma_write), (72 bytes). + Removing drv_spi_dma.o(.bss), (480 bytes). + Removing drv_spi_dma.o(.data), (16 bytes). + Removing drv_swire.o(.rev16_text), (4 bytes). + Removing drv_swire.o(.revsh_text), (4 bytes). + Removing drv_swire.o(i.drv_swire_enable), (28 bytes). + Removing drv_swire.o(i.drv_swire_register_callback), (12 bytes). + Removing drv_swire.o(i.drv_swire_set_bit_time), (24 bytes). + Removing drv_swire.o(i.drv_swire_set_pulse_count), (12 bytes). + Removing drv_sys_cfg.o(.rev16_text), (4 bytes). + Removing drv_sys_cfg.o(.revsh_text), (4 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_dma_req_mask), (32 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_read_version0_id), (12 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_set_ap_reset), (28 bytes). + Removing drv_timer.o(.rev16_text), (4 bytes). + Removing drv_timer.o(.revsh_text), (4 bytes). + Removing drv_timer.o(i.drv_timer_clean_timer_value), (12 bytes). + Removing drv_timer.o(i.drv_timer_get_current_count), (10 bytes). + Removing drv_timer.o(i.drv_timer_get_match), (10 bytes). + Removing drv_vidc.o(.rev16_text), (4 bytes). + Removing drv_vidc.o(.revsh_text), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_clear_status0), (14 bytes). + Removing drv_vidc.o(i.drv_vidc_debug_cap_pixel), (24 bytes). + Removing drv_vidc.o(i.drv_vidc_debug_signal_frame), (30 bytes). + Removing drv_vidc.o(i.drv_vidc_get_int_source), (38 bytes). + Removing drv_vidc.o(i.drv_vidc_get_status0), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_get_status1), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_get_status2), (6 bytes). + Removing drv_vidc.o(i.drv_vidc_set_dsc_thresh), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_set_frmst_latency), (12 bytes). + Removing drv_vidc.o(i.drv_vidc_set_inff_thresh), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_set_irq_line), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_set_module_enable), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_set_outff_thresh), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_update_src_format), (14 bytes). + Removing irq_redirect .o(.rev16_text), (4 bytes). + Removing irq_redirect .o(.revsh_text), (4 bytes). + Removing drv_phy_common.o(.rev16_text), (4 bytes). + Removing drv_phy_common.o(.revsh_text), (4 bytes). + Removing drv_phy_common.o(i.drv_phy_get_calibration), (60 bytes). + Removing drv_phy_common.o(.data), (1 bytes). + Removing drv_pwr.o(.rev16_text), (4 bytes). + Removing drv_pwr.o(.revsh_text), (4 bytes). + Removing drv_pwr.o(i.drv_pwr_enter_deep_sleep_mode), (44 bytes). + Removing drv_i2c_master.o(.rev16_text), (4 bytes). + Removing drv_i2c_master.o(.revsh_text), (4 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_bus_init), (36 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_disable_intr), (16 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_get_fifo_status), (28 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_read_data), (32 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_set_fifo_threshold), (24 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_set_sys_mask), (48 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_write_data), (32 bytes). + Removing drv_i2c_slave.o(.rev16_text), (4 bytes). + Removing drv_i2c_slave.o(.revsh_text), (4 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_bus_init), (36 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_disable_intr), (16 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_enable), (16 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_get_tx_byte_num), (12 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_read_data), (32 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_set_fifo_threshold), (24 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_set_sys_mask), (48 bytes). + Removing drv_spi_master.o(.rev16_text), (4 bytes). + Removing drv_spi_master.o(.revsh_text), (4 bytes). + Removing drv_spi_master.o(i.drv_spi_m_deinit), (40 bytes). + Removing drv_spi_master.o(i.drv_spi_m_disable_int), (68 bytes). + Removing drv_spi_master.o(i.drv_spi_m_enable_int), (72 bytes). + Removing drv_spi_master.o(i.drv_spi_m_enable_rx_dma), (32 bytes). + Removing drv_spi_master.o(i.drv_spi_m_enable_tx_dma), (28 bytes). + Removing drv_spi_master.o(i.drv_spi_m_get_dma_address), (8 bytes). + Removing drv_spi_master.o(i.drv_spi_m_gpio_init), (32 bytes). + Removing drv_spi_master.o(i.drv_spi_m_set_intr_callback), (12 bytes). + Removing drv_spi_master.o(i.drv_spi_m_switch_sclk), (28 bytes). + Removing drv_spi_master.o(i.drv_spi_m_write_data), (44 bytes). + Removing drv_spi_master.o(i.drv_spi_master_init), (164 bytes). + Removing drv_chip_info.o(.rev16_text), (4 bytes). + Removing drv_chip_info.o(.revsh_text), (4 bytes). + Removing drv_dsc_dec.o(.rev16_text), (4 bytes). + Removing drv_dsc_dec.o(.revsh_text), (4 bytes). + Removing drv_dsc_dec.o(i.drv_dsc_dec_set_u32_pps), (120 bytes). + Removing hal_spi_slave.o(.rev16_text), (4 bytes). + Removing hal_spi_slave.o(.revsh_text), (4 bytes). + Removing hal_spi_slave.o(i.hal_spi_s_set_high_impedance), (100 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_auto_transfer_abort), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start), (56 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_busy), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_deinit), (10 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_disable), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_enable), (96 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_flush_fifo), (20 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_get_rxfifo_notempty), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_gpio_init), (8 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_init), (76 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_read_data), (10 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_register_callback), (12 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_reset_tx), (68 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_set_auto_rx_buffer), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_set_auto_tx_buffer), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_write_data), (14 bytes). + Removing drv_fls_dma.o(.rev16_text), (4 bytes). + Removing drv_fls_dma.o(.revsh_text), (4 bytes). + Removing drv_fls_dma.o(i.fls_abort_dma), (42 bytes). + Removing drv_fls_dma.o(i.fls_dma_disable), (10 bytes). + Removing drv_fls_dma.o(i.fls_dma_enable), (10 bytes). + Removing drv_fls_dma.o(i.fls_dma_read_prepare), (86 bytes). + Removing drv_fls_dma.o(i.fls_dma_write_prepare), (82 bytes). + Removing drv_fls_dma.o(i.fls_read_dmacallback), (32 bytes). + Removing drv_fls_dma.o(i.fls_transfer_create_handle_dma), (208 bytes). + Removing drv_fls_dma.o(i.fls_transfer_dma), (112 bytes). + Removing drv_fls_dma.o(i.fls_transfer_get_receive_count_dma), (44 bytes). + Removing drv_fls_dma.o(i.fls_write_dmacallback), (32 bytes). + Removing drv_fls_dma.o(.data), (8 bytes). + Removing drv_pwm.o(.rev16_text), (4 bytes). + Removing drv_pwm.o(.revsh_text), (4 bytes). + Removing drv_pwm.o(i.drv_pwm_in_clear_pwm_int_all), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_enable), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_counter_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_current_count), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_high_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_low_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_register_callback), (24 bytes). + Removing drv_pwm.o(i.drv_pwm_in_set_pwm_int), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_in_set_sys_int), (52 bytes). + Removing drv_pwm.o(i.drv_pwm_out_enable), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_out_get_sync_flag), (16 bytes). + Removing drv_pwm.o(i.drv_pwm_out_pause), (28 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_control), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_sync_mode), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_threshold), (12 bytes). + Removing drv_uart.o(.rev16_text), (4 bytes). + Removing drv_uart.o(.revsh_text), (4 bytes). + Removing drv_uart.o(i.UART_AbortReceive), (30 bytes). + Removing drv_uart.o(i.UART_AbortSend), (30 bytes). + Removing drv_uart.o(i.UART_Deinit), (28 bytes). + Removing drv_uart.o(i.UART_Disable_IT), (68 bytes). + Removing drv_uart.o(i.UART_EnableDma), (32 bytes). + Removing drv_uart.o(i.UART_Enable_IT), (44 bytes). + Removing drv_uart.o(i.UART_GetDefaultConfig), (72 bytes). + Removing drv_uart.o(i.UART_GetFIFO_Ctrl), (20 bytes). + Removing drv_uart.o(i.UART_GetReceiveCount), (22 bytes). + Removing drv_uart.o(i.UART_GetReceiveStatus), (20 bytes). + Removing drv_uart.o(i.UART_GetRxRingBufferLength), (28 bytes). + Removing drv_uart.o(i.UART_GetSendCount), (22 bytes). + Removing drv_uart.o(i.UART_GetSendStatus), (20 bytes). + Removing drv_uart.o(i.UART_ReadBlocking), (32 bytes). + Removing drv_uart.o(i.UART_ReceiveNonBlocking), (50 bytes). + Removing drv_uart.o(i.UART_ResetTxFIFO), (36 bytes). + Removing drv_uart.o(i.UART_SendNonBlocking), (38 bytes). + Removing drv_uart.o(i.UART_TransferCreateHandle), (96 bytes). + Removing drv_uart.o(i.UART_TransferStartRingBuffer), (30 bytes). + Removing drv_uart.o(.constdata), (1 bytes). + Removing drv_uart_dma.o(.rev16_text), (4 bytes). + Removing drv_uart_dma.o(.revsh_text), (4 bytes). + Removing drv_uart_dma.o(i.UART_DMAInit), (76 bytes). + Removing drv_uart_dma.o(i.UART_TransferAbortReceiveDMA), (16 bytes). + Removing drv_uart_dma.o(i.UART_TransferAbortSendDMA), (16 bytes). + Removing drv_uart_dma.o(i.UART_TransferCreateHandleDMA), (176 bytes). + Removing drv_uart_dma.o(i.UART_TransferGetReceiveCountDMA), (44 bytes). + Removing drv_uart_dma.o(i.UART_TransferReceiveDMA), (68 bytes). + Removing drv_uart_dma.o(i.UART_TransferReceiveDMACallback), (34 bytes). + Removing drv_uart_dma.o(i.UART_TransferSendDMA), (68 bytes). + Removing drv_uart_dma.o(i.UART_TransferSendDMACallback), (34 bytes). + Removing drv_uart_dma.o(.data), (8 bytes). + Removing drv_wdg.o(.rev16_text), (4 bytes). + Removing drv_wdg.o(.revsh_text), (4 bytes). + Removing drv_wdg.o(i.drv_wdg_clear_counter), (16 bytes). + Removing drv_wdg.o(i.drv_wdg_enable), (32 bytes). + Removing drv_wdg.o(i.drv_wdg_load_match), (12 bytes). + Removing drv_wdg.o(i.drv_wdg_register_callback), (12 bytes). + Removing drv_wdg.o(i.drv_wdg_sel_mode), (28 bytes). + Removing drv_efuse.o(.rev16_text), (4 bytes). + Removing drv_efuse.o(.revsh_text), (4 bytes). + Removing drv_efuse.o(i.drv_efuse_crc_cal), (128 bytes). + Removing drv_efuse.o(i.drv_efuse_get_default_config), (26 bytes). + Removing drv_efuse.o(i.drv_efuse_int_disable), (12 bytes). + Removing drv_efuse.o(i.drv_efuse_write), (46 bytes). + Removing drv_efuse.o(i.drv_efuse_write_req), (22 bytes). + Removing drv_spi_slave.o(.rev16_text), (4 bytes). + Removing drv_spi_slave.o(.revsh_text), (4 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_deinit), (40 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_disable_int), (68 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_enable_int), (72 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_enable_rx_dma), (32 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_enable_tx_dma), (20 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_get_dma_address), (8 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_gpio_init), (24 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_read_data), (32 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_switch_sclk), (28 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_write_data), (44 bytes). + Removing drv_spi_slave.o(i.drv_spi_slave_init), (76 bytes). + Removing dflti.o(.text), (40 bytes). + +565 unused section(s) (total 24019 bytes) removed from the image. + +============================================================================== + +Image Symbol Table + + Local Symbols + + Symbol Name Value Ov Type Size Object(Section) + + ../clib/../cmprslib/zerorunl2.c 0x00000000 Number 0 __dczerorl2.o ABSOLUTE + ../clib/microlib/division.c 0x00000000 Number 0 uldiv.o ABSOLUTE + ../clib/microlib/division.c 0x00000000 Number 0 uidiv.o ABSOLUTE + ../clib/microlib/division.c 0x00000000 Number 0 idiv.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry2.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry10a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry10b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry5.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry7a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry7b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8b.o ABSOLUTE + ../clib/microlib/longlong.c 0x00000000 Number 0 llushr.o ABSOLUTE + ../clib/microlib/longlong.c 0x00000000 Number 0 llshl.o ABSOLUTE + ../clib/microlib/longlong.c 0x00000000 Number 0 llsshr.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printfa.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf8.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf7.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf4.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf6.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf3.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf2.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf5.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf1.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf0.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printfb.o ABSOLUTE + ../clib/microlib/printf/stubs.s 0x00000000 Number 0 stubs.o ABSOLUTE + ../clib/microlib/stdio/streams.c 0x00000000 Number 0 stdout.o ABSOLUTE + ../clib/microlib/string/memcpy.c 0x00000000 Number 0 memcpyb.o ABSOLUTE + ../clib/microlib/string/memcpy.c 0x00000000 Number 0 memcpya.o ABSOLUTE + ../clib/microlib/string/memset.c 0x00000000 Number 0 memseta.o ABSOLUTE + ../clib/microlib/stubs.s 0x00000000 Number 0 iusefp.o ABSOLUTE + ../fplib/microlib/f2d.c 0x00000000 Number 0 f2d.o ABSOLUTE + ../fplib/microlib/fpadd.c 0x00000000 Number 0 fadd.o ABSOLUTE + ../fplib/microlib/fpadd.c 0x00000000 Number 0 dadd.o ABSOLUTE + ../fplib/microlib/fpdiv.c 0x00000000 Number 0 fdiv.o ABSOLUTE + ../fplib/microlib/fpdiv.c 0x00000000 Number 0 ddiv.o ABSOLUTE + ../fplib/microlib/fpepilogue.c 0x00000000 Number 0 fepilogue.o ABSOLUTE + ../fplib/microlib/fpepilogue.c 0x00000000 Number 0 depilogue.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixui.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixul.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 ffixi.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 ffixui.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixi.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 fflti.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 ffltui.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 dflti.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 dfltui.o ABSOLUTE + ../fplib/microlib/fpmul.c 0x00000000 Number 0 fmul.o ABSOLUTE + ../fplib/microlib/fpmul.c 0x00000000 Number 0 dmul.o ABSOLUTE + ../fplib/microlib/fpscalb.c 0x00000000 Number 0 fscalb.o ABSOLUTE + ../mathlib/ceil.c 0x00000000 Number 0 ceil.o ABSOLUTE + ..\..\..\src\common\tau_delay.c 0x00000000 Number 0 tau_delay.o ABSOLUTE + ..\..\..\src\common\tau_log.c 0x00000000 Number 0 tau_log.o ABSOLUTE + ..\..\..\src\driver\robin\src\drv_chip_info.c 0x00000000 Number 0 drv_chip_info.o ABSOLUTE + ..\..\..\src\driver\robin\src\drv_dsc_dec.c 0x00000000 Number 0 drv_dsc_dec.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_common.c 0x00000000 Number 0 drv_common.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_crgu.c 0x00000000 Number 0 drv_crgu.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_dma.c 0x00000000 Number 0 drv_dma.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_dsi_rx.c 0x00000000 Number 0 drv_dsi_rx.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_dsi_tx.c 0x00000000 Number 0 drv_dsi_tx.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_efuse.c 0x00000000 Number 0 drv_efuse.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_fls.c 0x00000000 Number 0 drv_fls.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_fls_dma.c 0x00000000 Number 0 drv_fls_dma.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_gpio.c 0x00000000 Number 0 drv_gpio.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_i2c_dma.c 0x00000000 Number 0 drv_i2c_dma.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_i2c_master.c 0x00000000 Number 0 drv_i2c_master.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_i2c_slave.c 0x00000000 Number 0 drv_i2c_slave.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_lcdc.c 0x00000000 Number 0 drv_lcdc.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_memc.c 0x00000000 Number 0 drv_memc.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_param_init.c 0x00000000 Number 0 drv_param_init.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_phy_common.c 0x00000000 Number 0 drv_phy_common.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_pwm.c 0x00000000 Number 0 drv_pwm.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_pwr.c 0x00000000 Number 0 drv_pwr.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_rxbr.c 0x00000000 Number 0 drv_rxbr.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_spi_dma.c 0x00000000 Number 0 drv_spi_dma.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_spi_master.c 0x00000000 Number 0 drv_spi_master.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_spi_slave.c 0x00000000 Number 0 drv_spi_slave.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_swire.c 0x00000000 Number 0 drv_swire.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_sys_cfg.c 0x00000000 Number 0 drv_sys_cfg.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_timer.c 0x00000000 Number 0 drv_timer.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_uart.c 0x00000000 Number 0 drv_uart.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_uart_dma.c 0x00000000 Number 0 drv_uart_dma.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_vidc.c 0x00000000 Number 0 drv_vidc.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_wdg.c 0x00000000 Number 0 drv_wdg.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\irq_redirect .c 0x00000000 Number 0 irq_redirect .o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_dsi_rx_ctrl.c 0x00000000 Number 0 hal_dsi_rx_ctrl.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_dsi_tx_ctrl.c 0x00000000 Number 0 hal_dsi_tx_ctrl.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_gpio.c 0x00000000 Number 0 hal_gpio.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_i2c_master.c 0x00000000 Number 0 hal_i2c_master.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_i2c_slave.c 0x00000000 Number 0 hal_i2c_slave.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_spi_master.c 0x00000000 Number 0 hal_spi_master.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_spi_slave.c 0x00000000 Number 0 hal_spi_slave.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_swire.c 0x00000000 Number 0 hal_swire.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_system.c 0x00000000 Number 0 hal_system.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_timer.c 0x00000000 Number 0 hal_timer.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\hal_uart.c 0x00000000 Number 0 hal_uart.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\internal\dcs_packet_fifo.c 0x00000000 Number 0 dcs_packet_fifo.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\internal\hal_internal_vsync.c 0x00000000 Number 0 hal_internal_vsync.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\internal\norflash.c 0x00000000 Number 0 norflash.o ABSOLUTE + ..\\..\\..\\src\\common\\tau_delay.c 0x00000000 Number 0 tau_delay.o ABSOLUTE + ..\\..\\..\\src\\common\\tau_log.c 0x00000000 Number 0 tau_log.o ABSOLUTE + ..\\..\\..\\src\\driver\\robin\\src\\drv_chip_info.c 0x00000000 Number 0 drv_chip_info.o ABSOLUTE + ..\\..\\..\\src\\driver\\robin\\src\\drv_dsc_dec.c 0x00000000 Number 0 drv_dsc_dec.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_common.c 0x00000000 Number 0 drv_common.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_crgu.c 0x00000000 Number 0 drv_crgu.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_dma.c 0x00000000 Number 0 drv_dma.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_dsi_rx.c 0x00000000 Number 0 drv_dsi_rx.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_dsi_tx.c 0x00000000 Number 0 drv_dsi_tx.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_efuse.c 0x00000000 Number 0 drv_efuse.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_fls.c 0x00000000 Number 0 drv_fls.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_fls_dma.c 0x00000000 Number 0 drv_fls_dma.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_gpio.c 0x00000000 Number 0 drv_gpio.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_i2c_dma.c 0x00000000 Number 0 drv_i2c_dma.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_i2c_master.c 0x00000000 Number 0 drv_i2c_master.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_i2c_slave.c 0x00000000 Number 0 drv_i2c_slave.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_lcdc.c 0x00000000 Number 0 drv_lcdc.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_memc.c 0x00000000 Number 0 drv_memc.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_param_init.c 0x00000000 Number 0 drv_param_init.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_phy_common.c 0x00000000 Number 0 drv_phy_common.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_pwm.c 0x00000000 Number 0 drv_pwm.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_pwr.c 0x00000000 Number 0 drv_pwr.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_rxbr.c 0x00000000 Number 0 drv_rxbr.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_spi_dma.c 0x00000000 Number 0 drv_spi_dma.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_spi_master.c 0x00000000 Number 0 drv_spi_master.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_spi_slave.c 0x00000000 Number 0 drv_spi_slave.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_swire.c 0x00000000 Number 0 drv_swire.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_sys_cfg.c 0x00000000 Number 0 drv_sys_cfg.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_timer.c 0x00000000 Number 0 drv_timer.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_uart.c 0x00000000 Number 0 drv_uart.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_uart_dma.c 0x00000000 Number 0 drv_uart_dma.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_vidc.c 0x00000000 Number 0 drv_vidc.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_wdg.c 0x00000000 Number 0 drv_wdg.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\irq_redirect .c 0x00000000 Number 0 irq_redirect .o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_dsi_rx_ctrl.c 0x00000000 Number 0 hal_dsi_rx_ctrl.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_dsi_tx_ctrl.c 0x00000000 Number 0 hal_dsi_tx_ctrl.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_gpio.c 0x00000000 Number 0 hal_gpio.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_i2c_master.c 0x00000000 Number 0 hal_i2c_master.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_i2c_slave.c 0x00000000 Number 0 hal_i2c_slave.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_spi_master.c 0x00000000 Number 0 hal_spi_master.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_spi_slave.c 0x00000000 Number 0 hal_spi_slave.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_swire.c 0x00000000 Number 0 hal_swire.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_system.c 0x00000000 Number 0 hal_system.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_timer.c 0x00000000 Number 0 hal_timer.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\hal_uart.c 0x00000000 Number 0 hal_uart.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\internal\\hal_internal_vsync.c 0x00000000 Number 0 hal_internal_vsync.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\internal\\norflash.c 0x00000000 Number 0 norflash.o ABSOLUTE + ..\\src\\app\\demo\\ap_demo.c 0x00000000 Number 0 ap_demo.o ABSOLUTE + ..\\src\\app\\demo\\app_tp_for_custom_s8.c 0x00000000 Number 0 app_tp_for_custom_s8.o ABSOLUTE + ..\\src\\app\\demo\\app_tp_transfer.c 0x00000000 Number 0 app_tp_transfer.o ABSOLUTE + ..\\src\\app\\main.c 0x00000000 Number 0 main.o ABSOLUTE + ..\\src\\board\\board.c 0x00000000 Number 0 board.o ABSOLUTE + ..\src\app\demo\ap_demo.c 0x00000000 Number 0 ap_demo.o ABSOLUTE + ..\src\app\demo\app_tp_for_custom_s8.c 0x00000000 Number 0 app_tp_for_custom_s8.o ABSOLUTE + ..\src\app\demo\app_tp_transfer.c 0x00000000 Number 0 app_tp_transfer.o ABSOLUTE + ..\src\app\main.c 0x00000000 Number 0 main.o ABSOLUTE + ..\src\board\board.c 0x00000000 Number 0 board.o ABSOLUTE + ..\src\board\startup\startup_ARMCM0.s 0x00000000 Number 0 startup_armcm0.o ABSOLUTE + cdrcmple.s 0x00000000 Number 0 cdrcmple.o ABSOLUTE + cfrcmple.s 0x00000000 Number 0 cfrcmple.o ABSOLUTE + dc.s 0x00000000 Number 0 dc.o ABSOLUTE + handlers.s 0x00000000 Number 0 handlers.o ABSOLUTE + init.s 0x00000000 Number 0 init.o ABSOLUTE + RESET 0x00010000 Section 192 startup_armcm0.o(RESET) + .ARM.Collect$$$$00000000 0x000100c0 Section 0 entry.o(.ARM.Collect$$$$00000000) + .ARM.Collect$$$$00000001 0x000100c0 Section 4 entry2.o(.ARM.Collect$$$$00000001) + .ARM.Collect$$$$00000004 0x000100c4 Section 4 entry5.o(.ARM.Collect$$$$00000004) + .ARM.Collect$$$$00000008 0x000100c8 Section 0 entry7b.o(.ARM.Collect$$$$00000008) + .ARM.Collect$$$$0000000A 0x000100c8 Section 0 entry8b.o(.ARM.Collect$$$$0000000A) + .ARM.Collect$$$$0000000B 0x000100c8 Section 8 entry9a.o(.ARM.Collect$$$$0000000B) + .ARM.Collect$$$$0000000D 0x000100d0 Section 0 entry10a.o(.ARM.Collect$$$$0000000D) + .ARM.Collect$$$$0000000F 0x000100d0 Section 0 entry11a.o(.ARM.Collect$$$$0000000F) + .ARM.Collect$$$$00002712 0x000100d0 Section 4 entry2.o(.ARM.Collect$$$$00002712) + __lit__00000000 0x000100d0 Data 4 entry2.o(.ARM.Collect$$$$00002712) + .text 0x000100d4 Section 120 startup_armcm0.o(.text) + .text 0x0001014c Section 0 uidiv.o(.text) + .text 0x00010178 Section 0 idiv.o(.text) + .text 0x000101a0 Section 0 memcpya.o(.text) + .text 0x000101c4 Section 0 memseta.o(.text) + .text 0x000101e8 Section 0 fadd.o(.text) + .text 0x0001029a Section 0 fmul.o(.text) + .text 0x00010314 Section 0 fdiv.o(.text) + .text 0x00010390 Section 0 fscalb.o(.text) + .text 0x000103a8 Section 0 dadd.o(.text) + .text 0x0001050c Section 0 dmul.o(.text) + .text 0x000105dc Section 0 ddiv.o(.text) + .text 0x000106cc Section 0 fflti.o(.text) + .text 0x000106e2 Section 0 ffltui.o(.text) + .text 0x000106f0 Section 0 dfltui.o(.text) + .text 0x0001070c Section 0 ffixi.o(.text) + .text 0x0001073e Section 0 ffixui.o(.text) + .text 0x00010768 Section 0 dfixi.o(.text) + .text 0x000107b0 Section 0 dfixui.o(.text) + .text 0x000107ec Section 0 f2d.o(.text) + .text 0x00010814 Section 20 cfrcmple.o(.text) + .text 0x00010828 Section 0 uldiv.o(.text) + .text 0x00010888 Section 0 llshl.o(.text) + .text 0x000108a8 Section 0 llushr.o(.text) + .text 0x000108ca Section 0 llsshr.o(.text) + .text 0x000108f0 Section 0 iusefp.o(.text) + .text 0x000108f0 Section 0 fepilogue.o(.text) + .text 0x00010972 Section 0 depilogue.o(.text) + .text 0x00010a30 Section 0 dfixul.o(.text) + .text 0x00010a70 Section 40 cdrcmple.o(.text) + .text 0x00010a98 Section 36 init.o(.text) + .text 0x00010abc Section 0 __dczerorl2.o(.text) + i.ADC_IRQn_Handler 0x00010b14 Section 0 irq_redirect .o(i.ADC_IRQn_Handler) + i.AP_NRESET_IRQn_Handler 0x00010b2c Section 0 irq_redirect .o(i.AP_NRESET_IRQn_Handler) + i.DMA_IRQn_Handler 0x00010b44 Section 0 irq_redirect .o(i.DMA_IRQn_Handler) + i.EXTI_INT0_IRQn_Handler 0x00010b58 Section 0 irq_redirect .o(i.EXTI_INT0_IRQn_Handler) + i.EXTI_INT1_IRQn_Handler 0x00010b74 Section 0 irq_redirect .o(i.EXTI_INT1_IRQn_Handler) + i.EXTI_INT2_IRQn_Handler 0x00010b90 Section 0 irq_redirect .o(i.EXTI_INT2_IRQn_Handler) + i.EXTI_INT3_IRQn_Handler 0x00010bac Section 0 irq_redirect .o(i.EXTI_INT3_IRQn_Handler) + i.EXTI_INT4_IRQn_Handler 0x00010bc8 Section 0 irq_redirect .o(i.EXTI_INT4_IRQn_Handler) + i.EXTI_INT5_IRQn_Handler 0x00010be4 Section 0 irq_redirect .o(i.EXTI_INT5_IRQn_Handler) + i.EXTI_INT6_IRQn_Handler 0x00010c00 Section 0 irq_redirect .o(i.EXTI_INT6_IRQn_Handler) + i.EXTI_INT7_IRQn_Handler 0x00010c1c Section 0 irq_redirect .o(i.EXTI_INT7_IRQn_Handler) + i.FLSCTRL_IRQn_Handler 0x00010c38 Section 0 irq_redirect .o(i.FLSCTRL_IRQn_Handler) + i.Gpio_swire_output 0x00010c4c Section 0 ap_demo.o(i.Gpio_swire_output) + i.HardFault_Handler 0x00010cc0 Section 0 irq_redirect .o(i.HardFault_Handler) + i.I2C0_IRQn_Handler 0x00010cd4 Section 0 irq_redirect .o(i.I2C0_IRQn_Handler) + i.I2C1_IRQn_Handler 0x00010cec Section 0 irq_redirect .o(i.I2C1_IRQn_Handler) + i.LCDC_IRQn_Handler 0x00010d04 Section 0 irq_redirect .o(i.LCDC_IRQn_Handler) + i.LOG_printf 0x00010d1c Section 0 tau_log.o(i.LOG_printf) + i.MEMC_IRQn_Handler 0x00010d44 Section 0 irq_redirect .o(i.MEMC_IRQn_Handler) + i.MIPI_RX_IRQn_Handler 0x00010d5c Section 0 irq_redirect .o(i.MIPI_RX_IRQn_Handler) + i.MIPI_TX_IRQn_Handler 0x00010d74 Section 0 irq_redirect .o(i.MIPI_TX_IRQn_Handler) + i.PWMDET_IRQn_Handler 0x00010d8c Section 0 irq_redirect .o(i.PWMDET_IRQn_Handler) + i.S20_Start_init 0x00010da8 Section 0 app_tp_transfer.o(i.S20_Start_init) + i.SPIM_IRQn_Handler 0x00010eb0 Section 0 irq_redirect .o(i.SPIM_IRQn_Handler) + i.SPIS_IRQn_Handler 0x00010ecc Section 0 irq_redirect .o(i.SPIS_IRQn_Handler) + i.SWIRE_IRQn_Handler 0x00010ee8 Section 0 irq_redirect .o(i.SWIRE_IRQn_Handler) + i.SysTick_Handler 0x00010f04 Section 0 irq_redirect .o(i.SysTick_Handler) + i.TIMER0_IRQn_Handler 0x00010f1c Section 0 irq_redirect .o(i.TIMER0_IRQn_Handler) + i.TIMER1_IRQn_Handler 0x00010f34 Section 0 irq_redirect .o(i.TIMER1_IRQn_Handler) + i.TIMER2_IRQn_Handler 0x00010f4c Section 0 irq_redirect .o(i.TIMER2_IRQn_Handler) + i.TIMER3_IRQn_Handler 0x00010f64 Section 0 irq_redirect .o(i.TIMER3_IRQn_Handler) + i.UART0_IRQ_Handle 0x00010f7c Section 0 drv_uart.o(i.UART0_IRQ_Handle) + i.UART_DisableDma 0x00010f98 Section 0 drv_uart.o(i.UART_DisableDma) + i.UART_GetInstance 0x00010f9a Section 0 drv_uart.o(i.UART_GetInstance) + i.UART_IRQn_Handler 0x00010fa0 Section 0 irq_redirect .o(i.UART_IRQn_Handler) + i.UART_ResetRxFIFO 0x00010fb8 Section 0 drv_uart.o(i.UART_ResetRxFIFO) + i.UART_SwitchSCLK 0x00010fdc Section 0 drv_uart.o(i.UART_SwitchSCLK) + i.__scatterload_null 0x00010ff6 Section 2 handlers.o(i.__scatterload_null) + i.app_UART_IRQn_Handler 0x00010ff8 Section 0 drv_uart.o(i.app_UART_IRQn_Handler) + .ARM.__at_0x11000 0x00011000 Section 20 drv_common.o(.ARM.__at_0x11000) + i.UART_SetBaudRate 0x00011014 Section 0 drv_uart.o(i.UART_SetBaudRate) + i.UART_TransferHandleIRQ 0x0001105c Section 0 drv_uart.o(i.UART_TransferHandleIRQ) + i.UART_WriteBlocking 0x00011190 Section 0 drv_uart.o(i.UART_WriteBlocking) + i.UART_init 0x000111ac Section 0 drv_uart.o(i.UART_init) + i.VIDC_IRQn_Handler 0x00011268 Section 0 irq_redirect .o(i.VIDC_IRQn_Handler) + i.VPRE_IRQn_Handler 0x00011280 Section 0 irq_redirect .o(i.VPRE_IRQn_Handler) + i.WDG_IRQn_Handler 0x00011298 Section 0 irq_redirect .o(i.WDG_IRQn_Handler) + i.__0printf 0x000112b0 Section 0 printfa.o(i.__0printf) + i.__0vsprintf 0x000112d0 Section 0 printfa.o(i.__0vsprintf) + i.__ARM_clz 0x000112f4 Section 0 depilogue.o(i.__ARM_clz) + i.__ARM_common_switch8 0x00011322 Section 0 ap_demo.o(i.__ARM_common_switch8) + i.__NVIC_ClearPendingIRQ 0x0001133c Section 0 drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) + __NVIC_ClearPendingIRQ 0x0001133d Thumb Code 18 drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) + i.__NVIC_ClearPendingIRQ 0x00011354 Section 0 drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) + __NVIC_ClearPendingIRQ 0x00011355 Thumb Code 18 drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) + i.__NVIC_ClearPendingIRQ 0x0001136c Section 0 drv_spi_master.o(i.__NVIC_ClearPendingIRQ) + __NVIC_ClearPendingIRQ 0x0001136d Thumb Code 18 drv_spi_master.o(i.__NVIC_ClearPendingIRQ) + i.__NVIC_DisableIRQ 0x00011384 Section 0 drv_rxbr.o(i.__NVIC_DisableIRQ) + __NVIC_DisableIRQ 0x00011385 Thumb Code 26 drv_rxbr.o(i.__NVIC_DisableIRQ) + i.__NVIC_EnableIRQ 0x000113a4 Section 0 drv_rxbr.o(i.__NVIC_EnableIRQ) + __NVIC_EnableIRQ 0x000113a5 Thumb Code 18 drv_rxbr.o(i.__NVIC_EnableIRQ) + i.__NVIC_SetPriority 0x000113bc Section 0 hal_spi_slave.o(i.__NVIC_SetPriority) + __NVIC_SetPriority 0x000113bd Thumb Code 60 hal_spi_slave.o(i.__NVIC_SetPriority) + i.__scatterload_copy 0x00011400 Section 14 handlers.o(i.__scatterload_copy) + i.__scatterload_zeroinit 0x0001140e Section 14 handlers.o(i.__scatterload_zeroinit) + i._fp_digits 0x0001141c Section 0 printfa.o(i._fp_digits) + _fp_digits 0x0001141d Thumb Code 344 printfa.o(i._fp_digits) + i._printf_core 0x00011590 Section 0 printfa.o(i._printf_core) + _printf_core 0x00011591 Thumb Code 1754 printfa.o(i._printf_core) + i._printf_post_padding 0x00011c7c Section 0 printfa.o(i._printf_post_padding) + _printf_post_padding 0x00011c7d Thumb Code 32 printfa.o(i._printf_post_padding) + i._printf_pre_padding 0x00011c9c Section 0 printfa.o(i._printf_pre_padding) + _printf_pre_padding 0x00011c9d Thumb Code 44 printfa.o(i._printf_pre_padding) + i._sputc 0x00011cc8 Section 0 printfa.o(i._sputc) + _sputc 0x00011cc9 Thumb Code 10 printfa.o(i._sputc) + i.ap_dcs_read 0x00011cd4 Section 0 ap_demo.o(i.ap_dcs_read) + ap_dcs_read 0x00011cd5 Thumb Code 4916 ap_demo.o(i.ap_dcs_read) + i.ap_demo 0x0001300c Section 0 ap_demo.o(i.ap_demo) + i.ap_get_reg_ca 0x00013160 Section 0 ap_demo.o(i.ap_get_reg_ca) + ap_get_reg_ca 0x00013161 Thumb Code 38 ap_demo.o(i.ap_get_reg_ca) + i.ap_get_reg_df 0x0001318c Section 0 ap_demo.o(i.ap_get_reg_df) + ap_get_reg_df 0x0001318d Thumb Code 150 ap_demo.o(i.ap_get_reg_df) + i.ap_reset_cb 0x00013228 Section 0 ap_demo.o(i.ap_reset_cb) + ap_reset_cb 0x00013229 Thumb Code 36 ap_demo.o(i.ap_reset_cb) + i.ap_set_backlight 0x0001325c Section 0 ap_demo.o(i.ap_set_backlight) + ap_set_backlight 0x0001325d Thumb Code 826 ap_demo.o(i.ap_set_backlight) + i.ap_set_display_off 0x000135b8 Section 0 ap_demo.o(i.ap_set_display_off) + ap_set_display_off 0x000135b9 Thumb Code 42 ap_demo.o(i.ap_set_display_off) + i.ap_set_display_on 0x00013610 Section 0 ap_demo.o(i.ap_set_display_on) + ap_set_display_on 0x00013611 Thumb Code 28 ap_demo.o(i.ap_set_display_on) + i.ap_set_enter_sleep_mode 0x00013658 Section 0 ap_demo.o(i.ap_set_enter_sleep_mode) + ap_set_enter_sleep_mode 0x00013659 Thumb Code 42 ap_demo.o(i.ap_set_enter_sleep_mode) + i.ap_set_exit_sleep_mode 0x000136b8 Section 0 ap_demo.o(i.ap_set_exit_sleep_mode) + ap_set_exit_sleep_mode 0x000136b9 Thumb Code 20 ap_demo.o(i.ap_set_exit_sleep_mode) + i.app_ADC_IRQn_Handler 0x00013700 Section 0 drv_rxbr.o(i.app_ADC_IRQn_Handler) + i.app_AP_NRESET_IRQn_Handler 0x0001371c Section 0 drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) + i.app_EXTI_INT0_IRQn_Handler 0x00013740 Section 0 drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) + i.app_EXTI_INT1_IRQn_Handler 0x0001375c Section 0 drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) + i.app_EXTI_INT2_IRQn_Handler 0x00013778 Section 0 drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) + i.app_EXTI_INT3_IRQn_Handler 0x00013794 Section 0 drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) + i.app_EXTI_INT4_IRQn_Handler 0x000137b0 Section 0 drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) + i.app_EXTI_INT5_IRQn_Handler 0x000137cc Section 0 drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) + i.app_EXTI_INT6_IRQn_Handler 0x000137e8 Section 0 drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) + i.app_EXTI_INT7_IRQn_Handler 0x00013804 Section 0 drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) + i.app_HardFault_Handler 0x00013820 Section 0 drv_common.o(i.app_HardFault_Handler) + i.app_I2C0_IRQn_Handler 0x00013868 Section 0 drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) + i.app_I2C1_IRQn_Handler 0x00013878 Section 0 drv_i2c_master.o(i.app_I2C1_IRQn_Handler) + i.app_LCDC_IRQn_Handler 0x00013888 Section 0 hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) + i.app_MEMC_IRQn_Handler 0x00013968 Section 0 drv_memc.o(i.app_MEMC_IRQn_Handler) + i.app_MIPI_RX_IRQn_Handler 0x000139f0 Section 0 drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) + i.app_MIPI_TX_IRQn_Handler 0x00013c7c Section 0 drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) + i.app_PWMDET_IRQn_Handler 0x00013d1c Section 0 drv_pwm.o(i.app_PWMDET_IRQn_Handler) + i.app_SPIM_IRQn_Handler 0x00013d64 Section 0 drv_spi_master.o(i.app_SPIM_IRQn_Handler) + i.app_SPIS_IRQn_Handler 0x00013d94 Section 0 hal_spi_slave.o(i.app_SPIS_IRQn_Handler) + i.app_SWIRE_IRQn_Handler 0x00013e38 Section 0 drv_swire.o(i.app_SWIRE_IRQn_Handler) + i.app_SysTick_Handler 0x00013e58 Section 0 drv_common.o(i.app_SysTick_Handler) + i.app_TIMER0_IRQn_Handler 0x00013e70 Section 0 drv_timer.o(i.app_TIMER0_IRQn_Handler) + i.app_TIMER1_IRQn_Handler 0x00013e94 Section 0 drv_timer.o(i.app_TIMER1_IRQn_Handler) + i.app_TIMER2_IRQn_Handler 0x00013eb8 Section 0 drv_timer.o(i.app_TIMER2_IRQn_Handler) + i.app_TIMER3_IRQn_Handler 0x00013edc Section 0 drv_timer.o(i.app_TIMER3_IRQn_Handler) + i.app_VIDC_IRQn_Handler 0x00013f10 Section 0 drv_vidc.o(i.app_VIDC_IRQn_Handler) + i.app_VPRE_IRQn_Handler 0x00013f2c Section 0 drv_rxbr.o(i.app_VPRE_IRQn_Handler) + i.app_WDG_IRQn_Handler 0x00013f48 Section 0 drv_wdg.o(i.app_WDG_IRQn_Handler) + i.app_dma_irq_handler 0x00013f74 Section 0 drv_dma.o(i.app_dma_irq_handler) + i.app_fls_ctrl_Handler 0x00013f84 Section 0 norflash.o(i.app_fls_ctrl_Handler) + i.app_tp_i2cs_callback 0x00013fb4 Section 0 app_tp_transfer.o(i.app_tp_i2cs_callback) + app_tp_i2cs_callback 0x00013fb5 Thumb Code 10 app_tp_transfer.o(i.app_tp_i2cs_callback) + i.app_tp_init 0x00013fc0 Section 0 app_tp_transfer.o(i.app_tp_init) + i.app_tp_m_read 0x0001402c Section 0 app_tp_transfer.o(i.app_tp_m_read) + app_tp_m_read 0x0001402d Thumb Code 32 app_tp_transfer.o(i.app_tp_m_read) + i.app_tp_m_transfer_complate 0x0001404c Section 0 app_tp_transfer.o(i.app_tp_m_transfer_complate) + i.app_tp_m_write 0x00014054 Section 0 app_tp_transfer.o(i.app_tp_m_write) + app_tp_m_write 0x00014055 Thumb Code 8 app_tp_transfer.o(i.app_tp_m_write) + i.app_tp_phone_analysis_data 0x0001405c Section 0 app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) + i.app_tp_phone_clear_reset_on 0x000143c0 Section 0 app_tp_transfer.o(i.app_tp_phone_clear_reset_on) + i.app_tp_s_read 0x000143cc Section 0 app_tp_transfer.o(i.app_tp_s_read) + i.app_tp_s_write 0x000143d4 Section 0 app_tp_transfer.o(i.app_tp_s_write) + i.app_tp_screen_analysis_int 0x000143dc Section 0 app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) + i.app_tp_screen_int_callback 0x0001464c Section 0 app_tp_transfer.o(i.app_tp_screen_int_callback) + app_tp_screen_int_callback 0x0001464d Thumb Code 8 app_tp_transfer.o(i.app_tp_screen_int_callback) + i.app_tp_screen_int_init 0x00014658 Section 0 app_tp_transfer.o(i.app_tp_screen_int_init) + app_tp_screen_int_init 0x00014659 Thumb Code 48 app_tp_transfer.o(i.app_tp_screen_int_init) + i.app_tp_screen_int_lvl_low 0x00014690 Section 0 app_tp_transfer.o(i.app_tp_screen_int_lvl_low) + app_tp_screen_int_lvl_low 0x00014691 Thumb Code 4 app_tp_transfer.o(i.app_tp_screen_int_lvl_low) + i.app_tp_transfer_phone 0x00014694 Section 0 app_tp_transfer.o(i.app_tp_transfer_phone) + app_tp_transfer_phone 0x00014695 Thumb Code 44 app_tp_transfer.o(i.app_tp_transfer_phone) + i.app_tp_transfer_screen_const 0x000146c4 Section 0 app_tp_transfer.o(i.app_tp_transfer_screen_const) + app_tp_transfer_screen_const 0x000146c5 Thumb Code 50 app_tp_transfer.o(i.app_tp_transfer_screen_const) + i.app_tp_transfer_screen_int 0x00014704 Section 0 app_tp_transfer.o(i.app_tp_transfer_screen_int) + i.app_tp_transfer_screen_start 0x00014808 Section 0 app_tp_transfer.o(i.app_tp_transfer_screen_start) + i.board_Init 0x00014820 Section 0 board.o(i.board_Init) + i.calc_framebuffer_setting 0x0001483c Section 0 hal_internal_vsync.o(i.calc_framebuffer_setting) + calc_framebuffer_setting 0x0001483d Thumb Code 628 hal_internal_vsync.o(i.calc_framebuffer_setting) + i.ceil 0x00014af0 Section 0 ceil.o(i.ceil) + i.check_mipi_rx_tx_video_info 0x00014bb8 Section 0 hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) + check_mipi_rx_tx_video_info 0x00014bb9 Thumb Code 44 hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) + i.check_pkt_buf_rev 0x00014be4 Section 0 hal_internal_vsync.o(i.check_pkt_buf_rev) + check_pkt_buf_rev 0x00014be5 Thumb Code 92 hal_internal_vsync.o(i.check_pkt_buf_rev) + i.dcs_packet_fifo_alloc 0x00014c74 Section 0 dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) + i.dcs_packet_fifo_init 0x00014ccc Section 0 dcs_packet_fifo.o(i.dcs_packet_fifo_init) + i.dcs_packet_free_fifo_header 0x00014ce4 Section 0 dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) + i.dcs_packet_get_fifo_header 0x00014d28 Section 0 dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) + i.dcs_sw_filter 0x00014d4c Section 0 hal_internal_vsync.o(i.dcs_sw_filter) + dcs_sw_filter 0x00014d4d Thumb Code 24 hal_internal_vsync.o(i.dcs_sw_filter) + i.delayMs 0x00014d68 Section 0 tau_delay.o(i.delayMs) + i.delayUs 0x00014d80 Section 0 tau_delay.o(i.delayUs) + i.disable_mipi_timer_cb 0x00014da4 Section 0 ap_demo.o(i.disable_mipi_timer_cb) + disable_mipi_timer_cb 0x00014da5 Thumb Code 84 ap_demo.o(i.disable_mipi_timer_cb) + i.drv_ap_rst_trig_edge_detect 0x00014e30 Section 0 drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) + i.drv_chip_info_get_info 0x00014e68 Section 0 drv_chip_info.o(i.drv_chip_info_get_info) + i.drv_chip_info_init 0x00014e74 Section 0 drv_chip_info.o(i.drv_chip_info_init) + i.drv_chip_rx_info_check 0x00014eb4 Section 0 drv_chip_info.o(i.drv_chip_rx_info_check) + i.drv_chip_rx_init_done 0x00014f7c Section 0 drv_chip_info.o(i.drv_chip_rx_init_done) + i.drv_common_enable_systick 0x00014f90 Section 0 drv_common.o(i.drv_common_enable_systick) + i.drv_common_system_init 0x00014fe8 Section 0 drv_common.o(i.drv_common_system_init) + i.drv_crgu_clear_all_reset_flags 0x00014ff0 Section 0 drv_crgu.o(i.drv_crgu_clear_all_reset_flags) + i.drv_crgu_config_reset_modules 0x00014ffc Section 0 drv_crgu.o(i.drv_crgu_config_reset_modules) + i.drv_crgu_set_ahb_pre_div 0x0001500c Section 0 drv_crgu.o(i.drv_crgu_set_ahb_pre_div) + i.drv_crgu_set_ahb_src 0x00015020 Section 0 drv_crgu.o(i.drv_crgu_set_ahb_src) + i.drv_crgu_set_clock 0x00015034 Section 0 drv_crgu.o(i.drv_crgu_set_clock) + i.drv_crgu_set_dpi_mux_src 0x00015054 Section 0 drv_crgu.o(i.drv_crgu_set_dpi_mux_src) + i.drv_crgu_set_dpi_pre_div 0x00015068 Section 0 drv_crgu.o(i.drv_crgu_set_dpi_pre_div) + i.drv_crgu_set_dpi_pre_src 0x00015080 Section 0 drv_crgu.o(i.drv_crgu_set_dpi_pre_src) + i.drv_crgu_set_dsc_core_div 0x00015094 Section 0 drv_crgu.o(i.drv_crgu_set_dsc_core_div) + i.drv_crgu_set_dsco_src 0x000150a8 Section 0 drv_crgu.o(i.drv_crgu_set_dsco_src) + i.drv_crgu_set_dsco_src_div 0x000150bc Section 0 drv_crgu.o(i.drv_crgu_set_dsco_src_div) + i.drv_crgu_set_fb_div 0x000150d0 Section 0 drv_crgu.o(i.drv_crgu_set_fb_div) + i.drv_crgu_set_fb_src 0x000150e4 Section 0 drv_crgu.o(i.drv_crgu_set_fb_src) + i.drv_crgu_set_lcdc_div 0x000150f8 Section 0 drv_crgu.o(i.drv_crgu_set_lcdc_div) + i.drv_crgu_set_lcdc_src 0x0001510c Section 0 drv_crgu.o(i.drv_crgu_set_lcdc_src) + i.drv_crgu_set_mipi_cfg_src 0x00015120 Section 0 drv_crgu.o(i.drv_crgu_set_mipi_cfg_src) + i.drv_crgu_set_mipi_ref_src 0x00015134 Section 0 drv_crgu.o(i.drv_crgu_set_mipi_ref_src) + i.drv_crgu_set_reset 0x0001514c Section 0 drv_crgu.o(i.drv_crgu_set_reset) + i.drv_crgu_set_rxbr_div 0x00015164 Section 0 drv_crgu.o(i.drv_crgu_set_rxbr_div) + i.drv_crgu_set_rxbr_src 0x00015178 Section 0 drv_crgu.o(i.drv_crgu_set_rxbr_src) + i.drv_crgu_set_vidc_src 0x0001518c Section 0 drv_crgu.o(i.drv_crgu_set_vidc_src) + i.drv_dma_clear_flag 0x000151a0 Section 0 drv_dma.o(i.drv_dma_clear_flag) + i.drv_dma_create_handle 0x000151b8 Section 0 drv_dma.o(i.drv_dma_create_handle) + i.drv_dma_disenable_channel 0x000151d4 Section 0 drv_dma.o(i.drv_dma_disenable_channel) + i.drv_dma_enable_channel 0x000151e4 Section 0 drv_dma.o(i.drv_dma_enable_channel) + i.drv_dma_enable_channel_interrupts 0x000151f4 Section 0 drv_dma.o(i.drv_dma_enable_channel_interrupts) + i.drv_dma_get_channel_flag 0x00015218 Section 0 drv_dma.o(i.drv_dma_get_channel_flag) + i.drv_dma_irq_handler 0x00015224 Section 0 drv_dma.o(i.drv_dma_irq_handler) + i.drv_dma_prepar_transfer 0x000152b4 Section 0 drv_dma.o(i.drv_dma_prepar_transfer) + i.drv_dma_set_burst 0x000152c6 Section 0 drv_dma.o(i.drv_dma_set_burst) + i.drv_dma_set_callback 0x000152e0 Section 0 drv_dma.o(i.drv_dma_set_callback) + i.drv_dma_set_transfer 0x000152e8 Section 0 drv_dma.o(i.drv_dma_set_transfer) + i.drv_dsc_dec_convert_pps_rc_parameter 0x0001532c Section 0 drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) + i.drv_dsc_dec_disable 0x00015362 Section 0 drv_dsc_dec.o(i.drv_dsc_dec_disable) + i.drv_dsc_dec_enable 0x00015370 Section 0 drv_dsc_dec.o(i.drv_dsc_dec_enable) + i.drv_dsc_dec_get_nslc 0x000153e4 Section 0 drv_dsc_dec.o(i.drv_dsc_dec_get_nslc) + i.drv_dsc_dec_set_u8_pps 0x000153ee Section 0 drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) + i.drv_dsi_rx_calc_ipi_tx_delay 0x00015418 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) + i.drv_dsi_rx_enable_irq 0x0001551c Section 0 drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) + i.drv_dsi_rx_get_color_bpp 0x0001555c Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) + drv_dsi_rx_get_color_bpp 0x0001555d Thumb Code 62 drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) + i.drv_dsi_rx_get_color_pcc 0x000155ac Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_color_pcc) + drv_dsi_rx_get_color_pcc 0x000155ad Thumb Code 24 drv_dsi_rx.o(i.drv_dsi_rx_get_color_pcc) + i.drv_dsi_rx_get_compression_en 0x000155c8 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) + i.drv_dsi_rx_get_max_ret_size 0x000155d0 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_max_ret_size) + i.drv_dsi_rx_power_up 0x000155d6 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_power_up) + i.drv_dsi_rx_set_ctrl_cfg 0x000155e4 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_ctrl_cfg) + i.drv_dsi_rx_set_ddi_cfg 0x00015604 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) + i.drv_dsi_rx_set_inten 0x00015614 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_inten) + i.drv_dsi_rx_set_ipi_cfg 0x00015618 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_cfg) + i.drv_dsi_rx_set_lane_swap 0x00015628 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) + i.drv_dsi_rx_set_up_phy 0x00015670 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) + i.drv_dsi_rx_shut_down 0x00015740 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_shut_down) + i.drv_dsi_tx_command_get_payload 0x0001574e Section 0 drv_dsi_tx.o(i.drv_dsi_tx_command_get_payload) + i.drv_dsi_tx_command_header 0x00015752 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_command_header) + i.drv_dsi_tx_command_mode_cfg 0x00015766 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) + i.drv_dsi_tx_command_put_payload 0x000157d2 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) + i.drv_dsi_tx_config_eotp 0x000157d6 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) + i.drv_dsi_tx_config_int 0x000157ee Section 0 drv_dsi_tx.o(i.drv_dsi_tx_config_int) + i.drv_dsi_tx_dpi_lpcmd_time 0x000157f6 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_dpi_lpcmd_time) + i.drv_dsi_tx_dpi_mode 0x000157fe Section 0 drv_dsi_tx.o(i.drv_dsi_tx_dpi_mode) + i.drv_dsi_tx_dpi_polarity 0x00015808 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_dpi_polarity) + i.drv_dsi_tx_edpi_cmd_size 0x0001582c Section 0 drv_dsi_tx.o(i.drv_dsi_tx_edpi_cmd_size) + i.drv_dsi_tx_get_cmd_status 0x00015830 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) + i.drv_dsi_tx_mode 0x00015834 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_mode) + i.drv_dsi_tx_phy_clock_lane_auto_lp 0x00015838 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_auto_lp) + i.drv_dsi_tx_phy_clock_lane_req_hs 0x00015850 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) + i.drv_dsi_tx_phy_lane_mode 0x0001586a Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_lane_mode) + i.drv_dsi_tx_phy_status_ready 0x00015876 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ready) + i.drv_dsi_tx_phy_status_stopstate 0x000158da Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) + i.drv_dsi_tx_phy_time_cfg 0x00015918 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_time_cfg) + i.drv_dsi_tx_powerup 0x00015936 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_powerup) + i.drv_dsi_tx_response_mode 0x0001593e Section 0 drv_dsi_tx.o(i.drv_dsi_tx_response_mode) + i.drv_dsi_tx_set_bta 0x0001595a Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_bta) + i.drv_dsi_tx_set_bta_ack 0x00015970 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_bta_ack) + i.drv_dsi_tx_set_esc_div 0x00015988 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) + i.drv_dsi_tx_set_int 0x00015994 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_int) + i.drv_dsi_tx_set_time_out_div 0x000159c8 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_time_out_div) + i.drv_dsi_tx_set_video_chunk 0x000159d8 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_video_chunk) + i.drv_dsi_tx_set_video_timing 0x000159e0 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_video_timing) + i.drv_dsi_tx_shutdown 0x00015a02 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_shutdown) + i.drv_dsi_tx_timeout_cfg 0x00015a0a Section 0 drv_dsi_tx.o(i.drv_dsi_tx_timeout_cfg) + i.drv_dsi_tx_video_mode_cfg 0x00015a30 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_cfg) + i.drv_dsi_tx_video_mode_disable_hact_cmd 0x00015ada Section 0 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_disable_hact_cmd) + i.drv_dsi_tx_video_mode_set_lp_cmd 0x00015af0 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) + i.drv_efuse_enter_inactive 0x00015b08 Section 0 drv_efuse.o(i.drv_efuse_enter_inactive) + i.drv_efuse_int_enable 0x00015b28 Section 0 drv_efuse.o(i.drv_efuse_int_enable) + i.drv_efuse_read 0x00015b34 Section 0 drv_efuse.o(i.drv_efuse_read) + i.drv_efuse_read_req 0x00015b66 Section 0 drv_efuse.o(i.drv_efuse_read_req) + i.drv_gpio_get_input_data 0x00015b80 Section 0 drv_gpio.o(i.drv_gpio_get_input_data) + i.drv_gpio_register_ap_reset_callback 0x00015b98 Section 0 drv_gpio.o(i.drv_gpio_register_ap_reset_callback) + i.drv_gpio_register_callback 0x00015ba4 Section 0 drv_gpio.o(i.drv_gpio_register_callback) + i.drv_gpio_set_int 0x00015bb8 Section 0 drv_gpio.o(i.drv_gpio_set_int) + i.drv_gpio_set_ioe 0x00015bfc Section 0 drv_gpio.o(i.drv_gpio_set_ioe) + i.drv_gpio_set_mode0 0x00015c1c Section 0 drv_gpio.o(i.drv_gpio_set_mode0) + i.drv_gpio_set_mode1 0x00015c2c Section 0 drv_gpio.o(i.drv_gpio_set_mode1) + i.drv_gpio_set_mode2 0x00015c3c Section 0 drv_gpio.o(i.drv_gpio_set_mode2) + i.drv_gpio_set_mode3 0x00015c4c Section 0 drv_gpio.o(i.drv_gpio_set_mode3) + i.drv_gpio_set_output_data 0x00015c5c Section 0 hal_gpio.o(i.drv_gpio_set_output_data) + drv_gpio_set_output_data 0x00015c5d Thumb Code 26 hal_gpio.o(i.drv_gpio_set_output_data) + i.drv_gpio_set_pull_state 0x00015c7c Section 0 drv_gpio.o(i.drv_gpio_set_pull_state) + i.drv_i2c_dma_callback 0x00015dac Section 0 drv_i2c_dma.o(i.drv_i2c_dma_callback) + drv_i2c_dma_callback 0x00015dad Thumb Code 40 drv_i2c_dma.o(i.drv_i2c_dma_callback) + i.drv_i2c_dma_init 0x00015de0 Section 0 drv_i2c_dma.o(i.drv_i2c_dma_init) + i.drv_i2c_enable_rx_dma 0x00015e8c Section 0 drv_i2c_dma.o(i.drv_i2c_enable_rx_dma) + i.drv_i2c_enable_tx_dma 0x00015ea6 Section 0 drv_i2c_dma.o(i.drv_i2c_enable_tx_dma) + i.drv_i2c_m_clear_it_pending_bit 0x00015ec0 Section 0 drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) + i.drv_i2c_m_enable 0x00015f20 Section 0 drv_i2c_master.o(i.drv_i2c_m_enable) + i.drv_i2c_m_enable_intr 0x00015f30 Section 0 drv_i2c_master.o(i.drv_i2c_m_enable_intr) + i.drv_i2c_m_set_callback 0x00015f68 Section 0 drv_i2c_master.o(i.drv_i2c_m_set_callback) + i.drv_i2c_master_init 0x00015f74 Section 0 drv_i2c_master.o(i.drv_i2c_master_init) + i.drv_i2c_master_read_dma 0x00016000 Section 0 drv_i2c_dma.o(i.drv_i2c_master_read_dma) + i.drv_i2c_master_write_dma 0x0001605c Section 0 drv_i2c_dma.o(i.drv_i2c_master_write_dma) + i.drv_i2c_master_write_read_cmd 0x00016098 Section 0 drv_i2c_dma.o(i.drv_i2c_master_write_read_cmd) + drv_i2c_master_write_read_cmd 0x00016099 Thumb Code 46 drv_i2c_dma.o(i.drv_i2c_master_write_read_cmd) + i.drv_i2c_s_clear_it_pending_bit 0x000160c8 Section 0 drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) + i.drv_i2c_s_enable_intr 0x00016124 Section 0 drv_i2c_slave.o(i.drv_i2c_s_enable_intr) + i.drv_i2c_s_get_fifo_status 0x00016158 Section 0 drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) + i.drv_i2c_s_set_callback 0x00016174 Section 0 drv_i2c_slave.o(i.drv_i2c_s_set_callback) + i.drv_i2c_s_write_data 0x00016180 Section 0 drv_i2c_slave.o(i.drv_i2c_s_write_data) + i.drv_i2c_set_dma_irq_callback 0x000161a0 Section 0 drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) + i.drv_i2c_slave_init 0x000161f8 Section 0 drv_i2c_slave.o(i.drv_i2c_slave_init) + i.drv_i2c_slave_write_dma 0x0001623c Section 0 drv_i2c_dma.o(i.drv_i2c_slave_write_dma) + i.drv_lcdc_config_bypass 0x00016258 Section 0 drv_lcdc.o(i.drv_lcdc_config_bypass) + i.drv_lcdc_config_ccm 0x00016270 Section 0 drv_lcdc.o(i.drv_lcdc_config_ccm) + i.drv_lcdc_config_disp_mode 0x000162a0 Section 0 drv_lcdc.o(i.drv_lcdc_config_disp_mode) + i.drv_lcdc_config_dpi_polarity 0x000162b6 Section 0 drv_lcdc.o(i.drv_lcdc_config_dpi_polarity) + i.drv_lcdc_config_dpi_timing 0x000162da Section 0 drv_lcdc.o(i.drv_lcdc_config_dpi_timing) + i.drv_lcdc_config_edpi_mode 0x00016300 Section 0 drv_lcdc.o(i.drv_lcdc_config_edpi_mode) + i.drv_lcdc_config_endianness 0x00016316 Section 0 drv_lcdc.o(i.drv_lcdc_config_endianness) + i.drv_lcdc_config_input_size 0x0001632c Section 0 drv_lcdc.o(i.drv_lcdc_config_input_size) + i.drv_lcdc_config_int 0x00016338 Section 0 drv_lcdc.o(i.drv_lcdc_config_int) + i.drv_lcdc_config_int_single 0x00016356 Section 0 drv_lcdc.o(i.drv_lcdc_config_int_single) + i.drv_lcdc_config_overwrite 0x00016378 Section 0 drv_lcdc.o(i.drv_lcdc_config_overwrite) + i.drv_lcdc_config_overwrite_rgb 0x0001639a Section 0 drv_lcdc.o(i.drv_lcdc_config_overwrite_rgb) + i.drv_lcdc_config_partial_display_area 0x000163a6 Section 0 drv_lcdc.o(i.drv_lcdc_config_partial_display_area) + i.drv_lcdc_config_partial_display_enable 0x000163c0 Section 0 drv_lcdc.o(i.drv_lcdc_config_partial_display_enable) + i.drv_lcdc_config_scale_up_coef 0x000163e2 Section 0 drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) + i.drv_lcdc_config_scale_up_step 0x0001640a Section 0 drv_lcdc.o(i.drv_lcdc_config_scale_up_step) + i.drv_lcdc_config_src_parameter 0x00016416 Section 0 drv_lcdc.o(i.drv_lcdc_config_src_parameter) + i.drv_lcdc_config_thresh 0x00016462 Section 0 drv_lcdc.o(i.drv_lcdc_config_thresh) + i.drv_lcdc_ctrl_flow 0x00016468 Section 0 drv_lcdc.o(i.drv_lcdc_ctrl_flow) + i.drv_lcdc_enable_shadow_reg 0x0001647a Section 0 drv_lcdc.o(i.drv_lcdc_enable_shadow_reg) + i.drv_lcdc_set_int 0x0001649c Section 0 drv_lcdc.o(i.drv_lcdc_set_int) + i.drv_lcdc_set_video_hw_mode 0x000164d0 Section 0 drv_lcdc.o(i.drv_lcdc_set_video_hw_mode) + i.drv_lcdc_start 0x000164e4 Section 0 drv_lcdc.o(i.drv_lcdc_start) + i.drv_memc_clear_status 0x00016504 Section 0 drv_memc.o(i.drv_memc_clear_status) + i.drv_memc_enable_irq 0x00016510 Section 0 drv_memc.o(i.drv_memc_enable_irq) + i.drv_memc_gen_a_tear_signal 0x00016550 Section 0 drv_memc.o(i.drv_memc_gen_a_tear_signal) + i.drv_memc_get_status 0x0001655c Section 0 drv_memc.o(i.drv_memc_get_status) + i.drv_memc_rate_transfer_sel 0x0001656e Section 0 drv_memc.o(i.drv_memc_rate_transfer_sel) + i.drv_memc_sel_vsync 0x0001657e Section 0 drv_memc.o(i.drv_memc_sel_vsync) + i.drv_memc_set_active_height 0x0001658c Section 0 drv_memc.o(i.drv_memc_set_active_height) + i.drv_memc_set_data_mode 0x000165a0 Section 0 drv_memc.o(i.drv_memc_set_data_mode) + i.drv_memc_set_double_buffer 0x000165ac Section 0 drv_memc.o(i.drv_memc_set_double_buffer) + i.drv_memc_set_double_buffer_reverse 0x000165bc Section 0 drv_memc.o(i.drv_memc_set_double_buffer_reverse) + i.drv_memc_set_fs_en_conditions 0x000165ce Section 0 drv_memc.o(i.drv_memc_set_fs_en_conditions) + i.drv_memc_set_inten 0x000165de Section 0 drv_memc.o(i.drv_memc_set_inten) + i.drv_memc_set_lcdc_st_conditions 0x000165f4 Section 0 drv_memc.o(i.drv_memc_set_lcdc_st_conditions) + i.drv_memc_set_ltpo_mode 0x0001660c Section 0 drv_memc.o(i.drv_memc_set_ltpo_mode) + i.drv_memc_set_tear_mode 0x00016626 Section 0 drv_memc.o(i.drv_memc_set_tear_mode) + i.drv_memc_set_tear_waveform 0x00016634 Section 0 drv_memc.o(i.drv_memc_set_tear_waveform) + i.drv_memc_set_vidc_sync_cnt 0x0001665c Section 0 drv_memc.o(i.drv_memc_set_vidc_sync_cnt) + i.drv_param_init_get_ccm 0x0001666c Section 0 drv_param_init.o(i.drv_param_init_get_ccm) + i.drv_param_init_get_scld_filter_h 0x00016674 Section 0 drv_param_init.o(i.drv_param_init_get_scld_filter_h) + i.drv_param_init_get_scld_filter_v 0x00016688 Section 0 drv_param_init.o(i.drv_param_init_get_scld_filter_v) + i.drv_param_init_get_sclu_filter 0x0001669c Section 0 drv_param_init.o(i.drv_param_init_get_sclu_filter) + i.drv_param_init_set_ccm 0x000166a4 Section 0 drv_param_init.o(i.drv_param_init_set_ccm) + i.drv_param_p2r_filter_init 0x000166b8 Section 0 drv_param_init.o(i.drv_param_p2r_filter_init) + i.drv_phy_get_para 0x000166dc Section 0 drv_phy_common.o(i.drv_phy_get_para) + i.drv_pwr_set_cp_mode 0x00016730 Section 0 drv_pwr.o(i.drv_pwr_set_cp_mode) + i.drv_pwr_set_pvd_mode 0x00016750 Section 0 drv_pwr.o(i.drv_pwr_set_pvd_mode) + i.drv_pwr_set_system_clk_src 0x00016768 Section 0 drv_pwr.o(i.drv_pwr_set_system_clk_src) + i.drv_rx_phy_test_clear 0x00016798 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_clear) + drv_rx_phy_test_clear 0x00016799 Thumb Code 28 drv_dsi_rx.o(i.drv_rx_phy_test_clear) + i.drv_rx_phy_test_lock 0x000167b4 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_lock) + drv_rx_phy_test_lock 0x000167b5 Thumb Code 32 drv_dsi_rx.o(i.drv_rx_phy_test_lock) + i.drv_rx_phy_test_write 0x000167d4 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_write) + drv_rx_phy_test_write 0x000167d5 Thumb Code 66 drv_dsi_rx.o(i.drv_rx_phy_test_write) + i.drv_rx_phy_test_write_1_byte 0x00016816 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) + drv_rx_phy_test_write_1_byte 0x00016817 Thumb Code 14 drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) + i.drv_rx_phy_test_write_2_byte 0x00016824 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) + drv_rx_phy_test_write_2_byte 0x00016825 Thumb Code 16 drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) + i.drv_rxbr_clear_pkt_buffer 0x00016834 Section 0 drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) + i.drv_rxbr_clear_status0 0x0001683e Section 0 drv_rxbr.o(i.drv_rxbr_clear_status0) + i.drv_rxbr_enable_irq 0x00016842 Section 0 drv_rxbr.o(i.drv_rxbr_enable_irq) + i.drv_rxbr_frame_drop_cfg 0x0001689c Section 0 drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) + i.drv_rxbr_get_clk 0x000168b0 Section 0 drv_rxbr.o(i.drv_rxbr_get_clk) + i.drv_rxbr_get_col_addr 0x000168ec Section 0 drv_rxbr.o(i.drv_rxbr_get_col_addr) + i.drv_rxbr_get_int_source 0x000168f0 Section 0 hal_internal_vsync.o(i.drv_rxbr_get_int_source) + drv_rxbr_get_int_source 0x000168f1 Thumb Code 18 hal_internal_vsync.o(i.drv_rxbr_get_int_source) + i.drv_rxbr_get_page_addr 0x00016902 Section 0 drv_rxbr.o(i.drv_rxbr_get_page_addr) + i.drv_rxbr_get_status0 0x00016906 Section 0 hal_internal_vsync.o(i.drv_rxbr_get_status0) + drv_rxbr_get_status0 0x00016907 Thumb Code 18 hal_internal_vsync.o(i.drv_rxbr_get_status0) + i.drv_rxbr_hline_rcv0_cfg 0x00016918 Section 0 drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) + i.drv_rxbr_hline_rcv_cfg 0x00016924 Section 0 drv_rxbr.o(i.drv_rxbr_hline_rcv_cfg) + i.drv_rxbr_register_irq0_callback 0x0001692c Section 0 drv_rxbr.o(i.drv_rxbr_register_irq0_callback) + i.drv_rxbr_register_irq1_callback 0x00016938 Section 0 drv_rxbr.o(i.drv_rxbr_register_irq1_callback) + i.drv_rxbr_set_ack_pkt_header 0x00016944 Section 0 drv_rxbr.o(i.drv_rxbr_set_ack_pkt_header) + i.drv_rxbr_set_cmd_filter 0x00016958 Section 0 drv_rxbr.o(i.drv_rxbr_set_cmd_filter) + i.drv_rxbr_set_color_format 0x00016a24 Section 0 drv_rxbr.o(i.drv_rxbr_set_color_format) + i.drv_rxbr_set_inten 0x00016a38 Section 0 drv_rxbr.o(i.drv_rxbr_set_inten) + i.drv_rxbr_set_ltpo_drop_th 0x00016a4c Section 0 drv_rxbr.o(i.drv_rxbr_set_ltpo_drop_th) + i.drv_rxbr_set_usr_cfg 0x00016a5c Section 0 drv_rxbr.o(i.drv_rxbr_set_usr_cfg) + i.drv_rxbr_set_usr_col 0x00016a82 Section 0 drv_rxbr.o(i.drv_rxbr_set_usr_col) + i.drv_rxbr_set_usr_row 0x00016a8a Section 0 drv_rxbr.o(i.drv_rxbr_set_usr_row) + i.drv_spi_m_read_data 0x00016a94 Section 0 drv_spi_master.o(i.drv_spi_m_read_data) + i.drv_swire_set_int 0x00016ab4 Section 0 drv_swire.o(i.drv_swire_set_int) + i.drv_swire_set_power_down 0x00016afc Section 0 drv_swire.o(i.drv_swire_set_power_down) + i.drv_sys_cfg_clear_all_int 0x00016b18 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_clear_all_int) + i.drv_sys_cfg_clear_pending 0x00016b24 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) + i.drv_sys_cfg_sel_ap_rst_lvl_trig 0x00016b4c Section 0 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) + i.drv_sys_cfg_sel_ap_rst_trig 0x00016b64 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) + i.drv_sys_cfg_sel_gpio_group 0x00016b80 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_sel_gpio_group) + i.drv_sys_cfg_sel_int_trig 0x00016ba4 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_sel_int_trig) + i.drv_sys_cfg_set_dma_rx_req 0x00016bc8 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) + i.drv_sys_cfg_set_dma_tx_req 0x00016bd8 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) + i.drv_sys_cfg_set_int 0x00016be8 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_set_int) + i.drv_timer_clear_status_flags 0x00016c0c Section 0 drv_timer.o(i.drv_timer_clear_status_flags) + i.drv_timer_enable 0x00016c26 Section 0 drv_timer.o(i.drv_timer_enable) + i.drv_timer_get_instance 0x00016c48 Section 0 drv_timer.o(i.drv_timer_get_instance) + i.drv_timer_get_prescaler 0x00016c54 Section 0 drv_timer.o(i.drv_timer_get_prescaler) + i.drv_timer_register_callback 0x00016c64 Section 0 drv_timer.o(i.drv_timer_register_callback) + i.drv_timer_set_current_count 0x00016c74 Section 0 drv_timer.o(i.drv_timer_set_current_count) + i.drv_timer_set_int 0x00016c80 Section 0 drv_timer.o(i.drv_timer_set_int) + i.drv_timer_set_match 0x00016cc8 Section 0 drv_timer.o(i.drv_timer_set_match) + i.drv_timer_set_prescaler 0x00016cd4 Section 0 drv_timer.o(i.drv_timer_set_prescaler) + i.drv_tx_phy_test_clear 0x00016cea Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_clear) + i.drv_tx_phy_test_enter 0x00016cf6 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_enter) + i.drv_tx_phy_test_exit 0x00016d12 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_exit) + i.drv_tx_phy_test_write 0x00016d2e Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write) + i.drv_tx_phy_test_write_1_byte 0x00016d48 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) + i.drv_tx_phy_test_write_2_byte 0x00016d56 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) + i.drv_tx_phy_test_write_code 0x00016d68 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write_code) + i.drv_tx_phy_test_write_data 0x00016d8a Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write_data) + drv_tx_phy_test_write_data 0x00016d8b Thumb Code 34 drv_dsi_tx.o(i.drv_tx_phy_test_write_data) + i.drv_vidc_clear_irq 0x00016dac Section 0 drv_vidc.o(i.drv_vidc_clear_irq) + i.drv_vidc_enable 0x00016db4 Section 0 drv_vidc.o(i.drv_vidc_enable) + i.drv_vidc_enable_irq 0x00016dcc Section 0 drv_vidc.o(i.drv_vidc_enable_irq) + i.drv_vidc_get_irq_status 0x00016e0c Section 0 drv_vidc.o(i.drv_vidc_get_irq_status) + i.drv_vidc_init_module_enable 0x00016e20 Section 0 drv_vidc.o(i.drv_vidc_init_module_enable) + i.drv_vidc_register_callback 0x00016e48 Section 0 drv_vidc.o(i.drv_vidc_register_callback) + i.drv_vidc_reset 0x00016e54 Section 0 drv_vidc.o(i.drv_vidc_reset) + i.drv_vidc_set_dst_parameter 0x00016e5a Section 0 drv_vidc.o(i.drv_vidc_set_dst_parameter) + i.drv_vidc_set_irqen 0x00016e96 Section 0 drv_vidc.o(i.drv_vidc_set_irqen) + i.drv_vidc_set_mirror 0x00016eaa Section 0 drv_vidc.o(i.drv_vidc_set_mirror) + i.drv_vidc_set_p2r_hcoef0 0x00016eba Section 0 drv_vidc.o(i.drv_vidc_set_p2r_hcoef0) + i.drv_vidc_set_p2r_hinitb 0x00016ec2 Section 0 drv_vidc.o(i.drv_vidc_set_p2r_hinitb) + i.drv_vidc_set_p2r_hinitr 0x00016ee8 Section 0 drv_vidc.o(i.drv_vidc_set_p2r_hinitr) + i.drv_vidc_set_pentile_swap 0x00016f10 Section 0 drv_vidc.o(i.drv_vidc_set_pentile_swap) + i.drv_vidc_set_pu_ctrl 0x00016f28 Section 0 drv_vidc.o(i.drv_vidc_set_pu_ctrl) + i.drv_vidc_set_rotation 0x00016f32 Section 0 drv_vidc.o(i.drv_vidc_set_rotation) + i.drv_vidc_set_scld_hcoef0 0x00016f42 Section 0 drv_vidc.o(i.drv_vidc_set_scld_hcoef0) + i.drv_vidc_set_scld_hcoef1 0x00016f4c Section 0 drv_vidc.o(i.drv_vidc_set_scld_hcoef1) + i.drv_vidc_set_scld_step 0x00016f56 Section 0 drv_vidc.o(i.drv_vidc_set_scld_step) + i.drv_vidc_set_scld_vcoef0 0x00016f68 Section 0 drv_vidc.o(i.drv_vidc_set_scld_vcoef0) + i.drv_vidc_set_scld_vcoef1 0x00016f72 Section 0 drv_vidc.o(i.drv_vidc_set_scld_vcoef1) + i.drv_vidc_set_src_parameter 0x00016f7c Section 0 drv_vidc.o(i.drv_vidc_set_src_parameter) + i.drv_wdg_clear_edge_flag 0x00016f94 Section 0 drv_wdg.o(i.drv_wdg_clear_edge_flag) + drv_wdg_clear_edge_flag 0x00016f95 Thumb Code 12 drv_wdg.o(i.drv_wdg_clear_edge_flag) + i.drv_wdg_read_edge_flag 0x00016fa4 Section 0 drv_wdg.o(i.drv_wdg_read_edge_flag) + drv_wdg_read_edge_flag 0x00016fa5 Thumb Code 10 drv_wdg.o(i.drv_wdg_read_edge_flag) + i.drv_wdg_set_int 0x00016fb4 Section 0 drv_wdg.o(i.drv_wdg_set_int) + i.fls_clr_interrupt_flag 0x00016fe8 Section 0 drv_fls.o(i.fls_clr_interrupt_flag) + i.fputc 0x00016ff2 Section 0 tau_log.o(i.fputc) + i.hal_dsi_rx_ctrl_create_handle 0x00017008 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) + i.hal_dsi_rx_ctrl_deinit 0x00017038 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) + i.hal_dsi_rx_ctrl_dsc_async_handler 0x0001705c Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) + i.hal_dsi_rx_ctrl_gen_a_tear_signal 0x000170e0 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) + i.hal_dsi_rx_ctrl_get_max_ret_size 0x00017108 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) + i.hal_dsi_rx_ctrl_init 0x00017130 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) + i.hal_dsi_rx_ctrl_init_clk 0x000171c8 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) + hal_dsi_rx_ctrl_init_clk 0x000171c9 Thumb Code 554 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) + i.hal_dsi_rx_ctrl_init_dsi_rx 0x00017490 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) + hal_dsi_rx_ctrl_init_dsi_rx 0x00017491 Thumb Code 182 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) + i.hal_dsi_rx_ctrl_init_memc 0x00017558 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) + hal_dsi_rx_ctrl_init_memc 0x00017559 Thumb Code 308 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) + i.hal_dsi_rx_ctrl_init_rxbr 0x00017694 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) + hal_dsi_rx_ctrl_init_rxbr 0x00017695 Thumb Code 266 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) + i.hal_dsi_rx_ctrl_init_vidc 0x000177b0 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) + hal_dsi_rx_ctrl_init_vidc 0x000177b1 Thumb Code 544 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) + i.hal_dsi_rx_ctrl_pre_init_pps 0x000179dc Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) + i.hal_dsi_rx_ctrl_send_ack_cmd 0x00017a18 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) + i.hal_dsi_rx_ctrl_set_cus_sync_line 0x00017b08 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) + i.hal_dsi_rx_ctrl_set_hw_tear_mode 0x00017b3c Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) + i.hal_dsi_rx_ctrl_set_sw_tear_mode 0x00017b70 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) + i.hal_dsi_rx_ctrl_start 0x00017ba4 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) + i.hal_dsi_rx_ctrl_stop 0x00017be0 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) + i.hal_dsi_rx_ctrl_toggle_resolution 0x00017c1c Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) + i.hal_dsi_tx_calc_video_chunks 0x00017c3c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) + hal_dsi_tx_calc_video_chunks 0x00017c3d Thumb Code 384 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) + i.hal_dsi_tx_count_lane_rate 0x00017dcc Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) + hal_dsi_tx_count_lane_rate 0x00017dcd Thumb Code 1286 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) + i.hal_dsi_tx_ctrl_create_handle 0x000182d8 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) + i.hal_dsi_tx_ctrl_deinit 0x00018304 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) + i.hal_dsi_tx_ctrl_enter_init_panel_mode 0x0001834c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) + i.hal_dsi_tx_ctrl_exit_init_panel_mode 0x00018398 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) + i.hal_dsi_tx_ctrl_init 0x000183c0 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) + i.hal_dsi_tx_ctrl_init_clk 0x00018464 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) + hal_dsi_tx_ctrl_init_clk 0x00018465 Thumb Code 36 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) + i.hal_dsi_tx_ctrl_panel_reset_pin 0x00018488 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) + i.hal_dsi_tx_ctrl_read_cmd 0x00018494 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) + i.hal_dsi_tx_ctrl_set_ccm 0x00018530 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) + i.hal_dsi_tx_ctrl_set_overwrite_rgb 0x00018550 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) + i.hal_dsi_tx_ctrl_set_partial_disp 0x00018564 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) + i.hal_dsi_tx_ctrl_set_partial_disp_area 0x00018574 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) + i.hal_dsi_tx_ctrl_start 0x00018598 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) + i.hal_dsi_tx_ctrl_stop 0x00018604 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) + i.hal_dsi_tx_ctrl_write_array_cmd 0x00018648 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) + i.hal_dsi_tx_ctrl_write_cmd 0x00018720 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) + i.hal_dsi_tx_init_data_mode 0x000187d0 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) + hal_dsi_tx_init_data_mode 0x000187d1 Thumb Code 58 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) + i.hal_dsi_tx_init_dpi_cfg 0x00018814 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) + hal_dsi_tx_init_dpi_cfg 0x00018815 Thumb Code 42 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) + i.hal_dsi_tx_init_interrupt 0x00018844 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) + hal_dsi_tx_init_interrupt 0x00018845 Thumb Code 28 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) + i.hal_dsi_tx_init_phy_cfg 0x00018864 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) + hal_dsi_tx_init_phy_cfg 0x00018865 Thumb Code 28 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) + i.hal_dsi_tx_init_remains 0x00018884 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) + hal_dsi_tx_init_remains 0x00018885 Thumb Code 142 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) + i.hal_dsi_tx_init_video_mode 0x00018918 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) + hal_dsi_tx_init_video_mode 0x00018919 Thumb Code 82 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) + i.hal_dsi_tx_phy_test_get_data 0x00018970 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_get_data) + hal_dsi_tx_phy_test_get_data 0x00018971 Thumb Code 108 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_get_data) + i.hal_dsi_tx_phy_test_setup 0x000189e0 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) + hal_dsi_tx_phy_test_setup 0x000189e1 Thumb Code 244 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_phy_test_setup) + i.hal_dsi_tx_send_cmd 0x00018ad4 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) + hal_dsi_tx_send_cmd 0x00018ad5 Thumb Code 60 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) + i.hal_gpio_ctrl_eint 0x00018b18 Section 0 hal_gpio.o(i.hal_gpio_ctrl_eint) + i.hal_gpio_get_input_data 0x00018b30 Section 0 hal_gpio.o(i.hal_gpio_get_input_data) + i.hal_gpio_init_eint 0x00018b44 Section 0 hal_gpio.o(i.hal_gpio_init_eint) + i.hal_gpio_init_input 0x00018b84 Section 0 hal_gpio.o(i.hal_gpio_init_input) + i.hal_gpio_init_output 0x00018ba4 Section 0 hal_gpio.o(i.hal_gpio_init_output) + i.hal_gpio_reg_eint_cb 0x00018bcc Section 0 hal_gpio.o(i.hal_gpio_reg_eint_cb) + i.hal_gpio_set_ap_reset_int 0x00018be4 Section 0 hal_gpio.o(i.hal_gpio_set_ap_reset_int) + i.hal_gpio_set_mode 0x00018c34 Section 0 hal_gpio.o(i.hal_gpio_set_mode) + i.hal_gpio_set_output_data 0x00018c94 Section 0 hal_gpio.o(i.hal_gpio_set_output_data) + i.hal_gpio_set_pull_state 0x00018c9c Section 0 hal_gpio.o(i.hal_gpio_set_pull_state) + i.hal_i2c_m_dma_init 0x00018cbc Section 0 hal_i2c_master.o(i.hal_i2c_m_dma_init) + i.hal_i2c_m_dma_read 0x00018d28 Section 0 hal_i2c_master.o(i.hal_i2c_m_dma_read) + i.hal_i2c_m_dma_write 0x00018d48 Section 0 hal_i2c_master.o(i.hal_i2c_m_dma_write) + i.hal_i2c_m_transfer_complate 0x00018d64 Section 0 hal_i2c_master.o(i.hal_i2c_m_transfer_complate) + i.hal_i2c_master_irq_callback 0x00018d70 Section 0 hal_i2c_master.o(i.hal_i2c_master_irq_callback) + hal_i2c_master_irq_callback 0x00018d71 Thumb Code 24 hal_i2c_master.o(i.hal_i2c_master_irq_callback) + i.hal_i2c_s_dma_user_callback 0x00018d90 Section 0 hal_i2c_slave.o(i.hal_i2c_s_dma_user_callback) + hal_i2c_s_dma_user_callback 0x00018d91 Thumb Code 12 hal_i2c_slave.o(i.hal_i2c_s_dma_user_callback) + i.hal_i2c_s_dma_write 0x00018da0 Section 0 hal_i2c_slave.o(i.hal_i2c_s_dma_write) + i.hal_i2c_s_init 0x00018dd8 Section 0 hal_i2c_slave.o(i.hal_i2c_s_init) + i.hal_i2c_s_nonblocking_read 0x00018e44 Section 0 hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) + i.hal_i2c_s_set_transfer 0x00018e58 Section 0 hal_i2c_slave.o(i.hal_i2c_s_set_transfer) + i.hal_i2c_slave_irq_callback 0x00018e64 Section 0 hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) + hal_i2c_slave_irq_callback 0x00018e65 Thumb Code 258 hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) + i.hal_internal_init_memc 0x00018f7c Section 0 hal_internal_vsync.o(i.hal_internal_init_memc) + i.hal_internal_sync_get_fb_setting 0x00019060 Section 0 hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) + i.hal_internal_sync_input_resolution_change 0x00019070 Section 0 hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) + i.hal_internal_vsync_deinit 0x00019284 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_deinit) + i.hal_internal_vsync_get_sync_line 0x000192a0 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) + i.hal_internal_vsync_init_rx 0x000192b8 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_init_rx) + i.hal_internal_vsync_init_tx 0x000193b4 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_init_tx) + i.hal_internal_vsync_set_auto_hw_filter 0x00019464 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) + i.hal_internal_vsync_set_rx_state 0x00019580 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) + i.hal_internal_vsync_set_sync_line 0x00019594 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) + i.hal_internal_vsync_set_tear_mode 0x000195b0 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) + i.hal_internal_vsync_set_tx_state 0x000195f4 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) + i.hal_lcdc_config_ccm 0x00019634 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) + hal_lcdc_config_ccm 0x00019635 Thumb Code 30 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) + i.hal_lcdc_config_remains 0x00019658 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) + hal_lcdc_config_remains 0x00019659 Thumb Code 68 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) + i.hal_lcdc_config_rgb_to_pentile 0x000196a0 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) + hal_lcdc_config_rgb_to_pentile 0x000196a1 Thumb Code 14 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) + i.hal_lcdc_config_upscaler 0x000196b4 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) + hal_lcdc_config_upscaler 0x000196b5 Thumb Code 346 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) + i.hal_lcdc_init_cfg 0x00019818 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) + hal_lcdc_init_cfg 0x00019819 Thumb Code 60 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) + i.hal_lcdc_init_clk 0x00019858 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) + hal_lcdc_init_clk 0x00019859 Thumb Code 288 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) + i.hal_lcdc_init_interrupt 0x0001998c Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) + hal_lcdc_init_interrupt 0x0001998d Thumb Code 58 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) + i.hal_spi_m_clear_rxfifo 0x000199cc Section 0 hal_spi_master.o(i.hal_spi_m_clear_rxfifo) + i.hal_swire_open 0x000199da Section 0 hal_swire.o(i.hal_swire_open) + i.hal_system_enable_systick 0x000199f0 Section 0 hal_system.o(i.hal_system_enable_systick) + i.hal_system_init 0x000199f8 Section 0 hal_system.o(i.hal_system_init) + i.hal_system_init_console 0x00019a74 Section 0 hal_system.o(i.hal_system_init_console) + i.hal_system_set_pvd 0x00019a90 Section 0 hal_system.o(i.hal_system_set_pvd) + i.hal_system_set_vcc 0x00019a98 Section 0 hal_system.o(i.hal_system_set_vcc) + i.hal_timer_init 0x00019aa0 Section 0 hal_timer.o(i.hal_timer_init) + i.hal_timer_start 0x00019ac4 Section 0 hal_timer.o(i.hal_timer_start) + i.hal_timer_stop 0x00019b18 Section 0 hal_timer.o(i.hal_timer_stop) + i.hal_uart_init 0x00019b40 Section 0 hal_uart.o(i.hal_uart_init) + i.hal_uart_transmit_blocking 0x00019bcc Section 0 hal_uart.o(i.hal_uart_transmit_blocking) + i.handle_init 0x00019bdc Section 0 irq_redirect .o(i.handle_init) + i.init_mipi_tx 0x00019cec Section 0 ap_demo.o(i.init_mipi_tx) + init_mipi_tx 0x00019ced Thumb Code 100 ap_demo.o(i.init_mipi_tx) + i.init_panel 0x00019d54 Section 0 ap_demo.o(i.init_panel) + init_panel 0x00019d55 Thumb Code 126 ap_demo.o(i.init_panel) + i.main 0x00019e08 Section 0 main.o(i.main) + i.open_mipi_rx 0x00019e14 Section 0 ap_demo.o(i.open_mipi_rx) + open_mipi_rx 0x00019e15 Thumb Code 142 ap_demo.o(i.open_mipi_rx) + i.pps_update_handle 0x00019ebc Section 0 ap_demo.o(i.pps_update_handle) + pps_update_handle 0x00019ebd Thumb Code 80 ap_demo.o(i.pps_update_handle) + i.rx_get_dcs_packet_data 0x00019f10 Section 0 hal_internal_vsync.o(i.rx_get_dcs_packet_data) + rx_get_dcs_packet_data 0x00019f11 Thumb Code 654 hal_internal_vsync.o(i.rx_get_dcs_packet_data) + i.rx_partial_update 0x0001a304 Section 0 hal_internal_vsync.o(i.rx_partial_update) + rx_partial_update 0x0001a305 Thumb Code 304 hal_internal_vsync.o(i.rx_partial_update) + i.rx_receive_packet 0x0001a444 Section 0 hal_internal_vsync.o(i.rx_receive_packet) + rx_receive_packet 0x0001a445 Thumb Code 128 hal_internal_vsync.o(i.rx_receive_packet) + i.rx_receive_pps 0x0001a4d0 Section 0 hal_internal_vsync.o(i.rx_receive_pps) + rx_receive_pps 0x0001a4d1 Thumb Code 268 hal_internal_vsync.o(i.rx_receive_pps) + i.rxbr_irq0_callback 0x0001a650 Section 0 hal_internal_vsync.o(i.rxbr_irq0_callback) + rxbr_irq0_callback 0x0001a651 Thumb Code 158 hal_internal_vsync.o(i.rxbr_irq0_callback) + i.rxbr_irq1_callback 0x0001a6f4 Section 0 hal_internal_vsync.o(i.rxbr_irq1_callback) + rxbr_irq1_callback 0x0001a6f5 Thumb Code 222 hal_internal_vsync.o(i.rxbr_irq1_callback) + i.send_panel_init_code 0x0001a864 Section 0 ap_demo.o(i.send_panel_init_code) + send_panel_init_code 0x0001a865 Thumb Code 42 ap_demo.o(i.send_panel_init_code) + i.soft_disable_mipi_timer_init 0x0001a890 Section 0 ap_demo.o(i.soft_disable_mipi_timer_init) + soft_disable_mipi_timer_init 0x0001a891 Thumb Code 32 ap_demo.o(i.soft_disable_mipi_timer_init) + i.soft_gen_te 0x0001a8f0 Section 0 hal_internal_vsync.o(i.soft_gen_te) + soft_gen_te 0x0001a8f1 Thumb Code 116 hal_internal_vsync.o(i.soft_gen_te) + i.soft_timer3_cb 0x0001a97c Section 0 ap_demo.o(i.soft_timer3_cb) + soft_timer3_cb 0x0001a97d Thumb Code 24 ap_demo.o(i.soft_timer3_cb) + i.tx_display_on 0x0001a99c Section 0 ap_demo.o(i.tx_display_on) + tx_display_on 0x0001a99d Thumb Code 58 ap_demo.o(i.tx_display_on) + i.tx_panel_reset 0x0001aa0c Section 0 ap_demo.o(i.tx_panel_reset) + tx_panel_reset 0x0001aa0d Thumb Code 40 ap_demo.o(i.tx_panel_reset) + i.vidc_callback 0x0001aa34 Section 0 hal_internal_vsync.o(i.vidc_callback) + vidc_callback 0x0001aa35 Thumb Code 146 hal_internal_vsync.o(i.vidc_callback) + i.vpre_err_reset 0x0001aae8 Section 0 hal_internal_vsync.o(i.vpre_err_reset) + vpre_err_reset 0x0001aae9 Thumb Code 184 hal_internal_vsync.o(i.vpre_err_reset) + i.vsync_set_te_mode 0x0001abb8 Section 0 hal_internal_vsync.o(i.vsync_set_te_mode) + vsync_set_te_mode 0x0001abb9 Thumb Code 254 hal_internal_vsync.o(i.vsync_set_te_mode) + .constdata 0x0001ad54 Section 6544 ap_demo.o(.constdata) + g_cus_rx_dcs_execute_table 0x0001ad54 Data 96 ap_demo.o(.constdata) + .constdata 0x0001c6e4 Section 152 app_tp_for_custom_s8.o(.constdata) + .constdata 0x0001c77c Section 1 app_tp_for_custom_s8.o(.constdata) + .constdata 0x0001c780 Section 260 hal_dsi_tx_ctrl.o(.constdata) + data_high_map 0x0001c780 Data 160 hal_dsi_tx_ctrl.o(.constdata) + data_lp_map 0x0001c820 Data 100 hal_dsi_tx_ctrl.o(.constdata) + .constdata 0x0001c884 Section 210 hal_gpio.o(.constdata) + s_gpio_map 0x0001c884 Data 120 hal_gpio.o(.constdata) + s_gpio_perf 0x0001c8fc Data 90 hal_gpio.o(.constdata) + .constdata 0x0001c958 Section 8 drv_param_init.o(.constdata) + .constdata 0x0001c960 Section 32 drv_timer.o(.constdata) + s_timer_map 0x0001c960 Data 32 drv_timer.o(.constdata) + .constdata 0x0001c980 Section 312 drv_phy_common.o(.constdata) + phy_para_mapping_h 0x0001c980 Data 184 drv_phy_common.o(.constdata) + phy_para_mapping_l 0x0001ca38 Data 128 drv_phy_common.o(.constdata) + .conststring 0x0001cab8 Section 72 hal_dsi_rx_ctrl.o(.conststring) + .conststring 0x0001cb00 Section 308 hal_internal_vsync.o(.conststring) + .ARM.__AT_0x00070100 0x00070100 Section 192 irq_redirect .o(.ARM.__AT_0x00070100) + .data 0x000701d0 Section 48 ap_demo.o(.data) + start_display_on 0x000701d0 Data 1 ap_demo.o(.data) + g_need_enter_sleep_mode 0x000701d1 Data 1 ap_demo.o(.data) + g_mipi_path_off 0x000701d2 Data 1 ap_demo.o(.data) + phone_off_flag 0x000701d3 Data 1 ap_demo.o(.data) + g_exit_sleep_mode 0x000701d4 Data 1 ap_demo.o(.data) + panel_display_done 0x000701d5 Data 1 ap_demo.o(.data) + b3_read_flag 0x000701d9 Data 1 ap_demo.o(.data) + c8_read_flag 0x000701da Data 1 ap_demo.o(.data) + c9_read_flag 0x000701db Data 1 ap_demo.o(.data) + bl_adj_flag 0x000701de Data 1 ap_demo.o(.data) + flag_5a 0x000701e0 Data 1 ap_demo.o(.data) + g_rx_ctrl_handle 0x000701f0 Data 4 ap_demo.o(.data) + g_tx_ctrl_handle 0x000701f4 Data 4 ap_demo.o(.data) + value_reg_df 0x000701fc Data 4 ap_demo.o(.data) + .data 0x00070200 Section 228 app_tp_for_custom_s8.o(.data) + app_tp_count 0x0007020a Data 1 app_tp_for_custom_s8.o(.data) + phone_85_flag 0x0007020b Data 1 app_tp_for_custom_s8.o(.data) + phone_F6_flag 0x0007020c Data 1 app_tp_for_custom_s8.o(.data) + phone_E4_flag 0x0007020d Data 1 app_tp_for_custom_s8.o(.data) + phone_72_flag 0x0007020e Data 1 app_tp_for_custom_s8.o(.data) + phone_75_flag 0x0007020f Data 1 app_tp_for_custom_s8.o(.data) + phone_92_flag 0x00070210 Data 1 app_tp_for_custom_s8.o(.data) + phone_74_flag 0x00070211 Data 1 app_tp_for_custom_s8.o(.data) + u16CoordY 0x00070214 Data 2 app_tp_for_custom_s8.o(.data) + u16CoordX 0x00070216 Data 2 app_tp_for_custom_s8.o(.data) + u16CoordY_back 0x00070218 Data 2 app_tp_for_custom_s8.o(.data) + u16CoordX_back 0x0007021a Data 2 app_tp_for_custom_s8.o(.data) + .data 0x000702e4 Section 1 app_tp_for_custom_s8.o(.data) + .data 0x000702e5 Section 1 app_tp_for_custom_s8.o(.data) + .data 0x000702e6 Section 1 app_tp_for_custom_s8.o(.data) + .data 0x000702e7 Section 3 app_tp_for_custom_s8.o(.data) + .data 0x000702ea Section 5 app_tp_for_custom_s8.o(.data) + .data 0x000702f0 Section 48 app_tp_for_custom_s8.o(.data) + .data 0x00070320 Section 23 app_tp_transfer.o(.data) + s_spim_write 0x00070320 Data 1 app_tp_transfer.o(.data) + s_screen_int_flag 0x00070321 Data 1 app_tp_transfer.o(.data) + s_phone_reset_flag 0x00070322 Data 1 app_tp_transfer.o(.data) + s_screen_int_transfer_status 0x00070323 Data 1 app_tp_transfer.o(.data) + s_screen_const_transfer_count 0x00070325 Data 1 app_tp_transfer.o(.data) + screen_int_transfer_count 0x00070326 Data 1 app_tp_transfer.o(.data) + screen_int_transfer_buffer_ready 0x00070327 Data 1 app_tp_transfer.o(.data) + .data 0x00070338 Section 8 hal_dsi_rx_ctrl.o(.data) + g_hw_auto_filter 0x00070338 Data 1 hal_dsi_rx_ctrl.o(.data) + g_esc_clk 0x0007033c Data 4 hal_dsi_rx_ctrl.o(.data) + .data 0x00070340 Section 1 hal_dsi_tx_ctrl.o(.data) + g_tx_mode 0x00070340 Data 1 hal_dsi_tx_ctrl.o(.data) + .data 0x00070341 Section 1 hal_i2c_master.o(.data) + s_i2c_m_transfer_end 0x00070341 Data 1 hal_i2c_master.o(.data) + .data 0x00070344 Section 28 hal_i2c_slave.o(.data) + s_txbuffer_complate 0x00070344 Data 1 hal_i2c_slave.o(.data) + s_i2c_s_dma_end 0x00070345 Data 1 hal_i2c_slave.o(.data) + s_i2c_s_receive_cnt 0x00070346 Data 1 hal_i2c_slave.o(.data) + s_hal_slave_rxbuffer 0x00070348 Data 4 hal_i2c_slave.o(.data) + s_hal_slave_rxbuffer_size 0x0007034c Data 4 hal_i2c_slave.o(.data) + hal_i2c_s_callback 0x00070350 Data 4 hal_i2c_slave.o(.data) + s_receive_count 0x00070354 Data 4 hal_i2c_slave.o(.data) + s_tx_buffer_t 0x00070358 Data 4 hal_i2c_slave.o(.data) + tx_sum 0x0007035c Data 4 hal_i2c_slave.o(.data) + .data 0x00070360 Section 4 hal_internal_vsync.o(.data) + sg_cur_te_info 0x00070360 Data 4 hal_internal_vsync.o(.data) + .data 0x00070364 Section 18 norflash.o(.data) + tmprg 0x0007036c Data 4 norflash.o(.data) + .data 0x00070378 Section 12 drv_common.o(.data) + s_my_tick 0x00070378 Data 4 drv_common.o(.data) + .data 0x00070384 Section 4 drv_gpio.o(.data) + g_ap_reset_cb 0x00070384 Data 4 drv_gpio.o(.data) + .data 0x00070388 Section 8 drv_i2c_dma.o(.data) + i2c0_dma_callback 0x00070388 Data 4 drv_i2c_dma.o(.data) + i2c1_dma_callback 0x0007038c Data 4 drv_i2c_dma.o(.data) + .data 0x00070390 Section 1188 drv_param_init.o(.data) + .data 0x00070834 Section 8 drv_rxbr.o(.data) + .data 0x0007083c Section 8 drv_swire.o(.data) + s_swire_cb 0x0007083c Data 8 drv_swire.o(.data) + .data 0x00070844 Section 1 drv_sys_cfg.o(.data) + sg_ap_rstn_trigger_type 0x00070844 Data 1 drv_sys_cfg.o(.data) + .data 0x00070848 Section 4 drv_vidc.o(.data) + .data 0x0007084c Section 4 drv_i2c_master.o(.data) + i2c1_intr_callback 0x0007084c Data 4 drv_i2c_master.o(.data) + .data 0x00070850 Section 8 drv_i2c_slave.o(.data) + i2c0_intr_callback 0x00070850 Data 4 drv_i2c_slave.o(.data) + .data 0x00070858 Section 4 drv_spi_master.o(.data) + SPIM_intr_callback 0x00070858 Data 4 drv_spi_master.o(.data) + .data 0x0007085c Section 12 drv_chip_info.o(.data) + sg_chip_info 0x0007085c Data 4 drv_chip_info.o(.data) + sg_chip_function 0x00070860 Data 4 drv_chip_info.o(.data) + sg_chip_encrypt 0x00070864 Data 4 drv_chip_info.o(.data) + .data 0x00070868 Section 12 drv_pwm.o(.data) + s_pwm_type 0x00070868 Data 1 drv_pwm.o(.data) + s_pwm_cb 0x0007086c Data 8 drv_pwm.o(.data) + .data 0x00070874 Section 8 drv_uart.o(.data) + s_UartFcrReg 0x00070874 Data 4 drv_uart.o(.data) + uart_userData 0x00070878 Data 4 drv_uart.o(.data) + .data 0x0007087c Section 8 drv_wdg.o(.data) + s_wdg_cb 0x0007087c Data 8 drv_wdg.o(.data) + .data 0x00070884 Section 4 stdout.o(.data) + .bss 0x00070888 Section 200 app_tp_for_custom_s8.o(.bss) + .bss 0x00070950 Section 400 app_tp_transfer.o(.bss) + s_screen_read_buffer 0x00070950 Data 200 app_tp_transfer.o(.bss) + s_phone_read_buffer 0x00070a18 Data 200 app_tp_transfer.o(.bss) + .bss 0x00070ae0 Section 192 hal_dsi_rx_ctrl.o(.bss) + g_rx_ctrl_handle 0x00070ae0 Data 192 hal_dsi_rx_ctrl.o(.bss) + .bss 0x00070ba0 Section 72 hal_dsi_tx_ctrl.o(.bss) + g_tx_ctrl_handle 0x00070ba0 Data 72 hal_dsi_tx_ctrl.o(.bss) + .bss 0x00070be8 Section 256 tau_log.o(.bss) + .bss 0x00070ce8 Section 208 hal_uart.o(.bss) + .bss 0x00070db8 Section 2392 hal_internal_vsync.o(.bss) + g_imm_buffer 0x000715f0 Data 255 hal_internal_vsync.o(.bss) + sg_te_info 0x000716f0 Data 12 hal_internal_vsync.o(.bss) + g_imm_packet 0x000716fc Data 20 hal_internal_vsync.o(.bss) + .bss 0x00071710 Section 4144 dcs_packet_fifo.o(.bss) + .bss 0x00072740 Section 28 drv_dma.o(.bss) + s_dma_handle 0x00072740 Data 28 drv_dma.o(.bss) + .bss 0x0007275c Section 64 drv_gpio.o(.bss) + s_gpio_cb 0x0007275c Data 64 drv_gpio.o(.bss) + .bss 0x0007279c Section 320 drv_i2c_dma.o(.bss) + i2c0_dma_slave_handle 0x0007279c Data 160 drv_i2c_dma.o(.bss) + i2c1_dma_master_handle 0x0007283c Data 160 drv_i2c_dma.o(.bss) + .bss 0x000728dc Section 32 drv_timer.o(.bss) + s_timer_cb 0x000728dc Data 32 drv_timer.o(.bss) + .bss 0x000728fc Section 32 hal_spi_slave.o(.bss) + STACK 0x00072920 Section 4096 startup_armcm0.o(STACK) + + Global Symbols + + Symbol Name Value Ov Type Size Object(Section) + + BuildAttributes$$THM_ISAv3M$S$PE$A:L22$X:L11$S22$IEEE1$IW$USESV6$~STKCKD$USESV7$~SHL$OTIME$ROPI$IEEEJ$EBA8$MICROLIB$REQ8$PRES8$EABIv2 0x00000000 Number 0 anon$$obj.o ABSOLUTE + __ARM_use_no_argv 0x00000000 Number 0 main.o ABSOLUTE + _printf_a 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_c 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_charcount 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_d 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_e 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_f 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_flags 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_fp_dec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_fp_hex 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_g 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_i 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_int_dec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_l 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_lc 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_ll 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_lld 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_lli 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_llo 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_llu 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_llx 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_longlong_dec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_longlong_hex 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_longlong_oct 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_ls 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_mbtowc 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_n 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_o 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_p 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_percent 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_pre_padding 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_return_value 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_s 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_sizespec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_str 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_truncate_signed 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_truncate_unsigned 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_u 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_wc 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_wctomb 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_widthprec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_x 0x00000000 Number 0 stubs.o ABSOLUTE + __cpp_initialize__aeabi_ - Undefined Weak Reference + __cxa_finalize - Undefined Weak Reference + _clock_init - Undefined Weak Reference + _microlib_exit - Undefined Weak Reference + __Vectors_Size 0x000000c0 Number 0 startup_armcm0.o ABSOLUTE + __Vectors 0x00010000 Data 4 startup_armcm0.o(RESET) + __Vectors_End 0x000100c0 Data 0 startup_armcm0.o(RESET) + __main 0x000100c1 Thumb Code 0 entry.o(.ARM.Collect$$$$00000000) + _main_stk 0x000100c1 Thumb Code 0 entry2.o(.ARM.Collect$$$$00000001) + _main_scatterload 0x000100c5 Thumb Code 0 entry5.o(.ARM.Collect$$$$00000004) + __main_after_scatterload 0x000100c9 Thumb Code 0 entry5.o(.ARM.Collect$$$$00000004) + _main_clock 0x000100c9 Thumb Code 0 entry7b.o(.ARM.Collect$$$$00000008) + _main_cpp_init 0x000100c9 Thumb Code 0 entry8b.o(.ARM.Collect$$$$0000000A) + _main_init 0x000100c9 Thumb Code 0 entry9a.o(.ARM.Collect$$$$0000000B) + __rt_final_cpp 0x000100d1 Thumb Code 0 entry10a.o(.ARM.Collect$$$$0000000D) + __rt_final_exit 0x000100d1 Thumb Code 0 entry11a.o(.ARM.Collect$$$$0000000F) + Reset_Handler 0x000100d5 Thumb Code 28 startup_armcm0.o(.text) + NMI_Handler 0x000100f1 Thumb Code 2 startup_armcm0.o(.text) + SVC_Handler 0x000100f5 Thumb Code 2 startup_armcm0.o(.text) + PendSV_Handler 0x000100f7 Thumb Code 2 startup_armcm0.o(.text) + OTP_IRQn_Handler 0x00010123 Thumb Code 2 startup_armcm0.o(.text) + PVD_IRQn_Handler 0x00010127 Thumb Code 2 startup_armcm0.o(.text) + __aeabi_uidiv 0x0001014d Thumb Code 0 uidiv.o(.text) + __aeabi_uidivmod 0x0001014d Thumb Code 44 uidiv.o(.text) + __aeabi_idiv 0x00010179 Thumb Code 0 idiv.o(.text) + __aeabi_idivmod 0x00010179 Thumb Code 40 idiv.o(.text) + __aeabi_memcpy 0x000101a1 Thumb Code 36 memcpya.o(.text) + __aeabi_memcpy4 0x000101a1 Thumb Code 0 memcpya.o(.text) + __aeabi_memcpy8 0x000101a1 Thumb Code 0 memcpya.o(.text) + __aeabi_memset 0x000101c5 Thumb Code 14 memseta.o(.text) + __aeabi_memset4 0x000101c5 Thumb Code 0 memseta.o(.text) + __aeabi_memset8 0x000101c5 Thumb Code 0 memseta.o(.text) + __aeabi_memclr 0x000101d3 Thumb Code 4 memseta.o(.text) + __aeabi_memclr4 0x000101d3 Thumb Code 0 memseta.o(.text) + __aeabi_memclr8 0x000101d3 Thumb Code 0 memseta.o(.text) + _memset$wrapper 0x000101d7 Thumb Code 18 memseta.o(.text) + __aeabi_fadd 0x000101e9 Thumb Code 162 fadd.o(.text) + __aeabi_fsub 0x0001028b Thumb Code 8 fadd.o(.text) + __aeabi_frsub 0x00010293 Thumb Code 8 fadd.o(.text) + __aeabi_fmul 0x0001029b Thumb Code 122 fmul.o(.text) + __aeabi_fdiv 0x00010315 Thumb Code 124 fdiv.o(.text) + __ARM_scalbnf 0x00010391 Thumb Code 24 fscalb.o(.text) + scalbnf 0x00010391 Thumb Code 0 fscalb.o(.text) + __aeabi_dadd 0x000103a9 Thumb Code 328 dadd.o(.text) + __aeabi_dsub 0x000104f1 Thumb Code 12 dadd.o(.text) + __aeabi_drsub 0x000104fd Thumb Code 12 dadd.o(.text) + __aeabi_dmul 0x0001050d Thumb Code 202 dmul.o(.text) + __aeabi_ddiv 0x000105dd Thumb Code 234 ddiv.o(.text) + __aeabi_i2f 0x000106cd Thumb Code 22 fflti.o(.text) + __aeabi_ui2f 0x000106e3 Thumb Code 14 ffltui.o(.text) + __aeabi_ui2d 0x000106f1 Thumb Code 24 dfltui.o(.text) + __aeabi_f2iz 0x0001070d Thumb Code 50 ffixi.o(.text) + __aeabi_f2uiz 0x0001073f Thumb Code 40 ffixui.o(.text) + __aeabi_d2iz 0x00010769 Thumb Code 62 dfixi.o(.text) + __aeabi_d2uiz 0x000107b1 Thumb Code 50 dfixui.o(.text) + __aeabi_f2d 0x000107ed Thumb Code 40 f2d.o(.text) + __aeabi_cfrcmple 0x00010815 Thumb Code 20 cfrcmple.o(.text) + __aeabi_uldivmod 0x00010829 Thumb Code 96 uldiv.o(.text) + __aeabi_llsl 0x00010889 Thumb Code 32 llshl.o(.text) + _ll_shift_l 0x00010889 Thumb Code 0 llshl.o(.text) + __aeabi_llsr 0x000108a9 Thumb Code 34 llushr.o(.text) + _ll_ushift_r 0x000108a9 Thumb Code 0 llushr.o(.text) + __aeabi_lasr 0x000108cb Thumb Code 38 llsshr.o(.text) + _ll_sshift_r 0x000108cb Thumb Code 0 llsshr.o(.text) + __I$use$fp 0x000108f1 Thumb Code 0 iusefp.o(.text) + _float_round 0x000108f1 Thumb Code 16 fepilogue.o(.text) + _float_epilogue 0x00010901 Thumb Code 114 fepilogue.o(.text) + _double_round 0x00010973 Thumb Code 26 depilogue.o(.text) + _double_epilogue 0x0001098d Thumb Code 164 depilogue.o(.text) + __aeabi_d2ulz 0x00010a31 Thumb Code 54 dfixul.o(.text) + __aeabi_cdrcmple 0x00010a71 Thumb Code 38 cdrcmple.o(.text) + __scatterload 0x00010a99 Thumb Code 28 init.o(.text) + __scatterload_rt2 0x00010a99 Thumb Code 0 init.o(.text) + __decompress 0x00010abd Thumb Code 0 __dczerorl2.o(.text) + __decompress1 0x00010abd Thumb Code 86 __dczerorl2.o(.text) + ADC_IRQn_Handler 0x00010b15 Thumb Code 18 irq_redirect .o(i.ADC_IRQn_Handler) + AP_NRESET_IRQn_Handler 0x00010b2d Thumb Code 18 irq_redirect .o(i.AP_NRESET_IRQn_Handler) + DMA_IRQn_Handler 0x00010b45 Thumb Code 14 irq_redirect .o(i.DMA_IRQn_Handler) + EXTI_INT0_IRQn_Handler 0x00010b59 Thumb Code 22 irq_redirect .o(i.EXTI_INT0_IRQn_Handler) + EXTI_INT1_IRQn_Handler 0x00010b75 Thumb Code 22 irq_redirect .o(i.EXTI_INT1_IRQn_Handler) + EXTI_INT2_IRQn_Handler 0x00010b91 Thumb Code 22 irq_redirect .o(i.EXTI_INT2_IRQn_Handler) + EXTI_INT3_IRQn_Handler 0x00010bad Thumb Code 22 irq_redirect .o(i.EXTI_INT3_IRQn_Handler) + EXTI_INT4_IRQn_Handler 0x00010bc9 Thumb Code 22 irq_redirect .o(i.EXTI_INT4_IRQn_Handler) + EXTI_INT5_IRQn_Handler 0x00010be5 Thumb Code 22 irq_redirect .o(i.EXTI_INT5_IRQn_Handler) + EXTI_INT6_IRQn_Handler 0x00010c01 Thumb Code 22 irq_redirect .o(i.EXTI_INT6_IRQn_Handler) + EXTI_INT7_IRQn_Handler 0x00010c1d Thumb Code 22 irq_redirect .o(i.EXTI_INT7_IRQn_Handler) + FLSCTRL_IRQn_Handler 0x00010c39 Thumb Code 14 irq_redirect .o(i.FLSCTRL_IRQn_Handler) + Gpio_swire_output 0x00010c4d Thumb Code 110 ap_demo.o(i.Gpio_swire_output) + HardFault_Handler 0x00010cc1 Thumb Code 14 irq_redirect .o(i.HardFault_Handler) + I2C0_IRQn_Handler 0x00010cd5 Thumb Code 18 irq_redirect .o(i.I2C0_IRQn_Handler) + I2C1_IRQn_Handler 0x00010ced Thumb Code 18 irq_redirect .o(i.I2C1_IRQn_Handler) + LCDC_IRQn_Handler 0x00010d05 Thumb Code 18 irq_redirect .o(i.LCDC_IRQn_Handler) + LOG_printf 0x00010d1d Thumb Code 30 tau_log.o(i.LOG_printf) + MEMC_IRQn_Handler 0x00010d45 Thumb Code 18 irq_redirect .o(i.MEMC_IRQn_Handler) + MIPI_RX_IRQn_Handler 0x00010d5d Thumb Code 18 irq_redirect .o(i.MIPI_RX_IRQn_Handler) + MIPI_TX_IRQn_Handler 0x00010d75 Thumb Code 18 irq_redirect .o(i.MIPI_TX_IRQn_Handler) + PWMDET_IRQn_Handler 0x00010d8d Thumb Code 22 irq_redirect .o(i.PWMDET_IRQn_Handler) + S20_Start_init 0x00010da9 Thumb Code 244 app_tp_transfer.o(i.S20_Start_init) + SPIM_IRQn_Handler 0x00010eb1 Thumb Code 22 irq_redirect .o(i.SPIM_IRQn_Handler) + SPIS_IRQn_Handler 0x00010ecd Thumb Code 22 irq_redirect .o(i.SPIS_IRQn_Handler) + SWIRE_IRQn_Handler 0x00010ee9 Thumb Code 22 irq_redirect .o(i.SWIRE_IRQn_Handler) + SysTick_Handler 0x00010f05 Thumb Code 18 irq_redirect .o(i.SysTick_Handler) + TIMER0_IRQn_Handler 0x00010f1d Thumb Code 18 irq_redirect .o(i.TIMER0_IRQn_Handler) + TIMER1_IRQn_Handler 0x00010f35 Thumb Code 18 irq_redirect .o(i.TIMER1_IRQn_Handler) + TIMER2_IRQn_Handler 0x00010f4d Thumb Code 18 irq_redirect .o(i.TIMER2_IRQn_Handler) + TIMER3_IRQn_Handler 0x00010f65 Thumb Code 18 irq_redirect .o(i.TIMER3_IRQn_Handler) + UART0_IRQ_Handle 0x00010f7d Thumb Code 20 drv_uart.o(i.UART0_IRQ_Handle) + UART_DisableDma 0x00010f99 Thumb Code 2 drv_uart.o(i.UART_DisableDma) + UART_GetInstance 0x00010f9b Thumb Code 4 drv_uart.o(i.UART_GetInstance) + UART_IRQn_Handler 0x00010fa1 Thumb Code 18 irq_redirect .o(i.UART_IRQn_Handler) + UART_ResetRxFIFO 0x00010fb9 Thumb Code 32 drv_uart.o(i.UART_ResetRxFIFO) + UART_SwitchSCLK 0x00010fdd Thumb Code 26 drv_uart.o(i.UART_SwitchSCLK) + __scatterload_null 0x00010ff7 Thumb Code 2 handlers.o(i.__scatterload_null) + app_UART_IRQn_Handler 0x00010ff9 Thumb Code 8 drv_uart.o(i.app_UART_IRQn_Handler) + s_RAM_CK 0x00011000 Data 20 drv_common.o(.ARM.__at_0x11000) + UART_SetBaudRate 0x00011015 Thumb Code 72 drv_uart.o(i.UART_SetBaudRate) + UART_TransferHandleIRQ 0x0001105d Thumb Code 308 drv_uart.o(i.UART_TransferHandleIRQ) + UART_WriteBlocking 0x00011191 Thumb Code 26 drv_uart.o(i.UART_WriteBlocking) + UART_init 0x000111ad Thumb Code 182 drv_uart.o(i.UART_init) + VIDC_IRQn_Handler 0x00011269 Thumb Code 18 irq_redirect .o(i.VIDC_IRQn_Handler) + VPRE_IRQn_Handler 0x00011281 Thumb Code 18 irq_redirect .o(i.VPRE_IRQn_Handler) + WDG_IRQn_Handler 0x00011299 Thumb Code 18 irq_redirect .o(i.WDG_IRQn_Handler) + __0printf 0x000112b1 Thumb Code 24 printfa.o(i.__0printf) + __1printf 0x000112b1 Thumb Code 0 printfa.o(i.__0printf) + __2printf 0x000112b1 Thumb Code 0 printfa.o(i.__0printf) + __c89printf 0x000112b1 Thumb Code 0 printfa.o(i.__0printf) + printf 0x000112b1 Thumb Code 0 printfa.o(i.__0printf) + __0vsprintf 0x000112d1 Thumb Code 30 printfa.o(i.__0vsprintf) + __1vsprintf 0x000112d1 Thumb Code 0 printfa.o(i.__0vsprintf) + __2vsprintf 0x000112d1 Thumb Code 0 printfa.o(i.__0vsprintf) + __c89vsprintf 0x000112d1 Thumb Code 0 printfa.o(i.__0vsprintf) + vsprintf 0x000112d1 Thumb Code 0 printfa.o(i.__0vsprintf) + __ARM_clz 0x000112f5 Thumb Code 46 depilogue.o(i.__ARM_clz) + __ARM_common_switch8 0x00011323 Thumb Code 26 ap_demo.o(i.__ARM_common_switch8) + __scatterload_copy 0x00011401 Thumb Code 14 handlers.o(i.__scatterload_copy) + __scatterload_zeroinit 0x0001140f Thumb Code 14 handlers.o(i.__scatterload_zeroinit) + ap_demo 0x0001300d Thumb Code 228 ap_demo.o(i.ap_demo) + app_ADC_IRQn_Handler 0x00013701 Thumb Code 22 drv_rxbr.o(i.app_ADC_IRQn_Handler) + app_AP_NRESET_IRQn_Handler 0x0001371d Thumb Code 32 drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) + app_EXTI_INT0_IRQn_Handler 0x00013741 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) + app_EXTI_INT1_IRQn_Handler 0x0001375d Thumb Code 22 drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) + app_EXTI_INT2_IRQn_Handler 0x00013779 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) + app_EXTI_INT3_IRQn_Handler 0x00013795 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) + app_EXTI_INT4_IRQn_Handler 0x000137b1 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) + app_EXTI_INT5_IRQn_Handler 0x000137cd Thumb Code 22 drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) + app_EXTI_INT6_IRQn_Handler 0x000137e9 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) + app_EXTI_INT7_IRQn_Handler 0x00013805 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) + app_HardFault_Handler 0x00013821 Thumb Code 12 drv_common.o(i.app_HardFault_Handler) + app_I2C0_IRQn_Handler 0x00013869 Thumb Code 8 drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) + app_I2C1_IRQn_Handler 0x00013879 Thumb Code 8 drv_i2c_master.o(i.app_I2C1_IRQn_Handler) + app_LCDC_IRQn_Handler 0x00013889 Thumb Code 98 hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) + app_MEMC_IRQn_Handler 0x00013969 Thumb Code 132 drv_memc.o(i.app_MEMC_IRQn_Handler) + app_MIPI_RX_IRQn_Handler 0x000139f1 Thumb Code 228 drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) + app_MIPI_TX_IRQn_Handler 0x00013c7d Thumb Code 56 drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) + app_PWMDET_IRQn_Handler 0x00013d1d Thumb Code 62 drv_pwm.o(i.app_PWMDET_IRQn_Handler) + app_SPIM_IRQn_Handler 0x00013d65 Thumb Code 34 drv_spi_master.o(i.app_SPIM_IRQn_Handler) + app_SPIS_IRQn_Handler 0x00013d95 Thumb Code 152 hal_spi_slave.o(i.app_SPIS_IRQn_Handler) + app_SWIRE_IRQn_Handler 0x00013e39 Thumb Code 28 drv_swire.o(i.app_SWIRE_IRQn_Handler) + app_SysTick_Handler 0x00013e59 Thumb Code 20 drv_common.o(i.app_SysTick_Handler) + app_TIMER0_IRQn_Handler 0x00013e71 Thumb Code 32 drv_timer.o(i.app_TIMER0_IRQn_Handler) + app_TIMER1_IRQn_Handler 0x00013e95 Thumb Code 32 drv_timer.o(i.app_TIMER1_IRQn_Handler) + app_TIMER2_IRQn_Handler 0x00013eb9 Thumb Code 32 drv_timer.o(i.app_TIMER2_IRQn_Handler) + app_TIMER3_IRQn_Handler 0x00013edd Thumb Code 48 drv_timer.o(i.app_TIMER3_IRQn_Handler) + app_VIDC_IRQn_Handler 0x00013f11 Thumb Code 22 drv_vidc.o(i.app_VIDC_IRQn_Handler) + app_VPRE_IRQn_Handler 0x00013f2d Thumb Code 22 drv_rxbr.o(i.app_VPRE_IRQn_Handler) + app_WDG_IRQn_Handler 0x00013f49 Thumb Code 40 drv_wdg.o(i.app_WDG_IRQn_Handler) + app_dma_irq_handler 0x00013f75 Thumb Code 10 drv_dma.o(i.app_dma_irq_handler) + app_fls_ctrl_Handler 0x00013f85 Thumb Code 38 norflash.o(i.app_fls_ctrl_Handler) + app_tp_init 0x00013fc1 Thumb Code 84 app_tp_transfer.o(i.app_tp_init) + app_tp_m_transfer_complate 0x0001404d Thumb Code 8 app_tp_transfer.o(i.app_tp_m_transfer_complate) + app_tp_phone_analysis_data 0x0001405d Thumb Code 854 app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) + app_tp_phone_clear_reset_on 0x000143c1 Thumb Code 8 app_tp_transfer.o(i.app_tp_phone_clear_reset_on) + app_tp_s_read 0x000143cd Thumb Code 8 app_tp_transfer.o(i.app_tp_s_read) + app_tp_s_write 0x000143d5 Thumb Code 8 app_tp_transfer.o(i.app_tp_s_write) + app_tp_screen_analysis_int 0x000143dd Thumb Code 608 app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) + app_tp_transfer_screen_int 0x00014705 Thumb Code 244 app_tp_transfer.o(i.app_tp_transfer_screen_int) + app_tp_transfer_screen_start 0x00014809 Thumb Code 18 app_tp_transfer.o(i.app_tp_transfer_screen_start) + board_Init 0x00014821 Thumb Code 24 board.o(i.board_Init) + ceil 0x00014af1 Thumb Code 180 ceil.o(i.ceil) + dcs_packet_fifo_alloc 0x00014c75 Thumb Code 80 dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) + dcs_packet_fifo_init 0x00014ccd Thumb Code 18 dcs_packet_fifo.o(i.dcs_packet_fifo_init) + dcs_packet_free_fifo_header 0x00014ce5 Thumb Code 60 dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) + dcs_packet_get_fifo_header 0x00014d29 Thumb Code 26 dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) + delayMs 0x00014d69 Thumb Code 24 tau_delay.o(i.delayMs) + delayUs 0x00014d81 Thumb Code 34 tau_delay.o(i.delayUs) + drv_ap_rst_trig_edge_detect 0x00014e31 Thumb Code 46 drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) + drv_chip_info_get_info 0x00014e69 Thumb Code 6 drv_chip_info.o(i.drv_chip_info_get_info) + drv_chip_info_init 0x00014e75 Thumb Code 56 drv_chip_info.o(i.drv_chip_info_init) + drv_chip_rx_info_check 0x00014eb5 Thumb Code 122 drv_chip_info.o(i.drv_chip_rx_info_check) + drv_chip_rx_init_done 0x00014f7d Thumb Code 16 drv_chip_info.o(i.drv_chip_rx_init_done) + drv_common_enable_systick 0x00014f91 Thumb Code 70 drv_common.o(i.drv_common_enable_systick) + drv_common_system_init 0x00014fe9 Thumb Code 8 drv_common.o(i.drv_common_system_init) + drv_crgu_clear_all_reset_flags 0x00014ff1 Thumb Code 8 drv_crgu.o(i.drv_crgu_clear_all_reset_flags) + drv_crgu_config_reset_modules 0x00014ffd Thumb Code 10 drv_crgu.o(i.drv_crgu_config_reset_modules) + drv_crgu_set_ahb_pre_div 0x0001500d Thumb Code 14 drv_crgu.o(i.drv_crgu_set_ahb_pre_div) + drv_crgu_set_ahb_src 0x00015021 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_ahb_src) + drv_crgu_set_clock 0x00015035 Thumb Code 26 drv_crgu.o(i.drv_crgu_set_clock) + drv_crgu_set_dpi_mux_src 0x00015055 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dpi_mux_src) + drv_crgu_set_dpi_pre_div 0x00015069 Thumb Code 18 drv_crgu.o(i.drv_crgu_set_dpi_pre_div) + drv_crgu_set_dpi_pre_src 0x00015081 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dpi_pre_src) + drv_crgu_set_dsc_core_div 0x00015095 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dsc_core_div) + drv_crgu_set_dsco_src 0x000150a9 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dsco_src) + drv_crgu_set_dsco_src_div 0x000150bd Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dsco_src_div) + drv_crgu_set_fb_div 0x000150d1 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_fb_div) + drv_crgu_set_fb_src 0x000150e5 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_fb_src) + drv_crgu_set_lcdc_div 0x000150f9 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_lcdc_div) + drv_crgu_set_lcdc_src 0x0001510d Thumb Code 16 drv_crgu.o(i.drv_crgu_set_lcdc_src) + drv_crgu_set_mipi_cfg_src 0x00015121 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_mipi_cfg_src) + drv_crgu_set_mipi_ref_src 0x00015135 Thumb Code 18 drv_crgu.o(i.drv_crgu_set_mipi_ref_src) + drv_crgu_set_reset 0x0001514d Thumb Code 20 drv_crgu.o(i.drv_crgu_set_reset) + drv_crgu_set_rxbr_div 0x00015165 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_rxbr_div) + drv_crgu_set_rxbr_src 0x00015179 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_rxbr_src) + drv_crgu_set_vidc_src 0x0001518d Thumb Code 16 drv_crgu.o(i.drv_crgu_set_vidc_src) + drv_dma_clear_flag 0x000151a1 Thumb Code 24 drv_dma.o(i.drv_dma_clear_flag) + drv_dma_create_handle 0x000151b9 Thumb Code 22 drv_dma.o(i.drv_dma_create_handle) + drv_dma_disenable_channel 0x000151d5 Thumb Code 16 drv_dma.o(i.drv_dma_disenable_channel) + drv_dma_enable_channel 0x000151e5 Thumb Code 16 drv_dma.o(i.drv_dma_enable_channel) + drv_dma_enable_channel_interrupts 0x000151f5 Thumb Code 32 drv_dma.o(i.drv_dma_enable_channel_interrupts) + drv_dma_get_channel_flag 0x00015219 Thumb Code 12 drv_dma.o(i.drv_dma_get_channel_flag) + drv_dma_irq_handler 0x00015225 Thumb Code 138 drv_dma.o(i.drv_dma_irq_handler) + drv_dma_prepar_transfer 0x000152b5 Thumb Code 18 drv_dma.o(i.drv_dma_prepar_transfer) + drv_dma_set_burst 0x000152c7 Thumb Code 26 drv_dma.o(i.drv_dma_set_burst) + drv_dma_set_callback 0x000152e1 Thumb Code 6 drv_dma.o(i.drv_dma_set_callback) + drv_dma_set_transfer 0x000152e9 Thumb Code 62 drv_dma.o(i.drv_dma_set_transfer) + drv_dsc_dec_convert_pps_rc_parameter 0x0001532d Thumb Code 54 drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) + drv_dsc_dec_disable 0x00015363 Thumb Code 12 drv_dsc_dec.o(i.drv_dsc_dec_disable) + drv_dsc_dec_enable 0x00015371 Thumb Code 88 drv_dsc_dec.o(i.drv_dsc_dec_enable) + drv_dsc_dec_get_nslc 0x000153e5 Thumb Code 10 drv_dsc_dec.o(i.drv_dsc_dec_get_nslc) + drv_dsc_dec_set_u8_pps 0x000153ef Thumb Code 40 drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) + drv_dsi_rx_calc_ipi_tx_delay 0x00015419 Thumb Code 244 drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) + drv_dsi_rx_enable_irq 0x0001551d Thumb Code 58 drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) + drv_dsi_rx_get_compression_en 0x000155c9 Thumb Code 8 drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) + drv_dsi_rx_get_max_ret_size 0x000155d1 Thumb Code 6 drv_dsi_rx.o(i.drv_dsi_rx_get_max_ret_size) + drv_dsi_rx_power_up 0x000155d7 Thumb Code 14 drv_dsi_rx.o(i.drv_dsi_rx_power_up) + drv_dsi_rx_set_ctrl_cfg 0x000155e5 Thumb Code 32 drv_dsi_rx.o(i.drv_dsi_rx_set_ctrl_cfg) + drv_dsi_rx_set_ddi_cfg 0x00015605 Thumb Code 16 drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) + drv_dsi_rx_set_inten 0x00015615 Thumb Code 4 drv_dsi_rx.o(i.drv_dsi_rx_set_inten) + drv_dsi_rx_set_ipi_cfg 0x00015619 Thumb Code 16 drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_cfg) + drv_dsi_rx_set_lane_swap 0x00015629 Thumb Code 70 drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) + drv_dsi_rx_set_up_phy 0x00015671 Thumb Code 202 drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) + drv_dsi_rx_shut_down 0x00015741 Thumb Code 14 drv_dsi_rx.o(i.drv_dsi_rx_shut_down) + drv_dsi_tx_command_get_payload 0x0001574f Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_command_get_payload) + drv_dsi_tx_command_header 0x00015753 Thumb Code 20 drv_dsi_tx.o(i.drv_dsi_tx_command_header) + drv_dsi_tx_command_mode_cfg 0x00015767 Thumb Code 108 drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) + drv_dsi_tx_command_put_payload 0x000157d3 Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) + drv_dsi_tx_config_eotp 0x000157d7 Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) + drv_dsi_tx_config_int 0x000157ef Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_config_int) + drv_dsi_tx_dpi_lpcmd_time 0x000157f7 Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_dpi_lpcmd_time) + drv_dsi_tx_dpi_mode 0x000157ff Thumb Code 10 drv_dsi_tx.o(i.drv_dsi_tx_dpi_mode) + drv_dsi_tx_dpi_polarity 0x00015809 Thumb Code 36 drv_dsi_tx.o(i.drv_dsi_tx_dpi_polarity) + drv_dsi_tx_edpi_cmd_size 0x0001582d Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_edpi_cmd_size) + drv_dsi_tx_get_cmd_status 0x00015831 Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) + drv_dsi_tx_mode 0x00015835 Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_mode) + drv_dsi_tx_phy_clock_lane_auto_lp 0x00015839 Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_auto_lp) + drv_dsi_tx_phy_clock_lane_req_hs 0x00015851 Thumb Code 26 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) + drv_dsi_tx_phy_lane_mode 0x0001586b Thumb Code 12 drv_dsi_tx.o(i.drv_dsi_tx_phy_lane_mode) + drv_dsi_tx_phy_status_ready 0x00015877 Thumb Code 100 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ready) + drv_dsi_tx_phy_status_stopstate 0x000158db Thumb Code 62 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) + drv_dsi_tx_phy_time_cfg 0x00015919 Thumb Code 30 drv_dsi_tx.o(i.drv_dsi_tx_phy_time_cfg) + drv_dsi_tx_powerup 0x00015937 Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_powerup) + drv_dsi_tx_response_mode 0x0001593f Thumb Code 28 drv_dsi_tx.o(i.drv_dsi_tx_response_mode) + drv_dsi_tx_set_bta 0x0001595b Thumb Code 22 drv_dsi_tx.o(i.drv_dsi_tx_set_bta) + drv_dsi_tx_set_bta_ack 0x00015971 Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_set_bta_ack) + drv_dsi_tx_set_esc_div 0x00015989 Thumb Code 12 drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) + drv_dsi_tx_set_int 0x00015995 Thumb Code 46 drv_dsi_tx.o(i.drv_dsi_tx_set_int) + drv_dsi_tx_set_time_out_div 0x000159c9 Thumb Code 16 drv_dsi_tx.o(i.drv_dsi_tx_set_time_out_div) + drv_dsi_tx_set_video_chunk 0x000159d9 Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_set_video_chunk) + drv_dsi_tx_set_video_timing 0x000159e1 Thumb Code 34 drv_dsi_tx.o(i.drv_dsi_tx_set_video_timing) + drv_dsi_tx_shutdown 0x00015a03 Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_shutdown) + drv_dsi_tx_timeout_cfg 0x00015a0b Thumb Code 38 drv_dsi_tx.o(i.drv_dsi_tx_timeout_cfg) + drv_dsi_tx_video_mode_cfg 0x00015a31 Thumb Code 170 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_cfg) + drv_dsi_tx_video_mode_disable_hact_cmd 0x00015adb Thumb Code 22 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_disable_hact_cmd) + drv_dsi_tx_video_mode_set_lp_cmd 0x00015af1 Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) + drv_efuse_enter_inactive 0x00015b09 Thumb Code 32 drv_efuse.o(i.drv_efuse_enter_inactive) + drv_efuse_int_enable 0x00015b29 Thumb Code 12 drv_efuse.o(i.drv_efuse_int_enable) + drv_efuse_read 0x00015b35 Thumb Code 50 drv_efuse.o(i.drv_efuse_read) + drv_efuse_read_req 0x00015b67 Thumb Code 24 drv_efuse.o(i.drv_efuse_read_req) + drv_gpio_get_input_data 0x00015b81 Thumb Code 20 drv_gpio.o(i.drv_gpio_get_input_data) + drv_gpio_register_ap_reset_callback 0x00015b99 Thumb Code 6 drv_gpio.o(i.drv_gpio_register_ap_reset_callback) + drv_gpio_register_callback 0x00015ba5 Thumb Code 14 drv_gpio.o(i.drv_gpio_register_callback) + drv_gpio_set_int 0x00015bb9 Thumb Code 62 drv_gpio.o(i.drv_gpio_set_int) + drv_gpio_set_ioe 0x00015bfd Thumb Code 26 drv_gpio.o(i.drv_gpio_set_ioe) + drv_gpio_set_mode0 0x00015c1d Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode0) + drv_gpio_set_mode1 0x00015c2d Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode1) + drv_gpio_set_mode2 0x00015c3d Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode2) + drv_gpio_set_mode3 0x00015c4d Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode3) + drv_gpio_set_pull_state 0x00015c7d Thumb Code 298 drv_gpio.o(i.drv_gpio_set_pull_state) + drv_i2c_dma_init 0x00015de1 Thumb Code 146 drv_i2c_dma.o(i.drv_i2c_dma_init) + drv_i2c_enable_rx_dma 0x00015e8d Thumb Code 26 drv_i2c_dma.o(i.drv_i2c_enable_rx_dma) + drv_i2c_enable_tx_dma 0x00015ea7 Thumb Code 24 drv_i2c_dma.o(i.drv_i2c_enable_tx_dma) + drv_i2c_m_clear_it_pending_bit 0x00015ec1 Thumb Code 86 drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) + drv_i2c_m_enable 0x00015f21 Thumb Code 10 drv_i2c_master.o(i.drv_i2c_m_enable) + drv_i2c_m_enable_intr 0x00015f31 Thumb Code 42 drv_i2c_master.o(i.drv_i2c_m_enable_intr) + drv_i2c_m_set_callback 0x00015f69 Thumb Code 6 drv_i2c_master.o(i.drv_i2c_m_set_callback) + drv_i2c_master_init 0x00015f75 Thumb Code 118 drv_i2c_master.o(i.drv_i2c_master_init) + drv_i2c_master_read_dma 0x00016001 Thumb Code 82 drv_i2c_dma.o(i.drv_i2c_master_read_dma) + drv_i2c_master_write_dma 0x0001605d Thumb Code 50 drv_i2c_dma.o(i.drv_i2c_master_write_dma) + drv_i2c_s_clear_it_pending_bit 0x000160c9 Thumb Code 84 drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) + drv_i2c_s_enable_intr 0x00016125 Thumb Code 40 drv_i2c_slave.o(i.drv_i2c_s_enable_intr) + drv_i2c_s_get_fifo_status 0x00016159 Thumb Code 22 drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) + drv_i2c_s_set_callback 0x00016175 Thumb Code 6 drv_i2c_slave.o(i.drv_i2c_s_set_callback) + drv_i2c_s_write_data 0x00016181 Thumb Code 26 drv_i2c_slave.o(i.drv_i2c_s_write_data) + drv_i2c_set_dma_irq_callback 0x000161a1 Thumb Code 68 drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) + drv_i2c_slave_init 0x000161f9 Thumb Code 60 drv_i2c_slave.o(i.drv_i2c_slave_init) + drv_i2c_slave_write_dma 0x0001623d Thumb Code 18 drv_i2c_dma.o(i.drv_i2c_slave_write_dma) + drv_lcdc_config_bypass 0x00016259 Thumb Code 24 drv_lcdc.o(i.drv_lcdc_config_bypass) + drv_lcdc_config_ccm 0x00016271 Thumb Code 48 drv_lcdc.o(i.drv_lcdc_config_ccm) + drv_lcdc_config_disp_mode 0x000162a1 Thumb Code 22 drv_lcdc.o(i.drv_lcdc_config_disp_mode) + drv_lcdc_config_dpi_polarity 0x000162b7 Thumb Code 36 drv_lcdc.o(i.drv_lcdc_config_dpi_polarity) + drv_lcdc_config_dpi_timing 0x000162db Thumb Code 38 drv_lcdc.o(i.drv_lcdc_config_dpi_timing) + drv_lcdc_config_edpi_mode 0x00016301 Thumb Code 22 drv_lcdc.o(i.drv_lcdc_config_edpi_mode) + drv_lcdc_config_endianness 0x00016317 Thumb Code 22 drv_lcdc.o(i.drv_lcdc_config_endianness) + drv_lcdc_config_input_size 0x0001632d Thumb Code 12 drv_lcdc.o(i.drv_lcdc_config_input_size) + drv_lcdc_config_int 0x00016339 Thumb Code 30 drv_lcdc.o(i.drv_lcdc_config_int) + drv_lcdc_config_int_single 0x00016357 Thumb Code 34 drv_lcdc.o(i.drv_lcdc_config_int_single) + drv_lcdc_config_overwrite 0x00016379 Thumb Code 34 drv_lcdc.o(i.drv_lcdc_config_overwrite) + drv_lcdc_config_overwrite_rgb 0x0001639b Thumb Code 12 drv_lcdc.o(i.drv_lcdc_config_overwrite_rgb) + drv_lcdc_config_partial_display_area 0x000163a7 Thumb Code 26 drv_lcdc.o(i.drv_lcdc_config_partial_display_area) + drv_lcdc_config_partial_display_enable 0x000163c1 Thumb Code 34 drv_lcdc.o(i.drv_lcdc_config_partial_display_enable) + drv_lcdc_config_scale_up_coef 0x000163e3 Thumb Code 40 drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) + drv_lcdc_config_scale_up_step 0x0001640b Thumb Code 12 drv_lcdc.o(i.drv_lcdc_config_scale_up_step) + drv_lcdc_config_src_parameter 0x00016417 Thumb Code 76 drv_lcdc.o(i.drv_lcdc_config_src_parameter) + drv_lcdc_config_thresh 0x00016463 Thumb Code 6 drv_lcdc.o(i.drv_lcdc_config_thresh) + drv_lcdc_ctrl_flow 0x00016469 Thumb Code 18 drv_lcdc.o(i.drv_lcdc_ctrl_flow) + drv_lcdc_enable_shadow_reg 0x0001647b Thumb Code 32 drv_lcdc.o(i.drv_lcdc_enable_shadow_reg) + drv_lcdc_set_int 0x0001649d Thumb Code 46 drv_lcdc.o(i.drv_lcdc_set_int) + drv_lcdc_set_video_hw_mode 0x000164d1 Thumb Code 20 drv_lcdc.o(i.drv_lcdc_set_video_hw_mode) + drv_lcdc_start 0x000164e5 Thumb Code 32 drv_lcdc.o(i.drv_lcdc_start) + drv_memc_clear_status 0x00016505 Thumb Code 12 drv_memc.o(i.drv_memc_clear_status) + drv_memc_enable_irq 0x00016511 Thumb Code 58 drv_memc.o(i.drv_memc_enable_irq) + drv_memc_gen_a_tear_signal 0x00016551 Thumb Code 12 drv_memc.o(i.drv_memc_gen_a_tear_signal) + drv_memc_get_status 0x0001655d Thumb Code 18 drv_memc.o(i.drv_memc_get_status) + drv_memc_rate_transfer_sel 0x0001656f Thumb Code 16 drv_memc.o(i.drv_memc_rate_transfer_sel) + drv_memc_sel_vsync 0x0001657f Thumb Code 14 drv_memc.o(i.drv_memc_sel_vsync) + drv_memc_set_active_height 0x0001658d Thumb Code 14 drv_memc.o(i.drv_memc_set_active_height) + drv_memc_set_data_mode 0x000165a1 Thumb Code 12 drv_memc.o(i.drv_memc_set_data_mode) + drv_memc_set_double_buffer 0x000165ad Thumb Code 16 drv_memc.o(i.drv_memc_set_double_buffer) + drv_memc_set_double_buffer_reverse 0x000165bd Thumb Code 18 drv_memc.o(i.drv_memc_set_double_buffer_reverse) + drv_memc_set_fs_en_conditions 0x000165cf Thumb Code 16 drv_memc.o(i.drv_memc_set_fs_en_conditions) + drv_memc_set_inten 0x000165df Thumb Code 20 drv_memc.o(i.drv_memc_set_inten) + drv_memc_set_lcdc_st_conditions 0x000165f5 Thumb Code 18 drv_memc.o(i.drv_memc_set_lcdc_st_conditions) + drv_memc_set_ltpo_mode 0x0001660d Thumb Code 26 drv_memc.o(i.drv_memc_set_ltpo_mode) + drv_memc_set_tear_mode 0x00016627 Thumb Code 14 drv_memc.o(i.drv_memc_set_tear_mode) + drv_memc_set_tear_waveform 0x00016635 Thumb Code 34 drv_memc.o(i.drv_memc_set_tear_waveform) + drv_memc_set_vidc_sync_cnt 0x0001665d Thumb Code 14 drv_memc.o(i.drv_memc_set_vidc_sync_cnt) + drv_param_init_get_ccm 0x0001666d Thumb Code 4 drv_param_init.o(i.drv_param_init_get_ccm) + drv_param_init_get_scld_filter_h 0x00016675 Thumb Code 12 drv_param_init.o(i.drv_param_init_get_scld_filter_h) + drv_param_init_get_scld_filter_v 0x00016689 Thumb Code 12 drv_param_init.o(i.drv_param_init_get_scld_filter_v) + drv_param_init_get_sclu_filter 0x0001669d Thumb Code 4 drv_param_init.o(i.drv_param_init_get_sclu_filter) + drv_param_init_set_ccm 0x000166a5 Thumb Code 14 drv_param_init.o(i.drv_param_init_set_ccm) + drv_param_p2r_filter_init 0x000166b9 Thumb Code 30 drv_param_init.o(i.drv_param_p2r_filter_init) + drv_phy_get_para 0x000166dd Thumb Code 76 drv_phy_common.o(i.drv_phy_get_para) + drv_pwr_set_cp_mode 0x00016731 Thumb Code 26 drv_pwr.o(i.drv_pwr_set_cp_mode) + drv_pwr_set_pvd_mode 0x00016751 Thumb Code 18 drv_pwr.o(i.drv_pwr_set_pvd_mode) + drv_pwr_set_system_clk_src 0x00016769 Thumb Code 36 drv_pwr.o(i.drv_pwr_set_system_clk_src) + drv_rxbr_clear_pkt_buffer 0x00016835 Thumb Code 10 drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) + drv_rxbr_clear_status0 0x0001683f Thumb Code 4 drv_rxbr.o(i.drv_rxbr_clear_status0) + drv_rxbr_enable_irq 0x00016843 Thumb Code 90 drv_rxbr.o(i.drv_rxbr_enable_irq) + drv_rxbr_frame_drop_cfg 0x0001689d Thumb Code 16 drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) + drv_rxbr_get_clk 0x000168b1 Thumb Code 44 drv_rxbr.o(i.drv_rxbr_get_clk) + drv_rxbr_get_col_addr 0x000168ed Thumb Code 4 drv_rxbr.o(i.drv_rxbr_get_col_addr) + drv_rxbr_get_page_addr 0x00016903 Thumb Code 4 drv_rxbr.o(i.drv_rxbr_get_page_addr) + drv_rxbr_hline_rcv0_cfg 0x00016919 Thumb Code 12 drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) + drv_rxbr_hline_rcv_cfg 0x00016925 Thumb Code 8 drv_rxbr.o(i.drv_rxbr_hline_rcv_cfg) + drv_rxbr_register_irq0_callback 0x0001692d Thumb Code 6 drv_rxbr.o(i.drv_rxbr_register_irq0_callback) + drv_rxbr_register_irq1_callback 0x00016939 Thumb Code 6 drv_rxbr.o(i.drv_rxbr_register_irq1_callback) + drv_rxbr_set_ack_pkt_header 0x00016945 Thumb Code 20 drv_rxbr.o(i.drv_rxbr_set_ack_pkt_header) + drv_rxbr_set_cmd_filter 0x00016959 Thumb Code 204 drv_rxbr.o(i.drv_rxbr_set_cmd_filter) + drv_rxbr_set_color_format 0x00016a25 Thumb Code 20 drv_rxbr.o(i.drv_rxbr_set_color_format) + drv_rxbr_set_inten 0x00016a39 Thumb Code 20 drv_rxbr.o(i.drv_rxbr_set_inten) + drv_rxbr_set_ltpo_drop_th 0x00016a4d Thumb Code 16 drv_rxbr.o(i.drv_rxbr_set_ltpo_drop_th) + drv_rxbr_set_usr_cfg 0x00016a5d Thumb Code 38 drv_rxbr.o(i.drv_rxbr_set_usr_cfg) + drv_rxbr_set_usr_col 0x00016a83 Thumb Code 8 drv_rxbr.o(i.drv_rxbr_set_usr_col) + drv_rxbr_set_usr_row 0x00016a8b Thumb Code 8 drv_rxbr.o(i.drv_rxbr_set_usr_row) + drv_spi_m_read_data 0x00016a95 Thumb Code 28 drv_spi_master.o(i.drv_spi_m_read_data) + drv_swire_set_int 0x00016ab5 Thumb Code 64 drv_swire.o(i.drv_swire_set_int) + drv_swire_set_power_down 0x00016afd Thumb Code 24 drv_swire.o(i.drv_swire_set_power_down) + drv_sys_cfg_clear_all_int 0x00016b19 Thumb Code 8 drv_sys_cfg.o(i.drv_sys_cfg_clear_all_int) + drv_sys_cfg_clear_pending 0x00016b25 Thumb Code 32 drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) + drv_sys_cfg_sel_ap_rst_lvl_trig 0x00016b4d Thumb Code 18 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) + drv_sys_cfg_sel_ap_rst_trig 0x00016b65 Thumb Code 22 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) + drv_sys_cfg_sel_gpio_group 0x00016b81 Thumb Code 30 drv_sys_cfg.o(i.drv_sys_cfg_sel_gpio_group) + drv_sys_cfg_sel_int_trig 0x00016ba5 Thumb Code 30 drv_sys_cfg.o(i.drv_sys_cfg_sel_int_trig) + drv_sys_cfg_set_dma_rx_req 0x00016bc9 Thumb Code 10 drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) + drv_sys_cfg_set_dma_tx_req 0x00016bd9 Thumb Code 10 drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) + drv_sys_cfg_set_int 0x00016be9 Thumb Code 30 drv_sys_cfg.o(i.drv_sys_cfg_set_int) + drv_timer_clear_status_flags 0x00016c0d Thumb Code 26 drv_timer.o(i.drv_timer_clear_status_flags) + drv_timer_enable 0x00016c27 Thumb Code 32 drv_timer.o(i.drv_timer_enable) + drv_timer_get_instance 0x00016c49 Thumb Code 8 drv_timer.o(i.drv_timer_get_instance) + drv_timer_get_prescaler 0x00016c55 Thumb Code 14 drv_timer.o(i.drv_timer_get_prescaler) + drv_timer_register_callback 0x00016c65 Thumb Code 12 drv_timer.o(i.drv_timer_register_callback) + drv_timer_set_current_count 0x00016c75 Thumb Code 12 drv_timer.o(i.drv_timer_set_current_count) + drv_timer_set_int 0x00016c81 Thumb Code 68 drv_timer.o(i.drv_timer_set_int) + drv_timer_set_match 0x00016cc9 Thumb Code 12 drv_timer.o(i.drv_timer_set_match) + drv_timer_set_prescaler 0x00016cd5 Thumb Code 22 drv_timer.o(i.drv_timer_set_prescaler) + drv_tx_phy_test_clear 0x00016ceb Thumb Code 12 drv_dsi_tx.o(i.drv_tx_phy_test_clear) + drv_tx_phy_test_enter 0x00016cf7 Thumb Code 28 drv_dsi_tx.o(i.drv_tx_phy_test_enter) + drv_tx_phy_test_exit 0x00016d13 Thumb Code 28 drv_dsi_tx.o(i.drv_tx_phy_test_exit) + drv_tx_phy_test_write 0x00016d2f Thumb Code 26 drv_dsi_tx.o(i.drv_tx_phy_test_write) + drv_tx_phy_test_write_1_byte 0x00016d49 Thumb Code 14 drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) + drv_tx_phy_test_write_2_byte 0x00016d57 Thumb Code 18 drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) + drv_tx_phy_test_write_code 0x00016d69 Thumb Code 34 drv_dsi_tx.o(i.drv_tx_phy_test_write_code) + drv_vidc_clear_irq 0x00016dad Thumb Code 8 drv_vidc.o(i.drv_vidc_clear_irq) + drv_vidc_enable 0x00016db5 Thumb Code 24 drv_vidc.o(i.drv_vidc_enable) + drv_vidc_enable_irq 0x00016dcd Thumb Code 58 drv_vidc.o(i.drv_vidc_enable_irq) + drv_vidc_get_irq_status 0x00016e0d Thumb Code 18 drv_vidc.o(i.drv_vidc_get_irq_status) + drv_vidc_init_module_enable 0x00016e21 Thumb Code 36 drv_vidc.o(i.drv_vidc_init_module_enable) + drv_vidc_register_callback 0x00016e49 Thumb Code 6 drv_vidc.o(i.drv_vidc_register_callback) + drv_vidc_reset 0x00016e55 Thumb Code 6 drv_vidc.o(i.drv_vidc_reset) + drv_vidc_set_dst_parameter 0x00016e5b Thumb Code 60 drv_vidc.o(i.drv_vidc_set_dst_parameter) + drv_vidc_set_irqen 0x00016e97 Thumb Code 20 drv_vidc.o(i.drv_vidc_set_irqen) + drv_vidc_set_mirror 0x00016eab Thumb Code 16 drv_vidc.o(i.drv_vidc_set_mirror) + drv_vidc_set_p2r_hcoef0 0x00016ebb Thumb Code 8 drv_vidc.o(i.drv_vidc_set_p2r_hcoef0) + drv_vidc_set_p2r_hinitb 0x00016ec3 Thumb Code 38 drv_vidc.o(i.drv_vidc_set_p2r_hinitb) + drv_vidc_set_p2r_hinitr 0x00016ee9 Thumb Code 38 drv_vidc.o(i.drv_vidc_set_p2r_hinitr) + drv_vidc_set_pentile_swap 0x00016f11 Thumb Code 18 drv_vidc.o(i.drv_vidc_set_pentile_swap) + drv_vidc_set_pu_ctrl 0x00016f29 Thumb Code 10 drv_vidc.o(i.drv_vidc_set_pu_ctrl) + drv_vidc_set_rotation 0x00016f33 Thumb Code 16 drv_vidc.o(i.drv_vidc_set_rotation) + drv_vidc_set_scld_hcoef0 0x00016f43 Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_hcoef0) + drv_vidc_set_scld_hcoef1 0x00016f4d Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_hcoef1) + drv_vidc_set_scld_step 0x00016f57 Thumb Code 18 drv_vidc.o(i.drv_vidc_set_scld_step) + drv_vidc_set_scld_vcoef0 0x00016f69 Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_vcoef0) + drv_vidc_set_scld_vcoef1 0x00016f73 Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_vcoef1) + drv_vidc_set_src_parameter 0x00016f7d Thumb Code 22 drv_vidc.o(i.drv_vidc_set_src_parameter) + drv_wdg_set_int 0x00016fb5 Thumb Code 48 drv_wdg.o(i.drv_wdg_set_int) + fls_clr_interrupt_flag 0x00016fe9 Thumb Code 10 drv_fls.o(i.fls_clr_interrupt_flag) + fputc 0x00016ff3 Thumb Code 20 tau_log.o(i.fputc) + hal_dsi_rx_ctrl_create_handle 0x00017009 Thumb Code 42 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) + hal_dsi_rx_ctrl_deinit 0x00017039 Thumb Code 32 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) + hal_dsi_rx_ctrl_dsc_async_handler 0x0001705d Thumb Code 120 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) + hal_dsi_rx_ctrl_gen_a_tear_signal 0x000170e1 Thumb Code 32 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) + hal_dsi_rx_ctrl_get_max_ret_size 0x00017109 Thumb Code 30 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) + hal_dsi_rx_ctrl_init 0x00017131 Thumb Code 144 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) + hal_dsi_rx_ctrl_pre_init_pps 0x000179dd Thumb Code 56 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) + hal_dsi_rx_ctrl_send_ack_cmd 0x00017a19 Thumb Code 212 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) + hal_dsi_rx_ctrl_set_cus_sync_line 0x00017b09 Thumb Code 44 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) + hal_dsi_rx_ctrl_set_hw_tear_mode 0x00017b3d Thumb Code 42 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) + hal_dsi_rx_ctrl_set_sw_tear_mode 0x00017b71 Thumb Code 42 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) + hal_dsi_rx_ctrl_start 0x00017ba5 Thumb Code 46 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) + hal_dsi_rx_ctrl_stop 0x00017be1 Thumb Code 46 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) + hal_dsi_rx_ctrl_toggle_resolution 0x00017c1d Thumb Code 28 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) + hal_dsi_tx_ctrl_create_handle 0x000182d9 Thumb Code 34 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) + hal_dsi_tx_ctrl_deinit 0x00018305 Thumb Code 68 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) + hal_dsi_tx_ctrl_enter_init_panel_mode 0x0001834d Thumb Code 68 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) + hal_dsi_tx_ctrl_exit_init_panel_mode 0x00018399 Thumb Code 32 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) + hal_dsi_tx_ctrl_init 0x000183c1 Thumb Code 154 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) + hal_dsi_tx_ctrl_panel_reset_pin 0x00018489 Thumb Code 12 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) + hal_dsi_tx_ctrl_read_cmd 0x00018495 Thumb Code 150 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) + hal_dsi_tx_ctrl_set_ccm 0x00018531 Thumb Code 28 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) + hal_dsi_tx_ctrl_set_overwrite_rgb 0x00018551 Thumb Code 16 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) + hal_dsi_tx_ctrl_set_partial_disp 0x00018565 Thumb Code 12 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) + hal_dsi_tx_ctrl_set_partial_disp_area 0x00018575 Thumb Code 30 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) + hal_dsi_tx_ctrl_start 0x00018599 Thumb Code 94 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) + hal_dsi_tx_ctrl_stop 0x00018605 Thumb Code 54 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) + hal_dsi_tx_ctrl_write_array_cmd 0x00018649 Thumb Code 210 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) + hal_dsi_tx_ctrl_write_cmd 0x00018721 Thumb Code 172 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) + hal_gpio_ctrl_eint 0x00018b19 Thumb Code 18 hal_gpio.o(i.hal_gpio_ctrl_eint) + hal_gpio_get_input_data 0x00018b31 Thumb Code 18 hal_gpio.o(i.hal_gpio_get_input_data) + hal_gpio_init_eint 0x00018b45 Thumb Code 58 hal_gpio.o(i.hal_gpio_init_eint) + hal_gpio_init_input 0x00018b85 Thumb Code 28 hal_gpio.o(i.hal_gpio_init_input) + hal_gpio_init_output 0x00018ba5 Thumb Code 34 hal_gpio.o(i.hal_gpio_init_output) + hal_gpio_reg_eint_cb 0x00018bcd Thumb Code 20 hal_gpio.o(i.hal_gpio_reg_eint_cb) + hal_gpio_set_ap_reset_int 0x00018be5 Thumb Code 76 hal_gpio.o(i.hal_gpio_set_ap_reset_int) + hal_gpio_set_mode 0x00018c35 Thumb Code 90 hal_gpio.o(i.hal_gpio_set_mode) + hal_gpio_set_output_data 0x00018c95 Thumb Code 8 hal_gpio.o(i.hal_gpio_set_output_data) + hal_gpio_set_pull_state 0x00018c9d Thumb Code 26 hal_gpio.o(i.hal_gpio_set_pull_state) + hal_i2c_m_dma_init 0x00018cbd Thumb Code 92 hal_i2c_master.o(i.hal_i2c_m_dma_init) + hal_i2c_m_dma_read 0x00018d29 Thumb Code 26 hal_i2c_master.o(i.hal_i2c_m_dma_read) + hal_i2c_m_dma_write 0x00018d49 Thumb Code 24 hal_i2c_master.o(i.hal_i2c_m_dma_write) + hal_i2c_m_transfer_complate 0x00018d65 Thumb Code 6 hal_i2c_master.o(i.hal_i2c_m_transfer_complate) + hal_i2c_s_dma_write 0x00018da1 Thumb Code 46 hal_i2c_slave.o(i.hal_i2c_s_dma_write) + hal_i2c_s_init 0x00018dd9 Thumb Code 86 hal_i2c_slave.o(i.hal_i2c_s_init) + hal_i2c_s_nonblocking_read 0x00018e45 Thumb Code 14 hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) + hal_i2c_s_set_transfer 0x00018e59 Thumb Code 6 hal_i2c_slave.o(i.hal_i2c_s_set_transfer) + hal_internal_init_memc 0x00018f7d Thumb Code 146 hal_internal_vsync.o(i.hal_internal_init_memc) + hal_internal_sync_get_fb_setting 0x00019061 Thumb Code 12 hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) + hal_internal_sync_input_resolution_change 0x00019071 Thumb Code 418 hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) + hal_internal_vsync_deinit 0x00019285 Thumb Code 24 hal_internal_vsync.o(i.hal_internal_vsync_deinit) + hal_internal_vsync_get_sync_line 0x000192a1 Thumb Code 18 hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) + hal_internal_vsync_init_rx 0x000192b9 Thumb Code 220 hal_internal_vsync.o(i.hal_internal_vsync_init_rx) + hal_internal_vsync_init_tx 0x000193b5 Thumb Code 172 hal_internal_vsync.o(i.hal_internal_vsync_init_tx) + hal_internal_vsync_set_auto_hw_filter 0x00019465 Thumb Code 222 hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) + hal_internal_vsync_set_rx_state 0x00019581 Thumb Code 16 hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) + hal_internal_vsync_set_sync_line 0x00019595 Thumb Code 22 hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) + hal_internal_vsync_set_tear_mode 0x000195b1 Thumb Code 58 hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) + hal_internal_vsync_set_tx_state 0x000195f5 Thumb Code 54 hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) + hal_spi_m_clear_rxfifo 0x000199cd Thumb Code 14 hal_spi_master.o(i.hal_spi_m_clear_rxfifo) + hal_swire_open 0x000199db Thumb Code 22 hal_swire.o(i.hal_swire_open) + hal_system_enable_systick 0x000199f1 Thumb Code 8 hal_system.o(i.hal_system_enable_systick) + hal_system_init 0x000199f9 Thumb Code 96 hal_system.o(i.hal_system_init) + hal_system_init_console 0x00019a75 Thumb Code 28 hal_system.o(i.hal_system_init_console) + hal_system_set_pvd 0x00019a91 Thumb Code 8 hal_system.o(i.hal_system_set_pvd) + hal_system_set_vcc 0x00019a99 Thumb Code 8 hal_system.o(i.hal_system_set_vcc) + hal_timer_init 0x00019aa1 Thumb Code 34 hal_timer.o(i.hal_timer_init) + hal_timer_start 0x00019ac5 Thumb Code 78 hal_timer.o(i.hal_timer_start) + hal_timer_stop 0x00019b19 Thumb Code 40 hal_timer.o(i.hal_timer_stop) + hal_uart_init 0x00019b41 Thumb Code 126 hal_uart.o(i.hal_uart_init) + hal_uart_transmit_blocking 0x00019bcd Thumb Code 12 hal_uart.o(i.hal_uart_transmit_blocking) + handle_init 0x00019bdd Thumb Code 140 irq_redirect .o(i.handle_init) + main 0x00019e09 Thumb Code 10 main.o(i.main) + panel_init_code 0x0001adb4 Data 6319 ap_demo.o(.constdata) + phone_data_21 0x0001c6e4 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_55 0x0001c6e5 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_85_1 0x0001c6e6 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_92_1 0x0001c6e7 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_F5_1 0x0001c6e8 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_F5_2 0x0001c6e9 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_F5_3 0x0001c6ea Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_F5_4 0x0001c6eb Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_30 0x0001c6ec Data 2 app_tp_for_custom_s8.o(.constdata) + phone_data_52 0x0001c6ee Data 3 app_tp_for_custom_s8.o(.constdata) + phone_data_92_3 0x0001c6f1 Data 3 app_tp_for_custom_s8.o(.constdata) + phone_data_A3 0x0001c6f4 Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_A4 0x0001c6f8 Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_A5 0x0001c6fc Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_AF 0x0001c700 Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_F1 0x0001c704 Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_22 0x0001c708 Data 5 app_tp_for_custom_s8.o(.constdata) + phone_data_92_2 0x0001c70d Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_F6_1 0x0001c713 Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_F6_2 0x0001c719 Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_F6_3 0x0001c71f Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_F6_4 0x0001c725 Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_60_1 0x0001c72b Data 16 app_tp_for_custom_s8.o(.constdata) + phone_data_23 0x0001c73b Data 11 app_tp_for_custom_s8.o(.constdata) + phone_data_85_2 0x0001c746 Data 28 app_tp_for_custom_s8.o(.constdata) + phone_data_90 0x0001c762 Data 10 app_tp_for_custom_s8.o(.constdata) + sleep_on 0x0001c76c Data 16 app_tp_for_custom_s8.o(.constdata) + screen_reg_start_data_size 0x0001c77c Data 1 app_tp_for_custom_s8.o(.constdata) + Region$$Table$$Base 0x0001cc34 Number 0 anon$$obj.o(Region$$Table) + Region$$Table$$Limit 0x0001cc64 Number 0 anon$$obj.o(Region$$Table) + g_fun_handle 0x00070100 Data 192 irq_redirect .o(.ARM.__AT_0x00070100) + phone_86_flag 0x000701d6 Data 1 ap_demo.o(.data) + phone_A6_flag 0x000701d7 Data 1 ap_demo.o(.data) + phone_start_flag 0x000701d8 Data 1 ap_demo.o(.data) + ap_tear_flag 0x000701dc Data 1 ap_demo.o(.data) + g_enter_display_off 0x000701dd Data 1 ap_demo.o(.data) + panel_mode 0x000701df Data 1 ap_demo.o(.data) + value_reg_b1 0x000701e2 Data 2 ap_demo.o(.data) + value_reg_b1_bak 0x000701e4 Data 2 ap_demo.o(.data) + value_reg51 0x000701e6 Data 2 ap_demo.o(.data) + value_reg51_bak 0x000701e8 Data 2 ap_demo.o(.data) + panel_r 0x000701ea Data 2 ap_demo.o(.data) + panel_g 0x000701ec Data 2 ap_demo.o(.data) + panel_b 0x000701ee Data 2 ap_demo.o(.data) + value_reg_ca 0x000701f8 Data 4 ap_demo.o(.data) + phone_data_E4 0x00070200 Data 1 app_tp_for_custom_s8.o(.data) + tp_flag 0x00070201 Data 1 app_tp_for_custom_s8.o(.data) + g_phone_output_int_pad 0x00070202 Data 1 app_tp_for_custom_s8.o(.data) + tp_sleep_in 0x00070203 Data 1 app_tp_for_custom_s8.o(.data) + tp_sleep_count 0x00070204 Data 1 app_tp_for_custom_s8.o(.data) + sleep_double_EN 0x00070205 Data 1 app_tp_for_custom_s8.o(.data) + Flag_EA_EN 0x00070206 Data 1 app_tp_for_custom_s8.o(.data) + Flag_touch_count 0x00070207 Data 1 app_tp_for_custom_s8.o(.data) + touchnum_bak 0x00070208 Data 1 app_tp_for_custom_s8.o(.data) + Flag_blacklight_EN 0x00070209 Data 1 app_tp_for_custom_s8.o(.data) + phone_data_B1 0x00070212 Data 2 app_tp_for_custom_s8.o(.data) + phone_reg_coord_back 0x0007021c Data 200 app_tp_for_custom_s8.o(.data) + g_screen_input_rst_pad 0x000702e4 Data 1 app_tp_for_custom_s8.o(.data) + g_screen_input_int_pad 0x000702e5 Data 1 app_tp_for_custom_s8.o(.data) + screen_data_write_1 0x000702e6 Data 1 app_tp_for_custom_s8.o(.data) + screen_data_write_2 0x000702e7 Data 3 app_tp_for_custom_s8.o(.data) + screen_data_write_3 0x000702ea Data 5 app_tp_for_custom_s8.o(.data) + screen_reg_int_data 0x000702f0 Data 48 app_tp_for_custom_s8.o(.data) + s_screen_init_complate 0x00070324 Data 1 app_tp_transfer.o(.data) + MI10_PRO_screen_init_data1 0x00070328 Data 3 app_tp_transfer.o(.data) + MI10_PRO_screen_init_data3 0x0007032b Data 3 app_tp_transfer.o(.data) + MI10_PRO_screen_init_data4 0x0007032e Data 3 app_tp_transfer.o(.data) + MI10_PRO_screen_init_data2 0x00070331 Data 6 app_tp_transfer.o(.data) + g_fls_w_cmd 0x00070364 Data 1 norflash.o(.data) + g_fls_r_cmd 0x00070365 Data 1 norflash.o(.data) + g_fls_write_en_status 0x00070366 Data 1 norflash.o(.data) + isFlsTransferEnd 0x00070367 Data 1 norflash.o(.data) + isFlsFifoReq 0x00070368 Data 1 norflash.o(.data) + isNandWriteCompleted 0x00070369 Data 1 norflash.o(.data) + isNandReadCompleted 0x0007036a Data 1 norflash.o(.data) + g_fls_error_info 0x00070370 Data 6 norflash.o(.data) + g_systick_cb_func 0x0007037c Data 4 drv_common.o(.data) + g_system_clock 0x00070380 Data 4 drv_common.o(.data) + g_scld_fhd_filter_h 0x00070390 Data 256 drv_param_init.o(.data) + g_scld_fhd_filter_v 0x00070490 Data 256 drv_param_init.o(.data) + g_scld_hd_filter_h 0x00070590 Data 256 drv_param_init.o(.data) + g_scld_hd_filter_v 0x00070690 Data 256 drv_param_init.o(.data) + g_sclu_filter 0x00070790 Data 128 drv_param_init.o(.data) + g_ccm_setting 0x00070810 Data 36 drv_param_init.o(.data) + g_int_rxbr_irq0_cb_func 0x00070834 Data 4 drv_rxbr.o(.data) + g_int_rxbr_irq1_cb_func 0x00070838 Data 4 drv_rxbr.o(.data) + g_int_vidc_cb_func 0x00070848 Data 4 drv_vidc.o(.data) + tx_byte_num 0x00070854 Data 4 drv_i2c_slave.o(.data) + __stdout 0x00070884 Data 4 stdout.o(.data) + phone_reg_coord_back_bak 0x00070888 Data 200 app_tp_for_custom_s8.o(.bss) + string 0x00070be8 Data 256 tau_log.o(.bss) + hal_dmahandle 0x00070ce8 Data 160 hal_uart.o(.bss) + hal_uarthandle_dma 0x00070d88 Data 32 hal_uart.o(.bss) + hal_uart_handle_global 0x00070da8 Data 16 hal_uart.o(.bss) + g_vsync_hande 0x00070db8 Data 56 hal_internal_vsync.o(.bss) + g_dcs_execute_table 0x00070df0 Data 2048 hal_internal_vsync.o(.bss) + g_packet_fifo 0x00071710 Data 4144 dcs_packet_fifo.o(.bss) + g_spis_ctrl_handle 0x000728fc Data 32 hal_spi_slave.o(.bss) + __stack_limit 0x00072920 Data 0 startup_armcm0.o(STACK) + __initial_sp 0x00073920 Data 0 startup_armcm0.o(STACK) + + + +============================================================================== + +Memory Map of the image + + Image Entry point : 0x000100c1 + + Load Region LR_IROM2 (Base: 0x00010000, Size: 0x0000d31c, Max: 0x00010000, ABSOLUTE, COMPRESSED[0x0000d018]) + + Execution Region ER_IROM2 (Exec base: 0x00010000, Load base: 0x00010000, Size: 0x0000cc64, Max: 0x00010000, ABSOLUTE) + + Exec Addr Load Addr Size Type Attr Idx E Section Name Object + + 0x00010000 0x00010000 0x000000c0 Data RO 526 RESET startup_armcm0.o + 0x000100c0 0x000100c0 0x00000000 Code RO 2479 * .ARM.Collect$$$$00000000 mc_p.l(entry.o) + 0x000100c0 0x000100c0 0x00000004 Code RO 2787 .ARM.Collect$$$$00000001 mc_p.l(entry2.o) + 0x000100c4 0x000100c4 0x00000004 Code RO 2790 .ARM.Collect$$$$00000004 mc_p.l(entry5.o) + 0x000100c8 0x000100c8 0x00000000 Code RO 2792 .ARM.Collect$$$$00000008 mc_p.l(entry7b.o) + 0x000100c8 0x000100c8 0x00000000 Code RO 2794 .ARM.Collect$$$$0000000A mc_p.l(entry8b.o) + 0x000100c8 0x000100c8 0x00000008 Code RO 2795 .ARM.Collect$$$$0000000B mc_p.l(entry9a.o) + 0x000100d0 0x000100d0 0x00000000 Code RO 2797 .ARM.Collect$$$$0000000D mc_p.l(entry10a.o) + 0x000100d0 0x000100d0 0x00000000 Code RO 2799 .ARM.Collect$$$$0000000F mc_p.l(entry11a.o) + 0x000100d0 0x000100d0 0x00000004 Code RO 2788 .ARM.Collect$$$$00002712 mc_p.l(entry2.o) + 0x000100d4 0x000100d4 0x00000078 Code RO 527 .text startup_armcm0.o + 0x0001014c 0x0001014c 0x0000002c Code RO 2482 .text mc_p.l(uidiv.o) + 0x00010178 0x00010178 0x00000028 Code RO 2484 .text mc_p.l(idiv.o) + 0x000101a0 0x000101a0 0x00000024 Code RO 2486 .text mc_p.l(memcpya.o) + 0x000101c4 0x000101c4 0x00000024 Code RO 2488 .text mc_p.l(memseta.o) + 0x000101e8 0x000101e8 0x000000b2 Code RO 2753 .text mf_p.l(fadd.o) + 0x0001029a 0x0001029a 0x0000007a Code RO 2755 .text mf_p.l(fmul.o) + 0x00010314 0x00010314 0x0000007c Code RO 2757 .text mf_p.l(fdiv.o) + 0x00010390 0x00010390 0x00000018 Code RO 2759 .text mf_p.l(fscalb.o) + 0x000103a8 0x000103a8 0x00000164 Code RO 2761 .text mf_p.l(dadd.o) + 0x0001050c 0x0001050c 0x000000d0 Code RO 2763 .text mf_p.l(dmul.o) + 0x000105dc 0x000105dc 0x000000f0 Code RO 2765 .text mf_p.l(ddiv.o) + 0x000106cc 0x000106cc 0x00000016 Code RO 2767 .text mf_p.l(fflti.o) + 0x000106e2 0x000106e2 0x0000000e Code RO 2769 .text mf_p.l(ffltui.o) + 0x000106f0 0x000106f0 0x0000001c Code RO 2773 .text mf_p.l(dfltui.o) + 0x0001070c 0x0001070c 0x00000032 Code RO 2775 .text mf_p.l(ffixi.o) + 0x0001073e 0x0001073e 0x00000028 Code RO 2777 .text mf_p.l(ffixui.o) + 0x00010766 0x00010766 0x00000002 PAD + 0x00010768 0x00010768 0x00000048 Code RO 2779 .text mf_p.l(dfixi.o) + 0x000107b0 0x000107b0 0x0000003c Code RO 2781 .text mf_p.l(dfixui.o) + 0x000107ec 0x000107ec 0x00000028 Code RO 2783 .text mf_p.l(f2d.o) + 0x00010814 0x00010814 0x00000014 Code RO 2785 .text mf_p.l(cfrcmple.o) + 0x00010828 0x00010828 0x00000060 Code RO 2802 .text mc_p.l(uldiv.o) + 0x00010888 0x00010888 0x00000020 Code RO 2804 .text mc_p.l(llshl.o) + 0x000108a8 0x000108a8 0x00000022 Code RO 2806 .text mc_p.l(llushr.o) + 0x000108ca 0x000108ca 0x00000026 Code RO 2808 .text mc_p.l(llsshr.o) + 0x000108f0 0x000108f0 0x00000000 Code RO 2810 .text mc_p.l(iusefp.o) + 0x000108f0 0x000108f0 0x00000082 Code RO 2811 .text mf_p.l(fepilogue.o) + 0x00010972 0x00010972 0x000000be Code RO 2813 .text mf_p.l(depilogue.o) + 0x00010a30 0x00010a30 0x00000040 Code RO 2817 .text mf_p.l(dfixul.o) + 0x00010a70 0x00010a70 0x00000028 Code RO 2819 .text mf_p.l(cdrcmple.o) + 0x00010a98 0x00010a98 0x00000024 Code RO 2821 .text mc_p.l(init.o) + 0x00010abc 0x00010abc 0x00000056 Code RO 2831 .text mc_p.l(__dczerorl2.o) + 0x00010b12 0x00010b12 0x00000002 PAD + 0x00010b14 0x00010b14 0x00000018 Code RO 1989 i.ADC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010b2c 0x00010b2c 0x00000018 Code RO 1990 i.AP_NRESET_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010b44 0x00010b44 0x00000014 Code RO 1991 i.DMA_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010b58 0x00010b58 0x0000001c Code RO 1992 i.EXTI_INT0_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010b74 0x00010b74 0x0000001c Code RO 1993 i.EXTI_INT1_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010b90 0x00010b90 0x0000001c Code RO 1994 i.EXTI_INT2_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010bac 0x00010bac 0x0000001c Code RO 1995 i.EXTI_INT3_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010bc8 0x00010bc8 0x0000001c Code RO 1996 i.EXTI_INT4_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010be4 0x00010be4 0x0000001c Code RO 1997 i.EXTI_INT5_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c00 0x00010c00 0x0000001c Code RO 1998 i.EXTI_INT6_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c1c 0x00010c1c 0x0000001c Code RO 1999 i.EXTI_INT7_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c38 0x00010c38 0x00000014 Code RO 2000 i.FLSCTRL_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c4c 0x00010c4c 0x00000074 Code RO 99 i.Gpio_swire_output ap_demo.o + 0x00010cc0 0x00010cc0 0x00000014 Code RO 2001 i.HardFault_Handler CVWL568.lib(irq_redirect .o) + 0x00010cd4 0x00010cd4 0x00000018 Code RO 2002 i.I2C0_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010cec 0x00010cec 0x00000018 Code RO 2003 i.I2C1_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d04 0x00010d04 0x00000018 Code RO 2004 i.LCDC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d1c 0x00010d1c 0x00000028 Code RO 895 i.LOG_printf CVWL568.lib(tau_log.o) + 0x00010d44 0x00010d44 0x00000018 Code RO 2005 i.MEMC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d5c 0x00010d5c 0x00000018 Code RO 2006 i.MIPI_RX_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d74 0x00010d74 0x00000018 Code RO 2007 i.MIPI_TX_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d8c 0x00010d8c 0x0000001c Code RO 2008 i.PWMDET_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010da8 0x00010da8 0x00000108 Code RO 357 i.S20_Start_init app_tp_transfer.o + 0x00010eb0 0x00010eb0 0x0000001c Code RO 2009 i.SPIM_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010ecc 0x00010ecc 0x0000001c Code RO 2010 i.SPIS_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010ee8 0x00010ee8 0x0000001c Code RO 2011 i.SWIRE_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010f04 0x00010f04 0x00000018 Code RO 2012 i.SysTick_Handler CVWL568.lib(irq_redirect .o) + 0x00010f1c 0x00010f1c 0x00000018 Code RO 2013 i.TIMER0_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010f34 0x00010f34 0x00000018 Code RO 2014 i.TIMER1_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010f4c 0x00010f4c 0x00000018 Code RO 2015 i.TIMER2_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010f64 0x00010f64 0x00000018 Code RO 2016 i.TIMER3_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010f7c 0x00010f7c 0x0000001c Code RO 2319 i.UART0_IRQ_Handle CVWL568.lib(drv_uart.o) + 0x00010f98 0x00010f98 0x00000002 Code RO 2323 i.UART_DisableDma CVWL568.lib(drv_uart.o) + 0x00010f9a 0x00010f9a 0x00000004 Code RO 2329 i.UART_GetInstance CVWL568.lib(drv_uart.o) + 0x00010f9e 0x00010f9e 0x00000002 PAD + 0x00010fa0 0x00010fa0 0x00000018 Code RO 2017 i.UART_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010fb8 0x00010fb8 0x00000024 Code RO 2337 i.UART_ResetRxFIFO CVWL568.lib(drv_uart.o) + 0x00010fdc 0x00010fdc 0x0000001a Code RO 2341 i.UART_SwitchSCLK CVWL568.lib(drv_uart.o) + 0x00010ff6 0x00010ff6 0x00000002 Code RO 2826 i.__scatterload_null mc_p.l(handlers.o) + 0x00010ff8 0x00010ff8 0x00000008 Code RO 2347 i.app_UART_IRQn_Handler CVWL568.lib(drv_uart.o) + 0x00011000 0x00011000 0x00000014 Data RO 1103 .ARM.__at_0x11000 CVWL568.lib(drv_common.o) + 0x00011014 0x00011014 0x00000048 Code RO 2340 i.UART_SetBaudRate CVWL568.lib(drv_uart.o) + 0x0001105c 0x0001105c 0x00000134 Code RO 2343 i.UART_TransferHandleIRQ CVWL568.lib(drv_uart.o) + 0x00011190 0x00011190 0x0000001a Code RO 2345 i.UART_WriteBlocking CVWL568.lib(drv_uart.o) + 0x000111aa 0x000111aa 0x00000002 PAD + 0x000111ac 0x000111ac 0x000000bc Code RO 2346 i.UART_init CVWL568.lib(drv_uart.o) + 0x00011268 0x00011268 0x00000018 Code RO 2018 i.VIDC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00011280 0x00011280 0x00000018 Code RO 2019 i.VPRE_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00011298 0x00011298 0x00000018 Code RO 2020 i.WDG_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x000112b0 0x000112b0 0x00000020 Code RO 2725 i.__0printf mc_p.l(printfa.o) + 0x000112d0 0x000112d0 0x00000024 Code RO 2731 i.__0vsprintf mc_p.l(printfa.o) + 0x000112f4 0x000112f4 0x0000002e Code RO 2815 i.__ARM_clz mf_p.l(depilogue.o) + 0x00011322 0x00011322 0x0000001a Code RO 225 i.__ARM_common_switch8 ap_demo.o + 0x0001133c 0x0001133c 0x00000018 Code RO 2082 i.__NVIC_ClearPendingIRQ CVWL568.lib(drv_i2c_master.o) + 0x00011354 0x00011354 0x00000018 Code RO 2115 i.__NVIC_ClearPendingIRQ CVWL568.lib(drv_i2c_slave.o) + 0x0001136c 0x0001136c 0x00000018 Code RO 2150 i.__NVIC_ClearPendingIRQ CVWL568.lib(drv_spi_master.o) + 0x00011384 0x00011384 0x00000020 Code RO 1729 i.__NVIC_DisableIRQ CVWL568.lib(drv_rxbr.o) + 0x000113a4 0x000113a4 0x00000018 Code RO 1730 i.__NVIC_EnableIRQ CVWL568.lib(drv_rxbr.o) + 0x000113bc 0x000113bc 0x00000044 Code RO 2212 i.__NVIC_SetPriority CVWL568.lib(hal_spi_slave.o) + 0x00011400 0x00011400 0x0000000e Code RO 2825 i.__scatterload_copy mc_p.l(handlers.o) + 0x0001140e 0x0001140e 0x0000000e Code RO 2827 i.__scatterload_zeroinit mc_p.l(handlers.o) + 0x0001141c 0x0001141c 0x00000174 Code RO 2732 i._fp_digits mc_p.l(printfa.o) + 0x00011590 0x00011590 0x000006ec Code RO 2733 i._printf_core mc_p.l(printfa.o) + 0x00011c7c 0x00011c7c 0x00000020 Code RO 2734 i._printf_post_padding mc_p.l(printfa.o) + 0x00011c9c 0x00011c9c 0x0000002c Code RO 2735 i._printf_pre_padding mc_p.l(printfa.o) + 0x00011cc8 0x00011cc8 0x0000000a Code RO 2737 i._sputc mc_p.l(printfa.o) + 0x00011cd2 0x00011cd2 0x00000002 PAD + 0x00011cd4 0x00011cd4 0x00001338 Code RO 100 i.ap_dcs_read ap_demo.o + 0x0001300c 0x0001300c 0x00000154 Code RO 101 i.ap_demo ap_demo.o + 0x00013160 0x00013160 0x0000002c Code RO 102 i.ap_get_reg_ca ap_demo.o + 0x0001318c 0x0001318c 0x0000009c Code RO 103 i.ap_get_reg_df ap_demo.o + 0x00013228 0x00013228 0x00000034 Code RO 104 i.ap_reset_cb ap_demo.o + 0x0001325c 0x0001325c 0x0000035c Code RO 105 i.ap_set_backlight ap_demo.o + 0x000135b8 0x000135b8 0x00000058 Code RO 106 i.ap_set_display_off ap_demo.o + 0x00013610 0x00013610 0x00000048 Code RO 107 i.ap_set_display_on ap_demo.o + 0x00013658 0x00013658 0x00000060 Code RO 108 i.ap_set_enter_sleep_mode ap_demo.o + 0x000136b8 0x000136b8 0x00000048 Code RO 109 i.ap_set_exit_sleep_mode ap_demo.o + 0x00013700 0x00013700 0x0000001c Code RO 1731 i.app_ADC_IRQn_Handler CVWL568.lib(drv_rxbr.o) + 0x0001371c 0x0001371c 0x00000024 Code RO 1519 i.app_AP_NRESET_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013740 0x00013740 0x0000001c Code RO 1520 i.app_EXTI_INT0_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x0001375c 0x0001375c 0x0000001c Code RO 1521 i.app_EXTI_INT1_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013778 0x00013778 0x0000001c Code RO 1522 i.app_EXTI_INT2_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013794 0x00013794 0x0000001c Code RO 1523 i.app_EXTI_INT3_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x000137b0 0x000137b0 0x0000001c Code RO 1524 i.app_EXTI_INT4_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x000137cc 0x000137cc 0x0000001c Code RO 1525 i.app_EXTI_INT5_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x000137e8 0x000137e8 0x0000001c Code RO 1526 i.app_EXTI_INT6_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013804 0x00013804 0x0000001c Code RO 1527 i.app_EXTI_INT7_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013820 0x00013820 0x00000048 Code RO 1095 i.app_HardFault_Handler CVWL568.lib(drv_common.o) + 0x00013868 0x00013868 0x00000010 Code RO 2116 i.app_I2C0_IRQn_Handler CVWL568.lib(drv_i2c_slave.o) + 0x00013878 0x00013878 0x00000010 Code RO 2083 i.app_I2C1_IRQn_Handler CVWL568.lib(drv_i2c_master.o) + 0x00013888 0x00013888 0x000000e0 Code RO 925 i.app_LCDC_IRQn_Handler CVWL568.lib(hal_internal_vsync.o) + 0x00013968 0x00013968 0x00000088 Code RO 1653 i.app_MEMC_IRQn_Handler CVWL568.lib(drv_memc.o) + 0x000139f0 0x000139f0 0x0000028c Code RO 1260 i.app_MIPI_RX_IRQn_Handler CVWL568.lib(drv_dsi_rx.o) + 0x00013c7c 0x00013c7c 0x000000a0 Code RO 1316 i.app_MIPI_TX_IRQn_Handler CVWL568.lib(drv_dsi_tx.o) + 0x00013d1c 0x00013d1c 0x00000048 Code RO 2280 i.app_PWMDET_IRQn_Handler CVWL568.lib(drv_pwm.o) + 0x00013d64 0x00013d64 0x00000030 Code RO 2151 i.app_SPIM_IRQn_Handler CVWL568.lib(drv_spi_master.o) + 0x00013d94 0x00013d94 0x000000a4 Code RO 2213 i.app_SPIS_IRQn_Handler CVWL568.lib(hal_spi_slave.o) + 0x00013e38 0x00013e38 0x00000020 Code RO 1822 i.app_SWIRE_IRQn_Handler CVWL568.lib(drv_swire.o) + 0x00013e58 0x00013e58 0x00000018 Code RO 1096 i.app_SysTick_Handler CVWL568.lib(drv_common.o) + 0x00013e70 0x00013e70 0x00000024 Code RO 1872 i.app_TIMER0_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x00013e94 0x00013e94 0x00000024 Code RO 1873 i.app_TIMER1_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x00013eb8 0x00013eb8 0x00000024 Code RO 1874 i.app_TIMER2_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x00013edc 0x00013edc 0x00000034 Code RO 1875 i.app_TIMER3_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x00013f10 0x00013f10 0x0000001c Code RO 1910 i.app_VIDC_IRQn_Handler CVWL568.lib(drv_vidc.o) + 0x00013f2c 0x00013f2c 0x0000001c Code RO 1732 i.app_VPRE_IRQn_Handler CVWL568.lib(drv_rxbr.o) + 0x00013f48 0x00013f48 0x0000002c Code RO 2406 i.app_WDG_IRQn_Handler CVWL568.lib(drv_wdg.o) + 0x00013f74 0x00013f74 0x00000010 Code RO 1207 i.app_dma_irq_handler CVWL568.lib(drv_dma.o) + 0x00013f84 0x00013f84 0x00000030 Code RO 1000 i.app_fls_ctrl_Handler CVWL568.lib(norflash.o) + 0x00013fb4 0x00013fb4 0x0000000a Code RO 358 i.app_tp_i2cs_callback app_tp_transfer.o + 0x00013fbe 0x00013fbe 0x00000002 PAD + 0x00013fc0 0x00013fc0 0x0000006c Code RO 359 i.app_tp_init app_tp_transfer.o + 0x0001402c 0x0001402c 0x00000020 Code RO 360 i.app_tp_m_read app_tp_transfer.o + 0x0001404c 0x0001404c 0x00000008 Code RO 361 i.app_tp_m_transfer_complate app_tp_transfer.o + 0x00014054 0x00014054 0x00000008 Code RO 362 i.app_tp_m_write app_tp_transfer.o + 0x0001405c 0x0001405c 0x00000364 Code RO 269 i.app_tp_phone_analysis_data app_tp_for_custom_s8.o + 0x000143c0 0x000143c0 0x0000000c Code RO 363 i.app_tp_phone_clear_reset_on app_tp_transfer.o + 0x000143cc 0x000143cc 0x00000008 Code RO 365 i.app_tp_s_read app_tp_transfer.o + 0x000143d4 0x000143d4 0x00000008 Code RO 367 i.app_tp_s_write app_tp_transfer.o + 0x000143dc 0x000143dc 0x00000270 Code RO 271 i.app_tp_screen_analysis_int app_tp_for_custom_s8.o + 0x0001464c 0x0001464c 0x0000000c Code RO 369 i.app_tp_screen_int_callback app_tp_transfer.o + 0x00014658 0x00014658 0x00000038 Code RO 370 i.app_tp_screen_int_init app_tp_transfer.o + 0x00014690 0x00014690 0x00000004 Code RO 371 i.app_tp_screen_int_lvl_low app_tp_transfer.o + 0x00014694 0x00014694 0x00000030 Code RO 372 i.app_tp_transfer_phone app_tp_transfer.o + 0x000146c4 0x000146c4 0x00000040 Code RO 373 i.app_tp_transfer_screen_const app_tp_transfer.o + 0x00014704 0x00014704 0x00000104 Code RO 374 i.app_tp_transfer_screen_int app_tp_transfer.o + 0x00014808 0x00014808 0x00000018 Code RO 375 i.app_tp_transfer_screen_start app_tp_transfer.o + 0x00014820 0x00014820 0x0000001c Code RO 506 i.board_Init board.o + 0x0001483c 0x0001483c 0x000002b4 Code RO 926 i.calc_framebuffer_setting CVWL568.lib(hal_internal_vsync.o) + 0x00014af0 0x00014af0 0x000000c8 Code RO 2476 i.ceil m_ps.l(ceil.o) + 0x00014bb8 0x00014bb8 0x0000002c Code RO 927 i.check_mipi_rx_tx_video_info CVWL568.lib(hal_internal_vsync.o) + 0x00014be4 0x00014be4 0x00000090 Code RO 928 i.check_pkt_buf_rev CVWL568.lib(hal_internal_vsync.o) + 0x00014c74 0x00014c74 0x00000058 Code RO 1082 i.dcs_packet_fifo_alloc CVWL568.lib(dcs_packet_fifo.o) + 0x00014ccc 0x00014ccc 0x00000018 Code RO 1083 i.dcs_packet_fifo_init CVWL568.lib(dcs_packet_fifo.o) + 0x00014ce4 0x00014ce4 0x00000044 Code RO 1084 i.dcs_packet_free_fifo_header CVWL568.lib(dcs_packet_fifo.o) + 0x00014d28 0x00014d28 0x00000024 Code RO 1085 i.dcs_packet_get_fifo_header CVWL568.lib(dcs_packet_fifo.o) + 0x00014d4c 0x00014d4c 0x0000001c Code RO 929 i.dcs_sw_filter CVWL568.lib(hal_internal_vsync.o) + 0x00014d68 0x00014d68 0x00000018 Code RO 887 i.delayMs CVWL568.lib(tau_delay.o) + 0x00014d80 0x00014d80 0x00000022 Code RO 888 i.delayUs CVWL568.lib(tau_delay.o) + 0x00014da2 0x00014da2 0x00000002 PAD + 0x00014da4 0x00014da4 0x0000008c Code RO 110 i.disable_mipi_timer_cb ap_demo.o + 0x00014e30 0x00014e30 0x00000038 Code RO 1841 i.drv_ap_rst_trig_edge_detect CVWL568.lib(drv_sys_cfg.o) + 0x00014e68 0x00014e68 0x0000000c Code RO 2183 i.drv_chip_info_get_info CVWL568.lib(drv_chip_info.o) + 0x00014e74 0x00014e74 0x00000040 Code RO 2184 i.drv_chip_info_init CVWL568.lib(drv_chip_info.o) + 0x00014eb4 0x00014eb4 0x000000c8 Code RO 2185 i.drv_chip_rx_info_check CVWL568.lib(drv_chip_info.o) + 0x00014f7c 0x00014f7c 0x00000014 Code RO 2186 i.drv_chip_rx_init_done CVWL568.lib(drv_chip_info.o) + 0x00014f90 0x00014f90 0x00000058 Code RO 1098 i.drv_common_enable_systick CVWL568.lib(drv_common.o) + 0x00014fe8 0x00014fe8 0x00000008 Code RO 1101 i.drv_common_system_init CVWL568.lib(drv_common.o) + 0x00014ff0 0x00014ff0 0x0000000c Code RO 1117 i.drv_crgu_clear_all_reset_flags CVWL568.lib(drv_crgu.o) + 0x00014ffc 0x00014ffc 0x00000010 Code RO 1122 i.drv_crgu_config_reset_modules CVWL568.lib(drv_crgu.o) + 0x0001500c 0x0001500c 0x00000014 Code RO 1134 i.drv_crgu_set_ahb_pre_div CVWL568.lib(drv_crgu.o) + 0x00015020 0x00015020 0x00000014 Code RO 1135 i.drv_crgu_set_ahb_src CVWL568.lib(drv_crgu.o) + 0x00015034 0x00015034 0x00000020 Code RO 1138 i.drv_crgu_set_clock CVWL568.lib(drv_crgu.o) + 0x00015054 0x00015054 0x00000014 Code RO 1139 i.drv_crgu_set_dpi_mux_src CVWL568.lib(drv_crgu.o) + 0x00015068 0x00015068 0x00000018 Code RO 1140 i.drv_crgu_set_dpi_pre_div CVWL568.lib(drv_crgu.o) + 0x00015080 0x00015080 0x00000014 Code RO 1141 i.drv_crgu_set_dpi_pre_src CVWL568.lib(drv_crgu.o) + 0x00015094 0x00015094 0x00000014 Code RO 1142 i.drv_crgu_set_dsc_core_div CVWL568.lib(drv_crgu.o) + 0x000150a8 0x000150a8 0x00000014 Code RO 1143 i.drv_crgu_set_dsco_src CVWL568.lib(drv_crgu.o) + 0x000150bc 0x000150bc 0x00000014 Code RO 1144 i.drv_crgu_set_dsco_src_div CVWL568.lib(drv_crgu.o) + 0x000150d0 0x000150d0 0x00000014 Code RO 1145 i.drv_crgu_set_fb_div CVWL568.lib(drv_crgu.o) + 0x000150e4 0x000150e4 0x00000014 Code RO 1146 i.drv_crgu_set_fb_src CVWL568.lib(drv_crgu.o) + 0x000150f8 0x000150f8 0x00000014 Code RO 1149 i.drv_crgu_set_lcdc_div CVWL568.lib(drv_crgu.o) + 0x0001510c 0x0001510c 0x00000014 Code RO 1150 i.drv_crgu_set_lcdc_src CVWL568.lib(drv_crgu.o) + 0x00015120 0x00015120 0x00000014 Code RO 1151 i.drv_crgu_set_mipi_cfg_src CVWL568.lib(drv_crgu.o) + 0x00015134 0x00015134 0x00000018 Code RO 1152 i.drv_crgu_set_mipi_ref_src CVWL568.lib(drv_crgu.o) + 0x0001514c 0x0001514c 0x00000018 Code RO 1155 i.drv_crgu_set_reset CVWL568.lib(drv_crgu.o) + 0x00015164 0x00015164 0x00000014 Code RO 1156 i.drv_crgu_set_rxbr_div CVWL568.lib(drv_crgu.o) + 0x00015178 0x00015178 0x00000014 Code RO 1157 i.drv_crgu_set_rxbr_src CVWL568.lib(drv_crgu.o) + 0x0001518c 0x0001518c 0x00000014 Code RO 1159 i.drv_crgu_set_vidc_src CVWL568.lib(drv_crgu.o) + 0x000151a0 0x000151a0 0x00000018 Code RO 1211 i.drv_dma_clear_flag CVWL568.lib(drv_dma.o) + 0x000151b8 0x000151b8 0x0000001c Code RO 1212 i.drv_dma_create_handle CVWL568.lib(drv_dma.o) + 0x000151d4 0x000151d4 0x00000010 Code RO 1214 i.drv_dma_disenable_channel CVWL568.lib(drv_dma.o) + 0x000151e4 0x000151e4 0x00000010 Code RO 1216 i.drv_dma_enable_channel CVWL568.lib(drv_dma.o) + 0x000151f4 0x000151f4 0x00000024 Code RO 1217 i.drv_dma_enable_channel_interrupts CVWL568.lib(drv_dma.o) + 0x00015218 0x00015218 0x0000000c Code RO 1219 i.drv_dma_get_channel_flag CVWL568.lib(drv_dma.o) + 0x00015224 0x00015224 0x00000090 Code RO 1222 i.drv_dma_irq_handler CVWL568.lib(drv_dma.o) + 0x000152b4 0x000152b4 0x00000012 Code RO 1224 i.drv_dma_prepar_transfer CVWL568.lib(drv_dma.o) + 0x000152c6 0x000152c6 0x0000001a Code RO 1226 i.drv_dma_set_burst CVWL568.lib(drv_dma.o) + 0x000152e0 0x000152e0 0x00000006 Code RO 1227 i.drv_dma_set_callback CVWL568.lib(drv_dma.o) + 0x000152e6 0x000152e6 0x00000002 PAD + 0x000152e8 0x000152e8 0x00000044 Code RO 1229 i.drv_dma_set_transfer CVWL568.lib(drv_dma.o) + 0x0001532c 0x0001532c 0x00000036 Code RO 2196 i.drv_dsc_dec_convert_pps_rc_parameter CVWL568.lib(drv_dsc_dec.o) + 0x00015362 0x00015362 0x0000000c Code RO 2197 i.drv_dsc_dec_disable CVWL568.lib(drv_dsc_dec.o) + 0x0001536e 0x0001536e 0x00000002 PAD + 0x00015370 0x00015370 0x00000074 Code RO 2198 i.drv_dsc_dec_enable CVWL568.lib(drv_dsc_dec.o) + 0x000153e4 0x000153e4 0x0000000a Code RO 2199 i.drv_dsc_dec_get_nslc CVWL568.lib(drv_dsc_dec.o) + 0x000153ee 0x000153ee 0x00000028 Code RO 2201 i.drv_dsc_dec_set_u8_pps CVWL568.lib(drv_dsc_dec.o) + 0x00015416 0x00015416 0x00000002 PAD + 0x00015418 0x00015418 0x00000104 Code RO 1261 i.drv_dsi_rx_calc_ipi_tx_delay CVWL568.lib(drv_dsi_rx.o) + 0x0001551c 0x0001551c 0x00000040 Code RO 1262 i.drv_dsi_rx_enable_irq CVWL568.lib(drv_dsi_rx.o) + 0x0001555c 0x0001555c 0x00000050 Code RO 1263 i.drv_dsi_rx_get_color_bpp CVWL568.lib(drv_dsi_rx.o) + 0x000155ac 0x000155ac 0x0000001c Code RO 1264 i.drv_dsi_rx_get_color_pcc CVWL568.lib(drv_dsi_rx.o) + 0x000155c8 0x000155c8 0x00000008 Code RO 1265 i.drv_dsi_rx_get_compression_en CVWL568.lib(drv_dsi_rx.o) + 0x000155d0 0x000155d0 0x00000006 Code RO 1266 i.drv_dsi_rx_get_max_ret_size CVWL568.lib(drv_dsi_rx.o) + 0x000155d6 0x000155d6 0x0000000e Code RO 1270 i.drv_dsi_rx_power_up CVWL568.lib(drv_dsi_rx.o) + 0x000155e4 0x000155e4 0x00000020 Code RO 1271 i.drv_dsi_rx_set_ctrl_cfg CVWL568.lib(drv_dsi_rx.o) + 0x00015604 0x00015604 0x00000010 Code RO 1272 i.drv_dsi_rx_set_ddi_cfg CVWL568.lib(drv_dsi_rx.o) + 0x00015614 0x00015614 0x00000004 Code RO 1274 i.drv_dsi_rx_set_inten CVWL568.lib(drv_dsi_rx.o) + 0x00015618 0x00015618 0x00000010 Code RO 1275 i.drv_dsi_rx_set_ipi_cfg CVWL568.lib(drv_dsi_rx.o) + 0x00015628 0x00015628 0x00000046 Code RO 1277 i.drv_dsi_rx_set_lane_swap CVWL568.lib(drv_dsi_rx.o) + 0x0001566e 0x0001566e 0x00000002 PAD + 0x00015670 0x00015670 0x000000d0 Code RO 1278 i.drv_dsi_rx_set_up_phy CVWL568.lib(drv_dsi_rx.o) + 0x00015740 0x00015740 0x0000000e Code RO 1279 i.drv_dsi_rx_shut_down CVWL568.lib(drv_dsi_rx.o) + 0x0001574e 0x0001574e 0x00000004 Code RO 1317 i.drv_dsi_tx_command_get_payload CVWL568.lib(drv_dsi_tx.o) + 0x00015752 0x00015752 0x00000014 Code RO 1318 i.drv_dsi_tx_command_header CVWL568.lib(drv_dsi_tx.o) + 0x00015766 0x00015766 0x0000006c Code RO 1319 i.drv_dsi_tx_command_mode_cfg CVWL568.lib(drv_dsi_tx.o) + 0x000157d2 0x000157d2 0x00000004 Code RO 1320 i.drv_dsi_tx_command_put_payload CVWL568.lib(drv_dsi_tx.o) + 0x000157d6 0x000157d6 0x00000018 Code RO 1321 i.drv_dsi_tx_config_eotp CVWL568.lib(drv_dsi_tx.o) + 0x000157ee 0x000157ee 0x00000008 Code RO 1322 i.drv_dsi_tx_config_int CVWL568.lib(drv_dsi_tx.o) + 0x000157f6 0x000157f6 0x00000008 Code RO 1323 i.drv_dsi_tx_dpi_lpcmd_time CVWL568.lib(drv_dsi_tx.o) + 0x000157fe 0x000157fe 0x0000000a Code RO 1324 i.drv_dsi_tx_dpi_mode CVWL568.lib(drv_dsi_tx.o) + 0x00015808 0x00015808 0x00000024 Code RO 1325 i.drv_dsi_tx_dpi_polarity CVWL568.lib(drv_dsi_tx.o) + 0x0001582c 0x0001582c 0x00000004 Code RO 1326 i.drv_dsi_tx_edpi_cmd_size CVWL568.lib(drv_dsi_tx.o) + 0x00015830 0x00015830 0x00000004 Code RO 1328 i.drv_dsi_tx_get_cmd_status CVWL568.lib(drv_dsi_tx.o) + 0x00015834 0x00015834 0x00000004 Code RO 1330 i.drv_dsi_tx_mode CVWL568.lib(drv_dsi_tx.o) + 0x00015838 0x00015838 0x00000018 Code RO 1331 i.drv_dsi_tx_phy_clock_lane_auto_lp CVWL568.lib(drv_dsi_tx.o) + 0x00015850 0x00015850 0x0000001a Code RO 1332 i.drv_dsi_tx_phy_clock_lane_req_hs CVWL568.lib(drv_dsi_tx.o) + 0x0001586a 0x0001586a 0x0000000c Code RO 1334 i.drv_dsi_tx_phy_lane_mode CVWL568.lib(drv_dsi_tx.o) + 0x00015876 0x00015876 0x00000064 Code RO 1338 i.drv_dsi_tx_phy_status_ready CVWL568.lib(drv_dsi_tx.o) + 0x000158da 0x000158da 0x0000003e Code RO 1339 i.drv_dsi_tx_phy_status_stopstate CVWL568.lib(drv_dsi_tx.o) + 0x00015918 0x00015918 0x0000001e Code RO 1341 i.drv_dsi_tx_phy_time_cfg CVWL568.lib(drv_dsi_tx.o) + 0x00015936 0x00015936 0x00000008 Code RO 1345 i.drv_dsi_tx_powerup CVWL568.lib(drv_dsi_tx.o) + 0x0001593e 0x0001593e 0x0000001c Code RO 1346 i.drv_dsi_tx_response_mode CVWL568.lib(drv_dsi_tx.o) + 0x0001595a 0x0001595a 0x00000016 Code RO 1348 i.drv_dsi_tx_set_bta CVWL568.lib(drv_dsi_tx.o) + 0x00015970 0x00015970 0x00000018 Code RO 1349 i.drv_dsi_tx_set_bta_ack CVWL568.lib(drv_dsi_tx.o) + 0x00015988 0x00015988 0x0000000c Code RO 1350 i.drv_dsi_tx_set_esc_div CVWL568.lib(drv_dsi_tx.o) + 0x00015994 0x00015994 0x00000034 Code RO 1351 i.drv_dsi_tx_set_int CVWL568.lib(drv_dsi_tx.o) + 0x000159c8 0x000159c8 0x00000010 Code RO 1352 i.drv_dsi_tx_set_time_out_div CVWL568.lib(drv_dsi_tx.o) + 0x000159d8 0x000159d8 0x00000008 Code RO 1353 i.drv_dsi_tx_set_video_chunk CVWL568.lib(drv_dsi_tx.o) + 0x000159e0 0x000159e0 0x00000022 Code RO 1354 i.drv_dsi_tx_set_video_timing CVWL568.lib(drv_dsi_tx.o) + 0x00015a02 0x00015a02 0x00000008 Code RO 1356 i.drv_dsi_tx_shutdown CVWL568.lib(drv_dsi_tx.o) + 0x00015a0a 0x00015a0a 0x00000026 Code RO 1357 i.drv_dsi_tx_timeout_cfg CVWL568.lib(drv_dsi_tx.o) + 0x00015a30 0x00015a30 0x000000aa Code RO 1360 i.drv_dsi_tx_video_mode_cfg CVWL568.lib(drv_dsi_tx.o) + 0x00015ada 0x00015ada 0x00000016 Code RO 1361 i.drv_dsi_tx_video_mode_disable_hact_cmd CVWL568.lib(drv_dsi_tx.o) + 0x00015af0 0x00015af0 0x00000018 Code RO 1362 i.drv_dsi_tx_video_mode_set_lp_cmd CVWL568.lib(drv_dsi_tx.o) + 0x00015b08 0x00015b08 0x00000020 Code RO 2430 i.drv_efuse_enter_inactive CVWL568.lib(drv_efuse.o) + 0x00015b28 0x00015b28 0x0000000c Code RO 2433 i.drv_efuse_int_enable CVWL568.lib(drv_efuse.o) + 0x00015b34 0x00015b34 0x00000032 Code RO 2434 i.drv_efuse_read CVWL568.lib(drv_efuse.o) + 0x00015b66 0x00015b66 0x00000018 Code RO 2435 i.drv_efuse_read_req CVWL568.lib(drv_efuse.o) + 0x00015b7e 0x00015b7e 0x00000002 PAD + 0x00015b80 0x00015b80 0x00000018 Code RO 1528 i.drv_gpio_get_input_data CVWL568.lib(drv_gpio.o) + 0x00015b98 0x00015b98 0x0000000c Code RO 1530 i.drv_gpio_register_ap_reset_callback CVWL568.lib(drv_gpio.o) + 0x00015ba4 0x00015ba4 0x00000014 Code RO 1531 i.drv_gpio_register_callback CVWL568.lib(drv_gpio.o) + 0x00015bb8 0x00015bb8 0x00000044 Code RO 1533 i.drv_gpio_set_int CVWL568.lib(drv_gpio.o) + 0x00015bfc 0x00015bfc 0x00000020 Code RO 1534 i.drv_gpio_set_ioe CVWL568.lib(drv_gpio.o) + 0x00015c1c 0x00015c1c 0x00000010 Code RO 1535 i.drv_gpio_set_mode0 CVWL568.lib(drv_gpio.o) + 0x00015c2c 0x00015c2c 0x00000010 Code RO 1536 i.drv_gpio_set_mode1 CVWL568.lib(drv_gpio.o) + 0x00015c3c 0x00015c3c 0x00000010 Code RO 1537 i.drv_gpio_set_mode2 CVWL568.lib(drv_gpio.o) + 0x00015c4c 0x00015c4c 0x00000010 Code RO 1538 i.drv_gpio_set_mode3 CVWL568.lib(drv_gpio.o) + 0x00015c5c 0x00015c5c 0x00000020 Code RO 707 i.drv_gpio_set_output_data CVWL568.lib(hal_gpio.o) + 0x00015c7c 0x00015c7c 0x00000130 Code RO 1539 i.drv_gpio_set_pull_state CVWL568.lib(drv_gpio.o) + 0x00015dac 0x00015dac 0x00000034 Code RO 1571 i.drv_i2c_dma_callback CVWL568.lib(drv_i2c_dma.o) + 0x00015de0 0x00015de0 0x000000ac Code RO 1572 i.drv_i2c_dma_init CVWL568.lib(drv_i2c_dma.o) + 0x00015e8c 0x00015e8c 0x0000001a Code RO 1573 i.drv_i2c_enable_rx_dma CVWL568.lib(drv_i2c_dma.o) + 0x00015ea6 0x00015ea6 0x00000018 Code RO 1574 i.drv_i2c_enable_tx_dma CVWL568.lib(drv_i2c_dma.o) + 0x00015ebe 0x00015ebe 0x00000002 PAD + 0x00015ec0 0x00015ec0 0x00000060 Code RO 2085 i.drv_i2c_m_clear_it_pending_bit CVWL568.lib(drv_i2c_master.o) + 0x00015f20 0x00015f20 0x00000010 Code RO 2087 i.drv_i2c_m_enable CVWL568.lib(drv_i2c_master.o) + 0x00015f30 0x00015f30 0x00000038 Code RO 2088 i.drv_i2c_m_enable_intr CVWL568.lib(drv_i2c_master.o) + 0x00015f68 0x00015f68 0x0000000c Code RO 2091 i.drv_i2c_m_set_callback CVWL568.lib(drv_i2c_master.o) + 0x00015f74 0x00015f74 0x0000008c Code RO 2095 i.drv_i2c_master_init CVWL568.lib(drv_i2c_master.o) + 0x00016000 0x00016000 0x0000005c Code RO 1575 i.drv_i2c_master_read_dma CVWL568.lib(drv_i2c_dma.o) + 0x0001605c 0x0001605c 0x0000003c Code RO 1576 i.drv_i2c_master_write_dma CVWL568.lib(drv_i2c_dma.o) + 0x00016098 0x00016098 0x0000002e Code RO 1577 i.drv_i2c_master_write_read_cmd CVWL568.lib(drv_i2c_dma.o) + 0x000160c6 0x000160c6 0x00000002 PAD + 0x000160c8 0x000160c8 0x0000005c Code RO 2118 i.drv_i2c_s_clear_it_pending_bit CVWL568.lib(drv_i2c_slave.o) + 0x00016124 0x00016124 0x00000034 Code RO 2121 i.drv_i2c_s_enable_intr CVWL568.lib(drv_i2c_slave.o) + 0x00016158 0x00016158 0x0000001c Code RO 2122 i.drv_i2c_s_get_fifo_status CVWL568.lib(drv_i2c_slave.o) + 0x00016174 0x00016174 0x0000000c Code RO 2125 i.drv_i2c_s_set_callback CVWL568.lib(drv_i2c_slave.o) + 0x00016180 0x00016180 0x00000020 Code RO 2128 i.drv_i2c_s_write_data CVWL568.lib(drv_i2c_slave.o) + 0x000161a0 0x000161a0 0x00000058 Code RO 1578 i.drv_i2c_set_dma_irq_callback CVWL568.lib(drv_i2c_dma.o) + 0x000161f8 0x000161f8 0x00000044 Code RO 2129 i.drv_i2c_slave_init CVWL568.lib(drv_i2c_slave.o) + 0x0001623c 0x0001623c 0x0000001c Code RO 1579 i.drv_i2c_slave_write_dma CVWL568.lib(drv_i2c_dma.o) + 0x00016258 0x00016258 0x00000018 Code RO 1595 i.drv_lcdc_config_bypass CVWL568.lib(drv_lcdc.o) + 0x00016270 0x00016270 0x00000030 Code RO 1596 i.drv_lcdc_config_ccm CVWL568.lib(drv_lcdc.o) + 0x000162a0 0x000162a0 0x00000016 Code RO 1597 i.drv_lcdc_config_disp_mode CVWL568.lib(drv_lcdc.o) + 0x000162b6 0x000162b6 0x00000024 Code RO 1598 i.drv_lcdc_config_dpi_polarity CVWL568.lib(drv_lcdc.o) + 0x000162da 0x000162da 0x00000026 Code RO 1599 i.drv_lcdc_config_dpi_timing CVWL568.lib(drv_lcdc.o) + 0x00016300 0x00016300 0x00000016 Code RO 1600 i.drv_lcdc_config_edpi_mode CVWL568.lib(drv_lcdc.o) + 0x00016316 0x00016316 0x00000016 Code RO 1601 i.drv_lcdc_config_endianness CVWL568.lib(drv_lcdc.o) + 0x0001632c 0x0001632c 0x0000000c Code RO 1602 i.drv_lcdc_config_input_size CVWL568.lib(drv_lcdc.o) + 0x00016338 0x00016338 0x0000001e Code RO 1603 i.drv_lcdc_config_int CVWL568.lib(drv_lcdc.o) + 0x00016356 0x00016356 0x00000022 Code RO 1604 i.drv_lcdc_config_int_single CVWL568.lib(drv_lcdc.o) + 0x00016378 0x00016378 0x00000022 Code RO 1605 i.drv_lcdc_config_overwrite CVWL568.lib(drv_lcdc.o) + 0x0001639a 0x0001639a 0x0000000c Code RO 1606 i.drv_lcdc_config_overwrite_rgb CVWL568.lib(drv_lcdc.o) + 0x000163a6 0x000163a6 0x0000001a Code RO 1607 i.drv_lcdc_config_partial_display_area CVWL568.lib(drv_lcdc.o) + 0x000163c0 0x000163c0 0x00000022 Code RO 1608 i.drv_lcdc_config_partial_display_enable CVWL568.lib(drv_lcdc.o) + 0x000163e2 0x000163e2 0x00000028 Code RO 1610 i.drv_lcdc_config_scale_up_coef CVWL568.lib(drv_lcdc.o) + 0x0001640a 0x0001640a 0x0000000c Code RO 1611 i.drv_lcdc_config_scale_up_step CVWL568.lib(drv_lcdc.o) + 0x00016416 0x00016416 0x0000004c Code RO 1612 i.drv_lcdc_config_src_parameter CVWL568.lib(drv_lcdc.o) + 0x00016462 0x00016462 0x00000006 Code RO 1613 i.drv_lcdc_config_thresh CVWL568.lib(drv_lcdc.o) + 0x00016468 0x00016468 0x00000012 Code RO 1614 i.drv_lcdc_ctrl_flow CVWL568.lib(drv_lcdc.o) + 0x0001647a 0x0001647a 0x00000020 Code RO 1616 i.drv_lcdc_enable_shadow_reg CVWL568.lib(drv_lcdc.o) + 0x0001649a 0x0001649a 0x00000002 PAD + 0x0001649c 0x0001649c 0x00000034 Code RO 1617 i.drv_lcdc_set_int CVWL568.lib(drv_lcdc.o) + 0x000164d0 0x000164d0 0x00000014 Code RO 1619 i.drv_lcdc_set_video_hw_mode CVWL568.lib(drv_lcdc.o) + 0x000164e4 0x000164e4 0x00000020 Code RO 1620 i.drv_lcdc_start CVWL568.lib(drv_lcdc.o) + 0x00016504 0x00016504 0x0000000c Code RO 1654 i.drv_memc_clear_status CVWL568.lib(drv_memc.o) + 0x00016510 0x00016510 0x00000040 Code RO 1655 i.drv_memc_enable_irq CVWL568.lib(drv_memc.o) + 0x00016550 0x00016550 0x0000000c Code RO 1656 i.drv_memc_gen_a_tear_signal CVWL568.lib(drv_memc.o) + 0x0001655c 0x0001655c 0x00000012 Code RO 1657 i.drv_memc_get_status CVWL568.lib(drv_memc.o) + 0x0001656e 0x0001656e 0x00000010 Code RO 1658 i.drv_memc_rate_transfer_sel CVWL568.lib(drv_memc.o) + 0x0001657e 0x0001657e 0x0000000e Code RO 1659 i.drv_memc_sel_vsync CVWL568.lib(drv_memc.o) + 0x0001658c 0x0001658c 0x00000014 Code RO 1660 i.drv_memc_set_active_height CVWL568.lib(drv_memc.o) + 0x000165a0 0x000165a0 0x0000000c Code RO 1661 i.drv_memc_set_data_mode CVWL568.lib(drv_memc.o) + 0x000165ac 0x000165ac 0x00000010 Code RO 1664 i.drv_memc_set_double_buffer CVWL568.lib(drv_memc.o) + 0x000165bc 0x000165bc 0x00000012 Code RO 1665 i.drv_memc_set_double_buffer_reverse CVWL568.lib(drv_memc.o) + 0x000165ce 0x000165ce 0x00000010 Code RO 1667 i.drv_memc_set_fs_en_conditions CVWL568.lib(drv_memc.o) + 0x000165de 0x000165de 0x00000014 Code RO 1668 i.drv_memc_set_inten CVWL568.lib(drv_memc.o) + 0x000165f2 0x000165f2 0x00000002 PAD + 0x000165f4 0x000165f4 0x00000018 Code RO 1669 i.drv_memc_set_lcdc_st_conditions CVWL568.lib(drv_memc.o) + 0x0001660c 0x0001660c 0x0000001a Code RO 1670 i.drv_memc_set_ltpo_mode CVWL568.lib(drv_memc.o) + 0x00016626 0x00016626 0x0000000e Code RO 1674 i.drv_memc_set_tear_mode CVWL568.lib(drv_memc.o) + 0x00016634 0x00016634 0x00000028 Code RO 1675 i.drv_memc_set_tear_waveform CVWL568.lib(drv_memc.o) + 0x0001665c 0x0001665c 0x0000000e Code RO 1677 i.drv_memc_set_vidc_sync_cnt CVWL568.lib(drv_memc.o) + 0x0001666a 0x0001666a 0x00000002 PAD + 0x0001666c 0x0001666c 0x00000008 Code RO 1709 i.drv_param_init_get_ccm CVWL568.lib(drv_param_init.o) + 0x00016674 0x00016674 0x00000014 Code RO 1710 i.drv_param_init_get_scld_filter_h CVWL568.lib(drv_param_init.o) + 0x00016688 0x00016688 0x00000014 Code RO 1711 i.drv_param_init_get_scld_filter_v CVWL568.lib(drv_param_init.o) + 0x0001669c 0x0001669c 0x00000008 Code RO 1712 i.drv_param_init_get_sclu_filter CVWL568.lib(drv_param_init.o) + 0x000166a4 0x000166a4 0x00000014 Code RO 1713 i.drv_param_init_set_ccm CVWL568.lib(drv_param_init.o) + 0x000166b8 0x000166b8 0x00000024 Code RO 1715 i.drv_param_p2r_filter_init CVWL568.lib(drv_param_init.o) + 0x000166dc 0x000166dc 0x00000054 Code RO 2061 i.drv_phy_get_para CVWL568.lib(drv_phy_common.o) + 0x00016730 0x00016730 0x00000020 Code RO 2071 i.drv_pwr_set_cp_mode CVWL568.lib(drv_pwr.o) + 0x00016750 0x00016750 0x00000018 Code RO 2072 i.drv_pwr_set_pvd_mode CVWL568.lib(drv_pwr.o) + 0x00016768 0x00016768 0x00000030 Code RO 2073 i.drv_pwr_set_system_clk_src CVWL568.lib(drv_pwr.o) + 0x00016798 0x00016798 0x0000001c Code RO 1280 i.drv_rx_phy_test_clear CVWL568.lib(drv_dsi_rx.o) + 0x000167b4 0x000167b4 0x00000020 Code RO 1281 i.drv_rx_phy_test_lock CVWL568.lib(drv_dsi_rx.o) + 0x000167d4 0x000167d4 0x00000042 Code RO 1283 i.drv_rx_phy_test_write CVWL568.lib(drv_dsi_rx.o) + 0x00016816 0x00016816 0x0000000e Code RO 1284 i.drv_rx_phy_test_write_1_byte CVWL568.lib(drv_dsi_rx.o) + 0x00016824 0x00016824 0x00000010 Code RO 1285 i.drv_rx_phy_test_write_2_byte CVWL568.lib(drv_dsi_rx.o) + 0x00016834 0x00016834 0x0000000a Code RO 1733 i.drv_rxbr_clear_pkt_buffer CVWL568.lib(drv_rxbr.o) + 0x0001683e 0x0001683e 0x00000004 Code RO 1734 i.drv_rxbr_clear_status0 CVWL568.lib(drv_rxbr.o) + 0x00016842 0x00016842 0x0000005a Code RO 1736 i.drv_rxbr_enable_irq CVWL568.lib(drv_rxbr.o) + 0x0001689c 0x0001689c 0x00000014 Code RO 1737 i.drv_rxbr_frame_drop_cfg CVWL568.lib(drv_rxbr.o) + 0x000168b0 0x000168b0 0x0000003c Code RO 1738 i.drv_rxbr_get_clk CVWL568.lib(drv_rxbr.o) + 0x000168ec 0x000168ec 0x00000004 Code RO 1739 i.drv_rxbr_get_col_addr CVWL568.lib(drv_rxbr.o) + 0x000168f0 0x000168f0 0x00000012 Code RO 930 i.drv_rxbr_get_int_source CVWL568.lib(hal_internal_vsync.o) + 0x00016902 0x00016902 0x00000004 Code RO 1742 i.drv_rxbr_get_page_addr CVWL568.lib(drv_rxbr.o) + 0x00016906 0x00016906 0x00000012 Code RO 931 i.drv_rxbr_get_status0 CVWL568.lib(hal_internal_vsync.o) + 0x00016918 0x00016918 0x0000000c Code RO 1744 i.drv_rxbr_hline_rcv0_cfg CVWL568.lib(drv_rxbr.o) + 0x00016924 0x00016924 0x00000008 Code RO 1745 i.drv_rxbr_hline_rcv_cfg CVWL568.lib(drv_rxbr.o) + 0x0001692c 0x0001692c 0x0000000c Code RO 1746 i.drv_rxbr_register_irq0_callback CVWL568.lib(drv_rxbr.o) + 0x00016938 0x00016938 0x0000000c Code RO 1747 i.drv_rxbr_register_irq1_callback CVWL568.lib(drv_rxbr.o) + 0x00016944 0x00016944 0x00000014 Code RO 1748 i.drv_rxbr_set_ack_pkt_header CVWL568.lib(drv_rxbr.o) + 0x00016958 0x00016958 0x000000cc Code RO 1749 i.drv_rxbr_set_cmd_filter CVWL568.lib(drv_rxbr.o) + 0x00016a24 0x00016a24 0x00000014 Code RO 1751 i.drv_rxbr_set_color_format CVWL568.lib(drv_rxbr.o) + 0x00016a38 0x00016a38 0x00000014 Code RO 1753 i.drv_rxbr_set_inten CVWL568.lib(drv_rxbr.o) + 0x00016a4c 0x00016a4c 0x00000010 Code RO 1754 i.drv_rxbr_set_ltpo_drop_th CVWL568.lib(drv_rxbr.o) + 0x00016a5c 0x00016a5c 0x00000026 Code RO 1756 i.drv_rxbr_set_usr_cfg CVWL568.lib(drv_rxbr.o) + 0x00016a82 0x00016a82 0x00000008 Code RO 1757 i.drv_rxbr_set_usr_col CVWL568.lib(drv_rxbr.o) + 0x00016a8a 0x00016a8a 0x00000008 Code RO 1758 i.drv_rxbr_set_usr_row CVWL568.lib(drv_rxbr.o) + 0x00016a92 0x00016a92 0x00000002 PAD + 0x00016a94 0x00016a94 0x00000020 Code RO 2159 i.drv_spi_m_read_data CVWL568.lib(drv_spi_master.o) + 0x00016ab4 0x00016ab4 0x00000048 Code RO 1826 i.drv_swire_set_int CVWL568.lib(drv_swire.o) + 0x00016afc 0x00016afc 0x0000001c Code RO 1827 i.drv_swire_set_power_down CVWL568.lib(drv_swire.o) + 0x00016b18 0x00016b18 0x0000000c Code RO 1842 i.drv_sys_cfg_clear_all_int CVWL568.lib(drv_sys_cfg.o) + 0x00016b24 0x00016b24 0x00000028 Code RO 1843 i.drv_sys_cfg_clear_pending CVWL568.lib(drv_sys_cfg.o) + 0x00016b4c 0x00016b4c 0x00000018 Code RO 1846 i.drv_sys_cfg_sel_ap_rst_lvl_trig CVWL568.lib(drv_sys_cfg.o) + 0x00016b64 0x00016b64 0x0000001c Code RO 1847 i.drv_sys_cfg_sel_ap_rst_trig CVWL568.lib(drv_sys_cfg.o) + 0x00016b80 0x00016b80 0x00000024 Code RO 1848 i.drv_sys_cfg_sel_gpio_group CVWL568.lib(drv_sys_cfg.o) + 0x00016ba4 0x00016ba4 0x00000024 Code RO 1849 i.drv_sys_cfg_sel_int_trig CVWL568.lib(drv_sys_cfg.o) + 0x00016bc8 0x00016bc8 0x00000010 Code RO 1851 i.drv_sys_cfg_set_dma_rx_req CVWL568.lib(drv_sys_cfg.o) + 0x00016bd8 0x00016bd8 0x00000010 Code RO 1852 i.drv_sys_cfg_set_dma_tx_req CVWL568.lib(drv_sys_cfg.o) + 0x00016be8 0x00016be8 0x00000024 Code RO 1853 i.drv_sys_cfg_set_int CVWL568.lib(drv_sys_cfg.o) + 0x00016c0c 0x00016c0c 0x0000001a Code RO 1877 i.drv_timer_clear_status_flags CVWL568.lib(drv_timer.o) + 0x00016c26 0x00016c26 0x00000020 Code RO 1878 i.drv_timer_enable CVWL568.lib(drv_timer.o) + 0x00016c46 0x00016c46 0x00000002 PAD + 0x00016c48 0x00016c48 0x0000000c Code RO 1880 i.drv_timer_get_instance CVWL568.lib(drv_timer.o) + 0x00016c54 0x00016c54 0x0000000e Code RO 1882 i.drv_timer_get_prescaler CVWL568.lib(drv_timer.o) + 0x00016c62 0x00016c62 0x00000002 PAD + 0x00016c64 0x00016c64 0x00000010 Code RO 1883 i.drv_timer_register_callback CVWL568.lib(drv_timer.o) + 0x00016c74 0x00016c74 0x0000000c Code RO 1884 i.drv_timer_set_current_count CVWL568.lib(drv_timer.o) + 0x00016c80 0x00016c80 0x00000048 Code RO 1885 i.drv_timer_set_int CVWL568.lib(drv_timer.o) + 0x00016cc8 0x00016cc8 0x0000000c Code RO 1886 i.drv_timer_set_match CVWL568.lib(drv_timer.o) + 0x00016cd4 0x00016cd4 0x00000016 Code RO 1887 i.drv_timer_set_prescaler CVWL568.lib(drv_timer.o) + 0x00016cea 0x00016cea 0x0000000c Code RO 1363 i.drv_tx_phy_test_clear CVWL568.lib(drv_dsi_tx.o) + 0x00016cf6 0x00016cf6 0x0000001c Code RO 1364 i.drv_tx_phy_test_enter CVWL568.lib(drv_dsi_tx.o) + 0x00016d12 0x00016d12 0x0000001c Code RO 1365 i.drv_tx_phy_test_exit CVWL568.lib(drv_dsi_tx.o) + 0x00016d2e 0x00016d2e 0x0000001a Code RO 1368 i.drv_tx_phy_test_write CVWL568.lib(drv_dsi_tx.o) + 0x00016d48 0x00016d48 0x0000000e Code RO 1369 i.drv_tx_phy_test_write_1_byte CVWL568.lib(drv_dsi_tx.o) + 0x00016d56 0x00016d56 0x00000012 Code RO 1370 i.drv_tx_phy_test_write_2_byte CVWL568.lib(drv_dsi_tx.o) + 0x00016d68 0x00016d68 0x00000022 Code RO 1371 i.drv_tx_phy_test_write_code CVWL568.lib(drv_dsi_tx.o) + 0x00016d8a 0x00016d8a 0x00000022 Code RO 1372 i.drv_tx_phy_test_write_data CVWL568.lib(drv_dsi_tx.o) + 0x00016dac 0x00016dac 0x00000008 Code RO 1911 i.drv_vidc_clear_irq CVWL568.lib(drv_vidc.o) + 0x00016db4 0x00016db4 0x00000018 Code RO 1915 i.drv_vidc_enable CVWL568.lib(drv_vidc.o) + 0x00016dcc 0x00016dcc 0x00000040 Code RO 1916 i.drv_vidc_enable_irq CVWL568.lib(drv_vidc.o) + 0x00016e0c 0x00016e0c 0x00000012 Code RO 1918 i.drv_vidc_get_irq_status CVWL568.lib(drv_vidc.o) + 0x00016e1e 0x00016e1e 0x00000002 PAD + 0x00016e20 0x00016e20 0x00000028 Code RO 1922 i.drv_vidc_init_module_enable CVWL568.lib(drv_vidc.o) + 0x00016e48 0x00016e48 0x0000000c Code RO 1923 i.drv_vidc_register_callback CVWL568.lib(drv_vidc.o) + 0x00016e54 0x00016e54 0x00000006 Code RO 1924 i.drv_vidc_reset CVWL568.lib(drv_vidc.o) + 0x00016e5a 0x00016e5a 0x0000003c Code RO 1926 i.drv_vidc_set_dst_parameter CVWL568.lib(drv_vidc.o) + 0x00016e96 0x00016e96 0x00000014 Code RO 1930 i.drv_vidc_set_irqen CVWL568.lib(drv_vidc.o) + 0x00016eaa 0x00016eaa 0x00000010 Code RO 1931 i.drv_vidc_set_mirror CVWL568.lib(drv_vidc.o) + 0x00016eba 0x00016eba 0x00000008 Code RO 1934 i.drv_vidc_set_p2r_hcoef0 CVWL568.lib(drv_vidc.o) + 0x00016ec2 0x00016ec2 0x00000026 Code RO 1935 i.drv_vidc_set_p2r_hinitb CVWL568.lib(drv_vidc.o) + 0x00016ee8 0x00016ee8 0x00000026 Code RO 1936 i.drv_vidc_set_p2r_hinitr CVWL568.lib(drv_vidc.o) + 0x00016f0e 0x00016f0e 0x00000002 PAD + 0x00016f10 0x00016f10 0x00000018 Code RO 1937 i.drv_vidc_set_pentile_swap CVWL568.lib(drv_vidc.o) + 0x00016f28 0x00016f28 0x0000000a Code RO 1938 i.drv_vidc_set_pu_ctrl CVWL568.lib(drv_vidc.o) + 0x00016f32 0x00016f32 0x00000010 Code RO 1939 i.drv_vidc_set_rotation CVWL568.lib(drv_vidc.o) + 0x00016f42 0x00016f42 0x0000000a Code RO 1940 i.drv_vidc_set_scld_hcoef0 CVWL568.lib(drv_vidc.o) + 0x00016f4c 0x00016f4c 0x0000000a Code RO 1941 i.drv_vidc_set_scld_hcoef1 CVWL568.lib(drv_vidc.o) + 0x00016f56 0x00016f56 0x00000012 Code RO 1942 i.drv_vidc_set_scld_step CVWL568.lib(drv_vidc.o) + 0x00016f68 0x00016f68 0x0000000a Code RO 1943 i.drv_vidc_set_scld_vcoef0 CVWL568.lib(drv_vidc.o) + 0x00016f72 0x00016f72 0x0000000a Code RO 1944 i.drv_vidc_set_scld_vcoef1 CVWL568.lib(drv_vidc.o) + 0x00016f7c 0x00016f7c 0x00000016 Code RO 1945 i.drv_vidc_set_src_parameter CVWL568.lib(drv_vidc.o) + 0x00016f92 0x00016f92 0x00000002 PAD + 0x00016f94 0x00016f94 0x00000010 Code RO 2408 i.drv_wdg_clear_edge_flag CVWL568.lib(drv_wdg.o) + 0x00016fa4 0x00016fa4 0x00000010 Code RO 2411 i.drv_wdg_read_edge_flag CVWL568.lib(drv_wdg.o) + 0x00016fb4 0x00016fb4 0x00000034 Code RO 2414 i.drv_wdg_set_int CVWL568.lib(drv_wdg.o) + 0x00016fe8 0x00016fe8 0x0000000a Code RO 1440 i.fls_clr_interrupt_flag CVWL568.lib(drv_fls.o) + 0x00016ff2 0x00016ff2 0x00000014 Code RO 897 i.fputc CVWL568.lib(tau_log.o) + 0x00017006 0x00017006 0x00000002 PAD + 0x00017008 0x00017008 0x00000030 Code RO 535 i.hal_dsi_rx_ctrl_create_handle CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017038 0x00017038 0x00000024 Code RO 537 i.hal_dsi_rx_ctrl_deinit CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x0001705c 0x0001705c 0x00000084 Code RO 539 i.hal_dsi_rx_ctrl_dsc_async_handler CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000170e0 0x000170e0 0x00000028 Code RO 541 i.hal_dsi_rx_ctrl_gen_a_tear_signal CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017108 0x00017108 0x00000028 Code RO 543 i.hal_dsi_rx_ctrl_get_max_ret_size CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017130 0x00017130 0x00000098 Code RO 545 i.hal_dsi_rx_ctrl_init CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000171c8 0x000171c8 0x000002c8 Code RO 546 i.hal_dsi_rx_ctrl_init_clk CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017490 0x00017490 0x000000c8 Code RO 547 i.hal_dsi_rx_ctrl_init_dsi_rx CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017558 0x00017558 0x0000013c Code RO 548 i.hal_dsi_rx_ctrl_init_memc CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017694 0x00017694 0x0000011c Code RO 549 i.hal_dsi_rx_ctrl_init_rxbr CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000177b0 0x000177b0 0x0000022c Code RO 550 i.hal_dsi_rx_ctrl_init_vidc CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000179dc 0x000179dc 0x0000003c Code RO 551 i.hal_dsi_rx_ctrl_pre_init_pps CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017a18 0x00017a18 0x000000f0 Code RO 554 i.hal_dsi_rx_ctrl_send_ack_cmd CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017b08 0x00017b08 0x00000034 Code RO 558 i.hal_dsi_rx_ctrl_set_cus_sync_line CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017b3c 0x00017b3c 0x00000034 Code RO 561 i.hal_dsi_rx_ctrl_set_hw_tear_mode CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017b70 0x00017b70 0x00000034 Code RO 564 i.hal_dsi_rx_ctrl_set_sw_tear_mode CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017ba4 0x00017ba4 0x0000003c Code RO 567 i.hal_dsi_rx_ctrl_start CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017be0 0x00017be0 0x0000003c Code RO 568 i.hal_dsi_rx_ctrl_stop CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017c1c 0x00017c1c 0x00000020 Code RO 570 i.hal_dsi_rx_ctrl_toggle_resolution CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017c3c 0x00017c3c 0x00000190 Code RO 616 i.hal_dsi_tx_calc_video_chunks CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00017dcc 0x00017dcc 0x0000050c Code RO 617 i.hal_dsi_tx_count_lane_rate CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000182d8 0x000182d8 0x0000002c Code RO 618 i.hal_dsi_tx_ctrl_create_handle CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018304 0x00018304 0x00000048 Code RO 619 i.hal_dsi_tx_ctrl_deinit CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001834c 0x0001834c 0x0000004c Code RO 620 i.hal_dsi_tx_ctrl_enter_init_panel_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018398 0x00018398 0x00000028 Code RO 622 i.hal_dsi_tx_ctrl_exit_init_panel_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000183c0 0x000183c0 0x000000a4 Code RO 624 i.hal_dsi_tx_ctrl_init CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018464 0x00018464 0x00000024 Code RO 625 i.hal_dsi_tx_ctrl_init_clk CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018488 0x00018488 0x0000000c Code RO 626 i.hal_dsi_tx_ctrl_panel_reset_pin CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018494 0x00018494 0x0000009c Code RO 627 i.hal_dsi_tx_ctrl_read_cmd CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018530 0x00018530 0x00000020 Code RO 629 i.hal_dsi_tx_ctrl_set_ccm CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018550 0x00018550 0x00000014 Code RO 634 i.hal_dsi_tx_ctrl_set_overwrite_rgb CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018564 0x00018564 0x00000010 Code RO 635 i.hal_dsi_tx_ctrl_set_partial_disp CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018574 0x00018574 0x00000024 Code RO 636 i.hal_dsi_tx_ctrl_set_partial_disp_area CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018598 0x00018598 0x0000006c Code RO 638 i.hal_dsi_tx_ctrl_start CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018604 0x00018604 0x00000044 Code RO 639 i.hal_dsi_tx_ctrl_stop CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018648 0x00018648 0x000000d8 Code RO 640 i.hal_dsi_tx_ctrl_write_array_cmd CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018720 0x00018720 0x000000b0 Code RO 641 i.hal_dsi_tx_ctrl_write_cmd CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000187d0 0x000187d0 0x00000044 Code RO 642 i.hal_dsi_tx_init_data_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018814 0x00018814 0x00000030 Code RO 643 i.hal_dsi_tx_init_dpi_cfg CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018844 0x00018844 0x00000020 Code RO 644 i.hal_dsi_tx_init_interrupt CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018864 0x00018864 0x00000020 Code RO 645 i.hal_dsi_tx_init_phy_cfg CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018884 0x00018884 0x00000094 Code RO 646 i.hal_dsi_tx_init_remains CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018918 0x00018918 0x00000058 Code RO 647 i.hal_dsi_tx_init_video_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018970 0x00018970 0x00000070 Code RO 648 i.hal_dsi_tx_phy_test_get_data CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000189e0 0x000189e0 0x000000f4 Code RO 649 i.hal_dsi_tx_phy_test_setup CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018ad4 0x00018ad4 0x00000044 Code RO 650 i.hal_dsi_tx_send_cmd CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018b18 0x00018b18 0x00000018 Code RO 708 i.hal_gpio_ctrl_eint CVWL568.lib(hal_gpio.o) + 0x00018b30 0x00018b30 0x00000012 Code RO 709 i.hal_gpio_get_input_data CVWL568.lib(hal_gpio.o) + 0x00018b42 0x00018b42 0x00000002 PAD + 0x00018b44 0x00018b44 0x00000040 Code RO 712 i.hal_gpio_init_eint CVWL568.lib(hal_gpio.o) + 0x00018b84 0x00018b84 0x00000020 Code RO 713 i.hal_gpio_init_input CVWL568.lib(hal_gpio.o) + 0x00018ba4 0x00018ba4 0x00000028 Code RO 714 i.hal_gpio_init_output CVWL568.lib(hal_gpio.o) + 0x00018bcc 0x00018bcc 0x00000018 Code RO 715 i.hal_gpio_reg_eint_cb CVWL568.lib(hal_gpio.o) + 0x00018be4 0x00018be4 0x00000050 Code RO 716 i.hal_gpio_set_ap_reset_int CVWL568.lib(hal_gpio.o) + 0x00018c34 0x00018c34 0x00000060 Code RO 718 i.hal_gpio_set_mode CVWL568.lib(hal_gpio.o) + 0x00018c94 0x00018c94 0x00000008 Code RO 719 i.hal_gpio_set_output_data CVWL568.lib(hal_gpio.o) + 0x00018c9c 0x00018c9c 0x00000020 Code RO 721 i.hal_gpio_set_pull_state CVWL568.lib(hal_gpio.o) + 0x00018cbc 0x00018cbc 0x0000006c Code RO 812 i.hal_i2c_m_dma_init CVWL568.lib(hal_i2c_master.o) + 0x00018d28 0x00018d28 0x00000020 Code RO 813 i.hal_i2c_m_dma_read CVWL568.lib(hal_i2c_master.o) + 0x00018d48 0x00018d48 0x0000001c Code RO 814 i.hal_i2c_m_dma_write CVWL568.lib(hal_i2c_master.o) + 0x00018d64 0x00018d64 0x0000000c Code RO 816 i.hal_i2c_m_transfer_complate CVWL568.lib(hal_i2c_master.o) + 0x00018d70 0x00018d70 0x00000020 Code RO 817 i.hal_i2c_master_irq_callback CVWL568.lib(hal_i2c_master.o) + 0x00018d90 0x00018d90 0x00000010 Code RO 829 i.hal_i2c_s_dma_user_callback CVWL568.lib(hal_i2c_slave.o) + 0x00018da0 0x00018da0 0x00000038 Code RO 830 i.hal_i2c_s_dma_write CVWL568.lib(hal_i2c_slave.o) + 0x00018dd8 0x00018dd8 0x0000006c Code RO 832 i.hal_i2c_s_init CVWL568.lib(hal_i2c_slave.o) + 0x00018e44 0x00018e44 0x00000014 Code RO 833 i.hal_i2c_s_nonblocking_read CVWL568.lib(hal_i2c_slave.o) + 0x00018e58 0x00018e58 0x0000000c Code RO 840 i.hal_i2c_s_set_transfer CVWL568.lib(hal_i2c_slave.o) + 0x00018e64 0x00018e64 0x00000118 Code RO 843 i.hal_i2c_slave_irq_callback CVWL568.lib(hal_i2c_slave.o) + 0x00018f7c 0x00018f7c 0x000000e4 Code RO 933 i.hal_internal_init_memc CVWL568.lib(hal_internal_vsync.o) + 0x00019060 0x00019060 0x00000010 Code RO 934 i.hal_internal_sync_get_fb_setting CVWL568.lib(hal_internal_vsync.o) + 0x00019070 0x00019070 0x00000214 Code RO 935 i.hal_internal_sync_input_resolution_change CVWL568.lib(hal_internal_vsync.o) + 0x00019284 0x00019284 0x0000001c Code RO 937 i.hal_internal_vsync_deinit CVWL568.lib(hal_internal_vsync.o) + 0x000192a0 0x000192a0 0x00000018 Code RO 939 i.hal_internal_vsync_get_sync_line CVWL568.lib(hal_internal_vsync.o) + 0x000192b8 0x000192b8 0x000000fc Code RO 941 i.hal_internal_vsync_init_rx CVWL568.lib(hal_internal_vsync.o) + 0x000193b4 0x000193b4 0x000000b0 Code RO 942 i.hal_internal_vsync_init_tx CVWL568.lib(hal_internal_vsync.o) + 0x00019464 0x00019464 0x0000011c Code RO 943 i.hal_internal_vsync_set_auto_hw_filter CVWL568.lib(hal_internal_vsync.o) + 0x00019580 0x00019580 0x00000014 Code RO 945 i.hal_internal_vsync_set_rx_state CVWL568.lib(hal_internal_vsync.o) + 0x00019594 0x00019594 0x0000001c Code RO 946 i.hal_internal_vsync_set_sync_line CVWL568.lib(hal_internal_vsync.o) + 0x000195b0 0x000195b0 0x00000044 Code RO 947 i.hal_internal_vsync_set_tear_mode CVWL568.lib(hal_internal_vsync.o) + 0x000195f4 0x000195f4 0x00000040 Code RO 948 i.hal_internal_vsync_set_tx_state CVWL568.lib(hal_internal_vsync.o) + 0x00019634 0x00019634 0x00000024 Code RO 651 i.hal_lcdc_config_ccm CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00019658 0x00019658 0x00000048 Code RO 652 i.hal_lcdc_config_remains CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000196a0 0x000196a0 0x00000014 Code RO 653 i.hal_lcdc_config_rgb_to_pentile CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000196b4 0x000196b4 0x00000164 Code RO 654 i.hal_lcdc_config_upscaler CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00019818 0x00019818 0x00000040 Code RO 655 i.hal_lcdc_init_cfg CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00019858 0x00019858 0x00000134 Code RO 656 i.hal_lcdc_init_clk CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001998c 0x0001998c 0x00000040 Code RO 657 i.hal_lcdc_init_interrupt CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000199cc 0x000199cc 0x0000000e Code RO 865 i.hal_spi_m_clear_rxfifo CVWL568.lib(hal_spi_master.o) + 0x000199da 0x000199da 0x00000016 Code RO 748 i.hal_swire_open CVWL568.lib(hal_swire.o) + 0x000199f0 0x000199f0 0x00000008 Code RO 764 i.hal_system_enable_systick CVWL568.lib(hal_system.o) + 0x000199f8 0x000199f8 0x0000007c Code RO 769 i.hal_system_init CVWL568.lib(hal_system.o) + 0x00019a74 0x00019a74 0x0000001c Code RO 770 i.hal_system_init_console CVWL568.lib(hal_system.o) + 0x00019a90 0x00019a90 0x00000008 Code RO 773 i.hal_system_set_pvd CVWL568.lib(hal_system.o) + 0x00019a98 0x00019a98 0x00000008 Code RO 774 i.hal_system_set_vcc CVWL568.lib(hal_system.o) + 0x00019aa0 0x00019aa0 0x00000022 Code RO 800 i.hal_timer_init CVWL568.lib(hal_timer.o) + 0x00019ac2 0x00019ac2 0x00000002 PAD + 0x00019ac4 0x00019ac4 0x00000054 Code RO 801 i.hal_timer_start CVWL568.lib(hal_timer.o) + 0x00019b18 0x00019b18 0x00000028 Code RO 802 i.hal_timer_stop CVWL568.lib(hal_timer.o) + 0x00019b40 0x00019b40 0x0000008c Code RO 908 i.hal_uart_init CVWL568.lib(hal_uart.o) + 0x00019bcc 0x00019bcc 0x00000010 Code RO 911 i.hal_uart_transmit_blocking CVWL568.lib(hal_uart.o) + 0x00019bdc 0x00019bdc 0x00000110 Code RO 2021 i.handle_init CVWL568.lib(irq_redirect .o) + 0x00019cec 0x00019cec 0x00000068 Code RO 111 i.init_mipi_tx ap_demo.o + 0x00019d54 0x00019d54 0x000000b4 Code RO 112 i.init_panel ap_demo.o + 0x00019e08 0x00019e08 0x0000000a Code RO 3 i.main main.o + 0x00019e12 0x00019e12 0x00000002 PAD + 0x00019e14 0x00019e14 0x000000a8 Code RO 113 i.open_mipi_rx ap_demo.o + 0x00019ebc 0x00019ebc 0x00000054 Code RO 114 i.pps_update_handle ap_demo.o + 0x00019f10 0x00019f10 0x000003f4 Code RO 949 i.rx_get_dcs_packet_data CVWL568.lib(hal_internal_vsync.o) + 0x0001a304 0x0001a304 0x00000140 Code RO 950 i.rx_partial_update CVWL568.lib(hal_internal_vsync.o) + 0x0001a444 0x0001a444 0x0000008c Code RO 951 i.rx_receive_packet CVWL568.lib(hal_internal_vsync.o) + 0x0001a4d0 0x0001a4d0 0x00000180 Code RO 952 i.rx_receive_pps CVWL568.lib(hal_internal_vsync.o) + 0x0001a650 0x0001a650 0x000000a4 Code RO 953 i.rxbr_irq0_callback CVWL568.lib(hal_internal_vsync.o) + 0x0001a6f4 0x0001a6f4 0x00000170 Code RO 954 i.rxbr_irq1_callback CVWL568.lib(hal_internal_vsync.o) + 0x0001a864 0x0001a864 0x0000002a Code RO 115 i.send_panel_init_code ap_demo.o + 0x0001a88e 0x0001a88e 0x00000002 PAD + 0x0001a890 0x0001a890 0x00000060 Code RO 116 i.soft_disable_mipi_timer_init ap_demo.o + 0x0001a8f0 0x0001a8f0 0x0000008c Code RO 955 i.soft_gen_te CVWL568.lib(hal_internal_vsync.o) + 0x0001a97c 0x0001a97c 0x00000020 Code RO 117 i.soft_timer3_cb ap_demo.o + 0x0001a99c 0x0001a99c 0x00000070 Code RO 118 i.tx_display_on ap_demo.o + 0x0001aa0c 0x0001aa0c 0x00000028 Code RO 119 i.tx_panel_reset ap_demo.o + 0x0001aa34 0x0001aa34 0x000000b4 Code RO 956 i.vidc_callback CVWL568.lib(hal_internal_vsync.o) + 0x0001aae8 0x0001aae8 0x000000d0 Code RO 957 i.vpre_err_reset CVWL568.lib(hal_internal_vsync.o) + 0x0001abb8 0x0001abb8 0x0000019c Code RO 958 i.vsync_set_te_mode CVWL568.lib(hal_internal_vsync.o) + 0x0001ad54 0x0001ad54 0x00001990 Data RO 120 .constdata ap_demo.o + 0x0001c6e4 0x0001c6e4 0x00000098 Data RO 273 .constdata app_tp_for_custom_s8.o + 0x0001c77c 0x0001c77c 0x00000001 Data RO 286 .constdata app_tp_for_custom_s8.o + 0x0001c77d 0x0001c77d 0x00000003 PAD + 0x0001c780 0x0001c780 0x00000104 Data RO 659 .constdata CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001c884 0x0001c884 0x000000d2 Data RO 724 .constdata CVWL568.lib(hal_gpio.o) + 0x0001c956 0x0001c956 0x00000002 PAD + 0x0001c958 0x0001c958 0x00000008 Data RO 1716 .constdata CVWL568.lib(drv_param_init.o) + 0x0001c960 0x0001c960 0x00000020 Data RO 1889 .constdata CVWL568.lib(drv_timer.o) + 0x0001c980 0x0001c980 0x00000138 Data RO 2062 .constdata CVWL568.lib(drv_phy_common.o) + 0x0001cab8 0x0001cab8 0x00000048 Data RO 572 .conststring CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x0001cb00 0x0001cb00 0x00000134 Data RO 960 .conststring CVWL568.lib(hal_internal_vsync.o) + 0x0001cc34 0x0001cc34 0x00000030 Data RO 2823 Region$$Table anon$$obj.o + + + Execution Region RW_RAM1 (Exec base: 0x00070000, Load base: 0x0001cc64, Size: 0x00000000, Max: 0x000000f0, ABSOLUTE) + + **** No section assigned to this execution region **** + + + Execution Region RW_RAM2 (Exec base: 0x00070100, Load base: 0x0001cc64, Size: 0x000000c0, Max: 0x000000d0, ABSOLUTE) + + Exec Addr Load Addr Size Type Attr Idx E Section Name Object + + 0x00070100 - 0x000000c0 Zero RW 2022 .ARM.__AT_0x00070100 CVWL568.lib(irq_redirect .o) + + + Execution Region RW_RAM3 (Exec base: 0x000701d0, Load base: 0x0001cc64, Size: 0x00003750, Max: 0x00007e30, ABSOLUTE, COMPRESSED[0x000003b4]) + + Exec Addr Load Addr Size Type Attr Idx E Section Name Object + + 0x000701d0 COMPRESSED 0x00000030 Data RW 121 .data ap_demo.o + 0x00070200 COMPRESSED 0x000000e4 Data RW 287 .data app_tp_for_custom_s8.o + 0x000702e4 COMPRESSED 0x00000001 Data RW 290 .data app_tp_for_custom_s8.o + 0x000702e5 COMPRESSED 0x00000001 Data RW 291 .data app_tp_for_custom_s8.o + 0x000702e6 COMPRESSED 0x00000001 Data RW 296 .data app_tp_for_custom_s8.o + 0x000702e7 COMPRESSED 0x00000003 Data RW 297 .data app_tp_for_custom_s8.o + 0x000702ea COMPRESSED 0x00000005 Data RW 298 .data app_tp_for_custom_s8.o + 0x000702ef COMPRESSED 0x00000001 PAD + 0x000702f0 COMPRESSED 0x00000030 Data RW 308 .data app_tp_for_custom_s8.o + 0x00070320 COMPRESSED 0x00000017 Data RW 377 .data app_tp_transfer.o + 0x00070337 COMPRESSED 0x00000001 PAD + 0x00070338 COMPRESSED 0x00000008 Data RW 573 .data CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00070340 COMPRESSED 0x00000001 Data RW 660 .data CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00070341 COMPRESSED 0x00000001 Data RW 818 .data CVWL568.lib(hal_i2c_master.o) + 0x00070342 COMPRESSED 0x00000002 PAD + 0x00070344 COMPRESSED 0x0000001c Data RW 844 .data CVWL568.lib(hal_i2c_slave.o) + 0x00070360 COMPRESSED 0x00000004 Data RW 961 .data CVWL568.lib(hal_internal_vsync.o) + 0x00070364 COMPRESSED 0x00000012 Data RW 1040 .data CVWL568.lib(norflash.o) + 0x00070376 COMPRESSED 0x00000002 PAD + 0x00070378 COMPRESSED 0x0000000c Data RW 1104 .data CVWL568.lib(drv_common.o) + 0x00070384 COMPRESSED 0x00000004 Data RW 1543 .data CVWL568.lib(drv_gpio.o) + 0x00070388 COMPRESSED 0x00000008 Data RW 1581 .data CVWL568.lib(drv_i2c_dma.o) + 0x00070390 COMPRESSED 0x000004a4 Data RW 1717 .data CVWL568.lib(drv_param_init.o) + 0x00070834 COMPRESSED 0x00000008 Data RW 1760 .data CVWL568.lib(drv_rxbr.o) + 0x0007083c COMPRESSED 0x00000008 Data RW 1829 .data CVWL568.lib(drv_swire.o) + 0x00070844 COMPRESSED 0x00000001 Data RW 1854 .data CVWL568.lib(drv_sys_cfg.o) + 0x00070845 COMPRESSED 0x00000003 PAD + 0x00070848 COMPRESSED 0x00000004 Data RW 1947 .data CVWL568.lib(drv_vidc.o) + 0x0007084c COMPRESSED 0x00000004 Data RW 2096 .data CVWL568.lib(drv_i2c_master.o) + 0x00070850 COMPRESSED 0x00000008 Data RW 2130 .data CVWL568.lib(drv_i2c_slave.o) + 0x00070858 COMPRESSED 0x00000004 Data RW 2164 .data CVWL568.lib(drv_spi_master.o) + 0x0007085c COMPRESSED 0x0000000c Data RW 2187 .data CVWL568.lib(drv_chip_info.o) + 0x00070868 COMPRESSED 0x0000000c Data RW 2297 .data CVWL568.lib(drv_pwm.o) + 0x00070874 COMPRESSED 0x00000008 Data RW 2349 .data CVWL568.lib(drv_uart.o) + 0x0007087c COMPRESSED 0x00000008 Data RW 2415 .data CVWL568.lib(drv_wdg.o) + 0x00070884 COMPRESSED 0x00000004 Data RW 2801 .data mc_p.l(stdout.o) + 0x00070888 - 0x000000c8 Zero RW 272 .bss app_tp_for_custom_s8.o + 0x00070950 - 0x00000190 Zero RW 376 .bss app_tp_transfer.o + 0x00070ae0 - 0x000000c0 Zero RW 571 .bss CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00070ba0 - 0x00000048 Zero RW 658 .bss CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00070be8 - 0x00000100 Zero RW 898 .bss CVWL568.lib(tau_log.o) + 0x00070ce8 - 0x000000d0 Zero RW 913 .bss CVWL568.lib(hal_uart.o) + 0x00070db8 - 0x00000958 Zero RW 959 .bss CVWL568.lib(hal_internal_vsync.o) + 0x00071710 - 0x00001030 Zero RW 1087 .bss CVWL568.lib(dcs_packet_fifo.o) + 0x00072740 - 0x0000001c Zero RW 1231 .bss CVWL568.lib(drv_dma.o) + 0x0007275c - 0x00000040 Zero RW 1542 .bss CVWL568.lib(drv_gpio.o) + 0x0007279c - 0x00000140 Zero RW 1580 .bss CVWL568.lib(drv_i2c_dma.o) + 0x000728dc - 0x00000020 Zero RW 1888 .bss CVWL568.lib(drv_timer.o) + 0x000728fc - 0x00000020 Zero RW 2231 .bss CVWL568.lib(hal_spi_slave.o) + 0x0007291c COMPRESSED 0x00000004 PAD + 0x00072920 - 0x00001000 Zero RW 524 STACK startup_armcm0.o + + +============================================================================== + +Image component sizes + + + Code (inc. data) RO Data RW Data ZI Data Debug Object Name + + 7840 730 6544 48 0 36580 ap_demo.o + 1492 30 153 287 200 12454 app_tp_for_custom_s8.o + 926 100 0 23 400 11284 app_tp_transfer.o + 28 4 0 0 0 429 board.o + 10 0 0 0 0 9483 main.o + 120 18 192 0 4096 2012 startup_armcm0.o + + ---------------------------------------------------------------------- + 10422 882 6940 360 4696 72242 Object Totals + 0 0 48 0 0 0 (incl. Generated) + 6 0 3 2 0 0 (incl. Padding) + + ---------------------------------------------------------------------- + + Code (inc. data) RO Data RW Data ZI Data Debug Library Member Name + + 216 32 0 0 4144 252 dcs_packet_fifo.o + 296 96 0 12 0 256 drv_chip_info.o + 192 82 20 12 0 264 drv_common.o + 432 94 0 0 0 1260 drv_crgu.o + 410 28 0 0 28 796 drv_dma.o + 232 28 0 0 0 340 drv_dsc_dec.o + 1628 488 0 0 0 1328 drv_dsi_rx.o + 1308 118 0 0 0 2600 drv_dsi_tx.o + 118 0 0 0 0 256 drv_efuse.o + 10 0 0 0 0 60 drv_fls.o + 784 112 0 4 64 1236 drv_gpio.o + 588 88 0 8 320 624 drv_i2c_dma.o + 360 86 0 4 0 456 drv_i2c_master.o + 324 74 0 8 0 516 drv_i2c_slave.o + 682 6 0 0 0 1444 drv_lcdc.o + 492 28 0 0 0 1112 drv_memc.o + 112 36 8 1188 0 376 drv_param_init.o + 84 8 312 0 0 68 drv_phy_common.o + 72 10 0 12 0 76 drv_pwm.o + 104 24 0 0 0 180 drv_pwr.o + 682 66 0 8 0 1448 drv_rxbr.o + 104 24 0 4 0 188 drv_spi_master.o + 132 16 0 8 0 200 drv_swire.o + 300 64 0 1 0 628 drv_sys_cfg.o + 378 28 32 0 32 872 drv_timer.o + 698 18 0 8 0 680 drv_uart.o + 510 28 0 4 0 1452 drv_vidc.o + 128 18 0 8 0 256 drv_wdg.o + 3124 362 72 8 192 1392 hal_dsi_rx_ctrl.o + 4724 312 260 1 72 2556 hal_dsi_tx_ctrl.o + 450 48 210 0 0 752 hal_gpio.o + 212 40 0 1 0 340 hal_i2c_master.o + 492 70 0 28 0 400 hal_i2c_slave.o + 6216 1478 308 4 2392 2132 hal_internal_vsync.o + 14 0 0 0 0 68 hal_spi_master.o + 232 20 0 0 32 136 hal_spi_slave.o + 22 0 0 0 0 68 hal_swire.o + 176 28 0 0 0 340 hal_system.o + 158 6 0 0 0 212 hal_timer.o + 156 18 0 0 208 144 hal_uart.o + 1076 324 0 0 192 1980 irq_redirect .o + 48 10 0 18 0 68 norflash.o + 58 0 0 0 0 128 tau_delay.o + 60 10 0 0 256 156 tau_log.o + 200 20 0 0 0 76 ceil.o + 86 0 0 0 0 0 __dczerorl2.o + 0 0 0 0 0 0 entry.o + 0 0 0 0 0 0 entry10a.o + 0 0 0 0 0 0 entry11a.o + 8 4 0 0 0 0 entry2.o + 4 0 0 0 0 0 entry5.o + 0 0 0 0 0 0 entry7b.o + 0 0 0 0 0 0 entry8b.o + 8 4 0 0 0 0 entry9a.o + 30 0 0 0 0 0 handlers.o + 40 0 0 0 0 72 idiv.o + 36 8 0 0 0 68 init.o + 0 0 0 0 0 0 iusefp.o + 32 0 0 0 0 68 llshl.o + 38 0 0 0 0 68 llsshr.o + 34 0 0 0 0 68 llushr.o + 36 0 0 0 0 60 memcpya.o + 36 0 0 0 0 100 memseta.o + 2298 104 0 0 0 544 printfa.o + 0 0 0 4 0 0 stdout.o + 44 0 0 0 0 72 uidiv.o + 96 0 0 0 0 84 uldiv.o + 40 2 0 0 0 68 cdrcmple.o + 20 0 0 0 0 68 cfrcmple.o + 356 4 0 0 0 140 dadd.o + 240 6 0 0 0 84 ddiv.o + 236 0 0 0 0 216 depilogue.o + 72 10 0 0 0 72 dfixi.o + 60 10 0 0 0 68 dfixui.o + 64 10 0 0 0 68 dfixul.o + 28 4 0 0 0 68 dfltui.o + 208 6 0 0 0 88 dmul.o + 40 0 0 0 0 60 f2d.o + 178 0 0 0 0 108 fadd.o + 124 0 0 0 0 72 fdiv.o + 130 0 0 0 0 144 fepilogue.o + 50 0 0 0 0 60 ffixi.o + 40 0 0 0 0 60 ffixui.o + 22 0 0 0 0 68 fflti.o + 14 0 0 0 0 68 ffltui.o + 122 0 0 0 0 72 fmul.o + 24 0 0 0 0 60 fscalb.o + + ---------------------------------------------------------------------- + 33738 4618 1224 1360 7936 33088 Library Totals + 50 0 2 7 4 0 (incl. Padding) + + ---------------------------------------------------------------------- + + Code (inc. data) RO Data RW Data ZI Data Debug Library Name + + 28594 4426 1222 1349 7932 30096 CVWL568.lib + 200 20 0 0 0 76 m_ps.l + 2826 120 0 4 0 1204 mc_p.l + 2068 52 0 0 0 1712 mf_p.l + + ---------------------------------------------------------------------- + 33738 4618 1224 1360 7936 33088 Library Totals + + ---------------------------------------------------------------------- + +============================================================================== + + + Code (inc. data) RO Data RW Data ZI Data Debug + + 44160 5500 8164 1720 12632 82262 Grand Totals + 44160 5500 8164 948 12632 82262 ELF Image Totals (compressed) + 44160 5500 8164 948 0 0 ROM Totals + +============================================================================== + + Total RO Size (Code + RO Data) 52324 ( 51.10kB) + Total RW Size (RW Data + ZI Data) 14352 ( 14.02kB) + Total ROM Size (Code + RO Data + RW Data) 53272 ( 52.02kB) + +============================================================================== + diff --git a/project/Listings/WL568_S20P.map b/project/Listings/WL568_S20P.map new file mode 100644 index 0000000..1cbc6f6 --- /dev/null +++ b/project/Listings/WL568_S20P.map @@ -0,0 +1,5166 @@ +Component: ARM Compiler 5.06 update 6 (build 750) Tool: armlink [4d35ed] + +============================================================================== + +Section Cross References + + main.o(i.main) refers to board.o(i.board_Init) for board_Init + main.o(i.main) refers to ap_demo.o(i.ap_demo) for ap_demo + ap_demo.o(i.Gpio_swire_output) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + ap_demo.o(i.Gpio_swire_output) refers to tau_delay.o(i.delayUs) for delayUs + ap_demo.o(i.Gpio_swire_output) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + ap_demo.o(i.ap_dcs_read) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) for hal_dsi_rx_ctrl_get_max_ret_size + ap_demo.o(i.ap_dcs_read) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) for hal_dsi_rx_ctrl_send_ack_cmd + ap_demo.o(i.ap_dcs_read) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_dcs_read) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_demo) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.app_tp_I2C_init) for app_tp_I2C_init + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.open_mipi_rx) for open_mipi_rx + ap_demo.o(i.ap_demo) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.init_mipi_tx) for init_mipi_tx + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.app_tp_init) for app_tp_init + ap_demo.o(i.ap_demo) refers to hal_timer.o(i.hal_timer_init) for hal_timer_init + ap_demo.o(i.ap_demo) refers to hal_timer.o(i.hal_timer_start) for hal_timer_start + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.tx_display_on) for tx_display_on + ap_demo.o(i.ap_demo) refers to hal_gpio.o(i.hal_gpio_set_ap_reset_int) for hal_gpio_set_ap_reset_int + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.app_tp_phone_clear_reset_on) for app_tp_phone_clear_reset_on + ap_demo.o(i.ap_demo) refers to tau_delay.o(i.delayMs) for delayMs + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.app_tp_transfer_screen_start) for app_tp_transfer_screen_start + ap_demo.o(i.ap_demo) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) for hal_dsi_rx_ctrl_dsc_async_handler + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.app_tp_calibration_exec) for app_tp_calibration_exec + ap_demo.o(i.ap_demo) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.ap_demo) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.app_tp_transfer_screen_int) for app_tp_transfer_screen_int + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.tp_heartbeat_exec) for tp_heartbeat_exec + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.ap_tp_scan_point_record_event_exec) for ap_tp_scan_point_record_event_exec + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.S20_Start_init) for S20_Start_init + ap_demo.o(i.ap_demo) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_demo) refers to app_tp_for_custom_s8.o(.data) for tp_sleep_count + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.soft_timer3_cb) for soft_timer3_cb + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.ap_reset_cb) for ap_reset_cb + ap_demo.o(i.ap_get_reg_ca) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_get_reg_df) refers to ap_demo.o(i.blue_change_ccm) for blue_change_ccm + ap_demo.o(i.ap_get_reg_df) refers to memcpya.o(.text) for __aeabi_memcpy4 + ap_demo.o(i.ap_get_reg_df) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) for hal_dsi_tx_ctrl_set_ccm + ap_demo.o(i.ap_get_reg_df) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_reset_cb) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_reset_cb) refers to hal_system.o(i.hal_system_set_pvd) for hal_system_set_pvd + ap_demo.o(i.ap_reset_cb) refers to hal_system.o(i.hal_system_set_vcc) for hal_system_set_vcc + ap_demo.o(i.ap_set_backlight) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + ap_demo.o(i.ap_set_backlight) refers to idiv.o(.text) for __aeabi_idivmod + ap_demo.o(i.ap_set_backlight) refers to uidiv.o(.text) for __aeabi_uidivmod + ap_demo.o(i.ap_set_backlight) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.ap_set_backlight) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_set_display_off) refers to ap_demo.o(i.Gpio_swire_output) for Gpio_swire_output + ap_demo.o(i.ap_set_display_off) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_display_off) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.ap_set_display_off) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_set_display_on) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_display_on) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_set_enter_sleep_mode) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.ap_set_enter_sleep_mode) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_enter_sleep_mode) refers to ap_demo.o(i.soft_disable_mipi_timer_init) for soft_disable_mipi_timer_init + ap_demo.o(i.ap_set_enter_sleep_mode) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_set_exit_sleep_mode) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_exit_sleep_mode) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_set_tp_calibration_04) refers to ap_demo.o(.data) for .data + ap_demo.o(i.app_tp_calibration_exec) refers to app_tp_transfer.o(i.ap_tp_calibration) for ap_tp_calibration + ap_demo.o(i.app_tp_calibration_exec) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.app_tp_calibration_exec) refers to ap_demo.o(.data) for .data + ap_demo.o(i.blue_change_ccm) refers to memcpya.o(.text) for __aeabi_memcpy4 + ap_demo.o(i.blue_change_ccm) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) for hal_dsi_tx_ctrl_set_ccm + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) for hal_dsi_tx_ctrl_stop + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) for hal_dsi_tx_ctrl_deinit + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) for hal_dsi_rx_ctrl_stop + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) for hal_dsi_rx_ctrl_deinit + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_swire.o(i.hal_swire_open) for hal_swire_open + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_timer.o(i.hal_timer_stop) for hal_timer_stop + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) for hal_dsi_tx_ctrl_panel_reset_pin + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_system.o(i.hal_system_set_vcc) for hal_system_set_vcc + ap_demo.o(i.disable_mipi_timer_cb) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.disable_mipi_timer_cb) refers to ap_demo.o(.data) for .data + ap_demo.o(i.disable_mipi_timer_cb) refers to app_tp_for_custom_s8.o(.data) for tp_sleep_in + ap_demo.o(i.init_mipi_tx) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) for hal_dsi_tx_ctrl_create_handle + ap_demo.o(i.init_mipi_tx) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) for hal_dsi_tx_ctrl_init + ap_demo.o(i.init_mipi_tx) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) for hal_dsi_tx_ctrl_set_overwrite_rgb + ap_demo.o(i.init_mipi_tx) refers to ap_demo.o(.data) for .data + ap_demo.o(i.init_panel) refers to ap_demo.o(i.tx_panel_reset) for tx_panel_reset + ap_demo.o(i.init_panel) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) for hal_dsi_tx_ctrl_enter_init_panel_mode + ap_demo.o(i.init_panel) refers to ap_demo.o(i.send_panel_init_code) for send_panel_init_code + ap_demo.o(i.init_panel) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.init_panel) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.init_panel) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) for hal_dsi_rx_ctrl_set_hw_tear_mode + ap_demo.o(i.init_panel) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + ap_demo.o(i.init_panel) refers to tau_delay.o(i.delayMs) for delayMs + ap_demo.o(i.init_panel) refers to ap_demo.o(i.Gpio_swire_output) for Gpio_swire_output + ap_demo.o(i.init_panel) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) for hal_dsi_tx_ctrl_exit_init_panel_mode + ap_demo.o(i.init_panel) refers to ap_demo.o(.constdata) for .constdata + ap_demo.o(i.init_panel) refers to ap_demo.o(.data) for .data + ap_demo.o(i.open_mipi_rx) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) for hal_dsi_rx_ctrl_create_handle + ap_demo.o(i.open_mipi_rx) refers to memcpya.o(.text) for __aeabi_memcpy4 + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) for hal_dsi_rx_ctrl_pre_init_pps + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) for hal_dsi_rx_ctrl_init + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) for hal_dsi_rx_ctrl_set_cus_sync_line + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) for hal_dsi_rx_ctrl_start + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(.data) for .data + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(.constdata) for .constdata + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(i.ap_dcs_read) for ap_dcs_read + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(i.pps_update_handle) for pps_update_handle + ap_demo.o(i.pps_update_handle) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) for hal_dsi_rx_ctrl_set_sw_tear_mode + ap_demo.o(i.pps_update_handle) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) for hal_dsi_rx_ctrl_toggle_resolution + ap_demo.o(i.pps_update_handle) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) for hal_dsi_rx_ctrl_set_hw_tear_mode + ap_demo.o(i.pps_update_handle) refers to ap_demo.o(.data) for .data + ap_demo.o(i.send_panel_init_code) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) for hal_dsi_tx_ctrl_write_array_cmd + ap_demo.o(i.send_panel_init_code) refers to tau_delay.o(i.delayUs) for delayUs + ap_demo.o(i.soft_disable_mipi_timer_init) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.soft_disable_mipi_timer_init) refers to hal_timer.o(i.hal_timer_init) for hal_timer_init + ap_demo.o(i.soft_disable_mipi_timer_init) refers to hal_timer.o(i.hal_timer_start) for hal_timer_start + ap_demo.o(i.soft_disable_mipi_timer_init) refers to ap_demo.o(i.disable_mipi_timer_cb) for disable_mipi_timer_cb + ap_demo.o(i.soft_timer3_cb) refers to hal_timer.o(i.hal_timer_start) for hal_timer_start + ap_demo.o(i.soft_timer3_cb) refers to app_tp_for_custom_s8.o(.data) for tp_sleep_count + ap_demo.o(i.soft_timer3_cb) refers to ap_demo.o(.data) for .data + ap_demo.o(i.tp_heartbeat_exec) refers to hal_gpio.o(i.hal_gpio_get_input_data) for hal_gpio_get_input_data + ap_demo.o(i.tp_heartbeat_exec) refers to printfa.o(i.__0printf) for __2printf + ap_demo.o(i.tp_heartbeat_exec) refers to app_tp_transfer.o(i.ap_tp_system_softReset) for ap_tp_system_softReset + ap_demo.o(i.tp_heartbeat_exec) refers to app_tp_transfer.o(.data) for s_screen_init_complate + ap_demo.o(i.tp_heartbeat_exec) refers to ap_demo.o(.data) for .data + ap_demo.o(i.tx_display_on) refers to ap_demo.o(i.init_panel) for init_panel + ap_demo.o(i.tx_display_on) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) for hal_dsi_tx_ctrl_start + ap_demo.o(i.tx_display_on) refers to ap_demo.o(.data) for .data + ap_demo.o(i.tx_panel_reset) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) for hal_dsi_tx_ctrl_panel_reset_pin + ap_demo.o(i.tx_panel_reset) refers to tau_delay.o(i.delayMs) for delayMs + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_display_on) for ap_set_display_on + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_display_off) for ap_set_display_off + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_get_reg_df) for ap_get_reg_df + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_get_reg_ca) for ap_get_reg_ca + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_backlight) for ap_set_backlight + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_enter_sleep_mode) for ap_set_enter_sleep_mode + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_exit_sleep_mode) for ap_set_exit_sleep_mode + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_tp_calibration_04) for ap_set_tp_calibration_04 + app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) refers to app_tp_for_custom_s8.o(.data) for .data + app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) refers to app_tp_for_custom_s8.o(.constdata) for .constdata + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_const) refers to app_tp_transfer.o(i.app_tp_screen_init) for app_tp_screen_init + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_const) refers to app_tp_for_custom_s8.o(.data) for .data + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) refers to uidiv.o(.text) for __aeabi_uidivmod + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) refers to app_tp_for_custom_s8.o(.data) for .data + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_1 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_2 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_3 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_4 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_5 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_6 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_7 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_point_data + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_point_back + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_coord_data + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_coord_back + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(i.app_tp_m_read) for app_tp_m_read + app_tp_transfer.o(i.S20_Start_init) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_transfer.o(i.S20_Start_init) refers to tau_delay.o(i.delayMs) for delayMs + app_tp_transfer.o(i.S20_Start_init) refers to hal_gpio.o(i.hal_gpio_get_input_data) for hal_gpio_get_input_data + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(i.app_tp_m_write) for app_tp_m_write + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(i.app_tp_screen_int_init) for app_tp_screen_int_init + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_for_custom_s8.o(.data) for screen_reg_int_data + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.S20_Start_init) refers to ap_demo.o(.data) for phone_start_flag + app_tp_transfer.o(i.ap_tp_calibration) refers to app_tp_transfer.o(i.app_tp_m_write) for app_tp_m_write + app_tp_transfer.o(i.ap_tp_calibration) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_transfer.o(i.ap_tp_calibration) refers to tau_delay.o(i.delayMs) for delayMs + app_tp_transfer.o(i.ap_tp_calibration) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.ap_tp_scan_point_init) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.ap_tp_scan_point_record_event) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.ap_tp_scan_point_record_event_exec) refers to printfa.o(i.__0printf) for __2printf + app_tp_transfer.o(i.ap_tp_scan_point_record_event_exec) refers to app_tp_transfer.o(i.ap_tp_simulate_finger_release_event) for ap_tp_simulate_finger_release_event + app_tp_transfer.o(i.ap_tp_scan_point_record_event_exec) refers to app_tp_transfer.o(i.ap_tp_scan_point_init) for ap_tp_scan_point_init + app_tp_transfer.o(i.ap_tp_scan_point_record_event_exec) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.ap_tp_simulate_finger_release_event) refers to app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) for app_tp_screen_analysis_int + app_tp_transfer.o(i.ap_tp_simulate_finger_release_event) refers to tau_delay.o(i.delayMs) for delayMs + app_tp_transfer.o(i.ap_tp_system_softReset) refers to app_tp_transfer.o(i.ap_tp_simulate_finger_release_event) for ap_tp_simulate_finger_release_event + app_tp_transfer.o(i.ap_tp_system_softReset) refers to app_tp_transfer.o(i.ap_tp_scan_point_init) for ap_tp_scan_point_init + app_tp_transfer.o(i.ap_tp_system_softReset) refers to app_tp_transfer.o(i.app_tp_m_write) for app_tp_m_write + app_tp_transfer.o(i.ap_tp_system_softReset) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_transfer.o(i.ap_tp_system_softReset) refers to tau_delay.o(i.delayMs) for delayMs + app_tp_transfer.o(i.ap_tp_system_softReset) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_I2C_init) refers to hal_i2c_slave.o(i.hal_i2c_s_init) for hal_i2c_s_init + app_tp_transfer.o(i.app_tp_I2C_init) refers to hal_i2c_slave.o(i.hal_i2c_s_set_transfer) for hal_i2c_s_set_transfer + app_tp_transfer.o(i.app_tp_I2C_init) refers to hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) for hal_i2c_s_nonblocking_read + app_tp_transfer.o(i.app_tp_I2C_init) refers to app_tp_transfer.o(i.app_tp_i2cs_callback) for app_tp_i2cs_callback + app_tp_transfer.o(i.app_tp_I2C_init) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.app_tp_i2cs_callback) refers to app_tp_transfer.o(i.app_tp_transfer_phone) for app_tp_transfer_phone + app_tp_transfer.o(i.app_tp_init) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + app_tp_transfer.o(i.app_tp_init) refers to app_tp_transfer.o(i.app_tp_screen_init) for app_tp_screen_init + app_tp_transfer.o(i.app_tp_init) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + app_tp_transfer.o(i.app_tp_init) refers to hal_gpio.o(i.hal_gpio_init_input) for hal_gpio_init_input + app_tp_transfer.o(i.app_tp_init) refers to hal_i2c_master.o(i.hal_i2c_m_dma_init) for hal_i2c_m_dma_init + app_tp_transfer.o(i.app_tp_init) refers to app_tp_transfer.o(i.ap_tp_scan_point_init) for ap_tp_scan_point_init + app_tp_transfer.o(i.app_tp_init) refers to app_tp_for_custom_s8.o(.data) for g_phone_output_int_pad + app_tp_transfer.o(i.app_tp_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.app_tp_m_read) refers to hal_i2c_master.o(i.hal_i2c_m_dma_read) for hal_i2c_m_dma_read + app_tp_transfer.o(i.app_tp_m_transfer_complate) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_transfer.o(i.app_tp_m_write) refers to hal_i2c_master.o(i.hal_i2c_m_dma_write) for hal_i2c_m_dma_write + app_tp_transfer.o(i.app_tp_phone_clear_reset_on) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_phone_reset_on) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_s_read) refers to hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) for hal_i2c_s_nonblocking_read + app_tp_transfer.o(i.app_tp_s_transfer_complate) refers to hal_i2c_slave.o(i.hal_i2c_s_write_complate) for hal_i2c_s_write_complate + app_tp_transfer.o(i.app_tp_s_transfer_complate) refers to hal_i2c_slave.o(i.hal_i2c_s_read_complate) for hal_i2c_s_read_complate + app_tp_transfer.o(i.app_tp_s_write) refers to hal_i2c_slave.o(i.hal_i2c_s_dma_write) for hal_i2c_s_dma_write + app_tp_transfer.o(i.app_tp_screen_init) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + app_tp_transfer.o(i.app_tp_screen_init) refers to tau_delay.o(i.delayUs) for delayUs + app_tp_transfer.o(i.app_tp_screen_init) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + app_tp_transfer.o(i.app_tp_screen_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_rst_pad + app_tp_transfer.o(i.app_tp_screen_int_callback) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_ctrl_eint) for hal_gpio_ctrl_eint + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_init_eint) for hal_gpio_init_eint + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_reg_eint_cb) for hal_gpio_reg_eint_cb + app_tp_transfer.o(i.app_tp_screen_int_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.app_tp_screen_int_init) refers to app_tp_transfer.o(i.app_tp_screen_int_callback) for app_tp_screen_int_callback + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) for app_tp_phone_analysis_data + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_transfer.o(i.app_tp_s_read) for app_tp_s_read + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_transfer.o(i.app_tp_s_write) for app_tp_s_write + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_transfer.o(i.app_tp_m_transfer_complate) for app_tp_m_transfer_complate + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to hal_spi_master.o(i.hal_spi_m_clear_rxfifo) for hal_spi_m_clear_rxfifo + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_transfer.o(i.S20_Start_init) for S20_Start_init + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_for_custom_s8.o(.constdata) for screen_reg_start_data_size + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to ap_demo.o(.data) for phone_start_flag + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_transfer_screen_const) for app_tp_transfer_screen_const + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_screen_int_lvl_low) for app_tp_screen_int_lvl_low + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_m_transfer_complate) for app_tp_m_transfer_complate + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to hal_spi_master.o(i.hal_spi_m_clear_rxfifo) for hal_spi_m_clear_rxfifo + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_m_read) for app_tp_m_read + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to tau_delay.o(i.delayUs) for delayUs + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.ap_tp_system_softReset) for ap_tp_system_softReset + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to tau_log.o(i.LOG_printf) for LOG_printf + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to tau_delay.o(i.delayMs) for delayMs + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to hal_gpio.o(i.hal_gpio_get_input_data) for hal_gpio_get_input_data + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.ap_tp_scan_point_record_event) for ap_tp_scan_point_record_event + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) for app_tp_screen_analysis_int + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_for_custom_s8.o(.data) for screen_reg_int_data + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.app_tp_transfer_screen_start) refers to app_tp_transfer.o(i.app_tp_transfer_screen_const) for app_tp_transfer_screen_const + app_tp_transfer.o(i.app_tp_transfer_screen_start) refers to app_tp_transfer.o(.data) for .data + board.o(i.board_Init) refers to hal_system.o(i.hal_system_init) for hal_system_init + board.o(i.board_Init) refers to hal_system.o(i.hal_system_enable_systick) for hal_system_enable_systick + board.o(i.board_Init) refers to hal_system.o(i.hal_system_init_console) for hal_system_init_console + board.o(i.board_Init) refers to hal_system.o(i.hal_system_set_phy_calibration) for hal_system_set_phy_calibration + startup_armcm0.o(RESET) refers to startup_armcm0.o(STACK) for __initial_sp + startup_armcm0.o(RESET) refers to startup_armcm0.o(.text) for Reset_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.HardFault_Handler) for HardFault_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SysTick_Handler) for SysTick_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.VIDC_IRQn_Handler) for VIDC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.LCDC_IRQn_Handler) for LCDC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.MIPI_RX_IRQn_Handler) for MIPI_RX_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.MIPI_TX_IRQn_Handler) for MIPI_TX_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.MEMC_IRQn_Handler) for MEMC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.VPRE_IRQn_Handler) for VPRE_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.FLSCTRL_IRQn_Handler) for FLSCTRL_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.DMA_IRQn_Handler) for DMA_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER0_IRQn_Handler) for TIMER0_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER1_IRQn_Handler) for TIMER1_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER2_IRQn_Handler) for TIMER2_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER3_IRQn_Handler) for TIMER3_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.WDG_IRQn_Handler) for WDG_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.UART_IRQn_Handler) for UART_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.I2C0_IRQn_Handler) for I2C0_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.I2C1_IRQn_Handler) for I2C1_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SPIS_IRQn_Handler) for SPIS_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SPIM_IRQn_Handler) for SPIM_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.ADC_IRQn_Handler) for ADC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.PWMDET_IRQn_Handler) for PWMDET_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SWIRE_IRQn_Handler) for SWIRE_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.AP_NRESET_IRQn_Handler) for AP_NRESET_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT0_IRQn_Handler) for EXTI_INT0_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT1_IRQn_Handler) for EXTI_INT1_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT2_IRQn_Handler) for EXTI_INT2_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT3_IRQn_Handler) for EXTI_INT3_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT4_IRQn_Handler) for EXTI_INT4_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT5_IRQn_Handler) for EXTI_INT5_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT6_IRQn_Handler) for EXTI_INT6_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT7_IRQn_Handler) for EXTI_INT7_IRQn_Handler + startup_armcm0.o(.text) refers to entry.o(.ARM.Collect$$$$00000000) for __main + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to dadd.o(.text) for __aeabi_dadd + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to drv_vidc.o(i.drv_vidc_set_scld_step) for drv_vidc_set_scld_step + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to drv_vidc.o(i.drv_vidc_set_module_enable) for drv_vidc_set_module_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to hal_internal_vsync.o(i.hal_internal_vsync_get_rx_state) for hal_internal_vsync_get_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to drv_dsc_dec.o(i.drv_dsc_dec_disable) for drv_dsc_dec_disable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) for drv_dsi_rx_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to drv_rxbr.o(i.drv_rxbr_enable_irq) for drv_rxbr_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to drv_vidc.o(i.drv_vidc_enable_irq) for drv_vidc_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to drv_memc.o(i.drv_memc_enable_irq) for drv_memc_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to hal_internal_vsync.o(i.hal_internal_vsync_get_tx_state) for hal_internal_vsync_get_tx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to drv_crgu.o(i.drv_crgu_config_reset_modules) for drv_crgu_config_reset_modules + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_draw_mode_init) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) for dcs_packet_get_fifo_header + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) for dcs_packet_free_fifo_header + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to drv_rxbr.o(i.drv_rxbr_set_inten) for drv_rxbr_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_pg_cfg) for drv_dsi_rx_set_ddi_pg_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_crgu.o(i.drv_crgu_set_rxbr_src) for drv_crgu_set_rxbr_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_crgu.o(i.drv_crgu_set_rxbr_div) for drv_crgu_set_rxbr_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_pg_cfg) for drv_dsi_rx_set_ipi_pg_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) refers to drv_memc.o(i.drv_memc_gen_a_tear_signal) for drv_memc_gen_a_tear_signal + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_compressen_en) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) for drv_dsi_rx_get_compression_en + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_max_ret_size) for drv_dsi_rx_get_max_ret_size + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_rxbr_src) for drv_crgu_set_rxbr_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_rxbr_div) for drv_crgu_set_rxbr_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) for drv_dsi_rx_set_ddi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_ipi_cfg) for hal_dsi_rx_ctrl_set_ipi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_dsco_src) for drv_crgu_set_dsco_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_dsco_src_div) for drv_crgu_set_dsco_src_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_dsc_core_div) for drv_crgu_set_dsc_core_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_vidc_src) for drv_crgu_set_vidc_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_fb_src) for drv_crgu_set_fb_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_fb_div) for drv_crgu_set_fb_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) for hal_dsi_rx_ctrl_init_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_init_rx) for hal_internal_vsync_init_rx + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) for hal_dsi_rx_ctrl_init_dsi_rx + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) for hal_dsi_rx_ctrl_init_rxbr + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_dsc_dec.o(i.drv_dsc_dec_enable) for drv_dsc_dec_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) for drv_dsc_dec_set_u8_pps + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_dsc_dec.o(i.drv_dsc_dec_disable) for drv_dsc_dec_disable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) for hal_dsi_rx_ctrl_init_vidc + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) for hal_dsi_rx_ctrl_init_memc + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_chip_info.o(i.drv_chip_rx_init_done) for drv_chip_rx_init_done + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_vidc_src) for drv_crgu_set_vidc_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_fb_src) for drv_crgu_set_fb_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_fb_div) for drv_crgu_set_fb_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) for hal_dsi_rx_ctrl_set_rxbr_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ctrl_cfg) for drv_dsi_rx_set_ctrl_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) for drv_dsi_rx_set_ddi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_ipi_cfg) for hal_dsi_rx_ctrl_set_ipi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) for drv_dsi_rx_set_up_phy + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) for drv_dsi_rx_set_lane_swap + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_inten) for drv_dsi_rx_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_resp_cnt) for drv_dsi_rx_set_resp_cnt + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) for drv_dsi_rx_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_data_mode) for drv_memc_set_data_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_ltpo_mode) for drv_memc_set_ltpo_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_rate_transfer_sel) for drv_memc_rate_transfer_sel + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_fs_en_conditions) for drv_memc_set_fs_en_conditions + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_lcdc_st_conditions) for drv_memc_set_lcdc_st_conditions + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_sel_vsync) for drv_memc_sel_vsync + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_vidc_sync_cnt) for drv_memc_set_vidc_sync_cnt + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_waveform) for drv_memc_set_tear_waveform + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_double_buffer) for drv_memc_set_double_buffer + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_active_height) for drv_memc_set_active_height + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_inten) for drv_memc_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_enable_irq) for drv_memc_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_color_format) for drv_rxbr_set_color_format + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) for drv_rxbr_frame_drop_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_ltpo_drop_th) for drv_rxbr_set_ltpo_drop_th + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_usr_cfg) for drv_rxbr_set_usr_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_usr_col) for drv_rxbr_set_usr_col + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_usr_row) for drv_rxbr_set_usr_row + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_hline_rcv_cfg) for drv_rxbr_hline_rcv_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_inten) for drv_rxbr_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_enable_irq) for drv_rxbr_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) for hal_internal_vsync_set_auto_hw_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_src_parameter) for drv_vidc_set_src_parameter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_pentile_swap) for drv_vidc_set_pentile_swap + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_dst_parameter) for drv_vidc_set_dst_parameter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_init_module_enable) for drv_vidc_init_module_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_rotation) for drv_vidc_set_rotation + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to dadd.o(.text) for __aeabi_dadd + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_step) for drv_vidc_set_scld_step + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_param_init.o(i.drv_param_init_get_scld_filter_h) for drv_param_init_get_scld_filter_h + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_param_init.o(i.drv_param_init_get_scld_filter_v) for drv_param_init_get_scld_filter_v + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef0) for drv_vidc_set_scld_hcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef1) for drv_vidc_set_scld_hcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef0) for drv_vidc_set_scld_vcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef1) for drv_vidc_set_scld_vcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_p2r_hinitr) for drv_vidc_set_p2r_hinitr + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_p2r_hinitb) for drv_vidc_set_p2r_hinitb + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_param_init.o(i.drv_param_p2r_filter_init) for drv_param_p2r_filter_init + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_p2r_hcoef0) for drv_vidc_set_p2r_hcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_mirror) for drv_vidc_set_mirror + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_pu_ctrl) for drv_vidc_set_pu_ctrl + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_irqen) for drv_vidc_set_irqen + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_enable_irq) for drv_vidc_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) for drv_dsc_dec_convert_pps_rc_parameter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_release_handle) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to drv_dsi_rx.o(i.drv_dsi_rx_shut_down) for drv_dsi_rx_shut_down + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) for hal_dsi_rx_ctrl_init + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_internal_vsync.o(i.hal_internal_vsync_get_tx_state) for hal_internal_vsync_get_tx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) for hal_dsi_rx_ctrl_start + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) refers to drv_rxbr.o(i.drv_rxbr_set_ack_pkt_header) for drv_rxbr_set_ack_pkt_header + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) refers to hal_dsi_rx_ctrl.o(.conststring) for .conststring + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_auto_hw_filter) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) for hal_internal_vsync_set_auto_hw_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_auto_hw_filter) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) for drv_dsi_rx_set_ddi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef0) for drv_vidc_set_scld_hcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef1) for drv_vidc_set_scld_hcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef0) for drv_vidc_set_scld_vcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef1) for drv_vidc_set_scld_vcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_param_init.o(i.drv_param_init_set_scld_filter) for drv_param_init_set_scld_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) for hal_internal_vsync_set_sync_line + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) refers to drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) for drv_rxbr_hline_rcv0_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_dcs_direct_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode) for hal_internal_vsync_set_dcs_direct_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_cmd_filter) refers to drv_rxbr.o(i.drv_rxbr_set_cmd_filter) for drv_rxbr_set_cmd_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_cmd_filter) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) for hal_internal_vsync_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_ipi_cfg) refers to drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) for drv_dsi_rx_calc_ipi_tx_delay + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_ipi_cfg) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_cfg) for drv_dsi_rx_set_ipi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format) refers to drv_vidc.o(i.drv_vidc_update_src_format) for drv_vidc_update_src_format + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format) refers to drv_vidc.o(i.drv_vidc_set_pentile_swap) for drv_vidc_set_pentile_swap + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dflti.o(.text) for __aeabi_i2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dmul.o(.text) for __aeabi_dmul + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to ddiv.o(.text) for __aeabi_ddiv + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dfixi.o(.text) for __aeabi_d2iz + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rx_clk) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) for hal_dsi_rx_ctrl_set_rxbr_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rx_clk) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rx_clk) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rx_clk) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) for drv_dsi_rx_set_ddi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rx_clk) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_ipi_cfg) for hal_dsi_rx_ctrl_set_ipi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rx_clk) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) refers to drv_crgu.o(i.drv_crgu_set_rxbr_src) for drv_crgu_set_rxbr_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) refers to drv_crgu.o(i.drv_crgu_set_rxbr_div) for drv_crgu_set_rxbr_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) refers to drv_crgu.o(i.drv_crgu_set_dsco_src) for drv_crgu_set_dsco_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) refers to drv_crgu.o(i.drv_crgu_set_dsco_src_div) for drv_crgu_set_dsco_src_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) refers to drv_crgu.o(i.drv_crgu_set_dsc_core_div) for drv_crgu_set_dsc_core_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) for hal_internal_vsync_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_te_waveform) refers to drv_memc.o(i.drv_memc_set_tear_waveform) for drv_memc_set_tear_waveform + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_te_waveform) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_tear_mode_ex) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) for hal_internal_vsync_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to drv_dsi_rx.o(i.drv_dsi_rx_power_up) for drv_dsi_rx_power_up + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to drv_dsi_rx.o(i.drv_dsi_rx_shut_down) for drv_dsi_rx_shut_down + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_memc.o(i.drv_memc_rate_transfer_sel) for drv_memc_rate_transfer_sel + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_memc.o(i.drv_memc_sel_vsync) for drv_memc_sel_vsync + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) for drv_rxbr_frame_drop_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) for drv_rxbr_hline_rcv0_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) refers to hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) for hal_internal_sync_input_resolution_change + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to ffltui.o(.text) for __aeabi_ui2f + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fscalb.o(.text) for __ARM_scalbnf + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fdiv.o(.text) for __aeabi_fdiv + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fmul.o(.text) for __aeabi_fmul + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to idiv.o(.text) for __aeabi_idivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fflti.o(.text) for __aeabi_i2f + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to ffixi.o(.text) for __aeabi_f2iz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to f2d.o(.text) for __aeabi_f2d + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to ceil.o(i.ceil) for ceil + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to dfixi.o(.text) for __aeabi_d2iz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fadd.o(.text) for __aeabi_fadd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_video_chunk) for drv_dsi_tx_set_video_chunk + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_video_timing) for drv_dsi_tx_set_video_timing + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_config_params_for_lane_rate) refers to fadd.o(.text) for __aeabi_fadd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_config_params_for_lane_rate) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to ffltui.o(.text) for __aeabi_ui2f + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to fmul.o(.text) for __aeabi_fmul + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to fdiv.o(.text) for __aeabi_fdiv + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to f2d.o(.text) for __aeabi_f2d + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to ceil.o(i.ceil) for ceil + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to drv_phy_common.o(i.drv_phy_get_rate_para) for drv_phy_get_rate_para + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to dfixi.o(.text) for __aeabi_d2iz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to idiv.o(.text) for __aeabi_idivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to fadd.o(.text) for __aeabi_fsub + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to ffixui.o(.text) for __aeabi_f2uiz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_crop_pic) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_crop_pic) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_crop_pic) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) for hal_lcdc_config_upscaler + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_crop_pic) refers to drv_lcdc.o(i.drv_lcdc_config_src_parameter) for drv_lcdc_config_src_parameter + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to drv_crgu.o(i.drv_crgu_config_reset_modules) for drv_crgu_config_reset_modules + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) for drv_dsi_tx_command_mode_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_mode) for drv_dsi_tx_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_ulps_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) for drv_dsi_tx_phy_ulps_enter + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) for drv_dsi_tx_command_mode_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_mode) for drv_dsi_tx_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) refers to hal_dsi_tx_ctrl.o(.data) for .data + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_ulps_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) for drv_dsi_tx_phy_ulps_exit + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) for hal_dsi_tx_ctrl_init_clk + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_init_tx) for hal_internal_vsync_init_tx + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_config_params_for_lane_rate) for hal_dsi_tx_config_params_for_lane_rate + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) for hal_dsi_tx_count_lane_rate + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) for hal_dsi_tx_init_phy_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) for drv_dsi_tx_phy_test_setup + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) for hal_lcdc_init_clk + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) for hal_lcdc_init_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) for hal_dsi_tx_init_dpi_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) for hal_dsi_tx_init_data_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) for hal_dsi_tx_init_remains + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) for hal_dsi_tx_init_interrupt + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ready) for drv_dsi_tx_phy_status_ready + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to drv_dsi_tx.o(i.drv_dsi_tx_powerup) for drv_dsi_tx_powerup + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) for hal_dsi_tx_send_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_get_payload) for drv_dsi_tx_command_get_payload + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to memcpya.o(.text) for __aeabi_memcpy + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_release_handle) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) refers to drv_param_init.o(i.drv_param_init_set_ccm) for drv_param_init_set_ccm + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) refers to drv_lcdc.o(i.drv_lcdc_config_int_single) for drv_lcdc_config_int_single + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_cus_pq_filter) refers to drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) for drv_lcdc_config_scale_up_coef + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_cus_pq_filter) refers to drv_param_init.o(i.drv_param_init_set_sclu_filter) for drv_param_init_set_sclu_filter + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_endianness) refers to drv_lcdc.o(i.drv_lcdc_config_endianness) for drv_lcdc_config_endianness + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_escape_clock_div) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) for drv_dsi_tx_set_esc_div + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_lp_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) for drv_dsi_tx_video_mode_set_lp_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite_rgb) for drv_lcdc_config_overwrite_rgb + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) refers to drv_lcdc.o(i.drv_lcdc_config_partial_display_enable) for drv_lcdc_config_partial_display_enable + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) refers to drv_lcdc.o(i.drv_lcdc_config_partial_display_area) for drv_lcdc_config_partial_display_area + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_vpg) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_vpg) for drv_dsi_tx_set_vpg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) for drv_dsi_tx_config_eotp + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) for drv_dsi_tx_phy_clock_lane_req_hs + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_enable_shadow_reg) for drv_lcdc_enable_shadow_reg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_set_video_hw_mode) for drv_lcdc_set_video_hw_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_start) for drv_lcdc_start + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_lcdc.o(i.drv_lcdc_start) for drv_lcdc_start + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_lcdc.o(i.drv_lcdc_set_int) for drv_lcdc_set_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_int) for drv_dsi_tx_set_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_dsi_tx.o(i.drv_dsi_tx_shutdown) for drv_dsi_tx_shutdown + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) for hal_dsi_tx_send_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) for drv_dsi_tx_command_put_payload + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) for hal_dsi_tx_send_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) for drv_dsi_tx_command_put_payload + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_mode) for drv_dsi_tx_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_edpi_cmd_size) for drv_dsi_tx_edpi_cmd_size + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) for hal_dsi_tx_init_video_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to hal_dsi_tx_ctrl.o(.data) for .data + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_dpi_mode) for drv_dsi_tx_dpi_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_dpi_polarity) for drv_dsi_tx_dpi_polarity + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_dpi_lpcmd_time) for drv_dsi_tx_dpi_lpcmd_time + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_int) for drv_dsi_tx_set_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) refers to drv_dsi_tx.o(i.drv_dsi_tx_config_int) for drv_dsi_tx_config_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_lane_mode) for drv_dsi_tx_phy_lane_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_time_cfg) for drv_dsi_tx_phy_time_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_response_mode) for drv_dsi_tx_response_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) for drv_dsi_tx_set_esc_div + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_time_out_div) for drv_dsi_tx_set_time_out_div + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_timeout_cfg) for drv_dsi_tx_timeout_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) for drv_dsi_tx_config_eotp + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) for drv_dsi_tx_phy_clock_lane_req_hs + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_auto_lp) for drv_dsi_tx_phy_clock_lane_auto_lp + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_cfg) for drv_dsi_tx_video_mode_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_bta_ack) for drv_dsi_tx_set_bta_ack + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) for drv_dsi_tx_video_mode_set_lp_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_disable_hact_cmd) for drv_dsi_tx_video_mode_disable_hact_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) for hal_dsi_tx_calc_video_chunks + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_header) for drv_dsi_tx_command_header + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) for drv_dsi_tx_phy_status_stopstate + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) refers to drv_param_init.o(i.drv_param_init_get_ccm) for drv_param_init_get_ccm + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) refers to drv_lcdc.o(i.drv_lcdc_config_ccm) for drv_lcdc_config_ccm + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_disp_mode) for drv_lcdc_config_disp_mode + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_edpi_mode) for drv_lcdc_config_edpi_mode + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_endianness) for drv_lcdc_config_endianness + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_thresh) for drv_lcdc_config_thresh + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_dpi_polarity) for drv_lcdc_config_dpi_polarity + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_src_parameter) for drv_lcdc_config_src_parameter + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to dadd.o(.text) for __aeabi_dadd + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) for hal_dsi_tx_ctrl_set_partial_disp_area + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) for hal_dsi_tx_ctrl_set_partial_disp + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to drv_lcdc.o(i.drv_lcdc_config_scale_up_step) for drv_lcdc_config_scale_up_step + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to drv_param_init.o(i.drv_param_init_get_sclu_filter) for drv_param_init_get_sclu_filter + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) for drv_lcdc_config_scale_up_coef + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) for hal_lcdc_config_upscaler + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) for hal_lcdc_config_ccm + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) for hal_lcdc_config_rgb_to_pentile + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) for hal_lcdc_config_remains + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) for hal_lcdc_init_interrupt + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to ffltui.o(.text) for __aeabi_ui2f + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dpi_pre_div) for drv_crgu_set_dpi_pre_div + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dpi_pre_src) for drv_crgu_set_dpi_pre_src + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dpi_mux_src) for drv_crgu_set_dpi_mux_src + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to fmul.o(.text) for __aeabi_fmul + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to fdiv.o(.text) for __aeabi_fdiv + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to f2d.o(.text) for __aeabi_f2d + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to ceil.o(i.ceil) for ceil + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_lcdc.o(i.drv_lcdc_config_dpi_timing) for drv_lcdc_config_dpi_timing + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to cfrcmple.o(.text) for __aeabi_cfrcmple + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to ffixi.o(.text) for __aeabi_f2iz + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to idiv.o(.text) for __aeabi_idivmod + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_lcdc_div) for drv_crgu_set_lcdc_div + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_lcdc_src) for drv_crgu_set_lcdc_src + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) for hal_internal_vsync_get_sync_line + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to drv_lcdc.o(i.drv_lcdc_set_int) for drv_lcdc_set_int + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to drv_lcdc.o(i.drv_lcdc_ctrl_flow) for drv_lcdc_ctrl_flow + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to drv_lcdc.o(i.drv_lcdc_config_int) for drv_lcdc_config_int + hal_gpio.o(i.hal_gpio_ctrl_eint) refers to drv_gpio.o(i.drv_gpio_set_int) for drv_gpio_set_int + hal_gpio.o(i.hal_gpio_ctrl_eint) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_get_input_data) refers to drv_gpio.o(i.drv_gpio_get_input_data) for drv_gpio_get_input_data + hal_gpio.o(i.hal_gpio_get_int_type) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_get_pull_state) refers to drv_gpio.o(i.drv_gpio_get_pull_state) for drv_gpio_get_pull_state + hal_gpio.o(i.hal_gpio_get_pull_state) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_gpio.o(i.drv_gpio_set_ioe) for drv_gpio_set_ioe + hal_gpio.o(i.hal_gpio_init_eint) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_gpio_group) for drv_sys_cfg_sel_gpio_group + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_int_trig) for drv_sys_cfg_sel_int_trig + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_gpio.o(i.hal_gpio_init_eint) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_init_input) refers to drv_gpio.o(i.drv_gpio_set_ioe) for drv_gpio_set_ioe + hal_gpio.o(i.hal_gpio_init_input) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_gpio.o(i.hal_gpio_init_input) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_init_output) refers to hal_gpio.o(i.drv_gpio_set_output_data) for drv_gpio_set_output_data + hal_gpio.o(i.hal_gpio_init_output) refers to drv_gpio.o(i.drv_gpio_set_ioe) for drv_gpio_set_ioe + hal_gpio.o(i.hal_gpio_init_output) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_gpio.o(i.hal_gpio_init_output) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_reg_eint_cb) refers to drv_gpio.o(i.drv_gpio_register_callback) for drv_gpio_register_callback + hal_gpio.o(i.hal_gpio_reg_eint_cb) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_gpio.o(i.drv_gpio_register_ap_reset_callback) for drv_gpio_register_ap_reset_callback + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) for drv_sys_cfg_sel_ap_rst_trig + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + hal_gpio.o(i.hal_gpio_set_driving_strength) refers to drv_gpio.o(i.drv_gpio_set_driving_strength) for drv_gpio_set_driving_strength + hal_gpio.o(i.hal_gpio_set_driving_strength) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode3) for drv_gpio_set_mode3 + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode2) for drv_gpio_set_mode2 + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode1) for drv_gpio_set_mode1 + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode0) for drv_gpio_set_mode0 + hal_gpio.o(i.hal_gpio_set_mode) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_output_data) refers to hal_gpio.o(i.drv_gpio_set_output_data) for drv_gpio_set_output_data + hal_gpio.o(i.hal_gpio_set_pull_state) refers to drv_gpio.o(i.drv_gpio_set_pull_state) for drv_gpio_set_pull_state + hal_gpio.o(i.hal_gpio_set_pull_state) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_schmitt_trigger) refers to drv_gpio.o(i.drv_gpio_set_schmitt_trigger) for drv_gpio_set_schmitt_trigger + hal_gpio.o(i.hal_gpio_set_schmitt_trigger) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_slew_rate) refers to drv_gpio.o(i.drv_gpio_set_slew_rate) for drv_gpio_set_slew_rate + hal_gpio.o(i.hal_gpio_set_slew_rate) refers to hal_gpio.o(.constdata) for .constdata + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_master.o(i.drv_i2c_master_init) for drv_i2c_master_init + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_master.o(i.drv_i2c_m_set_callback) for drv_i2c_m_set_callback + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_master.o(i.drv_i2c_m_enable_intr) for drv_i2c_m_enable_intr + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_dma.o(i.drv_i2c_dma_init) for drv_i2c_dma_init + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_dma.o(i.drv_i2c_enable_rx_dma) for drv_i2c_enable_rx_dma + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_dma.o(i.drv_i2c_enable_tx_dma) for drv_i2c_enable_tx_dma + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to hal_i2c_master.o(i.hal_i2c_master_irq_callback) for hal_i2c_master_irq_callback + hal_i2c_master.o(i.hal_i2c_m_dma_read) refers to drv_i2c_dma.o(i.drv_i2c_master_read_dma) for drv_i2c_master_read_dma + hal_i2c_master.o(i.hal_i2c_m_dma_read) refers to hal_i2c_master.o(.data) for .data + hal_i2c_master.o(i.hal_i2c_m_dma_write) refers to drv_i2c_dma.o(i.drv_i2c_master_write_dma) for drv_i2c_master_write_dma + hal_i2c_master.o(i.hal_i2c_m_dma_write) refers to hal_i2c_master.o(.data) for .data + hal_i2c_master.o(i.hal_i2c_m_set_high_impedance) refers to drv_i2c_master.o(i.drv_i2c_m_enable) for drv_i2c_m_enable + hal_i2c_master.o(i.hal_i2c_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_master.o(i.hal_i2c_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + hal_i2c_master.o(i.hal_i2c_m_transfer_complate) refers to hal_i2c_master.o(.data) for .data + hal_i2c_master.o(i.hal_i2c_master_irq_callback) refers to drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) for drv_i2c_m_clear_it_pending_bit + hal_i2c_master.o(i.hal_i2c_master_irq_callback) refers to hal_i2c_master.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_dma_user_callback) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_dma_write) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + hal_i2c_slave.o(i.hal_i2c_s_dma_write) refers to drv_i2c_dma.o(i.drv_i2c_slave_write_dma) for drv_i2c_slave_write_dma + hal_i2c_slave.o(i.hal_i2c_s_dma_write) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_get_tx_byte_num) refers to drv_i2c_slave.o(i.drv_i2c_s_get_tx_byte_num) for drv_i2c_s_get_tx_byte_num + hal_i2c_slave.o(i.hal_i2c_s_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_slave.o(i.drv_i2c_slave_init) for drv_i2c_slave_init + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_slave.o(i.drv_i2c_s_set_callback) for drv_i2c_s_set_callback + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_slave.o(i.drv_i2c_s_enable_intr) for drv_i2c_s_enable_intr + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_dma.o(i.drv_i2c_dma_init) for drv_i2c_dma_init + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) for drv_i2c_set_dma_irq_callback + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_dma.o(i.drv_i2c_enable_tx_dma) for drv_i2c_enable_tx_dma + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + hal_i2c_slave.o(i.hal_i2c_s_init) refers to hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) for hal_i2c_slave_irq_callback + hal_i2c_slave.o(i.hal_i2c_s_init) refers to hal_i2c_slave.o(i.hal_i2c_s_dma_user_callback) for hal_i2c_s_dma_user_callback + hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_read_complate) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_read_complate_clear) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_read_data) refers to drv_i2c_slave.o(i.drv_i2c_s_read_data) for drv_i2c_s_read_data + hal_i2c_slave.o(i.hal_i2c_s_rxfifo_notempty) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + hal_i2c_slave.o(i.hal_i2c_s_set_dma_tx_cycle) refers to drv_dma.o(i.drv_dma_enable_cycle) for drv_dma_enable_cycle + hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance) refers to drv_i2c_slave.o(i.drv_i2c_s_enable) for drv_i2c_s_enable + hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + hal_i2c_slave.o(i.hal_i2c_s_set_transfer) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_write_complate) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_write_data) refers to drv_i2c_slave.o(i.drv_i2c_s_write_data) for drv_i2c_s_write_data + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) for drv_i2c_s_clear_it_pending_bit + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(i.drv_i2c_s_write_data) for drv_i2c_s_write_data + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(.data) for tx_byte_num + hal_spi_master.o(i.hal_spi_m_callback) refers to drv_spi_dma.o(i.drv_spi_abort_dma) for drv_spi_abort_dma + hal_spi_master.o(i.hal_spi_m_callback) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_clear_rxfifo) refers to drv_spi_master.o(i.drv_spi_m_read_data) for drv_spi_m_read_data + hal_spi_master.o(i.hal_spi_m_dma_init) refers to hal_spi_master.o(i.hal_spi_m_gpio_init) for hal_spi_m_gpio_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_master.o(i.drv_spi_master_init) for drv_spi_master_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_dma_init) for drv_spi_dma_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_dma_ch6_init) for drv_spi_dma_ch6_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) for drv_spi_set_dma_irq_callback + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) for drv_spi_set_dma_ch6_irq_callback + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) for drv_sys_cfg_set_dma_rx_req + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_master.o(i.drv_spi_m_enable_rx_dma) for drv_spi_m_enable_rx_dma + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + hal_spi_master.o(i.hal_spi_m_dma_init) refers to hal_spi_master.o(i.hal_spi_m_callback) for hal_spi_m_callback + hal_spi_master.o(i.hal_spi_m_dma_read) refers to drv_spi_dma.o(i.drv_spim_dma_read) for drv_spim_dma_read + hal_spi_master.o(i.hal_spi_m_dma_read) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_dma_write) refers to drv_spi_dma.o(i.drv_spim_dma_write) for drv_spim_dma_write + hal_spi_master.o(i.hal_spi_m_dma_write) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_get_transfer_complate) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_gpio_init) refers to drv_spi_master.o(i.drv_spi_m_gpio_init) for drv_spi_m_gpio_init + hal_spi_master.o(i.hal_spi_m_read_rxfifo) refers to drv_spi_master.o(i.drv_spi_m_read_data) for drv_spi_m_read_data + hal_spi_master.o(i.hal_spi_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_spi_master.o(i.hal_spi_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_init_input) for hal_gpio_init_input + hal_spi_master.o(i.hal_spi_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + hal_swire.o(i.hal_swire_deinit) refers to drv_swire.o(i.drv_swire_enable) for drv_swire_enable + hal_swire.o(i.hal_swire_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_swire.o(i.hal_swire_init) refers to drv_crgu.o(i.drv_crgu_set_swire_div) for drv_crgu_set_swire_div + hal_swire.o(i.hal_swire_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_swire.o(i.hal_swire_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_swire.o(i.hal_swire_init) refers to drv_swire.o(i.drv_swire_enable) for drv_swire_enable + hal_swire.o(i.hal_swire_open) refers to drv_swire.o(i.drv_swire_set_power_down) for drv_swire_set_power_down + hal_swire.o(i.hal_swire_register_callback) refers to drv_swire.o(i.drv_swire_register_callback) for drv_swire_register_callback + hal_swire.o(i.hal_swire_start) refers to drv_swire.o(i.drv_swire_set_int) for drv_swire_set_int + hal_swire.o(i.hal_swire_start) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_swire.o(i.hal_swire_start) refers to drv_swire.o(i.drv_swire_set_bit_time) for drv_swire_set_bit_time + hal_swire.o(i.hal_swire_start) refers to drv_swire.o(i.drv_swire_set_pulse_count) for drv_swire_set_pulse_count + hal_swire.o(i.hal_swire_start) refers to drv_common.o(.data) for g_system_clock + hal_system.o(i.hal_system_deep_sleep_mode) refers to drv_pwr.o(i.drv_pwr_enter_deep_sleep_mode) for drv_pwr_enter_deep_sleep_mode + hal_system.o(i.hal_system_disable_systick) refers to drv_common.o(i.drv_common_disable_systick) for drv_common_disable_systick + hal_system.o(i.hal_system_enable_systick) refers to drv_common.o(i.drv_common_enable_systick) for drv_common_enable_systick + hal_system.o(i.hal_system_flash_read) refers to norflash.o(i.norflash_init) for norflash_init + hal_system.o(i.hal_system_flash_read) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + hal_system.o(i.hal_system_flash_read) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_system.o(i.hal_system_flash_read) refers to norflash.o(i.norflash_dual_read) for norflash_dual_read + hal_system.o(i.hal_system_flash_write) refers to norflash.o(i.norflash_init) for norflash_init + hal_system.o(i.hal_system_flash_write) refers to norflash.o(i.norflash_erase_block) for norflash_erase_block + hal_system.o(i.hal_system_flash_write) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_system.o(i.hal_system_flash_write) refers to norflash.o(i.norflash_write) for norflash_write + hal_system.o(i.hal_system_get_tick) refers to drv_common.o(i.drv_common_get_tick) for drv_common_get_tick + hal_system.o(i.hal_system_idle_mode) refers to drv_common.o(i.drv_common_idle_mode) for drv_common_idle_mode + hal_system.o(i.hal_system_init) refers to drv_pwr.o(i.drv_pwr_set_system_clk_src) for drv_pwr_set_system_clk_src + hal_system.o(i.hal_system_init) refers to drv_crgu.o(i.drv_crgu_set_ahb_src) for drv_crgu_set_ahb_src + hal_system.o(i.hal_system_init) refers to drv_crgu.o(i.drv_crgu_set_ahb_pre_div) for drv_crgu_set_ahb_pre_div + hal_system.o(i.hal_system_init) refers to irq_redirect .o(i.handle_init) for handle_init + hal_system.o(i.hal_system_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_all_int) for drv_sys_cfg_clear_all_int + hal_system.o(i.hal_system_init) refers to drv_common.o(i.drv_common_system_init) for drv_common_system_init + hal_system.o(i.hal_system_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_system.o(i.hal_system_init) refers to drv_pwr.o(i.drv_pwr_set_pvd_mode) for drv_pwr_set_pvd_mode + hal_system.o(i.hal_system_init) refers to drv_common.o(.data) for g_system_clock + hal_system.o(i.hal_system_init_console) refers to hal_uart.o(i.hal_uart_init) for hal_uart_init + hal_system.o(i.hal_system_register_systick_cb) refers to drv_common.o(i.drv_common_systick_register_cb) for drv_common_systick_register_cb + hal_system.o(i.hal_system_set_phy_calibration) refers to drv_phy_common.o(i.drv_phy_enable_calibration) for drv_phy_enable_calibration + hal_system.o(i.hal_system_set_pvd) refers to drv_pwr.o(i.drv_pwr_set_pvd_mode) for drv_pwr_set_pvd_mode + hal_system.o(i.hal_system_set_vcc) refers to drv_pwr.o(i.drv_pwr_set_cp_mode) for drv_pwr_set_cp_mode + hal_system.o(i.hal_system_share_flash_mode) refers to drv_fls.o(i.drv_fls_gpio_connect) for drv_fls_gpio_connect + hal_system.o(i.hal_system_share_flash_mode) refers to drv_fls.o(i.drv_fls_gpio_disconnect) for drv_fls_gpio_disconnect + hal_system.o(i.hal_system_sleep_mode) refers to drv_crgu.o(i.drv_crgu_config_clocks) for drv_crgu_config_clocks + hal_timer.o(i.hal_timer_deinit) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + hal_timer.o(i.hal_timer_deinit) refers to drv_timer.o(i.drv_timer_set_repeat) for drv_timer_set_repeat + hal_timer.o(i.hal_timer_deinit) refers to drv_timer.o(i.drv_timer_enable) for drv_timer_enable + hal_timer.o(i.hal_timer_deinit) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + hal_timer.o(i.hal_timer_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_timer.o(i.hal_timer_get_status) refers to drv_timer.o(i.drv_timer_get_current_count) for drv_timer_get_current_count + hal_timer.o(i.hal_timer_get_status) refers to drv_timer.o(i.drv_timer_get_match) for drv_timer_get_match + hal_timer.o(i.hal_timer_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_timer.o(i.hal_timer_init) refers to drv_timer.o(i.drv_timer_set_prescaler) for drv_timer_set_prescaler + hal_timer.o(i.hal_timer_set_repeat) refers to drv_timer.o(i.drv_timer_set_repeat) for drv_timer_set_repeat + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_register_callback) for drv_timer_register_callback + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_get_prescaler) for drv_timer_get_prescaler + hal_timer.o(i.hal_timer_start) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_set_match) for drv_timer_set_match + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_set_current_count) for drv_timer_set_current_count + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_enable) for drv_timer_enable + hal_timer.o(i.hal_timer_start) refers to drv_common.o(.data) for g_system_clock + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_enable) for drv_timer_enable + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_register_callback) for drv_timer_register_callback + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_set_match) for drv_timer_set_match + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_set_current_count) for drv_timer_set_current_count + tau_delay.o(i.delayMs) refers to tau_delay.o(i.delayUs) for delayUs + tau_log.o(i.LOG_printf) refers to printfa.o(i.__0vsprintf) for vsprintf + tau_log.o(i.LOG_printf) refers to printfa.o(i.__0printf) for __2printf + tau_log.o(i.LOG_printf) refers to tau_log.o(.bss) for .bss + tau_log.o(i.fgetc) refers to hal_uart.o(i.hal_uart_receive_blocking) for hal_uart_receive_blocking + tau_log.o(i.fputc) refers to hal_uart.o(i.hal_uart_transmit_blocking) for hal_uart_transmit_blocking + hal_uart.o(i.hal_uart_deinit) refers to drv_dma.o(i.drv_dma_deinit) for drv_dma_deinit + hal_uart.o(i.hal_uart_deinit) refers to drv_uart.o(i.UART_Deinit) for UART_Deinit + hal_uart.o(i.hal_uart_dmacallback) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_uart.o(i.hal_uart_init) refers to memseta.o(.text) for __aeabi_memclr4 + hal_uart.o(i.hal_uart_init) refers to drv_uart.o(i.UART_init) for UART_init + hal_uart.o(i.hal_uart_init) refers to drv_common.o(.data) for g_system_clock + hal_uart.o(i.hal_uart_init) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_receive_blocking) refers to drv_uart.o(i.UART_ReadBlocking) for UART_ReadBlocking + hal_uart.o(i.hal_uart_receive_dma) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + hal_uart.o(i.hal_uart_receive_dma) refers to drv_uart_dma.o(i.UART_TransferCreateHandleDMA) for UART_TransferCreateHandleDMA + hal_uart.o(i.hal_uart_receive_dma) refers to drv_uart_dma.o(i.UART_TransferReceiveDMA) for UART_TransferReceiveDMA + hal_uart.o(i.hal_uart_receive_dma) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_receive_dma) refers to hal_uart.o(i.hal_uart_dmacallback) for hal_uart_dmacallback + hal_uart.o(i.hal_uart_transmit_blocking) refers to drv_uart.o(i.UART_WriteBlocking) for UART_WriteBlocking + hal_uart.o(i.hal_uart_transmit_dma) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + hal_uart.o(i.hal_uart_transmit_dma) refers to drv_uart_dma.o(i.UART_TransferCreateHandleDMA) for UART_TransferCreateHandleDMA + hal_uart.o(i.hal_uart_transmit_dma) refers to drv_uart_dma.o(i.UART_TransferSendDMA) for UART_TransferSendDMA + hal_uart.o(i.hal_uart_transmit_dma) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_transmit_dma) refers to hal_uart.o(i.hal_uart_dmacallback) for hal_uart_dmacallback + norflash.o(i.app_fls_ctrl_Handler) refers to drv_fls.o(i.fls_clr_interrupt_flag) for fls_clr_interrupt_flag + norflash.o(i.app_fls_ctrl_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + norflash.o(i.app_fls_ctrl_Handler) refers to norflash.o(.data) for .data + norflash.o(i.norflash_best_cfg_init) refers to drv_fls.o(i.fls_spi_init) for fls_spi_init + norflash.o(i.norflash_best_cfg_init) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_check_id) refers to norflash.o(i.norflash_read_id) for norflash_read_id + norflash.o(i.norflash_check_id) refers to tau_delay.o(i.delayUs) for delayUs + norflash.o(i.norflash_check_id) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dma_callback) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dma_read) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_transfer_create_handle_dma) for fls_transfer_create_handle_dma + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_dma_read_prepare) for fls_dma_read_prepare + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_transfer_dma) for fls_transfer_dma + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + norflash.o(i.norflash_dma_read) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dma_read) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_dma_read) refers to norflash.o(i.norflash_dma_callback) for norflash_dma_callback + norflash.o(i.norflash_dma_write) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_transfer_create_handle_dma) for fls_transfer_create_handle_dma + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_switch_fls_spi) for norflash_switch_fls_spi + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_dma_write_prepare) for fls_dma_write_prepare + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_transfer_dma) for fls_transfer_dma + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + norflash.o(i.norflash_dma_write) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_dma_write) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_dma_callback) for norflash_dma_callback + norflash.o(i.norflash_dma_write) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dual_read) refers to drv_fls.o(i.fls_ddat_enable) for fls_ddat_enable + norflash.o(i.norflash_dual_read) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_dual_read) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_switch_fls_spi) for norflash_switch_fls_spi + norflash.o(i.norflash_dual_write) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_dual_write) refers to drv_fls.o(i.fls_ddat_enable) for fls_ddat_enable + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_en4b) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_read_config_reg) for norflash_read_config_reg + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_en_quad) refers to norflash.o(i.norflash_en_quad_check) for norflash_en_quad_check + norflash.o(i.norflash_en_quad) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_en_quad) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_en_quad) refers to drv_fls.o(i.fls_busy_pending) for fls_busy_pending + norflash.o(i.norflash_en_quad) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_en_quad_check) refers to norflash.o(i.norflash_get_dual_hstatus) for norflash_get_dual_hstatus + norflash.o(i.norflash_en_quad_check) refers to norflash.o(i.norflash_get_hstatus) for norflash_get_hstatus + norflash.o(i.norflash_en_quad_check) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_en_quad_check) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_erase_block) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_erase_block) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_erase_block) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_erase_block) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_erase_chip) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_erase_chip) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_erase_chip) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_erase_sector) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_erase_sector) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_erase_sector) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_erase_sector) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_ex4b) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_read_config_reg) for norflash_read_config_reg + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_exit_quad) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_exit_quad) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_exit_quad) refers to norflash.o(i.norflash_en_quad_check) for norflash_en_quad_check + norflash.o(i.norflash_exit_quad) refers to drv_fls.o(i.fls_busy_pending) for fls_busy_pending + norflash.o(i.norflash_exit_quad) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_get_dual_hstatus) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_get_dual_hstatus) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_get_dual_hstatus) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_get_hstatus) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_get_hstatus) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_get_hstatus) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_get_status) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_get_status) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_get_status) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_get_default_spi_config) for fls_get_default_spi_config + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_get_default_fls_config) for fls_get_default_fls_config + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_get_default_tuning) for fls_get_default_tuning + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_init) for fls_init + norflash.o(i.norflash_init) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_init) refers to drv_fls.o(.data) for g_fls_tuning + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_qdat_enable) for fls_qdat_enable + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_qadr_enable) for fls_qadr_enable + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_qcmd_enable) for fls_qcmd_enable + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_switch_fls_spi) for norflash_switch_fls_spi + norflash.o(i.norflash_quad_write) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_quad_write) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_read) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_read_config_reg) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_read_id) refers to drv_fls.o(i.fls_read_cmd) for fls_read_cmd + norflash.o(i.norflash_set_best_cfg) refers to memseta.o(.text) for __aeabi_memclr4 + norflash.o(i.norflash_set_best_read_cfg) refers to norflash.o(i.norflash_en_quad) for norflash_en_quad + norflash.o(i.norflash_set_best_read_cfg) refers to norflash.o(.data) for .data + norflash.o(i.norflash_set_best_read_cfg) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_set_best_write_cfg) refers to norflash.o(i.norflash_en_quad) for norflash_en_quad + norflash.o(i.norflash_set_best_write_cfg) refers to norflash.o(.data) for .data + norflash.o(i.norflash_set_best_write_cfg) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_ddat_enable) for fls_ddat_enable + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_qdat_enable) for fls_qdat_enable + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_qadr_enable) for fls_qadr_enable + norflash.o(i.norflash_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_write) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_write_disable) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_write_disable) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write_disable) refers to norflash.o(.data) for .data + norflash.o(i.norflash_write_disable) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_write_enable) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_write_enable) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write_enable) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_write_enable) refers to norflash.o(.data) for .data + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_big_end_enable) for norflash_big_end_enable + norflash.o(i.norflash_write_endian_scr) refers to drv_fls.o(i.fls_en_scr) for fls_en_scr + norflash.o(i.norflash_write_endian_scr) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_big_end_clear) for norflash_big_end_clear + norflash.o(i.norflash_write_endian_scr) refers to drv_fls.o(i.fls_scr_clear) for fls_scr_clear + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + drv_common.o(i.app_HardFault_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_common.o(i.app_SysTick_Handler) refers to drv_common.o(.data) for .data + drv_common.o(i.drv_common_enable_systick) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_common.o(i.drv_common_enable_systick) refers to drv_common.o(.data) for .data + drv_common.o(i.drv_common_get_tick) refers to drv_common.o(.data) for .data + drv_common.o(i.drv_common_system_init) refers to drv_chip_info.o(i.drv_chip_info_init) for drv_chip_info_init + drv_common.o(i.drv_common_systick_register_cb) refers to drv_common.o(.data) for .data + drv_dma.o(i.app_dma_irq_handler) refers to drv_dma.o(i.drv_dma_irq_handler) for drv_dma_irq_handler + drv_dma.o(i.drv_dma_abort_transfer) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_abort_transfer) refers to drv_dma.o(i.drv_dma_disenable_channel_interrupts) for drv_dma_disenable_channel_interrupts + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_disenable_channel_interrupts) for drv_dma_disenable_channel_interrupts + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_clear_flag) for drv_dma_clear_flag + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_set_ccr) for drv_dma_set_ccr + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_dma.o(i.drv_dma_clear_flag) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dma.o(i.drv_dma_create_handle) refers to drv_dma.o(.bss) for .bss + drv_dma.o(i.drv_dma_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dma.o(i.drv_dma_disenable_channel_interrupts) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dma.o(i.drv_dma_enable_channel_interrupts) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_dma.o(i.drv_dma_enable_cycle) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_get_remaining_bytes) refers to drv_dma.o(i.drv_dma_channel_is_active) for drv_dma_channel_is_active + drv_dma.o(i.drv_dma_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dma.o(i.drv_dma_init) refers to drv_dma.o(i.drv_dma_ahb_init) for drv_dma_ahb_init + drv_dma.o(i.drv_dma_irq_handler) refers to drv_dma.o(i.drv_dma_get_channel_flag) for drv_dma_get_channel_flag + drv_dma.o(i.drv_dma_irq_handler) refers to drv_dma.o(i.drv_dma_clear_flag) for drv_dma_clear_flag + drv_dma.o(i.drv_dma_irq_handler) refers to drv_dma.o(.bss) for .bss + drv_dma.o(i.drv_dma_m2m_init) refers to memseta.o(.text) for __aeabi_memclr4 + drv_dma.o(i.drv_dma_m2m_init) refers to drv_dma.o(i.drv_dma_init) for drv_dma_init + drv_dma.o(i.drv_dma_reset) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + drv_dma.o(i.drv_dma_set_burst) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_set_transfer) refers to drv_dma.o(i.drv_dma_set_burst) for drv_dma_set_burst + drv_dma.o(i.drv_dma_start_transfer) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + drv_dma.o(i.drv_dma_start_transfer) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_fls.o(i.drv_fls_gpio_connect) refers to drv_fls.o(i.drv_fls_gpio_disconnect) for drv_fls_gpio_disconnect + drv_fls.o(i.drv_fls_gpio_disconnect) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_EnableClk) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_busy_pending) refers to norflash.o(i.norflash_get_status) for norflash_get_status + drv_fls.o(i.fls_de_init) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + drv_fls.o(i.fls_de_init) refers to drv_dma.o(i.drv_dma_clear_flag) for drv_dma_clear_flag + drv_fls.o(i.fls_de_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_disable_it) refers to drv_fls.o(i.__NVIC_DisableIRQ) for __NVIC_DisableIRQ + drv_fls.o(i.fls_disable_it) refers to drv_fls.o(i.fls_set_mc_irq_mask) for fls_set_mc_irq_mask + drv_fls.o(i.fls_enable_it) refers to drv_fls.o(i.__NVIC_DisableIRQ) for __NVIC_DisableIRQ + drv_fls.o(i.fls_enable_it) refers to drv_fls.o(i.fls_set_mc_irq_mask) for fls_set_mc_irq_mask + drv_fls.o(i.fls_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_init) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_spi_init) for fls_spi_init + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_ctrl_cfg_init) for fls_ctrl_cfg_init + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_set_tuning) for fls_set_tuning + drv_fls.o(i.fls_init) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_enable_it) for fls_enable_it + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_set_mc_irq_mask) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_fls.o(i.fls_set_mc_irq_mask) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_set_write) for fls_set_write + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_set_write) for fls_set_write + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) for drv_ap_rst_trig_edge_detect + drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) refers to drv_gpio.o(.data) for .data + drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.drv_gpio_get_pull_state) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_register_ap_reset_callback) refers to drv_gpio.o(.data) for .data + drv_gpio.o(i.drv_gpio_register_callback) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.drv_gpio_set_driving_strength) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_gpio.o(i.drv_gpio_set_pull_state) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_set_schmitt_trigger) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_set_slew_rate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_i2c_dma.o(i.drv_i2c_dma_callback) refers to drv_i2c_dma.o(.data) for .data + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_i2c_master.o(i.drv_i2c_m_enable) for drv_i2c_m_enable + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) for drv_sys_cfg_set_dma_rx_req + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_dma.o(i.drv_dma_set_transfer) for drv_dma_set_transfer + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_i2c_dma.o(i.drv_i2c_master_write_read_cmd) for drv_i2c_master_write_read_cmd + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_dma.o(i.drv_dma_set_transfer) for drv_dma_set_transfer + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_i2c_dma.o(.data) for .data + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_i2c_dma.o(.bss) for .bss + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_i2c_dma.o(i.drv_i2c_dma_callback) for drv_i2c_dma_callback + drv_i2c_dma.o(i.drv_i2c_slave_write_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_i2c_master.o(i.app_I2C1_IRQn_Handler) refers to drv_i2c_master.o(.data) for .data + drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) refers to drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_master.o(i.drv_i2c_m_enable_intr) refers to drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_master.o(i.drv_i2c_m_read_data) refers to drv_i2c_master.o(i.drv_i2c_m_get_fifo_status) for drv_i2c_m_get_fifo_status + drv_i2c_master.o(i.drv_i2c_m_set_callback) refers to drv_i2c_master.o(.data) for .data + drv_i2c_master.o(i.drv_i2c_m_set_sys_mask) refers to drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_master.o(i.drv_i2c_m_write_data) refers to drv_i2c_master.o(i.drv_i2c_m_get_fifo_status) for drv_i2c_m_get_fifo_status + drv_i2c_master.o(i.drv_i2c_master_init) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_i2c_master.o(i.drv_i2c_master_init) refers to drv_common.o(.data) for g_system_clock + drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) refers to drv_i2c_slave.o(.data) for .data + drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) refers to drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_slave.o(i.drv_i2c_s_enable_intr) refers to drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_slave.o(i.drv_i2c_s_get_tx_byte_num) refers to drv_i2c_slave.o(.data) for .data + drv_i2c_slave.o(i.drv_i2c_s_read_data) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + drv_i2c_slave.o(i.drv_i2c_s_set_callback) refers to drv_i2c_slave.o(.data) for .data + drv_i2c_slave.o(i.drv_i2c_s_set_sys_mask) refers to drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_slave.o(i.drv_i2c_s_write_data) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + drv_param_init.o(i.drv_param_init_get_ccm) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_get_scld_filter_h) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_get_scld_filter_v) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_get_sclu_filter) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_set_ccm) refers to memcpya.o(.text) for __aeabi_memcpy4 + drv_param_init.o(i.drv_param_init_set_ccm) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_set_scld_filter) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_set_sclu_filter) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_p2r_filter_init) refers to drv_param_init.o(.constdata) for .constdata + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_dma.o(i.drv_dma_disenable_channel_interrupts) for drv_dma_disenable_channel_interrupts + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_master.o(i.drv_spi_m_enable_rx_dma) for drv_spi_m_enable_rx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_slave.o(i.drv_spi_s_enable_tx_dma) for drv_spi_s_enable_tx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_slave.o(i.drv_spi_s_enable_rx_dma) for drv_spi_s_enable_rx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_dma.o(.bss) for .bss + drv_spi_dma.o(i.drv_spi_dma_callback) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_dma_ch6_init) refers to drv_spi_dma.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_dma.o(i.drv_spi_dma_ch6_init) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_dma_init) refers to drv_spi_dma.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_dma.o(i.drv_spi_dma_init) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_spi_dma.o(.bss) for .bss + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_spi_dma.o(i.drv_spi_dma_callback) for drv_spi_dma_callback + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_spi_dma.o(.bss) for .bss + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_spi_dma.o(i.drv_spi_dma_callback) for drv_spi_dma_callback + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_spi_master.o(i.drv_spi_m_enable_rx_dma) for drv_spi_m_enable_rx_dma + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_spi_slave.o(i.drv_spi_s_enable_tx_dma) for drv_spi_s_enable_tx_dma + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_spi_dma.o(.bss) for .bss + drv_spi_master.o(i.app_SPIM_IRQn_Handler) refers to drv_spi_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_master.o(i.app_SPIM_IRQn_Handler) refers to drv_spi_master.o(.data) for .data + drv_spi_master.o(i.drv_spi_m_deinit) refers to drv_spi_master.o(i.drv_spi_m_switch_sclk) for drv_spi_m_switch_sclk + drv_spi_master.o(i.drv_spi_m_disable_int) refers to drv_spi_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_master.o(i.drv_spi_m_set_intr_callback) refers to drv_spi_master.o(.data) for .data + drv_spi_master.o(i.drv_spi_master_init) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_spi_master.o(i.drv_spi_master_init) refers to drv_common.o(.data) for g_system_clock + drv_swire.o(i.app_SWIRE_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_swire.o(i.app_SWIRE_IRQn_Handler) refers to drv_swire.o(i.drv_swire_set_int) for drv_swire_set_int + drv_swire.o(i.app_SWIRE_IRQn_Handler) refers to drv_swire.o(.data) for .data + drv_swire.o(i.drv_swire_register_callback) refers to drv_swire.o(.data) for .data + drv_swire.o(i.drv_swire_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) for drv_sys_cfg_sel_ap_rst_lvl_trig + drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) refers to drv_sys_cfg.o(.data) for .data + drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) for drv_sys_cfg_sel_ap_rst_lvl_trig + drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) refers to drv_sys_cfg.o(.data) for .data + drv_timer.o(i.app_TIMER0_IRQn_Handler) refers to drv_timer.o(i.drv_timer_handle_interrupt) for drv_timer_handle_interrupt + drv_timer.o(i.app_TIMER1_IRQn_Handler) refers to drv_timer.o(i.drv_timer_handle_interrupt) for drv_timer_handle_interrupt + drv_timer.o(i.app_TIMER2_IRQn_Handler) refers to drv_timer.o(i.drv_timer_handle_interrupt) for drv_timer_handle_interrupt + drv_timer.o(i.app_TIMER3_IRQn_Handler) refers to drv_timer.o(i.drv_timer_handle_interrupt) for drv_timer_handle_interrupt + drv_timer.o(i.drv_timer_clean_timer_value) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_clear_status_flags) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_clear_status_flags) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_timer.o(i.drv_timer_enable) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_get_current_count) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_get_instance) refers to drv_timer.o(.data) for .data + drv_timer.o(i.drv_timer_get_match) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_get_prescaler) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_handle_interrupt) refers to drv_timer.o(i.drv_timer_clear_status_flags) for drv_timer_clear_status_flags + drv_timer.o(i.drv_timer_handle_interrupt) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + drv_timer.o(i.drv_timer_handle_interrupt) refers to drv_timer.o(i.drv_timer_set_match) for drv_timer_set_match + drv_timer.o(i.drv_timer_handle_interrupt) refers to drv_timer.o(i.drv_timer_set_current_count) for drv_timer_set_current_count + drv_timer.o(i.drv_timer_handle_interrupt) refers to drv_timer.o(.data) for .data + drv_timer.o(i.drv_timer_register_callback) refers to drv_timer.o(.data) for .data + drv_timer.o(i.drv_timer_set_current_count) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_timer.o(i.drv_timer_set_match) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_set_prescaler) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_set_repeat) refers to drv_timer.o(.data) for .data + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to hal_internal_vsync.o(i.soft_gen_te) for soft_gen_te + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_param_init.o(i.drv_param_init_get_ccm) for drv_param_init_get_ccm + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_lcdc.o(i.drv_lcdc_config_ccm) for drv_lcdc_config_ccm + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_lcdc.o(i.drv_lcdc_config_int_single) for drv_lcdc_config_int_single + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to dfltui.o(.text) for __aeabi_ui2d + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to ddiv.o(.text) for __aeabi_ddiv + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to sqrt.o(i.sqrt) for sqrt + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to dmul.o(.text) for __aeabi_dmul + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to cdcmple.o(.text) for __aeabi_cdcmple + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to hal_internal_vsync.o(i.drv_rxbr_get_status0) for drv_rxbr_get_status0 + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.dcs_sw_filter) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_iniernal_vsync_deinit) refers to memseta.o(.text) for __aeabi_memclr4 + hal_internal_vsync.o(i.hal_iniernal_vsync_deinit) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_data_mode) for drv_memc_set_data_mode + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_waveform) for drv_memc_set_tear_waveform + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_ltpo_mode) for drv_memc_set_ltpo_mode + hal_internal_vsync.o(i.hal_internal_init_memc) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_double_buffer) for drv_memc_set_double_buffer + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_active_height) for drv_memc_set_active_height + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_inten) for drv_memc_set_inten + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_enable_irq) for drv_memc_enable_irq + hal_internal_vsync.o(i.hal_internal_init_memc) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(i.calc_framebuffer_setting) for calc_framebuffer_setting + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_vidc.o(i.drv_vidc_reset) for drv_vidc_reset + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) for hal_dsi_rx_ctrl_init + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) for hal_dsi_tx_ctrl_init + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) for hal_dsi_rx_ctrl_start + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) for hal_dsi_rx_ctrl_gen_a_tear_signal + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to tau_delay.o(i.delayUs) for delayUs + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_dsi_tx.o(i.drv_dsi_tx_shutdown) for drv_dsi_tx_shutdown + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_crgu.o(i.drv_crgu_config_reset_modules) for drv_crgu_config_reset_modules + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(i.hal_internal_init_memc) for hal_internal_init_memc + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) for hal_dsi_tx_ctrl_start + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.hal_internal_vsync_deinit) refers to memseta.o(.text) for __aeabi_memclr4 + hal_internal_vsync.o(i.hal_internal_vsync_deinit) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_get_rx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_get_tx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_chip_info.o(i.drv_chip_rx_info_check) for drv_chip_rx_info_check + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) for check_mipi_rx_tx_video_info + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.calc_framebuffer_setting) for calc_framebuffer_setting + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_rxbr.o(i.drv_rxbr_register_irq0_callback) for drv_rxbr_register_irq0_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_rxbr.o(i.drv_rxbr_register_irq1_callback) for drv_rxbr_register_irq1_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_vidc.o(i.drv_vidc_register_callback) for drv_vidc_register_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to dcs_packet_fifo.o(i.dcs_packet_fifo_init) for dcs_packet_fifo_init + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.rxbr_irq0_callback) for rxbr_irq0_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.rxbr_irq1_callback) for rxbr_irq1_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.vidc_callback) for vidc_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) for check_mipi_rx_tx_video_info + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to hal_internal_vsync.o(i.calc_framebuffer_setting) for calc_framebuffer_setting + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) refers to drv_rxbr.o(i.drv_rxbr_set_cmd_filter) for drv_rxbr_set_cmd_filter + hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) for hal_internal_vsync_set_auto_hw_filter + hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) refers to hal_internal_vsync.o(i.hal_internal_vsync_deinit) for hal_internal_vsync_deinit + hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to hal_internal_vsync.o(i.vsync_set_te_mode) for vsync_set_te_mode + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to hal_internal_vsync.o(i.hal_internal_vsync_deinit) for hal_internal_vsync_deinit + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to hal_internal_vsync.o(i.vsync_set_te_mode) for vsync_set_te_mode + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_internal_vsync.o(i.dcs_sw_filter) for dcs_sw_filter + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) for dcs_packet_fifo_alloc + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) for hal_dsi_rx_ctrl_dsc_async_handler + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_internal_vsync.o(i.check_pkt_buf_rev) for check_pkt_buf_rev + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) for drv_dsi_tx_command_put_payload + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_partial_update) refers to drv_rxbr.o(i.drv_rxbr_get_col_addr) for drv_rxbr_get_col_addr + hal_internal_vsync.o(i.rx_partial_update) refers to drv_rxbr.o(i.drv_rxbr_get_page_addr) for drv_rxbr_get_page_addr + hal_internal_vsync.o(i.rx_partial_update) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.rx_partial_update) refers to drv_dsc_dec.o(i.drv_dsc_dec_get_nslc) for drv_dsc_dec_get_nslc + hal_internal_vsync.o(i.rx_partial_update) refers to drv_crgu.o(i.drv_crgu_set_dsco_src) for drv_crgu_set_dsco_src + hal_internal_vsync.o(i.rx_partial_update) refers to drv_crgu.o(i.drv_crgu_set_dsco_src_div) for drv_crgu_set_dsco_src_div + hal_internal_vsync.o(i.rx_partial_update) refers to drv_crgu.o(i.drv_crgu_set_dsc_core_div) for drv_crgu_set_dsc_core_div + hal_internal_vsync.o(i.rx_partial_update) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_receive_packet) refers to hal_internal_vsync.o(i.rx_get_dcs_packet_data) for rx_get_dcs_packet_data + hal_internal_vsync.o(i.rx_receive_packet) refers to hal_internal_vsync.o(i.rx_receive_pps) for rx_receive_pps + hal_internal_vsync.o(i.rx_receive_packet) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.rx_receive_packet) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.rx_receive_packet) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_receive_pps) refers to memseta.o(.text) for __aeabi_memclr4 + hal_internal_vsync.o(i.rx_receive_pps) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.rx_receive_pps) refers to hal_internal_vsync.o(i.check_pkt_buf_rev) for check_pkt_buf_rev + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) for drv_dsc_dec_convert_pps_rc_parameter + hal_internal_vsync.o(i.rx_receive_pps) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) for drv_dsi_rx_get_compression_en + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_enable) for drv_dsc_dec_enable + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) for drv_dsc_dec_set_u8_pps + hal_internal_vsync.o(i.rx_receive_pps) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.rx_receive_pps) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.drv_rxbr_get_status0) for drv_rxbr_get_status0 + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.rx_receive_packet) for rx_receive_packet + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to drv_rxbr.o(i.drv_rxbr_set_inten) for drv_rxbr_set_inten + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.drv_rxbr_get_int_source) for drv_rxbr_get_int_source + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.rx_partial_update) for rx_partial_update + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(i.drv_rxbr_get_int_source) for drv_rxbr_get_int_source + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(i.vpre_err_reset) for vpre_err_reset + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to drv_memc.o(i.drv_memc_set_double_buffer_reverse) for drv_memc_set_double_buffer_reverse + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.soft_gen_te) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.soft_gen_te) refers to hal_internal_vsync.o(.data) for .data + hal_internal_vsync.o(i.vidc_callback) refers to drv_vidc.o(i.drv_vidc_get_irq_status) for drv_vidc_get_irq_status + hal_internal_vsync.o(i.vidc_callback) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_internal_vsync.o(i.vidc_callback) refers to drv_vidc.o(i.drv_vidc_clear_irq) for drv_vidc_clear_irq + hal_internal_vsync.o(i.vidc_callback) refers to drv_vidc.o(i.drv_vidc_set_irqen) for drv_vidc_set_irqen + hal_internal_vsync.o(i.vidc_callback) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.vidc_callback) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.vidc_callback) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.vpre_err_reset) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + hal_internal_vsync.o(i.vpre_err_reset) refers to drv_vidc.o(i.drv_vidc_reset) for drv_vidc_reset + hal_internal_vsync.o(i.vpre_err_reset) refers to drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) for drv_dsc_dec_set_u8_pps + hal_internal_vsync.o(i.vpre_err_reset) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.vsync_set_te_mode) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_internal_vsync.o(i.vsync_set_te_mode) refers to drv_lcdc.o(i.drv_lcdc_config_int_single) for drv_lcdc_config_int_single + hal_internal_vsync.o(i.vsync_set_te_mode) refers to drv_lcdc.o(i.drv_lcdc_ctrl_flow) for drv_lcdc_ctrl_flow + hal_internal_vsync.o(i.vsync_set_te_mode) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.vsync_set_te_mode) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.vsync_set_te_mode) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.vsync_set_te_mode) refers to hal_internal_vsync.o(.data) for .data + hal_internal_vsync.o(.data) refers to hal_internal_vsync.o(.bss) for sg_te_info + dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_fifo_init) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_get_fifo_size) refers to dcs_packet_fifo.o(.bss) for .bss + drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to ffltui.o(.text) for __aeabi_ui2f + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to fdiv.o(.text) for __aeabi_fdiv + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to fmul.o(.text) for __aeabi_fmul + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) for drv_dsi_rx_get_color_bpp + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_color_pcc) for drv_dsi_rx_get_color_pcc + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to fadd.o(.text) for __aeabi_fadd + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to cfrcmple.o(.text) for __aeabi_cfrcmple + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to f2d.o(.text) for __aeabi_f2d + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to dadd.o(.text) for __aeabi_dadd + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to dfixui.o(.text) for __aeabi_d2uiz + drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_rx.o(i.drv_dsi_rx_get_phy_stopstate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) for drv_rx_phy_test_write_1_byte + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to drv_dsi_rx.o(i.drv_rx_phy_test_read) for drv_rx_phy_test_read + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) refers to drv_chip_info.o(i.drv_chip_info_get_info) for drv_chip_info_get_info + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_phy_common.o(i.drv_phy_get_rate_para) for drv_phy_get_rate_para + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_phy_common.o(i.drv_phy_get_calibration) for drv_phy_get_calibration + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_clear) for drv_rx_phy_test_clear + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) for drv_rx_phy_test_write_1_byte + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) for drv_rx_phy_test_write_2_byte + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_chip_info.o(i.drv_chip_info_get_info) for drv_chip_info_get_info + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_lock) for drv_rx_phy_test_lock + drv_dsi_rx.o(i.drv_rx_phy_test_clear) refers to drv_phy_common.o(i.drv_phy_test_clear) for drv_phy_test_clear + drv_dsi_rx.o(i.drv_rx_phy_test_lock) refers to drv_phy_common.o(i.drv_phy_test_lock) for drv_phy_test_lock + drv_dsi_rx.o(i.drv_rx_phy_test_read) refers to drv_phy_common.o(i.drv_phy_test_read) for drv_phy_test_read + drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) refers to drv_phy_common.o(i.drv_phy_test_write_1_byte) for drv_phy_test_write_1_byte + drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) refers to drv_phy_common.o(i.drv_phy_test_write_2_byte) for drv_phy_test_write_2_byte + drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) for drv_tx_phy_test_write_1_byte + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to drv_dsi_tx.o(i.drv_tx_phy_test_read) for drv_tx_phy_test_read + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_phy_common.o(i.drv_phy_get_rate_para) for drv_phy_get_rate_para + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_phy_common.o(i.drv_phy_get_pll_para) for drv_phy_get_pll_para + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_phy_common.o(i.drv_phy_get_calibration) for drv_phy_get_calibration + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_enter) for drv_tx_phy_test_enter + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_crgu.o(i.drv_crgu_set_mipi_ref_src) for drv_crgu_set_mipi_ref_src + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_crgu.o(i.drv_crgu_set_mipi_cfg_src) for drv_crgu_set_mipi_cfg_src + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_clear) for drv_tx_phy_test_clear + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) for drv_tx_phy_test_write_1_byte + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) for drv_tx_phy_test_write_2_byte + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_code) for drv_tx_phy_test_write_code + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_exit) for drv_tx_phy_test_exit + drv_dsi_tx.o(i.drv_dsi_tx_phy_trigger) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) for drv_dsi_tx_phy_status_stopstate + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) for drv_dsi_tx_phy_status_stopstate + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_pll_lock) for drv_dsi_tx_phy_status_pll_lock + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot) for drv_dsi_tx_phy_status_ulpsactivenot + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot) for drv_dsi_tx_phy_status_ulpsactivenot + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) for drv_tx_phy_test_write_1_byte + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_pll_lock) for drv_dsi_tx_phy_status_pll_lock + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_dsi_tx_version) for drv_dsi_tx_version + drv_dsi_tx.o(i.drv_dsi_tx_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_dsi_tx.o(i.drv_tx_phy_test_clear) refers to drv_phy_common.o(i.drv_phy_test_clear) for drv_phy_test_clear + drv_dsi_tx.o(i.drv_tx_phy_test_read) refers to drv_phy_common.o(i.drv_phy_test_read) for drv_phy_test_read + drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) refers to drv_phy_common.o(i.drv_phy_test_write_1_byte) for drv_phy_test_write_1_byte + drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) refers to drv_phy_common.o(i.drv_phy_test_write_2_byte) for drv_phy_test_write_2_byte + drv_dsi_tx.o(i.drv_tx_phy_test_write_code) refers to drv_phy_common.o(i.drv_phy_test_write_code) for drv_phy_test_write_code + drv_lcdc.o(i.drv_lcdc_config_src_parameter) refers to drv_lcdc.o(i.drv_lcdc_config_input_size) for drv_lcdc_config_input_size + drv_lcdc.o(i.drv_lcdc_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_memc.o(i.app_MEMC_IRQn_Handler) refers to drv_memc.o(i.drv_memc_get_status) for drv_memc_get_status + drv_memc.o(i.app_MEMC_IRQn_Handler) refers to drv_memc.o(i.drv_memc_clear_status) for drv_memc_clear_status + drv_memc.o(i.app_MEMC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_memc.o(i.drv_memc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_memc.o(i.drv_memc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_rxbr.o(i.app_ADC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_rxbr.o(i.app_ADC_IRQn_Handler) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.app_VPRE_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_rxbr.o(i.app_VPRE_IRQn_Handler) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_rxbr.o(i.__NVIC_EnableIRQ) for __NVIC_EnableIRQ + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_rxbr.o(i.__NVIC_DisableIRQ) for __NVIC_DisableIRQ + drv_rxbr.o(i.drv_rxbr_register_irq0_callback) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.drv_rxbr_register_irq1_callback) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.drv_rxbr_set_cmd_filter) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_rxbr.o(i.drv_rxbr_soft_reset) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + drv_vidc.o(i.app_VIDC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_vidc.o(i.app_VIDC_IRQn_Handler) refers to drv_vidc.o(.data) for .data + drv_vidc.o(i.drv_vidc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_vidc.o(i.drv_vidc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_vidc.o(i.drv_vidc_register_callback) refers to drv_vidc.o(.data) for .data + irq_redirect .o(i.ADC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.AP_NRESET_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.DMA_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT0_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT1_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT2_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT3_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT4_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT5_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT6_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT7_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.FLSCTRL_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.HardFault_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.I2C0_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.I2C1_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.LCDC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.MEMC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.MIPI_RX_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.MIPI_TX_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.PWMDET_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SPIM_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SPIS_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SWIRE_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SysTick_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER0_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER1_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER2_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER3_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.UART_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.VIDC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.VPRE_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.WDG_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.handle_init) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.handle_init) refers to drv_common.o(i.app_SysTick_Handler) for app_SysTick_Handler + irq_redirect .o(i.handle_init) refers to hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) for app_LCDC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) for app_MIPI_RX_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) for app_MIPI_TX_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_dma.o(i.app_dma_irq_handler) for app_dma_irq_handler + irq_redirect .o(i.handle_init) refers to norflash.o(i.app_fls_ctrl_Handler) for app_fls_ctrl_Handler + irq_redirect .o(i.handle_init) refers to drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) for app_I2C0_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_i2c_master.o(i.app_I2C1_IRQn_Handler) for app_I2C1_IRQn_Handler + irq_redirect .o(i.handle_init) refers to hal_spi_slave.o(i.app_SPIS_IRQn_Handler) for app_SPIS_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_spi_master.o(i.app_SPIM_IRQn_Handler) for app_SPIM_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_rxbr.o(i.app_VPRE_IRQn_Handler) for app_VPRE_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_rxbr.o(i.app_ADC_IRQn_Handler) for app_ADC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_vidc.o(i.app_VIDC_IRQn_Handler) for app_VIDC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_memc.o(i.app_MEMC_IRQn_Handler) for app_MEMC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER0_IRQn_Handler) for app_TIMER0_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER1_IRQn_Handler) for app_TIMER1_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER2_IRQn_Handler) for app_TIMER2_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER3_IRQn_Handler) for app_TIMER3_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_wdg.o(i.app_WDG_IRQn_Handler) for app_WDG_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_uart.o(i.app_UART_IRQn_Handler) for app_UART_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_pwm.o(i.app_PWMDET_IRQn_Handler) for app_PWMDET_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_swire.o(i.app_SWIRE_IRQn_Handler) for app_SWIRE_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) for app_AP_NRESET_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) for app_EXTI_INT0_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) for app_EXTI_INT1_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) for app_EXTI_INT2_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) for app_EXTI_INT3_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) for app_EXTI_INT4_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) for app_EXTI_INT5_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) for app_EXTI_INT6_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) for app_EXTI_INT7_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_common.o(i.app_HardFault_Handler) for app_HardFault_Handler + drv_phy_common.o(i.drv_phy_enable_calibration) refers to drv_phy_common.o(.data) for .data + drv_phy_common.o(i.drv_phy_get_calibration) refers to drv_chip_info.o(i.drv_chip_info_get_info) for drv_chip_info_get_info + drv_phy_common.o(i.drv_phy_get_calibration) refers to drv_efuse.o(i.drv_efuse_read) for drv_efuse_read + drv_phy_common.o(i.drv_phy_get_calibration) refers to drv_phy_common.o(.data) for .data + drv_phy_common.o(i.drv_phy_get_pll_para) refers to drv_phy_common.o(.constdata) for .constdata + drv_phy_common.o(i.drv_phy_get_rate_para) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_phy_common.o(i.drv_phy_get_rate_para) refers to drv_phy_common.o(.constdata) for .constdata + drv_phy_common.o(i.drv_phy_test_write_1_byte) refers to drv_phy_common.o(i.drv_phy_test_write_code) for drv_phy_test_write_code + drv_phy_common.o(i.drv_phy_test_write_1_byte) refers to drv_phy_common.o(i.drv_phy_test_write_data) for drv_phy_test_write_data + drv_phy_common.o(i.drv_phy_test_write_2_byte) refers to drv_phy_common.o(i.drv_phy_test_write_code) for drv_phy_test_write_code + drv_phy_common.o(i.drv_phy_test_write_2_byte) refers to drv_phy_common.o(i.drv_phy_test_write_data) for drv_phy_test_write_data + drv_chip_info.o(i.drv_chip_info_get_info) refers to drv_chip_info.o(.data) for .data + drv_chip_info.o(i.drv_chip_info_init) refers to drv_efuse.o(i.drv_efuse_enter_inactive) for drv_efuse_enter_inactive + drv_chip_info.o(i.drv_chip_info_init) refers to drv_efuse.o(i.drv_efuse_read) for drv_efuse_read + drv_chip_info.o(i.drv_chip_info_init) refers to drv_chip_info.o(.data) for .data + drv_chip_info.o(i.drv_chip_rx_info_check) refers to printfa.o(i.__0printf) for __2printf + drv_chip_info.o(i.drv_chip_rx_info_check) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_chip_info.o(i.drv_chip_rx_info_check) refers to drv_chip_info.o(.data) for .data + drv_dsc_dec.o(i.drv_dsc_dec_enable) refers to drv_efuse.o(i.drv_efuse_enter_inactive) for drv_efuse_enter_inactive + drv_dsc_dec.o(i.drv_dsc_dec_enable) refers to drv_efuse.o(i.drv_efuse_read) for drv_efuse_read + drv_dsc_dec.o(i.drv_dsc_dec_enable) refers to printfa.o(i.__0printf) for __2printf + hal_spi_slave.o(i.app_SPIS_IRQn_Handler) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + hal_spi_slave.o(i.app_SPIS_IRQn_Handler) refers to hal_spi_slave.o(i.__NVIC_SetPriority) for __NVIC_SetPriority + hal_spi_slave.o(i.app_SPIS_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_spi_slave.o(i.app_SPIS_IRQn_Handler) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_spi_slave.o(i.hal_spi_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_init_input) for hal_gpio_init_input + hal_spi_slave.o(i.hal_spi_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_abort) refers to drv_spi_dma.o(i.drv_spi_abort_dma) for drv_spi_abort_dma + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start) refers to drv_dma.o(i.drv_dma_enable_cycle) for drv_dma_enable_cycle + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start) refers to drv_spi_dma.o(i.drv_spis_dma_write) for drv_spis_dma_write + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_deinit) refers to drv_spi_slave.o(i.drv_spi_s_deinit) for drv_spi_s_deinit + hal_spi_slave.o(i.hal_spi_slave_enable) refers to drv_spi_slave.o(i.drv_spi_s_enable_int) for drv_spi_s_enable_int + hal_spi_slave.o(i.hal_spi_slave_enable) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_spi_slave.o(i.hal_spi_slave_enable) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_gpio_init) refers to drv_spi_slave.o(i.drv_spi_s_gpio_init) for drv_spi_s_gpio_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to hal_spi_slave.o(i.hal_spi_slave_gpio_init) for hal_spi_slave_gpio_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_slave.o(i.drv_spi_slave_init) for drv_spi_slave_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_dma.o(i.drv_spi_dma_init) for drv_spi_dma_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) for drv_spi_set_dma_irq_callback + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_slave.o(i.drv_spi_s_enable_tx_dma) for drv_spi_s_enable_tx_dma + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + hal_spi_slave.o(i.hal_spi_slave_init) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_read_data) refers to drv_spi_slave.o(i.drv_spi_s_read_data) for drv_spi_s_read_data + hal_spi_slave.o(i.hal_spi_slave_register_callback) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_reset_tx) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_set_auto_rx_buffer) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_set_auto_tx_buffer) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_write_data) refers to drv_spi_slave.o(i.drv_spi_s_write_data) for drv_spi_s_write_data + drv_fls_dma.o(i.fls_abort_dma) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_fls_dma.o(i.fls_abort_dma) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls_dma.o(i.fls_dma_enable) for fls_dma_enable + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_set_write) for fls_set_write + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls_dma.o(i.fls_dma_enable) for fls_dma_enable + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls_dma.o(i.fls_read_dmacallback) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to memseta.o(.text) for __aeabi_memclr4 + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_dma.o(i.drv_dma_init) for drv_dma_init + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_fls_dma.o(.data) for .data + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_fls_dma.o(i.fls_read_dmacallback) for fls_read_dmacallback + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_fls_dma.o(i.fls_write_dmacallback) for fls_write_dmacallback + drv_fls_dma.o(i.fls_transfer_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_fls_dma.o(i.fls_transfer_dma) refers to drv_dma.o(i.drv_dma_start_transfer) for drv_dma_start_transfer + drv_fls_dma.o(i.fls_transfer_get_receive_count_dma) refers to drv_dma.o(i.drv_dma_get_remaining_bytes) for drv_dma_get_remaining_bytes + drv_fls_dma.o(i.fls_write_dmacallback) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_pwm.o(i.app_PWMDET_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_pwm.o(i.app_PWMDET_IRQn_Handler) refers to drv_pwm.o(.data) for .data + drv_pwm.o(i.drv_pwm_in_register_callback) refers to drv_pwm.o(.data) for .data + drv_pwm.o(i.drv_pwm_in_set_sys_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_spi_slave.o(i.drv_spi_s_deinit) refers to drv_spi_slave.o(i.drv_spi_s_switch_sclk) for drv_spi_s_switch_sclk + drv_uart.o(i.UART0_IRQ_Handle) refers to drv_uart.o(i.UART_TransferHandleIRQ) for UART_TransferHandleIRQ + drv_uart.o(i.UART0_IRQ_Handle) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_uart.o(i.UART0_IRQ_Handle) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_AbortReceive) refers to drv_uart.o(i.UART_Disable_IT) for UART_Disable_IT + drv_uart.o(i.UART_AbortReceive) refers to drv_uart.o(i.UART_ResetRxFIFO) for UART_ResetRxFIFO + drv_uart.o(i.UART_AbortSend) refers to drv_uart.o(i.UART_Disable_IT) for UART_Disable_IT + drv_uart.o(i.UART_AbortSend) refers to drv_uart.o(i.UART_ResetTxFIFO) for UART_ResetTxFIFO + drv_uart.o(i.UART_Deinit) refers to drv_uart.o(i.UART_SwitchSCLK) for UART_SwitchSCLK + drv_uart.o(i.UART_Disable_IT) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_Disable_IT) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_uart.o(i.UART_Disable_IT) refers to drv_uart.o(.constdata) for .constdata + drv_uart.o(i.UART_EnableDma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) for drv_sys_cfg_set_dma_rx_req + drv_uart.o(i.UART_EnableDma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + drv_uart.o(i.UART_Enable_IT) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_Enable_IT) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_uart.o(i.UART_GetDefaultConfig) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart.o(i.UART_GetDefaultConfig) refers to drv_common.o(.data) for g_system_clock + drv_uart.o(i.UART_GetFIFO_Ctrl) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_GetFIFO_Ctrl) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_ResetRxFIFO) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_ResetRxFIFO) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_ResetTxFIFO) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_ResetTxFIFO) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_SetBaudRate) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_uart.o(i.UART_SwitchSCLK) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_uart.o(i.UART_TransferCreateHandle) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_TransferCreateHandle) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart.o(i.UART_TransferCreateHandle) refers to drv_uart.o(i.UART_Enable_IT) for UART_Enable_IT + drv_uart.o(i.UART_TransferCreateHandle) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_TransferHandleIRQ) refers to drv_uart.o(i.UART_ResetRxFIFO) for UART_ResetRxFIFO + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_DisableDma) for UART_DisableDma + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_SwitchSCLK) for UART_SwitchSCLK + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_SetBaudRate) for UART_SetBaudRate + drv_uart.o(i.UART_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_uart.o(i.UART_init) refers to drv_uart.o(.data) for .data + drv_uart.o(i.app_UART_IRQn_Handler) refers to drv_uart.o(i.UART0_IRQ_Handle) for UART0_IRQ_Handle + drv_uart_dma.o(i.UART_DMAInit) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart_dma.o(i.UART_DMAInit) refers to drv_dma.o(i.drv_dma_init) for drv_dma_init + drv_uart_dma.o(i.UART_TransferAbortReceiveDMA) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_uart_dma.o(i.UART_TransferAbortSendDMA) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart.o(i.UART_EnableDma) for UART_EnableDma + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(i.UART_DMAInit) for UART_DMAInit + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(.data) for .data + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(i.UART_TransferReceiveDMACallback) for UART_TransferReceiveDMACallback + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(i.UART_TransferSendDMACallback) for UART_TransferSendDMACallback + drv_uart_dma.o(i.UART_TransferGetReceiveCountDMA) refers to drv_dma.o(i.drv_dma_get_remaining_bytes) for drv_dma_get_remaining_bytes + drv_uart_dma.o(i.UART_TransferReceiveDMA) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_uart_dma.o(i.UART_TransferReceiveDMA) refers to drv_uart.o(i.UART_EnableDma) for UART_EnableDma + drv_uart_dma.o(i.UART_TransferReceiveDMA) refers to drv_dma.o(i.drv_dma_start_transfer) for drv_dma_start_transfer + drv_uart_dma.o(i.UART_TransferSendDMA) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_uart_dma.o(i.UART_TransferSendDMA) refers to drv_uart.o(i.UART_EnableDma) for UART_EnableDma + drv_uart_dma.o(i.UART_TransferSendDMA) refers to drv_dma.o(i.drv_dma_start_transfer) for drv_dma_start_transfer + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(i.drv_wdg_set_int) for drv_wdg_set_int + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(i.drv_wdg_clear_counter) for drv_wdg_clear_counter + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(i.drv_wdg_read_edge_flag) for drv_wdg_read_edge_flag + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(i.drv_wdg_clear_edge_flag) for drv_wdg_clear_edge_flag + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(.data) for .data + drv_wdg.o(i.drv_wdg_register_callback) refers to drv_wdg.o(.data) for .data + drv_wdg.o(i.drv_wdg_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_wdg.o(i.drv_wdg_set_repeat) refers to drv_wdg.o(.data) for .data + drv_efuse.o(i.drv_efuse_enter_inactive) refers to drv_efuse.o(i.drv_efuse_int_enable) for drv_efuse_int_enable + drv_efuse.o(i.drv_efuse_read) refers to drv_efuse.o(i.drv_efuse_read_req) for drv_efuse_read_req + drv_efuse.o(i.drv_efuse_write) refers to drv_efuse.o(i.drv_efuse_write_req) for drv_efuse_write_req + ceil.o(i.__softfp_ceil) refers (Special) to iusefp.o(.text) for __I$use$fp + ceil.o(i.__softfp_ceil) refers to ceil.o(i.ceil) for ceil + ceil.o(i.ceil) refers (Special) to iusefp.o(.text) for __I$use$fp + ceil.o(i.ceil) refers to dadd.o(.text) for __aeabi_dadd + ceil.o(i.ceil) refers to cdrcmple.o(.text) for __aeabi_cdrcmple + sqrt.o(i.__softfp_sqrt) refers (Special) to iusefp.o(.text) for __I$use$fp + sqrt.o(i.__softfp_sqrt) refers to dsqrt.o(.text) for _dsqrt + sqrt.o(i.__softfp_sqrt) refers to errno.o(i.__set_errno) for __set_errno + sqrt.o(i.sqrt) refers (Special) to iusefp.o(.text) for __I$use$fp + sqrt.o(i.sqrt) refers to dsqrt.o(.text) for _dsqrt + sqrt.o(i.sqrt) refers to errno.o(i.__set_errno) for __set_errno + sqrt_x.o(i.____softfp_sqrt$lsc) refers (Special) to iusefp.o(.text) for __I$use$fp + sqrt_x.o(i.____softfp_sqrt$lsc) refers to cdcmple.o(.text) for __aeabi_cdcmple + sqrt_x.o(i.____softfp_sqrt$lsc) refers to errno.o(i.__set_errno) for __set_errno + sqrt_x.o(i.____softfp_sqrt$lsc) refers to dsqrt.o(.text) for _dsqrt + sqrt_x.o(i.__sqrt$lsc) refers (Special) to iusefp.o(.text) for __I$use$fp + sqrt_x.o(i.__sqrt$lsc) refers to cdcmple.o(.text) for __aeabi_cdcmple + sqrt_x.o(i.__sqrt$lsc) refers to errno.o(i.__set_errno) for __set_errno + sqrt_x.o(i.__sqrt$lsc) refers to dsqrt.o(.text) for _dsqrt + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry10a.o(.ARM.Collect$$$$0000000D) for __rt_final_cpp + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry11a.o(.ARM.Collect$$$$0000000F) for __rt_final_exit + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry7b.o(.ARM.Collect$$$$00000008) for _main_clock + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry8b.o(.ARM.Collect$$$$0000000A) for _main_cpp_init + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry9a.o(.ARM.Collect$$$$0000000B) for _main_init + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry5.o(.ARM.Collect$$$$00000004) for _main_scatterload + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry2.o(.ARM.Collect$$$$00000001) for _main_stk + idiv.o(.text) refers to uidiv.o(.text) for __aeabi_uidivmod + printfb.o(i.__0fprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0fprintf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0printf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0printf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0printf$bare) refers to stdout.o(.data) for __stdout + printfb.o(i.__0snprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0snprintf$bare) refers to printfb.o(i._snputc) for _snputc + printfb.o(i.__0sprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0sprintf$bare) refers to printfb.o(i._sputc) for _sputc + printfb.o(i.__0vfprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vfprintf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0vprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vprintf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0vprintf$bare) refers to stdout.o(.data) for __stdout + printfb.o(i.__0vsnprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vsnprintf$bare) refers to printfb.o(i._snputc) for _snputc + printfb.o(i.__0vsprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vsprintf$bare) refers to printfb.o(i._sputc) for _sputc + printf0.o(i.__0fprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0fprintf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0printf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0printf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0printf$0) refers to stdout.o(.data) for __stdout + printf0.o(i.__0snprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0snprintf$0) refers to printf0.o(i._snputc) for _snputc + printf0.o(i.__0sprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0sprintf$0) refers to printf0.o(i._sputc) for _sputc + printf0.o(i.__0vfprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vfprintf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0vprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vprintf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0vprintf$0) refers to stdout.o(.data) for __stdout + printf0.o(i.__0vsnprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vsnprintf$0) refers to printf0.o(i._snputc) for _snputc + printf0.o(i.__0vsprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vsprintf$0) refers to printf0.o(i._sputc) for _sputc + printf1.o(i.__0fprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0fprintf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0printf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0printf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0printf$1) refers to stdout.o(.data) for __stdout + printf1.o(i.__0snprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0snprintf$1) refers to printf1.o(i._snputc) for _snputc + printf1.o(i.__0sprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0sprintf$1) refers to printf1.o(i._sputc) for _sputc + printf1.o(i.__0vfprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vfprintf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0vprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vprintf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0vprintf$1) refers to stdout.o(.data) for __stdout + printf1.o(i.__0vsnprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vsnprintf$1) refers to printf1.o(i._snputc) for _snputc + printf1.o(i.__0vsprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vsprintf$1) refers to printf1.o(i._sputc) for _sputc + printf1.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printf2.o(i.__0fprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0fprintf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0printf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0printf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0printf$2) refers to stdout.o(.data) for __stdout + printf2.o(i.__0snprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0snprintf$2) refers to printf2.o(i._snputc) for _snputc + printf2.o(i.__0sprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0sprintf$2) refers to printf2.o(i._sputc) for _sputc + printf2.o(i.__0vfprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vfprintf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0vprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vprintf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0vprintf$2) refers to stdout.o(.data) for __stdout + printf2.o(i.__0vsnprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vsnprintf$2) refers to printf2.o(i._snputc) for _snputc + printf2.o(i.__0vsprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vsprintf$2) refers to printf2.o(i._sputc) for _sputc + printf3.o(i.__0fprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0fprintf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0printf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0printf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0printf$3) refers to stdout.o(.data) for __stdout + printf3.o(i.__0snprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0snprintf$3) refers to printf3.o(i._snputc) for _snputc + printf3.o(i.__0sprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0sprintf$3) refers to printf3.o(i._sputc) for _sputc + printf3.o(i.__0vfprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vfprintf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0vprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vprintf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0vprintf$3) refers to stdout.o(.data) for __stdout + printf3.o(i.__0vsnprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vsnprintf$3) refers to printf3.o(i._snputc) for _snputc + printf3.o(i.__0vsprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vsprintf$3) refers to printf3.o(i._sputc) for _sputc + printf3.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printf4.o(i.__0fprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0fprintf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0printf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0printf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0printf$4) refers to stdout.o(.data) for __stdout + printf4.o(i.__0snprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0snprintf$4) refers to printf4.o(i._snputc) for _snputc + printf4.o(i.__0sprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0sprintf$4) refers to printf4.o(i._sputc) for _sputc + printf4.o(i.__0vfprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vfprintf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0vprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vprintf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0vprintf$4) refers to stdout.o(.data) for __stdout + printf4.o(i.__0vsnprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vsnprintf$4) refers to printf4.o(i._snputc) for _snputc + printf4.o(i.__0vsprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vsprintf$4) refers to printf4.o(i._sputc) for _sputc + printf4.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printf5.o(i.__0fprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0fprintf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0printf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0printf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0printf$5) refers to stdout.o(.data) for __stdout + printf5.o(i.__0snprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0snprintf$5) refers to printf5.o(i._snputc) for _snputc + printf5.o(i.__0sprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0sprintf$5) refers to printf5.o(i._sputc) for _sputc + printf5.o(i.__0vfprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vfprintf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0vprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vprintf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0vprintf$5) refers to stdout.o(.data) for __stdout + printf5.o(i.__0vsnprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vsnprintf$5) refers to printf5.o(i._snputc) for _snputc + printf5.o(i.__0vsprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vsprintf$5) refers to printf5.o(i._sputc) for _sputc + printf5.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printf6.o(i.__0fprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0fprintf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0printf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0printf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0printf$6) refers to stdout.o(.data) for __stdout + printf6.o(i.__0snprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0snprintf$6) refers to printf6.o(i._snputc) for _snputc + printf6.o(i.__0sprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0sprintf$6) refers to printf6.o(i._sputc) for _sputc + printf6.o(i.__0vfprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vfprintf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0vprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vprintf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0vprintf$6) refers to stdout.o(.data) for __stdout + printf6.o(i.__0vsnprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vsnprintf$6) refers to printf6.o(i._snputc) for _snputc + printf6.o(i.__0vsprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vsprintf$6) refers to printf6.o(i._sputc) for _sputc + printf6.o(i._printf_core) refers to printf6.o(i._printf_pre_padding) for _printf_pre_padding + printf6.o(i._printf_core) refers to printf6.o(i._printf_post_padding) for _printf_post_padding + printf6.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printf7.o(i.__0fprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0fprintf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0printf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0printf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0printf$7) refers to stdout.o(.data) for __stdout + printf7.o(i.__0snprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0snprintf$7) refers to printf7.o(i._snputc) for _snputc + printf7.o(i.__0sprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0sprintf$7) refers to printf7.o(i._sputc) for _sputc + printf7.o(i.__0vfprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vfprintf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0vprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vprintf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0vprintf$7) refers to stdout.o(.data) for __stdout + printf7.o(i.__0vsnprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vsnprintf$7) refers to printf7.o(i._snputc) for _snputc + printf7.o(i.__0vsprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vsprintf$7) refers to printf7.o(i._sputc) for _sputc + printf7.o(i._printf_core) refers to printf7.o(i._printf_pre_padding) for _printf_pre_padding + printf7.o(i._printf_core) refers to printf7.o(i._printf_post_padding) for _printf_post_padding + printf7.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printf8.o(i.__0fprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0fprintf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0printf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0printf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0printf$8) refers to stdout.o(.data) for __stdout + printf8.o(i.__0snprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0snprintf$8) refers to printf8.o(i._snputc) for _snputc + printf8.o(i.__0sprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0sprintf$8) refers to printf8.o(i._sputc) for _sputc + printf8.o(i.__0vfprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vfprintf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0vprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vprintf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0vprintf$8) refers to stdout.o(.data) for __stdout + printf8.o(i.__0vsnprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vsnprintf$8) refers to printf8.o(i._snputc) for _snputc + printf8.o(i.__0vsprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vsprintf$8) refers to printf8.o(i._sputc) for _sputc + printf8.o(i._printf_core) refers to printf8.o(i._printf_pre_padding) for _printf_pre_padding + printf8.o(i._printf_core) refers to printf8.o(i._printf_post_padding) for _printf_post_padding + printf8.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printfa.o(i.__0fprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0fprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0fprintf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0printf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0printf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0printf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0printf) refers to stdout.o(.data) for __stdout + printfa.o(i.__0snprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0snprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0snprintf) refers to printfa.o(i._snputc) for _snputc + printfa.o(i.__0sprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0sprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0sprintf) refers to printfa.o(i._sputc) for _sputc + printfa.o(i.__0vfprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vfprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vfprintf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0vprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vprintf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0vprintf) refers to stdout.o(.data) for __stdout + printfa.o(i.__0vsnprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vsnprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vsnprintf) refers to printfa.o(i._snputc) for _snputc + printfa.o(i.__0vsprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vsprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vsprintf) refers to printfa.o(i._sputc) for _sputc + printfa.o(i._fp_digits) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._fp_digits) refers to dmul.o(.text) for __aeabi_dmul + printfa.o(i._fp_digits) refers to ddiv.o(.text) for __aeabi_ddiv + printfa.o(i._fp_digits) refers to cdrcmple.o(.text) for __aeabi_cdrcmple + printfa.o(i._fp_digits) refers to dadd.o(.text) for __aeabi_dadd + printfa.o(i._fp_digits) refers to dfixul.o(.text) for __aeabi_d2ulz + printfa.o(i._fp_digits) refers to uldiv.o(.text) for __aeabi_uldivmod + printfa.o(i._printf_core) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._printf_core) refers to printfa.o(i._printf_pre_padding) for _printf_pre_padding + printfa.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printfa.o(i._printf_core) refers to printfa.o(i._printf_post_padding) for _printf_post_padding + printfa.o(i._printf_core) refers to printfa.o(i._fp_digits) for _fp_digits + printfa.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printfa.o(i._printf_post_padding) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._printf_pre_padding) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._snputc) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._sputc) refers (Special) to iusefp.o(.text) for __I$use$fp + fadd.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fadd.o(.text) refers to fepilogue.o(.text) for _float_epilogue + fmul.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fdiv.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fdiv.o(.text) refers to fepilogue.o(.text) for _float_round + fscalb.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dadd.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dadd.o(.text) refers to llshl.o(.text) for __aeabi_llsl + dadd.o(.text) refers to llsshr.o(.text) for __aeabi_lasr + dadd.o(.text) refers to depilogue.o(.text) for _double_epilogue + dmul.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dmul.o(.text) refers to depilogue.o(.text) for _double_epilogue + ddiv.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + ddiv.o(.text) refers to depilogue.o(.text) for _double_round + fflti.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fflti.o(.text) refers to fepilogue.o(.text) for _float_epilogue + ffltui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + ffltui.o(.text) refers to fepilogue.o(.text) for _float_epilogue + dflti.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dflti.o(.text) refers to depilogue.o(.text) for _double_epilogue + dfltui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfltui.o(.text) refers to depilogue.o(.text) for _double_epilogue + ffixi.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + ffixui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfixi.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfixi.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dfixui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfixui.o(.text) refers to llushr.o(.text) for __aeabi_llsr + f2d.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + cdcmple.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + cfrcmple.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + entry2.o(.ARM.Collect$$$$00000001) refers to entry2.o(.ARM.Collect$$$$00002712) for __lit__00000000 + entry2.o(.ARM.Collect$$$$00002712) refers to startup_armcm0.o(STACK) for __initial_sp + entry2.o(__vectab_stack_and_reset_area) refers to startup_armcm0.o(STACK) for __initial_sp + entry2.o(__vectab_stack_and_reset_area) refers to entry.o(.ARM.Collect$$$$00000000) for __main + entry5.o(.ARM.Collect$$$$00000004) refers to init.o(.text) for __scatterload + entry9a.o(.ARM.Collect$$$$0000000B) refers to main.o(i.main) for main + entry9b.o(.ARM.Collect$$$$0000000C) refers to main.o(i.main) for main + uldiv.o(.text) refers to llushr.o(.text) for __aeabi_llsr + uldiv.o(.text) refers to llshl.o(.text) for __aeabi_llsl + errno.o(i.__aeabi_errno_addr) refers to errno.o(.data) for .data + errno.o(i.__read_errno) refers to errno.o(.data) for .data + errno.o(i.__set_errno) refers to errno.o(.data) for .data + depilogue.o(.text) refers to depilogue.o(i.__ARM_clz) for __ARM_clz + depilogue.o(.text) refers to llshl.o(.text) for __aeabi_llsl + depilogue.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dsqrt.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dsqrt.o(.text) refers to depilogue.o(.text) for _double_round + dfixul.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dfixul.o(.text) refers to llshl.o(.text) for __aeabi_llsl + init.o(.text) refers to entry5.o(.ARM.Collect$$$$00000004) for __main_after_scatterload + + +============================================================================== + +Removing Unused input sections from the image. + + Removing main.o(.rev16_text), (4 bytes). + Removing main.o(.revsh_text), (4 bytes). + Removing ap_demo.o(.rev16_text), (4 bytes). + Removing ap_demo.o(.revsh_text), (4 bytes). + Removing ap_demo.o(.data), (1 bytes). + Removing ap_demo.o(.data), (4 bytes). + Removing app_tp_for_custom_s8.o(.rev16_text), (4 bytes). + Removing app_tp_for_custom_s8.o(.revsh_text), (4 bytes). + Removing app_tp_for_custom_s8.o(i.app_tp_screen_analysis_const), (56 bytes). + Removing app_tp_for_custom_s8.o(.bss), (200 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (37 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (1 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (3 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (3 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (11 bytes). + Removing app_tp_for_custom_s8.o(.data), (10 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (64 bytes). + Removing app_tp_for_custom_s8.o(.data), (3 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (32 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_transfer.o(.rev16_text), (4 bytes). + Removing app_tp_transfer.o(.revsh_text), (4 bytes). + Removing app_tp_transfer.o(i.app_tp_phone_reset_on), (12 bytes). + Removing app_tp_transfer.o(i.app_tp_s_transfer_complate), (26 bytes). + Removing app_tp_transfer.o(.data), (3 bytes). + Removing app_tp_transfer.o(.data), (3 bytes). + Removing app_tp_transfer.o(.data), (5 bytes). + Removing app_tp_transfer.o(.data), (6 bytes). + Removing app_tp_transfer.o(.data), (2 bytes). + Removing app_tp_transfer.o(.data), (3 bytes). + Removing app_tp_transfer.o(.data), (1 bytes). + Removing app_tp_transfer.o(.data), (2 bytes). + Removing app_tp_transfer.o(.data), (2 bytes). + Removing board.o(.rev16_text), (4 bytes). + Removing board.o(.revsh_text), (4 bytes). + Removing startup_armcm0.o(HEAP), (3072 bytes). + Removing hal_dsi_rx_ctrl.o(.rev16_text), (4 bytes). + Removing hal_dsi_rx_ctrl.o(.revsh_text), (4 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_ack_long_cmd), (88 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_ack_short_cmd), (28 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video), (228 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_draw_mode_init), (48 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern), (216 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_compressen_en), (16 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode), (128 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_release_handle), (40 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart), (80 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_auto_hw_filter), (28 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk), (44 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter), (108 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_dcs_direct_mode), (8 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_cmd_filter), (40 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format), (56 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data), (148 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rx_clk), (68 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_te_waveform), (52 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_tear_mode_ex), (14 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate), (112 bytes). + Removing hal_dsi_tx_ctrl.o(.rev16_text), (4 bytes). + Removing hal_dsi_tx_ctrl.o(.revsh_text), (4 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_crop_pic), (144 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_ulps_mode), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_ulps_mode), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd), (140 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_release_handle), (28 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_cus_pq_filter), (24 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_endianness), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_escape_clock_div), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_lp_cmd), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_vpg), (24 bytes). + Removing hal_gpio.o(.rev16_text), (4 bytes). + Removing hal_gpio.o(.revsh_text), (4 bytes). + Removing hal_gpio.o(i.hal_gpio_get_int_type), (20 bytes). + Removing hal_gpio.o(i.hal_gpio_get_pull_state), (32 bytes). + Removing hal_gpio.o(i.hal_gpio_set_driving_strength), (32 bytes). + Removing hal_gpio.o(i.hal_gpio_set_output_data_ex), (36 bytes). + Removing hal_gpio.o(i.hal_gpio_set_schmitt_trigger), (32 bytes). + Removing hal_gpio.o(i.hal_gpio_set_slew_rate), (32 bytes). + Removing hal_i2c_master.o(.rev16_text), (4 bytes). + Removing hal_i2c_master.o(.revsh_text), (4 bytes). + Removing hal_i2c_master.o(i.hal_i2c_m_set_high_impedance), (46 bytes). + Removing hal_i2c_slave.o(.rev16_text), (4 bytes). + Removing hal_i2c_slave.o(.revsh_text), (4 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_get_tx_byte_num), (8 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_read_complate), (12 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_read_complate_clear), (12 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_read_data), (8 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_rxfifo_notempty), (20 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_set_dma_tx_cycle), (36 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance), (46 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_write_complate), (12 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_write_data), (8 bytes). + Removing hal_spi_master.o(.rev16_text), (4 bytes). + Removing hal_spi_master.o(.revsh_text), (4 bytes). + Removing hal_spi_master.o(i.hal_spi_m_callback), (24 bytes). + Removing hal_spi_master.o(i.hal_spi_m_dma_init), (104 bytes). + Removing hal_spi_master.o(i.hal_spi_m_dma_read), (36 bytes). + Removing hal_spi_master.o(i.hal_spi_m_dma_write), (40 bytes). + Removing hal_spi_master.o(i.hal_spi_m_get_transfer_complate), (36 bytes). + Removing hal_spi_master.o(i.hal_spi_m_gpio_init), (8 bytes). + Removing hal_spi_master.o(i.hal_spi_m_read_rxfifo), (28 bytes). + Removing hal_spi_master.o(i.hal_spi_m_set_high_impedance), (100 bytes). + Removing hal_spi_master.o(.data), (1 bytes). + Removing hal_swire.o(.rev16_text), (4 bytes). + Removing hal_swire.o(.revsh_text), (4 bytes). + Removing hal_swire.o(i.hal_swire_deinit), (18 bytes). + Removing hal_swire.o(i.hal_swire_init), (32 bytes). + Removing hal_swire.o(i.hal_swire_register_callback), (10 bytes). + Removing hal_swire.o(i.hal_swire_start), (112 bytes). + Removing hal_system.o(.rev16_text), (4 bytes). + Removing hal_system.o(.revsh_text), (4 bytes). + Removing hal_system.o(i.hal_system_deep_sleep_mode), (8 bytes). + Removing hal_system.o(i.hal_system_disable_systick), (8 bytes). + Removing hal_system.o(i.hal_system_flash_read), (56 bytes). + Removing hal_system.o(i.hal_system_flash_write), (58 bytes). + Removing hal_system.o(i.hal_system_get_tick), (8 bytes). + Removing hal_system.o(i.hal_system_idle_mode), (8 bytes). + Removing hal_system.o(i.hal_system_register_systick_cb), (8 bytes). + Removing hal_system.o(i.hal_system_reset_chip), (32 bytes). + Removing hal_system.o(i.hal_system_share_flash_mode), (20 bytes). + Removing hal_system.o(i.hal_system_sleep_mode), (48 bytes). + Removing hal_timer.o(.rev16_text), (4 bytes). + Removing hal_timer.o(.revsh_text), (4 bytes). + Removing hal_timer.o(i.hal_timer_deinit), (46 bytes). + Removing hal_timer.o(i.hal_timer_get_status), (52 bytes). + Removing hal_timer.o(i.hal_timer_set_repeat), (8 bytes). + Removing tau_delay.o(.rev16_text), (4 bytes). + Removing tau_delay.o(.revsh_text), (4 bytes). + Removing tau_log.o(.rev16_text), (4 bytes). + Removing tau_log.o(.revsh_text), (4 bytes). + Removing tau_log.o(i.fgetc), (22 bytes). + Removing hal_uart.o(.rev16_text), (4 bytes). + Removing hal_uart.o(.revsh_text), (4 bytes). + Removing hal_uart.o(i.hal_uart_deinit), (28 bytes). + Removing hal_uart.o(i.hal_uart_dmacallback), (36 bytes). + Removing hal_uart.o(i.hal_uart_receive_blocking), (16 bytes). + Removing hal_uart.o(i.hal_uart_receive_dma), (76 bytes). + Removing hal_uart.o(i.hal_uart_transmit_dma), (76 bytes). + Removing norflash.o(.rev16_text), (4 bytes). + Removing norflash.o(.revsh_text), (4 bytes). + Removing norflash.o(i.norflash_best_cfg_init), (44 bytes). + Removing norflash.o(i.norflash_big_end_clear), (14 bytes). + Removing norflash.o(i.norflash_big_end_enable), (20 bytes). + Removing norflash.o(i.norflash_check_crc32), (14 bytes). + Removing norflash.o(i.norflash_check_id), (72 bytes). + Removing norflash.o(i.norflash_dma_callback), (24 bytes). + Removing norflash.o(i.norflash_dma_read), (156 bytes). + Removing norflash.o(i.norflash_dma_write), (252 bytes). + Removing norflash.o(i.norflash_dual_read), (60 bytes). + Removing norflash.o(i.norflash_dual_write), (112 bytes). + Removing norflash.o(i.norflash_en4b), (40 bytes). + Removing norflash.o(i.norflash_en_quad), (116 bytes). + Removing norflash.o(i.norflash_en_quad_check), (64 bytes). + Removing norflash.o(i.norflash_erase_block), (44 bytes). + Removing norflash.o(i.norflash_erase_chip), (28 bytes). + Removing norflash.o(i.norflash_erase_sector), (44 bytes). + Removing norflash.o(i.norflash_ex4b), (40 bytes). + Removing norflash.o(i.norflash_exit_quad), (76 bytes). + Removing norflash.o(i.norflash_get_dual_hstatus), (52 bytes). + Removing norflash.o(i.norflash_get_hstatus), (52 bytes). + Removing norflash.o(i.norflash_get_status), (52 bytes). + Removing norflash.o(i.norflash_init), (48 bytes). + Removing norflash.o(i.norflash_quad_read), (76 bytes). + Removing norflash.o(i.norflash_quad_write), (108 bytes). + Removing norflash.o(i.norflash_read), (28 bytes). + Removing norflash.o(i.norflash_read_config_reg), (36 bytes). + Removing norflash.o(i.norflash_read_id), (20 bytes). + Removing norflash.o(i.norflash_reset), (2 bytes). + Removing norflash.o(i.norflash_reset_crc32), (32 bytes). + Removing norflash.o(i.norflash_set_best_cfg), (50 bytes). + Removing norflash.o(i.norflash_set_best_read_cfg), (84 bytes). + Removing norflash.o(i.norflash_set_best_write_cfg), (84 bytes). + Removing norflash.o(i.norflash_switch_fls_spi), (112 bytes). + Removing norflash.o(i.norflash_write), (96 bytes). + Removing norflash.o(i.norflash_write_disable), (64 bytes). + Removing norflash.o(i.norflash_write_enable), (56 bytes). + Removing norflash.o(i.norflash_write_endian_scr), (132 bytes). + Removing norflash.o(.bss), (412 bytes). + Removing norflash.o(.bss), (32 bytes). + Removing norflash.o(.data), (2 bytes). + Removing drv_common.o(.rev16_text), (4 bytes). + Removing drv_common.o(.revsh_text), (4 bytes). + Removing drv_common.o(i.drv_common_disable_systick), (20 bytes). + Removing drv_common.o(i.drv_common_get_tick), (12 bytes). + Removing drv_common.o(i.drv_common_idle_mode), (40 bytes). + Removing drv_common.o(i.drv_common_systick_register_cb), (12 bytes). + Removing drv_crgu.o(.rev16_text), (4 bytes). + Removing drv_crgu.o(.revsh_text), (4 bytes). + Removing drv_crgu.o(i.drv_crgu_clear_all_reset_flags), (12 bytes). + Removing drv_crgu.o(i.drv_crgu_clear_reset_flag), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_config_clocks), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_config_clocks_div), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_config_clocks_src), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_get_ana_clk_status), (24 bytes). + Removing drv_crgu.o(i.drv_crgu_get_fpga_id), (12 bytes). + Removing drv_crgu.o(i.drv_crgu_get_mipi_ref_src), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_get_reset_flag), (24 bytes). + Removing drv_crgu.o(i.drv_crgu_get_system_clk), (28 bytes). + Removing drv_crgu.o(i.drv_crgu_reset_chip), (12 bytes). + Removing drv_crgu.o(i.drv_crgu_set_200m_scan_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_300m_scan_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_abp0_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_adc_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_adc_src), (24 bytes). + Removing drv_crgu.o(i.drv_crgu_set_apb1_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_apb2_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_fls_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_fls_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_monitor_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_monitor_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_swire_div), (20 bytes). + Removing drv_dma.o(.rev16_text), (4 bytes). + Removing drv_dma.o(.revsh_text), (4 bytes). + Removing drv_dma.o(i.drv_dma_abort_transfer), (32 bytes). + Removing drv_dma.o(i.drv_dma_ahb_init), (74 bytes). + Removing drv_dma.o(i.drv_dma_channel_is_active), (20 bytes). + Removing drv_dma.o(i.drv_dma_deinit), (32 bytes). + Removing drv_dma.o(i.drv_dma_disenable_channel_interrupts), (24 bytes). + Removing drv_dma.o(i.drv_dma_enable_cycle), (44 bytes). + Removing drv_dma.o(i.drv_dma_get_remaining_bytes), (32 bytes). + Removing drv_dma.o(i.drv_dma_init), (24 bytes). + Removing drv_dma.o(i.drv_dma_m2m_init), (72 bytes). + Removing drv_dma.o(i.drv_dma_reset), (10 bytes). + Removing drv_dma.o(i.drv_dma_set_ccr), (114 bytes). + Removing drv_dma.o(i.drv_dma_start_transfer), (32 bytes). + Removing drv_fls.o(.rev16_text), (4 bytes). + Removing drv_fls.o(.revsh_text), (4 bytes). + Removing drv_fls.o(i.__NVIC_DisableIRQ), (32 bytes). + Removing drv_fls.o(i.drv_fls_gpio_connect), (28 bytes). + Removing drv_fls.o(i.drv_fls_gpio_disconnect), (32 bytes). + Removing drv_fls.o(i.fls_EnableClk), (12 bytes). + Removing drv_fls.o(i.fls_busy_pending), (12 bytes). + Removing drv_fls.o(i.fls_clear_irq_status), (6 bytes). + Removing drv_fls.o(i.fls_ctrl_cfg_init), (72 bytes). + Removing drv_fls.o(i.fls_ddat_enable), (24 bytes). + Removing drv_fls.o(i.fls_de_init), (52 bytes). + Removing drv_fls.o(i.fls_descr), (10 bytes). + Removing drv_fls.o(i.fls_disable_it), (36 bytes). + Removing drv_fls.o(i.fls_en_scr), (10 bytes). + Removing drv_fls.o(i.fls_enable_it), (48 bytes). + Removing drv_fls.o(i.fls_get_crcout), (4 bytes). + Removing drv_fls.o(i.fls_get_default_fls_config), (20 bytes). + Removing drv_fls.o(i.fls_get_default_spi_config), (44 bytes). + Removing drv_fls.o(i.fls_get_default_tuning), (12 bytes). + Removing drv_fls.o(i.fls_get_tuning), (18 bytes). + Removing drv_fls.o(i.fls_init), (62 bytes). + Removing drv_fls.o(i.fls_qadr_enable), (22 bytes). + Removing drv_fls.o(i.fls_qcmd_enable), (22 bytes). + Removing drv_fls.o(i.fls_qdat_enable), (22 bytes). + Removing drv_fls.o(i.fls_read_byte_data), (130 bytes). + Removing drv_fls.o(i.fls_read_cmd), (104 bytes). + Removing drv_fls.o(i.fls_read_cmd_it), (110 bytes). + Removing drv_fls.o(i.fls_reset_crc), (18 bytes). + Removing drv_fls.o(i.fls_scr_clear), (10 bytes). + Removing drv_fls.o(i.fls_set_addr_dummy), (32 bytes). + Removing drv_fls.o(i.fls_set_addr_len), (32 bytes). + Removing drv_fls.o(i.fls_set_mc_irq_mask), (26 bytes). + Removing drv_fls.o(i.fls_set_read), (10 bytes). + Removing drv_fls.o(i.fls_set_tuning), (24 bytes). + Removing drv_fls.o(i.fls_set_write), (10 bytes). + Removing drv_fls.o(i.fls_single_mode), (16 bytes). + Removing drv_fls.o(i.fls_spi_init), (180 bytes). + Removing drv_fls.o(i.fls_spi_start), (10 bytes). + Removing drv_fls.o(i.fls_swrst), (18 bytes). + Removing drv_fls.o(i.fls_write_byte_data), (164 bytes). + Removing drv_fls.o(i.fls_write_cmd), (58 bytes). + Removing drv_fls.o(.data), (4 bytes). + Removing drv_gpio.o(.rev16_text), (4 bytes). + Removing drv_gpio.o(.revsh_text), (4 bytes). + Removing drv_gpio.o(i.drv_gpio_get_pull_state), (224 bytes). + Removing drv_gpio.o(i.drv_gpio_set_driving_strength), (312 bytes). + Removing drv_gpio.o(i.drv_gpio_set_schmitt_trigger), (168 bytes). + Removing drv_gpio.o(i.drv_gpio_set_slew_rate), (168 bytes). + Removing drv_i2c_dma.o(.rev16_text), (4 bytes). + Removing drv_i2c_dma.o(.revsh_text), (4 bytes). + Removing drv_i2c_master.o(.rev16_text), (4 bytes). + Removing drv_i2c_master.o(.revsh_text), (4 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_bus_init), (36 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_disable_intr), (16 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_get_fifo_status), (28 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_read_data), (32 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_set_fifo_threshold), (24 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_set_sys_mask), (48 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_write_data), (32 bytes). + Removing drv_i2c_slave.o(.rev16_text), (4 bytes). + Removing drv_i2c_slave.o(.revsh_text), (4 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_bus_init), (36 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_disable_intr), (16 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_enable), (16 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_get_tx_byte_num), (12 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_read_data), (32 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_set_fifo_threshold), (24 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_set_sys_mask), (48 bytes). + Removing drv_param_init.o(.rev16_text), (4 bytes). + Removing drv_param_init.o(.revsh_text), (4 bytes). + Removing drv_param_init.o(i.drv_param_init_set_scld_filter), (100 bytes). + Removing drv_param_init.o(i.drv_param_init_set_sclu_filter), (28 bytes). + Removing drv_pwr.o(.rev16_text), (4 bytes). + Removing drv_pwr.o(.revsh_text), (4 bytes). + Removing drv_pwr.o(i.drv_pwr_enter_deep_sleep_mode), (44 bytes). + Removing drv_spi_dma.o(.rev16_text), (4 bytes). + Removing drv_spi_dma.o(.revsh_text), (4 bytes). + Removing drv_spi_dma.o(i.__NVIC_ClearPendingIRQ), (24 bytes). + Removing drv_spi_dma.o(i.drv_spi_abort_dma), (108 bytes). + Removing drv_spi_dma.o(i.drv_spi_dma_callback), (60 bytes). + Removing drv_spi_dma.o(i.drv_spi_dma_ch6_init), (208 bytes). + Removing drv_spi_dma.o(i.drv_spi_dma_init), (220 bytes). + Removing drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback), (48 bytes). + Removing drv_spi_dma.o(i.drv_spi_set_dma_irq_callback), (88 bytes). + Removing drv_spi_dma.o(i.drv_spim_dma_read), (96 bytes). + Removing drv_spi_dma.o(i.drv_spim_dma_write), (60 bytes). + Removing drv_spi_dma.o(i.drv_spis_dma_write), (72 bytes). + Removing drv_spi_dma.o(.bss), (480 bytes). + Removing drv_spi_dma.o(.data), (16 bytes). + Removing drv_spi_master.o(.rev16_text), (4 bytes). + Removing drv_spi_master.o(.revsh_text), (4 bytes). + Removing drv_spi_master.o(i.drv_spi_m_deinit), (40 bytes). + Removing drv_spi_master.o(i.drv_spi_m_disable_int), (68 bytes). + Removing drv_spi_master.o(i.drv_spi_m_enable_int), (72 bytes). + Removing drv_spi_master.o(i.drv_spi_m_enable_rx_dma), (32 bytes). + Removing drv_spi_master.o(i.drv_spi_m_enable_tx_dma), (28 bytes). + Removing drv_spi_master.o(i.drv_spi_m_get_dma_address), (8 bytes). + Removing drv_spi_master.o(i.drv_spi_m_gpio_init), (32 bytes). + Removing drv_spi_master.o(i.drv_spi_m_set_intr_callback), (12 bytes). + Removing drv_spi_master.o(i.drv_spi_m_switch_sclk), (28 bytes). + Removing drv_spi_master.o(i.drv_spi_m_write_data), (44 bytes). + Removing drv_spi_master.o(i.drv_spi_master_init), (164 bytes). + Removing drv_swire.o(.rev16_text), (4 bytes). + Removing drv_swire.o(.revsh_text), (4 bytes). + Removing drv_swire.o(i.drv_swire_enable), (28 bytes). + Removing drv_swire.o(i.drv_swire_register_callback), (12 bytes). + Removing drv_swire.o(i.drv_swire_set_bit_time), (24 bytes). + Removing drv_swire.o(i.drv_swire_set_pulse_count), (12 bytes). + Removing drv_sys_cfg.o(.rev16_text), (4 bytes). + Removing drv_sys_cfg.o(.revsh_text), (4 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_dma_req_mask), (32 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_read_version0_id), (12 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_set_ap_reset), (28 bytes). + Removing drv_timer.o(.rev16_text), (4 bytes). + Removing drv_timer.o(.revsh_text), (4 bytes). + Removing drv_timer.o(i.drv_timer_clean_timer_value), (12 bytes). + Removing drv_timer.o(i.drv_timer_get_current_count), (10 bytes). + Removing drv_timer.o(i.drv_timer_get_match), (10 bytes). + Removing drv_timer.o(i.drv_timer_set_repeat), (16 bytes). + Removing hal_internal_vsync.o(.rev16_text), (4 bytes). + Removing hal_internal_vsync.o(.revsh_text), (4 bytes). + Removing hal_internal_vsync.o(i.hal_iniernal_vsync_deinit), (20 bytes). + Removing hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual), (528 bytes). + Removing hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode), (48 bytes). + Removing dcs_packet_fifo.o(i.dcs_packet_get_fifo_size), (16 bytes). + Removing drv_dsi_rx.o(.rev16_text), (4 bytes). + Removing drv_dsi_rx.o(.revsh_text), (4 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_get_phy_stopstate), (66 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_get_version), (4 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration), (236 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_pg_cfg), (32 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_pg_cfg), (48 bytes). + Removing drv_dsi_rx.o(i.drv_rx_phy_test_read), (12 bytes). + Removing drv_dsi_tx.o(.rev16_text), (4 bytes). + Removing drv_dsi_tx.o(.revsh_text), (4 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_command_get_payload), (4 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_force_interrupt), (8 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_get_phy_status), (6 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_forcepll), (12 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration), (232 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_start), (18 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_status_pll_lock), (10 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot), (62 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_trigger), (92 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter), (344 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit), (276 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_sdf_3d), (28 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_set_bta), (22 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_set_vpg), (70 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_version), (4 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_vid_shadow), (16 bytes). + Removing drv_dsi_tx.o(i.drv_tx_phy_test_read), (10 bytes). + Removing drv_lcdc.o(.rev16_text), (4 bytes). + Removing drv_lcdc.o(.revsh_text), (4 bytes). + Removing drv_lcdc.o(i.drv_lcdc_config_rgb_to_pentile), (26 bytes). + Removing drv_lcdc.o(i.drv_lcdc_enable), (42 bytes). + Removing drv_lcdc.o(i.drv_lcdc_set_prefetch), (24 bytes). + Removing drv_lcdc.o(i.drv_lcdc_update_shadow_reg), (12 bytes). + Removing drv_memc.o(.rev16_text), (4 bytes). + Removing drv_memc.o(.revsh_text), (4 bytes). + Removing drv_memc.o(i.drv_memc_set_db_frm_time), (14 bytes). + Removing drv_memc.o(i.drv_memc_set_db_int_frame), (28 bytes). + Removing drv_memc.o(i.drv_memc_set_fb_remaining_line_trigger), (12 bytes). + Removing drv_memc.o(i.drv_memc_set_read_trigger_line), (16 bytes). + Removing drv_memc.o(i.drv_memc_set_te_ind), (16 bytes). + Removing drv_memc.o(i.drv_memc_set_tear_hwclr), (16 bytes). + Removing drv_memc.o(i.drv_memc_set_vidc_fb_arb), (14 bytes). + Removing drv_memc.o(i.drv_memc_set_write_trigger_line), (16 bytes). + Removing drv_rxbr.o(.rev16_text), (4 bytes). + Removing drv_rxbr.o(.revsh_text), (4 bytes). + Removing drv_rxbr.o(i.drv_rxbr_dsc_flush), (16 bytes). + Removing drv_rxbr.o(i.drv_rxbr_get_cur_hline_rcv_cnt), (8 bytes). + Removing drv_rxbr.o(i.drv_rxbr_get_ipi_vsync_interval), (8 bytes). + Removing drv_rxbr.o(i.drv_rxbr_get_pix_fmt), (8 bytes). + Removing drv_rxbr.o(i.drv_rxbr_set_col_addr), (4 bytes). + Removing drv_rxbr.o(i.drv_rxbr_set_compress), (24 bytes). + Removing drv_rxbr.o(i.drv_rxbr_set_page_addr), (4 bytes). + Removing drv_rxbr.o(i.drv_rxbr_soft_reset), (98 bytes). + Removing drv_vidc.o(.rev16_text), (4 bytes). + Removing drv_vidc.o(.revsh_text), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_clear_status0), (14 bytes). + Removing drv_vidc.o(i.drv_vidc_debug_cap_pixel), (24 bytes). + Removing drv_vidc.o(i.drv_vidc_debug_signal_frame), (30 bytes). + Removing drv_vidc.o(i.drv_vidc_get_int_source), (38 bytes). + Removing drv_vidc.o(i.drv_vidc_get_status0), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_get_status1), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_get_status2), (6 bytes). + Removing drv_vidc.o(i.drv_vidc_set_dsc_thresh), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_set_frmst_latency), (12 bytes). + Removing drv_vidc.o(i.drv_vidc_set_inff_thresh), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_set_irq_line), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_set_module_enable), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_set_outff_thresh), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_update_src_format), (14 bytes). + Removing irq_redirect .o(.rev16_text), (4 bytes). + Removing irq_redirect .o(.revsh_text), (4 bytes). + Removing drv_phy_common.o(.rev16_text), (4 bytes). + Removing drv_phy_common.o(.revsh_text), (4 bytes). + Removing drv_phy_common.o(i.drv_phy_test_read), (8 bytes). + Removing drv_chip_info.o(.rev16_text), (4 bytes). + Removing drv_chip_info.o(.revsh_text), (4 bytes). + Removing drv_dsc_dec.o(.rev16_text), (4 bytes). + Removing drv_dsc_dec.o(.revsh_text), (4 bytes). + Removing drv_dsc_dec.o(i.drv_dsc_dec_set_u32_pps), (120 bytes). + Removing hal_spi_slave.o(.rev16_text), (4 bytes). + Removing hal_spi_slave.o(.revsh_text), (4 bytes). + Removing hal_spi_slave.o(i.hal_spi_s_set_high_impedance), (100 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_auto_transfer_abort), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start), (56 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_busy), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_deinit), (10 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_disable), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_enable), (96 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_flush_fifo), (20 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_get_rxfifo_notempty), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_gpio_init), (8 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_init), (76 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_read_data), (10 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_register_callback), (12 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_reset_tx), (68 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_set_auto_rx_buffer), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_set_auto_tx_buffer), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_write_data), (14 bytes). + Removing drv_fls_dma.o(.rev16_text), (4 bytes). + Removing drv_fls_dma.o(.revsh_text), (4 bytes). + Removing drv_fls_dma.o(i.fls_abort_dma), (42 bytes). + Removing drv_fls_dma.o(i.fls_dma_disable), (10 bytes). + Removing drv_fls_dma.o(i.fls_dma_enable), (10 bytes). + Removing drv_fls_dma.o(i.fls_dma_read_prepare), (86 bytes). + Removing drv_fls_dma.o(i.fls_dma_write_prepare), (82 bytes). + Removing drv_fls_dma.o(i.fls_read_dmacallback), (32 bytes). + Removing drv_fls_dma.o(i.fls_transfer_create_handle_dma), (208 bytes). + Removing drv_fls_dma.o(i.fls_transfer_dma), (112 bytes). + Removing drv_fls_dma.o(i.fls_transfer_get_receive_count_dma), (44 bytes). + Removing drv_fls_dma.o(i.fls_write_dmacallback), (32 bytes). + Removing drv_fls_dma.o(.data), (8 bytes). + Removing drv_pwm.o(.rev16_text), (4 bytes). + Removing drv_pwm.o(.revsh_text), (4 bytes). + Removing drv_pwm.o(i.drv_pwm_in_clear_pwm_int_all), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_enable), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_counter_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_current_count), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_high_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_low_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_register_callback), (24 bytes). + Removing drv_pwm.o(i.drv_pwm_in_set_pwm_int), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_in_set_sys_int), (52 bytes). + Removing drv_pwm.o(i.drv_pwm_out_enable), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_out_get_sync_flag), (16 bytes). + Removing drv_pwm.o(i.drv_pwm_out_pause), (28 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_control), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_sync_mode), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_threshold), (12 bytes). + Removing drv_spi_slave.o(.rev16_text), (4 bytes). + Removing drv_spi_slave.o(.revsh_text), (4 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_deinit), (40 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_disable_int), (68 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_enable_int), (72 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_enable_rx_dma), (32 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_enable_tx_dma), (28 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_get_dma_address), (8 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_gpio_init), (24 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_read_data), (32 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_switch_sclk), (28 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_write_data), (44 bytes). + Removing drv_spi_slave.o(i.drv_spi_slave_init), (76 bytes). + Removing drv_uart.o(.rev16_text), (4 bytes). + Removing drv_uart.o(.revsh_text), (4 bytes). + Removing drv_uart.o(i.UART_AbortReceive), (30 bytes). + Removing drv_uart.o(i.UART_AbortSend), (30 bytes). + Removing drv_uart.o(i.UART_Deinit), (28 bytes). + Removing drv_uart.o(i.UART_Disable_IT), (68 bytes). + Removing drv_uart.o(i.UART_EnableDma), (32 bytes). + Removing drv_uart.o(i.UART_Enable_IT), (44 bytes). + Removing drv_uart.o(i.UART_GetDefaultConfig), (72 bytes). + Removing drv_uart.o(i.UART_GetFIFO_Ctrl), (20 bytes). + Removing drv_uart.o(i.UART_GetReceiveCount), (22 bytes). + Removing drv_uart.o(i.UART_GetReceiveStatus), (20 bytes). + Removing drv_uart.o(i.UART_GetRxRingBufferLength), (28 bytes). + Removing drv_uart.o(i.UART_GetSendCount), (22 bytes). + Removing drv_uart.o(i.UART_GetSendStatus), (20 bytes). + Removing drv_uart.o(i.UART_ReadBlocking), (32 bytes). + Removing drv_uart.o(i.UART_ReceiveNonBlocking), (50 bytes). + Removing drv_uart.o(i.UART_ResetTxFIFO), (36 bytes). + Removing drv_uart.o(i.UART_SendNonBlocking), (38 bytes). + Removing drv_uart.o(i.UART_TransferCreateHandle), (96 bytes). + Removing drv_uart.o(i.UART_TransferStartRingBuffer), (30 bytes). + Removing drv_uart.o(.constdata), (1 bytes). + Removing drv_uart_dma.o(.rev16_text), (4 bytes). + Removing drv_uart_dma.o(.revsh_text), (4 bytes). + Removing drv_uart_dma.o(i.UART_DMAInit), (76 bytes). + Removing drv_uart_dma.o(i.UART_TransferAbortReceiveDMA), (16 bytes). + Removing drv_uart_dma.o(i.UART_TransferAbortSendDMA), (16 bytes). + Removing drv_uart_dma.o(i.UART_TransferCreateHandleDMA), (176 bytes). + Removing drv_uart_dma.o(i.UART_TransferGetReceiveCountDMA), (44 bytes). + Removing drv_uart_dma.o(i.UART_TransferReceiveDMA), (68 bytes). + Removing drv_uart_dma.o(i.UART_TransferReceiveDMACallback), (34 bytes). + Removing drv_uart_dma.o(i.UART_TransferSendDMA), (68 bytes). + Removing drv_uart_dma.o(i.UART_TransferSendDMACallback), (34 bytes). + Removing drv_uart_dma.o(.data), (8 bytes). + Removing drv_wdg.o(.rev16_text), (4 bytes). + Removing drv_wdg.o(.revsh_text), (4 bytes). + Removing drv_wdg.o(i.drv_wdg_enable), (32 bytes). + Removing drv_wdg.o(i.drv_wdg_load_match), (12 bytes). + Removing drv_wdg.o(i.drv_wdg_register_callback), (12 bytes). + Removing drv_wdg.o(i.drv_wdg_sel_mode), (28 bytes). + Removing drv_wdg.o(i.drv_wdg_set_repeat), (12 bytes). + Removing drv_efuse.o(.rev16_text), (4 bytes). + Removing drv_efuse.o(.revsh_text), (4 bytes). + Removing drv_efuse.o(i.drv_efuse_crc_cal), (128 bytes). + Removing drv_efuse.o(i.drv_efuse_get_default_config), (26 bytes). + Removing drv_efuse.o(i.drv_efuse_int_disable), (12 bytes). + Removing drv_efuse.o(i.drv_efuse_write), (46 bytes). + Removing drv_efuse.o(i.drv_efuse_write_req), (22 bytes). + Removing dflti.o(.text), (40 bytes). + +565 unused section(s) (total 23412 bytes) removed from the image. + +============================================================================== + +Image Symbol Table + + Local Symbols + + Symbol Name Value Ov Type Size Object(Section) + + ../clib/../cmprslib/zerorunl2.c 0x00000000 Number 0 __dczerorl2.o ABSOLUTE + ../clib/microlib/division.c 0x00000000 Number 0 uldiv.o ABSOLUTE + ../clib/microlib/division.c 0x00000000 Number 0 idiv.o ABSOLUTE + ../clib/microlib/division.c 0x00000000 Number 0 uidiv.o ABSOLUTE + ../clib/microlib/errno.c 0x00000000 Number 0 errno.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry2.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry10b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry10a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry7b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry7a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry5.o ABSOLUTE + ../clib/microlib/longlong.c 0x00000000 Number 0 llushr.o ABSOLUTE + ../clib/microlib/longlong.c 0x00000000 Number 0 llsshr.o ABSOLUTE + ../clib/microlib/longlong.c 0x00000000 Number 0 llshl.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf0.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf4.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf1.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf3.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printfa.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf8.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf7.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printfb.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf6.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf2.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf5.o ABSOLUTE + ../clib/microlib/printf/stubs.s 0x00000000 Number 0 stubs.o ABSOLUTE + ../clib/microlib/stdio/streams.c 0x00000000 Number 0 stdout.o ABSOLUTE + ../clib/microlib/string/memcpy.c 0x00000000 Number 0 memcpya.o ABSOLUTE + ../clib/microlib/string/memcpy.c 0x00000000 Number 0 memcpyb.o ABSOLUTE + ../clib/microlib/string/memset.c 0x00000000 Number 0 memseta.o ABSOLUTE + ../clib/microlib/stubs.s 0x00000000 Number 0 iusefp.o ABSOLUTE + ../fplib/microlib/f2d.c 0x00000000 Number 0 f2d.o ABSOLUTE + ../fplib/microlib/fpadd.c 0x00000000 Number 0 fadd.o ABSOLUTE + ../fplib/microlib/fpadd.c 0x00000000 Number 0 dadd.o ABSOLUTE + ../fplib/microlib/fpdiv.c 0x00000000 Number 0 fdiv.o ABSOLUTE + ../fplib/microlib/fpdiv.c 0x00000000 Number 0 ddiv.o ABSOLUTE + ../fplib/microlib/fpepilogue.c 0x00000000 Number 0 fepilogue.o ABSOLUTE + ../fplib/microlib/fpepilogue.c 0x00000000 Number 0 depilogue.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixul.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixui.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixi.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 ffixui.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 ffixi.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 dfltui.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 ffltui.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 fflti.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 dflti.o ABSOLUTE + ../fplib/microlib/fpmul.c 0x00000000 Number 0 dmul.o ABSOLUTE + ../fplib/microlib/fpmul.c 0x00000000 Number 0 fmul.o ABSOLUTE + ../fplib/microlib/fpscalb.c 0x00000000 Number 0 fscalb.o ABSOLUTE + ../fplib/microlib/fpsqrt.c 0x00000000 Number 0 dsqrt.o ABSOLUTE + ../mathlib/ceil.c 0x00000000 Number 0 ceil.o ABSOLUTE + ../mathlib/sqrt.c 0x00000000 Number 0 sqrt_x.o ABSOLUTE + ../mathlib/sqrt.c 0x00000000 Number 0 sqrt.o ABSOLUTE + ..\..\..\src\common\tau_delay.c 0x00000000 Number 0 tau_delay.o ABSOLUTE + ..\..\..\src\common\tau_log.c 0x00000000 Number 0 tau_log.o ABSOLUTE + ..\..\..\src\driver\robin\src\drv_chip_info.c 0x00000000 Number 0 drv_chip_info.o ABSOLUTE + ..\..\..\src\driver\robin\src\drv_dsc_dec.c 0x00000000 Number 0 drv_dsc_dec.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_dsi_rx.c 0x00000000 Number 0 drv_dsi_rx.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_dsi_tx.c 0x00000000 Number 0 drv_dsi_tx.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_efuse.c 0x00000000 Number 0 drv_efuse.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_lcdc.c 0x00000000 Number 0 drv_lcdc.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_memc.c 0x00000000 Number 0 drv_memc.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_phy_common.c 0x00000000 Number 0 drv_phy_common.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_rxbr.c 0x00000000 Number 0 drv_rxbr.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_vidc.c 0x00000000 Number 0 drv_vidc.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\irq_redirect .c 0x00000000 Number 0 irq_redirect .o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\internal\dcs_packet_fifo.c 0x00000000 Number 0 dcs_packet_fifo.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\internal\hal_internal_vsync.c 0x00000000 Number 0 hal_internal_vsync.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_common.c 0x00000000 Number 0 drv_common.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_crgu.c 0x00000000 Number 0 drv_crgu.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_dma.c 0x00000000 Number 0 drv_dma.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_fls.c 0x00000000 Number 0 drv_fls.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_fls_dma.c 0x00000000 Number 0 drv_fls_dma.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_gpio.c 0x00000000 Number 0 drv_gpio.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_i2c_dma.c 0x00000000 Number 0 drv_i2c_dma.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_i2c_master.c 0x00000000 Number 0 drv_i2c_master.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_i2c_slave.c 0x00000000 Number 0 drv_i2c_slave.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_param_init.c 0x00000000 Number 0 drv_param_init.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_pwm.c 0x00000000 Number 0 drv_pwm.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_pwr.c 0x00000000 Number 0 drv_pwr.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_spi_dma.c 0x00000000 Number 0 drv_spi_dma.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_spi_master.c 0x00000000 Number 0 drv_spi_master.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_spi_slave.c 0x00000000 Number 0 drv_spi_slave.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_swire.c 0x00000000 Number 0 drv_swire.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_sys_cfg.c 0x00000000 Number 0 drv_sys_cfg.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_timer.c 0x00000000 Number 0 drv_timer.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_uart.c 0x00000000 Number 0 drv_uart.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_uart_dma.c 0x00000000 Number 0 drv_uart_dma.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_wdg.c 0x00000000 Number 0 drv_wdg.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_dsi_rx_ctrl.c 0x00000000 Number 0 hal_dsi_rx_ctrl.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_dsi_tx_ctrl.c 0x00000000 Number 0 hal_dsi_tx_ctrl.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_gpio.c 0x00000000 Number 0 hal_gpio.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_i2c_master.c 0x00000000 Number 0 hal_i2c_master.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_i2c_slave.c 0x00000000 Number 0 hal_i2c_slave.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_spi_master.c 0x00000000 Number 0 hal_spi_master.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_spi_slave.c 0x00000000 Number 0 hal_spi_slave.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_swire.c 0x00000000 Number 0 hal_swire.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_system.c 0x00000000 Number 0 hal_system.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_timer.c 0x00000000 Number 0 hal_timer.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_uart.c 0x00000000 Number 0 hal_uart.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\internal\norflash.c 0x00000000 Number 0 norflash.o ABSOLUTE + ..\\..\\..\\src\\common\\tau_delay.c 0x00000000 Number 0 tau_delay.o ABSOLUTE + ..\\..\\..\\src\\common\\tau_log.c 0x00000000 Number 0 tau_log.o ABSOLUTE + ..\\..\\..\\src\\driver\\robin\\src\\drv_chip_info.c 0x00000000 Number 0 drv_chip_info.o ABSOLUTE + ..\\..\\..\\src\\driver\\robin\\src\\drv_dsc_dec.c 0x00000000 Number 0 drv_dsc_dec.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_dsi_rx.c 0x00000000 Number 0 drv_dsi_rx.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_dsi_tx.c 0x00000000 Number 0 drv_dsi_tx.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_efuse.c 0x00000000 Number 0 drv_efuse.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_lcdc.c 0x00000000 Number 0 drv_lcdc.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_memc.c 0x00000000 Number 0 drv_memc.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_phy_common.c 0x00000000 Number 0 drv_phy_common.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_rxbr.c 0x00000000 Number 0 drv_rxbr.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_vidc.c 0x00000000 Number 0 drv_vidc.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\irq_redirect .c 0x00000000 Number 0 irq_redirect .o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\internal\\hal_internal_vsync.c 0x00000000 Number 0 hal_internal_vsync.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_common.c 0x00000000 Number 0 drv_common.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_crgu.c 0x00000000 Number 0 drv_crgu.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_dma.c 0x00000000 Number 0 drv_dma.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_fls.c 0x00000000 Number 0 drv_fls.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_fls_dma.c 0x00000000 Number 0 drv_fls_dma.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_gpio.c 0x00000000 Number 0 drv_gpio.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_i2c_dma.c 0x00000000 Number 0 drv_i2c_dma.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_i2c_master.c 0x00000000 Number 0 drv_i2c_master.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_i2c_slave.c 0x00000000 Number 0 drv_i2c_slave.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_param_init.c 0x00000000 Number 0 drv_param_init.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_pwm.c 0x00000000 Number 0 drv_pwm.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_pwr.c 0x00000000 Number 0 drv_pwr.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_spi_dma.c 0x00000000 Number 0 drv_spi_dma.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_spi_master.c 0x00000000 Number 0 drv_spi_master.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_spi_slave.c 0x00000000 Number 0 drv_spi_slave.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_swire.c 0x00000000 Number 0 drv_swire.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_sys_cfg.c 0x00000000 Number 0 drv_sys_cfg.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_timer.c 0x00000000 Number 0 drv_timer.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_uart.c 0x00000000 Number 0 drv_uart.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_uart_dma.c 0x00000000 Number 0 drv_uart_dma.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_wdg.c 0x00000000 Number 0 drv_wdg.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_dsi_rx_ctrl.c 0x00000000 Number 0 hal_dsi_rx_ctrl.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_dsi_tx_ctrl.c 0x00000000 Number 0 hal_dsi_tx_ctrl.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_gpio.c 0x00000000 Number 0 hal_gpio.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_i2c_master.c 0x00000000 Number 0 hal_i2c_master.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_i2c_slave.c 0x00000000 Number 0 hal_i2c_slave.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_spi_master.c 0x00000000 Number 0 hal_spi_master.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_spi_slave.c 0x00000000 Number 0 hal_spi_slave.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_swire.c 0x00000000 Number 0 hal_swire.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_system.c 0x00000000 Number 0 hal_system.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_timer.c 0x00000000 Number 0 hal_timer.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_uart.c 0x00000000 Number 0 hal_uart.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\internal\\norflash.c 0x00000000 Number 0 norflash.o ABSOLUTE + ..\\src\\app\\demo\\ap_demo.c 0x00000000 Number 0 ap_demo.o ABSOLUTE + ..\\src\\app\\demo\\app_tp_for_custom_s8.c 0x00000000 Number 0 app_tp_for_custom_s8.o ABSOLUTE + ..\\src\\app\\demo\\app_tp_transfer.c 0x00000000 Number 0 app_tp_transfer.o ABSOLUTE + ..\\src\\app\\main.c 0x00000000 Number 0 main.o ABSOLUTE + ..\\src\\board\\board.c 0x00000000 Number 0 board.o ABSOLUTE + ..\src\app\demo\ap_demo.c 0x00000000 Number 0 ap_demo.o ABSOLUTE + ..\src\app\demo\app_tp_for_custom_s8.c 0x00000000 Number 0 app_tp_for_custom_s8.o ABSOLUTE + ..\src\app\demo\app_tp_transfer.c 0x00000000 Number 0 app_tp_transfer.o ABSOLUTE + ..\src\app\main.c 0x00000000 Number 0 main.o ABSOLUTE + ..\src\board\board.c 0x00000000 Number 0 board.o ABSOLUTE + ..\src\board\startup\startup_ARMCM0.s 0x00000000 Number 0 startup_armcm0.o ABSOLUTE + cdcmple.s 0x00000000 Number 0 cdcmple.o ABSOLUTE + cdrcmple.s 0x00000000 Number 0 cdrcmple.o ABSOLUTE + cfrcmple.s 0x00000000 Number 0 cfrcmple.o ABSOLUTE + dc.s 0x00000000 Number 0 dc.o ABSOLUTE + handlers.s 0x00000000 Number 0 handlers.o ABSOLUTE + init.s 0x00000000 Number 0 init.o ABSOLUTE + RESET 0x00010000 Section 192 startup_armcm0.o(RESET) + .ARM.Collect$$$$00000000 0x000100c0 Section 0 entry.o(.ARM.Collect$$$$00000000) + .ARM.Collect$$$$00000001 0x000100c0 Section 4 entry2.o(.ARM.Collect$$$$00000001) + .ARM.Collect$$$$00000004 0x000100c4 Section 4 entry5.o(.ARM.Collect$$$$00000004) + .ARM.Collect$$$$00000008 0x000100c8 Section 0 entry7b.o(.ARM.Collect$$$$00000008) + .ARM.Collect$$$$0000000A 0x000100c8 Section 0 entry8b.o(.ARM.Collect$$$$0000000A) + .ARM.Collect$$$$0000000B 0x000100c8 Section 8 entry9a.o(.ARM.Collect$$$$0000000B) + .ARM.Collect$$$$0000000D 0x000100d0 Section 0 entry10a.o(.ARM.Collect$$$$0000000D) + .ARM.Collect$$$$0000000F 0x000100d0 Section 0 entry11a.o(.ARM.Collect$$$$0000000F) + .ARM.Collect$$$$00002712 0x000100d0 Section 4 entry2.o(.ARM.Collect$$$$00002712) + __lit__00000000 0x000100d0 Data 4 entry2.o(.ARM.Collect$$$$00002712) + .text 0x000100d4 Section 120 startup_armcm0.o(.text) + .text 0x0001014c Section 0 uidiv.o(.text) + .text 0x00010178 Section 0 idiv.o(.text) + .text 0x000101a0 Section 0 memcpya.o(.text) + .text 0x000101c4 Section 0 memseta.o(.text) + .text 0x000101e8 Section 0 fadd.o(.text) + .text 0x0001029a Section 0 fmul.o(.text) + .text 0x00010314 Section 0 fdiv.o(.text) + .text 0x00010390 Section 0 fscalb.o(.text) + .text 0x000103a8 Section 0 dadd.o(.text) + .text 0x0001050c Section 0 dmul.o(.text) + .text 0x000105dc Section 0 ddiv.o(.text) + .text 0x000106cc Section 0 fflti.o(.text) + .text 0x000106e2 Section 0 ffltui.o(.text) + .text 0x000106f0 Section 0 dfltui.o(.text) + .text 0x0001070c Section 0 ffixi.o(.text) + .text 0x0001073e Section 0 ffixui.o(.text) + .text 0x00010768 Section 0 dfixi.o(.text) + .text 0x000107b0 Section 0 dfixui.o(.text) + .text 0x000107ec Section 0 f2d.o(.text) + .text 0x00010814 Section 40 cdcmple.o(.text) + .text 0x0001083c Section 20 cfrcmple.o(.text) + .text 0x00010850 Section 0 uldiv.o(.text) + .text 0x000108b0 Section 0 llshl.o(.text) + .text 0x000108d0 Section 0 llushr.o(.text) + .text 0x000108f2 Section 0 llsshr.o(.text) + .text 0x00010918 Section 0 fepilogue.o(.text) + .text 0x00010918 Section 0 iusefp.o(.text) + .text 0x0001099a Section 0 depilogue.o(.text) + .text 0x00010a58 Section 0 dsqrt.o(.text) + .text 0x00010afc Section 0 dfixul.o(.text) + .text 0x00010b3c Section 40 cdrcmple.o(.text) + .text 0x00010b64 Section 36 init.o(.text) + .text 0x00010b88 Section 0 __dczerorl2.o(.text) + i.ADC_IRQn_Handler 0x00010be0 Section 0 irq_redirect .o(i.ADC_IRQn_Handler) + i.AP_NRESET_IRQn_Handler 0x00010bf8 Section 0 irq_redirect .o(i.AP_NRESET_IRQn_Handler) + i.DMA_IRQn_Handler 0x00010c10 Section 0 irq_redirect .o(i.DMA_IRQn_Handler) + i.EXTI_INT0_IRQn_Handler 0x00010c24 Section 0 irq_redirect .o(i.EXTI_INT0_IRQn_Handler) + i.EXTI_INT1_IRQn_Handler 0x00010c40 Section 0 irq_redirect .o(i.EXTI_INT1_IRQn_Handler) + i.EXTI_INT2_IRQn_Handler 0x00010c5c Section 0 irq_redirect .o(i.EXTI_INT2_IRQn_Handler) + i.EXTI_INT3_IRQn_Handler 0x00010c78 Section 0 irq_redirect .o(i.EXTI_INT3_IRQn_Handler) + i.EXTI_INT4_IRQn_Handler 0x00010c94 Section 0 irq_redirect .o(i.EXTI_INT4_IRQn_Handler) + i.EXTI_INT5_IRQn_Handler 0x00010cb0 Section 0 irq_redirect .o(i.EXTI_INT5_IRQn_Handler) + i.EXTI_INT6_IRQn_Handler 0x00010ccc Section 0 irq_redirect .o(i.EXTI_INT6_IRQn_Handler) + i.EXTI_INT7_IRQn_Handler 0x00010ce8 Section 0 irq_redirect .o(i.EXTI_INT7_IRQn_Handler) + i.FLSCTRL_IRQn_Handler 0x00010d04 Section 0 irq_redirect .o(i.FLSCTRL_IRQn_Handler) + i.Gpio_swire_output 0x00010d18 Section 0 ap_demo.o(i.Gpio_swire_output) + i.HardFault_Handler 0x00010d8c Section 0 irq_redirect .o(i.HardFault_Handler) + i.I2C0_IRQn_Handler 0x00010da0 Section 0 irq_redirect .o(i.I2C0_IRQn_Handler) + i.I2C1_IRQn_Handler 0x00010db8 Section 0 irq_redirect .o(i.I2C1_IRQn_Handler) + i.LCDC_IRQn_Handler 0x00010dd0 Section 0 irq_redirect .o(i.LCDC_IRQn_Handler) + i.LOG_printf 0x00010de8 Section 0 tau_log.o(i.LOG_printf) + i.MEMC_IRQn_Handler 0x00010e10 Section 0 irq_redirect .o(i.MEMC_IRQn_Handler) + i.MIPI_RX_IRQn_Handler 0x00010e28 Section 0 irq_redirect .o(i.MIPI_RX_IRQn_Handler) + i.MIPI_TX_IRQn_Handler 0x00010e40 Section 0 irq_redirect .o(i.MIPI_TX_IRQn_Handler) + i.PWMDET_IRQn_Handler 0x00010e58 Section 0 irq_redirect .o(i.PWMDET_IRQn_Handler) + i.S20_Start_init 0x00010e74 Section 0 app_tp_transfer.o(i.S20_Start_init) + i.SPIM_IRQn_Handler 0x00010f98 Section 0 irq_redirect .o(i.SPIM_IRQn_Handler) + i.SPIS_IRQn_Handler 0x00010fb4 Section 0 irq_redirect .o(i.SPIS_IRQn_Handler) + i.SWIRE_IRQn_Handler 0x00010fd0 Section 0 irq_redirect .o(i.SWIRE_IRQn_Handler) + i.UART_DisableDma 0x00010fec Section 0 drv_uart.o(i.UART_DisableDma) + i.UART_GetInstance 0x00010fee Section 0 drv_uart.o(i.UART_GetInstance) + i.__scatterload_copy 0x00010ff2 Section 14 handlers.o(i.__scatterload_copy) + .ARM.__at_0x11000 0x00011000 Section 20 drv_common.o(.ARM.__at_0x11000) + i.SysTick_Handler 0x00011014 Section 0 irq_redirect .o(i.SysTick_Handler) + i.TIMER0_IRQn_Handler 0x0001102c Section 0 irq_redirect .o(i.TIMER0_IRQn_Handler) + i.TIMER1_IRQn_Handler 0x00011044 Section 0 irq_redirect .o(i.TIMER1_IRQn_Handler) + i.TIMER2_IRQn_Handler 0x0001105c Section 0 irq_redirect .o(i.TIMER2_IRQn_Handler) + i.TIMER3_IRQn_Handler 0x00011074 Section 0 irq_redirect .o(i.TIMER3_IRQn_Handler) + i.UART0_IRQ_Handle 0x0001108c Section 0 drv_uart.o(i.UART0_IRQ_Handle) + i.UART_IRQn_Handler 0x000110a8 Section 0 irq_redirect .o(i.UART_IRQn_Handler) + i.UART_ResetRxFIFO 0x000110c0 Section 0 drv_uart.o(i.UART_ResetRxFIFO) + i.UART_SetBaudRate 0x000110e4 Section 0 drv_uart.o(i.UART_SetBaudRate) + i.UART_SwitchSCLK 0x0001112c Section 0 drv_uart.o(i.UART_SwitchSCLK) + i.UART_TransferHandleIRQ 0x00011146 Section 0 drv_uart.o(i.UART_TransferHandleIRQ) + i.UART_WriteBlocking 0x0001127a Section 0 drv_uart.o(i.UART_WriteBlocking) + i.UART_init 0x00011294 Section 0 drv_uart.o(i.UART_init) + i.VIDC_IRQn_Handler 0x00011350 Section 0 irq_redirect .o(i.VIDC_IRQn_Handler) + i.VPRE_IRQn_Handler 0x00011368 Section 0 irq_redirect .o(i.VPRE_IRQn_Handler) + i.WDG_IRQn_Handler 0x00011380 Section 0 irq_redirect .o(i.WDG_IRQn_Handler) + i.__0printf 0x00011398 Section 0 printfa.o(i.__0printf) + i.__0vsprintf 0x000113b8 Section 0 printfa.o(i.__0vsprintf) + i.__ARM_clz 0x000113dc Section 0 depilogue.o(i.__ARM_clz) + i.__ARM_common_switch8 0x0001140a Section 0 ap_demo.o(i.__ARM_common_switch8) + i.__NVIC_ClearPendingIRQ 0x00011424 Section 0 drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) + __NVIC_ClearPendingIRQ 0x00011425 Thumb Code 18 drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) + i.__NVIC_ClearPendingIRQ 0x0001143c Section 0 drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) + __NVIC_ClearPendingIRQ 0x0001143d Thumb Code 18 drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) + i.__NVIC_ClearPendingIRQ 0x00011454 Section 0 drv_spi_master.o(i.__NVIC_ClearPendingIRQ) + __NVIC_ClearPendingIRQ 0x00011455 Thumb Code 18 drv_spi_master.o(i.__NVIC_ClearPendingIRQ) + i.__NVIC_DisableIRQ 0x0001146c Section 0 drv_rxbr.o(i.__NVIC_DisableIRQ) + __NVIC_DisableIRQ 0x0001146d Thumb Code 26 drv_rxbr.o(i.__NVIC_DisableIRQ) + i.__NVIC_EnableIRQ 0x0001148c Section 0 drv_rxbr.o(i.__NVIC_EnableIRQ) + __NVIC_EnableIRQ 0x0001148d Thumb Code 18 drv_rxbr.o(i.__NVIC_EnableIRQ) + i.__NVIC_SetPriority 0x000114a4 Section 0 hal_spi_slave.o(i.__NVIC_SetPriority) + __NVIC_SetPriority 0x000114a5 Thumb Code 60 hal_spi_slave.o(i.__NVIC_SetPriority) + i.__scatterload_null 0x000114e8 Section 2 handlers.o(i.__scatterload_null) + i.__scatterload_zeroinit 0x000114ea Section 14 handlers.o(i.__scatterload_zeroinit) + i.__set_errno 0x000114f8 Section 0 errno.o(i.__set_errno) + i._fp_digits 0x00011504 Section 0 printfa.o(i._fp_digits) + _fp_digits 0x00011505 Thumb Code 344 printfa.o(i._fp_digits) + i._printf_core 0x00011678 Section 0 printfa.o(i._printf_core) + _printf_core 0x00011679 Thumb Code 1754 printfa.o(i._printf_core) + i._printf_post_padding 0x00011d64 Section 0 printfa.o(i._printf_post_padding) + _printf_post_padding 0x00011d65 Thumb Code 32 printfa.o(i._printf_post_padding) + i._printf_pre_padding 0x00011d84 Section 0 printfa.o(i._printf_pre_padding) + _printf_pre_padding 0x00011d85 Thumb Code 44 printfa.o(i._printf_pre_padding) + i._sputc 0x00011db0 Section 0 printfa.o(i._sputc) + _sputc 0x00011db1 Thumb Code 10 printfa.o(i._sputc) + i.ap_dcs_read 0x00011dbc Section 0 ap_demo.o(i.ap_dcs_read) + ap_dcs_read 0x00011dbd Thumb Code 5006 ap_demo.o(i.ap_dcs_read) + i.ap_demo 0x00013150 Section 0 ap_demo.o(i.ap_demo) + i.ap_get_reg_ca 0x000132c4 Section 0 ap_demo.o(i.ap_get_reg_ca) + ap_get_reg_ca 0x000132c5 Thumb Code 38 ap_demo.o(i.ap_get_reg_ca) + i.ap_get_reg_df 0x000132f0 Section 0 ap_demo.o(i.ap_get_reg_df) + ap_get_reg_df 0x000132f1 Thumb Code 172 ap_demo.o(i.ap_get_reg_df) + i.ap_reset_cb 0x000133a0 Section 0 ap_demo.o(i.ap_reset_cb) + ap_reset_cb 0x000133a1 Thumb Code 40 ap_demo.o(i.ap_reset_cb) + i.ap_set_backlight 0x000133fc Section 0 ap_demo.o(i.ap_set_backlight) + ap_set_backlight 0x000133fd Thumb Code 832 ap_demo.o(i.ap_set_backlight) + i.ap_set_display_off 0x0001375c Section 0 ap_demo.o(i.ap_set_display_off) + ap_set_display_off 0x0001375d Thumb Code 44 ap_demo.o(i.ap_set_display_off) + i.ap_set_display_on 0x000137b0 Section 0 ap_demo.o(i.ap_set_display_on) + ap_set_display_on 0x000137b1 Thumb Code 24 ap_demo.o(i.ap_set_display_on) + i.ap_set_enter_sleep_mode 0x000137f0 Section 0 ap_demo.o(i.ap_set_enter_sleep_mode) + ap_set_enter_sleep_mode 0x000137f1 Thumb Code 42 ap_demo.o(i.ap_set_enter_sleep_mode) + i.ap_set_exit_sleep_mode 0x00013850 Section 0 ap_demo.o(i.ap_set_exit_sleep_mode) + ap_set_exit_sleep_mode 0x00013851 Thumb Code 20 ap_demo.o(i.ap_set_exit_sleep_mode) + i.ap_set_tp_calibration_04 0x00013898 Section 0 ap_demo.o(i.ap_set_tp_calibration_04) + ap_set_tp_calibration_04 0x00013899 Thumb Code 22 ap_demo.o(i.ap_set_tp_calibration_04) + i.ap_tp_calibration 0x000138b4 Section 0 app_tp_transfer.o(i.ap_tp_calibration) + i.ap_tp_scan_point_init 0x00013964 Section 0 app_tp_transfer.o(i.ap_tp_scan_point_init) + i.ap_tp_scan_point_record_event 0x00013980 Section 0 app_tp_transfer.o(i.ap_tp_scan_point_record_event) + i.ap_tp_scan_point_record_event_exec 0x00013a1c Section 0 app_tp_transfer.o(i.ap_tp_scan_point_record_event_exec) + i.ap_tp_simulate_finger_release_event 0x00013a6c Section 0 app_tp_transfer.o(i.ap_tp_simulate_finger_release_event) + i.ap_tp_system_softReset 0x00013aa0 Section 0 app_tp_transfer.o(i.ap_tp_system_softReset) + i.app_ADC_IRQn_Handler 0x00013ae0 Section 0 drv_rxbr.o(i.app_ADC_IRQn_Handler) + i.app_AP_NRESET_IRQn_Handler 0x00013afc Section 0 drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) + i.app_EXTI_INT0_IRQn_Handler 0x00013b20 Section 0 drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) + i.app_EXTI_INT1_IRQn_Handler 0x00013b3c Section 0 drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) + i.app_EXTI_INT2_IRQn_Handler 0x00013b58 Section 0 drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) + i.app_EXTI_INT3_IRQn_Handler 0x00013b74 Section 0 drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) + i.app_EXTI_INT4_IRQn_Handler 0x00013b90 Section 0 drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) + i.app_EXTI_INT5_IRQn_Handler 0x00013bac Section 0 drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) + i.app_EXTI_INT6_IRQn_Handler 0x00013bc8 Section 0 drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) + i.app_EXTI_INT7_IRQn_Handler 0x00013be4 Section 0 drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) + i.app_HardFault_Handler 0x00013c00 Section 0 drv_common.o(i.app_HardFault_Handler) + i.app_I2C0_IRQn_Handler 0x00013c48 Section 0 drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) + i.app_I2C1_IRQn_Handler 0x00013c58 Section 0 drv_i2c_master.o(i.app_I2C1_IRQn_Handler) + i.app_LCDC_IRQn_Handler 0x00013c68 Section 0 hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) + i.app_MEMC_IRQn_Handler 0x00013d48 Section 0 drv_memc.o(i.app_MEMC_IRQn_Handler) + i.app_MIPI_RX_IRQn_Handler 0x00013dd0 Section 0 drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) + i.app_MIPI_TX_IRQn_Handler 0x00014068 Section 0 drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) + i.app_PWMDET_IRQn_Handler 0x00014108 Section 0 drv_pwm.o(i.app_PWMDET_IRQn_Handler) + i.app_SPIM_IRQn_Handler 0x00014150 Section 0 drv_spi_master.o(i.app_SPIM_IRQn_Handler) + i.app_SPIS_IRQn_Handler 0x00014180 Section 0 hal_spi_slave.o(i.app_SPIS_IRQn_Handler) + i.app_SWIRE_IRQn_Handler 0x00014380 Section 0 drv_swire.o(i.app_SWIRE_IRQn_Handler) + i.app_SysTick_Handler 0x000143a0 Section 0 drv_common.o(i.app_SysTick_Handler) + i.app_TIMER0_IRQn_Handler 0x000143b8 Section 0 drv_timer.o(i.app_TIMER0_IRQn_Handler) + i.app_TIMER1_IRQn_Handler 0x000143c2 Section 0 drv_timer.o(i.app_TIMER1_IRQn_Handler) + i.app_TIMER2_IRQn_Handler 0x000143cc Section 0 drv_timer.o(i.app_TIMER2_IRQn_Handler) + i.app_TIMER3_IRQn_Handler 0x000143d6 Section 0 drv_timer.o(i.app_TIMER3_IRQn_Handler) + i.app_UART_IRQn_Handler 0x000143e0 Section 0 drv_uart.o(i.app_UART_IRQn_Handler) + i.app_VIDC_IRQn_Handler 0x000143e8 Section 0 drv_vidc.o(i.app_VIDC_IRQn_Handler) + i.app_VPRE_IRQn_Handler 0x00014404 Section 0 drv_rxbr.o(i.app_VPRE_IRQn_Handler) + i.app_WDG_IRQn_Handler 0x00014420 Section 0 drv_wdg.o(i.app_WDG_IRQn_Handler) + i.app_dma_irq_handler 0x00014458 Section 0 drv_dma.o(i.app_dma_irq_handler) + i.app_fls_ctrl_Handler 0x00014468 Section 0 norflash.o(i.app_fls_ctrl_Handler) + i.app_tp_I2C_init 0x00014498 Section 0 app_tp_transfer.o(i.app_tp_I2C_init) + i.app_tp_calibration_exec 0x000144bc Section 0 ap_demo.o(i.app_tp_calibration_exec) + i.app_tp_i2cs_callback 0x00014518 Section 0 app_tp_transfer.o(i.app_tp_i2cs_callback) + app_tp_i2cs_callback 0x00014519 Thumb Code 10 app_tp_transfer.o(i.app_tp_i2cs_callback) + i.app_tp_init 0x00014524 Section 0 app_tp_transfer.o(i.app_tp_init) + i.app_tp_m_read 0x0001456c Section 0 app_tp_transfer.o(i.app_tp_m_read) + app_tp_m_read 0x0001456d Thumb Code 32 app_tp_transfer.o(i.app_tp_m_read) + i.app_tp_m_transfer_complate 0x0001458c Section 0 app_tp_transfer.o(i.app_tp_m_transfer_complate) + i.app_tp_m_write 0x00014594 Section 0 app_tp_transfer.o(i.app_tp_m_write) + app_tp_m_write 0x00014595 Thumb Code 8 app_tp_transfer.o(i.app_tp_m_write) + i.app_tp_phone_analysis_data 0x0001459c Section 0 app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) + i.app_tp_phone_clear_reset_on 0x000149ac Section 0 app_tp_transfer.o(i.app_tp_phone_clear_reset_on) + i.app_tp_s_read 0x000149b8 Section 0 app_tp_transfer.o(i.app_tp_s_read) + i.app_tp_s_write 0x000149c0 Section 0 app_tp_transfer.o(i.app_tp_s_write) + i.app_tp_screen_analysis_int 0x000149c8 Section 0 app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) + i.app_tp_screen_init 0x00014c98 Section 0 app_tp_transfer.o(i.app_tp_screen_init) + i.app_tp_screen_int_callback 0x00014cc8 Section 0 app_tp_transfer.o(i.app_tp_screen_int_callback) + app_tp_screen_int_callback 0x00014cc9 Thumb Code 8 app_tp_transfer.o(i.app_tp_screen_int_callback) + i.app_tp_screen_int_init 0x00014cd4 Section 0 app_tp_transfer.o(i.app_tp_screen_int_init) + app_tp_screen_int_init 0x00014cd5 Thumb Code 48 app_tp_transfer.o(i.app_tp_screen_int_init) + i.app_tp_screen_int_lvl_low 0x00014d0c Section 0 app_tp_transfer.o(i.app_tp_screen_int_lvl_low) + app_tp_screen_int_lvl_low 0x00014d0d Thumb Code 4 app_tp_transfer.o(i.app_tp_screen_int_lvl_low) + i.app_tp_transfer_phone 0x00014d10 Section 0 app_tp_transfer.o(i.app_tp_transfer_phone) + app_tp_transfer_phone 0x00014d11 Thumb Code 44 app_tp_transfer.o(i.app_tp_transfer_phone) + i.app_tp_transfer_screen_const 0x00014d40 Section 0 app_tp_transfer.o(i.app_tp_transfer_screen_const) + app_tp_transfer_screen_const 0x00014d41 Thumb Code 50 app_tp_transfer.o(i.app_tp_transfer_screen_const) + i.app_tp_transfer_screen_int 0x00014d80 Section 0 app_tp_transfer.o(i.app_tp_transfer_screen_int) + i.app_tp_transfer_screen_start 0x00014f60 Section 0 app_tp_transfer.o(i.app_tp_transfer_screen_start) + i.blue_change_ccm 0x00014f78 Section 0 ap_demo.o(i.blue_change_ccm) + i.board_Init 0x00014fb0 Section 0 board.o(i.board_Init) + i.calc_framebuffer_setting 0x00014fd4 Section 0 hal_internal_vsync.o(i.calc_framebuffer_setting) + calc_framebuffer_setting 0x00014fd5 Thumb Code 902 hal_internal_vsync.o(i.calc_framebuffer_setting) + i.ceil 0x000153a0 Section 0 ceil.o(i.ceil) + i.check_mipi_rx_tx_video_info 0x00015468 Section 0 hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) + check_mipi_rx_tx_video_info 0x00015469 Thumb Code 44 hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) + i.check_pkt_buf_rev 0x00015494 Section 0 hal_internal_vsync.o(i.check_pkt_buf_rev) + check_pkt_buf_rev 0x00015495 Thumb Code 90 hal_internal_vsync.o(i.check_pkt_buf_rev) + i.dcs_packet_fifo_alloc 0x00015528 Section 0 dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) + i.dcs_packet_fifo_init 0x00015580 Section 0 dcs_packet_fifo.o(i.dcs_packet_fifo_init) + i.dcs_packet_free_fifo_header 0x00015598 Section 0 dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) + i.dcs_packet_get_fifo_header 0x000155dc Section 0 dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) + i.dcs_sw_filter 0x00015600 Section 0 hal_internal_vsync.o(i.dcs_sw_filter) + dcs_sw_filter 0x00015601 Thumb Code 24 hal_internal_vsync.o(i.dcs_sw_filter) + i.delayMs 0x0001561c Section 0 tau_delay.o(i.delayMs) + i.delayUs 0x00015634 Section 0 tau_delay.o(i.delayUs) + i.disable_mipi_timer_cb 0x00015658 Section 0 ap_demo.o(i.disable_mipi_timer_cb) + disable_mipi_timer_cb 0x00015659 Thumb Code 88 ap_demo.o(i.disable_mipi_timer_cb) + i.drv_ap_rst_trig_edge_detect 0x000156ec Section 0 drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) + i.drv_chip_info_get_info 0x00015724 Section 0 drv_chip_info.o(i.drv_chip_info_get_info) + i.drv_chip_info_init 0x00015730 Section 0 drv_chip_info.o(i.drv_chip_info_init) + i.drv_chip_rx_info_check 0x00015770 Section 0 drv_chip_info.o(i.drv_chip_rx_info_check) + i.drv_chip_rx_init_done 0x00015838 Section 0 drv_chip_info.o(i.drv_chip_rx_init_done) + i.drv_common_enable_systick 0x0001584c Section 0 drv_common.o(i.drv_common_enable_systick) + i.drv_common_system_init 0x000158a4 Section 0 drv_common.o(i.drv_common_system_init) + i.drv_crgu_config_reset_modules 0x000158ac Section 0 drv_crgu.o(i.drv_crgu_config_reset_modules) + i.drv_crgu_set_ahb_pre_div 0x000158bc Section 0 drv_crgu.o(i.drv_crgu_set_ahb_pre_div) + i.drv_crgu_set_ahb_src 0x000158d0 Section 0 drv_crgu.o(i.drv_crgu_set_ahb_src) + i.drv_crgu_set_clock 0x000158e4 Section 0 drv_crgu.o(i.drv_crgu_set_clock) + i.drv_crgu_set_dpi_mux_src 0x00015904 Section 0 drv_crgu.o(i.drv_crgu_set_dpi_mux_src) + i.drv_crgu_set_dpi_pre_div 0x00015918 Section 0 drv_crgu.o(i.drv_crgu_set_dpi_pre_div) + i.drv_crgu_set_dpi_pre_src 0x00015930 Section 0 drv_crgu.o(i.drv_crgu_set_dpi_pre_src) + i.drv_crgu_set_dsc_core_div 0x00015944 Section 0 drv_crgu.o(i.drv_crgu_set_dsc_core_div) + i.drv_crgu_set_dsco_src 0x00015958 Section 0 drv_crgu.o(i.drv_crgu_set_dsco_src) + i.drv_crgu_set_dsco_src_div 0x0001596c Section 0 drv_crgu.o(i.drv_crgu_set_dsco_src_div) + i.drv_crgu_set_fb_div 0x00015980 Section 0 drv_crgu.o(i.drv_crgu_set_fb_div) + i.drv_crgu_set_fb_src 0x00015994 Section 0 drv_crgu.o(i.drv_crgu_set_fb_src) + i.drv_crgu_set_lcdc_div 0x000159a8 Section 0 drv_crgu.o(i.drv_crgu_set_lcdc_div) + i.drv_crgu_set_lcdc_src 0x000159bc Section 0 drv_crgu.o(i.drv_crgu_set_lcdc_src) + i.drv_crgu_set_mipi_cfg_src 0x000159d0 Section 0 drv_crgu.o(i.drv_crgu_set_mipi_cfg_src) + i.drv_crgu_set_mipi_ref_src 0x000159e4 Section 0 drv_crgu.o(i.drv_crgu_set_mipi_ref_src) + i.drv_crgu_set_reset 0x000159fc Section 0 drv_crgu.o(i.drv_crgu_set_reset) + i.drv_crgu_set_rxbr_div 0x00015a14 Section 0 drv_crgu.o(i.drv_crgu_set_rxbr_div) + i.drv_crgu_set_rxbr_src 0x00015a28 Section 0 drv_crgu.o(i.drv_crgu_set_rxbr_src) + i.drv_crgu_set_vidc_src 0x00015a3c Section 0 drv_crgu.o(i.drv_crgu_set_vidc_src) + i.drv_dma_clear_flag 0x00015a50 Section 0 drv_dma.o(i.drv_dma_clear_flag) + i.drv_dma_create_handle 0x00015a68 Section 0 drv_dma.o(i.drv_dma_create_handle) + i.drv_dma_disenable_channel 0x00015a84 Section 0 drv_dma.o(i.drv_dma_disenable_channel) + i.drv_dma_enable_channel 0x00015a94 Section 0 drv_dma.o(i.drv_dma_enable_channel) + i.drv_dma_enable_channel_interrupts 0x00015aa4 Section 0 drv_dma.o(i.drv_dma_enable_channel_interrupts) + i.drv_dma_get_channel_flag 0x00015ac8 Section 0 drv_dma.o(i.drv_dma_get_channel_flag) + i.drv_dma_irq_handler 0x00015ad4 Section 0 drv_dma.o(i.drv_dma_irq_handler) + i.drv_dma_prepar_transfer 0x00015b64 Section 0 drv_dma.o(i.drv_dma_prepar_transfer) + i.drv_dma_set_burst 0x00015b76 Section 0 drv_dma.o(i.drv_dma_set_burst) + i.drv_dma_set_callback 0x00015b90 Section 0 drv_dma.o(i.drv_dma_set_callback) + i.drv_dma_set_transfer 0x00015b98 Section 0 drv_dma.o(i.drv_dma_set_transfer) + i.drv_dsc_dec_convert_pps_rc_parameter 0x00015bdc Section 0 drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) + i.drv_dsc_dec_disable 0x00015c12 Section 0 drv_dsc_dec.o(i.drv_dsc_dec_disable) + i.drv_dsc_dec_enable 0x00015c20 Section 0 drv_dsc_dec.o(i.drv_dsc_dec_enable) + i.drv_dsc_dec_get_nslc 0x00015c94 Section 0 drv_dsc_dec.o(i.drv_dsc_dec_get_nslc) + i.drv_dsc_dec_set_u8_pps 0x00015c9e Section 0 drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) + i.drv_dsi_rx_calc_ipi_tx_delay 0x00015cc8 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) + i.drv_dsi_rx_enable_irq 0x00015dcc Section 0 drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) + i.drv_dsi_rx_get_color_bpp 0x00015e0c Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) + drv_dsi_rx_get_color_bpp 0x00015e0d Thumb Code 62 drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) + i.drv_dsi_rx_get_color_pcc 0x00015e5c Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_color_pcc) + drv_dsi_rx_get_color_pcc 0x00015e5d Thumb Code 24 drv_dsi_rx.o(i.drv_dsi_rx_get_color_pcc) + i.drv_dsi_rx_get_compression_en 0x00015e78 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) + i.drv_dsi_rx_get_max_ret_size 0x00015e80 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_max_ret_size) + i.drv_dsi_rx_power_up 0x00015e86 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_power_up) + i.drv_dsi_rx_set_ctrl_cfg 0x00015e94 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_ctrl_cfg) + i.drv_dsi_rx_set_ddi_cfg 0x00015eb4 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) + i.drv_dsi_rx_set_inten 0x00015ec4 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_inten) + i.drv_dsi_rx_set_ipi_cfg 0x00015ec8 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_cfg) + i.drv_dsi_rx_set_lane_swap 0x00015ed8 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) + i.drv_dsi_rx_set_resp_cnt 0x00015f1e Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_resp_cnt) + i.drv_dsi_rx_set_up_phy 0x00015f44 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) + i.drv_dsi_rx_shut_down 0x00016034 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_shut_down) + i.drv_dsi_tx_command_header 0x00016042 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_command_header) + i.drv_dsi_tx_command_mode_cfg 0x00016056 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) + i.drv_dsi_tx_command_put_payload 0x000160c2 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) + i.drv_dsi_tx_config_eotp 0x000160c6 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) + i.drv_dsi_tx_config_int 0x000160de Section 0 drv_dsi_tx.o(i.drv_dsi_tx_config_int) + i.drv_dsi_tx_dpi_lpcmd_time 0x000160e6 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_dpi_lpcmd_time) + i.drv_dsi_tx_dpi_mode 0x000160ee Section 0 drv_dsi_tx.o(i.drv_dsi_tx_dpi_mode) + i.drv_dsi_tx_dpi_polarity 0x000160f8 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_dpi_polarity) + i.drv_dsi_tx_edpi_cmd_size 0x0001611c Section 0 drv_dsi_tx.o(i.drv_dsi_tx_edpi_cmd_size) + i.drv_dsi_tx_get_cmd_status 0x00016120 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) + i.drv_dsi_tx_mode 0x00016124 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_mode) + i.drv_dsi_tx_phy_clock_lane_auto_lp 0x00016128 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_auto_lp) + i.drv_dsi_tx_phy_clock_lane_req_hs 0x00016140 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) + i.drv_dsi_tx_phy_lane_mode 0x0001615a Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_lane_mode) + i.drv_dsi_tx_phy_status_ready 0x00016166 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ready) + i.drv_dsi_tx_phy_status_stopstate 0x000161ca Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) + i.drv_dsi_tx_phy_test_setup 0x00016208 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) + i.drv_dsi_tx_phy_time_cfg 0x00016314 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_time_cfg) + i.drv_dsi_tx_powerup 0x00016332 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_powerup) + i.drv_dsi_tx_response_mode 0x0001633a Section 0 drv_dsi_tx.o(i.drv_dsi_tx_response_mode) + i.drv_dsi_tx_set_bta_ack 0x00016356 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_bta_ack) + i.drv_dsi_tx_set_esc_div 0x0001636e Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) + i.drv_dsi_tx_set_int 0x0001637c Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_int) + i.drv_dsi_tx_set_time_out_div 0x000163b0 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_time_out_div) + i.drv_dsi_tx_set_video_chunk 0x000163c0 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_video_chunk) + i.drv_dsi_tx_set_video_timing 0x000163c8 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_video_timing) + i.drv_dsi_tx_shutdown 0x000163ea Section 0 drv_dsi_tx.o(i.drv_dsi_tx_shutdown) + i.drv_dsi_tx_timeout_cfg 0x000163f2 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_timeout_cfg) + i.drv_dsi_tx_video_mode_cfg 0x00016418 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_cfg) + i.drv_dsi_tx_video_mode_disable_hact_cmd 0x000164c2 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_disable_hact_cmd) + i.drv_dsi_tx_video_mode_set_lp_cmd 0x000164d8 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) + i.drv_efuse_enter_inactive 0x000164f0 Section 0 drv_efuse.o(i.drv_efuse_enter_inactive) + i.drv_efuse_int_enable 0x00016510 Section 0 drv_efuse.o(i.drv_efuse_int_enable) + i.drv_efuse_read 0x0001651c Section 0 drv_efuse.o(i.drv_efuse_read) + i.drv_efuse_read_req 0x0001654e Section 0 drv_efuse.o(i.drv_efuse_read_req) + i.drv_gpio_get_input_data 0x00016568 Section 0 drv_gpio.o(i.drv_gpio_get_input_data) + i.drv_gpio_register_ap_reset_callback 0x00016580 Section 0 drv_gpio.o(i.drv_gpio_register_ap_reset_callback) + i.drv_gpio_register_callback 0x0001658c Section 0 drv_gpio.o(i.drv_gpio_register_callback) + i.drv_gpio_set_int 0x000165a0 Section 0 drv_gpio.o(i.drv_gpio_set_int) + i.drv_gpio_set_ioe 0x000165e4 Section 0 drv_gpio.o(i.drv_gpio_set_ioe) + i.drv_gpio_set_mode0 0x00016604 Section 0 drv_gpio.o(i.drv_gpio_set_mode0) + i.drv_gpio_set_mode1 0x00016614 Section 0 drv_gpio.o(i.drv_gpio_set_mode1) + i.drv_gpio_set_mode2 0x00016624 Section 0 drv_gpio.o(i.drv_gpio_set_mode2) + i.drv_gpio_set_mode3 0x00016634 Section 0 drv_gpio.o(i.drv_gpio_set_mode3) + i.drv_gpio_set_output_data 0x00016644 Section 0 hal_gpio.o(i.drv_gpio_set_output_data) + drv_gpio_set_output_data 0x00016645 Thumb Code 26 hal_gpio.o(i.drv_gpio_set_output_data) + i.drv_gpio_set_pull_state 0x00016664 Section 0 drv_gpio.o(i.drv_gpio_set_pull_state) + i.drv_i2c_dma_callback 0x00016794 Section 0 drv_i2c_dma.o(i.drv_i2c_dma_callback) + drv_i2c_dma_callback 0x00016795 Thumb Code 40 drv_i2c_dma.o(i.drv_i2c_dma_callback) + i.drv_i2c_dma_init 0x000167c8 Section 0 drv_i2c_dma.o(i.drv_i2c_dma_init) + i.drv_i2c_enable_rx_dma 0x00016874 Section 0 drv_i2c_dma.o(i.drv_i2c_enable_rx_dma) + i.drv_i2c_enable_tx_dma 0x0001688e Section 0 drv_i2c_dma.o(i.drv_i2c_enable_tx_dma) + i.drv_i2c_m_clear_it_pending_bit 0x000168a8 Section 0 drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) + i.drv_i2c_m_enable 0x00016908 Section 0 drv_i2c_master.o(i.drv_i2c_m_enable) + i.drv_i2c_m_enable_intr 0x00016918 Section 0 drv_i2c_master.o(i.drv_i2c_m_enable_intr) + i.drv_i2c_m_set_callback 0x00016950 Section 0 drv_i2c_master.o(i.drv_i2c_m_set_callback) + i.drv_i2c_master_init 0x0001695c Section 0 drv_i2c_master.o(i.drv_i2c_master_init) + i.drv_i2c_master_read_dma 0x000169e8 Section 0 drv_i2c_dma.o(i.drv_i2c_master_read_dma) + i.drv_i2c_master_write_dma 0x00016a44 Section 0 drv_i2c_dma.o(i.drv_i2c_master_write_dma) + i.drv_i2c_master_write_read_cmd 0x00016a80 Section 0 drv_i2c_dma.o(i.drv_i2c_master_write_read_cmd) + drv_i2c_master_write_read_cmd 0x00016a81 Thumb Code 46 drv_i2c_dma.o(i.drv_i2c_master_write_read_cmd) + i.drv_i2c_s_clear_it_pending_bit 0x00016ab0 Section 0 drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) + i.drv_i2c_s_enable_intr 0x00016b0c Section 0 drv_i2c_slave.o(i.drv_i2c_s_enable_intr) + i.drv_i2c_s_get_fifo_status 0x00016b40 Section 0 drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) + i.drv_i2c_s_set_callback 0x00016b5c Section 0 drv_i2c_slave.o(i.drv_i2c_s_set_callback) + i.drv_i2c_s_write_data 0x00016b68 Section 0 drv_i2c_slave.o(i.drv_i2c_s_write_data) + i.drv_i2c_set_dma_irq_callback 0x00016b88 Section 0 drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) + i.drv_i2c_slave_init 0x00016be0 Section 0 drv_i2c_slave.o(i.drv_i2c_slave_init) + i.drv_i2c_slave_write_dma 0x00016c24 Section 0 drv_i2c_dma.o(i.drv_i2c_slave_write_dma) + i.drv_lcdc_config_bypass 0x00016c40 Section 0 drv_lcdc.o(i.drv_lcdc_config_bypass) + i.drv_lcdc_config_ccm 0x00016c58 Section 0 drv_lcdc.o(i.drv_lcdc_config_ccm) + i.drv_lcdc_config_disp_mode 0x00016c88 Section 0 drv_lcdc.o(i.drv_lcdc_config_disp_mode) + i.drv_lcdc_config_dpi_polarity 0x00016c9e Section 0 drv_lcdc.o(i.drv_lcdc_config_dpi_polarity) + i.drv_lcdc_config_dpi_timing 0x00016cc2 Section 0 drv_lcdc.o(i.drv_lcdc_config_dpi_timing) + i.drv_lcdc_config_edpi_mode 0x00016ce8 Section 0 drv_lcdc.o(i.drv_lcdc_config_edpi_mode) + i.drv_lcdc_config_endianness 0x00016cfe Section 0 drv_lcdc.o(i.drv_lcdc_config_endianness) + i.drv_lcdc_config_input_size 0x00016d14 Section 0 drv_lcdc.o(i.drv_lcdc_config_input_size) + i.drv_lcdc_config_int 0x00016d20 Section 0 drv_lcdc.o(i.drv_lcdc_config_int) + i.drv_lcdc_config_int_single 0x00016d3e Section 0 drv_lcdc.o(i.drv_lcdc_config_int_single) + i.drv_lcdc_config_overwrite 0x00016d60 Section 0 drv_lcdc.o(i.drv_lcdc_config_overwrite) + i.drv_lcdc_config_overwrite_rgb 0x00016d82 Section 0 drv_lcdc.o(i.drv_lcdc_config_overwrite_rgb) + i.drv_lcdc_config_partial_display_area 0x00016d8e Section 0 drv_lcdc.o(i.drv_lcdc_config_partial_display_area) + i.drv_lcdc_config_partial_display_enable 0x00016da8 Section 0 drv_lcdc.o(i.drv_lcdc_config_partial_display_enable) + i.drv_lcdc_config_scale_up_coef 0x00016dca Section 0 drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) + i.drv_lcdc_config_scale_up_step 0x00016de4 Section 0 drv_lcdc.o(i.drv_lcdc_config_scale_up_step) + i.drv_lcdc_config_src_parameter 0x00016df0 Section 0 drv_lcdc.o(i.drv_lcdc_config_src_parameter) + i.drv_lcdc_config_thresh 0x00016e3c Section 0 drv_lcdc.o(i.drv_lcdc_config_thresh) + i.drv_lcdc_ctrl_flow 0x00016e42 Section 0 drv_lcdc.o(i.drv_lcdc_ctrl_flow) + i.drv_lcdc_enable_shadow_reg 0x00016e54 Section 0 drv_lcdc.o(i.drv_lcdc_enable_shadow_reg) + i.drv_lcdc_set_int 0x00016e74 Section 0 drv_lcdc.o(i.drv_lcdc_set_int) + i.drv_lcdc_set_video_hw_mode 0x00016ea8 Section 0 drv_lcdc.o(i.drv_lcdc_set_video_hw_mode) + i.drv_lcdc_start 0x00016ebc Section 0 drv_lcdc.o(i.drv_lcdc_start) + i.drv_memc_clear_status 0x00016edc Section 0 drv_memc.o(i.drv_memc_clear_status) + i.drv_memc_enable_irq 0x00016ee8 Section 0 drv_memc.o(i.drv_memc_enable_irq) + i.drv_memc_gen_a_tear_signal 0x00016f28 Section 0 drv_memc.o(i.drv_memc_gen_a_tear_signal) + i.drv_memc_get_status 0x00016f34 Section 0 drv_memc.o(i.drv_memc_get_status) + i.drv_memc_rate_transfer_sel 0x00016f46 Section 0 drv_memc.o(i.drv_memc_rate_transfer_sel) + i.drv_memc_sel_vsync 0x00016f56 Section 0 drv_memc.o(i.drv_memc_sel_vsync) + i.drv_memc_set_active_height 0x00016f64 Section 0 drv_memc.o(i.drv_memc_set_active_height) + i.drv_memc_set_data_mode 0x00016f78 Section 0 drv_memc.o(i.drv_memc_set_data_mode) + i.drv_memc_set_double_buffer 0x00016f84 Section 0 drv_memc.o(i.drv_memc_set_double_buffer) + i.drv_memc_set_double_buffer_reverse 0x00016f94 Section 0 drv_memc.o(i.drv_memc_set_double_buffer_reverse) + i.drv_memc_set_fs_en_conditions 0x00016fa6 Section 0 drv_memc.o(i.drv_memc_set_fs_en_conditions) + i.drv_memc_set_inten 0x00016fb6 Section 0 drv_memc.o(i.drv_memc_set_inten) + i.drv_memc_set_lcdc_st_conditions 0x00016fcc Section 0 drv_memc.o(i.drv_memc_set_lcdc_st_conditions) + i.drv_memc_set_ltpo_mode 0x00016fe4 Section 0 drv_memc.o(i.drv_memc_set_ltpo_mode) + i.drv_memc_set_tear_mode 0x00016ffe Section 0 drv_memc.o(i.drv_memc_set_tear_mode) + i.drv_memc_set_tear_waveform 0x0001700c Section 0 drv_memc.o(i.drv_memc_set_tear_waveform) + i.drv_memc_set_vidc_sync_cnt 0x00017034 Section 0 drv_memc.o(i.drv_memc_set_vidc_sync_cnt) + i.drv_param_init_get_ccm 0x00017044 Section 0 drv_param_init.o(i.drv_param_init_get_ccm) + i.drv_param_init_get_scld_filter_h 0x0001704c Section 0 drv_param_init.o(i.drv_param_init_get_scld_filter_h) + i.drv_param_init_get_scld_filter_v 0x00017060 Section 0 drv_param_init.o(i.drv_param_init_get_scld_filter_v) + i.drv_param_init_get_sclu_filter 0x00017074 Section 0 drv_param_init.o(i.drv_param_init_get_sclu_filter) + i.drv_param_init_set_ccm 0x0001707c Section 0 drv_param_init.o(i.drv_param_init_set_ccm) + i.drv_param_p2r_filter_init 0x00017090 Section 0 drv_param_init.o(i.drv_param_p2r_filter_init) + i.drv_phy_enable_calibration 0x000170b4 Section 0 drv_phy_common.o(i.drv_phy_enable_calibration) + i.drv_phy_get_calibration 0x000170c4 Section 0 drv_phy_common.o(i.drv_phy_get_calibration) + i.drv_phy_get_pll_para 0x00017100 Section 0 drv_phy_common.o(i.drv_phy_get_pll_para) + i.drv_phy_get_rate_para 0x00017160 Section 0 drv_phy_common.o(i.drv_phy_get_rate_para) + i.drv_phy_test_clear 0x000171b4 Section 0 drv_phy_common.o(i.drv_phy_test_clear) + i.drv_phy_test_lock 0x000171c4 Section 0 drv_phy_common.o(i.drv_phy_test_lock) + i.drv_phy_test_write_1_byte 0x000171dc Section 0 drv_phy_common.o(i.drv_phy_test_write_1_byte) + i.drv_phy_test_write_2_byte 0x000171fc Section 0 drv_phy_common.o(i.drv_phy_test_write_2_byte) + i.drv_phy_test_write_code 0x00017222 Section 0 drv_phy_common.o(i.drv_phy_test_write_code) + i.drv_phy_test_write_data 0x00017240 Section 0 drv_phy_common.o(i.drv_phy_test_write_data) + drv_phy_test_write_data 0x00017241 Thumb Code 32 drv_phy_common.o(i.drv_phy_test_write_data) + i.drv_pwr_set_cp_mode 0x00017260 Section 0 drv_pwr.o(i.drv_pwr_set_cp_mode) + i.drv_pwr_set_pvd_mode 0x00017280 Section 0 drv_pwr.o(i.drv_pwr_set_pvd_mode) + i.drv_pwr_set_system_clk_src 0x00017298 Section 0 drv_pwr.o(i.drv_pwr_set_system_clk_src) + i.drv_rx_phy_test_clear 0x000172c8 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_clear) + drv_rx_phy_test_clear 0x000172c9 Thumb Code 12 drv_dsi_rx.o(i.drv_rx_phy_test_clear) + i.drv_rx_phy_test_lock 0x000172d4 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_lock) + drv_rx_phy_test_lock 0x000172d5 Thumb Code 16 drv_dsi_rx.o(i.drv_rx_phy_test_lock) + i.drv_rx_phy_test_write_1_byte 0x000172e4 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) + drv_rx_phy_test_write_1_byte 0x000172e5 Thumb Code 20 drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) + i.drv_rx_phy_test_write_2_byte 0x000172f8 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) + drv_rx_phy_test_write_2_byte 0x000172f9 Thumb Code 22 drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) + i.drv_rxbr_clear_pkt_buffer 0x0001730e Section 0 drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) + i.drv_rxbr_clear_status0 0x00017318 Section 0 drv_rxbr.o(i.drv_rxbr_clear_status0) + i.drv_rxbr_enable_irq 0x0001731c Section 0 drv_rxbr.o(i.drv_rxbr_enable_irq) + i.drv_rxbr_frame_drop_cfg 0x00017378 Section 0 drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) + i.drv_rxbr_get_clk 0x0001738c Section 0 drv_rxbr.o(i.drv_rxbr_get_clk) + i.drv_rxbr_get_col_addr 0x000173c8 Section 0 drv_rxbr.o(i.drv_rxbr_get_col_addr) + i.drv_rxbr_get_int_source 0x000173cc Section 0 hal_internal_vsync.o(i.drv_rxbr_get_int_source) + drv_rxbr_get_int_source 0x000173cd Thumb Code 18 hal_internal_vsync.o(i.drv_rxbr_get_int_source) + i.drv_rxbr_get_page_addr 0x000173de Section 0 drv_rxbr.o(i.drv_rxbr_get_page_addr) + i.drv_rxbr_get_status0 0x000173e2 Section 0 hal_internal_vsync.o(i.drv_rxbr_get_status0) + drv_rxbr_get_status0 0x000173e3 Thumb Code 18 hal_internal_vsync.o(i.drv_rxbr_get_status0) + i.drv_rxbr_hline_rcv0_cfg 0x000173f4 Section 0 drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) + i.drv_rxbr_hline_rcv_cfg 0x00017400 Section 0 drv_rxbr.o(i.drv_rxbr_hline_rcv_cfg) + i.drv_rxbr_register_irq0_callback 0x00017408 Section 0 drv_rxbr.o(i.drv_rxbr_register_irq0_callback) + i.drv_rxbr_register_irq1_callback 0x00017414 Section 0 drv_rxbr.o(i.drv_rxbr_register_irq1_callback) + i.drv_rxbr_set_ack_pkt_header 0x00017420 Section 0 drv_rxbr.o(i.drv_rxbr_set_ack_pkt_header) + i.drv_rxbr_set_cmd_filter 0x00017434 Section 0 drv_rxbr.o(i.drv_rxbr_set_cmd_filter) + i.drv_rxbr_set_color_format 0x00017500 Section 0 drv_rxbr.o(i.drv_rxbr_set_color_format) + i.drv_rxbr_set_inten 0x00017514 Section 0 drv_rxbr.o(i.drv_rxbr_set_inten) + i.drv_rxbr_set_ltpo_drop_th 0x00017528 Section 0 drv_rxbr.o(i.drv_rxbr_set_ltpo_drop_th) + i.drv_rxbr_set_usr_cfg 0x00017538 Section 0 drv_rxbr.o(i.drv_rxbr_set_usr_cfg) + i.drv_rxbr_set_usr_col 0x0001755e Section 0 drv_rxbr.o(i.drv_rxbr_set_usr_col) + i.drv_rxbr_set_usr_row 0x00017566 Section 0 drv_rxbr.o(i.drv_rxbr_set_usr_row) + i.drv_spi_m_read_data 0x00017570 Section 0 drv_spi_master.o(i.drv_spi_m_read_data) + i.drv_swire_set_int 0x00017590 Section 0 drv_swire.o(i.drv_swire_set_int) + i.drv_swire_set_power_down 0x000175d8 Section 0 drv_swire.o(i.drv_swire_set_power_down) + i.drv_sys_cfg_clear_all_int 0x000175f4 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_clear_all_int) + i.drv_sys_cfg_clear_pending 0x00017600 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) + i.drv_sys_cfg_sel_ap_rst_lvl_trig 0x00017628 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) + i.drv_sys_cfg_sel_ap_rst_trig 0x00017640 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) + i.drv_sys_cfg_sel_gpio_group 0x0001765c Section 0 drv_sys_cfg.o(i.drv_sys_cfg_sel_gpio_group) + i.drv_sys_cfg_sel_int_trig 0x00017680 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_sel_int_trig) + i.drv_sys_cfg_set_dma_rx_req 0x000176a4 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) + i.drv_sys_cfg_set_dma_tx_req 0x000176b4 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) + i.drv_sys_cfg_set_int 0x000176c4 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_set_int) + i.drv_timer_clear_status_flags 0x000176e8 Section 0 drv_timer.o(i.drv_timer_clear_status_flags) + i.drv_timer_enable 0x00017702 Section 0 drv_timer.o(i.drv_timer_enable) + i.drv_timer_get_instance 0x00017724 Section 0 drv_timer.o(i.drv_timer_get_instance) + i.drv_timer_get_prescaler 0x00017734 Section 0 drv_timer.o(i.drv_timer_get_prescaler) + i.drv_timer_handle_interrupt 0x00017744 Section 0 drv_timer.o(i.drv_timer_handle_interrupt) + drv_timer_handle_interrupt 0x00017745 Thumb Code 62 drv_timer.o(i.drv_timer_handle_interrupt) + i.drv_timer_register_callback 0x00017788 Section 0 drv_timer.o(i.drv_timer_register_callback) + i.drv_timer_set_current_count 0x0001779c Section 0 drv_timer.o(i.drv_timer_set_current_count) + i.drv_timer_set_int 0x000177a8 Section 0 drv_timer.o(i.drv_timer_set_int) + i.drv_timer_set_match 0x000177f0 Section 0 drv_timer.o(i.drv_timer_set_match) + i.drv_timer_set_prescaler 0x000177fc Section 0 drv_timer.o(i.drv_timer_set_prescaler) + i.drv_tx_phy_test_clear 0x00017812 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_clear) + drv_tx_phy_test_clear 0x00017813 Thumb Code 10 drv_dsi_tx.o(i.drv_tx_phy_test_clear) + i.drv_tx_phy_test_enter 0x0001781c Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_enter) + i.drv_tx_phy_test_exit 0x00017838 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_exit) + i.drv_tx_phy_test_write_1_byte 0x00017854 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) + drv_tx_phy_test_write_1_byte 0x00017855 Thumb Code 18 drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) + i.drv_tx_phy_test_write_2_byte 0x00017866 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) + drv_tx_phy_test_write_2_byte 0x00017867 Thumb Code 20 drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) + i.drv_tx_phy_test_write_code 0x0001787a Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write_code) + drv_tx_phy_test_write_code 0x0001787b Thumb Code 16 drv_dsi_tx.o(i.drv_tx_phy_test_write_code) + i.drv_vidc_clear_irq 0x0001788a Section 0 drv_vidc.o(i.drv_vidc_clear_irq) + i.drv_vidc_enable 0x00017892 Section 0 drv_vidc.o(i.drv_vidc_enable) + i.drv_vidc_enable_irq 0x000178ac Section 0 drv_vidc.o(i.drv_vidc_enable_irq) + i.drv_vidc_get_irq_status 0x000178ec Section 0 drv_vidc.o(i.drv_vidc_get_irq_status) + i.drv_vidc_init_module_enable 0x00017900 Section 0 drv_vidc.o(i.drv_vidc_init_module_enable) + i.drv_vidc_register_callback 0x00017928 Section 0 drv_vidc.o(i.drv_vidc_register_callback) + i.drv_vidc_reset 0x00017934 Section 0 drv_vidc.o(i.drv_vidc_reset) + i.drv_vidc_set_dst_parameter 0x0001793a Section 0 drv_vidc.o(i.drv_vidc_set_dst_parameter) + i.drv_vidc_set_irqen 0x00017976 Section 0 drv_vidc.o(i.drv_vidc_set_irqen) + i.drv_vidc_set_mirror 0x0001798a Section 0 drv_vidc.o(i.drv_vidc_set_mirror) + i.drv_vidc_set_p2r_hcoef0 0x0001799a Section 0 drv_vidc.o(i.drv_vidc_set_p2r_hcoef0) + i.drv_vidc_set_p2r_hinitb 0x000179a2 Section 0 drv_vidc.o(i.drv_vidc_set_p2r_hinitb) + i.drv_vidc_set_p2r_hinitr 0x000179c8 Section 0 drv_vidc.o(i.drv_vidc_set_p2r_hinitr) + i.drv_vidc_set_pentile_swap 0x000179f0 Section 0 drv_vidc.o(i.drv_vidc_set_pentile_swap) + i.drv_vidc_set_pu_ctrl 0x00017a08 Section 0 drv_vidc.o(i.drv_vidc_set_pu_ctrl) + i.drv_vidc_set_rotation 0x00017a12 Section 0 drv_vidc.o(i.drv_vidc_set_rotation) + i.drv_vidc_set_scld_hcoef0 0x00017a22 Section 0 drv_vidc.o(i.drv_vidc_set_scld_hcoef0) + i.drv_vidc_set_scld_hcoef1 0x00017a2c Section 0 drv_vidc.o(i.drv_vidc_set_scld_hcoef1) + i.drv_vidc_set_scld_step 0x00017a36 Section 0 drv_vidc.o(i.drv_vidc_set_scld_step) + i.drv_vidc_set_scld_vcoef0 0x00017a48 Section 0 drv_vidc.o(i.drv_vidc_set_scld_vcoef0) + i.drv_vidc_set_scld_vcoef1 0x00017a52 Section 0 drv_vidc.o(i.drv_vidc_set_scld_vcoef1) + i.drv_vidc_set_src_parameter 0x00017a5c Section 0 drv_vidc.o(i.drv_vidc_set_src_parameter) + i.drv_wdg_clear_counter 0x00017a74 Section 0 drv_wdg.o(i.drv_wdg_clear_counter) + i.drv_wdg_clear_edge_flag 0x00017a84 Section 0 drv_wdg.o(i.drv_wdg_clear_edge_flag) + drv_wdg_clear_edge_flag 0x00017a85 Thumb Code 12 drv_wdg.o(i.drv_wdg_clear_edge_flag) + i.drv_wdg_read_edge_flag 0x00017a94 Section 0 drv_wdg.o(i.drv_wdg_read_edge_flag) + drv_wdg_read_edge_flag 0x00017a95 Thumb Code 10 drv_wdg.o(i.drv_wdg_read_edge_flag) + i.drv_wdg_set_int 0x00017aa4 Section 0 drv_wdg.o(i.drv_wdg_set_int) + i.fls_clr_interrupt_flag 0x00017ad8 Section 0 drv_fls.o(i.fls_clr_interrupt_flag) + i.fputc 0x00017ae2 Section 0 tau_log.o(i.fputc) + i.hal_dsi_rx_ctrl_create_handle 0x00017af8 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) + i.hal_dsi_rx_ctrl_deinit 0x00017b28 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) + i.hal_dsi_rx_ctrl_dsc_async_handler 0x00017bc4 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) + i.hal_dsi_rx_ctrl_gen_a_tear_signal 0x00017c48 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) + i.hal_dsi_rx_ctrl_get_max_ret_size 0x00017c70 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) + i.hal_dsi_rx_ctrl_init 0x00017c98 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) + i.hal_dsi_rx_ctrl_init_clk 0x00017d30 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) + hal_dsi_rx_ctrl_init_clk 0x00017d31 Thumb Code 232 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) + i.hal_dsi_rx_ctrl_init_dsi_rx 0x00017e60 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) + hal_dsi_rx_ctrl_init_dsi_rx 0x00017e61 Thumb Code 180 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) + i.hal_dsi_rx_ctrl_init_memc 0x00017f34 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) + hal_dsi_rx_ctrl_init_memc 0x00017f35 Thumb Code 308 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) + i.hal_dsi_rx_ctrl_init_rxbr 0x00018070 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) + hal_dsi_rx_ctrl_init_rxbr 0x00018071 Thumb Code 288 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) + i.hal_dsi_rx_ctrl_init_vidc 0x000181a0 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) + hal_dsi_rx_ctrl_init_vidc 0x000181a1 Thumb Code 544 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) + i.hal_dsi_rx_ctrl_pre_init_pps 0x000183cc Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) + i.hal_dsi_rx_ctrl_send_ack_cmd 0x00018408 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) + i.hal_dsi_rx_ctrl_set_cus_sync_line 0x000184f8 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) + i.hal_dsi_rx_ctrl_set_hw_tear_mode 0x0001852c Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) + i.hal_dsi_rx_ctrl_set_ipi_cfg 0x00018560 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_ipi_cfg) + hal_dsi_rx_ctrl_set_ipi_cfg 0x00018561 Thumb Code 50 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_ipi_cfg) + i.hal_dsi_rx_ctrl_set_rxbr_clk 0x00018598 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) + hal_dsi_rx_ctrl_set_rxbr_clk 0x00018599 Thumb Code 114 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) + i.hal_dsi_rx_ctrl_set_sw_tear_mode 0x0001860c Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) + i.hal_dsi_rx_ctrl_start 0x00018640 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) + i.hal_dsi_rx_ctrl_stop 0x0001867c Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) + i.hal_dsi_rx_ctrl_toggle_resolution 0x000186b8 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) + i.hal_dsi_tx_calc_video_chunks 0x000186d8 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) + hal_dsi_tx_calc_video_chunks 0x000186d9 Thumb Code 384 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) + i.hal_dsi_tx_config_params_for_lane_rate 0x00018868 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_config_params_for_lane_rate) + hal_dsi_tx_config_params_for_lane_rate 0x00018869 Thumb Code 42 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_config_params_for_lane_rate) + i.hal_dsi_tx_count_lane_rate 0x0001889c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) + hal_dsi_tx_count_lane_rate 0x0001889d Thumb Code 1160 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) + i.hal_dsi_tx_ctrl_create_handle 0x00018d6c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) + i.hal_dsi_tx_ctrl_deinit 0x00018d98 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) + i.hal_dsi_tx_ctrl_enter_init_panel_mode 0x00018de0 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) + i.hal_dsi_tx_ctrl_exit_init_panel_mode 0x00018e2c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) + i.hal_dsi_tx_ctrl_init 0x00018e54 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) + i.hal_dsi_tx_ctrl_init_clk 0x00018f18 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) + hal_dsi_tx_ctrl_init_clk 0x00018f19 Thumb Code 36 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) + i.hal_dsi_tx_ctrl_panel_reset_pin 0x00018f3c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) + i.hal_dsi_tx_ctrl_set_ccm 0x00018f48 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) + i.hal_dsi_tx_ctrl_set_overwrite_rgb 0x00018f68 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) + i.hal_dsi_tx_ctrl_set_partial_disp 0x00018f7c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) + i.hal_dsi_tx_ctrl_set_partial_disp_area 0x00018f8c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) + i.hal_dsi_tx_ctrl_start 0x00018fb0 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) + i.hal_dsi_tx_ctrl_stop 0x0001901c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) + i.hal_dsi_tx_ctrl_write_array_cmd 0x00019060 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) + i.hal_dsi_tx_ctrl_write_cmd 0x00019138 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) + i.hal_dsi_tx_init_data_mode 0x000191e8 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) + hal_dsi_tx_init_data_mode 0x000191e9 Thumb Code 58 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) + i.hal_dsi_tx_init_dpi_cfg 0x0001922c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) + hal_dsi_tx_init_dpi_cfg 0x0001922d Thumb Code 42 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) + i.hal_dsi_tx_init_interrupt 0x0001925c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) + hal_dsi_tx_init_interrupt 0x0001925d Thumb Code 28 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) + i.hal_dsi_tx_init_phy_cfg 0x0001927c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) + hal_dsi_tx_init_phy_cfg 0x0001927d Thumb Code 28 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) + i.hal_dsi_tx_init_remains 0x0001929c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) + hal_dsi_tx_init_remains 0x0001929d Thumb Code 142 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) + i.hal_dsi_tx_init_video_mode 0x00019330 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) + hal_dsi_tx_init_video_mode 0x00019331 Thumb Code 82 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) + i.hal_dsi_tx_send_cmd 0x00019388 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) + hal_dsi_tx_send_cmd 0x00019389 Thumb Code 60 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) + i.hal_gpio_ctrl_eint 0x000193cc Section 0 hal_gpio.o(i.hal_gpio_ctrl_eint) + i.hal_gpio_get_input_data 0x000193e4 Section 0 hal_gpio.o(i.hal_gpio_get_input_data) + i.hal_gpio_init_eint 0x000193f8 Section 0 hal_gpio.o(i.hal_gpio_init_eint) + i.hal_gpio_init_input 0x00019438 Section 0 hal_gpio.o(i.hal_gpio_init_input) + i.hal_gpio_init_output 0x00019458 Section 0 hal_gpio.o(i.hal_gpio_init_output) + i.hal_gpio_reg_eint_cb 0x00019480 Section 0 hal_gpio.o(i.hal_gpio_reg_eint_cb) + i.hal_gpio_set_ap_reset_int 0x00019498 Section 0 hal_gpio.o(i.hal_gpio_set_ap_reset_int) + i.hal_gpio_set_mode 0x000194e8 Section 0 hal_gpio.o(i.hal_gpio_set_mode) + i.hal_gpio_set_output_data 0x00019548 Section 0 hal_gpio.o(i.hal_gpio_set_output_data) + i.hal_gpio_set_pull_state 0x00019550 Section 0 hal_gpio.o(i.hal_gpio_set_pull_state) + i.hal_i2c_m_dma_init 0x00019570 Section 0 hal_i2c_master.o(i.hal_i2c_m_dma_init) + i.hal_i2c_m_dma_read 0x000195dc Section 0 hal_i2c_master.o(i.hal_i2c_m_dma_read) + i.hal_i2c_m_dma_write 0x000195fc Section 0 hal_i2c_master.o(i.hal_i2c_m_dma_write) + i.hal_i2c_m_transfer_complate 0x00019618 Section 0 hal_i2c_master.o(i.hal_i2c_m_transfer_complate) + i.hal_i2c_master_irq_callback 0x00019624 Section 0 hal_i2c_master.o(i.hal_i2c_master_irq_callback) + hal_i2c_master_irq_callback 0x00019625 Thumb Code 24 hal_i2c_master.o(i.hal_i2c_master_irq_callback) + i.hal_i2c_s_dma_user_callback 0x00019644 Section 0 hal_i2c_slave.o(i.hal_i2c_s_dma_user_callback) + hal_i2c_s_dma_user_callback 0x00019645 Thumb Code 12 hal_i2c_slave.o(i.hal_i2c_s_dma_user_callback) + i.hal_i2c_s_dma_write 0x00019654 Section 0 hal_i2c_slave.o(i.hal_i2c_s_dma_write) + i.hal_i2c_s_init 0x0001968c Section 0 hal_i2c_slave.o(i.hal_i2c_s_init) + i.hal_i2c_s_nonblocking_read 0x000196f8 Section 0 hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) + i.hal_i2c_s_set_transfer 0x0001970c Section 0 hal_i2c_slave.o(i.hal_i2c_s_set_transfer) + i.hal_i2c_slave_irq_callback 0x00019718 Section 0 hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) + hal_i2c_slave_irq_callback 0x00019719 Thumb Code 304 hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) + i.hal_internal_init_memc 0x00019864 Section 0 hal_internal_vsync.o(i.hal_internal_init_memc) + i.hal_internal_sync_get_fb_setting 0x00019948 Section 0 hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) + i.hal_internal_sync_input_resolution_change 0x00019958 Section 0 hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) + i.hal_internal_vsync_deinit 0x00019b6c Section 0 hal_internal_vsync.o(i.hal_internal_vsync_deinit) + i.hal_internal_vsync_get_rx_state 0x00019b88 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_get_rx_state) + i.hal_internal_vsync_get_sync_line 0x00019b94 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) + i.hal_internal_vsync_get_tx_state 0x00019bac Section 0 hal_internal_vsync.o(i.hal_internal_vsync_get_tx_state) + i.hal_internal_vsync_init_rx 0x00019bb8 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_init_rx) + i.hal_internal_vsync_init_tx 0x00019cb4 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_init_tx) + i.hal_internal_vsync_set_auto_hw_filter 0x00019d64 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) + i.hal_internal_vsync_set_rx_state 0x00019e80 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) + i.hal_internal_vsync_set_sync_line 0x00019e94 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) + i.hal_internal_vsync_set_tear_mode 0x00019eb0 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) + i.hal_internal_vsync_set_tx_state 0x00019ef8 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) + i.hal_lcdc_config_ccm 0x00019f38 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) + hal_lcdc_config_ccm 0x00019f39 Thumb Code 30 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) + i.hal_lcdc_config_remains 0x00019f5c Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) + hal_lcdc_config_remains 0x00019f5d Thumb Code 68 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) + i.hal_lcdc_config_rgb_to_pentile 0x00019fa4 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) + hal_lcdc_config_rgb_to_pentile 0x00019fa5 Thumb Code 14 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) + i.hal_lcdc_config_upscaler 0x00019fb8 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) + hal_lcdc_config_upscaler 0x00019fb9 Thumb Code 348 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) + i.hal_lcdc_init_cfg 0x0001a11c Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) + hal_lcdc_init_cfg 0x0001a11d Thumb Code 60 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) + i.hal_lcdc_init_clk 0x0001a15c Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) + hal_lcdc_init_clk 0x0001a15d Thumb Code 376 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) + i.hal_lcdc_init_interrupt 0x0001a2dc Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) + hal_lcdc_init_interrupt 0x0001a2dd Thumb Code 58 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) + i.hal_spi_m_clear_rxfifo 0x0001a31c Section 0 hal_spi_master.o(i.hal_spi_m_clear_rxfifo) + i.hal_swire_open 0x0001a32a Section 0 hal_swire.o(i.hal_swire_open) + i.hal_system_enable_systick 0x0001a340 Section 0 hal_system.o(i.hal_system_enable_systick) + i.hal_system_init 0x0001a348 Section 0 hal_system.o(i.hal_system_init) + i.hal_system_init_console 0x0001a3d0 Section 0 hal_system.o(i.hal_system_init_console) + i.hal_system_set_phy_calibration 0x0001a3ec Section 0 hal_system.o(i.hal_system_set_phy_calibration) + i.hal_system_set_pvd 0x0001a3f4 Section 0 hal_system.o(i.hal_system_set_pvd) + i.hal_system_set_vcc 0x0001a3fc Section 0 hal_system.o(i.hal_system_set_vcc) + i.hal_timer_init 0x0001a404 Section 0 hal_timer.o(i.hal_timer_init) + i.hal_timer_start 0x0001a420 Section 0 hal_timer.o(i.hal_timer_start) + i.hal_timer_stop 0x0001a470 Section 0 hal_timer.o(i.hal_timer_stop) + i.hal_uart_init 0x0001a4a0 Section 0 hal_uart.o(i.hal_uart_init) + i.hal_uart_transmit_blocking 0x0001a52c Section 0 hal_uart.o(i.hal_uart_transmit_blocking) + i.handle_init 0x0001a53c Section 0 irq_redirect .o(i.handle_init) + i.init_mipi_tx 0x0001a64c Section 0 ap_demo.o(i.init_mipi_tx) + init_mipi_tx 0x0001a64d Thumb Code 100 ap_demo.o(i.init_mipi_tx) + i.init_panel 0x0001a6b4 Section 0 ap_demo.o(i.init_panel) + init_panel 0x0001a6b5 Thumb Code 132 ap_demo.o(i.init_panel) + i.main 0x0001a76c Section 0 main.o(i.main) + i.open_mipi_rx 0x0001a778 Section 0 ap_demo.o(i.open_mipi_rx) + open_mipi_rx 0x0001a779 Thumb Code 140 ap_demo.o(i.open_mipi_rx) + i.pps_update_handle 0x0001a820 Section 0 ap_demo.o(i.pps_update_handle) + pps_update_handle 0x0001a821 Thumb Code 80 ap_demo.o(i.pps_update_handle) + i.rx_get_dcs_packet_data 0x0001a874 Section 0 hal_internal_vsync.o(i.rx_get_dcs_packet_data) + rx_get_dcs_packet_data 0x0001a875 Thumb Code 654 hal_internal_vsync.o(i.rx_get_dcs_packet_data) + i.rx_partial_update 0x0001ac68 Section 0 hal_internal_vsync.o(i.rx_partial_update) + rx_partial_update 0x0001ac69 Thumb Code 304 hal_internal_vsync.o(i.rx_partial_update) + i.rx_receive_packet 0x0001ada8 Section 0 hal_internal_vsync.o(i.rx_receive_packet) + rx_receive_packet 0x0001ada9 Thumb Code 128 hal_internal_vsync.o(i.rx_receive_packet) + i.rx_receive_pps 0x0001ae34 Section 0 hal_internal_vsync.o(i.rx_receive_pps) + rx_receive_pps 0x0001ae35 Thumb Code 268 hal_internal_vsync.o(i.rx_receive_pps) + i.rxbr_irq0_callback 0x0001afb4 Section 0 hal_internal_vsync.o(i.rxbr_irq0_callback) + rxbr_irq0_callback 0x0001afb5 Thumb Code 158 hal_internal_vsync.o(i.rxbr_irq0_callback) + i.rxbr_irq1_callback 0x0001b058 Section 0 hal_internal_vsync.o(i.rxbr_irq1_callback) + rxbr_irq1_callback 0x0001b059 Thumb Code 222 hal_internal_vsync.o(i.rxbr_irq1_callback) + i.send_panel_init_code 0x0001b1c8 Section 0 ap_demo.o(i.send_panel_init_code) + send_panel_init_code 0x0001b1c9 Thumb Code 42 ap_demo.o(i.send_panel_init_code) + i.soft_disable_mipi_timer_init 0x0001b1f4 Section 0 ap_demo.o(i.soft_disable_mipi_timer_init) + soft_disable_mipi_timer_init 0x0001b1f5 Thumb Code 32 ap_demo.o(i.soft_disable_mipi_timer_init) + i.soft_gen_te 0x0001b254 Section 0 hal_internal_vsync.o(i.soft_gen_te) + soft_gen_te 0x0001b255 Thumb Code 116 hal_internal_vsync.o(i.soft_gen_te) + i.soft_timer3_cb 0x0001b2e0 Section 0 ap_demo.o(i.soft_timer3_cb) + soft_timer3_cb 0x0001b2e1 Thumb Code 36 ap_demo.o(i.soft_timer3_cb) + i.sqrt 0x0001b310 Section 0 sqrt.o(i.sqrt) + i.tp_heartbeat_exec 0x0001b358 Section 0 ap_demo.o(i.tp_heartbeat_exec) + i.tx_display_on 0x0001b3a0 Section 0 ap_demo.o(i.tx_display_on) + tx_display_on 0x0001b3a1 Thumb Code 16 ap_demo.o(i.tx_display_on) + i.tx_panel_reset 0x0001b3b4 Section 0 ap_demo.o(i.tx_panel_reset) + tx_panel_reset 0x0001b3b5 Thumb Code 40 ap_demo.o(i.tx_panel_reset) + i.vidc_callback 0x0001b3dc Section 0 hal_internal_vsync.o(i.vidc_callback) + vidc_callback 0x0001b3dd Thumb Code 194 hal_internal_vsync.o(i.vidc_callback) + i.vpre_err_reset 0x0001b4c4 Section 0 hal_internal_vsync.o(i.vpre_err_reset) + vpre_err_reset 0x0001b4c5 Thumb Code 184 hal_internal_vsync.o(i.vpre_err_reset) + i.vsync_set_te_mode 0x0001b594 Section 0 hal_internal_vsync.o(i.vsync_set_te_mode) + vsync_set_te_mode 0x0001b595 Thumb Code 254 hal_internal_vsync.o(i.vsync_set_te_mode) + .constdata 0x0001b730 Section 6556 ap_demo.o(.constdata) + g_cus_rx_dcs_execute_table 0x0001b730 Data 108 ap_demo.o(.constdata) + .constdata 0x0001d0cc Section 8528 app_tp_for_custom_s8.o(.constdata) + .constdata 0x0001f21c Section 1 app_tp_for_custom_s8.o(.constdata) + .constdata 0x0001f21d Section 210 hal_gpio.o(.constdata) + s_gpio_map 0x0001f21d Data 120 hal_gpio.o(.constdata) + s_gpio_perf 0x0001f295 Data 90 hal_gpio.o(.constdata) + .constdata 0x0001f2f0 Section 8 drv_param_init.o(.constdata) + .constdata 0x0001f2f8 Section 390 drv_phy_common.o(.constdata) + phy_para_mapping_h 0x0001f2f8 Data 184 drv_phy_common.o(.constdata) + phy_para_mapping_l 0x0001f3b0 Data 128 drv_phy_common.o(.constdata) + phy_data_high_map 0x0001f430 Data 48 drv_phy_common.o(.constdata) + phy_data_lp_map 0x0001f460 Data 30 drv_phy_common.o(.constdata) + .conststring 0x0001f480 Section 72 hal_dsi_rx_ctrl.o(.conststring) + .conststring 0x0001f4c8 Section 308 hal_internal_vsync.o(.conststring) + .ARM.__AT_0x00070100 0x00070100 Section 192 irq_redirect .o(.ARM.__AT_0x00070100) + .data 0x000701d0 Section 56 ap_demo.o(.data) + start_display_on 0x000701d0 Data 1 ap_demo.o(.data) + g_need_enter_sleep_mode 0x000701d1 Data 1 ap_demo.o(.data) + g_mipi_path_off 0x000701d2 Data 1 ap_demo.o(.data) + phone_off_flag 0x000701d3 Data 1 ap_demo.o(.data) + g_exit_sleep_mode 0x000701d4 Data 1 ap_demo.o(.data) + panel_display_done 0x000701d5 Data 1 ap_demo.o(.data) + g_calibration_flag 0x000701da Data 1 ap_demo.o(.data) + b3_read_flag 0x000701db Data 1 ap_demo.o(.data) + c8_read_flag 0x000701dc Data 1 ap_demo.o(.data) + c9_read_flag 0x000701dd Data 1 ap_demo.o(.data) + bl_adj_flag 0x000701e0 Data 1 ap_demo.o(.data) + flag_5a 0x000701e2 Data 1 ap_demo.o(.data) + g_rx_ctrl_handle 0x000701f4 Data 4 ap_demo.o(.data) + g_tx_ctrl_handle 0x000701f8 Data 4 ap_demo.o(.data) + value_reg_df 0x00070204 Data 4 ap_demo.o(.data) + .data 0x00070208 Section 228 app_tp_for_custom_s8.o(.data) + app_tp_count 0x00070212 Data 1 app_tp_for_custom_s8.o(.data) + phone_85_flag 0x00070213 Data 1 app_tp_for_custom_s8.o(.data) + phone_F6_flag 0x00070214 Data 1 app_tp_for_custom_s8.o(.data) + phone_E4_flag 0x00070215 Data 1 app_tp_for_custom_s8.o(.data) + phone_72_flag 0x00070216 Data 1 app_tp_for_custom_s8.o(.data) + phone_75_flag 0x00070217 Data 1 app_tp_for_custom_s8.o(.data) + phone_92_flag 0x00070218 Data 1 app_tp_for_custom_s8.o(.data) + phone_74_flag 0x00070219 Data 1 app_tp_for_custom_s8.o(.data) + u16CoordY 0x0007021c Data 2 app_tp_for_custom_s8.o(.data) + u16CoordX 0x0007021e Data 2 app_tp_for_custom_s8.o(.data) + u16CoordY_back 0x00070220 Data 2 app_tp_for_custom_s8.o(.data) + u16CoordX_back 0x00070222 Data 2 app_tp_for_custom_s8.o(.data) + .data 0x000702ec Section 1 app_tp_for_custom_s8.o(.data) + .data 0x000702ed Section 1 app_tp_for_custom_s8.o(.data) + .data 0x000702ee Section 1 app_tp_for_custom_s8.o(.data) + .data 0x000702ef Section 3 app_tp_for_custom_s8.o(.data) + .data 0x000702f2 Section 5 app_tp_for_custom_s8.o(.data) + .data 0x000702f8 Section 48 app_tp_for_custom_s8.o(.data) + .data 0x00070328 Section 49 app_tp_transfer.o(.data) + s_spim_write 0x00070328 Data 1 app_tp_transfer.o(.data) + s_screen_int_flag 0x00070329 Data 1 app_tp_transfer.o(.data) + s_phone_reset_flag 0x0007032a Data 1 app_tp_transfer.o(.data) + s_screen_int_transfer_status 0x0007032b Data 1 app_tp_transfer.o(.data) + s_screen_const_transfer_count 0x0007032d Data 1 app_tp_transfer.o(.data) + screen_int_transfer_count 0x0007032e Data 1 app_tp_transfer.o(.data) + screen_int_transfer_buffer_ready 0x0007032f Data 1 app_tp_transfer.o(.data) + .data 0x0007035c Section 8 hal_dsi_rx_ctrl.o(.data) + g_hw_auto_filter 0x0007035c Data 1 hal_dsi_rx_ctrl.o(.data) + g_esc_clk 0x00070360 Data 4 hal_dsi_rx_ctrl.o(.data) + .data 0x00070364 Section 1 hal_dsi_tx_ctrl.o(.data) + g_tx_mode 0x00070364 Data 1 hal_dsi_tx_ctrl.o(.data) + .data 0x00070365 Section 1 hal_i2c_master.o(.data) + s_i2c_m_transfer_end 0x00070365 Data 1 hal_i2c_master.o(.data) + .data 0x00070368 Section 28 hal_i2c_slave.o(.data) + s_txbuffer_complate 0x00070368 Data 1 hal_i2c_slave.o(.data) + s_i2c_s_dma_end 0x00070369 Data 1 hal_i2c_slave.o(.data) + s_i2c_s_receive_cnt 0x0007036a Data 1 hal_i2c_slave.o(.data) + s_hal_slave_rxbuffer 0x0007036c Data 4 hal_i2c_slave.o(.data) + s_hal_slave_rxbuffer_size 0x00070370 Data 4 hal_i2c_slave.o(.data) + hal_i2c_s_callback 0x00070374 Data 4 hal_i2c_slave.o(.data) + s_receive_count 0x00070378 Data 4 hal_i2c_slave.o(.data) + s_tx_buffer_t 0x0007037c Data 4 hal_i2c_slave.o(.data) + tx_sum 0x00070380 Data 4 hal_i2c_slave.o(.data) + .data 0x00070384 Section 18 norflash.o(.data) + tmprg 0x0007038c Data 4 norflash.o(.data) + .data 0x00070398 Section 12 drv_common.o(.data) + s_my_tick 0x00070398 Data 4 drv_common.o(.data) + .data 0x000703a4 Section 4 drv_gpio.o(.data) + g_ap_reset_cb 0x000703a4 Data 4 drv_gpio.o(.data) + .data 0x000703a8 Section 8 drv_i2c_dma.o(.data) + i2c0_dma_callback 0x000703a8 Data 4 drv_i2c_dma.o(.data) + i2c1_dma_callback 0x000703ac Data 4 drv_i2c_dma.o(.data) + .data 0x000703b0 Section 4 drv_i2c_master.o(.data) + i2c1_intr_callback 0x000703b0 Data 4 drv_i2c_master.o(.data) + .data 0x000703b4 Section 8 drv_i2c_slave.o(.data) + i2c0_intr_callback 0x000703b4 Data 4 drv_i2c_slave.o(.data) + .data 0x000703bc Section 1188 drv_param_init.o(.data) + .data 0x00070860 Section 4 drv_spi_master.o(.data) + SPIM_intr_callback 0x00070860 Data 4 drv_spi_master.o(.data) + .data 0x00070864 Section 8 drv_swire.o(.data) + s_swire_cb 0x00070864 Data 8 drv_swire.o(.data) + .data 0x0007086c Section 1 drv_sys_cfg.o(.data) + sg_ap_rstn_trigger_type 0x0007086c Data 1 drv_sys_cfg.o(.data) + .data 0x00070870 Section 80 drv_timer.o(.data) + sg_timer_info 0x00070870 Data 80 drv_timer.o(.data) + .data 0x000708c0 Section 4 hal_internal_vsync.o(.data) + sg_cur_te_info 0x000708c0 Data 4 hal_internal_vsync.o(.data) + .data 0x000708c4 Section 8 drv_rxbr.o(.data) + .data 0x000708cc Section 4 drv_vidc.o(.data) + .data 0x000708d0 Section 1 drv_phy_common.o(.data) + g_phy_calibration 0x000708d0 Data 1 drv_phy_common.o(.data) + .data 0x000708d4 Section 12 drv_chip_info.o(.data) + sg_chip_info 0x000708d4 Data 4 drv_chip_info.o(.data) + sg_chip_function 0x000708d8 Data 4 drv_chip_info.o(.data) + sg_chip_encrypt 0x000708dc Data 4 drv_chip_info.o(.data) + .data 0x000708e0 Section 12 drv_pwm.o(.data) + s_pwm_type 0x000708e0 Data 1 drv_pwm.o(.data) + s_pwm_cb 0x000708e4 Data 8 drv_pwm.o(.data) + .data 0x000708ec Section 8 drv_uart.o(.data) + s_UartFcrReg 0x000708ec Data 4 drv_uart.o(.data) + uart_userData 0x000708f0 Data 4 drv_uart.o(.data) + .data 0x000708f4 Section 12 drv_wdg.o(.data) + sg_wdg_repeat 0x000708f4 Data 1 drv_wdg.o(.data) + sg_wdg_cb 0x000708f8 Data 8 drv_wdg.o(.data) + .data 0x00070900 Section 4 stdout.o(.data) + .data 0x00070904 Section 4 errno.o(.data) + _errno 0x00070904 Data 4 errno.o(.data) + .bss 0x00070908 Section 412 app_tp_transfer.o(.bss) + s_screen_read_buffer 0x00070908 Data 200 app_tp_transfer.o(.bss) + s_phone_read_buffer 0x000709d0 Data 200 app_tp_transfer.o(.bss) + .bss 0x00070aa4 Section 192 hal_dsi_rx_ctrl.o(.bss) + g_rx_ctrl_handle 0x00070aa4 Data 192 hal_dsi_rx_ctrl.o(.bss) + .bss 0x00070b64 Section 72 hal_dsi_tx_ctrl.o(.bss) + g_tx_ctrl_handle 0x00070b64 Data 72 hal_dsi_tx_ctrl.o(.bss) + .bss 0x00070bac Section 256 tau_log.o(.bss) + .bss 0x00070cac Section 208 hal_uart.o(.bss) + .bss 0x00070d7c Section 28 drv_dma.o(.bss) + s_dma_handle 0x00070d7c Data 28 drv_dma.o(.bss) + .bss 0x00070d98 Section 64 drv_gpio.o(.bss) + s_gpio_cb 0x00070d98 Data 64 drv_gpio.o(.bss) + .bss 0x00070dd8 Section 320 drv_i2c_dma.o(.bss) + i2c0_dma_slave_handle 0x00070dd8 Data 160 drv_i2c_dma.o(.bss) + i2c1_dma_master_handle 0x00070e78 Data 160 drv_i2c_dma.o(.bss) + .bss 0x00070f18 Section 2392 hal_internal_vsync.o(.bss) + g_imm_buffer 0x00071750 Data 255 hal_internal_vsync.o(.bss) + sg_te_info 0x00071850 Data 12 hal_internal_vsync.o(.bss) + g_imm_packet 0x0007185c Data 20 hal_internal_vsync.o(.bss) + .bss 0x00071870 Section 4144 dcs_packet_fifo.o(.bss) + .bss 0x000728a0 Section 32 hal_spi_slave.o(.bss) + STACK 0x000728c0 Section 4096 startup_armcm0.o(STACK) + + Global Symbols + + Symbol Name Value Ov Type Size Object(Section) + + BuildAttributes$$THM_ISAv3M$S$PE$A:L22$X:L11$S22$IEEE1$IW$USESV6$~STKCKD$USESV7$~SHL$OTIME$ROPI$IEEEJ$EBA8$MICROLIB$REQ8$PRES8$EABIv2 0x00000000 Number 0 anon$$obj.o ABSOLUTE + __ARM_use_no_argv 0x00000000 Number 0 main.o ABSOLUTE + _printf_a 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_c 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_charcount 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_d 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_e 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_f 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_flags 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_fp_dec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_fp_hex 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_g 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_i 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_int_dec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_l 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_lc 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_ll 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_lld 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_lli 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_llo 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_llu 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_llx 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_longlong_dec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_longlong_hex 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_longlong_oct 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_ls 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_mbtowc 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_n 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_o 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_p 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_percent 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_pre_padding 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_return_value 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_s 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_sizespec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_str 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_truncate_signed 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_truncate_unsigned 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_u 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_wc 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_wctomb 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_widthprec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_x 0x00000000 Number 0 stubs.o ABSOLUTE + __cpp_initialize__aeabi_ - Undefined Weak Reference + __cxa_finalize - Undefined Weak Reference + _clock_init - Undefined Weak Reference + _microlib_exit - Undefined Weak Reference + __Vectors_Size 0x000000c0 Number 0 startup_armcm0.o ABSOLUTE + __Vectors 0x00010000 Data 4 startup_armcm0.o(RESET) + __Vectors_End 0x000100c0 Data 0 startup_armcm0.o(RESET) + __main 0x000100c1 Thumb Code 0 entry.o(.ARM.Collect$$$$00000000) + _main_stk 0x000100c1 Thumb Code 0 entry2.o(.ARM.Collect$$$$00000001) + _main_scatterload 0x000100c5 Thumb Code 0 entry5.o(.ARM.Collect$$$$00000004) + __main_after_scatterload 0x000100c9 Thumb Code 0 entry5.o(.ARM.Collect$$$$00000004) + _main_clock 0x000100c9 Thumb Code 0 entry7b.o(.ARM.Collect$$$$00000008) + _main_cpp_init 0x000100c9 Thumb Code 0 entry8b.o(.ARM.Collect$$$$0000000A) + _main_init 0x000100c9 Thumb Code 0 entry9a.o(.ARM.Collect$$$$0000000B) + __rt_final_cpp 0x000100d1 Thumb Code 0 entry10a.o(.ARM.Collect$$$$0000000D) + __rt_final_exit 0x000100d1 Thumb Code 0 entry11a.o(.ARM.Collect$$$$0000000F) + Reset_Handler 0x000100d5 Thumb Code 28 startup_armcm0.o(.text) + NMI_Handler 0x000100f1 Thumb Code 2 startup_armcm0.o(.text) + SVC_Handler 0x000100f5 Thumb Code 2 startup_armcm0.o(.text) + PendSV_Handler 0x000100f7 Thumb Code 2 startup_armcm0.o(.text) + OTP_IRQn_Handler 0x00010123 Thumb Code 2 startup_armcm0.o(.text) + PVD_IRQn_Handler 0x00010127 Thumb Code 2 startup_armcm0.o(.text) + __aeabi_uidiv 0x0001014d Thumb Code 0 uidiv.o(.text) + __aeabi_uidivmod 0x0001014d Thumb Code 44 uidiv.o(.text) + __aeabi_idiv 0x00010179 Thumb Code 0 idiv.o(.text) + __aeabi_idivmod 0x00010179 Thumb Code 40 idiv.o(.text) + __aeabi_memcpy 0x000101a1 Thumb Code 36 memcpya.o(.text) + __aeabi_memcpy4 0x000101a1 Thumb Code 0 memcpya.o(.text) + __aeabi_memcpy8 0x000101a1 Thumb Code 0 memcpya.o(.text) + __aeabi_memset 0x000101c5 Thumb Code 14 memseta.o(.text) + __aeabi_memset4 0x000101c5 Thumb Code 0 memseta.o(.text) + __aeabi_memset8 0x000101c5 Thumb Code 0 memseta.o(.text) + __aeabi_memclr 0x000101d3 Thumb Code 4 memseta.o(.text) + __aeabi_memclr4 0x000101d3 Thumb Code 0 memseta.o(.text) + __aeabi_memclr8 0x000101d3 Thumb Code 0 memseta.o(.text) + _memset$wrapper 0x000101d7 Thumb Code 18 memseta.o(.text) + __aeabi_fadd 0x000101e9 Thumb Code 162 fadd.o(.text) + __aeabi_fsub 0x0001028b Thumb Code 8 fadd.o(.text) + __aeabi_frsub 0x00010293 Thumb Code 8 fadd.o(.text) + __aeabi_fmul 0x0001029b Thumb Code 122 fmul.o(.text) + __aeabi_fdiv 0x00010315 Thumb Code 124 fdiv.o(.text) + __ARM_scalbnf 0x00010391 Thumb Code 24 fscalb.o(.text) + scalbnf 0x00010391 Thumb Code 0 fscalb.o(.text) + __aeabi_dadd 0x000103a9 Thumb Code 328 dadd.o(.text) + __aeabi_dsub 0x000104f1 Thumb Code 12 dadd.o(.text) + __aeabi_drsub 0x000104fd Thumb Code 12 dadd.o(.text) + __aeabi_dmul 0x0001050d Thumb Code 202 dmul.o(.text) + __aeabi_ddiv 0x000105dd Thumb Code 234 ddiv.o(.text) + __aeabi_i2f 0x000106cd Thumb Code 22 fflti.o(.text) + __aeabi_ui2f 0x000106e3 Thumb Code 14 ffltui.o(.text) + __aeabi_ui2d 0x000106f1 Thumb Code 24 dfltui.o(.text) + __aeabi_f2iz 0x0001070d Thumb Code 50 ffixi.o(.text) + __aeabi_f2uiz 0x0001073f Thumb Code 40 ffixui.o(.text) + __aeabi_d2iz 0x00010769 Thumb Code 62 dfixi.o(.text) + __aeabi_d2uiz 0x000107b1 Thumb Code 50 dfixui.o(.text) + __aeabi_f2d 0x000107ed Thumb Code 40 f2d.o(.text) + __aeabi_cdcmpeq 0x00010815 Thumb Code 0 cdcmple.o(.text) + __aeabi_cdcmple 0x00010815 Thumb Code 38 cdcmple.o(.text) + __aeabi_cfrcmple 0x0001083d Thumb Code 20 cfrcmple.o(.text) + __aeabi_uldivmod 0x00010851 Thumb Code 96 uldiv.o(.text) + __aeabi_llsl 0x000108b1 Thumb Code 32 llshl.o(.text) + _ll_shift_l 0x000108b1 Thumb Code 0 llshl.o(.text) + __aeabi_llsr 0x000108d1 Thumb Code 34 llushr.o(.text) + _ll_ushift_r 0x000108d1 Thumb Code 0 llushr.o(.text) + __aeabi_lasr 0x000108f3 Thumb Code 38 llsshr.o(.text) + _ll_sshift_r 0x000108f3 Thumb Code 0 llsshr.o(.text) + __I$use$fp 0x00010919 Thumb Code 0 iusefp.o(.text) + _float_round 0x00010919 Thumb Code 16 fepilogue.o(.text) + _float_epilogue 0x00010929 Thumb Code 114 fepilogue.o(.text) + _double_round 0x0001099b Thumb Code 26 depilogue.o(.text) + _double_epilogue 0x000109b5 Thumb Code 164 depilogue.o(.text) + _dsqrt 0x00010a59 Thumb Code 162 dsqrt.o(.text) + __aeabi_d2ulz 0x00010afd Thumb Code 54 dfixul.o(.text) + __aeabi_cdrcmple 0x00010b3d Thumb Code 38 cdrcmple.o(.text) + __scatterload 0x00010b65 Thumb Code 28 init.o(.text) + __scatterload_rt2 0x00010b65 Thumb Code 0 init.o(.text) + __decompress 0x00010b89 Thumb Code 0 __dczerorl2.o(.text) + __decompress1 0x00010b89 Thumb Code 86 __dczerorl2.o(.text) + ADC_IRQn_Handler 0x00010be1 Thumb Code 18 irq_redirect .o(i.ADC_IRQn_Handler) + AP_NRESET_IRQn_Handler 0x00010bf9 Thumb Code 18 irq_redirect .o(i.AP_NRESET_IRQn_Handler) + DMA_IRQn_Handler 0x00010c11 Thumb Code 14 irq_redirect .o(i.DMA_IRQn_Handler) + EXTI_INT0_IRQn_Handler 0x00010c25 Thumb Code 22 irq_redirect .o(i.EXTI_INT0_IRQn_Handler) + EXTI_INT1_IRQn_Handler 0x00010c41 Thumb Code 22 irq_redirect .o(i.EXTI_INT1_IRQn_Handler) + EXTI_INT2_IRQn_Handler 0x00010c5d Thumb Code 22 irq_redirect .o(i.EXTI_INT2_IRQn_Handler) + EXTI_INT3_IRQn_Handler 0x00010c79 Thumb Code 22 irq_redirect .o(i.EXTI_INT3_IRQn_Handler) + EXTI_INT4_IRQn_Handler 0x00010c95 Thumb Code 22 irq_redirect .o(i.EXTI_INT4_IRQn_Handler) + EXTI_INT5_IRQn_Handler 0x00010cb1 Thumb Code 22 irq_redirect .o(i.EXTI_INT5_IRQn_Handler) + EXTI_INT6_IRQn_Handler 0x00010ccd Thumb Code 22 irq_redirect .o(i.EXTI_INT6_IRQn_Handler) + EXTI_INT7_IRQn_Handler 0x00010ce9 Thumb Code 22 irq_redirect .o(i.EXTI_INT7_IRQn_Handler) + FLSCTRL_IRQn_Handler 0x00010d05 Thumb Code 14 irq_redirect .o(i.FLSCTRL_IRQn_Handler) + Gpio_swire_output 0x00010d19 Thumb Code 110 ap_demo.o(i.Gpio_swire_output) + HardFault_Handler 0x00010d8d Thumb Code 14 irq_redirect .o(i.HardFault_Handler) + I2C0_IRQn_Handler 0x00010da1 Thumb Code 18 irq_redirect .o(i.I2C0_IRQn_Handler) + I2C1_IRQn_Handler 0x00010db9 Thumb Code 18 irq_redirect .o(i.I2C1_IRQn_Handler) + LCDC_IRQn_Handler 0x00010dd1 Thumb Code 18 irq_redirect .o(i.LCDC_IRQn_Handler) + LOG_printf 0x00010de9 Thumb Code 30 tau_log.o(i.LOG_printf) + MEMC_IRQn_Handler 0x00010e11 Thumb Code 18 irq_redirect .o(i.MEMC_IRQn_Handler) + MIPI_RX_IRQn_Handler 0x00010e29 Thumb Code 18 irq_redirect .o(i.MIPI_RX_IRQn_Handler) + MIPI_TX_IRQn_Handler 0x00010e41 Thumb Code 18 irq_redirect .o(i.MIPI_TX_IRQn_Handler) + PWMDET_IRQn_Handler 0x00010e59 Thumb Code 22 irq_redirect .o(i.PWMDET_IRQn_Handler) + S20_Start_init 0x00010e75 Thumb Code 270 app_tp_transfer.o(i.S20_Start_init) + SPIM_IRQn_Handler 0x00010f99 Thumb Code 22 irq_redirect .o(i.SPIM_IRQn_Handler) + SPIS_IRQn_Handler 0x00010fb5 Thumb Code 22 irq_redirect .o(i.SPIS_IRQn_Handler) + SWIRE_IRQn_Handler 0x00010fd1 Thumb Code 22 irq_redirect .o(i.SWIRE_IRQn_Handler) + UART_DisableDma 0x00010fed Thumb Code 2 drv_uart.o(i.UART_DisableDma) + UART_GetInstance 0x00010fef Thumb Code 4 drv_uart.o(i.UART_GetInstance) + __scatterload_copy 0x00010ff3 Thumb Code 14 handlers.o(i.__scatterload_copy) + s_RAM_CK 0x00011000 Data 20 drv_common.o(.ARM.__at_0x11000) + SysTick_Handler 0x00011015 Thumb Code 18 irq_redirect .o(i.SysTick_Handler) + TIMER0_IRQn_Handler 0x0001102d Thumb Code 18 irq_redirect .o(i.TIMER0_IRQn_Handler) + TIMER1_IRQn_Handler 0x00011045 Thumb Code 18 irq_redirect .o(i.TIMER1_IRQn_Handler) + TIMER2_IRQn_Handler 0x0001105d Thumb Code 18 irq_redirect .o(i.TIMER2_IRQn_Handler) + TIMER3_IRQn_Handler 0x00011075 Thumb Code 18 irq_redirect .o(i.TIMER3_IRQn_Handler) + UART0_IRQ_Handle 0x0001108d Thumb Code 20 drv_uart.o(i.UART0_IRQ_Handle) + UART_IRQn_Handler 0x000110a9 Thumb Code 18 irq_redirect .o(i.UART_IRQn_Handler) + UART_ResetRxFIFO 0x000110c1 Thumb Code 32 drv_uart.o(i.UART_ResetRxFIFO) + UART_SetBaudRate 0x000110e5 Thumb Code 72 drv_uart.o(i.UART_SetBaudRate) + UART_SwitchSCLK 0x0001112d Thumb Code 26 drv_uart.o(i.UART_SwitchSCLK) + UART_TransferHandleIRQ 0x00011147 Thumb Code 308 drv_uart.o(i.UART_TransferHandleIRQ) + UART_WriteBlocking 0x0001127b Thumb Code 26 drv_uart.o(i.UART_WriteBlocking) + UART_init 0x00011295 Thumb Code 182 drv_uart.o(i.UART_init) + VIDC_IRQn_Handler 0x00011351 Thumb Code 18 irq_redirect .o(i.VIDC_IRQn_Handler) + VPRE_IRQn_Handler 0x00011369 Thumb Code 18 irq_redirect .o(i.VPRE_IRQn_Handler) + WDG_IRQn_Handler 0x00011381 Thumb Code 18 irq_redirect .o(i.WDG_IRQn_Handler) + __0printf 0x00011399 Thumb Code 24 printfa.o(i.__0printf) + __1printf 0x00011399 Thumb Code 0 printfa.o(i.__0printf) + __2printf 0x00011399 Thumb Code 0 printfa.o(i.__0printf) + __c89printf 0x00011399 Thumb Code 0 printfa.o(i.__0printf) + printf 0x00011399 Thumb Code 0 printfa.o(i.__0printf) + __0vsprintf 0x000113b9 Thumb Code 30 printfa.o(i.__0vsprintf) + __1vsprintf 0x000113b9 Thumb Code 0 printfa.o(i.__0vsprintf) + __2vsprintf 0x000113b9 Thumb Code 0 printfa.o(i.__0vsprintf) + __c89vsprintf 0x000113b9 Thumb Code 0 printfa.o(i.__0vsprintf) + vsprintf 0x000113b9 Thumb Code 0 printfa.o(i.__0vsprintf) + __ARM_clz 0x000113dd Thumb Code 46 depilogue.o(i.__ARM_clz) + __ARM_common_switch8 0x0001140b Thumb Code 26 ap_demo.o(i.__ARM_common_switch8) + __scatterload_null 0x000114e9 Thumb Code 2 handlers.o(i.__scatterload_null) + __scatterload_zeroinit 0x000114eb Thumb Code 14 handlers.o(i.__scatterload_zeroinit) + __set_errno 0x000114f9 Thumb Code 6 errno.o(i.__set_errno) + ap_demo 0x00013151 Thumb Code 280 ap_demo.o(i.ap_demo) + ap_tp_calibration 0x000138b5 Thumb Code 170 app_tp_transfer.o(i.ap_tp_calibration) + ap_tp_scan_point_init 0x00013965 Thumb Code 24 app_tp_transfer.o(i.ap_tp_scan_point_init) + ap_tp_scan_point_record_event 0x00013981 Thumb Code 150 app_tp_transfer.o(i.ap_tp_scan_point_record_event) + ap_tp_scan_point_record_event_exec 0x00013a1d Thumb Code 50 app_tp_transfer.o(i.ap_tp_scan_point_record_event_exec) + ap_tp_simulate_finger_release_event 0x00013a6d Thumb Code 44 app_tp_transfer.o(i.ap_tp_simulate_finger_release_event) + ap_tp_system_softReset 0x00013aa1 Thumb Code 58 app_tp_transfer.o(i.ap_tp_system_softReset) + app_ADC_IRQn_Handler 0x00013ae1 Thumb Code 22 drv_rxbr.o(i.app_ADC_IRQn_Handler) + app_AP_NRESET_IRQn_Handler 0x00013afd Thumb Code 32 drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) + app_EXTI_INT0_IRQn_Handler 0x00013b21 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) + app_EXTI_INT1_IRQn_Handler 0x00013b3d Thumb Code 22 drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) + app_EXTI_INT2_IRQn_Handler 0x00013b59 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) + app_EXTI_INT3_IRQn_Handler 0x00013b75 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) + app_EXTI_INT4_IRQn_Handler 0x00013b91 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) + app_EXTI_INT5_IRQn_Handler 0x00013bad Thumb Code 22 drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) + app_EXTI_INT6_IRQn_Handler 0x00013bc9 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) + app_EXTI_INT7_IRQn_Handler 0x00013be5 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) + app_HardFault_Handler 0x00013c01 Thumb Code 12 drv_common.o(i.app_HardFault_Handler) + app_I2C0_IRQn_Handler 0x00013c49 Thumb Code 8 drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) + app_I2C1_IRQn_Handler 0x00013c59 Thumb Code 8 drv_i2c_master.o(i.app_I2C1_IRQn_Handler) + app_LCDC_IRQn_Handler 0x00013c69 Thumb Code 98 hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) + app_MEMC_IRQn_Handler 0x00013d49 Thumb Code 132 drv_memc.o(i.app_MEMC_IRQn_Handler) + app_MIPI_RX_IRQn_Handler 0x00013dd1 Thumb Code 232 drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) + app_MIPI_TX_IRQn_Handler 0x00014069 Thumb Code 56 drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) + app_PWMDET_IRQn_Handler 0x00014109 Thumb Code 62 drv_pwm.o(i.app_PWMDET_IRQn_Handler) + app_SPIM_IRQn_Handler 0x00014151 Thumb Code 34 drv_spi_master.o(i.app_SPIM_IRQn_Handler) + app_SPIS_IRQn_Handler 0x00014181 Thumb Code 500 hal_spi_slave.o(i.app_SPIS_IRQn_Handler) + app_SWIRE_IRQn_Handler 0x00014381 Thumb Code 28 drv_swire.o(i.app_SWIRE_IRQn_Handler) + app_SysTick_Handler 0x000143a1 Thumb Code 20 drv_common.o(i.app_SysTick_Handler) + app_TIMER0_IRQn_Handler 0x000143b9 Thumb Code 10 drv_timer.o(i.app_TIMER0_IRQn_Handler) + app_TIMER1_IRQn_Handler 0x000143c3 Thumb Code 10 drv_timer.o(i.app_TIMER1_IRQn_Handler) + app_TIMER2_IRQn_Handler 0x000143cd Thumb Code 10 drv_timer.o(i.app_TIMER2_IRQn_Handler) + app_TIMER3_IRQn_Handler 0x000143d7 Thumb Code 10 drv_timer.o(i.app_TIMER3_IRQn_Handler) + app_UART_IRQn_Handler 0x000143e1 Thumb Code 8 drv_uart.o(i.app_UART_IRQn_Handler) + app_VIDC_IRQn_Handler 0x000143e9 Thumb Code 22 drv_vidc.o(i.app_VIDC_IRQn_Handler) + app_VPRE_IRQn_Handler 0x00014405 Thumb Code 22 drv_rxbr.o(i.app_VPRE_IRQn_Handler) + app_WDG_IRQn_Handler 0x00014421 Thumb Code 52 drv_wdg.o(i.app_WDG_IRQn_Handler) + app_dma_irq_handler 0x00014459 Thumb Code 10 drv_dma.o(i.app_dma_irq_handler) + app_fls_ctrl_Handler 0x00014469 Thumb Code 38 norflash.o(i.app_fls_ctrl_Handler) + app_tp_I2C_init 0x00014499 Thumb Code 26 app_tp_transfer.o(i.app_tp_I2C_init) + app_tp_calibration_exec 0x000144bd Thumb Code 30 ap_demo.o(i.app_tp_calibration_exec) + app_tp_init 0x00014525 Thumb Code 60 app_tp_transfer.o(i.app_tp_init) + app_tp_m_transfer_complate 0x0001458d Thumb Code 8 app_tp_transfer.o(i.app_tp_m_transfer_complate) + app_tp_phone_analysis_data 0x0001459d Thumb Code 980 app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) + app_tp_phone_clear_reset_on 0x000149ad Thumb Code 8 app_tp_transfer.o(i.app_tp_phone_clear_reset_on) + app_tp_s_read 0x000149b9 Thumb Code 8 app_tp_transfer.o(i.app_tp_s_read) + app_tp_s_write 0x000149c1 Thumb Code 8 app_tp_transfer.o(i.app_tp_s_write) + app_tp_screen_analysis_int 0x000149c9 Thumb Code 706 app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) + app_tp_screen_init 0x00014c99 Thumb Code 42 app_tp_transfer.o(i.app_tp_screen_init) + app_tp_transfer_screen_int 0x00014d81 Thumb Code 420 app_tp_transfer.o(i.app_tp_transfer_screen_int) + app_tp_transfer_screen_start 0x00014f61 Thumb Code 18 app_tp_transfer.o(i.app_tp_transfer_screen_start) + blue_change_ccm 0x00014f79 Thumb Code 54 ap_demo.o(i.blue_change_ccm) + board_Init 0x00014fb1 Thumb Code 30 board.o(i.board_Init) + ceil 0x000153a1 Thumb Code 180 ceil.o(i.ceil) + dcs_packet_fifo_alloc 0x00015529 Thumb Code 80 dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) + dcs_packet_fifo_init 0x00015581 Thumb Code 18 dcs_packet_fifo.o(i.dcs_packet_fifo_init) + dcs_packet_free_fifo_header 0x00015599 Thumb Code 60 dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) + dcs_packet_get_fifo_header 0x000155dd Thumb Code 26 dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) + delayMs 0x0001561d Thumb Code 24 tau_delay.o(i.delayMs) + delayUs 0x00015635 Thumb Code 34 tau_delay.o(i.delayUs) + drv_ap_rst_trig_edge_detect 0x000156ed Thumb Code 46 drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) + drv_chip_info_get_info 0x00015725 Thumb Code 6 drv_chip_info.o(i.drv_chip_info_get_info) + drv_chip_info_init 0x00015731 Thumb Code 56 drv_chip_info.o(i.drv_chip_info_init) + drv_chip_rx_info_check 0x00015771 Thumb Code 122 drv_chip_info.o(i.drv_chip_rx_info_check) + drv_chip_rx_init_done 0x00015839 Thumb Code 16 drv_chip_info.o(i.drv_chip_rx_init_done) + drv_common_enable_systick 0x0001584d Thumb Code 70 drv_common.o(i.drv_common_enable_systick) + drv_common_system_init 0x000158a5 Thumb Code 8 drv_common.o(i.drv_common_system_init) + drv_crgu_config_reset_modules 0x000158ad Thumb Code 10 drv_crgu.o(i.drv_crgu_config_reset_modules) + drv_crgu_set_ahb_pre_div 0x000158bd Thumb Code 14 drv_crgu.o(i.drv_crgu_set_ahb_pre_div) + drv_crgu_set_ahb_src 0x000158d1 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_ahb_src) + drv_crgu_set_clock 0x000158e5 Thumb Code 26 drv_crgu.o(i.drv_crgu_set_clock) + drv_crgu_set_dpi_mux_src 0x00015905 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dpi_mux_src) + drv_crgu_set_dpi_pre_div 0x00015919 Thumb Code 18 drv_crgu.o(i.drv_crgu_set_dpi_pre_div) + drv_crgu_set_dpi_pre_src 0x00015931 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dpi_pre_src) + drv_crgu_set_dsc_core_div 0x00015945 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dsc_core_div) + drv_crgu_set_dsco_src 0x00015959 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dsco_src) + drv_crgu_set_dsco_src_div 0x0001596d Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dsco_src_div) + drv_crgu_set_fb_div 0x00015981 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_fb_div) + drv_crgu_set_fb_src 0x00015995 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_fb_src) + drv_crgu_set_lcdc_div 0x000159a9 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_lcdc_div) + drv_crgu_set_lcdc_src 0x000159bd Thumb Code 16 drv_crgu.o(i.drv_crgu_set_lcdc_src) + drv_crgu_set_mipi_cfg_src 0x000159d1 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_mipi_cfg_src) + drv_crgu_set_mipi_ref_src 0x000159e5 Thumb Code 18 drv_crgu.o(i.drv_crgu_set_mipi_ref_src) + drv_crgu_set_reset 0x000159fd Thumb Code 20 drv_crgu.o(i.drv_crgu_set_reset) + drv_crgu_set_rxbr_div 0x00015a15 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_rxbr_div) + drv_crgu_set_rxbr_src 0x00015a29 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_rxbr_src) + drv_crgu_set_vidc_src 0x00015a3d Thumb Code 16 drv_crgu.o(i.drv_crgu_set_vidc_src) + drv_dma_clear_flag 0x00015a51 Thumb Code 24 drv_dma.o(i.drv_dma_clear_flag) + drv_dma_create_handle 0x00015a69 Thumb Code 22 drv_dma.o(i.drv_dma_create_handle) + drv_dma_disenable_channel 0x00015a85 Thumb Code 16 drv_dma.o(i.drv_dma_disenable_channel) + drv_dma_enable_channel 0x00015a95 Thumb Code 16 drv_dma.o(i.drv_dma_enable_channel) + drv_dma_enable_channel_interrupts 0x00015aa5 Thumb Code 32 drv_dma.o(i.drv_dma_enable_channel_interrupts) + drv_dma_get_channel_flag 0x00015ac9 Thumb Code 12 drv_dma.o(i.drv_dma_get_channel_flag) + drv_dma_irq_handler 0x00015ad5 Thumb Code 138 drv_dma.o(i.drv_dma_irq_handler) + drv_dma_prepar_transfer 0x00015b65 Thumb Code 18 drv_dma.o(i.drv_dma_prepar_transfer) + drv_dma_set_burst 0x00015b77 Thumb Code 26 drv_dma.o(i.drv_dma_set_burst) + drv_dma_set_callback 0x00015b91 Thumb Code 6 drv_dma.o(i.drv_dma_set_callback) + drv_dma_set_transfer 0x00015b99 Thumb Code 62 drv_dma.o(i.drv_dma_set_transfer) + drv_dsc_dec_convert_pps_rc_parameter 0x00015bdd Thumb Code 54 drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) + drv_dsc_dec_disable 0x00015c13 Thumb Code 12 drv_dsc_dec.o(i.drv_dsc_dec_disable) + drv_dsc_dec_enable 0x00015c21 Thumb Code 88 drv_dsc_dec.o(i.drv_dsc_dec_enable) + drv_dsc_dec_get_nslc 0x00015c95 Thumb Code 10 drv_dsc_dec.o(i.drv_dsc_dec_get_nslc) + drv_dsc_dec_set_u8_pps 0x00015c9f Thumb Code 40 drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) + drv_dsi_rx_calc_ipi_tx_delay 0x00015cc9 Thumb Code 244 drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) + drv_dsi_rx_enable_irq 0x00015dcd Thumb Code 58 drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) + drv_dsi_rx_get_compression_en 0x00015e79 Thumb Code 8 drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) + drv_dsi_rx_get_max_ret_size 0x00015e81 Thumb Code 6 drv_dsi_rx.o(i.drv_dsi_rx_get_max_ret_size) + drv_dsi_rx_power_up 0x00015e87 Thumb Code 14 drv_dsi_rx.o(i.drv_dsi_rx_power_up) + drv_dsi_rx_set_ctrl_cfg 0x00015e95 Thumb Code 32 drv_dsi_rx.o(i.drv_dsi_rx_set_ctrl_cfg) + drv_dsi_rx_set_ddi_cfg 0x00015eb5 Thumb Code 16 drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) + drv_dsi_rx_set_inten 0x00015ec5 Thumb Code 4 drv_dsi_rx.o(i.drv_dsi_rx_set_inten) + drv_dsi_rx_set_ipi_cfg 0x00015ec9 Thumb Code 16 drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_cfg) + drv_dsi_rx_set_lane_swap 0x00015ed9 Thumb Code 70 drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) + drv_dsi_rx_set_resp_cnt 0x00015f1f Thumb Code 38 drv_dsi_rx.o(i.drv_dsi_rx_set_resp_cnt) + drv_dsi_rx_set_up_phy 0x00015f45 Thumb Code 236 drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) + drv_dsi_rx_shut_down 0x00016035 Thumb Code 14 drv_dsi_rx.o(i.drv_dsi_rx_shut_down) + drv_dsi_tx_command_header 0x00016043 Thumb Code 20 drv_dsi_tx.o(i.drv_dsi_tx_command_header) + drv_dsi_tx_command_mode_cfg 0x00016057 Thumb Code 108 drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) + drv_dsi_tx_command_put_payload 0x000160c3 Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) + drv_dsi_tx_config_eotp 0x000160c7 Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) + drv_dsi_tx_config_int 0x000160df Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_config_int) + drv_dsi_tx_dpi_lpcmd_time 0x000160e7 Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_dpi_lpcmd_time) + drv_dsi_tx_dpi_mode 0x000160ef Thumb Code 10 drv_dsi_tx.o(i.drv_dsi_tx_dpi_mode) + drv_dsi_tx_dpi_polarity 0x000160f9 Thumb Code 36 drv_dsi_tx.o(i.drv_dsi_tx_dpi_polarity) + drv_dsi_tx_edpi_cmd_size 0x0001611d Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_edpi_cmd_size) + drv_dsi_tx_get_cmd_status 0x00016121 Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) + drv_dsi_tx_mode 0x00016125 Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_mode) + drv_dsi_tx_phy_clock_lane_auto_lp 0x00016129 Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_auto_lp) + drv_dsi_tx_phy_clock_lane_req_hs 0x00016141 Thumb Code 26 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) + drv_dsi_tx_phy_lane_mode 0x0001615b Thumb Code 12 drv_dsi_tx.o(i.drv_dsi_tx_phy_lane_mode) + drv_dsi_tx_phy_status_ready 0x00016167 Thumb Code 100 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ready) + drv_dsi_tx_phy_status_stopstate 0x000161cb Thumb Code 62 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) + drv_dsi_tx_phy_test_setup 0x00016209 Thumb Code 268 drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) + drv_dsi_tx_phy_time_cfg 0x00016315 Thumb Code 30 drv_dsi_tx.o(i.drv_dsi_tx_phy_time_cfg) + drv_dsi_tx_powerup 0x00016333 Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_powerup) + drv_dsi_tx_response_mode 0x0001633b Thumb Code 28 drv_dsi_tx.o(i.drv_dsi_tx_response_mode) + drv_dsi_tx_set_bta_ack 0x00016357 Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_set_bta_ack) + drv_dsi_tx_set_esc_div 0x0001636f Thumb Code 12 drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) + drv_dsi_tx_set_int 0x0001637d Thumb Code 46 drv_dsi_tx.o(i.drv_dsi_tx_set_int) + drv_dsi_tx_set_time_out_div 0x000163b1 Thumb Code 16 drv_dsi_tx.o(i.drv_dsi_tx_set_time_out_div) + drv_dsi_tx_set_video_chunk 0x000163c1 Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_set_video_chunk) + drv_dsi_tx_set_video_timing 0x000163c9 Thumb Code 34 drv_dsi_tx.o(i.drv_dsi_tx_set_video_timing) + drv_dsi_tx_shutdown 0x000163eb Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_shutdown) + drv_dsi_tx_timeout_cfg 0x000163f3 Thumb Code 38 drv_dsi_tx.o(i.drv_dsi_tx_timeout_cfg) + drv_dsi_tx_video_mode_cfg 0x00016419 Thumb Code 170 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_cfg) + drv_dsi_tx_video_mode_disable_hact_cmd 0x000164c3 Thumb Code 22 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_disable_hact_cmd) + drv_dsi_tx_video_mode_set_lp_cmd 0x000164d9 Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) + drv_efuse_enter_inactive 0x000164f1 Thumb Code 32 drv_efuse.o(i.drv_efuse_enter_inactive) + drv_efuse_int_enable 0x00016511 Thumb Code 12 drv_efuse.o(i.drv_efuse_int_enable) + drv_efuse_read 0x0001651d Thumb Code 50 drv_efuse.o(i.drv_efuse_read) + drv_efuse_read_req 0x0001654f Thumb Code 24 drv_efuse.o(i.drv_efuse_read_req) + drv_gpio_get_input_data 0x00016569 Thumb Code 20 drv_gpio.o(i.drv_gpio_get_input_data) + drv_gpio_register_ap_reset_callback 0x00016581 Thumb Code 6 drv_gpio.o(i.drv_gpio_register_ap_reset_callback) + drv_gpio_register_callback 0x0001658d Thumb Code 14 drv_gpio.o(i.drv_gpio_register_callback) + drv_gpio_set_int 0x000165a1 Thumb Code 62 drv_gpio.o(i.drv_gpio_set_int) + drv_gpio_set_ioe 0x000165e5 Thumb Code 26 drv_gpio.o(i.drv_gpio_set_ioe) + drv_gpio_set_mode0 0x00016605 Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode0) + drv_gpio_set_mode1 0x00016615 Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode1) + drv_gpio_set_mode2 0x00016625 Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode2) + drv_gpio_set_mode3 0x00016635 Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode3) + drv_gpio_set_pull_state 0x00016665 Thumb Code 298 drv_gpio.o(i.drv_gpio_set_pull_state) + drv_i2c_dma_init 0x000167c9 Thumb Code 146 drv_i2c_dma.o(i.drv_i2c_dma_init) + drv_i2c_enable_rx_dma 0x00016875 Thumb Code 26 drv_i2c_dma.o(i.drv_i2c_enable_rx_dma) + drv_i2c_enable_tx_dma 0x0001688f Thumb Code 24 drv_i2c_dma.o(i.drv_i2c_enable_tx_dma) + drv_i2c_m_clear_it_pending_bit 0x000168a9 Thumb Code 86 drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) + drv_i2c_m_enable 0x00016909 Thumb Code 10 drv_i2c_master.o(i.drv_i2c_m_enable) + drv_i2c_m_enable_intr 0x00016919 Thumb Code 42 drv_i2c_master.o(i.drv_i2c_m_enable_intr) + drv_i2c_m_set_callback 0x00016951 Thumb Code 6 drv_i2c_master.o(i.drv_i2c_m_set_callback) + drv_i2c_master_init 0x0001695d Thumb Code 118 drv_i2c_master.o(i.drv_i2c_master_init) + drv_i2c_master_read_dma 0x000169e9 Thumb Code 82 drv_i2c_dma.o(i.drv_i2c_master_read_dma) + drv_i2c_master_write_dma 0x00016a45 Thumb Code 50 drv_i2c_dma.o(i.drv_i2c_master_write_dma) + drv_i2c_s_clear_it_pending_bit 0x00016ab1 Thumb Code 84 drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) + drv_i2c_s_enable_intr 0x00016b0d Thumb Code 40 drv_i2c_slave.o(i.drv_i2c_s_enable_intr) + drv_i2c_s_get_fifo_status 0x00016b41 Thumb Code 22 drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) + drv_i2c_s_set_callback 0x00016b5d Thumb Code 6 drv_i2c_slave.o(i.drv_i2c_s_set_callback) + drv_i2c_s_write_data 0x00016b69 Thumb Code 26 drv_i2c_slave.o(i.drv_i2c_s_write_data) + drv_i2c_set_dma_irq_callback 0x00016b89 Thumb Code 68 drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) + drv_i2c_slave_init 0x00016be1 Thumb Code 60 drv_i2c_slave.o(i.drv_i2c_slave_init) + drv_i2c_slave_write_dma 0x00016c25 Thumb Code 18 drv_i2c_dma.o(i.drv_i2c_slave_write_dma) + drv_lcdc_config_bypass 0x00016c41 Thumb Code 24 drv_lcdc.o(i.drv_lcdc_config_bypass) + drv_lcdc_config_ccm 0x00016c59 Thumb Code 48 drv_lcdc.o(i.drv_lcdc_config_ccm) + drv_lcdc_config_disp_mode 0x00016c89 Thumb Code 22 drv_lcdc.o(i.drv_lcdc_config_disp_mode) + drv_lcdc_config_dpi_polarity 0x00016c9f Thumb Code 36 drv_lcdc.o(i.drv_lcdc_config_dpi_polarity) + drv_lcdc_config_dpi_timing 0x00016cc3 Thumb Code 38 drv_lcdc.o(i.drv_lcdc_config_dpi_timing) + drv_lcdc_config_edpi_mode 0x00016ce9 Thumb Code 22 drv_lcdc.o(i.drv_lcdc_config_edpi_mode) + drv_lcdc_config_endianness 0x00016cff Thumb Code 22 drv_lcdc.o(i.drv_lcdc_config_endianness) + drv_lcdc_config_input_size 0x00016d15 Thumb Code 12 drv_lcdc.o(i.drv_lcdc_config_input_size) + drv_lcdc_config_int 0x00016d21 Thumb Code 30 drv_lcdc.o(i.drv_lcdc_config_int) + drv_lcdc_config_int_single 0x00016d3f Thumb Code 34 drv_lcdc.o(i.drv_lcdc_config_int_single) + drv_lcdc_config_overwrite 0x00016d61 Thumb Code 34 drv_lcdc.o(i.drv_lcdc_config_overwrite) + drv_lcdc_config_overwrite_rgb 0x00016d83 Thumb Code 12 drv_lcdc.o(i.drv_lcdc_config_overwrite_rgb) + drv_lcdc_config_partial_display_area 0x00016d8f Thumb Code 26 drv_lcdc.o(i.drv_lcdc_config_partial_display_area) + drv_lcdc_config_partial_display_enable 0x00016da9 Thumb Code 34 drv_lcdc.o(i.drv_lcdc_config_partial_display_enable) + drv_lcdc_config_scale_up_coef 0x00016dcb Thumb Code 26 drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) + drv_lcdc_config_scale_up_step 0x00016de5 Thumb Code 12 drv_lcdc.o(i.drv_lcdc_config_scale_up_step) + drv_lcdc_config_src_parameter 0x00016df1 Thumb Code 76 drv_lcdc.o(i.drv_lcdc_config_src_parameter) + drv_lcdc_config_thresh 0x00016e3d Thumb Code 6 drv_lcdc.o(i.drv_lcdc_config_thresh) + drv_lcdc_ctrl_flow 0x00016e43 Thumb Code 18 drv_lcdc.o(i.drv_lcdc_ctrl_flow) + drv_lcdc_enable_shadow_reg 0x00016e55 Thumb Code 32 drv_lcdc.o(i.drv_lcdc_enable_shadow_reg) + drv_lcdc_set_int 0x00016e75 Thumb Code 46 drv_lcdc.o(i.drv_lcdc_set_int) + drv_lcdc_set_video_hw_mode 0x00016ea9 Thumb Code 20 drv_lcdc.o(i.drv_lcdc_set_video_hw_mode) + drv_lcdc_start 0x00016ebd Thumb Code 32 drv_lcdc.o(i.drv_lcdc_start) + drv_memc_clear_status 0x00016edd Thumb Code 12 drv_memc.o(i.drv_memc_clear_status) + drv_memc_enable_irq 0x00016ee9 Thumb Code 58 drv_memc.o(i.drv_memc_enable_irq) + drv_memc_gen_a_tear_signal 0x00016f29 Thumb Code 12 drv_memc.o(i.drv_memc_gen_a_tear_signal) + drv_memc_get_status 0x00016f35 Thumb Code 18 drv_memc.o(i.drv_memc_get_status) + drv_memc_rate_transfer_sel 0x00016f47 Thumb Code 16 drv_memc.o(i.drv_memc_rate_transfer_sel) + drv_memc_sel_vsync 0x00016f57 Thumb Code 14 drv_memc.o(i.drv_memc_sel_vsync) + drv_memc_set_active_height 0x00016f65 Thumb Code 14 drv_memc.o(i.drv_memc_set_active_height) + drv_memc_set_data_mode 0x00016f79 Thumb Code 12 drv_memc.o(i.drv_memc_set_data_mode) + drv_memc_set_double_buffer 0x00016f85 Thumb Code 16 drv_memc.o(i.drv_memc_set_double_buffer) + drv_memc_set_double_buffer_reverse 0x00016f95 Thumb Code 18 drv_memc.o(i.drv_memc_set_double_buffer_reverse) + drv_memc_set_fs_en_conditions 0x00016fa7 Thumb Code 16 drv_memc.o(i.drv_memc_set_fs_en_conditions) + drv_memc_set_inten 0x00016fb7 Thumb Code 20 drv_memc.o(i.drv_memc_set_inten) + drv_memc_set_lcdc_st_conditions 0x00016fcd Thumb Code 18 drv_memc.o(i.drv_memc_set_lcdc_st_conditions) + drv_memc_set_ltpo_mode 0x00016fe5 Thumb Code 26 drv_memc.o(i.drv_memc_set_ltpo_mode) + drv_memc_set_tear_mode 0x00016fff Thumb Code 14 drv_memc.o(i.drv_memc_set_tear_mode) + drv_memc_set_tear_waveform 0x0001700d Thumb Code 34 drv_memc.o(i.drv_memc_set_tear_waveform) + drv_memc_set_vidc_sync_cnt 0x00017035 Thumb Code 14 drv_memc.o(i.drv_memc_set_vidc_sync_cnt) + drv_param_init_get_ccm 0x00017045 Thumb Code 4 drv_param_init.o(i.drv_param_init_get_ccm) + drv_param_init_get_scld_filter_h 0x0001704d Thumb Code 12 drv_param_init.o(i.drv_param_init_get_scld_filter_h) + drv_param_init_get_scld_filter_v 0x00017061 Thumb Code 12 drv_param_init.o(i.drv_param_init_get_scld_filter_v) + drv_param_init_get_sclu_filter 0x00017075 Thumb Code 4 drv_param_init.o(i.drv_param_init_get_sclu_filter) + drv_param_init_set_ccm 0x0001707d Thumb Code 14 drv_param_init.o(i.drv_param_init_set_ccm) + drv_param_p2r_filter_init 0x00017091 Thumb Code 30 drv_param_init.o(i.drv_param_p2r_filter_init) + drv_phy_enable_calibration 0x000170b5 Thumb Code 12 drv_phy_common.o(i.drv_phy_enable_calibration) + drv_phy_get_calibration 0x000170c5 Thumb Code 50 drv_phy_common.o(i.drv_phy_get_calibration) + drv_phy_get_pll_para 0x00017101 Thumb Code 88 drv_phy_common.o(i.drv_phy_get_pll_para) + drv_phy_get_rate_para 0x00017161 Thumb Code 76 drv_phy_common.o(i.drv_phy_get_rate_para) + drv_phy_test_clear 0x000171b5 Thumb Code 16 drv_phy_common.o(i.drv_phy_test_clear) + drv_phy_test_lock 0x000171c5 Thumb Code 24 drv_phy_common.o(i.drv_phy_test_lock) + drv_phy_test_write_1_byte 0x000171dd Thumb Code 32 drv_phy_common.o(i.drv_phy_test_write_1_byte) + drv_phy_test_write_2_byte 0x000171fd Thumb Code 38 drv_phy_common.o(i.drv_phy_test_write_2_byte) + drv_phy_test_write_code 0x00017223 Thumb Code 30 drv_phy_common.o(i.drv_phy_test_write_code) + drv_pwr_set_cp_mode 0x00017261 Thumb Code 26 drv_pwr.o(i.drv_pwr_set_cp_mode) + drv_pwr_set_pvd_mode 0x00017281 Thumb Code 18 drv_pwr.o(i.drv_pwr_set_pvd_mode) + drv_pwr_set_system_clk_src 0x00017299 Thumb Code 36 drv_pwr.o(i.drv_pwr_set_system_clk_src) + drv_rxbr_clear_pkt_buffer 0x0001730f Thumb Code 10 drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) + drv_rxbr_clear_status0 0x00017319 Thumb Code 4 drv_rxbr.o(i.drv_rxbr_clear_status0) + drv_rxbr_enable_irq 0x0001731d Thumb Code 90 drv_rxbr.o(i.drv_rxbr_enable_irq) + drv_rxbr_frame_drop_cfg 0x00017379 Thumb Code 16 drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) + drv_rxbr_get_clk 0x0001738d Thumb Code 44 drv_rxbr.o(i.drv_rxbr_get_clk) + drv_rxbr_get_col_addr 0x000173c9 Thumb Code 4 drv_rxbr.o(i.drv_rxbr_get_col_addr) + drv_rxbr_get_page_addr 0x000173df Thumb Code 4 drv_rxbr.o(i.drv_rxbr_get_page_addr) + drv_rxbr_hline_rcv0_cfg 0x000173f5 Thumb Code 12 drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) + drv_rxbr_hline_rcv_cfg 0x00017401 Thumb Code 8 drv_rxbr.o(i.drv_rxbr_hline_rcv_cfg) + drv_rxbr_register_irq0_callback 0x00017409 Thumb Code 6 drv_rxbr.o(i.drv_rxbr_register_irq0_callback) + drv_rxbr_register_irq1_callback 0x00017415 Thumb Code 6 drv_rxbr.o(i.drv_rxbr_register_irq1_callback) + drv_rxbr_set_ack_pkt_header 0x00017421 Thumb Code 20 drv_rxbr.o(i.drv_rxbr_set_ack_pkt_header) + drv_rxbr_set_cmd_filter 0x00017435 Thumb Code 204 drv_rxbr.o(i.drv_rxbr_set_cmd_filter) + drv_rxbr_set_color_format 0x00017501 Thumb Code 20 drv_rxbr.o(i.drv_rxbr_set_color_format) + drv_rxbr_set_inten 0x00017515 Thumb Code 20 drv_rxbr.o(i.drv_rxbr_set_inten) + drv_rxbr_set_ltpo_drop_th 0x00017529 Thumb Code 16 drv_rxbr.o(i.drv_rxbr_set_ltpo_drop_th) + drv_rxbr_set_usr_cfg 0x00017539 Thumb Code 38 drv_rxbr.o(i.drv_rxbr_set_usr_cfg) + drv_rxbr_set_usr_col 0x0001755f Thumb Code 8 drv_rxbr.o(i.drv_rxbr_set_usr_col) + drv_rxbr_set_usr_row 0x00017567 Thumb Code 8 drv_rxbr.o(i.drv_rxbr_set_usr_row) + drv_spi_m_read_data 0x00017571 Thumb Code 28 drv_spi_master.o(i.drv_spi_m_read_data) + drv_swire_set_int 0x00017591 Thumb Code 64 drv_swire.o(i.drv_swire_set_int) + drv_swire_set_power_down 0x000175d9 Thumb Code 24 drv_swire.o(i.drv_swire_set_power_down) + drv_sys_cfg_clear_all_int 0x000175f5 Thumb Code 8 drv_sys_cfg.o(i.drv_sys_cfg_clear_all_int) + drv_sys_cfg_clear_pending 0x00017601 Thumb Code 32 drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) + drv_sys_cfg_sel_ap_rst_lvl_trig 0x00017629 Thumb Code 18 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) + drv_sys_cfg_sel_ap_rst_trig 0x00017641 Thumb Code 22 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) + drv_sys_cfg_sel_gpio_group 0x0001765d Thumb Code 30 drv_sys_cfg.o(i.drv_sys_cfg_sel_gpio_group) + drv_sys_cfg_sel_int_trig 0x00017681 Thumb Code 30 drv_sys_cfg.o(i.drv_sys_cfg_sel_int_trig) + drv_sys_cfg_set_dma_rx_req 0x000176a5 Thumb Code 10 drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) + drv_sys_cfg_set_dma_tx_req 0x000176b5 Thumb Code 10 drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) + drv_sys_cfg_set_int 0x000176c5 Thumb Code 30 drv_sys_cfg.o(i.drv_sys_cfg_set_int) + drv_timer_clear_status_flags 0x000176e9 Thumb Code 26 drv_timer.o(i.drv_timer_clear_status_flags) + drv_timer_enable 0x00017703 Thumb Code 32 drv_timer.o(i.drv_timer_enable) + drv_timer_get_instance 0x00017725 Thumb Code 10 drv_timer.o(i.drv_timer_get_instance) + drv_timer_get_prescaler 0x00017735 Thumb Code 14 drv_timer.o(i.drv_timer_get_prescaler) + drv_timer_register_callback 0x00017789 Thumb Code 14 drv_timer.o(i.drv_timer_register_callback) + drv_timer_set_current_count 0x0001779d Thumb Code 12 drv_timer.o(i.drv_timer_set_current_count) + drv_timer_set_int 0x000177a9 Thumb Code 68 drv_timer.o(i.drv_timer_set_int) + drv_timer_set_match 0x000177f1 Thumb Code 12 drv_timer.o(i.drv_timer_set_match) + drv_timer_set_prescaler 0x000177fd Thumb Code 22 drv_timer.o(i.drv_timer_set_prescaler) + drv_tx_phy_test_enter 0x0001781d Thumb Code 28 drv_dsi_tx.o(i.drv_tx_phy_test_enter) + drv_tx_phy_test_exit 0x00017839 Thumb Code 28 drv_dsi_tx.o(i.drv_tx_phy_test_exit) + drv_vidc_clear_irq 0x0001788b Thumb Code 8 drv_vidc.o(i.drv_vidc_clear_irq) + drv_vidc_enable 0x00017893 Thumb Code 24 drv_vidc.o(i.drv_vidc_enable) + drv_vidc_enable_irq 0x000178ad Thumb Code 58 drv_vidc.o(i.drv_vidc_enable_irq) + drv_vidc_get_irq_status 0x000178ed Thumb Code 18 drv_vidc.o(i.drv_vidc_get_irq_status) + drv_vidc_init_module_enable 0x00017901 Thumb Code 36 drv_vidc.o(i.drv_vidc_init_module_enable) + drv_vidc_register_callback 0x00017929 Thumb Code 6 drv_vidc.o(i.drv_vidc_register_callback) + drv_vidc_reset 0x00017935 Thumb Code 6 drv_vidc.o(i.drv_vidc_reset) + drv_vidc_set_dst_parameter 0x0001793b Thumb Code 60 drv_vidc.o(i.drv_vidc_set_dst_parameter) + drv_vidc_set_irqen 0x00017977 Thumb Code 20 drv_vidc.o(i.drv_vidc_set_irqen) + drv_vidc_set_mirror 0x0001798b Thumb Code 16 drv_vidc.o(i.drv_vidc_set_mirror) + drv_vidc_set_p2r_hcoef0 0x0001799b Thumb Code 8 drv_vidc.o(i.drv_vidc_set_p2r_hcoef0) + drv_vidc_set_p2r_hinitb 0x000179a3 Thumb Code 38 drv_vidc.o(i.drv_vidc_set_p2r_hinitb) + drv_vidc_set_p2r_hinitr 0x000179c9 Thumb Code 38 drv_vidc.o(i.drv_vidc_set_p2r_hinitr) + drv_vidc_set_pentile_swap 0x000179f1 Thumb Code 18 drv_vidc.o(i.drv_vidc_set_pentile_swap) + drv_vidc_set_pu_ctrl 0x00017a09 Thumb Code 10 drv_vidc.o(i.drv_vidc_set_pu_ctrl) + drv_vidc_set_rotation 0x00017a13 Thumb Code 16 drv_vidc.o(i.drv_vidc_set_rotation) + drv_vidc_set_scld_hcoef0 0x00017a23 Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_hcoef0) + drv_vidc_set_scld_hcoef1 0x00017a2d Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_hcoef1) + drv_vidc_set_scld_step 0x00017a37 Thumb Code 18 drv_vidc.o(i.drv_vidc_set_scld_step) + drv_vidc_set_scld_vcoef0 0x00017a49 Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_vcoef0) + drv_vidc_set_scld_vcoef1 0x00017a53 Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_vcoef1) + drv_vidc_set_src_parameter 0x00017a5d Thumb Code 22 drv_vidc.o(i.drv_vidc_set_src_parameter) + drv_wdg_clear_counter 0x00017a75 Thumb Code 12 drv_wdg.o(i.drv_wdg_clear_counter) + drv_wdg_set_int 0x00017aa5 Thumb Code 48 drv_wdg.o(i.drv_wdg_set_int) + fls_clr_interrupt_flag 0x00017ad9 Thumb Code 10 drv_fls.o(i.fls_clr_interrupt_flag) + fputc 0x00017ae3 Thumb Code 20 tau_log.o(i.fputc) + hal_dsi_rx_ctrl_create_handle 0x00017af9 Thumb Code 42 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) + hal_dsi_rx_ctrl_deinit 0x00017b29 Thumb Code 148 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) + hal_dsi_rx_ctrl_dsc_async_handler 0x00017bc5 Thumb Code 120 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) + hal_dsi_rx_ctrl_gen_a_tear_signal 0x00017c49 Thumb Code 32 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) + hal_dsi_rx_ctrl_get_max_ret_size 0x00017c71 Thumb Code 30 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) + hal_dsi_rx_ctrl_init 0x00017c99 Thumb Code 144 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) + hal_dsi_rx_ctrl_pre_init_pps 0x000183cd Thumb Code 56 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) + hal_dsi_rx_ctrl_send_ack_cmd 0x00018409 Thumb Code 212 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) + hal_dsi_rx_ctrl_set_cus_sync_line 0x000184f9 Thumb Code 44 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) + hal_dsi_rx_ctrl_set_hw_tear_mode 0x0001852d Thumb Code 42 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) + hal_dsi_rx_ctrl_set_sw_tear_mode 0x0001860d Thumb Code 42 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) + hal_dsi_rx_ctrl_start 0x00018641 Thumb Code 46 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) + hal_dsi_rx_ctrl_stop 0x0001867d Thumb Code 46 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) + hal_dsi_rx_ctrl_toggle_resolution 0x000186b9 Thumb Code 28 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) + hal_dsi_tx_ctrl_create_handle 0x00018d6d Thumb Code 34 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) + hal_dsi_tx_ctrl_deinit 0x00018d99 Thumb Code 68 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) + hal_dsi_tx_ctrl_enter_init_panel_mode 0x00018de1 Thumb Code 68 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) + hal_dsi_tx_ctrl_exit_init_panel_mode 0x00018e2d Thumb Code 32 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) + hal_dsi_tx_ctrl_init 0x00018e55 Thumb Code 188 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) + hal_dsi_tx_ctrl_panel_reset_pin 0x00018f3d Thumb Code 12 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) + hal_dsi_tx_ctrl_set_ccm 0x00018f49 Thumb Code 28 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) + hal_dsi_tx_ctrl_set_overwrite_rgb 0x00018f69 Thumb Code 16 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) + hal_dsi_tx_ctrl_set_partial_disp 0x00018f7d Thumb Code 12 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) + hal_dsi_tx_ctrl_set_partial_disp_area 0x00018f8d Thumb Code 30 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) + hal_dsi_tx_ctrl_start 0x00018fb1 Thumb Code 94 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) + hal_dsi_tx_ctrl_stop 0x0001901d Thumb Code 54 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) + hal_dsi_tx_ctrl_write_array_cmd 0x00019061 Thumb Code 210 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) + hal_dsi_tx_ctrl_write_cmd 0x00019139 Thumb Code 172 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) + hal_gpio_ctrl_eint 0x000193cd Thumb Code 18 hal_gpio.o(i.hal_gpio_ctrl_eint) + hal_gpio_get_input_data 0x000193e5 Thumb Code 18 hal_gpio.o(i.hal_gpio_get_input_data) + hal_gpio_init_eint 0x000193f9 Thumb Code 58 hal_gpio.o(i.hal_gpio_init_eint) + hal_gpio_init_input 0x00019439 Thumb Code 28 hal_gpio.o(i.hal_gpio_init_input) + hal_gpio_init_output 0x00019459 Thumb Code 34 hal_gpio.o(i.hal_gpio_init_output) + hal_gpio_reg_eint_cb 0x00019481 Thumb Code 20 hal_gpio.o(i.hal_gpio_reg_eint_cb) + hal_gpio_set_ap_reset_int 0x00019499 Thumb Code 76 hal_gpio.o(i.hal_gpio_set_ap_reset_int) + hal_gpio_set_mode 0x000194e9 Thumb Code 90 hal_gpio.o(i.hal_gpio_set_mode) + hal_gpio_set_output_data 0x00019549 Thumb Code 8 hal_gpio.o(i.hal_gpio_set_output_data) + hal_gpio_set_pull_state 0x00019551 Thumb Code 26 hal_gpio.o(i.hal_gpio_set_pull_state) + hal_i2c_m_dma_init 0x00019571 Thumb Code 92 hal_i2c_master.o(i.hal_i2c_m_dma_init) + hal_i2c_m_dma_read 0x000195dd Thumb Code 26 hal_i2c_master.o(i.hal_i2c_m_dma_read) + hal_i2c_m_dma_write 0x000195fd Thumb Code 24 hal_i2c_master.o(i.hal_i2c_m_dma_write) + hal_i2c_m_transfer_complate 0x00019619 Thumb Code 6 hal_i2c_master.o(i.hal_i2c_m_transfer_complate) + hal_i2c_s_dma_write 0x00019655 Thumb Code 46 hal_i2c_slave.o(i.hal_i2c_s_dma_write) + hal_i2c_s_init 0x0001968d Thumb Code 86 hal_i2c_slave.o(i.hal_i2c_s_init) + hal_i2c_s_nonblocking_read 0x000196f9 Thumb Code 14 hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) + hal_i2c_s_set_transfer 0x0001970d Thumb Code 6 hal_i2c_slave.o(i.hal_i2c_s_set_transfer) + hal_internal_init_memc 0x00019865 Thumb Code 146 hal_internal_vsync.o(i.hal_internal_init_memc) + hal_internal_sync_get_fb_setting 0x00019949 Thumb Code 12 hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) + hal_internal_sync_input_resolution_change 0x00019959 Thumb Code 418 hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) + hal_internal_vsync_deinit 0x00019b6d Thumb Code 24 hal_internal_vsync.o(i.hal_internal_vsync_deinit) + hal_internal_vsync_get_rx_state 0x00019b89 Thumb Code 6 hal_internal_vsync.o(i.hal_internal_vsync_get_rx_state) + hal_internal_vsync_get_sync_line 0x00019b95 Thumb Code 18 hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) + hal_internal_vsync_get_tx_state 0x00019bad Thumb Code 6 hal_internal_vsync.o(i.hal_internal_vsync_get_tx_state) + hal_internal_vsync_init_rx 0x00019bb9 Thumb Code 220 hal_internal_vsync.o(i.hal_internal_vsync_init_rx) + hal_internal_vsync_init_tx 0x00019cb5 Thumb Code 172 hal_internal_vsync.o(i.hal_internal_vsync_init_tx) + hal_internal_vsync_set_auto_hw_filter 0x00019d65 Thumb Code 222 hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) + hal_internal_vsync_set_rx_state 0x00019e81 Thumb Code 16 hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) + hal_internal_vsync_set_sync_line 0x00019e95 Thumb Code 22 hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) + hal_internal_vsync_set_tear_mode 0x00019eb1 Thumb Code 64 hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) + hal_internal_vsync_set_tx_state 0x00019ef9 Thumb Code 54 hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) + hal_spi_m_clear_rxfifo 0x0001a31d Thumb Code 14 hal_spi_master.o(i.hal_spi_m_clear_rxfifo) + hal_swire_open 0x0001a32b Thumb Code 22 hal_swire.o(i.hal_swire_open) + hal_system_enable_systick 0x0001a341 Thumb Code 8 hal_system.o(i.hal_system_enable_systick) + hal_system_init 0x0001a349 Thumb Code 104 hal_system.o(i.hal_system_init) + hal_system_init_console 0x0001a3d1 Thumb Code 28 hal_system.o(i.hal_system_init_console) + hal_system_set_phy_calibration 0x0001a3ed Thumb Code 8 hal_system.o(i.hal_system_set_phy_calibration) + hal_system_set_pvd 0x0001a3f5 Thumb Code 8 hal_system.o(i.hal_system_set_pvd) + hal_system_set_vcc 0x0001a3fd Thumb Code 8 hal_system.o(i.hal_system_set_vcc) + hal_timer_init 0x0001a405 Thumb Code 26 hal_timer.o(i.hal_timer_init) + hal_timer_start 0x0001a421 Thumb Code 74 hal_timer.o(i.hal_timer_start) + hal_timer_stop 0x0001a471 Thumb Code 48 hal_timer.o(i.hal_timer_stop) + hal_uart_init 0x0001a4a1 Thumb Code 126 hal_uart.o(i.hal_uart_init) + hal_uart_transmit_blocking 0x0001a52d Thumb Code 12 hal_uart.o(i.hal_uart_transmit_blocking) + handle_init 0x0001a53d Thumb Code 140 irq_redirect .o(i.handle_init) + main 0x0001a76d Thumb Code 10 main.o(i.main) + sqrt 0x0001b311 Thumb Code 66 sqrt.o(i.sqrt) + tp_heartbeat_exec 0x0001b359 Thumb Code 56 ap_demo.o(i.tp_heartbeat_exec) + panel_init_code 0x0001b79c Data 6319 ap_demo.o(.constdata) + phone_data_21 0x0001d0cc Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_55 0x0001d0cd Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_85_1 0x0001d0ce Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_92_1 0x0001d0cf Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_F5_1 0x0001d0d0 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_F5_2 0x0001d0d1 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_F5_3 0x0001d0d2 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_F5_4 0x0001d0d3 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_30 0x0001d0d4 Data 2 app_tp_for_custom_s8.o(.constdata) + phone_data_52 0x0001d0d6 Data 3 app_tp_for_custom_s8.o(.constdata) + phone_data_92_3 0x0001d0d9 Data 3 app_tp_for_custom_s8.o(.constdata) + phone_data_A3 0x0001d0dc Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_A4 0x0001d0e0 Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_A5 0x0001d0e4 Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_AF 0x0001d0e8 Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_F1 0x0001d0ec Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_22 0x0001d0f0 Data 5 app_tp_for_custom_s8.o(.constdata) + phone_data_92_2 0x0001d0f5 Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_F6_1 0x0001d0fb Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_F6_2 0x0001d101 Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_F6_3 0x0001d107 Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_F6_4 0x0001d10d Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_60_1 0x0001d113 Data 16 app_tp_for_custom_s8.o(.constdata) + phone_data_23 0x0001d123 Data 11 app_tp_for_custom_s8.o(.constdata) + phone_data_85_2 0x0001d12e Data 28 app_tp_for_custom_s8.o(.constdata) + phone_data_90 0x0001d14a Data 10 app_tp_for_custom_s8.o(.constdata) + phone_data_72_0 0x0001d154 Data 1292 app_tp_for_custom_s8.o(.constdata) + phone_data_72_5 0x0001d660 Data 1292 app_tp_for_custom_s8.o(.constdata) + phone_data_72_13 0x0001db6c Data 1292 app_tp_for_custom_s8.o(.constdata) + phone_data_75_01 0x0001e078 Data 654 app_tp_for_custom_s8.o(.constdata) + phone_data_75_02 0x0001e306 Data 654 app_tp_for_custom_s8.o(.constdata) + phone_data_75_03 0x0001e594 Data 654 app_tp_for_custom_s8.o(.constdata) + phone_data_75_06 0x0001e822 Data 654 app_tp_for_custom_s8.o(.constdata) + phone_data_75_07 0x0001eab0 Data 654 app_tp_for_custom_s8.o(.constdata) + phone_data_75_05 0x0001ed3e Data 654 app_tp_for_custom_s8.o(.constdata) + phone_data_75_00 0x0001efcc Data 288 app_tp_for_custom_s8.o(.constdata) + phone_data_75_FF 0x0001f0ec Data 288 app_tp_for_custom_s8.o(.constdata) + sleep_on 0x0001f20c Data 16 app_tp_for_custom_s8.o(.constdata) + screen_reg_start_data_size 0x0001f21c Data 1 app_tp_for_custom_s8.o(.constdata) + Region$$Table$$Base 0x0001f5fc Number 0 anon$$obj.o(Region$$Table) + Region$$Table$$Limit 0x0001f62c Number 0 anon$$obj.o(Region$$Table) + g_fun_handle 0x00070100 Data 192 irq_redirect .o(.ARM.__AT_0x00070100) + phone_86_flag 0x000701d6 Data 1 ap_demo.o(.data) + phone_A6_flag 0x000701d7 Data 1 ap_demo.o(.data) + phone_start_flag 0x000701d8 Data 1 ap_demo.o(.data) + phone_DisplayOFF_flag 0x000701d9 Data 1 ap_demo.o(.data) + ap_tear_flag 0x000701de Data 1 ap_demo.o(.data) + g_enter_display_off 0x000701df Data 1 ap_demo.o(.data) + panel_mode 0x000701e1 Data 1 ap_demo.o(.data) + phone_DisplayOFF_count 0x000701e4 Data 2 ap_demo.o(.data) + value_reg_b1 0x000701e6 Data 2 ap_demo.o(.data) + value_reg_b1_bak 0x000701e8 Data 2 ap_demo.o(.data) + value_reg51 0x000701ea Data 2 ap_demo.o(.data) + value_reg51_bak 0x000701ec Data 2 ap_demo.o(.data) + panel_r 0x000701ee Data 2 ap_demo.o(.data) + panel_g 0x000701f0 Data 2 ap_demo.o(.data) + panel_b 0x000701f2 Data 2 ap_demo.o(.data) + s_heartbeat 0x000701fc Data 4 ap_demo.o(.data) + value_reg_ca 0x00070200 Data 4 ap_demo.o(.data) + phone_data_E4 0x00070208 Data 1 app_tp_for_custom_s8.o(.data) + tp_flag 0x00070209 Data 1 app_tp_for_custom_s8.o(.data) + g_phone_output_int_pad 0x0007020a Data 1 app_tp_for_custom_s8.o(.data) + tp_sleep_in 0x0007020b Data 1 app_tp_for_custom_s8.o(.data) + tp_sleep_count 0x0007020c Data 1 app_tp_for_custom_s8.o(.data) + sleep_double_EN 0x0007020d Data 1 app_tp_for_custom_s8.o(.data) + Flag_EA_EN 0x0007020e Data 1 app_tp_for_custom_s8.o(.data) + Flag_touch_count 0x0007020f Data 1 app_tp_for_custom_s8.o(.data) + touchnum_bak 0x00070210 Data 1 app_tp_for_custom_s8.o(.data) + Flag_blacklight_EN 0x00070211 Data 1 app_tp_for_custom_s8.o(.data) + phone_data_B1 0x0007021a Data 2 app_tp_for_custom_s8.o(.data) + phone_reg_coord_back 0x00070224 Data 200 app_tp_for_custom_s8.o(.data) + g_screen_input_rst_pad 0x000702ec Data 1 app_tp_for_custom_s8.o(.data) + g_screen_input_int_pad 0x000702ed Data 1 app_tp_for_custom_s8.o(.data) + screen_data_write_1 0x000702ee Data 1 app_tp_for_custom_s8.o(.data) + screen_data_write_2 0x000702ef Data 3 app_tp_for_custom_s8.o(.data) + screen_data_write_3 0x000702f2 Data 5 app_tp_for_custom_s8.o(.data) + screen_reg_int_data 0x000702f8 Data 48 app_tp_for_custom_s8.o(.data) + s_screen_init_complate 0x0007032c Data 1 app_tp_transfer.o(.data) + MI10_PRO_screen_init_data1 0x00070330 Data 3 app_tp_transfer.o(.data) + MI10_PRO_screen_init_data3 0x00070333 Data 3 app_tp_transfer.o(.data) + MI10_PRO_screen_init_data4 0x00070336 Data 3 app_tp_transfer.o(.data) + MI10_PRO_TP_Tuning_data1 0x00070339 Data 3 app_tp_transfer.o(.data) + MI10_PRO_TP_Tuning_data2 0x0007033c Data 3 app_tp_transfer.o(.data) + MI10_PRO_TP_Tuning_data3 0x0007033f Data 3 app_tp_transfer.o(.data) + MI10_PRO_TP_Tuning_data6 0x00070342 Data 3 app_tp_transfer.o(.data) + MI10_PRO_TP_Tuning_data7 0x00070345 Data 3 app_tp_transfer.o(.data) + MI10_PRO_TP_Tuning_data8 0x00070348 Data 3 app_tp_transfer.o(.data) + MI10_PRO_TP_Tuning_data4 0x0007034b Data 4 app_tp_transfer.o(.data) + MI10_PRO_TP_Tuning_data5 0x0007034f Data 4 app_tp_transfer.o(.data) + MI10_PRO_screen_init_data2 0x00070353 Data 6 app_tp_transfer.o(.data) + g_fls_w_cmd 0x00070384 Data 1 norflash.o(.data) + g_fls_r_cmd 0x00070385 Data 1 norflash.o(.data) + g_fls_write_en_status 0x00070386 Data 1 norflash.o(.data) + isFlsTransferEnd 0x00070387 Data 1 norflash.o(.data) + isFlsFifoReq 0x00070388 Data 1 norflash.o(.data) + isNandWriteCompleted 0x00070389 Data 1 norflash.o(.data) + isNandReadCompleted 0x0007038a Data 1 norflash.o(.data) + g_fls_error_info 0x00070390 Data 6 norflash.o(.data) + g_systick_cb_func 0x0007039c Data 4 drv_common.o(.data) + g_system_clock 0x000703a0 Data 4 drv_common.o(.data) + tx_byte_num 0x000703b8 Data 4 drv_i2c_slave.o(.data) + g_scld_fhd_filter_h 0x000703bc Data 256 drv_param_init.o(.data) + g_scld_fhd_filter_v 0x000704bc Data 256 drv_param_init.o(.data) + g_scld_hd_filter_h 0x000705bc Data 256 drv_param_init.o(.data) + g_scld_hd_filter_v 0x000706bc Data 256 drv_param_init.o(.data) + g_sclu_lanczos_filter 0x000707bc Data 128 drv_param_init.o(.data) + g_ccm_setting 0x0007083c Data 36 drv_param_init.o(.data) + g_int_rxbr_irq0_cb_func 0x000708c4 Data 4 drv_rxbr.o(.data) + g_int_rxbr_irq1_cb_func 0x000708c8 Data 4 drv_rxbr.o(.data) + g_int_vidc_cb_func 0x000708cc Data 4 drv_vidc.o(.data) + __stdout 0x00070900 Data 4 stdout.o(.data) + tp_scan_data 0x00070a98 Data 12 app_tp_transfer.o(.bss) + string 0x00070bac Data 256 tau_log.o(.bss) + hal_dmahandle 0x00070cac Data 160 hal_uart.o(.bss) + hal_uarthandle_dma 0x00070d4c Data 32 hal_uart.o(.bss) + hal_uart_handle_global 0x00070d6c Data 16 hal_uart.o(.bss) + g_vsync_hande 0x00070f18 Data 56 hal_internal_vsync.o(.bss) + g_dcs_execute_table 0x00070f50 Data 2048 hal_internal_vsync.o(.bss) + g_packet_fifo 0x00071870 Data 4144 dcs_packet_fifo.o(.bss) + g_spis_ctrl_handle 0x000728a0 Data 32 hal_spi_slave.o(.bss) + __stack_limit 0x000728c0 Data 0 startup_armcm0.o(STACK) + __initial_sp 0x000738c0 Data 0 startup_armcm0.o(STACK) + + + +============================================================================== + +Memory Map of the image + + Image Entry point : 0x000100c1 + + Load Region LR_IROM2 (Base: 0x00010000, Size: 0x0000fd64, Max: 0x00010000, ABSOLUTE, COMPRESSED[0x0000fa10]) + + Execution Region ER_IROM2 (Exec base: 0x00010000, Load base: 0x00010000, Size: 0x0000f62c, Max: 0x00010000, ABSOLUTE) + + Exec Addr Load Addr Size Type Attr Idx E Section Name Object + + 0x00010000 0x00010000 0x000000c0 Data RO 587 RESET startup_armcm0.o + 0x000100c0 0x000100c0 0x00000000 Code RO 2576 * .ARM.Collect$$$$00000000 mc_p.l(entry.o) + 0x000100c0 0x000100c0 0x00000004 Code RO 2886 .ARM.Collect$$$$00000001 mc_p.l(entry2.o) + 0x000100c4 0x000100c4 0x00000004 Code RO 2889 .ARM.Collect$$$$00000004 mc_p.l(entry5.o) + 0x000100c8 0x000100c8 0x00000000 Code RO 2891 .ARM.Collect$$$$00000008 mc_p.l(entry7b.o) + 0x000100c8 0x000100c8 0x00000000 Code RO 2893 .ARM.Collect$$$$0000000A mc_p.l(entry8b.o) + 0x000100c8 0x000100c8 0x00000008 Code RO 2894 .ARM.Collect$$$$0000000B mc_p.l(entry9a.o) + 0x000100d0 0x000100d0 0x00000000 Code RO 2896 .ARM.Collect$$$$0000000D mc_p.l(entry10a.o) + 0x000100d0 0x000100d0 0x00000000 Code RO 2898 .ARM.Collect$$$$0000000F mc_p.l(entry11a.o) + 0x000100d0 0x000100d0 0x00000004 Code RO 2887 .ARM.Collect$$$$00002712 mc_p.l(entry2.o) + 0x000100d4 0x000100d4 0x00000078 Code RO 588 .text startup_armcm0.o + 0x0001014c 0x0001014c 0x0000002c Code RO 2579 .text mc_p.l(uidiv.o) + 0x00010178 0x00010178 0x00000028 Code RO 2581 .text mc_p.l(idiv.o) + 0x000101a0 0x000101a0 0x00000024 Code RO 2583 .text mc_p.l(memcpya.o) + 0x000101c4 0x000101c4 0x00000024 Code RO 2585 .text mc_p.l(memseta.o) + 0x000101e8 0x000101e8 0x000000b2 Code RO 2850 .text mf_p.l(fadd.o) + 0x0001029a 0x0001029a 0x0000007a Code RO 2852 .text mf_p.l(fmul.o) + 0x00010314 0x00010314 0x0000007c Code RO 2854 .text mf_p.l(fdiv.o) + 0x00010390 0x00010390 0x00000018 Code RO 2856 .text mf_p.l(fscalb.o) + 0x000103a8 0x000103a8 0x00000164 Code RO 2858 .text mf_p.l(dadd.o) + 0x0001050c 0x0001050c 0x000000d0 Code RO 2860 .text mf_p.l(dmul.o) + 0x000105dc 0x000105dc 0x000000f0 Code RO 2862 .text mf_p.l(ddiv.o) + 0x000106cc 0x000106cc 0x00000016 Code RO 2864 .text mf_p.l(fflti.o) + 0x000106e2 0x000106e2 0x0000000e Code RO 2866 .text mf_p.l(ffltui.o) + 0x000106f0 0x000106f0 0x0000001c Code RO 2870 .text mf_p.l(dfltui.o) + 0x0001070c 0x0001070c 0x00000032 Code RO 2872 .text mf_p.l(ffixi.o) + 0x0001073e 0x0001073e 0x00000028 Code RO 2874 .text mf_p.l(ffixui.o) + 0x00010766 0x00010766 0x00000002 PAD + 0x00010768 0x00010768 0x00000048 Code RO 2876 .text mf_p.l(dfixi.o) + 0x000107b0 0x000107b0 0x0000003c Code RO 2878 .text mf_p.l(dfixui.o) + 0x000107ec 0x000107ec 0x00000028 Code RO 2880 .text mf_p.l(f2d.o) + 0x00010814 0x00010814 0x00000028 Code RO 2882 .text mf_p.l(cdcmple.o) + 0x0001083c 0x0001083c 0x00000014 Code RO 2884 .text mf_p.l(cfrcmple.o) + 0x00010850 0x00010850 0x00000060 Code RO 2901 .text mc_p.l(uldiv.o) + 0x000108b0 0x000108b0 0x00000020 Code RO 2903 .text mc_p.l(llshl.o) + 0x000108d0 0x000108d0 0x00000022 Code RO 2905 .text mc_p.l(llushr.o) + 0x000108f2 0x000108f2 0x00000026 Code RO 2907 .text mc_p.l(llsshr.o) + 0x00010918 0x00010918 0x00000000 Code RO 2916 .text mc_p.l(iusefp.o) + 0x00010918 0x00010918 0x00000082 Code RO 2917 .text mf_p.l(fepilogue.o) + 0x0001099a 0x0001099a 0x000000be Code RO 2919 .text mf_p.l(depilogue.o) + 0x00010a58 0x00010a58 0x000000a2 Code RO 2923 .text mf_p.l(dsqrt.o) + 0x00010afa 0x00010afa 0x00000002 PAD + 0x00010afc 0x00010afc 0x00000040 Code RO 2925 .text mf_p.l(dfixul.o) + 0x00010b3c 0x00010b3c 0x00000028 Code RO 2927 .text mf_p.l(cdrcmple.o) + 0x00010b64 0x00010b64 0x00000024 Code RO 2929 .text mc_p.l(init.o) + 0x00010b88 0x00010b88 0x00000056 Code RO 2939 .text mc_p.l(__dczerorl2.o) + 0x00010bde 0x00010bde 0x00000002 PAD + 0x00010be0 0x00010be0 0x00000018 Code RO 2171 i.ADC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010bf8 0x00010bf8 0x00000018 Code RO 2172 i.AP_NRESET_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c10 0x00010c10 0x00000014 Code RO 2173 i.DMA_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c24 0x00010c24 0x0000001c Code RO 2174 i.EXTI_INT0_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c40 0x00010c40 0x0000001c Code RO 2175 i.EXTI_INT1_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c5c 0x00010c5c 0x0000001c Code RO 2176 i.EXTI_INT2_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c78 0x00010c78 0x0000001c Code RO 2177 i.EXTI_INT3_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c94 0x00010c94 0x0000001c Code RO 2178 i.EXTI_INT4_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010cb0 0x00010cb0 0x0000001c Code RO 2179 i.EXTI_INT5_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010ccc 0x00010ccc 0x0000001c Code RO 2180 i.EXTI_INT6_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010ce8 0x00010ce8 0x0000001c Code RO 2181 i.EXTI_INT7_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d04 0x00010d04 0x00000014 Code RO 2182 i.FLSCTRL_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d18 0x00010d18 0x00000074 Code RO 99 i.Gpio_swire_output ap_demo.o + 0x00010d8c 0x00010d8c 0x00000014 Code RO 2183 i.HardFault_Handler CVWL568.lib(irq_redirect .o) + 0x00010da0 0x00010da0 0x00000018 Code RO 2184 i.I2C0_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010db8 0x00010db8 0x00000018 Code RO 2185 i.I2C1_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010dd0 0x00010dd0 0x00000018 Code RO 2186 i.LCDC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010de8 0x00010de8 0x00000028 Code RO 963 i.LOG_printf CVWL568.lib(tau_log.o) + 0x00010e10 0x00010e10 0x00000018 Code RO 2187 i.MEMC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010e28 0x00010e28 0x00000018 Code RO 2188 i.MIPI_RX_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010e40 0x00010e40 0x00000018 Code RO 2189 i.MIPI_TX_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010e58 0x00010e58 0x0000001c Code RO 2190 i.PWMDET_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010e74 0x00010e74 0x00000124 Code RO 376 i.S20_Start_init app_tp_transfer.o + 0x00010f98 0x00010f98 0x0000001c Code RO 2191 i.SPIM_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010fb4 0x00010fb4 0x0000001c Code RO 2192 i.SPIS_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010fd0 0x00010fd0 0x0000001c Code RO 2193 i.SWIRE_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010fec 0x00010fec 0x00000002 Code RO 2436 i.UART_DisableDma CVWL568.lib(drv_uart.o) + 0x00010fee 0x00010fee 0x00000004 Code RO 2442 i.UART_GetInstance CVWL568.lib(drv_uart.o) + 0x00010ff2 0x00010ff2 0x0000000e Code RO 2933 i.__scatterload_copy mc_p.l(handlers.o) + 0x00011000 0x00011000 0x00000014 Data RO 1085 .ARM.__at_0x11000 CVWL568.lib(drv_common.o) + 0x00011014 0x00011014 0x00000018 Code RO 2194 i.SysTick_Handler CVWL568.lib(irq_redirect .o) + 0x0001102c 0x0001102c 0x00000018 Code RO 2195 i.TIMER0_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00011044 0x00011044 0x00000018 Code RO 2196 i.TIMER1_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x0001105c 0x0001105c 0x00000018 Code RO 2197 i.TIMER2_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00011074 0x00011074 0x00000018 Code RO 2198 i.TIMER3_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x0001108c 0x0001108c 0x0000001c Code RO 2432 i.UART0_IRQ_Handle CVWL568.lib(drv_uart.o) + 0x000110a8 0x000110a8 0x00000018 Code RO 2199 i.UART_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x000110c0 0x000110c0 0x00000024 Code RO 2450 i.UART_ResetRxFIFO CVWL568.lib(drv_uart.o) + 0x000110e4 0x000110e4 0x00000048 Code RO 2453 i.UART_SetBaudRate CVWL568.lib(drv_uart.o) + 0x0001112c 0x0001112c 0x0000001a Code RO 2454 i.UART_SwitchSCLK CVWL568.lib(drv_uart.o) + 0x00011146 0x00011146 0x00000134 Code RO 2456 i.UART_TransferHandleIRQ CVWL568.lib(drv_uart.o) + 0x0001127a 0x0001127a 0x0000001a Code RO 2458 i.UART_WriteBlocking CVWL568.lib(drv_uart.o) + 0x00011294 0x00011294 0x000000bc Code RO 2459 i.UART_init CVWL568.lib(drv_uart.o) + 0x00011350 0x00011350 0x00000018 Code RO 2200 i.VIDC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00011368 0x00011368 0x00000018 Code RO 2201 i.VPRE_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00011380 0x00011380 0x00000018 Code RO 2202 i.WDG_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00011398 0x00011398 0x00000020 Code RO 2822 i.__0printf mc_p.l(printfa.o) + 0x000113b8 0x000113b8 0x00000024 Code RO 2828 i.__0vsprintf mc_p.l(printfa.o) + 0x000113dc 0x000113dc 0x0000002e Code RO 2921 i.__ARM_clz mf_p.l(depilogue.o) + 0x0001140a 0x0001140a 0x0000001a Code RO 244 i.__ARM_common_switch8 ap_demo.o + 0x00011424 0x00011424 0x00000018 Code RO 1403 i.__NVIC_ClearPendingIRQ CVWL568.lib(drv_i2c_master.o) + 0x0001143c 0x0001143c 0x00000018 Code RO 1436 i.__NVIC_ClearPendingIRQ CVWL568.lib(drv_i2c_slave.o) + 0x00011454 0x00011454 0x00000018 Code RO 1531 i.__NVIC_ClearPendingIRQ CVWL568.lib(drv_spi_master.o) + 0x0001146c 0x0001146c 0x00000020 Code RO 2025 i.__NVIC_DisableIRQ CVWL568.lib(drv_rxbr.o) + 0x0001148c 0x0001148c 0x00000018 Code RO 2026 i.__NVIC_EnableIRQ CVWL568.lib(drv_rxbr.o) + 0x000114a4 0x000114a4 0x00000044 Code RO 2299 i.__NVIC_SetPriority CVWL568.lib(hal_spi_slave.o) + 0x000114e8 0x000114e8 0x00000002 Code RO 2934 i.__scatterload_null mc_p.l(handlers.o) + 0x000114ea 0x000114ea 0x0000000e Code RO 2935 i.__scatterload_zeroinit mc_p.l(handlers.o) + 0x000114f8 0x000114f8 0x0000000c Code RO 2911 i.__set_errno mc_p.l(errno.o) + 0x00011504 0x00011504 0x00000174 Code RO 2829 i._fp_digits mc_p.l(printfa.o) + 0x00011678 0x00011678 0x000006ec Code RO 2830 i._printf_core mc_p.l(printfa.o) + 0x00011d64 0x00011d64 0x00000020 Code RO 2831 i._printf_post_padding mc_p.l(printfa.o) + 0x00011d84 0x00011d84 0x0000002c Code RO 2832 i._printf_pre_padding mc_p.l(printfa.o) + 0x00011db0 0x00011db0 0x0000000a Code RO 2834 i._sputc mc_p.l(printfa.o) + 0x00011dba 0x00011dba 0x00000002 PAD + 0x00011dbc 0x00011dbc 0x00001394 Code RO 100 i.ap_dcs_read ap_demo.o + 0x00013150 0x00013150 0x00000174 Code RO 101 i.ap_demo ap_demo.o + 0x000132c4 0x000132c4 0x0000002c Code RO 102 i.ap_get_reg_ca ap_demo.o + 0x000132f0 0x000132f0 0x000000b0 Code RO 103 i.ap_get_reg_df ap_demo.o + 0x000133a0 0x000133a0 0x0000005c Code RO 104 i.ap_reset_cb ap_demo.o + 0x000133fc 0x000133fc 0x00000360 Code RO 105 i.ap_set_backlight ap_demo.o + 0x0001375c 0x0001375c 0x00000054 Code RO 106 i.ap_set_display_off ap_demo.o + 0x000137b0 0x000137b0 0x00000040 Code RO 107 i.ap_set_display_on ap_demo.o + 0x000137f0 0x000137f0 0x00000060 Code RO 108 i.ap_set_enter_sleep_mode ap_demo.o + 0x00013850 0x00013850 0x00000048 Code RO 109 i.ap_set_exit_sleep_mode ap_demo.o + 0x00013898 0x00013898 0x0000001c Code RO 110 i.ap_set_tp_calibration_04 ap_demo.o + 0x000138b4 0x000138b4 0x000000b0 Code RO 377 i.ap_tp_calibration app_tp_transfer.o + 0x00013964 0x00013964 0x0000001c Code RO 378 i.ap_tp_scan_point_init app_tp_transfer.o + 0x00013980 0x00013980 0x0000009c Code RO 379 i.ap_tp_scan_point_record_event app_tp_transfer.o + 0x00013a1c 0x00013a1c 0x00000050 Code RO 380 i.ap_tp_scan_point_record_event_exec app_tp_transfer.o + 0x00013a6c 0x00013a6c 0x00000034 Code RO 381 i.ap_tp_simulate_finger_release_event app_tp_transfer.o + 0x00013aa0 0x00013aa0 0x00000040 Code RO 382 i.ap_tp_system_softReset app_tp_transfer.o + 0x00013ae0 0x00013ae0 0x0000001c Code RO 2027 i.app_ADC_IRQn_Handler CVWL568.lib(drv_rxbr.o) + 0x00013afc 0x00013afc 0x00000024 Code RO 1327 i.app_AP_NRESET_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013b20 0x00013b20 0x0000001c Code RO 1328 i.app_EXTI_INT0_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013b3c 0x00013b3c 0x0000001c Code RO 1329 i.app_EXTI_INT1_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013b58 0x00013b58 0x0000001c Code RO 1330 i.app_EXTI_INT2_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013b74 0x00013b74 0x0000001c Code RO 1331 i.app_EXTI_INT3_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013b90 0x00013b90 0x0000001c Code RO 1332 i.app_EXTI_INT4_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013bac 0x00013bac 0x0000001c Code RO 1333 i.app_EXTI_INT5_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013bc8 0x00013bc8 0x0000001c Code RO 1334 i.app_EXTI_INT6_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013be4 0x00013be4 0x0000001c Code RO 1335 i.app_EXTI_INT7_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013c00 0x00013c00 0x00000048 Code RO 1077 i.app_HardFault_Handler CVWL568.lib(drv_common.o) + 0x00013c48 0x00013c48 0x00000010 Code RO 1437 i.app_I2C0_IRQn_Handler CVWL568.lib(drv_i2c_slave.o) + 0x00013c58 0x00013c58 0x00000010 Code RO 1404 i.app_I2C1_IRQn_Handler CVWL568.lib(drv_i2c_master.o) + 0x00013c68 0x00013c68 0x000000e0 Code RO 1655 i.app_LCDC_IRQn_Handler CVWL568.lib(hal_internal_vsync.o) + 0x00013d48 0x00013d48 0x00000088 Code RO 1969 i.app_MEMC_IRQn_Handler CVWL568.lib(drv_memc.o) + 0x00013dd0 0x00013dd0 0x00000298 Code RO 1741 i.app_MIPI_RX_IRQn_Handler CVWL568.lib(drv_dsi_rx.o) + 0x00014068 0x00014068 0x000000a0 Code RO 1797 i.app_MIPI_TX_IRQn_Handler CVWL568.lib(drv_dsi_tx.o) + 0x00014108 0x00014108 0x00000048 Code RO 2367 i.app_PWMDET_IRQn_Handler CVWL568.lib(drv_pwm.o) + 0x00014150 0x00014150 0x00000030 Code RO 1532 i.app_SPIM_IRQn_Handler CVWL568.lib(drv_spi_master.o) + 0x00014180 0x00014180 0x00000200 Code RO 2300 i.app_SPIS_IRQn_Handler CVWL568.lib(hal_spi_slave.o) + 0x00014380 0x00014380 0x00000020 Code RO 1564 i.app_SWIRE_IRQn_Handler CVWL568.lib(drv_swire.o) + 0x000143a0 0x000143a0 0x00000018 Code RO 1078 i.app_SysTick_Handler CVWL568.lib(drv_common.o) + 0x000143b8 0x000143b8 0x0000000a Code RO 1614 i.app_TIMER0_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x000143c2 0x000143c2 0x0000000a Code RO 1615 i.app_TIMER1_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x000143cc 0x000143cc 0x0000000a Code RO 1616 i.app_TIMER2_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x000143d6 0x000143d6 0x0000000a Code RO 1617 i.app_TIMER3_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x000143e0 0x000143e0 0x00000008 Code RO 2460 i.app_UART_IRQn_Handler CVWL568.lib(drv_uart.o) + 0x000143e8 0x000143e8 0x0000001c Code RO 2092 i.app_VIDC_IRQn_Handler CVWL568.lib(drv_vidc.o) + 0x00014404 0x00014404 0x0000001c Code RO 2028 i.app_VPRE_IRQn_Handler CVWL568.lib(drv_rxbr.o) + 0x00014420 0x00014420 0x00000038 Code RO 2519 i.app_WDG_IRQn_Handler CVWL568.lib(drv_wdg.o) + 0x00014458 0x00014458 0x00000010 Code RO 1189 i.app_dma_irq_handler CVWL568.lib(drv_dma.o) + 0x00014468 0x00014468 0x00000030 Code RO 993 i.app_fls_ctrl_Handler CVWL568.lib(norflash.o) + 0x00014498 0x00014498 0x00000024 Code RO 383 i.app_tp_I2C_init app_tp_transfer.o + 0x000144bc 0x000144bc 0x0000005c Code RO 111 i.app_tp_calibration_exec ap_demo.o + 0x00014518 0x00014518 0x0000000a Code RO 384 i.app_tp_i2cs_callback app_tp_transfer.o + 0x00014522 0x00014522 0x00000002 PAD + 0x00014524 0x00014524 0x00000048 Code RO 385 i.app_tp_init app_tp_transfer.o + 0x0001456c 0x0001456c 0x00000020 Code RO 386 i.app_tp_m_read app_tp_transfer.o + 0x0001458c 0x0001458c 0x00000008 Code RO 387 i.app_tp_m_transfer_complate app_tp_transfer.o + 0x00014594 0x00014594 0x00000008 Code RO 388 i.app_tp_m_write app_tp_transfer.o + 0x0001459c 0x0001459c 0x00000410 Code RO 288 i.app_tp_phone_analysis_data app_tp_for_custom_s8.o + 0x000149ac 0x000149ac 0x0000000c Code RO 389 i.app_tp_phone_clear_reset_on app_tp_transfer.o + 0x000149b8 0x000149b8 0x00000008 Code RO 391 i.app_tp_s_read app_tp_transfer.o + 0x000149c0 0x000149c0 0x00000008 Code RO 393 i.app_tp_s_write app_tp_transfer.o + 0x000149c8 0x000149c8 0x000002d0 Code RO 290 i.app_tp_screen_analysis_int app_tp_for_custom_s8.o + 0x00014c98 0x00014c98 0x00000030 Code RO 394 i.app_tp_screen_init app_tp_transfer.o + 0x00014cc8 0x00014cc8 0x0000000c Code RO 395 i.app_tp_screen_int_callback app_tp_transfer.o + 0x00014cd4 0x00014cd4 0x00000038 Code RO 396 i.app_tp_screen_int_init app_tp_transfer.o + 0x00014d0c 0x00014d0c 0x00000004 Code RO 397 i.app_tp_screen_int_lvl_low app_tp_transfer.o + 0x00014d10 0x00014d10 0x00000030 Code RO 398 i.app_tp_transfer_phone app_tp_transfer.o + 0x00014d40 0x00014d40 0x00000040 Code RO 399 i.app_tp_transfer_screen_const app_tp_transfer.o + 0x00014d80 0x00014d80 0x000001e0 Code RO 400 i.app_tp_transfer_screen_int app_tp_transfer.o + 0x00014f60 0x00014f60 0x00000018 Code RO 401 i.app_tp_transfer_screen_start app_tp_transfer.o + 0x00014f78 0x00014f78 0x00000036 Code RO 112 i.blue_change_ccm ap_demo.o + 0x00014fae 0x00014fae 0x00000002 PAD + 0x00014fb0 0x00014fb0 0x00000024 Code RO 567 i.board_Init board.o + 0x00014fd4 0x00014fd4 0x000003cc Code RO 1656 i.calc_framebuffer_setting CVWL568.lib(hal_internal_vsync.o) + 0x000153a0 0x000153a0 0x000000c8 Code RO 2565 i.ceil m_ps.l(ceil.o) + 0x00015468 0x00015468 0x0000002c Code RO 1657 i.check_mipi_rx_tx_video_info CVWL568.lib(hal_internal_vsync.o) + 0x00015494 0x00015494 0x00000094 Code RO 1658 i.check_pkt_buf_rev CVWL568.lib(hal_internal_vsync.o) + 0x00015528 0x00015528 0x00000058 Code RO 1728 i.dcs_packet_fifo_alloc CVWL568.lib(dcs_packet_fifo.o) + 0x00015580 0x00015580 0x00000018 Code RO 1729 i.dcs_packet_fifo_init CVWL568.lib(dcs_packet_fifo.o) + 0x00015598 0x00015598 0x00000044 Code RO 1730 i.dcs_packet_free_fifo_header CVWL568.lib(dcs_packet_fifo.o) + 0x000155dc 0x000155dc 0x00000024 Code RO 1731 i.dcs_packet_get_fifo_header CVWL568.lib(dcs_packet_fifo.o) + 0x00015600 0x00015600 0x0000001c Code RO 1659 i.dcs_sw_filter CVWL568.lib(hal_internal_vsync.o) + 0x0001561c 0x0001561c 0x00000018 Code RO 955 i.delayMs CVWL568.lib(tau_delay.o) + 0x00015634 0x00015634 0x00000022 Code RO 956 i.delayUs CVWL568.lib(tau_delay.o) + 0x00015656 0x00015656 0x00000002 PAD + 0x00015658 0x00015658 0x00000094 Code RO 113 i.disable_mipi_timer_cb ap_demo.o + 0x000156ec 0x000156ec 0x00000038 Code RO 1583 i.drv_ap_rst_trig_edge_detect CVWL568.lib(drv_sys_cfg.o) + 0x00015724 0x00015724 0x0000000c Code RO 2270 i.drv_chip_info_get_info CVWL568.lib(drv_chip_info.o) + 0x00015730 0x00015730 0x00000040 Code RO 2271 i.drv_chip_info_init CVWL568.lib(drv_chip_info.o) + 0x00015770 0x00015770 0x000000c8 Code RO 2272 i.drv_chip_rx_info_check CVWL568.lib(drv_chip_info.o) + 0x00015838 0x00015838 0x00000014 Code RO 2273 i.drv_chip_rx_init_done CVWL568.lib(drv_chip_info.o) + 0x0001584c 0x0001584c 0x00000058 Code RO 1080 i.drv_common_enable_systick CVWL568.lib(drv_common.o) + 0x000158a4 0x000158a4 0x00000008 Code RO 1083 i.drv_common_system_init CVWL568.lib(drv_common.o) + 0x000158ac 0x000158ac 0x00000010 Code RO 1104 i.drv_crgu_config_reset_modules CVWL568.lib(drv_crgu.o) + 0x000158bc 0x000158bc 0x00000014 Code RO 1116 i.drv_crgu_set_ahb_pre_div CVWL568.lib(drv_crgu.o) + 0x000158d0 0x000158d0 0x00000014 Code RO 1117 i.drv_crgu_set_ahb_src CVWL568.lib(drv_crgu.o) + 0x000158e4 0x000158e4 0x00000020 Code RO 1120 i.drv_crgu_set_clock CVWL568.lib(drv_crgu.o) + 0x00015904 0x00015904 0x00000014 Code RO 1121 i.drv_crgu_set_dpi_mux_src CVWL568.lib(drv_crgu.o) + 0x00015918 0x00015918 0x00000018 Code RO 1122 i.drv_crgu_set_dpi_pre_div CVWL568.lib(drv_crgu.o) + 0x00015930 0x00015930 0x00000014 Code RO 1123 i.drv_crgu_set_dpi_pre_src CVWL568.lib(drv_crgu.o) + 0x00015944 0x00015944 0x00000014 Code RO 1124 i.drv_crgu_set_dsc_core_div CVWL568.lib(drv_crgu.o) + 0x00015958 0x00015958 0x00000014 Code RO 1125 i.drv_crgu_set_dsco_src CVWL568.lib(drv_crgu.o) + 0x0001596c 0x0001596c 0x00000014 Code RO 1126 i.drv_crgu_set_dsco_src_div CVWL568.lib(drv_crgu.o) + 0x00015980 0x00015980 0x00000014 Code RO 1127 i.drv_crgu_set_fb_div CVWL568.lib(drv_crgu.o) + 0x00015994 0x00015994 0x00000014 Code RO 1128 i.drv_crgu_set_fb_src CVWL568.lib(drv_crgu.o) + 0x000159a8 0x000159a8 0x00000014 Code RO 1131 i.drv_crgu_set_lcdc_div CVWL568.lib(drv_crgu.o) + 0x000159bc 0x000159bc 0x00000014 Code RO 1132 i.drv_crgu_set_lcdc_src CVWL568.lib(drv_crgu.o) + 0x000159d0 0x000159d0 0x00000014 Code RO 1133 i.drv_crgu_set_mipi_cfg_src CVWL568.lib(drv_crgu.o) + 0x000159e4 0x000159e4 0x00000018 Code RO 1134 i.drv_crgu_set_mipi_ref_src CVWL568.lib(drv_crgu.o) + 0x000159fc 0x000159fc 0x00000018 Code RO 1137 i.drv_crgu_set_reset CVWL568.lib(drv_crgu.o) + 0x00015a14 0x00015a14 0x00000014 Code RO 1138 i.drv_crgu_set_rxbr_div CVWL568.lib(drv_crgu.o) + 0x00015a28 0x00015a28 0x00000014 Code RO 1139 i.drv_crgu_set_rxbr_src CVWL568.lib(drv_crgu.o) + 0x00015a3c 0x00015a3c 0x00000014 Code RO 1141 i.drv_crgu_set_vidc_src CVWL568.lib(drv_crgu.o) + 0x00015a50 0x00015a50 0x00000018 Code RO 1193 i.drv_dma_clear_flag CVWL568.lib(drv_dma.o) + 0x00015a68 0x00015a68 0x0000001c Code RO 1194 i.drv_dma_create_handle CVWL568.lib(drv_dma.o) + 0x00015a84 0x00015a84 0x00000010 Code RO 1196 i.drv_dma_disenable_channel CVWL568.lib(drv_dma.o) + 0x00015a94 0x00015a94 0x00000010 Code RO 1198 i.drv_dma_enable_channel CVWL568.lib(drv_dma.o) + 0x00015aa4 0x00015aa4 0x00000024 Code RO 1199 i.drv_dma_enable_channel_interrupts CVWL568.lib(drv_dma.o) + 0x00015ac8 0x00015ac8 0x0000000c Code RO 1201 i.drv_dma_get_channel_flag CVWL568.lib(drv_dma.o) + 0x00015ad4 0x00015ad4 0x00000090 Code RO 1204 i.drv_dma_irq_handler CVWL568.lib(drv_dma.o) + 0x00015b64 0x00015b64 0x00000012 Code RO 1206 i.drv_dma_prepar_transfer CVWL568.lib(drv_dma.o) + 0x00015b76 0x00015b76 0x0000001a Code RO 1208 i.drv_dma_set_burst CVWL568.lib(drv_dma.o) + 0x00015b90 0x00015b90 0x00000006 Code RO 1209 i.drv_dma_set_callback CVWL568.lib(drv_dma.o) + 0x00015b96 0x00015b96 0x00000002 PAD + 0x00015b98 0x00015b98 0x00000044 Code RO 1211 i.drv_dma_set_transfer CVWL568.lib(drv_dma.o) + 0x00015bdc 0x00015bdc 0x00000036 Code RO 2283 i.drv_dsc_dec_convert_pps_rc_parameter CVWL568.lib(drv_dsc_dec.o) + 0x00015c12 0x00015c12 0x0000000c Code RO 2284 i.drv_dsc_dec_disable CVWL568.lib(drv_dsc_dec.o) + 0x00015c1e 0x00015c1e 0x00000002 PAD + 0x00015c20 0x00015c20 0x00000074 Code RO 2285 i.drv_dsc_dec_enable CVWL568.lib(drv_dsc_dec.o) + 0x00015c94 0x00015c94 0x0000000a Code RO 2286 i.drv_dsc_dec_get_nslc CVWL568.lib(drv_dsc_dec.o) + 0x00015c9e 0x00015c9e 0x00000028 Code RO 2288 i.drv_dsc_dec_set_u8_pps CVWL568.lib(drv_dsc_dec.o) + 0x00015cc6 0x00015cc6 0x00000002 PAD + 0x00015cc8 0x00015cc8 0x00000104 Code RO 1742 i.drv_dsi_rx_calc_ipi_tx_delay CVWL568.lib(drv_dsi_rx.o) + 0x00015dcc 0x00015dcc 0x00000040 Code RO 1743 i.drv_dsi_rx_enable_irq CVWL568.lib(drv_dsi_rx.o) + 0x00015e0c 0x00015e0c 0x00000050 Code RO 1744 i.drv_dsi_rx_get_color_bpp CVWL568.lib(drv_dsi_rx.o) + 0x00015e5c 0x00015e5c 0x0000001c Code RO 1745 i.drv_dsi_rx_get_color_pcc CVWL568.lib(drv_dsi_rx.o) + 0x00015e78 0x00015e78 0x00000008 Code RO 1746 i.drv_dsi_rx_get_compression_en CVWL568.lib(drv_dsi_rx.o) + 0x00015e80 0x00015e80 0x00000006 Code RO 1747 i.drv_dsi_rx_get_max_ret_size CVWL568.lib(drv_dsi_rx.o) + 0x00015e86 0x00015e86 0x0000000e Code RO 1751 i.drv_dsi_rx_power_up CVWL568.lib(drv_dsi_rx.o) + 0x00015e94 0x00015e94 0x00000020 Code RO 1752 i.drv_dsi_rx_set_ctrl_cfg CVWL568.lib(drv_dsi_rx.o) + 0x00015eb4 0x00015eb4 0x00000010 Code RO 1753 i.drv_dsi_rx_set_ddi_cfg CVWL568.lib(drv_dsi_rx.o) + 0x00015ec4 0x00015ec4 0x00000004 Code RO 1755 i.drv_dsi_rx_set_inten CVWL568.lib(drv_dsi_rx.o) + 0x00015ec8 0x00015ec8 0x00000010 Code RO 1756 i.drv_dsi_rx_set_ipi_cfg CVWL568.lib(drv_dsi_rx.o) + 0x00015ed8 0x00015ed8 0x00000046 Code RO 1758 i.drv_dsi_rx_set_lane_swap CVWL568.lib(drv_dsi_rx.o) + 0x00015f1e 0x00015f1e 0x00000026 Code RO 1759 i.drv_dsi_rx_set_resp_cnt CVWL568.lib(drv_dsi_rx.o) + 0x00015f44 0x00015f44 0x000000f0 Code RO 1760 i.drv_dsi_rx_set_up_phy CVWL568.lib(drv_dsi_rx.o) + 0x00016034 0x00016034 0x0000000e Code RO 1761 i.drv_dsi_rx_shut_down CVWL568.lib(drv_dsi_rx.o) + 0x00016042 0x00016042 0x00000014 Code RO 1799 i.drv_dsi_tx_command_header CVWL568.lib(drv_dsi_tx.o) + 0x00016056 0x00016056 0x0000006c Code RO 1800 i.drv_dsi_tx_command_mode_cfg CVWL568.lib(drv_dsi_tx.o) + 0x000160c2 0x000160c2 0x00000004 Code RO 1801 i.drv_dsi_tx_command_put_payload CVWL568.lib(drv_dsi_tx.o) + 0x000160c6 0x000160c6 0x00000018 Code RO 1802 i.drv_dsi_tx_config_eotp CVWL568.lib(drv_dsi_tx.o) + 0x000160de 0x000160de 0x00000008 Code RO 1803 i.drv_dsi_tx_config_int CVWL568.lib(drv_dsi_tx.o) + 0x000160e6 0x000160e6 0x00000008 Code RO 1804 i.drv_dsi_tx_dpi_lpcmd_time CVWL568.lib(drv_dsi_tx.o) + 0x000160ee 0x000160ee 0x0000000a Code RO 1805 i.drv_dsi_tx_dpi_mode CVWL568.lib(drv_dsi_tx.o) + 0x000160f8 0x000160f8 0x00000024 Code RO 1806 i.drv_dsi_tx_dpi_polarity CVWL568.lib(drv_dsi_tx.o) + 0x0001611c 0x0001611c 0x00000004 Code RO 1807 i.drv_dsi_tx_edpi_cmd_size CVWL568.lib(drv_dsi_tx.o) + 0x00016120 0x00016120 0x00000004 Code RO 1809 i.drv_dsi_tx_get_cmd_status CVWL568.lib(drv_dsi_tx.o) + 0x00016124 0x00016124 0x00000004 Code RO 1811 i.drv_dsi_tx_mode CVWL568.lib(drv_dsi_tx.o) + 0x00016128 0x00016128 0x00000018 Code RO 1812 i.drv_dsi_tx_phy_clock_lane_auto_lp CVWL568.lib(drv_dsi_tx.o) + 0x00016140 0x00016140 0x0000001a Code RO 1813 i.drv_dsi_tx_phy_clock_lane_req_hs CVWL568.lib(drv_dsi_tx.o) + 0x0001615a 0x0001615a 0x0000000c Code RO 1815 i.drv_dsi_tx_phy_lane_mode CVWL568.lib(drv_dsi_tx.o) + 0x00016166 0x00016166 0x00000064 Code RO 1819 i.drv_dsi_tx_phy_status_ready CVWL568.lib(drv_dsi_tx.o) + 0x000161ca 0x000161ca 0x0000003e Code RO 1820 i.drv_dsi_tx_phy_status_stopstate CVWL568.lib(drv_dsi_tx.o) + 0x00016208 0x00016208 0x0000010c Code RO 1822 i.drv_dsi_tx_phy_test_setup CVWL568.lib(drv_dsi_tx.o) + 0x00016314 0x00016314 0x0000001e Code RO 1823 i.drv_dsi_tx_phy_time_cfg CVWL568.lib(drv_dsi_tx.o) + 0x00016332 0x00016332 0x00000008 Code RO 1827 i.drv_dsi_tx_powerup CVWL568.lib(drv_dsi_tx.o) + 0x0001633a 0x0001633a 0x0000001c Code RO 1828 i.drv_dsi_tx_response_mode CVWL568.lib(drv_dsi_tx.o) + 0x00016356 0x00016356 0x00000018 Code RO 1831 i.drv_dsi_tx_set_bta_ack CVWL568.lib(drv_dsi_tx.o) + 0x0001636e 0x0001636e 0x0000000c Code RO 1832 i.drv_dsi_tx_set_esc_div CVWL568.lib(drv_dsi_tx.o) + 0x0001637a 0x0001637a 0x00000002 PAD + 0x0001637c 0x0001637c 0x00000034 Code RO 1833 i.drv_dsi_tx_set_int CVWL568.lib(drv_dsi_tx.o) + 0x000163b0 0x000163b0 0x00000010 Code RO 1834 i.drv_dsi_tx_set_time_out_div CVWL568.lib(drv_dsi_tx.o) + 0x000163c0 0x000163c0 0x00000008 Code RO 1835 i.drv_dsi_tx_set_video_chunk CVWL568.lib(drv_dsi_tx.o) + 0x000163c8 0x000163c8 0x00000022 Code RO 1836 i.drv_dsi_tx_set_video_timing CVWL568.lib(drv_dsi_tx.o) + 0x000163ea 0x000163ea 0x00000008 Code RO 1838 i.drv_dsi_tx_shutdown CVWL568.lib(drv_dsi_tx.o) + 0x000163f2 0x000163f2 0x00000026 Code RO 1839 i.drv_dsi_tx_timeout_cfg CVWL568.lib(drv_dsi_tx.o) + 0x00016418 0x00016418 0x000000aa Code RO 1842 i.drv_dsi_tx_video_mode_cfg CVWL568.lib(drv_dsi_tx.o) + 0x000164c2 0x000164c2 0x00000016 Code RO 1843 i.drv_dsi_tx_video_mode_disable_hact_cmd CVWL568.lib(drv_dsi_tx.o) + 0x000164d8 0x000164d8 0x00000018 Code RO 1844 i.drv_dsi_tx_video_mode_set_lp_cmd CVWL568.lib(drv_dsi_tx.o) + 0x000164f0 0x000164f0 0x00000020 Code RO 2545 i.drv_efuse_enter_inactive CVWL568.lib(drv_efuse.o) + 0x00016510 0x00016510 0x0000000c Code RO 2548 i.drv_efuse_int_enable CVWL568.lib(drv_efuse.o) + 0x0001651c 0x0001651c 0x00000032 Code RO 2549 i.drv_efuse_read CVWL568.lib(drv_efuse.o) + 0x0001654e 0x0001654e 0x00000018 Code RO 2550 i.drv_efuse_read_req CVWL568.lib(drv_efuse.o) + 0x00016566 0x00016566 0x00000002 PAD + 0x00016568 0x00016568 0x00000018 Code RO 1336 i.drv_gpio_get_input_data CVWL568.lib(drv_gpio.o) + 0x00016580 0x00016580 0x0000000c Code RO 1338 i.drv_gpio_register_ap_reset_callback CVWL568.lib(drv_gpio.o) + 0x0001658c 0x0001658c 0x00000014 Code RO 1339 i.drv_gpio_register_callback CVWL568.lib(drv_gpio.o) + 0x000165a0 0x000165a0 0x00000044 Code RO 1341 i.drv_gpio_set_int CVWL568.lib(drv_gpio.o) + 0x000165e4 0x000165e4 0x00000020 Code RO 1342 i.drv_gpio_set_ioe CVWL568.lib(drv_gpio.o) + 0x00016604 0x00016604 0x00000010 Code RO 1343 i.drv_gpio_set_mode0 CVWL568.lib(drv_gpio.o) + 0x00016614 0x00016614 0x00000010 Code RO 1344 i.drv_gpio_set_mode1 CVWL568.lib(drv_gpio.o) + 0x00016624 0x00016624 0x00000010 Code RO 1345 i.drv_gpio_set_mode2 CVWL568.lib(drv_gpio.o) + 0x00016634 0x00016634 0x00000010 Code RO 1346 i.drv_gpio_set_mode3 CVWL568.lib(drv_gpio.o) + 0x00016644 0x00016644 0x00000020 Code RO 775 i.drv_gpio_set_output_data CVWL568.lib(hal_gpio.o) + 0x00016664 0x00016664 0x00000130 Code RO 1347 i.drv_gpio_set_pull_state CVWL568.lib(drv_gpio.o) + 0x00016794 0x00016794 0x00000034 Code RO 1379 i.drv_i2c_dma_callback CVWL568.lib(drv_i2c_dma.o) + 0x000167c8 0x000167c8 0x000000ac Code RO 1380 i.drv_i2c_dma_init CVWL568.lib(drv_i2c_dma.o) + 0x00016874 0x00016874 0x0000001a Code RO 1381 i.drv_i2c_enable_rx_dma CVWL568.lib(drv_i2c_dma.o) + 0x0001688e 0x0001688e 0x00000018 Code RO 1382 i.drv_i2c_enable_tx_dma CVWL568.lib(drv_i2c_dma.o) + 0x000168a6 0x000168a6 0x00000002 PAD + 0x000168a8 0x000168a8 0x00000060 Code RO 1406 i.drv_i2c_m_clear_it_pending_bit CVWL568.lib(drv_i2c_master.o) + 0x00016908 0x00016908 0x00000010 Code RO 1408 i.drv_i2c_m_enable CVWL568.lib(drv_i2c_master.o) + 0x00016918 0x00016918 0x00000038 Code RO 1409 i.drv_i2c_m_enable_intr CVWL568.lib(drv_i2c_master.o) + 0x00016950 0x00016950 0x0000000c Code RO 1412 i.drv_i2c_m_set_callback CVWL568.lib(drv_i2c_master.o) + 0x0001695c 0x0001695c 0x0000008c Code RO 1416 i.drv_i2c_master_init CVWL568.lib(drv_i2c_master.o) + 0x000169e8 0x000169e8 0x0000005c Code RO 1383 i.drv_i2c_master_read_dma CVWL568.lib(drv_i2c_dma.o) + 0x00016a44 0x00016a44 0x0000003c Code RO 1384 i.drv_i2c_master_write_dma CVWL568.lib(drv_i2c_dma.o) + 0x00016a80 0x00016a80 0x0000002e Code RO 1385 i.drv_i2c_master_write_read_cmd CVWL568.lib(drv_i2c_dma.o) + 0x00016aae 0x00016aae 0x00000002 PAD + 0x00016ab0 0x00016ab0 0x0000005c Code RO 1439 i.drv_i2c_s_clear_it_pending_bit CVWL568.lib(drv_i2c_slave.o) + 0x00016b0c 0x00016b0c 0x00000034 Code RO 1442 i.drv_i2c_s_enable_intr CVWL568.lib(drv_i2c_slave.o) + 0x00016b40 0x00016b40 0x0000001c Code RO 1443 i.drv_i2c_s_get_fifo_status CVWL568.lib(drv_i2c_slave.o) + 0x00016b5c 0x00016b5c 0x0000000c Code RO 1446 i.drv_i2c_s_set_callback CVWL568.lib(drv_i2c_slave.o) + 0x00016b68 0x00016b68 0x00000020 Code RO 1449 i.drv_i2c_s_write_data CVWL568.lib(drv_i2c_slave.o) + 0x00016b88 0x00016b88 0x00000058 Code RO 1386 i.drv_i2c_set_dma_irq_callback CVWL568.lib(drv_i2c_dma.o) + 0x00016be0 0x00016be0 0x00000044 Code RO 1450 i.drv_i2c_slave_init CVWL568.lib(drv_i2c_slave.o) + 0x00016c24 0x00016c24 0x0000001c Code RO 1387 i.drv_i2c_slave_write_dma CVWL568.lib(drv_i2c_dma.o) + 0x00016c40 0x00016c40 0x00000018 Code RO 1911 i.drv_lcdc_config_bypass CVWL568.lib(drv_lcdc.o) + 0x00016c58 0x00016c58 0x00000030 Code RO 1912 i.drv_lcdc_config_ccm CVWL568.lib(drv_lcdc.o) + 0x00016c88 0x00016c88 0x00000016 Code RO 1913 i.drv_lcdc_config_disp_mode CVWL568.lib(drv_lcdc.o) + 0x00016c9e 0x00016c9e 0x00000024 Code RO 1914 i.drv_lcdc_config_dpi_polarity CVWL568.lib(drv_lcdc.o) + 0x00016cc2 0x00016cc2 0x00000026 Code RO 1915 i.drv_lcdc_config_dpi_timing CVWL568.lib(drv_lcdc.o) + 0x00016ce8 0x00016ce8 0x00000016 Code RO 1916 i.drv_lcdc_config_edpi_mode CVWL568.lib(drv_lcdc.o) + 0x00016cfe 0x00016cfe 0x00000016 Code RO 1917 i.drv_lcdc_config_endianness CVWL568.lib(drv_lcdc.o) + 0x00016d14 0x00016d14 0x0000000c Code RO 1918 i.drv_lcdc_config_input_size CVWL568.lib(drv_lcdc.o) + 0x00016d20 0x00016d20 0x0000001e Code RO 1919 i.drv_lcdc_config_int CVWL568.lib(drv_lcdc.o) + 0x00016d3e 0x00016d3e 0x00000022 Code RO 1920 i.drv_lcdc_config_int_single CVWL568.lib(drv_lcdc.o) + 0x00016d60 0x00016d60 0x00000022 Code RO 1921 i.drv_lcdc_config_overwrite CVWL568.lib(drv_lcdc.o) + 0x00016d82 0x00016d82 0x0000000c Code RO 1922 i.drv_lcdc_config_overwrite_rgb CVWL568.lib(drv_lcdc.o) + 0x00016d8e 0x00016d8e 0x0000001a Code RO 1923 i.drv_lcdc_config_partial_display_area CVWL568.lib(drv_lcdc.o) + 0x00016da8 0x00016da8 0x00000022 Code RO 1924 i.drv_lcdc_config_partial_display_enable CVWL568.lib(drv_lcdc.o) + 0x00016dca 0x00016dca 0x0000001a Code RO 1926 i.drv_lcdc_config_scale_up_coef CVWL568.lib(drv_lcdc.o) + 0x00016de4 0x00016de4 0x0000000c Code RO 1927 i.drv_lcdc_config_scale_up_step CVWL568.lib(drv_lcdc.o) + 0x00016df0 0x00016df0 0x0000004c Code RO 1928 i.drv_lcdc_config_src_parameter CVWL568.lib(drv_lcdc.o) + 0x00016e3c 0x00016e3c 0x00000006 Code RO 1929 i.drv_lcdc_config_thresh CVWL568.lib(drv_lcdc.o) + 0x00016e42 0x00016e42 0x00000012 Code RO 1930 i.drv_lcdc_ctrl_flow CVWL568.lib(drv_lcdc.o) + 0x00016e54 0x00016e54 0x00000020 Code RO 1932 i.drv_lcdc_enable_shadow_reg CVWL568.lib(drv_lcdc.o) + 0x00016e74 0x00016e74 0x00000034 Code RO 1933 i.drv_lcdc_set_int CVWL568.lib(drv_lcdc.o) + 0x00016ea8 0x00016ea8 0x00000014 Code RO 1935 i.drv_lcdc_set_video_hw_mode CVWL568.lib(drv_lcdc.o) + 0x00016ebc 0x00016ebc 0x00000020 Code RO 1936 i.drv_lcdc_start CVWL568.lib(drv_lcdc.o) + 0x00016edc 0x00016edc 0x0000000c Code RO 1970 i.drv_memc_clear_status CVWL568.lib(drv_memc.o) + 0x00016ee8 0x00016ee8 0x00000040 Code RO 1971 i.drv_memc_enable_irq CVWL568.lib(drv_memc.o) + 0x00016f28 0x00016f28 0x0000000c Code RO 1972 i.drv_memc_gen_a_tear_signal CVWL568.lib(drv_memc.o) + 0x00016f34 0x00016f34 0x00000012 Code RO 1973 i.drv_memc_get_status CVWL568.lib(drv_memc.o) + 0x00016f46 0x00016f46 0x00000010 Code RO 1974 i.drv_memc_rate_transfer_sel CVWL568.lib(drv_memc.o) + 0x00016f56 0x00016f56 0x0000000e Code RO 1975 i.drv_memc_sel_vsync CVWL568.lib(drv_memc.o) + 0x00016f64 0x00016f64 0x00000014 Code RO 1976 i.drv_memc_set_active_height CVWL568.lib(drv_memc.o) + 0x00016f78 0x00016f78 0x0000000c Code RO 1977 i.drv_memc_set_data_mode CVWL568.lib(drv_memc.o) + 0x00016f84 0x00016f84 0x00000010 Code RO 1980 i.drv_memc_set_double_buffer CVWL568.lib(drv_memc.o) + 0x00016f94 0x00016f94 0x00000012 Code RO 1981 i.drv_memc_set_double_buffer_reverse CVWL568.lib(drv_memc.o) + 0x00016fa6 0x00016fa6 0x00000010 Code RO 1983 i.drv_memc_set_fs_en_conditions CVWL568.lib(drv_memc.o) + 0x00016fb6 0x00016fb6 0x00000014 Code RO 1984 i.drv_memc_set_inten CVWL568.lib(drv_memc.o) + 0x00016fca 0x00016fca 0x00000002 PAD + 0x00016fcc 0x00016fcc 0x00000018 Code RO 1985 i.drv_memc_set_lcdc_st_conditions CVWL568.lib(drv_memc.o) + 0x00016fe4 0x00016fe4 0x0000001a Code RO 1986 i.drv_memc_set_ltpo_mode CVWL568.lib(drv_memc.o) + 0x00016ffe 0x00016ffe 0x0000000e Code RO 1990 i.drv_memc_set_tear_mode CVWL568.lib(drv_memc.o) + 0x0001700c 0x0001700c 0x00000028 Code RO 1991 i.drv_memc_set_tear_waveform CVWL568.lib(drv_memc.o) + 0x00017034 0x00017034 0x0000000e Code RO 1993 i.drv_memc_set_vidc_sync_cnt CVWL568.lib(drv_memc.o) + 0x00017042 0x00017042 0x00000002 PAD + 0x00017044 0x00017044 0x00000008 Code RO 1471 i.drv_param_init_get_ccm CVWL568.lib(drv_param_init.o) + 0x0001704c 0x0001704c 0x00000014 Code RO 1472 i.drv_param_init_get_scld_filter_h CVWL568.lib(drv_param_init.o) + 0x00017060 0x00017060 0x00000014 Code RO 1473 i.drv_param_init_get_scld_filter_v CVWL568.lib(drv_param_init.o) + 0x00017074 0x00017074 0x00000008 Code RO 1474 i.drv_param_init_get_sclu_filter CVWL568.lib(drv_param_init.o) + 0x0001707c 0x0001707c 0x00000014 Code RO 1475 i.drv_param_init_set_ccm CVWL568.lib(drv_param_init.o) + 0x00017090 0x00017090 0x00000024 Code RO 1478 i.drv_param_p2r_filter_init CVWL568.lib(drv_param_init.o) + 0x000170b4 0x000170b4 0x00000010 Code RO 2242 i.drv_phy_enable_calibration CVWL568.lib(drv_phy_common.o) + 0x000170c4 0x000170c4 0x0000003c Code RO 2243 i.drv_phy_get_calibration CVWL568.lib(drv_phy_common.o) + 0x00017100 0x00017100 0x00000060 Code RO 2244 i.drv_phy_get_pll_para CVWL568.lib(drv_phy_common.o) + 0x00017160 0x00017160 0x00000054 Code RO 2245 i.drv_phy_get_rate_para CVWL568.lib(drv_phy_common.o) + 0x000171b4 0x000171b4 0x00000010 Code RO 2246 i.drv_phy_test_clear CVWL568.lib(drv_phy_common.o) + 0x000171c4 0x000171c4 0x00000018 Code RO 2247 i.drv_phy_test_lock CVWL568.lib(drv_phy_common.o) + 0x000171dc 0x000171dc 0x00000020 Code RO 2249 i.drv_phy_test_write_1_byte CVWL568.lib(drv_phy_common.o) + 0x000171fc 0x000171fc 0x00000026 Code RO 2250 i.drv_phy_test_write_2_byte CVWL568.lib(drv_phy_common.o) + 0x00017222 0x00017222 0x0000001e Code RO 2251 i.drv_phy_test_write_code CVWL568.lib(drv_phy_common.o) + 0x00017240 0x00017240 0x00000020 Code RO 2252 i.drv_phy_test_write_data CVWL568.lib(drv_phy_common.o) + 0x00017260 0x00017260 0x00000020 Code RO 1494 i.drv_pwr_set_cp_mode CVWL568.lib(drv_pwr.o) + 0x00017280 0x00017280 0x00000018 Code RO 1495 i.drv_pwr_set_pvd_mode CVWL568.lib(drv_pwr.o) + 0x00017298 0x00017298 0x00000030 Code RO 1496 i.drv_pwr_set_system_clk_src CVWL568.lib(drv_pwr.o) + 0x000172c8 0x000172c8 0x0000000c Code RO 1762 i.drv_rx_phy_test_clear CVWL568.lib(drv_dsi_rx.o) + 0x000172d4 0x000172d4 0x00000010 Code RO 1763 i.drv_rx_phy_test_lock CVWL568.lib(drv_dsi_rx.o) + 0x000172e4 0x000172e4 0x00000014 Code RO 1765 i.drv_rx_phy_test_write_1_byte CVWL568.lib(drv_dsi_rx.o) + 0x000172f8 0x000172f8 0x00000016 Code RO 1766 i.drv_rx_phy_test_write_2_byte CVWL568.lib(drv_dsi_rx.o) + 0x0001730e 0x0001730e 0x0000000a Code RO 2029 i.drv_rxbr_clear_pkt_buffer CVWL568.lib(drv_rxbr.o) + 0x00017318 0x00017318 0x00000004 Code RO 2030 i.drv_rxbr_clear_status0 CVWL568.lib(drv_rxbr.o) + 0x0001731c 0x0001731c 0x0000005a Code RO 2032 i.drv_rxbr_enable_irq CVWL568.lib(drv_rxbr.o) + 0x00017376 0x00017376 0x00000002 PAD + 0x00017378 0x00017378 0x00000014 Code RO 2033 i.drv_rxbr_frame_drop_cfg CVWL568.lib(drv_rxbr.o) + 0x0001738c 0x0001738c 0x0000003c Code RO 2034 i.drv_rxbr_get_clk CVWL568.lib(drv_rxbr.o) + 0x000173c8 0x000173c8 0x00000004 Code RO 2035 i.drv_rxbr_get_col_addr CVWL568.lib(drv_rxbr.o) + 0x000173cc 0x000173cc 0x00000012 Code RO 1660 i.drv_rxbr_get_int_source CVWL568.lib(hal_internal_vsync.o) + 0x000173de 0x000173de 0x00000004 Code RO 2038 i.drv_rxbr_get_page_addr CVWL568.lib(drv_rxbr.o) + 0x000173e2 0x000173e2 0x00000012 Code RO 1661 i.drv_rxbr_get_status0 CVWL568.lib(hal_internal_vsync.o) + 0x000173f4 0x000173f4 0x0000000c Code RO 2040 i.drv_rxbr_hline_rcv0_cfg CVWL568.lib(drv_rxbr.o) + 0x00017400 0x00017400 0x00000008 Code RO 2041 i.drv_rxbr_hline_rcv_cfg CVWL568.lib(drv_rxbr.o) + 0x00017408 0x00017408 0x0000000c Code RO 2042 i.drv_rxbr_register_irq0_callback CVWL568.lib(drv_rxbr.o) + 0x00017414 0x00017414 0x0000000c Code RO 2043 i.drv_rxbr_register_irq1_callback CVWL568.lib(drv_rxbr.o) + 0x00017420 0x00017420 0x00000014 Code RO 2044 i.drv_rxbr_set_ack_pkt_header CVWL568.lib(drv_rxbr.o) + 0x00017434 0x00017434 0x000000cc Code RO 2045 i.drv_rxbr_set_cmd_filter CVWL568.lib(drv_rxbr.o) + 0x00017500 0x00017500 0x00000014 Code RO 2047 i.drv_rxbr_set_color_format CVWL568.lib(drv_rxbr.o) + 0x00017514 0x00017514 0x00000014 Code RO 2049 i.drv_rxbr_set_inten CVWL568.lib(drv_rxbr.o) + 0x00017528 0x00017528 0x00000010 Code RO 2050 i.drv_rxbr_set_ltpo_drop_th CVWL568.lib(drv_rxbr.o) + 0x00017538 0x00017538 0x00000026 Code RO 2052 i.drv_rxbr_set_usr_cfg CVWL568.lib(drv_rxbr.o) + 0x0001755e 0x0001755e 0x00000008 Code RO 2053 i.drv_rxbr_set_usr_col CVWL568.lib(drv_rxbr.o) + 0x00017566 0x00017566 0x00000008 Code RO 2054 i.drv_rxbr_set_usr_row CVWL568.lib(drv_rxbr.o) + 0x0001756e 0x0001756e 0x00000002 PAD + 0x00017570 0x00017570 0x00000020 Code RO 1540 i.drv_spi_m_read_data CVWL568.lib(drv_spi_master.o) + 0x00017590 0x00017590 0x00000048 Code RO 1568 i.drv_swire_set_int CVWL568.lib(drv_swire.o) + 0x000175d8 0x000175d8 0x0000001c Code RO 1569 i.drv_swire_set_power_down CVWL568.lib(drv_swire.o) + 0x000175f4 0x000175f4 0x0000000c Code RO 1584 i.drv_sys_cfg_clear_all_int CVWL568.lib(drv_sys_cfg.o) + 0x00017600 0x00017600 0x00000028 Code RO 1585 i.drv_sys_cfg_clear_pending CVWL568.lib(drv_sys_cfg.o) + 0x00017628 0x00017628 0x00000018 Code RO 1588 i.drv_sys_cfg_sel_ap_rst_lvl_trig CVWL568.lib(drv_sys_cfg.o) + 0x00017640 0x00017640 0x0000001c Code RO 1589 i.drv_sys_cfg_sel_ap_rst_trig CVWL568.lib(drv_sys_cfg.o) + 0x0001765c 0x0001765c 0x00000024 Code RO 1590 i.drv_sys_cfg_sel_gpio_group CVWL568.lib(drv_sys_cfg.o) + 0x00017680 0x00017680 0x00000024 Code RO 1591 i.drv_sys_cfg_sel_int_trig CVWL568.lib(drv_sys_cfg.o) + 0x000176a4 0x000176a4 0x00000010 Code RO 1593 i.drv_sys_cfg_set_dma_rx_req CVWL568.lib(drv_sys_cfg.o) + 0x000176b4 0x000176b4 0x00000010 Code RO 1594 i.drv_sys_cfg_set_dma_tx_req CVWL568.lib(drv_sys_cfg.o) + 0x000176c4 0x000176c4 0x00000024 Code RO 1595 i.drv_sys_cfg_set_int CVWL568.lib(drv_sys_cfg.o) + 0x000176e8 0x000176e8 0x0000001a Code RO 1619 i.drv_timer_clear_status_flags CVWL568.lib(drv_timer.o) + 0x00017702 0x00017702 0x00000020 Code RO 1620 i.drv_timer_enable CVWL568.lib(drv_timer.o) + 0x00017722 0x00017722 0x00000002 PAD + 0x00017724 0x00017724 0x00000010 Code RO 1622 i.drv_timer_get_instance CVWL568.lib(drv_timer.o) + 0x00017734 0x00017734 0x0000000e Code RO 1624 i.drv_timer_get_prescaler CVWL568.lib(drv_timer.o) + 0x00017742 0x00017742 0x00000002 PAD + 0x00017744 0x00017744 0x00000044 Code RO 1625 i.drv_timer_handle_interrupt CVWL568.lib(drv_timer.o) + 0x00017788 0x00017788 0x00000014 Code RO 1626 i.drv_timer_register_callback CVWL568.lib(drv_timer.o) + 0x0001779c 0x0001779c 0x0000000c Code RO 1627 i.drv_timer_set_current_count CVWL568.lib(drv_timer.o) + 0x000177a8 0x000177a8 0x00000048 Code RO 1628 i.drv_timer_set_int CVWL568.lib(drv_timer.o) + 0x000177f0 0x000177f0 0x0000000c Code RO 1629 i.drv_timer_set_match CVWL568.lib(drv_timer.o) + 0x000177fc 0x000177fc 0x00000016 Code RO 1630 i.drv_timer_set_prescaler CVWL568.lib(drv_timer.o) + 0x00017812 0x00017812 0x0000000a Code RO 1845 i.drv_tx_phy_test_clear CVWL568.lib(drv_dsi_tx.o) + 0x0001781c 0x0001781c 0x0000001c Code RO 1846 i.drv_tx_phy_test_enter CVWL568.lib(drv_dsi_tx.o) + 0x00017838 0x00017838 0x0000001c Code RO 1847 i.drv_tx_phy_test_exit CVWL568.lib(drv_dsi_tx.o) + 0x00017854 0x00017854 0x00000012 Code RO 1849 i.drv_tx_phy_test_write_1_byte CVWL568.lib(drv_dsi_tx.o) + 0x00017866 0x00017866 0x00000014 Code RO 1850 i.drv_tx_phy_test_write_2_byte CVWL568.lib(drv_dsi_tx.o) + 0x0001787a 0x0001787a 0x00000010 Code RO 1851 i.drv_tx_phy_test_write_code CVWL568.lib(drv_dsi_tx.o) + 0x0001788a 0x0001788a 0x00000008 Code RO 2093 i.drv_vidc_clear_irq CVWL568.lib(drv_vidc.o) + 0x00017892 0x00017892 0x00000018 Code RO 2097 i.drv_vidc_enable CVWL568.lib(drv_vidc.o) + 0x000178aa 0x000178aa 0x00000002 PAD + 0x000178ac 0x000178ac 0x00000040 Code RO 2098 i.drv_vidc_enable_irq CVWL568.lib(drv_vidc.o) + 0x000178ec 0x000178ec 0x00000012 Code RO 2100 i.drv_vidc_get_irq_status CVWL568.lib(drv_vidc.o) + 0x000178fe 0x000178fe 0x00000002 PAD + 0x00017900 0x00017900 0x00000028 Code RO 2104 i.drv_vidc_init_module_enable CVWL568.lib(drv_vidc.o) + 0x00017928 0x00017928 0x0000000c Code RO 2105 i.drv_vidc_register_callback CVWL568.lib(drv_vidc.o) + 0x00017934 0x00017934 0x00000006 Code RO 2106 i.drv_vidc_reset CVWL568.lib(drv_vidc.o) + 0x0001793a 0x0001793a 0x0000003c Code RO 2108 i.drv_vidc_set_dst_parameter CVWL568.lib(drv_vidc.o) + 0x00017976 0x00017976 0x00000014 Code RO 2112 i.drv_vidc_set_irqen CVWL568.lib(drv_vidc.o) + 0x0001798a 0x0001798a 0x00000010 Code RO 2113 i.drv_vidc_set_mirror CVWL568.lib(drv_vidc.o) + 0x0001799a 0x0001799a 0x00000008 Code RO 2116 i.drv_vidc_set_p2r_hcoef0 CVWL568.lib(drv_vidc.o) + 0x000179a2 0x000179a2 0x00000026 Code RO 2117 i.drv_vidc_set_p2r_hinitb CVWL568.lib(drv_vidc.o) + 0x000179c8 0x000179c8 0x00000026 Code RO 2118 i.drv_vidc_set_p2r_hinitr CVWL568.lib(drv_vidc.o) + 0x000179ee 0x000179ee 0x00000002 PAD + 0x000179f0 0x000179f0 0x00000018 Code RO 2119 i.drv_vidc_set_pentile_swap CVWL568.lib(drv_vidc.o) + 0x00017a08 0x00017a08 0x0000000a Code RO 2120 i.drv_vidc_set_pu_ctrl CVWL568.lib(drv_vidc.o) + 0x00017a12 0x00017a12 0x00000010 Code RO 2121 i.drv_vidc_set_rotation CVWL568.lib(drv_vidc.o) + 0x00017a22 0x00017a22 0x0000000a Code RO 2122 i.drv_vidc_set_scld_hcoef0 CVWL568.lib(drv_vidc.o) + 0x00017a2c 0x00017a2c 0x0000000a Code RO 2123 i.drv_vidc_set_scld_hcoef1 CVWL568.lib(drv_vidc.o) + 0x00017a36 0x00017a36 0x00000012 Code RO 2124 i.drv_vidc_set_scld_step CVWL568.lib(drv_vidc.o) + 0x00017a48 0x00017a48 0x0000000a Code RO 2125 i.drv_vidc_set_scld_vcoef0 CVWL568.lib(drv_vidc.o) + 0x00017a52 0x00017a52 0x0000000a Code RO 2126 i.drv_vidc_set_scld_vcoef1 CVWL568.lib(drv_vidc.o) + 0x00017a5c 0x00017a5c 0x00000016 Code RO 2127 i.drv_vidc_set_src_parameter CVWL568.lib(drv_vidc.o) + 0x00017a72 0x00017a72 0x00000002 PAD + 0x00017a74 0x00017a74 0x00000010 Code RO 2520 i.drv_wdg_clear_counter CVWL568.lib(drv_wdg.o) + 0x00017a84 0x00017a84 0x00000010 Code RO 2521 i.drv_wdg_clear_edge_flag CVWL568.lib(drv_wdg.o) + 0x00017a94 0x00017a94 0x00000010 Code RO 2524 i.drv_wdg_read_edge_flag CVWL568.lib(drv_wdg.o) + 0x00017aa4 0x00017aa4 0x00000034 Code RO 2527 i.drv_wdg_set_int CVWL568.lib(drv_wdg.o) + 0x00017ad8 0x00017ad8 0x0000000a Code RO 1248 i.fls_clr_interrupt_flag CVWL568.lib(drv_fls.o) + 0x00017ae2 0x00017ae2 0x00000014 Code RO 965 i.fputc CVWL568.lib(tau_log.o) + 0x00017af6 0x00017af6 0x00000002 PAD + 0x00017af8 0x00017af8 0x00000030 Code RO 596 i.hal_dsi_rx_ctrl_create_handle CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017b28 0x00017b28 0x0000009c Code RO 598 i.hal_dsi_rx_ctrl_deinit CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017bc4 0x00017bc4 0x00000084 Code RO 600 i.hal_dsi_rx_ctrl_dsc_async_handler CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017c48 0x00017c48 0x00000028 Code RO 602 i.hal_dsi_rx_ctrl_gen_a_tear_signal CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017c70 0x00017c70 0x00000028 Code RO 604 i.hal_dsi_rx_ctrl_get_max_ret_size CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017c98 0x00017c98 0x00000098 Code RO 606 i.hal_dsi_rx_ctrl_init CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017d30 0x00017d30 0x00000130 Code RO 607 i.hal_dsi_rx_ctrl_init_clk CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017e60 0x00017e60 0x000000d4 Code RO 608 i.hal_dsi_rx_ctrl_init_dsi_rx CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017f34 0x00017f34 0x0000013c Code RO 609 i.hal_dsi_rx_ctrl_init_memc CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00018070 0x00018070 0x00000130 Code RO 610 i.hal_dsi_rx_ctrl_init_rxbr CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000181a0 0x000181a0 0x0000022c Code RO 611 i.hal_dsi_rx_ctrl_init_vidc CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000183cc 0x000183cc 0x0000003c Code RO 612 i.hal_dsi_rx_ctrl_pre_init_pps CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00018408 0x00018408 0x000000f0 Code RO 615 i.hal_dsi_rx_ctrl_send_ack_cmd CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000184f8 0x000184f8 0x00000034 Code RO 619 i.hal_dsi_rx_ctrl_set_cus_sync_line CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x0001852c 0x0001852c 0x00000034 Code RO 622 i.hal_dsi_rx_ctrl_set_hw_tear_mode CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00018560 0x00018560 0x00000038 Code RO 623 i.hal_dsi_rx_ctrl_set_ipi_cfg CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00018598 0x00018598 0x00000072 Code RO 627 i.hal_dsi_rx_ctrl_set_rxbr_clk CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x0001860a 0x0001860a 0x00000002 PAD + 0x0001860c 0x0001860c 0x00000034 Code RO 628 i.hal_dsi_rx_ctrl_set_sw_tear_mode CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00018640 0x00018640 0x0000003c Code RO 631 i.hal_dsi_rx_ctrl_start CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x0001867c 0x0001867c 0x0000003c Code RO 632 i.hal_dsi_rx_ctrl_stop CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000186b8 0x000186b8 0x00000020 Code RO 634 i.hal_dsi_rx_ctrl_toggle_resolution CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000186d8 0x000186d8 0x00000190 Code RO 683 i.hal_dsi_tx_calc_video_chunks CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018868 0x00018868 0x00000034 Code RO 684 i.hal_dsi_tx_config_params_for_lane_rate CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001889c 0x0001889c 0x000004d0 Code RO 685 i.hal_dsi_tx_count_lane_rate CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018d6c 0x00018d6c 0x0000002c Code RO 687 i.hal_dsi_tx_ctrl_create_handle CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018d98 0x00018d98 0x00000048 Code RO 688 i.hal_dsi_tx_ctrl_deinit CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018de0 0x00018de0 0x0000004c Code RO 689 i.hal_dsi_tx_ctrl_enter_init_panel_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018e2c 0x00018e2c 0x00000028 Code RO 691 i.hal_dsi_tx_ctrl_exit_init_panel_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018e54 0x00018e54 0x000000c4 Code RO 693 i.hal_dsi_tx_ctrl_init CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018f18 0x00018f18 0x00000024 Code RO 694 i.hal_dsi_tx_ctrl_init_clk CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018f3c 0x00018f3c 0x0000000c Code RO 695 i.hal_dsi_tx_ctrl_panel_reset_pin CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018f48 0x00018f48 0x00000020 Code RO 698 i.hal_dsi_tx_ctrl_set_ccm CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018f68 0x00018f68 0x00000014 Code RO 704 i.hal_dsi_tx_ctrl_set_overwrite_rgb CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018f7c 0x00018f7c 0x00000010 Code RO 705 i.hal_dsi_tx_ctrl_set_partial_disp CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018f8c 0x00018f8c 0x00000024 Code RO 706 i.hal_dsi_tx_ctrl_set_partial_disp_area CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018fb0 0x00018fb0 0x0000006c Code RO 708 i.hal_dsi_tx_ctrl_start CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001901c 0x0001901c 0x00000044 Code RO 709 i.hal_dsi_tx_ctrl_stop CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00019060 0x00019060 0x000000d8 Code RO 710 i.hal_dsi_tx_ctrl_write_array_cmd CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00019138 0x00019138 0x000000b0 Code RO 711 i.hal_dsi_tx_ctrl_write_cmd CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000191e8 0x000191e8 0x00000044 Code RO 712 i.hal_dsi_tx_init_data_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001922c 0x0001922c 0x00000030 Code RO 713 i.hal_dsi_tx_init_dpi_cfg CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001925c 0x0001925c 0x00000020 Code RO 714 i.hal_dsi_tx_init_interrupt CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001927c 0x0001927c 0x00000020 Code RO 715 i.hal_dsi_tx_init_phy_cfg CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001929c 0x0001929c 0x00000094 Code RO 716 i.hal_dsi_tx_init_remains CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00019330 0x00019330 0x00000058 Code RO 717 i.hal_dsi_tx_init_video_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00019388 0x00019388 0x00000044 Code RO 718 i.hal_dsi_tx_send_cmd CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000193cc 0x000193cc 0x00000018 Code RO 776 i.hal_gpio_ctrl_eint CVWL568.lib(hal_gpio.o) + 0x000193e4 0x000193e4 0x00000012 Code RO 777 i.hal_gpio_get_input_data CVWL568.lib(hal_gpio.o) + 0x000193f6 0x000193f6 0x00000002 PAD + 0x000193f8 0x000193f8 0x00000040 Code RO 780 i.hal_gpio_init_eint CVWL568.lib(hal_gpio.o) + 0x00019438 0x00019438 0x00000020 Code RO 781 i.hal_gpio_init_input CVWL568.lib(hal_gpio.o) + 0x00019458 0x00019458 0x00000028 Code RO 782 i.hal_gpio_init_output CVWL568.lib(hal_gpio.o) + 0x00019480 0x00019480 0x00000018 Code RO 783 i.hal_gpio_reg_eint_cb CVWL568.lib(hal_gpio.o) + 0x00019498 0x00019498 0x00000050 Code RO 784 i.hal_gpio_set_ap_reset_int CVWL568.lib(hal_gpio.o) + 0x000194e8 0x000194e8 0x00000060 Code RO 786 i.hal_gpio_set_mode CVWL568.lib(hal_gpio.o) + 0x00019548 0x00019548 0x00000008 Code RO 787 i.hal_gpio_set_output_data CVWL568.lib(hal_gpio.o) + 0x00019550 0x00019550 0x00000020 Code RO 789 i.hal_gpio_set_pull_state CVWL568.lib(hal_gpio.o) + 0x00019570 0x00019570 0x0000006c Code RO 814 i.hal_i2c_m_dma_init CVWL568.lib(hal_i2c_master.o) + 0x000195dc 0x000195dc 0x00000020 Code RO 815 i.hal_i2c_m_dma_read CVWL568.lib(hal_i2c_master.o) + 0x000195fc 0x000195fc 0x0000001c Code RO 816 i.hal_i2c_m_dma_write CVWL568.lib(hal_i2c_master.o) + 0x00019618 0x00019618 0x0000000c Code RO 818 i.hal_i2c_m_transfer_complate CVWL568.lib(hal_i2c_master.o) + 0x00019624 0x00019624 0x00000020 Code RO 819 i.hal_i2c_master_irq_callback CVWL568.lib(hal_i2c_master.o) + 0x00019644 0x00019644 0x00000010 Code RO 831 i.hal_i2c_s_dma_user_callback CVWL568.lib(hal_i2c_slave.o) + 0x00019654 0x00019654 0x00000038 Code RO 832 i.hal_i2c_s_dma_write CVWL568.lib(hal_i2c_slave.o) + 0x0001968c 0x0001968c 0x0000006c Code RO 834 i.hal_i2c_s_init CVWL568.lib(hal_i2c_slave.o) + 0x000196f8 0x000196f8 0x00000014 Code RO 835 i.hal_i2c_s_nonblocking_read CVWL568.lib(hal_i2c_slave.o) + 0x0001970c 0x0001970c 0x0000000c Code RO 842 i.hal_i2c_s_set_transfer CVWL568.lib(hal_i2c_slave.o) + 0x00019718 0x00019718 0x0000014c Code RO 845 i.hal_i2c_slave_irq_callback CVWL568.lib(hal_i2c_slave.o) + 0x00019864 0x00019864 0x000000e4 Code RO 1663 i.hal_internal_init_memc CVWL568.lib(hal_internal_vsync.o) + 0x00019948 0x00019948 0x00000010 Code RO 1664 i.hal_internal_sync_get_fb_setting CVWL568.lib(hal_internal_vsync.o) + 0x00019958 0x00019958 0x00000214 Code RO 1665 i.hal_internal_sync_input_resolution_change CVWL568.lib(hal_internal_vsync.o) + 0x00019b6c 0x00019b6c 0x0000001c Code RO 1667 i.hal_internal_vsync_deinit CVWL568.lib(hal_internal_vsync.o) + 0x00019b88 0x00019b88 0x0000000c Code RO 1668 i.hal_internal_vsync_get_rx_state CVWL568.lib(hal_internal_vsync.o) + 0x00019b94 0x00019b94 0x00000018 Code RO 1669 i.hal_internal_vsync_get_sync_line CVWL568.lib(hal_internal_vsync.o) + 0x00019bac 0x00019bac 0x0000000c Code RO 1670 i.hal_internal_vsync_get_tx_state CVWL568.lib(hal_internal_vsync.o) + 0x00019bb8 0x00019bb8 0x000000fc Code RO 1671 i.hal_internal_vsync_init_rx CVWL568.lib(hal_internal_vsync.o) + 0x00019cb4 0x00019cb4 0x000000b0 Code RO 1672 i.hal_internal_vsync_init_tx CVWL568.lib(hal_internal_vsync.o) + 0x00019d64 0x00019d64 0x0000011c Code RO 1673 i.hal_internal_vsync_set_auto_hw_filter CVWL568.lib(hal_internal_vsync.o) + 0x00019e80 0x00019e80 0x00000014 Code RO 1675 i.hal_internal_vsync_set_rx_state CVWL568.lib(hal_internal_vsync.o) + 0x00019e94 0x00019e94 0x0000001c Code RO 1676 i.hal_internal_vsync_set_sync_line CVWL568.lib(hal_internal_vsync.o) + 0x00019eb0 0x00019eb0 0x00000048 Code RO 1677 i.hal_internal_vsync_set_tear_mode CVWL568.lib(hal_internal_vsync.o) + 0x00019ef8 0x00019ef8 0x00000040 Code RO 1678 i.hal_internal_vsync_set_tx_state CVWL568.lib(hal_internal_vsync.o) + 0x00019f38 0x00019f38 0x00000024 Code RO 719 i.hal_lcdc_config_ccm CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00019f5c 0x00019f5c 0x00000048 Code RO 720 i.hal_lcdc_config_remains CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00019fa4 0x00019fa4 0x00000014 Code RO 721 i.hal_lcdc_config_rgb_to_pentile CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00019fb8 0x00019fb8 0x00000164 Code RO 722 i.hal_lcdc_config_upscaler CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001a11c 0x0001a11c 0x00000040 Code RO 723 i.hal_lcdc_init_cfg CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001a15c 0x0001a15c 0x00000180 Code RO 724 i.hal_lcdc_init_clk CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001a2dc 0x0001a2dc 0x00000040 Code RO 725 i.hal_lcdc_init_interrupt CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001a31c 0x0001a31c 0x0000000e Code RO 867 i.hal_spi_m_clear_rxfifo CVWL568.lib(hal_spi_master.o) + 0x0001a32a 0x0001a32a 0x00000016 Code RO 891 i.hal_swire_open CVWL568.lib(hal_swire.o) + 0x0001a340 0x0001a340 0x00000008 Code RO 905 i.hal_system_enable_systick CVWL568.lib(hal_system.o) + 0x0001a348 0x0001a348 0x00000088 Code RO 910 i.hal_system_init CVWL568.lib(hal_system.o) + 0x0001a3d0 0x0001a3d0 0x0000001c Code RO 911 i.hal_system_init_console CVWL568.lib(hal_system.o) + 0x0001a3ec 0x0001a3ec 0x00000008 Code RO 914 i.hal_system_set_phy_calibration CVWL568.lib(hal_system.o) + 0x0001a3f4 0x0001a3f4 0x00000008 Code RO 915 i.hal_system_set_pvd CVWL568.lib(hal_system.o) + 0x0001a3fc 0x0001a3fc 0x00000008 Code RO 916 i.hal_system_set_vcc CVWL568.lib(hal_system.o) + 0x0001a404 0x0001a404 0x0000001a Code RO 941 i.hal_timer_init CVWL568.lib(hal_timer.o) + 0x0001a41e 0x0001a41e 0x00000002 PAD + 0x0001a420 0x0001a420 0x00000050 Code RO 943 i.hal_timer_start CVWL568.lib(hal_timer.o) + 0x0001a470 0x0001a470 0x00000030 Code RO 944 i.hal_timer_stop CVWL568.lib(hal_timer.o) + 0x0001a4a0 0x0001a4a0 0x0000008c Code RO 976 i.hal_uart_init CVWL568.lib(hal_uart.o) + 0x0001a52c 0x0001a52c 0x00000010 Code RO 979 i.hal_uart_transmit_blocking CVWL568.lib(hal_uart.o) + 0x0001a53c 0x0001a53c 0x00000110 Code RO 2203 i.handle_init CVWL568.lib(irq_redirect .o) + 0x0001a64c 0x0001a64c 0x00000068 Code RO 114 i.init_mipi_tx ap_demo.o + 0x0001a6b4 0x0001a6b4 0x000000b8 Code RO 115 i.init_panel ap_demo.o + 0x0001a76c 0x0001a76c 0x0000000a Code RO 3 i.main main.o + 0x0001a776 0x0001a776 0x00000002 PAD + 0x0001a778 0x0001a778 0x000000a8 Code RO 116 i.open_mipi_rx ap_demo.o + 0x0001a820 0x0001a820 0x00000054 Code RO 117 i.pps_update_handle ap_demo.o + 0x0001a874 0x0001a874 0x000003f4 Code RO 1679 i.rx_get_dcs_packet_data CVWL568.lib(hal_internal_vsync.o) + 0x0001ac68 0x0001ac68 0x00000140 Code RO 1680 i.rx_partial_update CVWL568.lib(hal_internal_vsync.o) + 0x0001ada8 0x0001ada8 0x0000008c Code RO 1681 i.rx_receive_packet CVWL568.lib(hal_internal_vsync.o) + 0x0001ae34 0x0001ae34 0x00000180 Code RO 1682 i.rx_receive_pps CVWL568.lib(hal_internal_vsync.o) + 0x0001afb4 0x0001afb4 0x000000a4 Code RO 1683 i.rxbr_irq0_callback CVWL568.lib(hal_internal_vsync.o) + 0x0001b058 0x0001b058 0x00000170 Code RO 1684 i.rxbr_irq1_callback CVWL568.lib(hal_internal_vsync.o) + 0x0001b1c8 0x0001b1c8 0x0000002a Code RO 118 i.send_panel_init_code ap_demo.o + 0x0001b1f2 0x0001b1f2 0x00000002 PAD + 0x0001b1f4 0x0001b1f4 0x00000060 Code RO 119 i.soft_disable_mipi_timer_init ap_demo.o + 0x0001b254 0x0001b254 0x0000008c Code RO 1685 i.soft_gen_te CVWL568.lib(hal_internal_vsync.o) + 0x0001b2e0 0x0001b2e0 0x00000030 Code RO 120 i.soft_timer3_cb ap_demo.o + 0x0001b310 0x0001b310 0x00000048 Code RO 2569 i.sqrt m_ps.l(sqrt.o) + 0x0001b358 0x0001b358 0x00000048 Code RO 121 i.tp_heartbeat_exec ap_demo.o + 0x0001b3a0 0x0001b3a0 0x00000014 Code RO 122 i.tx_display_on ap_demo.o + 0x0001b3b4 0x0001b3b4 0x00000028 Code RO 123 i.tx_panel_reset ap_demo.o + 0x0001b3dc 0x0001b3dc 0x000000e8 Code RO 1686 i.vidc_callback CVWL568.lib(hal_internal_vsync.o) + 0x0001b4c4 0x0001b4c4 0x000000d0 Code RO 1687 i.vpre_err_reset CVWL568.lib(hal_internal_vsync.o) + 0x0001b594 0x0001b594 0x0000019c Code RO 1688 i.vsync_set_te_mode CVWL568.lib(hal_internal_vsync.o) + 0x0001b730 0x0001b730 0x0000199c Data RO 124 .constdata ap_demo.o + 0x0001d0cc 0x0001d0cc 0x00002150 Data RO 292 .constdata app_tp_for_custom_s8.o + 0x0001f21c 0x0001f21c 0x00000001 Data RO 305 .constdata app_tp_for_custom_s8.o + 0x0001f21d 0x0001f21d 0x000000d2 Data RO 792 .constdata CVWL568.lib(hal_gpio.o) + 0x0001f2ef 0x0001f2ef 0x00000001 PAD + 0x0001f2f0 0x0001f2f0 0x00000008 Data RO 1479 .constdata CVWL568.lib(drv_param_init.o) + 0x0001f2f8 0x0001f2f8 0x00000186 Data RO 2253 .constdata CVWL568.lib(drv_phy_common.o) + 0x0001f47e 0x0001f47e 0x00000002 PAD + 0x0001f480 0x0001f480 0x00000048 Data RO 636 .conststring CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x0001f4c8 0x0001f4c8 0x00000134 Data RO 1690 .conststring CVWL568.lib(hal_internal_vsync.o) + 0x0001f5fc 0x0001f5fc 0x00000030 Data RO 2931 Region$$Table anon$$obj.o + + + Execution Region RW_RAM1 (Exec base: 0x00070000, Load base: 0x0001f62c, Size: 0x00000000, Max: 0x000000f0, ABSOLUTE) + + **** No section assigned to this execution region **** + + + Execution Region RW_RAM2 (Exec base: 0x00070100, Load base: 0x0001f62c, Size: 0x000000c0, Max: 0x000000d0, ABSOLUTE) + + Exec Addr Load Addr Size Type Attr Idx E Section Name Object + + 0x00070100 - 0x000000c0 Zero RW 2204 .ARM.__AT_0x00070100 CVWL568.lib(irq_redirect .o) + + + Execution Region RW_RAM3 (Exec base: 0x000701d0, Load base: 0x0001f62c, Size: 0x000036f0, Max: 0x00007e30, ABSOLUTE, COMPRESSED[0x000003e4]) + + Exec Addr Load Addr Size Type Attr Idx E Section Name Object + + 0x000701d0 COMPRESSED 0x00000038 Data RW 125 .data ap_demo.o + 0x00070208 COMPRESSED 0x000000e4 Data RW 306 .data app_tp_for_custom_s8.o + 0x000702ec COMPRESSED 0x00000001 Data RW 309 .data app_tp_for_custom_s8.o + 0x000702ed COMPRESSED 0x00000001 Data RW 310 .data app_tp_for_custom_s8.o + 0x000702ee COMPRESSED 0x00000001 Data RW 315 .data app_tp_for_custom_s8.o + 0x000702ef COMPRESSED 0x00000003 Data RW 316 .data app_tp_for_custom_s8.o + 0x000702f2 COMPRESSED 0x00000005 Data RW 317 .data app_tp_for_custom_s8.o + 0x000702f7 COMPRESSED 0x00000001 PAD + 0x000702f8 COMPRESSED 0x00000030 Data RW 327 .data app_tp_for_custom_s8.o + 0x00070328 COMPRESSED 0x00000031 Data RW 403 .data app_tp_transfer.o + 0x00070359 COMPRESSED 0x00000003 PAD + 0x0007035c COMPRESSED 0x00000008 Data RW 637 .data CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00070364 COMPRESSED 0x00000001 Data RW 727 .data CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00070365 COMPRESSED 0x00000001 Data RW 820 .data CVWL568.lib(hal_i2c_master.o) + 0x00070366 COMPRESSED 0x00000002 PAD + 0x00070368 COMPRESSED 0x0000001c Data RW 846 .data CVWL568.lib(hal_i2c_slave.o) + 0x00070384 COMPRESSED 0x00000012 Data RW 1033 .data CVWL568.lib(norflash.o) + 0x00070396 COMPRESSED 0x00000002 PAD + 0x00070398 COMPRESSED 0x0000000c Data RW 1086 .data CVWL568.lib(drv_common.o) + 0x000703a4 COMPRESSED 0x00000004 Data RW 1351 .data CVWL568.lib(drv_gpio.o) + 0x000703a8 COMPRESSED 0x00000008 Data RW 1389 .data CVWL568.lib(drv_i2c_dma.o) + 0x000703b0 COMPRESSED 0x00000004 Data RW 1417 .data CVWL568.lib(drv_i2c_master.o) + 0x000703b4 COMPRESSED 0x00000008 Data RW 1451 .data CVWL568.lib(drv_i2c_slave.o) + 0x000703bc COMPRESSED 0x000004a4 Data RW 1480 .data CVWL568.lib(drv_param_init.o) + 0x00070860 COMPRESSED 0x00000004 Data RW 1545 .data CVWL568.lib(drv_spi_master.o) + 0x00070864 COMPRESSED 0x00000008 Data RW 1571 .data CVWL568.lib(drv_swire.o) + 0x0007086c COMPRESSED 0x00000001 Data RW 1596 .data CVWL568.lib(drv_sys_cfg.o) + 0x0007086d COMPRESSED 0x00000003 PAD + 0x00070870 COMPRESSED 0x00000050 Data RW 1632 .data CVWL568.lib(drv_timer.o) + 0x000708c0 COMPRESSED 0x00000004 Data RW 1691 .data CVWL568.lib(hal_internal_vsync.o) + 0x000708c4 COMPRESSED 0x00000008 Data RW 2056 .data CVWL568.lib(drv_rxbr.o) + 0x000708cc COMPRESSED 0x00000004 Data RW 2129 .data CVWL568.lib(drv_vidc.o) + 0x000708d0 COMPRESSED 0x00000001 Data RW 2254 .data CVWL568.lib(drv_phy_common.o) + 0x000708d1 COMPRESSED 0x00000003 PAD + 0x000708d4 COMPRESSED 0x0000000c Data RW 2274 .data CVWL568.lib(drv_chip_info.o) + 0x000708e0 COMPRESSED 0x0000000c Data RW 2384 .data CVWL568.lib(drv_pwm.o) + 0x000708ec COMPRESSED 0x00000008 Data RW 2462 .data CVWL568.lib(drv_uart.o) + 0x000708f4 COMPRESSED 0x0000000c Data RW 2529 .data CVWL568.lib(drv_wdg.o) + 0x00070900 COMPRESSED 0x00000004 Data RW 2900 .data mc_p.l(stdout.o) + 0x00070904 COMPRESSED 0x00000004 Data RW 2912 .data mc_p.l(errno.o) + 0x00070908 - 0x0000019c Zero RW 402 .bss app_tp_transfer.o + 0x00070aa4 - 0x000000c0 Zero RW 635 .bss CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00070b64 - 0x00000048 Zero RW 726 .bss CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00070bac - 0x00000100 Zero RW 966 .bss CVWL568.lib(tau_log.o) + 0x00070cac - 0x000000d0 Zero RW 981 .bss CVWL568.lib(hal_uart.o) + 0x00070d7c - 0x0000001c Zero RW 1213 .bss CVWL568.lib(drv_dma.o) + 0x00070d98 - 0x00000040 Zero RW 1350 .bss CVWL568.lib(drv_gpio.o) + 0x00070dd8 - 0x00000140 Zero RW 1388 .bss CVWL568.lib(drv_i2c_dma.o) + 0x00070f18 - 0x00000958 Zero RW 1689 .bss CVWL568.lib(hal_internal_vsync.o) + 0x00071870 - 0x00001030 Zero RW 1733 .bss CVWL568.lib(dcs_packet_fifo.o) + 0x000728a0 - 0x00000020 Zero RW 2318 .bss CVWL568.lib(hal_spi_slave.o) + 0x000728c0 - 0x00001000 Zero RW 585 STACK startup_armcm0.o + + +============================================================================== + +Image component sizes + + + Code (inc. data) RO Data RW Data ZI Data Debug Object Name + + 8198 838 6556 56 0 38824 ap_demo.o + 1760 74 8529 287 0 13447 app_tp_for_custom_s8.o + 1778 210 0 49 412 16976 app_tp_transfer.o + 36 6 0 0 0 433 board.o + 10 0 0 0 0 10135 main.o + 120 18 192 0 4096 2012 startup_armcm0.o + + ---------------------------------------------------------------------- + 11910 1146 15325 396 4508 81827 Object Totals + 0 0 48 0 0 0 (incl. Generated) + 8 0 0 4 0 0 (incl. Padding) + + ---------------------------------------------------------------------- + + Code (inc. data) RO Data RW Data ZI Data Debug Library Member Name + + 216 32 0 0 4144 252 dcs_packet_fifo.o + 296 96 0 12 0 256 drv_chip_info.o + 192 82 20 12 0 264 drv_common.o + 420 90 0 0 0 1200 drv_crgu.o + 410 28 0 0 28 796 drv_dma.o + 232 28 0 0 0 340 drv_dsc_dec.o + 1624 494 0 0 0 1332 drv_dsi_rx.o + 1476 118 0 0 0 2428 drv_dsi_tx.o + 118 0 0 0 0 256 drv_efuse.o + 10 0 0 0 0 60 drv_fls.o + 784 112 0 4 64 1236 drv_gpio.o + 588 88 0 8 320 624 drv_i2c_dma.o + 360 86 0 4 0 456 drv_i2c_master.o + 324 74 0 8 0 516 drv_i2c_slave.o + 668 6 0 0 0 1444 drv_lcdc.o + 492 28 0 0 0 1112 drv_memc.o + 112 36 8 1188 0 376 drv_param_init.o + 428 30 390 1 0 664 drv_phy_common.o + 72 10 0 12 0 76 drv_pwm.o + 104 24 0 0 0 180 drv_pwr.o + 682 66 0 8 0 1448 drv_rxbr.o + 104 24 0 4 0 188 drv_spi_master.o + 132 16 0 8 0 200 drv_swire.o + 300 64 0 1 0 628 drv_sys_cfg.o + 334 22 0 80 0 944 drv_timer.o + 698 18 0 8 0 680 drv_uart.o + 510 28 0 4 0 1452 drv_vidc.o + 156 22 0 12 0 316 drv_wdg.o + 3038 298 72 8 192 1532 hal_dsi_rx_ctrl.o + 4312 278 0 1 72 2384 hal_dsi_tx_ctrl.o + 450 48 210 0 0 752 hal_gpio.o + 212 40 0 1 0 340 hal_i2c_master.o + 544 76 0 28 0 400 hal_i2c_slave.o + 6580 1504 308 4 2392 2264 hal_internal_vsync.o + 14 0 0 0 0 68 hal_spi_master.o + 580 32 0 0 32 136 hal_spi_slave.o + 22 0 0 0 0 68 hal_swire.o + 196 32 0 0 0 408 hal_system.o + 154 6 0 0 0 208 hal_timer.o + 156 18 0 0 208 144 hal_uart.o + 1076 324 0 0 192 1980 irq_redirect .o + 48 10 0 18 0 68 norflash.o + 58 0 0 0 0 128 tau_delay.o + 60 10 0 0 256 156 tau_log.o + 200 20 0 0 0 76 ceil.o + 72 6 0 0 0 76 sqrt.o + 86 0 0 0 0 0 __dczerorl2.o + 0 0 0 0 0 0 entry.o + 0 0 0 0 0 0 entry10a.o + 0 0 0 0 0 0 entry11a.o + 8 4 0 0 0 0 entry2.o + 4 0 0 0 0 0 entry5.o + 0 0 0 0 0 0 entry7b.o + 0 0 0 0 0 0 entry8b.o + 8 4 0 0 0 0 entry9a.o + 12 6 0 4 0 60 errno.o + 30 0 0 0 0 0 handlers.o + 40 0 0 0 0 72 idiv.o + 36 8 0 0 0 68 init.o + 0 0 0 0 0 0 iusefp.o + 32 0 0 0 0 68 llshl.o + 38 0 0 0 0 68 llsshr.o + 34 0 0 0 0 68 llushr.o + 36 0 0 0 0 60 memcpya.o + 36 0 0 0 0 100 memseta.o + 2298 104 0 0 0 544 printfa.o + 0 0 0 4 0 0 stdout.o + 44 0 0 0 0 72 uidiv.o + 96 0 0 0 0 84 uldiv.o + 40 2 0 0 0 68 cdcmple.o + 40 2 0 0 0 68 cdrcmple.o + 20 0 0 0 0 68 cfrcmple.o + 356 4 0 0 0 140 dadd.o + 240 6 0 0 0 84 ddiv.o + 236 0 0 0 0 216 depilogue.o + 72 10 0 0 0 72 dfixi.o + 60 10 0 0 0 68 dfixui.o + 64 10 0 0 0 68 dfixul.o + 28 4 0 0 0 68 dfltui.o + 208 6 0 0 0 88 dmul.o + 162 0 0 0 0 80 dsqrt.o + 40 0 0 0 0 60 f2d.o + 178 0 0 0 0 108 fadd.o + 124 0 0 0 0 72 fdiv.o + 130 0 0 0 0 144 fepilogue.o + 50 0 0 0 0 60 ffixi.o + 40 0 0 0 0 60 ffixui.o + 22 0 0 0 0 68 fflti.o + 14 0 0 0 0 68 ffltui.o + 122 0 0 0 0 72 fmul.o + 24 0 0 0 0 60 fscalb.o + + ---------------------------------------------------------------------- + 34774 4604 1011 1452 7900 34036 Library Totals + 52 0 3 10 0 0 (incl. Padding) + + ---------------------------------------------------------------------- + + Code (inc. data) RO Data RW Data ZI Data Debug Library Name + + 29342 4398 1008 1434 7900 30760 CVWL568.lib + 272 26 0 0 0 152 m_ps.l + 2838 126 0 8 0 1264 mc_p.l + 2270 54 0 0 0 1860 mf_p.l + + ---------------------------------------------------------------------- + 34774 4604 1011 1452 7900 34036 Library Totals + + ---------------------------------------------------------------------- + +============================================================================== + + + Code (inc. data) RO Data RW Data ZI Data Debug + + 46684 5750 16336 1848 12408 91643 Grand Totals + 46684 5750 16336 996 12408 91643 ELF Image Totals (compressed) + 46684 5750 16336 996 0 0 ROM Totals + +============================================================================== + + Total RO Size (Code + RO Data) 63020 ( 61.54kB) + Total RW Size (RW Data + ZI Data) 14256 ( 13.92kB) + Total ROM Size (Code + RO Data + RW Data) 64016 ( 62.52kB) + +============================================================================== + diff --git a/project/Listings/WL568_S20U.map b/project/Listings/WL568_S20U.map new file mode 100644 index 0000000..a1c6d2d --- /dev/null +++ b/project/Listings/WL568_S20U.map @@ -0,0 +1,5167 @@ +Component: ARM Compiler 5.06 update 6 (build 750) Tool: armlink [4d35ed] + +============================================================================== + +Section Cross References + + main.o(i.main) refers to board.o(i.board_Init) for board_Init + main.o(i.main) refers to ap_demo.o(i.ap_demo) for ap_demo + ap_demo.o(i.Gpio_swire_output) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + ap_demo.o(i.Gpio_swire_output) refers to tau_delay.o(i.delayUs) for delayUs + ap_demo.o(i.Gpio_swire_output) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + ap_demo.o(i.ap_dcs_read) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) for hal_dsi_rx_ctrl_get_max_ret_size + ap_demo.o(i.ap_dcs_read) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) for hal_dsi_rx_ctrl_send_ack_cmd + ap_demo.o(i.ap_dcs_read) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_dcs_read) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_demo) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.app_tp_I2C_init) for app_tp_I2C_init + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.open_mipi_rx) for open_mipi_rx + ap_demo.o(i.ap_demo) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.init_mipi_tx) for init_mipi_tx + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.app_tp_init) for app_tp_init + ap_demo.o(i.ap_demo) refers to hal_timer.o(i.hal_timer_init) for hal_timer_init + ap_demo.o(i.ap_demo) refers to hal_timer.o(i.hal_timer_start) for hal_timer_start + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.tx_display_on) for tx_display_on + ap_demo.o(i.ap_demo) refers to hal_gpio.o(i.hal_gpio_set_ap_reset_int) for hal_gpio_set_ap_reset_int + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.app_tp_phone_clear_reset_on) for app_tp_phone_clear_reset_on + ap_demo.o(i.ap_demo) refers to tau_delay.o(i.delayMs) for delayMs + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.app_tp_transfer_screen_start) for app_tp_transfer_screen_start + ap_demo.o(i.ap_demo) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) for hal_dsi_rx_ctrl_dsc_async_handler + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.app_tp_calibration_exec) for app_tp_calibration_exec + ap_demo.o(i.ap_demo) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.ap_demo) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.app_tp_transfer_screen_int) for app_tp_transfer_screen_int + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.tp_heartbeat_exec) for tp_heartbeat_exec + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.ap_tp_scan_point_record_event_exec) for ap_tp_scan_point_record_event_exec + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.S20_Start_init) for S20_Start_init + ap_demo.o(i.ap_demo) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_demo) refers to app_tp_for_custom_s8.o(.data) for tp_sleep_count + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.soft_timer3_cb) for soft_timer3_cb + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.ap_reset_cb) for ap_reset_cb + ap_demo.o(i.ap_get_reg_ca) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_get_reg_df) refers to ap_demo.o(i.blue_change_ccm) for blue_change_ccm + ap_demo.o(i.ap_get_reg_df) refers to memcpya.o(.text) for __aeabi_memcpy4 + ap_demo.o(i.ap_get_reg_df) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) for hal_dsi_tx_ctrl_set_ccm + ap_demo.o(i.ap_get_reg_df) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_reset_cb) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_reset_cb) refers to hal_system.o(i.hal_system_set_pvd) for hal_system_set_pvd + ap_demo.o(i.ap_reset_cb) refers to hal_system.o(i.hal_system_set_vcc) for hal_system_set_vcc + ap_demo.o(i.ap_set_backlight) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + ap_demo.o(i.ap_set_backlight) refers to idiv.o(.text) for __aeabi_idivmod + ap_demo.o(i.ap_set_backlight) refers to uidiv.o(.text) for __aeabi_uidivmod + ap_demo.o(i.ap_set_backlight) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.ap_set_backlight) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_set_display_off) refers to ap_demo.o(i.Gpio_swire_output) for Gpio_swire_output + ap_demo.o(i.ap_set_display_off) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_display_off) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.ap_set_display_off) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_set_display_on) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_display_on) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_set_enter_sleep_mode) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.ap_set_enter_sleep_mode) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_enter_sleep_mode) refers to ap_demo.o(i.soft_disable_mipi_timer_init) for soft_disable_mipi_timer_init + ap_demo.o(i.ap_set_enter_sleep_mode) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_set_exit_sleep_mode) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_exit_sleep_mode) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_set_tp_calibration_04) refers to ap_demo.o(.data) for .data + ap_demo.o(i.app_tp_calibration_exec) refers to app_tp_transfer.o(i.ap_tp_calibration) for ap_tp_calibration + ap_demo.o(i.app_tp_calibration_exec) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.app_tp_calibration_exec) refers to ap_demo.o(.data) for .data + ap_demo.o(i.blue_change_ccm) refers to memcpya.o(.text) for __aeabi_memcpy4 + ap_demo.o(i.blue_change_ccm) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) for hal_dsi_tx_ctrl_set_ccm + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) for hal_dsi_tx_ctrl_stop + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) for hal_dsi_tx_ctrl_deinit + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) for hal_dsi_rx_ctrl_stop + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) for hal_dsi_rx_ctrl_deinit + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_swire.o(i.hal_swire_open) for hal_swire_open + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_timer.o(i.hal_timer_stop) for hal_timer_stop + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) for hal_dsi_tx_ctrl_panel_reset_pin + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_system.o(i.hal_system_set_vcc) for hal_system_set_vcc + ap_demo.o(i.disable_mipi_timer_cb) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.disable_mipi_timer_cb) refers to ap_demo.o(.data) for .data + ap_demo.o(i.disable_mipi_timer_cb) refers to app_tp_for_custom_s8.o(.data) for tp_sleep_in + ap_demo.o(i.init_mipi_tx) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) for hal_dsi_tx_ctrl_create_handle + ap_demo.o(i.init_mipi_tx) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) for hal_dsi_tx_ctrl_init + ap_demo.o(i.init_mipi_tx) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) for hal_dsi_tx_ctrl_set_overwrite_rgb + ap_demo.o(i.init_mipi_tx) refers to ap_demo.o(.data) for .data + ap_demo.o(i.init_panel) refers to ap_demo.o(i.tx_panel_reset) for tx_panel_reset + ap_demo.o(i.init_panel) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) for hal_dsi_tx_ctrl_enter_init_panel_mode + ap_demo.o(i.init_panel) refers to ap_demo.o(i.send_panel_init_code) for send_panel_init_code + ap_demo.o(i.init_panel) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.init_panel) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.init_panel) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) for hal_dsi_rx_ctrl_set_hw_tear_mode + ap_demo.o(i.init_panel) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + ap_demo.o(i.init_panel) refers to tau_delay.o(i.delayMs) for delayMs + ap_demo.o(i.init_panel) refers to ap_demo.o(i.Gpio_swire_output) for Gpio_swire_output + ap_demo.o(i.init_panel) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) for hal_dsi_tx_ctrl_exit_init_panel_mode + ap_demo.o(i.init_panel) refers to ap_demo.o(.constdata) for .constdata + ap_demo.o(i.init_panel) refers to ap_demo.o(.data) for .data + ap_demo.o(i.open_mipi_rx) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) for hal_dsi_rx_ctrl_create_handle + ap_demo.o(i.open_mipi_rx) refers to memcpya.o(.text) for __aeabi_memcpy4 + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) for hal_dsi_rx_ctrl_pre_init_pps + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) for hal_dsi_rx_ctrl_init + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) for hal_dsi_rx_ctrl_set_cus_sync_line + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) for hal_dsi_rx_ctrl_start + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(.data) for .data + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(.constdata) for .constdata + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(i.ap_dcs_read) for ap_dcs_read + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(i.pps_update_handle) for pps_update_handle + ap_demo.o(i.pps_update_handle) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) for hal_dsi_rx_ctrl_set_sw_tear_mode + ap_demo.o(i.pps_update_handle) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) for hal_dsi_rx_ctrl_toggle_resolution + ap_demo.o(i.pps_update_handle) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) for hal_dsi_rx_ctrl_set_hw_tear_mode + ap_demo.o(i.pps_update_handle) refers to ap_demo.o(.data) for .data + ap_demo.o(i.send_panel_init_code) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) for hal_dsi_tx_ctrl_write_array_cmd + ap_demo.o(i.send_panel_init_code) refers to tau_delay.o(i.delayUs) for delayUs + ap_demo.o(i.soft_disable_mipi_timer_init) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.soft_disable_mipi_timer_init) refers to hal_timer.o(i.hal_timer_init) for hal_timer_init + ap_demo.o(i.soft_disable_mipi_timer_init) refers to hal_timer.o(i.hal_timer_start) for hal_timer_start + ap_demo.o(i.soft_disable_mipi_timer_init) refers to ap_demo.o(i.disable_mipi_timer_cb) for disable_mipi_timer_cb + ap_demo.o(i.soft_timer3_cb) refers to hal_timer.o(i.hal_timer_start) for hal_timer_start + ap_demo.o(i.soft_timer3_cb) refers to app_tp_for_custom_s8.o(.data) for tp_sleep_count + ap_demo.o(i.soft_timer3_cb) refers to ap_demo.o(.data) for .data + ap_demo.o(i.tp_heartbeat_exec) refers to hal_gpio.o(i.hal_gpio_get_input_data) for hal_gpio_get_input_data + ap_demo.o(i.tp_heartbeat_exec) refers to printfa.o(i.__0printf) for __2printf + ap_demo.o(i.tp_heartbeat_exec) refers to app_tp_transfer.o(i.ap_tp_system_softReset) for ap_tp_system_softReset + ap_demo.o(i.tp_heartbeat_exec) refers to app_tp_transfer.o(.data) for s_screen_init_complate + ap_demo.o(i.tp_heartbeat_exec) refers to ap_demo.o(.data) for .data + ap_demo.o(i.tx_display_on) refers to ap_demo.o(i.init_panel) for init_panel + ap_demo.o(i.tx_display_on) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) for hal_dsi_tx_ctrl_start + ap_demo.o(i.tx_display_on) refers to ap_demo.o(.data) for .data + ap_demo.o(i.tx_panel_reset) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) for hal_dsi_tx_ctrl_panel_reset_pin + ap_demo.o(i.tx_panel_reset) refers to tau_delay.o(i.delayMs) for delayMs + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_display_on) for ap_set_display_on + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_display_off) for ap_set_display_off + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_get_reg_df) for ap_get_reg_df + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_get_reg_ca) for ap_get_reg_ca + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_backlight) for ap_set_backlight + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_enter_sleep_mode) for ap_set_enter_sleep_mode + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_exit_sleep_mode) for ap_set_exit_sleep_mode + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_tp_calibration_04) for ap_set_tp_calibration_04 + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(i.app_tp_m_read) for app_tp_m_read + app_tp_transfer.o(i.S20_Start_init) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_transfer.o(i.S20_Start_init) refers to tau_delay.o(i.delayMs) for delayMs + app_tp_transfer.o(i.S20_Start_init) refers to hal_gpio.o(i.hal_gpio_get_input_data) for hal_gpio_get_input_data + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(i.app_tp_m_write) for app_tp_m_write + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(i.app_tp_screen_int_init) for app_tp_screen_int_init + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_for_custom_s8.o(.data) for screen_reg_int_data + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.S20_Start_init) refers to ap_demo.o(.data) for phone_start_flag + app_tp_transfer.o(i.ap_tp_calibration) refers to app_tp_transfer.o(i.app_tp_m_write) for app_tp_m_write + app_tp_transfer.o(i.ap_tp_calibration) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_transfer.o(i.ap_tp_calibration) refers to tau_delay.o(i.delayMs) for delayMs + app_tp_transfer.o(i.ap_tp_calibration) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.ap_tp_scan_point_init) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.ap_tp_scan_point_record_event) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.ap_tp_scan_point_record_event_exec) refers to printfa.o(i.__0printf) for __2printf + app_tp_transfer.o(i.ap_tp_scan_point_record_event_exec) refers to app_tp_transfer.o(i.ap_tp_simulate_finger_release_event) for ap_tp_simulate_finger_release_event + app_tp_transfer.o(i.ap_tp_scan_point_record_event_exec) refers to app_tp_transfer.o(i.ap_tp_scan_point_init) for ap_tp_scan_point_init + app_tp_transfer.o(i.ap_tp_scan_point_record_event_exec) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.ap_tp_simulate_finger_release_event) refers to app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) for app_tp_screen_analysis_int + app_tp_transfer.o(i.ap_tp_simulate_finger_release_event) refers to tau_delay.o(i.delayMs) for delayMs + app_tp_transfer.o(i.ap_tp_system_softReset) refers to app_tp_transfer.o(i.ap_tp_simulate_finger_release_event) for ap_tp_simulate_finger_release_event + app_tp_transfer.o(i.ap_tp_system_softReset) refers to app_tp_transfer.o(i.ap_tp_scan_point_init) for ap_tp_scan_point_init + app_tp_transfer.o(i.ap_tp_system_softReset) refers to app_tp_transfer.o(i.app_tp_m_write) for app_tp_m_write + app_tp_transfer.o(i.ap_tp_system_softReset) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_transfer.o(i.ap_tp_system_softReset) refers to tau_delay.o(i.delayMs) for delayMs + app_tp_transfer.o(i.ap_tp_system_softReset) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_I2C_init) refers to hal_i2c_slave.o(i.hal_i2c_s_init) for hal_i2c_s_init + app_tp_transfer.o(i.app_tp_I2C_init) refers to hal_i2c_slave.o(i.hal_i2c_s_set_transfer) for hal_i2c_s_set_transfer + app_tp_transfer.o(i.app_tp_I2C_init) refers to hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) for hal_i2c_s_nonblocking_read + app_tp_transfer.o(i.app_tp_I2C_init) refers to app_tp_transfer.o(i.app_tp_i2cs_callback) for app_tp_i2cs_callback + app_tp_transfer.o(i.app_tp_I2C_init) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.app_tp_i2cs_callback) refers to app_tp_transfer.o(i.app_tp_transfer_phone) for app_tp_transfer_phone + app_tp_transfer.o(i.app_tp_init) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + app_tp_transfer.o(i.app_tp_init) refers to app_tp_transfer.o(i.app_tp_screen_init) for app_tp_screen_init + app_tp_transfer.o(i.app_tp_init) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + app_tp_transfer.o(i.app_tp_init) refers to hal_gpio.o(i.hal_gpio_init_input) for hal_gpio_init_input + app_tp_transfer.o(i.app_tp_init) refers to hal_i2c_master.o(i.hal_i2c_m_dma_init) for hal_i2c_m_dma_init + app_tp_transfer.o(i.app_tp_init) refers to app_tp_transfer.o(i.ap_tp_scan_point_init) for ap_tp_scan_point_init + app_tp_transfer.o(i.app_tp_init) refers to app_tp_for_custom_s8.o(.data) for g_phone_output_int_pad + app_tp_transfer.o(i.app_tp_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.app_tp_m_read) refers to hal_i2c_master.o(i.hal_i2c_m_dma_read) for hal_i2c_m_dma_read + app_tp_transfer.o(i.app_tp_m_transfer_complate) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_transfer.o(i.app_tp_m_write) refers to hal_i2c_master.o(i.hal_i2c_m_dma_write) for hal_i2c_m_dma_write + app_tp_transfer.o(i.app_tp_phone_clear_reset_on) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_phone_reset_on) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_s_read) refers to hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) for hal_i2c_s_nonblocking_read + app_tp_transfer.o(i.app_tp_s_transfer_complate) refers to hal_i2c_slave.o(i.hal_i2c_s_write_complate) for hal_i2c_s_write_complate + app_tp_transfer.o(i.app_tp_s_transfer_complate) refers to hal_i2c_slave.o(i.hal_i2c_s_read_complate) for hal_i2c_s_read_complate + app_tp_transfer.o(i.app_tp_s_write) refers to hal_i2c_slave.o(i.hal_i2c_s_dma_write) for hal_i2c_s_dma_write + app_tp_transfer.o(i.app_tp_screen_init) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + app_tp_transfer.o(i.app_tp_screen_init) refers to tau_delay.o(i.delayUs) for delayUs + app_tp_transfer.o(i.app_tp_screen_init) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + app_tp_transfer.o(i.app_tp_screen_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_rst_pad + app_tp_transfer.o(i.app_tp_screen_int_callback) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_ctrl_eint) for hal_gpio_ctrl_eint + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_init_eint) for hal_gpio_init_eint + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_reg_eint_cb) for hal_gpio_reg_eint_cb + app_tp_transfer.o(i.app_tp_screen_int_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.app_tp_screen_int_init) refers to app_tp_transfer.o(i.app_tp_screen_int_callback) for app_tp_screen_int_callback + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) for app_tp_phone_analysis_data + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_transfer.o(i.app_tp_s_read) for app_tp_s_read + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_transfer.o(i.app_tp_s_write) for app_tp_s_write + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_transfer.o(i.app_tp_m_transfer_complate) for app_tp_m_transfer_complate + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to hal_spi_master.o(i.hal_spi_m_clear_rxfifo) for hal_spi_m_clear_rxfifo + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_transfer.o(i.S20_Start_init) for S20_Start_init + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_for_custom_s8.o(.constdata) for screen_reg_start_data_size + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to ap_demo.o(.data) for phone_start_flag + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_transfer_screen_const) for app_tp_transfer_screen_const + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_screen_int_lvl_low) for app_tp_screen_int_lvl_low + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_m_transfer_complate) for app_tp_m_transfer_complate + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to hal_spi_master.o(i.hal_spi_m_clear_rxfifo) for hal_spi_m_clear_rxfifo + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_m_read) for app_tp_m_read + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to tau_delay.o(i.delayUs) for delayUs + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.ap_tp_system_softReset) for ap_tp_system_softReset + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to tau_log.o(i.LOG_printf) for LOG_printf + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to tau_delay.o(i.delayMs) for delayMs + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to hal_gpio.o(i.hal_gpio_get_input_data) for hal_gpio_get_input_data + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.ap_tp_scan_point_record_event) for ap_tp_scan_point_record_event + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) for app_tp_screen_analysis_int + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_for_custom_s8.o(.data) for screen_reg_int_data + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.app_tp_transfer_screen_start) refers to app_tp_transfer.o(i.app_tp_transfer_screen_const) for app_tp_transfer_screen_const + app_tp_transfer.o(i.app_tp_transfer_screen_start) refers to app_tp_transfer.o(.data) for .data + board.o(i.board_Init) refers to hal_system.o(i.hal_system_init) for hal_system_init + board.o(i.board_Init) refers to hal_system.o(i.hal_system_enable_systick) for hal_system_enable_systick + board.o(i.board_Init) refers to hal_system.o(i.hal_system_init_console) for hal_system_init_console + board.o(i.board_Init) refers to hal_system.o(i.hal_system_set_phy_calibration) for hal_system_set_phy_calibration + startup_armcm0.o(RESET) refers to startup_armcm0.o(STACK) for __initial_sp + startup_armcm0.o(RESET) refers to startup_armcm0.o(.text) for Reset_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.HardFault_Handler) for HardFault_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SysTick_Handler) for SysTick_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.VIDC_IRQn_Handler) for VIDC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.LCDC_IRQn_Handler) for LCDC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.MIPI_RX_IRQn_Handler) for MIPI_RX_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.MIPI_TX_IRQn_Handler) for MIPI_TX_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.MEMC_IRQn_Handler) for MEMC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.VPRE_IRQn_Handler) for VPRE_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.FLSCTRL_IRQn_Handler) for FLSCTRL_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.DMA_IRQn_Handler) for DMA_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER0_IRQn_Handler) for TIMER0_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER1_IRQn_Handler) for TIMER1_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER2_IRQn_Handler) for TIMER2_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER3_IRQn_Handler) for TIMER3_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.WDG_IRQn_Handler) for WDG_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.UART_IRQn_Handler) for UART_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.I2C0_IRQn_Handler) for I2C0_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.I2C1_IRQn_Handler) for I2C1_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SPIS_IRQn_Handler) for SPIS_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SPIM_IRQn_Handler) for SPIM_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.ADC_IRQn_Handler) for ADC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.PWMDET_IRQn_Handler) for PWMDET_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SWIRE_IRQn_Handler) for SWIRE_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.AP_NRESET_IRQn_Handler) for AP_NRESET_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT0_IRQn_Handler) for EXTI_INT0_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT1_IRQn_Handler) for EXTI_INT1_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT2_IRQn_Handler) for EXTI_INT2_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT3_IRQn_Handler) for EXTI_INT3_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT4_IRQn_Handler) for EXTI_INT4_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT5_IRQn_Handler) for EXTI_INT5_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT6_IRQn_Handler) for EXTI_INT6_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT7_IRQn_Handler) for EXTI_INT7_IRQn_Handler + startup_armcm0.o(.text) refers to entry.o(.ARM.Collect$$$$00000000) for __main + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to dadd.o(.text) for __aeabi_dadd + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to drv_vidc.o(i.drv_vidc_set_scld_step) for drv_vidc_set_scld_step + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to drv_vidc.o(i.drv_vidc_set_module_enable) for drv_vidc_set_module_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to hal_internal_vsync.o(i.hal_internal_vsync_get_rx_state) for hal_internal_vsync_get_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to drv_dsc_dec.o(i.drv_dsc_dec_disable) for drv_dsc_dec_disable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) for drv_dsi_rx_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to drv_rxbr.o(i.drv_rxbr_enable_irq) for drv_rxbr_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to drv_vidc.o(i.drv_vidc_enable_irq) for drv_vidc_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to drv_memc.o(i.drv_memc_enable_irq) for drv_memc_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to hal_internal_vsync.o(i.hal_internal_vsync_get_tx_state) for hal_internal_vsync_get_tx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to drv_crgu.o(i.drv_crgu_config_reset_modules) for drv_crgu_config_reset_modules + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_draw_mode_init) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) for dcs_packet_get_fifo_header + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) for dcs_packet_free_fifo_header + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to drv_rxbr.o(i.drv_rxbr_set_inten) for drv_rxbr_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_pg_cfg) for drv_dsi_rx_set_ddi_pg_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_crgu.o(i.drv_crgu_set_rxbr_src) for drv_crgu_set_rxbr_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_crgu.o(i.drv_crgu_set_rxbr_div) for drv_crgu_set_rxbr_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_pg_cfg) for drv_dsi_rx_set_ipi_pg_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) refers to drv_memc.o(i.drv_memc_gen_a_tear_signal) for drv_memc_gen_a_tear_signal + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_compressen_en) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) for drv_dsi_rx_get_compression_en + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_max_ret_size) for drv_dsi_rx_get_max_ret_size + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_rxbr_src) for drv_crgu_set_rxbr_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_rxbr_div) for drv_crgu_set_rxbr_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) for drv_dsi_rx_set_ddi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_ipi_cfg) for hal_dsi_rx_ctrl_set_ipi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_dsco_src) for drv_crgu_set_dsco_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_dsco_src_div) for drv_crgu_set_dsco_src_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_dsc_core_div) for drv_crgu_set_dsc_core_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_vidc_src) for drv_crgu_set_vidc_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_fb_src) for drv_crgu_set_fb_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_fb_div) for drv_crgu_set_fb_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) for hal_dsi_rx_ctrl_init_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_init_rx) for hal_internal_vsync_init_rx + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) for hal_dsi_rx_ctrl_init_dsi_rx + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) for hal_dsi_rx_ctrl_init_rxbr + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_dsc_dec.o(i.drv_dsc_dec_enable) for drv_dsc_dec_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) for drv_dsc_dec_set_u8_pps + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_dsc_dec.o(i.drv_dsc_dec_disable) for drv_dsc_dec_disable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) for hal_dsi_rx_ctrl_init_vidc + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) for hal_dsi_rx_ctrl_init_memc + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_chip_info.o(i.drv_chip_rx_init_done) for drv_chip_rx_init_done + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_vidc_src) for drv_crgu_set_vidc_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_fb_src) for drv_crgu_set_fb_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_fb_div) for drv_crgu_set_fb_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) for hal_dsi_rx_ctrl_set_rxbr_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ctrl_cfg) for drv_dsi_rx_set_ctrl_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) for drv_dsi_rx_set_ddi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_ipi_cfg) for hal_dsi_rx_ctrl_set_ipi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) for drv_dsi_rx_set_up_phy + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) for drv_dsi_rx_set_lane_swap + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_inten) for drv_dsi_rx_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_resp_cnt) for drv_dsi_rx_set_resp_cnt + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) for drv_dsi_rx_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_data_mode) for drv_memc_set_data_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_ltpo_mode) for drv_memc_set_ltpo_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_rate_transfer_sel) for drv_memc_rate_transfer_sel + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_fs_en_conditions) for drv_memc_set_fs_en_conditions + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_lcdc_st_conditions) for drv_memc_set_lcdc_st_conditions + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_sel_vsync) for drv_memc_sel_vsync + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_vidc_sync_cnt) for drv_memc_set_vidc_sync_cnt + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_waveform) for drv_memc_set_tear_waveform + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_double_buffer) for drv_memc_set_double_buffer + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_active_height) for drv_memc_set_active_height + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_inten) for drv_memc_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_enable_irq) for drv_memc_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_color_format) for drv_rxbr_set_color_format + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) for drv_rxbr_frame_drop_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_ltpo_drop_th) for drv_rxbr_set_ltpo_drop_th + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_usr_cfg) for drv_rxbr_set_usr_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_usr_col) for drv_rxbr_set_usr_col + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_usr_row) for drv_rxbr_set_usr_row + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_hline_rcv_cfg) for drv_rxbr_hline_rcv_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_inten) for drv_rxbr_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_enable_irq) for drv_rxbr_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) for hal_internal_vsync_set_auto_hw_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_src_parameter) for drv_vidc_set_src_parameter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_pentile_swap) for drv_vidc_set_pentile_swap + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_dst_parameter) for drv_vidc_set_dst_parameter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_init_module_enable) for drv_vidc_init_module_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_rotation) for drv_vidc_set_rotation + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to dadd.o(.text) for __aeabi_dadd + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_step) for drv_vidc_set_scld_step + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_param_init.o(i.drv_param_init_get_scld_filter_h) for drv_param_init_get_scld_filter_h + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_param_init.o(i.drv_param_init_get_scld_filter_v) for drv_param_init_get_scld_filter_v + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef0) for drv_vidc_set_scld_hcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef1) for drv_vidc_set_scld_hcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef0) for drv_vidc_set_scld_vcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef1) for drv_vidc_set_scld_vcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_p2r_hinitr) for drv_vidc_set_p2r_hinitr + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_p2r_hinitb) for drv_vidc_set_p2r_hinitb + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_param_init.o(i.drv_param_p2r_filter_init) for drv_param_p2r_filter_init + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_p2r_hcoef0) for drv_vidc_set_p2r_hcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_mirror) for drv_vidc_set_mirror + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_pu_ctrl) for drv_vidc_set_pu_ctrl + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_irqen) for drv_vidc_set_irqen + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_enable_irq) for drv_vidc_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) for drv_dsc_dec_convert_pps_rc_parameter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_release_handle) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to drv_dsi_rx.o(i.drv_dsi_rx_shut_down) for drv_dsi_rx_shut_down + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) for hal_dsi_rx_ctrl_init + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_internal_vsync.o(i.hal_internal_vsync_get_tx_state) for hal_internal_vsync_get_tx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) for hal_dsi_rx_ctrl_start + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) refers to drv_rxbr.o(i.drv_rxbr_set_ack_pkt_header) for drv_rxbr_set_ack_pkt_header + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) refers to hal_dsi_rx_ctrl.o(.conststring) for .conststring + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_auto_hw_filter) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) for hal_internal_vsync_set_auto_hw_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_auto_hw_filter) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) for drv_dsi_rx_set_ddi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef0) for drv_vidc_set_scld_hcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef1) for drv_vidc_set_scld_hcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef0) for drv_vidc_set_scld_vcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef1) for drv_vidc_set_scld_vcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_param_init.o(i.drv_param_init_set_scld_filter) for drv_param_init_set_scld_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) for hal_internal_vsync_set_sync_line + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) refers to drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) for drv_rxbr_hline_rcv0_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_dcs_direct_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode) for hal_internal_vsync_set_dcs_direct_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_cmd_filter) refers to drv_rxbr.o(i.drv_rxbr_set_cmd_filter) for drv_rxbr_set_cmd_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_cmd_filter) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) for hal_internal_vsync_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_ipi_cfg) refers to drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) for drv_dsi_rx_calc_ipi_tx_delay + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_ipi_cfg) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_cfg) for drv_dsi_rx_set_ipi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format) refers to drv_vidc.o(i.drv_vidc_update_src_format) for drv_vidc_update_src_format + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format) refers to drv_vidc.o(i.drv_vidc_set_pentile_swap) for drv_vidc_set_pentile_swap + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dflti.o(.text) for __aeabi_i2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dmul.o(.text) for __aeabi_dmul + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to ddiv.o(.text) for __aeabi_ddiv + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dfixi.o(.text) for __aeabi_d2iz + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rx_clk) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) for hal_dsi_rx_ctrl_set_rxbr_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rx_clk) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rx_clk) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rx_clk) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) for drv_dsi_rx_set_ddi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rx_clk) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_ipi_cfg) for hal_dsi_rx_ctrl_set_ipi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rx_clk) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) refers to drv_crgu.o(i.drv_crgu_set_rxbr_src) for drv_crgu_set_rxbr_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) refers to drv_crgu.o(i.drv_crgu_set_rxbr_div) for drv_crgu_set_rxbr_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) refers to drv_crgu.o(i.drv_crgu_set_dsco_src) for drv_crgu_set_dsco_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) refers to drv_crgu.o(i.drv_crgu_set_dsco_src_div) for drv_crgu_set_dsco_src_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) refers to drv_crgu.o(i.drv_crgu_set_dsc_core_div) for drv_crgu_set_dsc_core_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) for hal_internal_vsync_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_te_waveform) refers to drv_memc.o(i.drv_memc_set_tear_waveform) for drv_memc_set_tear_waveform + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_te_waveform) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_tear_mode_ex) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) for hal_internal_vsync_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to drv_dsi_rx.o(i.drv_dsi_rx_power_up) for drv_dsi_rx_power_up + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to drv_dsi_rx.o(i.drv_dsi_rx_shut_down) for drv_dsi_rx_shut_down + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_memc.o(i.drv_memc_rate_transfer_sel) for drv_memc_rate_transfer_sel + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_memc.o(i.drv_memc_sel_vsync) for drv_memc_sel_vsync + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) for drv_rxbr_frame_drop_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) for drv_rxbr_hline_rcv0_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) refers to hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) for hal_internal_sync_input_resolution_change + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to ffltui.o(.text) for __aeabi_ui2f + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fscalb.o(.text) for __ARM_scalbnf + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fdiv.o(.text) for __aeabi_fdiv + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fmul.o(.text) for __aeabi_fmul + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to idiv.o(.text) for __aeabi_idivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fflti.o(.text) for __aeabi_i2f + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to ffixi.o(.text) for __aeabi_f2iz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to f2d.o(.text) for __aeabi_f2d + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to ceil.o(i.ceil) for ceil + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to dfixi.o(.text) for __aeabi_d2iz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fadd.o(.text) for __aeabi_fadd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_video_chunk) for drv_dsi_tx_set_video_chunk + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_video_timing) for drv_dsi_tx_set_video_timing + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_config_params_for_lane_rate) refers to fadd.o(.text) for __aeabi_fadd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_config_params_for_lane_rate) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to ffltui.o(.text) for __aeabi_ui2f + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to fmul.o(.text) for __aeabi_fmul + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to fdiv.o(.text) for __aeabi_fdiv + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to f2d.o(.text) for __aeabi_f2d + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to ceil.o(i.ceil) for ceil + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to drv_phy_common.o(i.drv_phy_get_rate_para) for drv_phy_get_rate_para + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to dfixi.o(.text) for __aeabi_d2iz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to idiv.o(.text) for __aeabi_idivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to fadd.o(.text) for __aeabi_fsub + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to ffixui.o(.text) for __aeabi_f2uiz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_crop_pic) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_crop_pic) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_crop_pic) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) for hal_lcdc_config_upscaler + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_crop_pic) refers to drv_lcdc.o(i.drv_lcdc_config_src_parameter) for drv_lcdc_config_src_parameter + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to drv_crgu.o(i.drv_crgu_config_reset_modules) for drv_crgu_config_reset_modules + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) for drv_dsi_tx_command_mode_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_mode) for drv_dsi_tx_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_ulps_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) for drv_dsi_tx_phy_ulps_enter + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) for drv_dsi_tx_command_mode_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_mode) for drv_dsi_tx_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) refers to hal_dsi_tx_ctrl.o(.data) for .data + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_ulps_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) for drv_dsi_tx_phy_ulps_exit + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) for hal_dsi_tx_ctrl_init_clk + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_init_tx) for hal_internal_vsync_init_tx + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_config_params_for_lane_rate) for hal_dsi_tx_config_params_for_lane_rate + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) for hal_dsi_tx_count_lane_rate + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) for hal_dsi_tx_init_phy_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) for drv_dsi_tx_phy_test_setup + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) for hal_lcdc_init_clk + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) for hal_lcdc_init_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) for hal_dsi_tx_init_dpi_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) for hal_dsi_tx_init_data_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) for hal_dsi_tx_init_remains + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) for hal_dsi_tx_init_interrupt + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ready) for drv_dsi_tx_phy_status_ready + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to drv_dsi_tx.o(i.drv_dsi_tx_powerup) for drv_dsi_tx_powerup + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) for hal_dsi_tx_send_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_get_payload) for drv_dsi_tx_command_get_payload + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to memcpya.o(.text) for __aeabi_memcpy + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_release_handle) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) refers to drv_param_init.o(i.drv_param_init_set_ccm) for drv_param_init_set_ccm + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) refers to drv_lcdc.o(i.drv_lcdc_config_int_single) for drv_lcdc_config_int_single + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_cus_pq_filter) refers to drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) for drv_lcdc_config_scale_up_coef + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_cus_pq_filter) refers to drv_param_init.o(i.drv_param_init_set_sclu_filter) for drv_param_init_set_sclu_filter + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_endianness) refers to drv_lcdc.o(i.drv_lcdc_config_endianness) for drv_lcdc_config_endianness + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_escape_clock_div) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) for drv_dsi_tx_set_esc_div + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_lp_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) for drv_dsi_tx_video_mode_set_lp_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite_rgb) for drv_lcdc_config_overwrite_rgb + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) refers to drv_lcdc.o(i.drv_lcdc_config_partial_display_enable) for drv_lcdc_config_partial_display_enable + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) refers to drv_lcdc.o(i.drv_lcdc_config_partial_display_area) for drv_lcdc_config_partial_display_area + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_vpg) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_vpg) for drv_dsi_tx_set_vpg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) for drv_dsi_tx_config_eotp + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) for drv_dsi_tx_phy_clock_lane_req_hs + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_enable_shadow_reg) for drv_lcdc_enable_shadow_reg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_set_video_hw_mode) for drv_lcdc_set_video_hw_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_start) for drv_lcdc_start + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_lcdc.o(i.drv_lcdc_start) for drv_lcdc_start + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_lcdc.o(i.drv_lcdc_set_int) for drv_lcdc_set_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_int) for drv_dsi_tx_set_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_dsi_tx.o(i.drv_dsi_tx_shutdown) for drv_dsi_tx_shutdown + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) for hal_dsi_tx_send_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) for drv_dsi_tx_command_put_payload + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) for hal_dsi_tx_send_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) for drv_dsi_tx_command_put_payload + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_mode) for drv_dsi_tx_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_edpi_cmd_size) for drv_dsi_tx_edpi_cmd_size + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) for hal_dsi_tx_init_video_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to hal_dsi_tx_ctrl.o(.data) for .data + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_dpi_mode) for drv_dsi_tx_dpi_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_dpi_polarity) for drv_dsi_tx_dpi_polarity + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_dpi_lpcmd_time) for drv_dsi_tx_dpi_lpcmd_time + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_int) for drv_dsi_tx_set_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) refers to drv_dsi_tx.o(i.drv_dsi_tx_config_int) for drv_dsi_tx_config_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_lane_mode) for drv_dsi_tx_phy_lane_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_time_cfg) for drv_dsi_tx_phy_time_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_response_mode) for drv_dsi_tx_response_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) for drv_dsi_tx_set_esc_div + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_time_out_div) for drv_dsi_tx_set_time_out_div + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_timeout_cfg) for drv_dsi_tx_timeout_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) for drv_dsi_tx_config_eotp + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) for drv_dsi_tx_phy_clock_lane_req_hs + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_auto_lp) for drv_dsi_tx_phy_clock_lane_auto_lp + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_cfg) for drv_dsi_tx_video_mode_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_bta_ack) for drv_dsi_tx_set_bta_ack + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) for drv_dsi_tx_video_mode_set_lp_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_disable_hact_cmd) for drv_dsi_tx_video_mode_disable_hact_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) for hal_dsi_tx_calc_video_chunks + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_header) for drv_dsi_tx_command_header + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) for drv_dsi_tx_phy_status_stopstate + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) refers to drv_param_init.o(i.drv_param_init_get_ccm) for drv_param_init_get_ccm + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) refers to drv_lcdc.o(i.drv_lcdc_config_ccm) for drv_lcdc_config_ccm + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_disp_mode) for drv_lcdc_config_disp_mode + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_edpi_mode) for drv_lcdc_config_edpi_mode + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_endianness) for drv_lcdc_config_endianness + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_thresh) for drv_lcdc_config_thresh + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_dpi_polarity) for drv_lcdc_config_dpi_polarity + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_src_parameter) for drv_lcdc_config_src_parameter + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to dadd.o(.text) for __aeabi_dadd + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) for hal_dsi_tx_ctrl_set_partial_disp_area + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) for hal_dsi_tx_ctrl_set_partial_disp + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to drv_lcdc.o(i.drv_lcdc_config_scale_up_step) for drv_lcdc_config_scale_up_step + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to drv_param_init.o(i.drv_param_init_get_sclu_filter) for drv_param_init_get_sclu_filter + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) for drv_lcdc_config_scale_up_coef + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) for hal_lcdc_config_upscaler + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) for hal_lcdc_config_ccm + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) for hal_lcdc_config_rgb_to_pentile + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) for hal_lcdc_config_remains + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) for hal_lcdc_init_interrupt + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to ffltui.o(.text) for __aeabi_ui2f + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dpi_pre_div) for drv_crgu_set_dpi_pre_div + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dpi_pre_src) for drv_crgu_set_dpi_pre_src + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dpi_mux_src) for drv_crgu_set_dpi_mux_src + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to fmul.o(.text) for __aeabi_fmul + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to fdiv.o(.text) for __aeabi_fdiv + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to f2d.o(.text) for __aeabi_f2d + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to ceil.o(i.ceil) for ceil + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_lcdc.o(i.drv_lcdc_config_dpi_timing) for drv_lcdc_config_dpi_timing + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to cfrcmple.o(.text) for __aeabi_cfrcmple + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to ffixi.o(.text) for __aeabi_f2iz + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to idiv.o(.text) for __aeabi_idivmod + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_lcdc_div) for drv_crgu_set_lcdc_div + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_lcdc_src) for drv_crgu_set_lcdc_src + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) for hal_internal_vsync_get_sync_line + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to drv_lcdc.o(i.drv_lcdc_set_int) for drv_lcdc_set_int + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to drv_lcdc.o(i.drv_lcdc_ctrl_flow) for drv_lcdc_ctrl_flow + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to drv_lcdc.o(i.drv_lcdc_config_int) for drv_lcdc_config_int + hal_gpio.o(i.hal_gpio_ctrl_eint) refers to drv_gpio.o(i.drv_gpio_set_int) for drv_gpio_set_int + hal_gpio.o(i.hal_gpio_ctrl_eint) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_get_input_data) refers to drv_gpio.o(i.drv_gpio_get_input_data) for drv_gpio_get_input_data + hal_gpio.o(i.hal_gpio_get_int_type) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_get_pull_state) refers to drv_gpio.o(i.drv_gpio_get_pull_state) for drv_gpio_get_pull_state + hal_gpio.o(i.hal_gpio_get_pull_state) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_gpio.o(i.drv_gpio_set_ioe) for drv_gpio_set_ioe + hal_gpio.o(i.hal_gpio_init_eint) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_gpio_group) for drv_sys_cfg_sel_gpio_group + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_int_trig) for drv_sys_cfg_sel_int_trig + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_gpio.o(i.hal_gpio_init_eint) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_init_input) refers to drv_gpio.o(i.drv_gpio_set_ioe) for drv_gpio_set_ioe + hal_gpio.o(i.hal_gpio_init_input) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_gpio.o(i.hal_gpio_init_input) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_init_output) refers to hal_gpio.o(i.drv_gpio_set_output_data) for drv_gpio_set_output_data + hal_gpio.o(i.hal_gpio_init_output) refers to drv_gpio.o(i.drv_gpio_set_ioe) for drv_gpio_set_ioe + hal_gpio.o(i.hal_gpio_init_output) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_gpio.o(i.hal_gpio_init_output) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_reg_eint_cb) refers to drv_gpio.o(i.drv_gpio_register_callback) for drv_gpio_register_callback + hal_gpio.o(i.hal_gpio_reg_eint_cb) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_gpio.o(i.drv_gpio_register_ap_reset_callback) for drv_gpio_register_ap_reset_callback + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) for drv_sys_cfg_sel_ap_rst_trig + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + hal_gpio.o(i.hal_gpio_set_driving_strength) refers to drv_gpio.o(i.drv_gpio_set_driving_strength) for drv_gpio_set_driving_strength + hal_gpio.o(i.hal_gpio_set_driving_strength) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode3) for drv_gpio_set_mode3 + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode2) for drv_gpio_set_mode2 + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode1) for drv_gpio_set_mode1 + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode0) for drv_gpio_set_mode0 + hal_gpio.o(i.hal_gpio_set_mode) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_output_data) refers to hal_gpio.o(i.drv_gpio_set_output_data) for drv_gpio_set_output_data + hal_gpio.o(i.hal_gpio_set_pull_state) refers to drv_gpio.o(i.drv_gpio_set_pull_state) for drv_gpio_set_pull_state + hal_gpio.o(i.hal_gpio_set_pull_state) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_schmitt_trigger) refers to drv_gpio.o(i.drv_gpio_set_schmitt_trigger) for drv_gpio_set_schmitt_trigger + hal_gpio.o(i.hal_gpio_set_schmitt_trigger) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_slew_rate) refers to drv_gpio.o(i.drv_gpio_set_slew_rate) for drv_gpio_set_slew_rate + hal_gpio.o(i.hal_gpio_set_slew_rate) refers to hal_gpio.o(.constdata) for .constdata + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_master.o(i.drv_i2c_master_init) for drv_i2c_master_init + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_master.o(i.drv_i2c_m_set_callback) for drv_i2c_m_set_callback + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_master.o(i.drv_i2c_m_enable_intr) for drv_i2c_m_enable_intr + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_dma.o(i.drv_i2c_dma_init) for drv_i2c_dma_init + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_dma.o(i.drv_i2c_enable_rx_dma) for drv_i2c_enable_rx_dma + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_dma.o(i.drv_i2c_enable_tx_dma) for drv_i2c_enable_tx_dma + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to hal_i2c_master.o(i.hal_i2c_master_irq_callback) for hal_i2c_master_irq_callback + hal_i2c_master.o(i.hal_i2c_m_dma_read) refers to drv_i2c_dma.o(i.drv_i2c_master_read_dma) for drv_i2c_master_read_dma + hal_i2c_master.o(i.hal_i2c_m_dma_read) refers to hal_i2c_master.o(.data) for .data + hal_i2c_master.o(i.hal_i2c_m_dma_write) refers to drv_i2c_dma.o(i.drv_i2c_master_write_dma) for drv_i2c_master_write_dma + hal_i2c_master.o(i.hal_i2c_m_dma_write) refers to hal_i2c_master.o(.data) for .data + hal_i2c_master.o(i.hal_i2c_m_set_high_impedance) refers to drv_i2c_master.o(i.drv_i2c_m_enable) for drv_i2c_m_enable + hal_i2c_master.o(i.hal_i2c_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_master.o(i.hal_i2c_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + hal_i2c_master.o(i.hal_i2c_m_transfer_complate) refers to hal_i2c_master.o(.data) for .data + hal_i2c_master.o(i.hal_i2c_master_irq_callback) refers to drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) for drv_i2c_m_clear_it_pending_bit + hal_i2c_master.o(i.hal_i2c_master_irq_callback) refers to hal_i2c_master.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_dma_user_callback) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_dma_write) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + hal_i2c_slave.o(i.hal_i2c_s_dma_write) refers to drv_i2c_dma.o(i.drv_i2c_slave_write_dma) for drv_i2c_slave_write_dma + hal_i2c_slave.o(i.hal_i2c_s_dma_write) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_get_tx_byte_num) refers to drv_i2c_slave.o(i.drv_i2c_s_get_tx_byte_num) for drv_i2c_s_get_tx_byte_num + hal_i2c_slave.o(i.hal_i2c_s_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_slave.o(i.drv_i2c_slave_init) for drv_i2c_slave_init + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_slave.o(i.drv_i2c_s_set_callback) for drv_i2c_s_set_callback + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_slave.o(i.drv_i2c_s_enable_intr) for drv_i2c_s_enable_intr + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_dma.o(i.drv_i2c_dma_init) for drv_i2c_dma_init + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) for drv_i2c_set_dma_irq_callback + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_dma.o(i.drv_i2c_enable_tx_dma) for drv_i2c_enable_tx_dma + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + hal_i2c_slave.o(i.hal_i2c_s_init) refers to hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) for hal_i2c_slave_irq_callback + hal_i2c_slave.o(i.hal_i2c_s_init) refers to hal_i2c_slave.o(i.hal_i2c_s_dma_user_callback) for hal_i2c_s_dma_user_callback + hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_read_complate) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_read_complate_clear) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_read_data) refers to drv_i2c_slave.o(i.drv_i2c_s_read_data) for drv_i2c_s_read_data + hal_i2c_slave.o(i.hal_i2c_s_rxfifo_notempty) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + hal_i2c_slave.o(i.hal_i2c_s_set_dma_tx_cycle) refers to drv_dma.o(i.drv_dma_enable_cycle) for drv_dma_enable_cycle + hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance) refers to drv_i2c_slave.o(i.drv_i2c_s_enable) for drv_i2c_s_enable + hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + hal_i2c_slave.o(i.hal_i2c_s_set_transfer) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_write_complate) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_write_data) refers to drv_i2c_slave.o(i.drv_i2c_s_write_data) for drv_i2c_s_write_data + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) for drv_i2c_s_clear_it_pending_bit + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(i.drv_i2c_s_write_data) for drv_i2c_s_write_data + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(.data) for tx_byte_num + hal_spi_master.o(i.hal_spi_m_callback) refers to drv_spi_dma.o(i.drv_spi_abort_dma) for drv_spi_abort_dma + hal_spi_master.o(i.hal_spi_m_callback) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_clear_rxfifo) refers to drv_spi_master.o(i.drv_spi_m_read_data) for drv_spi_m_read_data + hal_spi_master.o(i.hal_spi_m_dma_init) refers to hal_spi_master.o(i.hal_spi_m_gpio_init) for hal_spi_m_gpio_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_master.o(i.drv_spi_master_init) for drv_spi_master_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_dma_init) for drv_spi_dma_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_dma_ch6_init) for drv_spi_dma_ch6_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) for drv_spi_set_dma_irq_callback + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) for drv_spi_set_dma_ch6_irq_callback + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) for drv_sys_cfg_set_dma_rx_req + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_master.o(i.drv_spi_m_enable_rx_dma) for drv_spi_m_enable_rx_dma + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + hal_spi_master.o(i.hal_spi_m_dma_init) refers to hal_spi_master.o(i.hal_spi_m_callback) for hal_spi_m_callback + hal_spi_master.o(i.hal_spi_m_dma_read) refers to drv_spi_dma.o(i.drv_spim_dma_read) for drv_spim_dma_read + hal_spi_master.o(i.hal_spi_m_dma_read) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_dma_write) refers to drv_spi_dma.o(i.drv_spim_dma_write) for drv_spim_dma_write + hal_spi_master.o(i.hal_spi_m_dma_write) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_get_transfer_complate) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_gpio_init) refers to drv_spi_master.o(i.drv_spi_m_gpio_init) for drv_spi_m_gpio_init + hal_spi_master.o(i.hal_spi_m_read_rxfifo) refers to drv_spi_master.o(i.drv_spi_m_read_data) for drv_spi_m_read_data + hal_spi_master.o(i.hal_spi_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_spi_master.o(i.hal_spi_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_init_input) for hal_gpio_init_input + hal_spi_master.o(i.hal_spi_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + hal_swire.o(i.hal_swire_deinit) refers to drv_swire.o(i.drv_swire_enable) for drv_swire_enable + hal_swire.o(i.hal_swire_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_swire.o(i.hal_swire_init) refers to drv_crgu.o(i.drv_crgu_set_swire_div) for drv_crgu_set_swire_div + hal_swire.o(i.hal_swire_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_swire.o(i.hal_swire_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_swire.o(i.hal_swire_init) refers to drv_swire.o(i.drv_swire_enable) for drv_swire_enable + hal_swire.o(i.hal_swire_open) refers to drv_swire.o(i.drv_swire_set_power_down) for drv_swire_set_power_down + hal_swire.o(i.hal_swire_register_callback) refers to drv_swire.o(i.drv_swire_register_callback) for drv_swire_register_callback + hal_swire.o(i.hal_swire_start) refers to drv_swire.o(i.drv_swire_set_int) for drv_swire_set_int + hal_swire.o(i.hal_swire_start) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_swire.o(i.hal_swire_start) refers to drv_swire.o(i.drv_swire_set_bit_time) for drv_swire_set_bit_time + hal_swire.o(i.hal_swire_start) refers to drv_swire.o(i.drv_swire_set_pulse_count) for drv_swire_set_pulse_count + hal_swire.o(i.hal_swire_start) refers to drv_common.o(.data) for g_system_clock + hal_system.o(i.hal_system_deep_sleep_mode) refers to drv_pwr.o(i.drv_pwr_enter_deep_sleep_mode) for drv_pwr_enter_deep_sleep_mode + hal_system.o(i.hal_system_disable_systick) refers to drv_common.o(i.drv_common_disable_systick) for drv_common_disable_systick + hal_system.o(i.hal_system_enable_systick) refers to drv_common.o(i.drv_common_enable_systick) for drv_common_enable_systick + hal_system.o(i.hal_system_flash_read) refers to norflash.o(i.norflash_init) for norflash_init + hal_system.o(i.hal_system_flash_read) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + hal_system.o(i.hal_system_flash_read) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_system.o(i.hal_system_flash_read) refers to norflash.o(i.norflash_dual_read) for norflash_dual_read + hal_system.o(i.hal_system_flash_write) refers to norflash.o(i.norflash_init) for norflash_init + hal_system.o(i.hal_system_flash_write) refers to norflash.o(i.norflash_erase_block) for norflash_erase_block + hal_system.o(i.hal_system_flash_write) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_system.o(i.hal_system_flash_write) refers to norflash.o(i.norflash_write) for norflash_write + hal_system.o(i.hal_system_get_tick) refers to drv_common.o(i.drv_common_get_tick) for drv_common_get_tick + hal_system.o(i.hal_system_idle_mode) refers to drv_common.o(i.drv_common_idle_mode) for drv_common_idle_mode + hal_system.o(i.hal_system_init) refers to drv_pwr.o(i.drv_pwr_set_system_clk_src) for drv_pwr_set_system_clk_src + hal_system.o(i.hal_system_init) refers to drv_crgu.o(i.drv_crgu_set_ahb_src) for drv_crgu_set_ahb_src + hal_system.o(i.hal_system_init) refers to drv_crgu.o(i.drv_crgu_set_ahb_pre_div) for drv_crgu_set_ahb_pre_div + hal_system.o(i.hal_system_init) refers to irq_redirect .o(i.handle_init) for handle_init + hal_system.o(i.hal_system_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_all_int) for drv_sys_cfg_clear_all_int + hal_system.o(i.hal_system_init) refers to drv_common.o(i.drv_common_system_init) for drv_common_system_init + hal_system.o(i.hal_system_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_system.o(i.hal_system_init) refers to drv_pwr.o(i.drv_pwr_set_pvd_mode) for drv_pwr_set_pvd_mode + hal_system.o(i.hal_system_init) refers to drv_common.o(.data) for g_system_clock + hal_system.o(i.hal_system_init_console) refers to hal_uart.o(i.hal_uart_init) for hal_uart_init + hal_system.o(i.hal_system_register_systick_cb) refers to drv_common.o(i.drv_common_systick_register_cb) for drv_common_systick_register_cb + hal_system.o(i.hal_system_set_phy_calibration) refers to drv_phy_common.o(i.drv_phy_enable_calibration) for drv_phy_enable_calibration + hal_system.o(i.hal_system_set_pvd) refers to drv_pwr.o(i.drv_pwr_set_pvd_mode) for drv_pwr_set_pvd_mode + hal_system.o(i.hal_system_set_vcc) refers to drv_pwr.o(i.drv_pwr_set_cp_mode) for drv_pwr_set_cp_mode + hal_system.o(i.hal_system_share_flash_mode) refers to drv_fls.o(i.drv_fls_gpio_connect) for drv_fls_gpio_connect + hal_system.o(i.hal_system_share_flash_mode) refers to drv_fls.o(i.drv_fls_gpio_disconnect) for drv_fls_gpio_disconnect + hal_system.o(i.hal_system_sleep_mode) refers to drv_crgu.o(i.drv_crgu_config_clocks) for drv_crgu_config_clocks + hal_timer.o(i.hal_timer_deinit) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + hal_timer.o(i.hal_timer_deinit) refers to drv_timer.o(i.drv_timer_set_repeat) for drv_timer_set_repeat + hal_timer.o(i.hal_timer_deinit) refers to drv_timer.o(i.drv_timer_enable) for drv_timer_enable + hal_timer.o(i.hal_timer_deinit) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + hal_timer.o(i.hal_timer_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_timer.o(i.hal_timer_get_status) refers to drv_timer.o(i.drv_timer_get_current_count) for drv_timer_get_current_count + hal_timer.o(i.hal_timer_get_status) refers to drv_timer.o(i.drv_timer_get_match) for drv_timer_get_match + hal_timer.o(i.hal_timer_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_timer.o(i.hal_timer_init) refers to drv_timer.o(i.drv_timer_set_prescaler) for drv_timer_set_prescaler + hal_timer.o(i.hal_timer_set_repeat) refers to drv_timer.o(i.drv_timer_set_repeat) for drv_timer_set_repeat + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_register_callback) for drv_timer_register_callback + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_get_prescaler) for drv_timer_get_prescaler + hal_timer.o(i.hal_timer_start) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_set_match) for drv_timer_set_match + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_set_current_count) for drv_timer_set_current_count + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_enable) for drv_timer_enable + hal_timer.o(i.hal_timer_start) refers to drv_common.o(.data) for g_system_clock + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_enable) for drv_timer_enable + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_register_callback) for drv_timer_register_callback + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_set_match) for drv_timer_set_match + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_set_current_count) for drv_timer_set_current_count + tau_delay.o(i.delayMs) refers to tau_delay.o(i.delayUs) for delayUs + tau_log.o(i.LOG_printf) refers to printfa.o(i.__0vsprintf) for vsprintf + tau_log.o(i.LOG_printf) refers to printfa.o(i.__0printf) for __2printf + tau_log.o(i.LOG_printf) refers to tau_log.o(.bss) for .bss + tau_log.o(i.fgetc) refers to hal_uart.o(i.hal_uart_receive_blocking) for hal_uart_receive_blocking + tau_log.o(i.fputc) refers to hal_uart.o(i.hal_uart_transmit_blocking) for hal_uart_transmit_blocking + app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) refers to app_tp_for_custom_s8.o(.data) for .data + app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) refers to app_tp_for_custom_s8.o(.constdata) for .constdata + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_const) refers to app_tp_transfer.o(i.app_tp_screen_init) for app_tp_screen_init + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_const) refers to app_tp_for_custom_s8.o(.data) for .data + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) refers to uidiv.o(.text) for __aeabi_uidivmod + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) refers to app_tp_for_custom_s8.o(.data) for .data + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_1 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_2 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_3 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_4 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_5 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_6 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_7 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_point_data + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_point_back + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_coord_data + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_coord_back + hal_uart.o(i.hal_uart_deinit) refers to drv_dma.o(i.drv_dma_deinit) for drv_dma_deinit + hal_uart.o(i.hal_uart_deinit) refers to drv_uart.o(i.UART_Deinit) for UART_Deinit + hal_uart.o(i.hal_uart_dmacallback) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_uart.o(i.hal_uart_init) refers to memseta.o(.text) for __aeabi_memclr4 + hal_uart.o(i.hal_uart_init) refers to drv_uart.o(i.UART_init) for UART_init + hal_uart.o(i.hal_uart_init) refers to drv_common.o(.data) for g_system_clock + hal_uart.o(i.hal_uart_init) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_receive_blocking) refers to drv_uart.o(i.UART_ReadBlocking) for UART_ReadBlocking + hal_uart.o(i.hal_uart_receive_dma) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + hal_uart.o(i.hal_uart_receive_dma) refers to drv_uart_dma.o(i.UART_TransferCreateHandleDMA) for UART_TransferCreateHandleDMA + hal_uart.o(i.hal_uart_receive_dma) refers to drv_uart_dma.o(i.UART_TransferReceiveDMA) for UART_TransferReceiveDMA + hal_uart.o(i.hal_uart_receive_dma) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_receive_dma) refers to hal_uart.o(i.hal_uart_dmacallback) for hal_uart_dmacallback + hal_uart.o(i.hal_uart_transmit_blocking) refers to drv_uart.o(i.UART_WriteBlocking) for UART_WriteBlocking + hal_uart.o(i.hal_uart_transmit_dma) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + hal_uart.o(i.hal_uart_transmit_dma) refers to drv_uart_dma.o(i.UART_TransferCreateHandleDMA) for UART_TransferCreateHandleDMA + hal_uart.o(i.hal_uart_transmit_dma) refers to drv_uart_dma.o(i.UART_TransferSendDMA) for UART_TransferSendDMA + hal_uart.o(i.hal_uart_transmit_dma) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_transmit_dma) refers to hal_uart.o(i.hal_uart_dmacallback) for hal_uart_dmacallback + norflash.o(i.app_fls_ctrl_Handler) refers to drv_fls.o(i.fls_clr_interrupt_flag) for fls_clr_interrupt_flag + norflash.o(i.app_fls_ctrl_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + norflash.o(i.app_fls_ctrl_Handler) refers to norflash.o(.data) for .data + norflash.o(i.norflash_best_cfg_init) refers to drv_fls.o(i.fls_spi_init) for fls_spi_init + norflash.o(i.norflash_best_cfg_init) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_check_id) refers to norflash.o(i.norflash_read_id) for norflash_read_id + norflash.o(i.norflash_check_id) refers to tau_delay.o(i.delayUs) for delayUs + norflash.o(i.norflash_check_id) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dma_callback) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dma_read) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_transfer_create_handle_dma) for fls_transfer_create_handle_dma + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_dma_read_prepare) for fls_dma_read_prepare + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_transfer_dma) for fls_transfer_dma + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + norflash.o(i.norflash_dma_read) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dma_read) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_dma_read) refers to norflash.o(i.norflash_dma_callback) for norflash_dma_callback + norflash.o(i.norflash_dma_write) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_transfer_create_handle_dma) for fls_transfer_create_handle_dma + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_switch_fls_spi) for norflash_switch_fls_spi + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_dma_write_prepare) for fls_dma_write_prepare + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_transfer_dma) for fls_transfer_dma + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + norflash.o(i.norflash_dma_write) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_dma_write) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_dma_callback) for norflash_dma_callback + norflash.o(i.norflash_dma_write) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dual_read) refers to drv_fls.o(i.fls_ddat_enable) for fls_ddat_enable + norflash.o(i.norflash_dual_read) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_dual_read) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_switch_fls_spi) for norflash_switch_fls_spi + norflash.o(i.norflash_dual_write) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_dual_write) refers to drv_fls.o(i.fls_ddat_enable) for fls_ddat_enable + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_en4b) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_read_config_reg) for norflash_read_config_reg + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_en_quad) refers to norflash.o(i.norflash_en_quad_check) for norflash_en_quad_check + norflash.o(i.norflash_en_quad) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_en_quad) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_en_quad) refers to drv_fls.o(i.fls_busy_pending) for fls_busy_pending + norflash.o(i.norflash_en_quad) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_en_quad_check) refers to norflash.o(i.norflash_get_dual_hstatus) for norflash_get_dual_hstatus + norflash.o(i.norflash_en_quad_check) refers to norflash.o(i.norflash_get_hstatus) for norflash_get_hstatus + norflash.o(i.norflash_en_quad_check) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_en_quad_check) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_erase_block) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_erase_block) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_erase_block) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_erase_block) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_erase_chip) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_erase_chip) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_erase_chip) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_erase_sector) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_erase_sector) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_erase_sector) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_erase_sector) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_ex4b) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_read_config_reg) for norflash_read_config_reg + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_exit_quad) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_exit_quad) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_exit_quad) refers to norflash.o(i.norflash_en_quad_check) for norflash_en_quad_check + norflash.o(i.norflash_exit_quad) refers to drv_fls.o(i.fls_busy_pending) for fls_busy_pending + norflash.o(i.norflash_exit_quad) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_get_dual_hstatus) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_get_dual_hstatus) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_get_dual_hstatus) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_get_hstatus) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_get_hstatus) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_get_hstatus) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_get_status) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_get_status) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_get_status) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_get_default_spi_config) for fls_get_default_spi_config + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_get_default_fls_config) for fls_get_default_fls_config + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_get_default_tuning) for fls_get_default_tuning + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_init) for fls_init + norflash.o(i.norflash_init) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_init) refers to drv_fls.o(.data) for g_fls_tuning + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_qdat_enable) for fls_qdat_enable + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_qadr_enable) for fls_qadr_enable + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_qcmd_enable) for fls_qcmd_enable + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_switch_fls_spi) for norflash_switch_fls_spi + norflash.o(i.norflash_quad_write) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_quad_write) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_read) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_read_config_reg) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_read_id) refers to drv_fls.o(i.fls_read_cmd) for fls_read_cmd + norflash.o(i.norflash_set_best_cfg) refers to memseta.o(.text) for __aeabi_memclr4 + norflash.o(i.norflash_set_best_read_cfg) refers to norflash.o(i.norflash_en_quad) for norflash_en_quad + norflash.o(i.norflash_set_best_read_cfg) refers to norflash.o(.data) for .data + norflash.o(i.norflash_set_best_read_cfg) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_set_best_write_cfg) refers to norflash.o(i.norflash_en_quad) for norflash_en_quad + norflash.o(i.norflash_set_best_write_cfg) refers to norflash.o(.data) for .data + norflash.o(i.norflash_set_best_write_cfg) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_ddat_enable) for fls_ddat_enable + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_qdat_enable) for fls_qdat_enable + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_qadr_enable) for fls_qadr_enable + norflash.o(i.norflash_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_write) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_write_disable) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_write_disable) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write_disable) refers to norflash.o(.data) for .data + norflash.o(i.norflash_write_disable) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_write_enable) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_write_enable) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write_enable) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_write_enable) refers to norflash.o(.data) for .data + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_big_end_enable) for norflash_big_end_enable + norflash.o(i.norflash_write_endian_scr) refers to drv_fls.o(i.fls_en_scr) for fls_en_scr + norflash.o(i.norflash_write_endian_scr) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_big_end_clear) for norflash_big_end_clear + norflash.o(i.norflash_write_endian_scr) refers to drv_fls.o(i.fls_scr_clear) for fls_scr_clear + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + drv_common.o(i.app_HardFault_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_common.o(i.app_SysTick_Handler) refers to drv_common.o(.data) for .data + drv_common.o(i.drv_common_enable_systick) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_common.o(i.drv_common_enable_systick) refers to drv_common.o(.data) for .data + drv_common.o(i.drv_common_get_tick) refers to drv_common.o(.data) for .data + drv_common.o(i.drv_common_system_init) refers to drv_chip_info.o(i.drv_chip_info_init) for drv_chip_info_init + drv_common.o(i.drv_common_systick_register_cb) refers to drv_common.o(.data) for .data + drv_dma.o(i.app_dma_irq_handler) refers to drv_dma.o(i.drv_dma_irq_handler) for drv_dma_irq_handler + drv_dma.o(i.drv_dma_abort_transfer) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_abort_transfer) refers to drv_dma.o(i.drv_dma_disenable_channel_interrupts) for drv_dma_disenable_channel_interrupts + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_disenable_channel_interrupts) for drv_dma_disenable_channel_interrupts + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_clear_flag) for drv_dma_clear_flag + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_set_ccr) for drv_dma_set_ccr + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_dma.o(i.drv_dma_clear_flag) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dma.o(i.drv_dma_create_handle) refers to drv_dma.o(.bss) for .bss + drv_dma.o(i.drv_dma_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dma.o(i.drv_dma_disenable_channel_interrupts) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dma.o(i.drv_dma_enable_channel_interrupts) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_dma.o(i.drv_dma_enable_cycle) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_get_remaining_bytes) refers to drv_dma.o(i.drv_dma_channel_is_active) for drv_dma_channel_is_active + drv_dma.o(i.drv_dma_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dma.o(i.drv_dma_init) refers to drv_dma.o(i.drv_dma_ahb_init) for drv_dma_ahb_init + drv_dma.o(i.drv_dma_irq_handler) refers to drv_dma.o(i.drv_dma_get_channel_flag) for drv_dma_get_channel_flag + drv_dma.o(i.drv_dma_irq_handler) refers to drv_dma.o(i.drv_dma_clear_flag) for drv_dma_clear_flag + drv_dma.o(i.drv_dma_irq_handler) refers to drv_dma.o(.bss) for .bss + drv_dma.o(i.drv_dma_m2m_init) refers to memseta.o(.text) for __aeabi_memclr4 + drv_dma.o(i.drv_dma_m2m_init) refers to drv_dma.o(i.drv_dma_init) for drv_dma_init + drv_dma.o(i.drv_dma_reset) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + drv_dma.o(i.drv_dma_set_burst) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_set_transfer) refers to drv_dma.o(i.drv_dma_set_burst) for drv_dma_set_burst + drv_dma.o(i.drv_dma_start_transfer) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + drv_dma.o(i.drv_dma_start_transfer) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_fls.o(i.drv_fls_gpio_connect) refers to drv_fls.o(i.drv_fls_gpio_disconnect) for drv_fls_gpio_disconnect + drv_fls.o(i.drv_fls_gpio_disconnect) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_EnableClk) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_busy_pending) refers to norflash.o(i.norflash_get_status) for norflash_get_status + drv_fls.o(i.fls_de_init) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + drv_fls.o(i.fls_de_init) refers to drv_dma.o(i.drv_dma_clear_flag) for drv_dma_clear_flag + drv_fls.o(i.fls_de_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_disable_it) refers to drv_fls.o(i.__NVIC_DisableIRQ) for __NVIC_DisableIRQ + drv_fls.o(i.fls_disable_it) refers to drv_fls.o(i.fls_set_mc_irq_mask) for fls_set_mc_irq_mask + drv_fls.o(i.fls_enable_it) refers to drv_fls.o(i.__NVIC_DisableIRQ) for __NVIC_DisableIRQ + drv_fls.o(i.fls_enable_it) refers to drv_fls.o(i.fls_set_mc_irq_mask) for fls_set_mc_irq_mask + drv_fls.o(i.fls_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_init) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_spi_init) for fls_spi_init + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_ctrl_cfg_init) for fls_ctrl_cfg_init + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_set_tuning) for fls_set_tuning + drv_fls.o(i.fls_init) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_enable_it) for fls_enable_it + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_set_mc_irq_mask) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_fls.o(i.fls_set_mc_irq_mask) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_set_write) for fls_set_write + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_set_write) for fls_set_write + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) for drv_ap_rst_trig_edge_detect + drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) refers to drv_gpio.o(.data) for .data + drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.drv_gpio_get_pull_state) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_register_ap_reset_callback) refers to drv_gpio.o(.data) for .data + drv_gpio.o(i.drv_gpio_register_callback) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.drv_gpio_set_driving_strength) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_gpio.o(i.drv_gpio_set_pull_state) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_set_schmitt_trigger) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_set_slew_rate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_i2c_dma.o(i.drv_i2c_dma_callback) refers to drv_i2c_dma.o(.data) for .data + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_i2c_master.o(i.drv_i2c_m_enable) for drv_i2c_m_enable + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) for drv_sys_cfg_set_dma_rx_req + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_dma.o(i.drv_dma_set_transfer) for drv_dma_set_transfer + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_i2c_dma.o(i.drv_i2c_master_write_read_cmd) for drv_i2c_master_write_read_cmd + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_dma.o(i.drv_dma_set_transfer) for drv_dma_set_transfer + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_i2c_dma.o(.data) for .data + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_i2c_dma.o(.bss) for .bss + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_i2c_dma.o(i.drv_i2c_dma_callback) for drv_i2c_dma_callback + drv_i2c_dma.o(i.drv_i2c_slave_write_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_i2c_master.o(i.app_I2C1_IRQn_Handler) refers to drv_i2c_master.o(.data) for .data + drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) refers to drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_master.o(i.drv_i2c_m_enable_intr) refers to drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_master.o(i.drv_i2c_m_read_data) refers to drv_i2c_master.o(i.drv_i2c_m_get_fifo_status) for drv_i2c_m_get_fifo_status + drv_i2c_master.o(i.drv_i2c_m_set_callback) refers to drv_i2c_master.o(.data) for .data + drv_i2c_master.o(i.drv_i2c_m_set_sys_mask) refers to drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_master.o(i.drv_i2c_m_write_data) refers to drv_i2c_master.o(i.drv_i2c_m_get_fifo_status) for drv_i2c_m_get_fifo_status + drv_i2c_master.o(i.drv_i2c_master_init) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_i2c_master.o(i.drv_i2c_master_init) refers to drv_common.o(.data) for g_system_clock + drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) refers to drv_i2c_slave.o(.data) for .data + drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) refers to drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_slave.o(i.drv_i2c_s_enable_intr) refers to drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_slave.o(i.drv_i2c_s_get_tx_byte_num) refers to drv_i2c_slave.o(.data) for .data + drv_i2c_slave.o(i.drv_i2c_s_read_data) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + drv_i2c_slave.o(i.drv_i2c_s_set_callback) refers to drv_i2c_slave.o(.data) for .data + drv_i2c_slave.o(i.drv_i2c_s_set_sys_mask) refers to drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_slave.o(i.drv_i2c_s_write_data) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + drv_param_init.o(i.drv_param_init_get_ccm) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_get_scld_filter_h) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_get_scld_filter_v) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_get_sclu_filter) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_set_ccm) refers to memcpya.o(.text) for __aeabi_memcpy4 + drv_param_init.o(i.drv_param_init_set_ccm) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_set_scld_filter) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_set_sclu_filter) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_p2r_filter_init) refers to drv_param_init.o(.constdata) for .constdata + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_dma.o(i.drv_dma_disenable_channel_interrupts) for drv_dma_disenable_channel_interrupts + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_master.o(i.drv_spi_m_enable_rx_dma) for drv_spi_m_enable_rx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_slave.o(i.drv_spi_s_enable_tx_dma) for drv_spi_s_enable_tx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_slave.o(i.drv_spi_s_enable_rx_dma) for drv_spi_s_enable_rx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_dma.o(.bss) for .bss + drv_spi_dma.o(i.drv_spi_dma_callback) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_dma_ch6_init) refers to drv_spi_dma.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_dma.o(i.drv_spi_dma_ch6_init) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_dma_init) refers to drv_spi_dma.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_dma.o(i.drv_spi_dma_init) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_spi_dma.o(.bss) for .bss + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_spi_dma.o(i.drv_spi_dma_callback) for drv_spi_dma_callback + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_spi_dma.o(.bss) for .bss + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_spi_dma.o(i.drv_spi_dma_callback) for drv_spi_dma_callback + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_spi_master.o(i.drv_spi_m_enable_rx_dma) for drv_spi_m_enable_rx_dma + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_spi_slave.o(i.drv_spi_s_enable_tx_dma) for drv_spi_s_enable_tx_dma + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_spi_dma.o(.bss) for .bss + drv_spi_master.o(i.app_SPIM_IRQn_Handler) refers to drv_spi_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_master.o(i.app_SPIM_IRQn_Handler) refers to drv_spi_master.o(.data) for .data + drv_spi_master.o(i.drv_spi_m_deinit) refers to drv_spi_master.o(i.drv_spi_m_switch_sclk) for drv_spi_m_switch_sclk + drv_spi_master.o(i.drv_spi_m_disable_int) refers to drv_spi_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_master.o(i.drv_spi_m_set_intr_callback) refers to drv_spi_master.o(.data) for .data + drv_spi_master.o(i.drv_spi_master_init) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_spi_master.o(i.drv_spi_master_init) refers to drv_common.o(.data) for g_system_clock + drv_swire.o(i.app_SWIRE_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_swire.o(i.app_SWIRE_IRQn_Handler) refers to drv_swire.o(i.drv_swire_set_int) for drv_swire_set_int + drv_swire.o(i.app_SWIRE_IRQn_Handler) refers to drv_swire.o(.data) for .data + drv_swire.o(i.drv_swire_register_callback) refers to drv_swire.o(.data) for .data + drv_swire.o(i.drv_swire_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) for drv_sys_cfg_sel_ap_rst_lvl_trig + drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) refers to drv_sys_cfg.o(.data) for .data + drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) for drv_sys_cfg_sel_ap_rst_lvl_trig + drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) refers to drv_sys_cfg.o(.data) for .data + drv_timer.o(i.app_TIMER0_IRQn_Handler) refers to drv_timer.o(i.drv_timer_handle_interrupt) for drv_timer_handle_interrupt + drv_timer.o(i.app_TIMER1_IRQn_Handler) refers to drv_timer.o(i.drv_timer_handle_interrupt) for drv_timer_handle_interrupt + drv_timer.o(i.app_TIMER2_IRQn_Handler) refers to drv_timer.o(i.drv_timer_handle_interrupt) for drv_timer_handle_interrupt + drv_timer.o(i.app_TIMER3_IRQn_Handler) refers to drv_timer.o(i.drv_timer_handle_interrupt) for drv_timer_handle_interrupt + drv_timer.o(i.drv_timer_clean_timer_value) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_clear_status_flags) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_clear_status_flags) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_timer.o(i.drv_timer_enable) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_get_current_count) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_get_instance) refers to drv_timer.o(.data) for .data + drv_timer.o(i.drv_timer_get_match) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_get_prescaler) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_handle_interrupt) refers to drv_timer.o(i.drv_timer_clear_status_flags) for drv_timer_clear_status_flags + drv_timer.o(i.drv_timer_handle_interrupt) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + drv_timer.o(i.drv_timer_handle_interrupt) refers to drv_timer.o(i.drv_timer_set_match) for drv_timer_set_match + drv_timer.o(i.drv_timer_handle_interrupt) refers to drv_timer.o(i.drv_timer_set_current_count) for drv_timer_set_current_count + drv_timer.o(i.drv_timer_handle_interrupt) refers to drv_timer.o(.data) for .data + drv_timer.o(i.drv_timer_register_callback) refers to drv_timer.o(.data) for .data + drv_timer.o(i.drv_timer_set_current_count) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_timer.o(i.drv_timer_set_match) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_set_prescaler) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_set_repeat) refers to drv_timer.o(.data) for .data + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to hal_internal_vsync.o(i.soft_gen_te) for soft_gen_te + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_param_init.o(i.drv_param_init_get_ccm) for drv_param_init_get_ccm + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_lcdc.o(i.drv_lcdc_config_ccm) for drv_lcdc_config_ccm + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_lcdc.o(i.drv_lcdc_config_int_single) for drv_lcdc_config_int_single + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to dfltui.o(.text) for __aeabi_ui2d + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to ddiv.o(.text) for __aeabi_ddiv + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to sqrt.o(i.sqrt) for sqrt + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to dmul.o(.text) for __aeabi_dmul + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to cdcmple.o(.text) for __aeabi_cdcmple + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to hal_internal_vsync.o(i.drv_rxbr_get_status0) for drv_rxbr_get_status0 + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.dcs_sw_filter) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_iniernal_vsync_deinit) refers to memseta.o(.text) for __aeabi_memclr4 + hal_internal_vsync.o(i.hal_iniernal_vsync_deinit) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_data_mode) for drv_memc_set_data_mode + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_waveform) for drv_memc_set_tear_waveform + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_ltpo_mode) for drv_memc_set_ltpo_mode + hal_internal_vsync.o(i.hal_internal_init_memc) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_double_buffer) for drv_memc_set_double_buffer + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_active_height) for drv_memc_set_active_height + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_inten) for drv_memc_set_inten + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_enable_irq) for drv_memc_enable_irq + hal_internal_vsync.o(i.hal_internal_init_memc) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(i.calc_framebuffer_setting) for calc_framebuffer_setting + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_vidc.o(i.drv_vidc_reset) for drv_vidc_reset + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) for hal_dsi_rx_ctrl_init + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) for hal_dsi_tx_ctrl_init + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) for hal_dsi_rx_ctrl_start + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) for hal_dsi_rx_ctrl_gen_a_tear_signal + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to tau_delay.o(i.delayUs) for delayUs + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_dsi_tx.o(i.drv_dsi_tx_shutdown) for drv_dsi_tx_shutdown + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_crgu.o(i.drv_crgu_config_reset_modules) for drv_crgu_config_reset_modules + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(i.hal_internal_init_memc) for hal_internal_init_memc + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) for hal_dsi_tx_ctrl_start + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.hal_internal_vsync_deinit) refers to memseta.o(.text) for __aeabi_memclr4 + hal_internal_vsync.o(i.hal_internal_vsync_deinit) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_get_rx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_get_tx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_chip_info.o(i.drv_chip_rx_info_check) for drv_chip_rx_info_check + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) for check_mipi_rx_tx_video_info + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.calc_framebuffer_setting) for calc_framebuffer_setting + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_rxbr.o(i.drv_rxbr_register_irq0_callback) for drv_rxbr_register_irq0_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_rxbr.o(i.drv_rxbr_register_irq1_callback) for drv_rxbr_register_irq1_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_vidc.o(i.drv_vidc_register_callback) for drv_vidc_register_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to dcs_packet_fifo.o(i.dcs_packet_fifo_init) for dcs_packet_fifo_init + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.rxbr_irq0_callback) for rxbr_irq0_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.rxbr_irq1_callback) for rxbr_irq1_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.vidc_callback) for vidc_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) for check_mipi_rx_tx_video_info + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to hal_internal_vsync.o(i.calc_framebuffer_setting) for calc_framebuffer_setting + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) refers to drv_rxbr.o(i.drv_rxbr_set_cmd_filter) for drv_rxbr_set_cmd_filter + hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) for hal_internal_vsync_set_auto_hw_filter + hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) refers to hal_internal_vsync.o(i.hal_internal_vsync_deinit) for hal_internal_vsync_deinit + hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to hal_internal_vsync.o(i.vsync_set_te_mode) for vsync_set_te_mode + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to hal_internal_vsync.o(i.hal_internal_vsync_deinit) for hal_internal_vsync_deinit + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to hal_internal_vsync.o(i.vsync_set_te_mode) for vsync_set_te_mode + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_internal_vsync.o(i.dcs_sw_filter) for dcs_sw_filter + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) for dcs_packet_fifo_alloc + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) for hal_dsi_rx_ctrl_dsc_async_handler + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_internal_vsync.o(i.check_pkt_buf_rev) for check_pkt_buf_rev + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) for drv_dsi_tx_command_put_payload + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_partial_update) refers to drv_rxbr.o(i.drv_rxbr_get_col_addr) for drv_rxbr_get_col_addr + hal_internal_vsync.o(i.rx_partial_update) refers to drv_rxbr.o(i.drv_rxbr_get_page_addr) for drv_rxbr_get_page_addr + hal_internal_vsync.o(i.rx_partial_update) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.rx_partial_update) refers to drv_dsc_dec.o(i.drv_dsc_dec_get_nslc) for drv_dsc_dec_get_nslc + hal_internal_vsync.o(i.rx_partial_update) refers to drv_crgu.o(i.drv_crgu_set_dsco_src) for drv_crgu_set_dsco_src + hal_internal_vsync.o(i.rx_partial_update) refers to drv_crgu.o(i.drv_crgu_set_dsco_src_div) for drv_crgu_set_dsco_src_div + hal_internal_vsync.o(i.rx_partial_update) refers to drv_crgu.o(i.drv_crgu_set_dsc_core_div) for drv_crgu_set_dsc_core_div + hal_internal_vsync.o(i.rx_partial_update) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_receive_packet) refers to hal_internal_vsync.o(i.rx_get_dcs_packet_data) for rx_get_dcs_packet_data + hal_internal_vsync.o(i.rx_receive_packet) refers to hal_internal_vsync.o(i.rx_receive_pps) for rx_receive_pps + hal_internal_vsync.o(i.rx_receive_packet) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.rx_receive_packet) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.rx_receive_packet) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_receive_pps) refers to memseta.o(.text) for __aeabi_memclr4 + hal_internal_vsync.o(i.rx_receive_pps) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.rx_receive_pps) refers to hal_internal_vsync.o(i.check_pkt_buf_rev) for check_pkt_buf_rev + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) for drv_dsc_dec_convert_pps_rc_parameter + hal_internal_vsync.o(i.rx_receive_pps) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) for drv_dsi_rx_get_compression_en + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_enable) for drv_dsc_dec_enable + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) for drv_dsc_dec_set_u8_pps + hal_internal_vsync.o(i.rx_receive_pps) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.rx_receive_pps) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.drv_rxbr_get_status0) for drv_rxbr_get_status0 + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.rx_receive_packet) for rx_receive_packet + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to drv_rxbr.o(i.drv_rxbr_set_inten) for drv_rxbr_set_inten + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.drv_rxbr_get_int_source) for drv_rxbr_get_int_source + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.rx_partial_update) for rx_partial_update + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(i.drv_rxbr_get_int_source) for drv_rxbr_get_int_source + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(i.vpre_err_reset) for vpre_err_reset + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to drv_memc.o(i.drv_memc_set_double_buffer_reverse) for drv_memc_set_double_buffer_reverse + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.soft_gen_te) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.soft_gen_te) refers to hal_internal_vsync.o(.data) for .data + hal_internal_vsync.o(i.vidc_callback) refers to drv_vidc.o(i.drv_vidc_get_irq_status) for drv_vidc_get_irq_status + hal_internal_vsync.o(i.vidc_callback) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_internal_vsync.o(i.vidc_callback) refers to drv_vidc.o(i.drv_vidc_clear_irq) for drv_vidc_clear_irq + hal_internal_vsync.o(i.vidc_callback) refers to drv_vidc.o(i.drv_vidc_set_irqen) for drv_vidc_set_irqen + hal_internal_vsync.o(i.vidc_callback) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.vidc_callback) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.vidc_callback) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.vpre_err_reset) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + hal_internal_vsync.o(i.vpre_err_reset) refers to drv_vidc.o(i.drv_vidc_reset) for drv_vidc_reset + hal_internal_vsync.o(i.vpre_err_reset) refers to drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) for drv_dsc_dec_set_u8_pps + hal_internal_vsync.o(i.vpre_err_reset) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.vsync_set_te_mode) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_internal_vsync.o(i.vsync_set_te_mode) refers to drv_lcdc.o(i.drv_lcdc_config_int_single) for drv_lcdc_config_int_single + hal_internal_vsync.o(i.vsync_set_te_mode) refers to drv_lcdc.o(i.drv_lcdc_ctrl_flow) for drv_lcdc_ctrl_flow + hal_internal_vsync.o(i.vsync_set_te_mode) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.vsync_set_te_mode) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.vsync_set_te_mode) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.vsync_set_te_mode) refers to hal_internal_vsync.o(.data) for .data + hal_internal_vsync.o(.data) refers to hal_internal_vsync.o(.bss) for sg_te_info + dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_fifo_init) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_get_fifo_size) refers to dcs_packet_fifo.o(.bss) for .bss + drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to ffltui.o(.text) for __aeabi_ui2f + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to fdiv.o(.text) for __aeabi_fdiv + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to fmul.o(.text) for __aeabi_fmul + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) for drv_dsi_rx_get_color_bpp + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_color_pcc) for drv_dsi_rx_get_color_pcc + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to fadd.o(.text) for __aeabi_fadd + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to cfrcmple.o(.text) for __aeabi_cfrcmple + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to f2d.o(.text) for __aeabi_f2d + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to dadd.o(.text) for __aeabi_dadd + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to dfixui.o(.text) for __aeabi_d2uiz + drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_rx.o(i.drv_dsi_rx_get_phy_stopstate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) for drv_rx_phy_test_write_1_byte + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to drv_dsi_rx.o(i.drv_rx_phy_test_read) for drv_rx_phy_test_read + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) refers to drv_chip_info.o(i.drv_chip_info_get_info) for drv_chip_info_get_info + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_phy_common.o(i.drv_phy_get_rate_para) for drv_phy_get_rate_para + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_phy_common.o(i.drv_phy_get_calibration) for drv_phy_get_calibration + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_clear) for drv_rx_phy_test_clear + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) for drv_rx_phy_test_write_1_byte + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) for drv_rx_phy_test_write_2_byte + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_chip_info.o(i.drv_chip_info_get_info) for drv_chip_info_get_info + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_lock) for drv_rx_phy_test_lock + drv_dsi_rx.o(i.drv_rx_phy_test_clear) refers to drv_phy_common.o(i.drv_phy_test_clear) for drv_phy_test_clear + drv_dsi_rx.o(i.drv_rx_phy_test_lock) refers to drv_phy_common.o(i.drv_phy_test_lock) for drv_phy_test_lock + drv_dsi_rx.o(i.drv_rx_phy_test_read) refers to drv_phy_common.o(i.drv_phy_test_read) for drv_phy_test_read + drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) refers to drv_phy_common.o(i.drv_phy_test_write_1_byte) for drv_phy_test_write_1_byte + drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) refers to drv_phy_common.o(i.drv_phy_test_write_2_byte) for drv_phy_test_write_2_byte + drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) for drv_tx_phy_test_write_1_byte + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to drv_dsi_tx.o(i.drv_tx_phy_test_read) for drv_tx_phy_test_read + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_phy_common.o(i.drv_phy_get_rate_para) for drv_phy_get_rate_para + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_phy_common.o(i.drv_phy_get_pll_para) for drv_phy_get_pll_para + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_phy_common.o(i.drv_phy_get_calibration) for drv_phy_get_calibration + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_enter) for drv_tx_phy_test_enter + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_crgu.o(i.drv_crgu_set_mipi_ref_src) for drv_crgu_set_mipi_ref_src + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_crgu.o(i.drv_crgu_set_mipi_cfg_src) for drv_crgu_set_mipi_cfg_src + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_clear) for drv_tx_phy_test_clear + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) for drv_tx_phy_test_write_1_byte + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) for drv_tx_phy_test_write_2_byte + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_code) for drv_tx_phy_test_write_code + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_exit) for drv_tx_phy_test_exit + drv_dsi_tx.o(i.drv_dsi_tx_phy_trigger) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) for drv_dsi_tx_phy_status_stopstate + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) for drv_dsi_tx_phy_status_stopstate + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_pll_lock) for drv_dsi_tx_phy_status_pll_lock + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot) for drv_dsi_tx_phy_status_ulpsactivenot + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot) for drv_dsi_tx_phy_status_ulpsactivenot + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) for drv_tx_phy_test_write_1_byte + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_pll_lock) for drv_dsi_tx_phy_status_pll_lock + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_dsi_tx_version) for drv_dsi_tx_version + drv_dsi_tx.o(i.drv_dsi_tx_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_dsi_tx.o(i.drv_tx_phy_test_clear) refers to drv_phy_common.o(i.drv_phy_test_clear) for drv_phy_test_clear + drv_dsi_tx.o(i.drv_tx_phy_test_read) refers to drv_phy_common.o(i.drv_phy_test_read) for drv_phy_test_read + drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) refers to drv_phy_common.o(i.drv_phy_test_write_1_byte) for drv_phy_test_write_1_byte + drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) refers to drv_phy_common.o(i.drv_phy_test_write_2_byte) for drv_phy_test_write_2_byte + drv_dsi_tx.o(i.drv_tx_phy_test_write_code) refers to drv_phy_common.o(i.drv_phy_test_write_code) for drv_phy_test_write_code + drv_lcdc.o(i.drv_lcdc_config_src_parameter) refers to drv_lcdc.o(i.drv_lcdc_config_input_size) for drv_lcdc_config_input_size + drv_lcdc.o(i.drv_lcdc_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_memc.o(i.app_MEMC_IRQn_Handler) refers to drv_memc.o(i.drv_memc_get_status) for drv_memc_get_status + drv_memc.o(i.app_MEMC_IRQn_Handler) refers to drv_memc.o(i.drv_memc_clear_status) for drv_memc_clear_status + drv_memc.o(i.app_MEMC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_memc.o(i.drv_memc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_memc.o(i.drv_memc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_rxbr.o(i.app_ADC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_rxbr.o(i.app_ADC_IRQn_Handler) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.app_VPRE_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_rxbr.o(i.app_VPRE_IRQn_Handler) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_rxbr.o(i.__NVIC_EnableIRQ) for __NVIC_EnableIRQ + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_rxbr.o(i.__NVIC_DisableIRQ) for __NVIC_DisableIRQ + drv_rxbr.o(i.drv_rxbr_register_irq0_callback) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.drv_rxbr_register_irq1_callback) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.drv_rxbr_set_cmd_filter) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_rxbr.o(i.drv_rxbr_soft_reset) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + drv_vidc.o(i.app_VIDC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_vidc.o(i.app_VIDC_IRQn_Handler) refers to drv_vidc.o(.data) for .data + drv_vidc.o(i.drv_vidc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_vidc.o(i.drv_vidc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_vidc.o(i.drv_vidc_register_callback) refers to drv_vidc.o(.data) for .data + irq_redirect .o(i.ADC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.AP_NRESET_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.DMA_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT0_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT1_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT2_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT3_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT4_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT5_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT6_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT7_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.FLSCTRL_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.HardFault_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.I2C0_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.I2C1_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.LCDC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.MEMC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.MIPI_RX_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.MIPI_TX_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.PWMDET_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SPIM_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SPIS_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SWIRE_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SysTick_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER0_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER1_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER2_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER3_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.UART_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.VIDC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.VPRE_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.WDG_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.handle_init) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.handle_init) refers to drv_common.o(i.app_SysTick_Handler) for app_SysTick_Handler + irq_redirect .o(i.handle_init) refers to hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) for app_LCDC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) for app_MIPI_RX_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) for app_MIPI_TX_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_dma.o(i.app_dma_irq_handler) for app_dma_irq_handler + irq_redirect .o(i.handle_init) refers to norflash.o(i.app_fls_ctrl_Handler) for app_fls_ctrl_Handler + irq_redirect .o(i.handle_init) refers to drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) for app_I2C0_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_i2c_master.o(i.app_I2C1_IRQn_Handler) for app_I2C1_IRQn_Handler + irq_redirect .o(i.handle_init) refers to hal_spi_slave.o(i.app_SPIS_IRQn_Handler) for app_SPIS_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_spi_master.o(i.app_SPIM_IRQn_Handler) for app_SPIM_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_rxbr.o(i.app_VPRE_IRQn_Handler) for app_VPRE_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_rxbr.o(i.app_ADC_IRQn_Handler) for app_ADC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_vidc.o(i.app_VIDC_IRQn_Handler) for app_VIDC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_memc.o(i.app_MEMC_IRQn_Handler) for app_MEMC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER0_IRQn_Handler) for app_TIMER0_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER1_IRQn_Handler) for app_TIMER1_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER2_IRQn_Handler) for app_TIMER2_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER3_IRQn_Handler) for app_TIMER3_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_wdg.o(i.app_WDG_IRQn_Handler) for app_WDG_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_uart.o(i.app_UART_IRQn_Handler) for app_UART_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_pwm.o(i.app_PWMDET_IRQn_Handler) for app_PWMDET_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_swire.o(i.app_SWIRE_IRQn_Handler) for app_SWIRE_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) for app_AP_NRESET_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) for app_EXTI_INT0_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) for app_EXTI_INT1_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) for app_EXTI_INT2_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) for app_EXTI_INT3_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) for app_EXTI_INT4_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) for app_EXTI_INT5_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) for app_EXTI_INT6_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) for app_EXTI_INT7_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_common.o(i.app_HardFault_Handler) for app_HardFault_Handler + drv_phy_common.o(i.drv_phy_enable_calibration) refers to drv_phy_common.o(.data) for .data + drv_phy_common.o(i.drv_phy_get_calibration) refers to drv_chip_info.o(i.drv_chip_info_get_info) for drv_chip_info_get_info + drv_phy_common.o(i.drv_phy_get_calibration) refers to drv_efuse.o(i.drv_efuse_read) for drv_efuse_read + drv_phy_common.o(i.drv_phy_get_calibration) refers to drv_phy_common.o(.data) for .data + drv_phy_common.o(i.drv_phy_get_pll_para) refers to drv_phy_common.o(.constdata) for .constdata + drv_phy_common.o(i.drv_phy_get_rate_para) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_phy_common.o(i.drv_phy_get_rate_para) refers to drv_phy_common.o(.constdata) for .constdata + drv_phy_common.o(i.drv_phy_test_write_1_byte) refers to drv_phy_common.o(i.drv_phy_test_write_code) for drv_phy_test_write_code + drv_phy_common.o(i.drv_phy_test_write_1_byte) refers to drv_phy_common.o(i.drv_phy_test_write_data) for drv_phy_test_write_data + drv_phy_common.o(i.drv_phy_test_write_2_byte) refers to drv_phy_common.o(i.drv_phy_test_write_code) for drv_phy_test_write_code + drv_phy_common.o(i.drv_phy_test_write_2_byte) refers to drv_phy_common.o(i.drv_phy_test_write_data) for drv_phy_test_write_data + drv_chip_info.o(i.drv_chip_info_get_info) refers to drv_chip_info.o(.data) for .data + drv_chip_info.o(i.drv_chip_info_init) refers to drv_efuse.o(i.drv_efuse_enter_inactive) for drv_efuse_enter_inactive + drv_chip_info.o(i.drv_chip_info_init) refers to drv_efuse.o(i.drv_efuse_read) for drv_efuse_read + drv_chip_info.o(i.drv_chip_info_init) refers to drv_chip_info.o(.data) for .data + drv_chip_info.o(i.drv_chip_rx_info_check) refers to printfa.o(i.__0printf) for __2printf + drv_chip_info.o(i.drv_chip_rx_info_check) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_chip_info.o(i.drv_chip_rx_info_check) refers to drv_chip_info.o(.data) for .data + drv_dsc_dec.o(i.drv_dsc_dec_enable) refers to drv_efuse.o(i.drv_efuse_enter_inactive) for drv_efuse_enter_inactive + drv_dsc_dec.o(i.drv_dsc_dec_enable) refers to drv_efuse.o(i.drv_efuse_read) for drv_efuse_read + drv_dsc_dec.o(i.drv_dsc_dec_enable) refers to printfa.o(i.__0printf) for __2printf + hal_spi_slave.o(i.app_SPIS_IRQn_Handler) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + hal_spi_slave.o(i.app_SPIS_IRQn_Handler) refers to hal_spi_slave.o(i.__NVIC_SetPriority) for __NVIC_SetPriority + hal_spi_slave.o(i.app_SPIS_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_spi_slave.o(i.app_SPIS_IRQn_Handler) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_spi_slave.o(i.hal_spi_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_init_input) for hal_gpio_init_input + hal_spi_slave.o(i.hal_spi_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_abort) refers to drv_spi_dma.o(i.drv_spi_abort_dma) for drv_spi_abort_dma + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start) refers to drv_dma.o(i.drv_dma_enable_cycle) for drv_dma_enable_cycle + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start) refers to drv_spi_dma.o(i.drv_spis_dma_write) for drv_spis_dma_write + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_deinit) refers to drv_spi_slave.o(i.drv_spi_s_deinit) for drv_spi_s_deinit + hal_spi_slave.o(i.hal_spi_slave_enable) refers to drv_spi_slave.o(i.drv_spi_s_enable_int) for drv_spi_s_enable_int + hal_spi_slave.o(i.hal_spi_slave_enable) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_spi_slave.o(i.hal_spi_slave_enable) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_gpio_init) refers to drv_spi_slave.o(i.drv_spi_s_gpio_init) for drv_spi_s_gpio_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to hal_spi_slave.o(i.hal_spi_slave_gpio_init) for hal_spi_slave_gpio_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_slave.o(i.drv_spi_slave_init) for drv_spi_slave_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_dma.o(i.drv_spi_dma_init) for drv_spi_dma_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) for drv_spi_set_dma_irq_callback + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_slave.o(i.drv_spi_s_enable_tx_dma) for drv_spi_s_enable_tx_dma + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + hal_spi_slave.o(i.hal_spi_slave_init) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_read_data) refers to drv_spi_slave.o(i.drv_spi_s_read_data) for drv_spi_s_read_data + hal_spi_slave.o(i.hal_spi_slave_register_callback) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_reset_tx) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_set_auto_rx_buffer) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_set_auto_tx_buffer) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_write_data) refers to drv_spi_slave.o(i.drv_spi_s_write_data) for drv_spi_s_write_data + drv_fls_dma.o(i.fls_abort_dma) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_fls_dma.o(i.fls_abort_dma) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls_dma.o(i.fls_dma_enable) for fls_dma_enable + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_set_write) for fls_set_write + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls_dma.o(i.fls_dma_enable) for fls_dma_enable + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls_dma.o(i.fls_read_dmacallback) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to memseta.o(.text) for __aeabi_memclr4 + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_dma.o(i.drv_dma_init) for drv_dma_init + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_fls_dma.o(.data) for .data + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_fls_dma.o(i.fls_read_dmacallback) for fls_read_dmacallback + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_fls_dma.o(i.fls_write_dmacallback) for fls_write_dmacallback + drv_fls_dma.o(i.fls_transfer_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_fls_dma.o(i.fls_transfer_dma) refers to drv_dma.o(i.drv_dma_start_transfer) for drv_dma_start_transfer + drv_fls_dma.o(i.fls_transfer_get_receive_count_dma) refers to drv_dma.o(i.drv_dma_get_remaining_bytes) for drv_dma_get_remaining_bytes + drv_fls_dma.o(i.fls_write_dmacallback) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_pwm.o(i.app_PWMDET_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_pwm.o(i.app_PWMDET_IRQn_Handler) refers to drv_pwm.o(.data) for .data + drv_pwm.o(i.drv_pwm_in_register_callback) refers to drv_pwm.o(.data) for .data + drv_pwm.o(i.drv_pwm_in_set_sys_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_spi_slave.o(i.drv_spi_s_deinit) refers to drv_spi_slave.o(i.drv_spi_s_switch_sclk) for drv_spi_s_switch_sclk + drv_uart.o(i.UART0_IRQ_Handle) refers to drv_uart.o(i.UART_TransferHandleIRQ) for UART_TransferHandleIRQ + drv_uart.o(i.UART0_IRQ_Handle) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_uart.o(i.UART0_IRQ_Handle) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_AbortReceive) refers to drv_uart.o(i.UART_Disable_IT) for UART_Disable_IT + drv_uart.o(i.UART_AbortReceive) refers to drv_uart.o(i.UART_ResetRxFIFO) for UART_ResetRxFIFO + drv_uart.o(i.UART_AbortSend) refers to drv_uart.o(i.UART_Disable_IT) for UART_Disable_IT + drv_uart.o(i.UART_AbortSend) refers to drv_uart.o(i.UART_ResetTxFIFO) for UART_ResetTxFIFO + drv_uart.o(i.UART_Deinit) refers to drv_uart.o(i.UART_SwitchSCLK) for UART_SwitchSCLK + drv_uart.o(i.UART_Disable_IT) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_Disable_IT) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_uart.o(i.UART_Disable_IT) refers to drv_uart.o(.constdata) for .constdata + drv_uart.o(i.UART_EnableDma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) for drv_sys_cfg_set_dma_rx_req + drv_uart.o(i.UART_EnableDma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + drv_uart.o(i.UART_Enable_IT) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_Enable_IT) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_uart.o(i.UART_GetDefaultConfig) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart.o(i.UART_GetDefaultConfig) refers to drv_common.o(.data) for g_system_clock + drv_uart.o(i.UART_GetFIFO_Ctrl) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_GetFIFO_Ctrl) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_ResetRxFIFO) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_ResetRxFIFO) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_ResetTxFIFO) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_ResetTxFIFO) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_SetBaudRate) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_uart.o(i.UART_SwitchSCLK) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_uart.o(i.UART_TransferCreateHandle) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_TransferCreateHandle) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart.o(i.UART_TransferCreateHandle) refers to drv_uart.o(i.UART_Enable_IT) for UART_Enable_IT + drv_uart.o(i.UART_TransferCreateHandle) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_TransferHandleIRQ) refers to drv_uart.o(i.UART_ResetRxFIFO) for UART_ResetRxFIFO + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_DisableDma) for UART_DisableDma + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_SwitchSCLK) for UART_SwitchSCLK + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_SetBaudRate) for UART_SetBaudRate + drv_uart.o(i.UART_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_uart.o(i.UART_init) refers to drv_uart.o(.data) for .data + drv_uart.o(i.app_UART_IRQn_Handler) refers to drv_uart.o(i.UART0_IRQ_Handle) for UART0_IRQ_Handle + drv_uart_dma.o(i.UART_DMAInit) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart_dma.o(i.UART_DMAInit) refers to drv_dma.o(i.drv_dma_init) for drv_dma_init + drv_uart_dma.o(i.UART_TransferAbortReceiveDMA) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_uart_dma.o(i.UART_TransferAbortSendDMA) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart.o(i.UART_EnableDma) for UART_EnableDma + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(i.UART_DMAInit) for UART_DMAInit + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(.data) for .data + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(i.UART_TransferReceiveDMACallback) for UART_TransferReceiveDMACallback + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(i.UART_TransferSendDMACallback) for UART_TransferSendDMACallback + drv_uart_dma.o(i.UART_TransferGetReceiveCountDMA) refers to drv_dma.o(i.drv_dma_get_remaining_bytes) for drv_dma_get_remaining_bytes + drv_uart_dma.o(i.UART_TransferReceiveDMA) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_uart_dma.o(i.UART_TransferReceiveDMA) refers to drv_uart.o(i.UART_EnableDma) for UART_EnableDma + drv_uart_dma.o(i.UART_TransferReceiveDMA) refers to drv_dma.o(i.drv_dma_start_transfer) for drv_dma_start_transfer + drv_uart_dma.o(i.UART_TransferSendDMA) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_uart_dma.o(i.UART_TransferSendDMA) refers to drv_uart.o(i.UART_EnableDma) for UART_EnableDma + drv_uart_dma.o(i.UART_TransferSendDMA) refers to drv_dma.o(i.drv_dma_start_transfer) for drv_dma_start_transfer + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(i.drv_wdg_set_int) for drv_wdg_set_int + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(i.drv_wdg_clear_counter) for drv_wdg_clear_counter + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(i.drv_wdg_read_edge_flag) for drv_wdg_read_edge_flag + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(i.drv_wdg_clear_edge_flag) for drv_wdg_clear_edge_flag + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(.data) for .data + drv_wdg.o(i.drv_wdg_register_callback) refers to drv_wdg.o(.data) for .data + drv_wdg.o(i.drv_wdg_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_wdg.o(i.drv_wdg_set_repeat) refers to drv_wdg.o(.data) for .data + drv_efuse.o(i.drv_efuse_enter_inactive) refers to drv_efuse.o(i.drv_efuse_int_enable) for drv_efuse_int_enable + drv_efuse.o(i.drv_efuse_read) refers to drv_efuse.o(i.drv_efuse_read_req) for drv_efuse_read_req + drv_efuse.o(i.drv_efuse_write) refers to drv_efuse.o(i.drv_efuse_write_req) for drv_efuse_write_req + ceil.o(i.__softfp_ceil) refers (Special) to iusefp.o(.text) for __I$use$fp + ceil.o(i.__softfp_ceil) refers to ceil.o(i.ceil) for ceil + ceil.o(i.ceil) refers (Special) to iusefp.o(.text) for __I$use$fp + ceil.o(i.ceil) refers to dadd.o(.text) for __aeabi_dadd + ceil.o(i.ceil) refers to cdrcmple.o(.text) for __aeabi_cdrcmple + sqrt.o(i.__softfp_sqrt) refers (Special) to iusefp.o(.text) for __I$use$fp + sqrt.o(i.__softfp_sqrt) refers to dsqrt.o(.text) for _dsqrt + sqrt.o(i.__softfp_sqrt) refers to errno.o(i.__set_errno) for __set_errno + sqrt.o(i.sqrt) refers (Special) to iusefp.o(.text) for __I$use$fp + sqrt.o(i.sqrt) refers to dsqrt.o(.text) for _dsqrt + sqrt.o(i.sqrt) refers to errno.o(i.__set_errno) for __set_errno + sqrt_x.o(i.____softfp_sqrt$lsc) refers (Special) to iusefp.o(.text) for __I$use$fp + sqrt_x.o(i.____softfp_sqrt$lsc) refers to cdcmple.o(.text) for __aeabi_cdcmple + sqrt_x.o(i.____softfp_sqrt$lsc) refers to errno.o(i.__set_errno) for __set_errno + sqrt_x.o(i.____softfp_sqrt$lsc) refers to dsqrt.o(.text) for _dsqrt + sqrt_x.o(i.__sqrt$lsc) refers (Special) to iusefp.o(.text) for __I$use$fp + sqrt_x.o(i.__sqrt$lsc) refers to cdcmple.o(.text) for __aeabi_cdcmple + sqrt_x.o(i.__sqrt$lsc) refers to errno.o(i.__set_errno) for __set_errno + sqrt_x.o(i.__sqrt$lsc) refers to dsqrt.o(.text) for _dsqrt + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry10a.o(.ARM.Collect$$$$0000000D) for __rt_final_cpp + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry11a.o(.ARM.Collect$$$$0000000F) for __rt_final_exit + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry7b.o(.ARM.Collect$$$$00000008) for _main_clock + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry8b.o(.ARM.Collect$$$$0000000A) for _main_cpp_init + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry9a.o(.ARM.Collect$$$$0000000B) for _main_init + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry5.o(.ARM.Collect$$$$00000004) for _main_scatterload + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry2.o(.ARM.Collect$$$$00000001) for _main_stk + idiv.o(.text) refers to uidiv.o(.text) for __aeabi_uidivmod + printfb.o(i.__0fprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0fprintf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0printf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0printf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0printf$bare) refers to stdout.o(.data) for __stdout + printfb.o(i.__0snprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0snprintf$bare) refers to printfb.o(i._snputc) for _snputc + printfb.o(i.__0sprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0sprintf$bare) refers to printfb.o(i._sputc) for _sputc + printfb.o(i.__0vfprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vfprintf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0vprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vprintf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0vprintf$bare) refers to stdout.o(.data) for __stdout + printfb.o(i.__0vsnprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vsnprintf$bare) refers to printfb.o(i._snputc) for _snputc + printfb.o(i.__0vsprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vsprintf$bare) refers to printfb.o(i._sputc) for _sputc + printf0.o(i.__0fprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0fprintf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0printf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0printf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0printf$0) refers to stdout.o(.data) for __stdout + printf0.o(i.__0snprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0snprintf$0) refers to printf0.o(i._snputc) for _snputc + printf0.o(i.__0sprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0sprintf$0) refers to printf0.o(i._sputc) for _sputc + printf0.o(i.__0vfprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vfprintf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0vprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vprintf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0vprintf$0) refers to stdout.o(.data) for __stdout + printf0.o(i.__0vsnprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vsnprintf$0) refers to printf0.o(i._snputc) for _snputc + printf0.o(i.__0vsprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vsprintf$0) refers to printf0.o(i._sputc) for _sputc + printf1.o(i.__0fprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0fprintf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0printf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0printf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0printf$1) refers to stdout.o(.data) for __stdout + printf1.o(i.__0snprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0snprintf$1) refers to printf1.o(i._snputc) for _snputc + printf1.o(i.__0sprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0sprintf$1) refers to printf1.o(i._sputc) for _sputc + printf1.o(i.__0vfprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vfprintf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0vprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vprintf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0vprintf$1) refers to stdout.o(.data) for __stdout + printf1.o(i.__0vsnprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vsnprintf$1) refers to printf1.o(i._snputc) for _snputc + printf1.o(i.__0vsprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vsprintf$1) refers to printf1.o(i._sputc) for _sputc + printf1.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printf2.o(i.__0fprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0fprintf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0printf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0printf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0printf$2) refers to stdout.o(.data) for __stdout + printf2.o(i.__0snprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0snprintf$2) refers to printf2.o(i._snputc) for _snputc + printf2.o(i.__0sprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0sprintf$2) refers to printf2.o(i._sputc) for _sputc + printf2.o(i.__0vfprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vfprintf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0vprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vprintf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0vprintf$2) refers to stdout.o(.data) for __stdout + printf2.o(i.__0vsnprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vsnprintf$2) refers to printf2.o(i._snputc) for _snputc + printf2.o(i.__0vsprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vsprintf$2) refers to printf2.o(i._sputc) for _sputc + printf3.o(i.__0fprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0fprintf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0printf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0printf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0printf$3) refers to stdout.o(.data) for __stdout + printf3.o(i.__0snprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0snprintf$3) refers to printf3.o(i._snputc) for _snputc + printf3.o(i.__0sprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0sprintf$3) refers to printf3.o(i._sputc) for _sputc + printf3.o(i.__0vfprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vfprintf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0vprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vprintf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0vprintf$3) refers to stdout.o(.data) for __stdout + printf3.o(i.__0vsnprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vsnprintf$3) refers to printf3.o(i._snputc) for _snputc + printf3.o(i.__0vsprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vsprintf$3) refers to printf3.o(i._sputc) for _sputc + printf3.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printf4.o(i.__0fprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0fprintf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0printf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0printf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0printf$4) refers to stdout.o(.data) for __stdout + printf4.o(i.__0snprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0snprintf$4) refers to printf4.o(i._snputc) for _snputc + printf4.o(i.__0sprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0sprintf$4) refers to printf4.o(i._sputc) for _sputc + printf4.o(i.__0vfprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vfprintf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0vprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vprintf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0vprintf$4) refers to stdout.o(.data) for __stdout + printf4.o(i.__0vsnprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vsnprintf$4) refers to printf4.o(i._snputc) for _snputc + printf4.o(i.__0vsprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vsprintf$4) refers to printf4.o(i._sputc) for _sputc + printf4.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printf5.o(i.__0fprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0fprintf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0printf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0printf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0printf$5) refers to stdout.o(.data) for __stdout + printf5.o(i.__0snprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0snprintf$5) refers to printf5.o(i._snputc) for _snputc + printf5.o(i.__0sprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0sprintf$5) refers to printf5.o(i._sputc) for _sputc + printf5.o(i.__0vfprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vfprintf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0vprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vprintf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0vprintf$5) refers to stdout.o(.data) for __stdout + printf5.o(i.__0vsnprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vsnprintf$5) refers to printf5.o(i._snputc) for _snputc + printf5.o(i.__0vsprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vsprintf$5) refers to printf5.o(i._sputc) for _sputc + printf5.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printf6.o(i.__0fprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0fprintf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0printf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0printf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0printf$6) refers to stdout.o(.data) for __stdout + printf6.o(i.__0snprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0snprintf$6) refers to printf6.o(i._snputc) for _snputc + printf6.o(i.__0sprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0sprintf$6) refers to printf6.o(i._sputc) for _sputc + printf6.o(i.__0vfprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vfprintf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0vprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vprintf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0vprintf$6) refers to stdout.o(.data) for __stdout + printf6.o(i.__0vsnprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vsnprintf$6) refers to printf6.o(i._snputc) for _snputc + printf6.o(i.__0vsprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vsprintf$6) refers to printf6.o(i._sputc) for _sputc + printf6.o(i._printf_core) refers to printf6.o(i._printf_pre_padding) for _printf_pre_padding + printf6.o(i._printf_core) refers to printf6.o(i._printf_post_padding) for _printf_post_padding + printf6.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printf7.o(i.__0fprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0fprintf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0printf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0printf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0printf$7) refers to stdout.o(.data) for __stdout + printf7.o(i.__0snprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0snprintf$7) refers to printf7.o(i._snputc) for _snputc + printf7.o(i.__0sprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0sprintf$7) refers to printf7.o(i._sputc) for _sputc + printf7.o(i.__0vfprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vfprintf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0vprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vprintf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0vprintf$7) refers to stdout.o(.data) for __stdout + printf7.o(i.__0vsnprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vsnprintf$7) refers to printf7.o(i._snputc) for _snputc + printf7.o(i.__0vsprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vsprintf$7) refers to printf7.o(i._sputc) for _sputc + printf7.o(i._printf_core) refers to printf7.o(i._printf_pre_padding) for _printf_pre_padding + printf7.o(i._printf_core) refers to printf7.o(i._printf_post_padding) for _printf_post_padding + printf7.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printf8.o(i.__0fprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0fprintf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0printf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0printf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0printf$8) refers to stdout.o(.data) for __stdout + printf8.o(i.__0snprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0snprintf$8) refers to printf8.o(i._snputc) for _snputc + printf8.o(i.__0sprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0sprintf$8) refers to printf8.o(i._sputc) for _sputc + printf8.o(i.__0vfprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vfprintf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0vprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vprintf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0vprintf$8) refers to stdout.o(.data) for __stdout + printf8.o(i.__0vsnprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vsnprintf$8) refers to printf8.o(i._snputc) for _snputc + printf8.o(i.__0vsprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vsprintf$8) refers to printf8.o(i._sputc) for _sputc + printf8.o(i._printf_core) refers to printf8.o(i._printf_pre_padding) for _printf_pre_padding + printf8.o(i._printf_core) refers to printf8.o(i._printf_post_padding) for _printf_post_padding + printf8.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printfa.o(i.__0fprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0fprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0fprintf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0printf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0printf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0printf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0printf) refers to stdout.o(.data) for __stdout + printfa.o(i.__0snprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0snprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0snprintf) refers to printfa.o(i._snputc) for _snputc + printfa.o(i.__0sprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0sprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0sprintf) refers to printfa.o(i._sputc) for _sputc + printfa.o(i.__0vfprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vfprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vfprintf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0vprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vprintf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0vprintf) refers to stdout.o(.data) for __stdout + printfa.o(i.__0vsnprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vsnprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vsnprintf) refers to printfa.o(i._snputc) for _snputc + printfa.o(i.__0vsprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vsprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vsprintf) refers to printfa.o(i._sputc) for _sputc + printfa.o(i._fp_digits) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._fp_digits) refers to dmul.o(.text) for __aeabi_dmul + printfa.o(i._fp_digits) refers to ddiv.o(.text) for __aeabi_ddiv + printfa.o(i._fp_digits) refers to cdrcmple.o(.text) for __aeabi_cdrcmple + printfa.o(i._fp_digits) refers to dadd.o(.text) for __aeabi_dadd + printfa.o(i._fp_digits) refers to dfixul.o(.text) for __aeabi_d2ulz + printfa.o(i._fp_digits) refers to uldiv.o(.text) for __aeabi_uldivmod + printfa.o(i._printf_core) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._printf_core) refers to printfa.o(i._printf_pre_padding) for _printf_pre_padding + printfa.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printfa.o(i._printf_core) refers to printfa.o(i._printf_post_padding) for _printf_post_padding + printfa.o(i._printf_core) refers to printfa.o(i._fp_digits) for _fp_digits + printfa.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printfa.o(i._printf_post_padding) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._printf_pre_padding) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._snputc) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._sputc) refers (Special) to iusefp.o(.text) for __I$use$fp + fadd.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fadd.o(.text) refers to fepilogue.o(.text) for _float_epilogue + fmul.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fdiv.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fdiv.o(.text) refers to fepilogue.o(.text) for _float_round + fscalb.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dadd.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dadd.o(.text) refers to llshl.o(.text) for __aeabi_llsl + dadd.o(.text) refers to llsshr.o(.text) for __aeabi_lasr + dadd.o(.text) refers to depilogue.o(.text) for _double_epilogue + dmul.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dmul.o(.text) refers to depilogue.o(.text) for _double_epilogue + ddiv.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + ddiv.o(.text) refers to depilogue.o(.text) for _double_round + fflti.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fflti.o(.text) refers to fepilogue.o(.text) for _float_epilogue + ffltui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + ffltui.o(.text) refers to fepilogue.o(.text) for _float_epilogue + dflti.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dflti.o(.text) refers to depilogue.o(.text) for _double_epilogue + dfltui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfltui.o(.text) refers to depilogue.o(.text) for _double_epilogue + ffixi.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + ffixui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfixi.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfixi.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dfixui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfixui.o(.text) refers to llushr.o(.text) for __aeabi_llsr + f2d.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + cdcmple.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + cfrcmple.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + entry2.o(.ARM.Collect$$$$00000001) refers to entry2.o(.ARM.Collect$$$$00002712) for __lit__00000000 + entry2.o(.ARM.Collect$$$$00002712) refers to startup_armcm0.o(STACK) for __initial_sp + entry2.o(__vectab_stack_and_reset_area) refers to startup_armcm0.o(STACK) for __initial_sp + entry2.o(__vectab_stack_and_reset_area) refers to entry.o(.ARM.Collect$$$$00000000) for __main + entry5.o(.ARM.Collect$$$$00000004) refers to init.o(.text) for __scatterload + entry9a.o(.ARM.Collect$$$$0000000B) refers to main.o(i.main) for main + entry9b.o(.ARM.Collect$$$$0000000C) refers to main.o(i.main) for main + uldiv.o(.text) refers to llushr.o(.text) for __aeabi_llsr + uldiv.o(.text) refers to llshl.o(.text) for __aeabi_llsl + errno.o(i.__aeabi_errno_addr) refers to errno.o(.data) for .data + errno.o(i.__read_errno) refers to errno.o(.data) for .data + errno.o(i.__set_errno) refers to errno.o(.data) for .data + depilogue.o(.text) refers to depilogue.o(i.__ARM_clz) for __ARM_clz + depilogue.o(.text) refers to llshl.o(.text) for __aeabi_llsl + depilogue.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dsqrt.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dsqrt.o(.text) refers to depilogue.o(.text) for _double_round + dfixul.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dfixul.o(.text) refers to llshl.o(.text) for __aeabi_llsl + init.o(.text) refers to entry5.o(.ARM.Collect$$$$00000004) for __main_after_scatterload + + +============================================================================== + +Removing Unused input sections from the image. + + Removing main.o(.rev16_text), (4 bytes). + Removing main.o(.revsh_text), (4 bytes). + Removing ap_demo.o(.rev16_text), (4 bytes). + Removing ap_demo.o(.revsh_text), (4 bytes). + Removing ap_demo.o(.data), (1 bytes). + Removing ap_demo.o(.data), (4 bytes). + Removing app_tp_transfer.o(.rev16_text), (4 bytes). + Removing app_tp_transfer.o(.revsh_text), (4 bytes). + Removing app_tp_transfer.o(i.app_tp_phone_reset_on), (12 bytes). + Removing app_tp_transfer.o(i.app_tp_s_transfer_complate), (26 bytes). + Removing app_tp_transfer.o(.data), (3 bytes). + Removing app_tp_transfer.o(.data), (3 bytes). + Removing app_tp_transfer.o(.data), (5 bytes). + Removing app_tp_transfer.o(.data), (6 bytes). + Removing app_tp_transfer.o(.data), (2 bytes). + Removing app_tp_transfer.o(.data), (3 bytes). + Removing app_tp_transfer.o(.data), (1 bytes). + Removing app_tp_transfer.o(.data), (2 bytes). + Removing app_tp_transfer.o(.data), (2 bytes). + Removing board.o(.rev16_text), (4 bytes). + Removing board.o(.revsh_text), (4 bytes). + Removing startup_armcm0.o(HEAP), (3072 bytes). + Removing hal_dsi_rx_ctrl.o(.rev16_text), (4 bytes). + Removing hal_dsi_rx_ctrl.o(.revsh_text), (4 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_ack_long_cmd), (88 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_ack_short_cmd), (28 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video), (228 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_draw_mode_init), (48 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern), (216 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_compressen_en), (16 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode), (128 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_release_handle), (40 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart), (80 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_auto_hw_filter), (28 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk), (44 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter), (108 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_dcs_direct_mode), (8 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_cmd_filter), (40 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format), (56 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data), (148 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rx_clk), (68 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_te_waveform), (52 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_tear_mode_ex), (14 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate), (112 bytes). + Removing hal_dsi_tx_ctrl.o(.rev16_text), (4 bytes). + Removing hal_dsi_tx_ctrl.o(.revsh_text), (4 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_crop_pic), (144 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_ulps_mode), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_ulps_mode), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd), (140 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_release_handle), (28 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_cus_pq_filter), (24 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_endianness), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_escape_clock_div), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_lp_cmd), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_vpg), (24 bytes). + Removing hal_gpio.o(.rev16_text), (4 bytes). + Removing hal_gpio.o(.revsh_text), (4 bytes). + Removing hal_gpio.o(i.hal_gpio_get_int_type), (20 bytes). + Removing hal_gpio.o(i.hal_gpio_get_pull_state), (32 bytes). + Removing hal_gpio.o(i.hal_gpio_set_driving_strength), (32 bytes). + Removing hal_gpio.o(i.hal_gpio_set_output_data_ex), (36 bytes). + Removing hal_gpio.o(i.hal_gpio_set_schmitt_trigger), (32 bytes). + Removing hal_gpio.o(i.hal_gpio_set_slew_rate), (32 bytes). + Removing hal_i2c_master.o(.rev16_text), (4 bytes). + Removing hal_i2c_master.o(.revsh_text), (4 bytes). + Removing hal_i2c_master.o(i.hal_i2c_m_set_high_impedance), (46 bytes). + Removing hal_i2c_slave.o(.rev16_text), (4 bytes). + Removing hal_i2c_slave.o(.revsh_text), (4 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_get_tx_byte_num), (8 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_read_complate), (12 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_read_complate_clear), (12 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_read_data), (8 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_rxfifo_notempty), (20 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_set_dma_tx_cycle), (36 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance), (46 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_write_complate), (12 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_write_data), (8 bytes). + Removing hal_spi_master.o(.rev16_text), (4 bytes). + Removing hal_spi_master.o(.revsh_text), (4 bytes). + Removing hal_spi_master.o(i.hal_spi_m_callback), (24 bytes). + Removing hal_spi_master.o(i.hal_spi_m_dma_init), (104 bytes). + Removing hal_spi_master.o(i.hal_spi_m_dma_read), (36 bytes). + Removing hal_spi_master.o(i.hal_spi_m_dma_write), (40 bytes). + Removing hal_spi_master.o(i.hal_spi_m_get_transfer_complate), (36 bytes). + Removing hal_spi_master.o(i.hal_spi_m_gpio_init), (8 bytes). + Removing hal_spi_master.o(i.hal_spi_m_read_rxfifo), (28 bytes). + Removing hal_spi_master.o(i.hal_spi_m_set_high_impedance), (100 bytes). + Removing hal_spi_master.o(.data), (1 bytes). + Removing hal_swire.o(.rev16_text), (4 bytes). + Removing hal_swire.o(.revsh_text), (4 bytes). + Removing hal_swire.o(i.hal_swire_deinit), (18 bytes). + Removing hal_swire.o(i.hal_swire_init), (32 bytes). + Removing hal_swire.o(i.hal_swire_register_callback), (10 bytes). + Removing hal_swire.o(i.hal_swire_start), (112 bytes). + Removing hal_system.o(.rev16_text), (4 bytes). + Removing hal_system.o(.revsh_text), (4 bytes). + Removing hal_system.o(i.hal_system_deep_sleep_mode), (8 bytes). + Removing hal_system.o(i.hal_system_disable_systick), (8 bytes). + Removing hal_system.o(i.hal_system_flash_read), (56 bytes). + Removing hal_system.o(i.hal_system_flash_write), (58 bytes). + Removing hal_system.o(i.hal_system_get_tick), (8 bytes). + Removing hal_system.o(i.hal_system_idle_mode), (8 bytes). + Removing hal_system.o(i.hal_system_register_systick_cb), (8 bytes). + Removing hal_system.o(i.hal_system_reset_chip), (32 bytes). + Removing hal_system.o(i.hal_system_share_flash_mode), (20 bytes). + Removing hal_system.o(i.hal_system_sleep_mode), (48 bytes). + Removing hal_timer.o(.rev16_text), (4 bytes). + Removing hal_timer.o(.revsh_text), (4 bytes). + Removing hal_timer.o(i.hal_timer_deinit), (46 bytes). + Removing hal_timer.o(i.hal_timer_get_status), (52 bytes). + Removing hal_timer.o(i.hal_timer_set_repeat), (8 bytes). + Removing tau_delay.o(.rev16_text), (4 bytes). + Removing tau_delay.o(.revsh_text), (4 bytes). + Removing tau_log.o(.rev16_text), (4 bytes). + Removing tau_log.o(.revsh_text), (4 bytes). + Removing tau_log.o(i.fgetc), (22 bytes). + Removing app_tp_for_custom_s8.o(.rev16_text), (4 bytes). + Removing app_tp_for_custom_s8.o(.revsh_text), (4 bytes). + Removing app_tp_for_custom_s8.o(i.app_tp_screen_analysis_const), (56 bytes). + Removing app_tp_for_custom_s8.o(.bss), (200 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (37 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (1 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (3 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (3 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (11 bytes). + Removing app_tp_for_custom_s8.o(.data), (10 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (64 bytes). + Removing app_tp_for_custom_s8.o(.data), (3 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (32 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing hal_uart.o(.rev16_text), (4 bytes). + Removing hal_uart.o(.revsh_text), (4 bytes). + Removing hal_uart.o(i.hal_uart_deinit), (28 bytes). + Removing hal_uart.o(i.hal_uart_dmacallback), (36 bytes). + Removing hal_uart.o(i.hal_uart_receive_blocking), (16 bytes). + Removing hal_uart.o(i.hal_uart_receive_dma), (76 bytes). + Removing hal_uart.o(i.hal_uart_transmit_dma), (76 bytes). + Removing norflash.o(.rev16_text), (4 bytes). + Removing norflash.o(.revsh_text), (4 bytes). + Removing norflash.o(i.norflash_best_cfg_init), (44 bytes). + Removing norflash.o(i.norflash_big_end_clear), (14 bytes). + Removing norflash.o(i.norflash_big_end_enable), (20 bytes). + Removing norflash.o(i.norflash_check_crc32), (14 bytes). + Removing norflash.o(i.norflash_check_id), (72 bytes). + Removing norflash.o(i.norflash_dma_callback), (24 bytes). + Removing norflash.o(i.norflash_dma_read), (156 bytes). + Removing norflash.o(i.norflash_dma_write), (252 bytes). + Removing norflash.o(i.norflash_dual_read), (60 bytes). + Removing norflash.o(i.norflash_dual_write), (112 bytes). + Removing norflash.o(i.norflash_en4b), (40 bytes). + Removing norflash.o(i.norflash_en_quad), (116 bytes). + Removing norflash.o(i.norflash_en_quad_check), (64 bytes). + Removing norflash.o(i.norflash_erase_block), (44 bytes). + Removing norflash.o(i.norflash_erase_chip), (28 bytes). + Removing norflash.o(i.norflash_erase_sector), (44 bytes). + Removing norflash.o(i.norflash_ex4b), (40 bytes). + Removing norflash.o(i.norflash_exit_quad), (76 bytes). + Removing norflash.o(i.norflash_get_dual_hstatus), (52 bytes). + Removing norflash.o(i.norflash_get_hstatus), (52 bytes). + Removing norflash.o(i.norflash_get_status), (52 bytes). + Removing norflash.o(i.norflash_init), (48 bytes). + Removing norflash.o(i.norflash_quad_read), (76 bytes). + Removing norflash.o(i.norflash_quad_write), (108 bytes). + Removing norflash.o(i.norflash_read), (28 bytes). + Removing norflash.o(i.norflash_read_config_reg), (36 bytes). + Removing norflash.o(i.norflash_read_id), (20 bytes). + Removing norflash.o(i.norflash_reset), (2 bytes). + Removing norflash.o(i.norflash_reset_crc32), (32 bytes). + Removing norflash.o(i.norflash_set_best_cfg), (50 bytes). + Removing norflash.o(i.norflash_set_best_read_cfg), (84 bytes). + Removing norflash.o(i.norflash_set_best_write_cfg), (84 bytes). + Removing norflash.o(i.norflash_switch_fls_spi), (112 bytes). + Removing norflash.o(i.norflash_write), (96 bytes). + Removing norflash.o(i.norflash_write_disable), (64 bytes). + Removing norflash.o(i.norflash_write_enable), (56 bytes). + Removing norflash.o(i.norflash_write_endian_scr), (132 bytes). + Removing norflash.o(.bss), (412 bytes). + Removing norflash.o(.bss), (32 bytes). + Removing norflash.o(.data), (2 bytes). + Removing drv_common.o(.rev16_text), (4 bytes). + Removing drv_common.o(.revsh_text), (4 bytes). + Removing drv_common.o(i.drv_common_disable_systick), (20 bytes). + Removing drv_common.o(i.drv_common_get_tick), (12 bytes). + Removing drv_common.o(i.drv_common_idle_mode), (40 bytes). + Removing drv_common.o(i.drv_common_systick_register_cb), (12 bytes). + Removing drv_crgu.o(.rev16_text), (4 bytes). + Removing drv_crgu.o(.revsh_text), (4 bytes). + Removing drv_crgu.o(i.drv_crgu_clear_all_reset_flags), (12 bytes). + Removing drv_crgu.o(i.drv_crgu_clear_reset_flag), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_config_clocks), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_config_clocks_div), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_config_clocks_src), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_get_ana_clk_status), (24 bytes). + Removing drv_crgu.o(i.drv_crgu_get_fpga_id), (12 bytes). + Removing drv_crgu.o(i.drv_crgu_get_mipi_ref_src), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_get_reset_flag), (24 bytes). + Removing drv_crgu.o(i.drv_crgu_get_system_clk), (28 bytes). + Removing drv_crgu.o(i.drv_crgu_reset_chip), (12 bytes). + Removing drv_crgu.o(i.drv_crgu_set_200m_scan_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_300m_scan_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_abp0_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_adc_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_adc_src), (24 bytes). + Removing drv_crgu.o(i.drv_crgu_set_apb1_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_apb2_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_fls_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_fls_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_monitor_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_monitor_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_swire_div), (20 bytes). + Removing drv_dma.o(.rev16_text), (4 bytes). + Removing drv_dma.o(.revsh_text), (4 bytes). + Removing drv_dma.o(i.drv_dma_abort_transfer), (32 bytes). + Removing drv_dma.o(i.drv_dma_ahb_init), (74 bytes). + Removing drv_dma.o(i.drv_dma_channel_is_active), (20 bytes). + Removing drv_dma.o(i.drv_dma_deinit), (32 bytes). + Removing drv_dma.o(i.drv_dma_disenable_channel_interrupts), (24 bytes). + Removing drv_dma.o(i.drv_dma_enable_cycle), (44 bytes). + Removing drv_dma.o(i.drv_dma_get_remaining_bytes), (32 bytes). + Removing drv_dma.o(i.drv_dma_init), (24 bytes). + Removing drv_dma.o(i.drv_dma_m2m_init), (72 bytes). + Removing drv_dma.o(i.drv_dma_reset), (10 bytes). + Removing drv_dma.o(i.drv_dma_set_ccr), (114 bytes). + Removing drv_dma.o(i.drv_dma_start_transfer), (32 bytes). + Removing drv_fls.o(.rev16_text), (4 bytes). + Removing drv_fls.o(.revsh_text), (4 bytes). + Removing drv_fls.o(i.__NVIC_DisableIRQ), (32 bytes). + Removing drv_fls.o(i.drv_fls_gpio_connect), (28 bytes). + Removing drv_fls.o(i.drv_fls_gpio_disconnect), (32 bytes). + Removing drv_fls.o(i.fls_EnableClk), (12 bytes). + Removing drv_fls.o(i.fls_busy_pending), (12 bytes). + Removing drv_fls.o(i.fls_clear_irq_status), (6 bytes). + Removing drv_fls.o(i.fls_ctrl_cfg_init), (72 bytes). + Removing drv_fls.o(i.fls_ddat_enable), (24 bytes). + Removing drv_fls.o(i.fls_de_init), (52 bytes). + Removing drv_fls.o(i.fls_descr), (10 bytes). + Removing drv_fls.o(i.fls_disable_it), (36 bytes). + Removing drv_fls.o(i.fls_en_scr), (10 bytes). + Removing drv_fls.o(i.fls_enable_it), (48 bytes). + Removing drv_fls.o(i.fls_get_crcout), (4 bytes). + Removing drv_fls.o(i.fls_get_default_fls_config), (20 bytes). + Removing drv_fls.o(i.fls_get_default_spi_config), (44 bytes). + Removing drv_fls.o(i.fls_get_default_tuning), (12 bytes). + Removing drv_fls.o(i.fls_get_tuning), (18 bytes). + Removing drv_fls.o(i.fls_init), (62 bytes). + Removing drv_fls.o(i.fls_qadr_enable), (22 bytes). + Removing drv_fls.o(i.fls_qcmd_enable), (22 bytes). + Removing drv_fls.o(i.fls_qdat_enable), (22 bytes). + Removing drv_fls.o(i.fls_read_byte_data), (130 bytes). + Removing drv_fls.o(i.fls_read_cmd), (104 bytes). + Removing drv_fls.o(i.fls_read_cmd_it), (110 bytes). + Removing drv_fls.o(i.fls_reset_crc), (18 bytes). + Removing drv_fls.o(i.fls_scr_clear), (10 bytes). + Removing drv_fls.o(i.fls_set_addr_dummy), (32 bytes). + Removing drv_fls.o(i.fls_set_addr_len), (32 bytes). + Removing drv_fls.o(i.fls_set_mc_irq_mask), (26 bytes). + Removing drv_fls.o(i.fls_set_read), (10 bytes). + Removing drv_fls.o(i.fls_set_tuning), (24 bytes). + Removing drv_fls.o(i.fls_set_write), (10 bytes). + Removing drv_fls.o(i.fls_single_mode), (16 bytes). + Removing drv_fls.o(i.fls_spi_init), (180 bytes). + Removing drv_fls.o(i.fls_spi_start), (10 bytes). + Removing drv_fls.o(i.fls_swrst), (18 bytes). + Removing drv_fls.o(i.fls_write_byte_data), (164 bytes). + Removing drv_fls.o(i.fls_write_cmd), (58 bytes). + Removing drv_fls.o(.data), (4 bytes). + Removing drv_gpio.o(.rev16_text), (4 bytes). + Removing drv_gpio.o(.revsh_text), (4 bytes). + Removing drv_gpio.o(i.drv_gpio_get_pull_state), (224 bytes). + Removing drv_gpio.o(i.drv_gpio_set_driving_strength), (312 bytes). + Removing drv_gpio.o(i.drv_gpio_set_schmitt_trigger), (168 bytes). + Removing drv_gpio.o(i.drv_gpio_set_slew_rate), (168 bytes). + Removing drv_i2c_dma.o(.rev16_text), (4 bytes). + Removing drv_i2c_dma.o(.revsh_text), (4 bytes). + Removing drv_i2c_master.o(.rev16_text), (4 bytes). + Removing drv_i2c_master.o(.revsh_text), (4 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_bus_init), (36 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_disable_intr), (16 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_get_fifo_status), (28 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_read_data), (32 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_set_fifo_threshold), (24 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_set_sys_mask), (48 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_write_data), (32 bytes). + Removing drv_i2c_slave.o(.rev16_text), (4 bytes). + Removing drv_i2c_slave.o(.revsh_text), (4 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_bus_init), (36 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_disable_intr), (16 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_enable), (16 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_get_tx_byte_num), (12 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_read_data), (32 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_set_fifo_threshold), (24 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_set_sys_mask), (48 bytes). + Removing drv_param_init.o(.rev16_text), (4 bytes). + Removing drv_param_init.o(.revsh_text), (4 bytes). + Removing drv_param_init.o(i.drv_param_init_set_scld_filter), (100 bytes). + Removing drv_param_init.o(i.drv_param_init_set_sclu_filter), (28 bytes). + Removing drv_pwr.o(.rev16_text), (4 bytes). + Removing drv_pwr.o(.revsh_text), (4 bytes). + Removing drv_pwr.o(i.drv_pwr_enter_deep_sleep_mode), (44 bytes). + Removing drv_spi_dma.o(.rev16_text), (4 bytes). + Removing drv_spi_dma.o(.revsh_text), (4 bytes). + Removing drv_spi_dma.o(i.__NVIC_ClearPendingIRQ), (24 bytes). + Removing drv_spi_dma.o(i.drv_spi_abort_dma), (108 bytes). + Removing drv_spi_dma.o(i.drv_spi_dma_callback), (60 bytes). + Removing drv_spi_dma.o(i.drv_spi_dma_ch6_init), (208 bytes). + Removing drv_spi_dma.o(i.drv_spi_dma_init), (220 bytes). + Removing drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback), (48 bytes). + Removing drv_spi_dma.o(i.drv_spi_set_dma_irq_callback), (88 bytes). + Removing drv_spi_dma.o(i.drv_spim_dma_read), (96 bytes). + Removing drv_spi_dma.o(i.drv_spim_dma_write), (60 bytes). + Removing drv_spi_dma.o(i.drv_spis_dma_write), (72 bytes). + Removing drv_spi_dma.o(.bss), (480 bytes). + Removing drv_spi_dma.o(.data), (16 bytes). + Removing drv_spi_master.o(.rev16_text), (4 bytes). + Removing drv_spi_master.o(.revsh_text), (4 bytes). + Removing drv_spi_master.o(i.drv_spi_m_deinit), (40 bytes). + Removing drv_spi_master.o(i.drv_spi_m_disable_int), (68 bytes). + Removing drv_spi_master.o(i.drv_spi_m_enable_int), (72 bytes). + Removing drv_spi_master.o(i.drv_spi_m_enable_rx_dma), (32 bytes). + Removing drv_spi_master.o(i.drv_spi_m_enable_tx_dma), (28 bytes). + Removing drv_spi_master.o(i.drv_spi_m_get_dma_address), (8 bytes). + Removing drv_spi_master.o(i.drv_spi_m_gpio_init), (32 bytes). + Removing drv_spi_master.o(i.drv_spi_m_set_intr_callback), (12 bytes). + Removing drv_spi_master.o(i.drv_spi_m_switch_sclk), (28 bytes). + Removing drv_spi_master.o(i.drv_spi_m_write_data), (44 bytes). + Removing drv_spi_master.o(i.drv_spi_master_init), (164 bytes). + Removing drv_swire.o(.rev16_text), (4 bytes). + Removing drv_swire.o(.revsh_text), (4 bytes). + Removing drv_swire.o(i.drv_swire_enable), (28 bytes). + Removing drv_swire.o(i.drv_swire_register_callback), (12 bytes). + Removing drv_swire.o(i.drv_swire_set_bit_time), (24 bytes). + Removing drv_swire.o(i.drv_swire_set_pulse_count), (12 bytes). + Removing drv_sys_cfg.o(.rev16_text), (4 bytes). + Removing drv_sys_cfg.o(.revsh_text), (4 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_dma_req_mask), (32 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_read_version0_id), (12 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_set_ap_reset), (28 bytes). + Removing drv_timer.o(.rev16_text), (4 bytes). + Removing drv_timer.o(.revsh_text), (4 bytes). + Removing drv_timer.o(i.drv_timer_clean_timer_value), (12 bytes). + Removing drv_timer.o(i.drv_timer_get_current_count), (10 bytes). + Removing drv_timer.o(i.drv_timer_get_match), (10 bytes). + Removing drv_timer.o(i.drv_timer_set_repeat), (16 bytes). + Removing hal_internal_vsync.o(.rev16_text), (4 bytes). + Removing hal_internal_vsync.o(.revsh_text), (4 bytes). + Removing hal_internal_vsync.o(i.hal_iniernal_vsync_deinit), (20 bytes). + Removing hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual), (528 bytes). + Removing hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode), (48 bytes). + Removing dcs_packet_fifo.o(i.dcs_packet_get_fifo_size), (16 bytes). + Removing drv_dsi_rx.o(.rev16_text), (4 bytes). + Removing drv_dsi_rx.o(.revsh_text), (4 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_get_phy_stopstate), (66 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_get_version), (4 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration), (236 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_pg_cfg), (32 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_pg_cfg), (48 bytes). + Removing drv_dsi_rx.o(i.drv_rx_phy_test_read), (12 bytes). + Removing drv_dsi_tx.o(.rev16_text), (4 bytes). + Removing drv_dsi_tx.o(.revsh_text), (4 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_command_get_payload), (4 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_force_interrupt), (8 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_get_phy_status), (6 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_forcepll), (12 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration), (232 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_start), (18 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_status_pll_lock), (10 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot), (62 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_trigger), (92 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter), (344 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit), (276 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_sdf_3d), (28 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_set_bta), (22 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_set_vpg), (70 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_version), (4 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_vid_shadow), (16 bytes). + Removing drv_dsi_tx.o(i.drv_tx_phy_test_read), (10 bytes). + Removing drv_lcdc.o(.rev16_text), (4 bytes). + Removing drv_lcdc.o(.revsh_text), (4 bytes). + Removing drv_lcdc.o(i.drv_lcdc_config_rgb_to_pentile), (26 bytes). + Removing drv_lcdc.o(i.drv_lcdc_enable), (42 bytes). + Removing drv_lcdc.o(i.drv_lcdc_set_prefetch), (24 bytes). + Removing drv_lcdc.o(i.drv_lcdc_update_shadow_reg), (12 bytes). + Removing drv_memc.o(.rev16_text), (4 bytes). + Removing drv_memc.o(.revsh_text), (4 bytes). + Removing drv_memc.o(i.drv_memc_set_db_frm_time), (14 bytes). + Removing drv_memc.o(i.drv_memc_set_db_int_frame), (28 bytes). + Removing drv_memc.o(i.drv_memc_set_fb_remaining_line_trigger), (12 bytes). + Removing drv_memc.o(i.drv_memc_set_read_trigger_line), (16 bytes). + Removing drv_memc.o(i.drv_memc_set_te_ind), (16 bytes). + Removing drv_memc.o(i.drv_memc_set_tear_hwclr), (16 bytes). + Removing drv_memc.o(i.drv_memc_set_vidc_fb_arb), (14 bytes). + Removing drv_memc.o(i.drv_memc_set_write_trigger_line), (16 bytes). + Removing drv_rxbr.o(.rev16_text), (4 bytes). + Removing drv_rxbr.o(.revsh_text), (4 bytes). + Removing drv_rxbr.o(i.drv_rxbr_dsc_flush), (16 bytes). + Removing drv_rxbr.o(i.drv_rxbr_get_cur_hline_rcv_cnt), (8 bytes). + Removing drv_rxbr.o(i.drv_rxbr_get_ipi_vsync_interval), (8 bytes). + Removing drv_rxbr.o(i.drv_rxbr_get_pix_fmt), (8 bytes). + Removing drv_rxbr.o(i.drv_rxbr_set_col_addr), (4 bytes). + Removing drv_rxbr.o(i.drv_rxbr_set_compress), (24 bytes). + Removing drv_rxbr.o(i.drv_rxbr_set_page_addr), (4 bytes). + Removing drv_rxbr.o(i.drv_rxbr_soft_reset), (98 bytes). + Removing drv_vidc.o(.rev16_text), (4 bytes). + Removing drv_vidc.o(.revsh_text), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_clear_status0), (14 bytes). + Removing drv_vidc.o(i.drv_vidc_debug_cap_pixel), (24 bytes). + Removing drv_vidc.o(i.drv_vidc_debug_signal_frame), (30 bytes). + Removing drv_vidc.o(i.drv_vidc_get_int_source), (38 bytes). + Removing drv_vidc.o(i.drv_vidc_get_status0), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_get_status1), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_get_status2), (6 bytes). + Removing drv_vidc.o(i.drv_vidc_set_dsc_thresh), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_set_frmst_latency), (12 bytes). + Removing drv_vidc.o(i.drv_vidc_set_inff_thresh), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_set_irq_line), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_set_module_enable), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_set_outff_thresh), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_update_src_format), (14 bytes). + Removing irq_redirect .o(.rev16_text), (4 bytes). + Removing irq_redirect .o(.revsh_text), (4 bytes). + Removing drv_phy_common.o(.rev16_text), (4 bytes). + Removing drv_phy_common.o(.revsh_text), (4 bytes). + Removing drv_phy_common.o(i.drv_phy_test_read), (8 bytes). + Removing drv_chip_info.o(.rev16_text), (4 bytes). + Removing drv_chip_info.o(.revsh_text), (4 bytes). + Removing drv_dsc_dec.o(.rev16_text), (4 bytes). + Removing drv_dsc_dec.o(.revsh_text), (4 bytes). + Removing drv_dsc_dec.o(i.drv_dsc_dec_set_u32_pps), (120 bytes). + Removing hal_spi_slave.o(.rev16_text), (4 bytes). + Removing hal_spi_slave.o(.revsh_text), (4 bytes). + Removing hal_spi_slave.o(i.hal_spi_s_set_high_impedance), (100 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_auto_transfer_abort), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start), (56 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_busy), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_deinit), (10 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_disable), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_enable), (96 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_flush_fifo), (20 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_get_rxfifo_notempty), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_gpio_init), (8 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_init), (76 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_read_data), (10 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_register_callback), (12 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_reset_tx), (68 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_set_auto_rx_buffer), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_set_auto_tx_buffer), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_write_data), (14 bytes). + Removing drv_fls_dma.o(.rev16_text), (4 bytes). + Removing drv_fls_dma.o(.revsh_text), (4 bytes). + Removing drv_fls_dma.o(i.fls_abort_dma), (42 bytes). + Removing drv_fls_dma.o(i.fls_dma_disable), (10 bytes). + Removing drv_fls_dma.o(i.fls_dma_enable), (10 bytes). + Removing drv_fls_dma.o(i.fls_dma_read_prepare), (86 bytes). + Removing drv_fls_dma.o(i.fls_dma_write_prepare), (82 bytes). + Removing drv_fls_dma.o(i.fls_read_dmacallback), (32 bytes). + Removing drv_fls_dma.o(i.fls_transfer_create_handle_dma), (208 bytes). + Removing drv_fls_dma.o(i.fls_transfer_dma), (112 bytes). + Removing drv_fls_dma.o(i.fls_transfer_get_receive_count_dma), (44 bytes). + Removing drv_fls_dma.o(i.fls_write_dmacallback), (32 bytes). + Removing drv_fls_dma.o(.data), (8 bytes). + Removing drv_pwm.o(.rev16_text), (4 bytes). + Removing drv_pwm.o(.revsh_text), (4 bytes). + Removing drv_pwm.o(i.drv_pwm_in_clear_pwm_int_all), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_enable), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_counter_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_current_count), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_high_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_low_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_register_callback), (24 bytes). + Removing drv_pwm.o(i.drv_pwm_in_set_pwm_int), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_in_set_sys_int), (52 bytes). + Removing drv_pwm.o(i.drv_pwm_out_enable), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_out_get_sync_flag), (16 bytes). + Removing drv_pwm.o(i.drv_pwm_out_pause), (28 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_control), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_sync_mode), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_threshold), (12 bytes). + Removing drv_spi_slave.o(.rev16_text), (4 bytes). + Removing drv_spi_slave.o(.revsh_text), (4 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_deinit), (40 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_disable_int), (68 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_enable_int), (72 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_enable_rx_dma), (32 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_enable_tx_dma), (28 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_get_dma_address), (8 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_gpio_init), (24 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_read_data), (32 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_switch_sclk), (28 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_write_data), (44 bytes). + Removing drv_spi_slave.o(i.drv_spi_slave_init), (76 bytes). + Removing drv_uart.o(.rev16_text), (4 bytes). + Removing drv_uart.o(.revsh_text), (4 bytes). + Removing drv_uart.o(i.UART_AbortReceive), (30 bytes). + Removing drv_uart.o(i.UART_AbortSend), (30 bytes). + Removing drv_uart.o(i.UART_Deinit), (28 bytes). + Removing drv_uart.o(i.UART_Disable_IT), (68 bytes). + Removing drv_uart.o(i.UART_EnableDma), (32 bytes). + Removing drv_uart.o(i.UART_Enable_IT), (44 bytes). + Removing drv_uart.o(i.UART_GetDefaultConfig), (72 bytes). + Removing drv_uart.o(i.UART_GetFIFO_Ctrl), (20 bytes). + Removing drv_uart.o(i.UART_GetReceiveCount), (22 bytes). + Removing drv_uart.o(i.UART_GetReceiveStatus), (20 bytes). + Removing drv_uart.o(i.UART_GetRxRingBufferLength), (28 bytes). + Removing drv_uart.o(i.UART_GetSendCount), (22 bytes). + Removing drv_uart.o(i.UART_GetSendStatus), (20 bytes). + Removing drv_uart.o(i.UART_ReadBlocking), (32 bytes). + Removing drv_uart.o(i.UART_ReceiveNonBlocking), (50 bytes). + Removing drv_uart.o(i.UART_ResetTxFIFO), (36 bytes). + Removing drv_uart.o(i.UART_SendNonBlocking), (38 bytes). + Removing drv_uart.o(i.UART_TransferCreateHandle), (96 bytes). + Removing drv_uart.o(i.UART_TransferStartRingBuffer), (30 bytes). + Removing drv_uart.o(.constdata), (1 bytes). + Removing drv_uart_dma.o(.rev16_text), (4 bytes). + Removing drv_uart_dma.o(.revsh_text), (4 bytes). + Removing drv_uart_dma.o(i.UART_DMAInit), (76 bytes). + Removing drv_uart_dma.o(i.UART_TransferAbortReceiveDMA), (16 bytes). + Removing drv_uart_dma.o(i.UART_TransferAbortSendDMA), (16 bytes). + Removing drv_uart_dma.o(i.UART_TransferCreateHandleDMA), (176 bytes). + Removing drv_uart_dma.o(i.UART_TransferGetReceiveCountDMA), (44 bytes). + Removing drv_uart_dma.o(i.UART_TransferReceiveDMA), (68 bytes). + Removing drv_uart_dma.o(i.UART_TransferReceiveDMACallback), (34 bytes). + Removing drv_uart_dma.o(i.UART_TransferSendDMA), (68 bytes). + Removing drv_uart_dma.o(i.UART_TransferSendDMACallback), (34 bytes). + Removing drv_uart_dma.o(.data), (8 bytes). + Removing drv_wdg.o(.rev16_text), (4 bytes). + Removing drv_wdg.o(.revsh_text), (4 bytes). + Removing drv_wdg.o(i.drv_wdg_enable), (32 bytes). + Removing drv_wdg.o(i.drv_wdg_load_match), (12 bytes). + Removing drv_wdg.o(i.drv_wdg_register_callback), (12 bytes). + Removing drv_wdg.o(i.drv_wdg_sel_mode), (28 bytes). + Removing drv_wdg.o(i.drv_wdg_set_repeat), (12 bytes). + Removing drv_efuse.o(.rev16_text), (4 bytes). + Removing drv_efuse.o(.revsh_text), (4 bytes). + Removing drv_efuse.o(i.drv_efuse_crc_cal), (128 bytes). + Removing drv_efuse.o(i.drv_efuse_get_default_config), (26 bytes). + Removing drv_efuse.o(i.drv_efuse_int_disable), (12 bytes). + Removing drv_efuse.o(i.drv_efuse_write), (46 bytes). + Removing drv_efuse.o(i.drv_efuse_write_req), (22 bytes). + Removing dflti.o(.text), (40 bytes). + +565 unused section(s) (total 23412 bytes) removed from the image. + +============================================================================== + +Image Symbol Table + + Local Symbols + + Symbol Name Value Ov Type Size Object(Section) + + ../clib/../cmprslib/zerorunl2.c 0x00000000 Number 0 __dczerorl2.o ABSOLUTE + ../clib/microlib/division.c 0x00000000 Number 0 uldiv.o ABSOLUTE + ../clib/microlib/division.c 0x00000000 Number 0 uidiv.o ABSOLUTE + ../clib/microlib/division.c 0x00000000 Number 0 idiv.o ABSOLUTE + ../clib/microlib/errno.c 0x00000000 Number 0 errno.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry10a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry7a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry10b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry5.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry2.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry7b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry.o ABSOLUTE + ../clib/microlib/longlong.c 0x00000000 Number 0 llshl.o ABSOLUTE + ../clib/microlib/longlong.c 0x00000000 Number 0 llushr.o ABSOLUTE + ../clib/microlib/longlong.c 0x00000000 Number 0 llsshr.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printfb.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf0.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf1.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printfa.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf8.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf7.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf6.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf5.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf4.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf2.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf3.o ABSOLUTE + ../clib/microlib/printf/stubs.s 0x00000000 Number 0 stubs.o ABSOLUTE + ../clib/microlib/stdio/streams.c 0x00000000 Number 0 stdout.o ABSOLUTE + ../clib/microlib/string/memcpy.c 0x00000000 Number 0 memcpyb.o ABSOLUTE + ../clib/microlib/string/memcpy.c 0x00000000 Number 0 memcpya.o ABSOLUTE + ../clib/microlib/string/memset.c 0x00000000 Number 0 memseta.o ABSOLUTE + ../clib/microlib/stubs.s 0x00000000 Number 0 iusefp.o ABSOLUTE + ../fplib/microlib/f2d.c 0x00000000 Number 0 f2d.o ABSOLUTE + ../fplib/microlib/fpadd.c 0x00000000 Number 0 dadd.o ABSOLUTE + ../fplib/microlib/fpadd.c 0x00000000 Number 0 fadd.o ABSOLUTE + ../fplib/microlib/fpdiv.c 0x00000000 Number 0 ddiv.o ABSOLUTE + ../fplib/microlib/fpdiv.c 0x00000000 Number 0 fdiv.o ABSOLUTE + ../fplib/microlib/fpepilogue.c 0x00000000 Number 0 fepilogue.o ABSOLUTE + ../fplib/microlib/fpepilogue.c 0x00000000 Number 0 depilogue.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 ffixi.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixi.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixui.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 ffixui.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixul.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 dfltui.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 dflti.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 ffltui.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 fflti.o ABSOLUTE + ../fplib/microlib/fpmul.c 0x00000000 Number 0 dmul.o ABSOLUTE + ../fplib/microlib/fpmul.c 0x00000000 Number 0 fmul.o ABSOLUTE + ../fplib/microlib/fpscalb.c 0x00000000 Number 0 fscalb.o ABSOLUTE + ../fplib/microlib/fpsqrt.c 0x00000000 Number 0 dsqrt.o ABSOLUTE + ../mathlib/ceil.c 0x00000000 Number 0 ceil.o ABSOLUTE + ../mathlib/sqrt.c 0x00000000 Number 0 sqrt.o ABSOLUTE + ../mathlib/sqrt.c 0x00000000 Number 0 sqrt_x.o ABSOLUTE + ..\..\..\src\common\tau_delay.c 0x00000000 Number 0 tau_delay.o ABSOLUTE + ..\..\..\src\common\tau_log.c 0x00000000 Number 0 tau_log.o ABSOLUTE + ..\..\..\src\driver\robin\src\drv_chip_info.c 0x00000000 Number 0 drv_chip_info.o ABSOLUTE + ..\..\..\src\driver\robin\src\drv_dsc_dec.c 0x00000000 Number 0 drv_dsc_dec.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_dsi_rx.c 0x00000000 Number 0 drv_dsi_rx.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_dsi_tx.c 0x00000000 Number 0 drv_dsi_tx.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_efuse.c 0x00000000 Number 0 drv_efuse.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_lcdc.c 0x00000000 Number 0 drv_lcdc.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_memc.c 0x00000000 Number 0 drv_memc.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_phy_common.c 0x00000000 Number 0 drv_phy_common.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_rxbr.c 0x00000000 Number 0 drv_rxbr.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_vidc.c 0x00000000 Number 0 drv_vidc.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\irq_redirect .c 0x00000000 Number 0 irq_redirect .o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\internal\dcs_packet_fifo.c 0x00000000 Number 0 dcs_packet_fifo.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\internal\hal_internal_vsync.c 0x00000000 Number 0 hal_internal_vsync.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_common.c 0x00000000 Number 0 drv_common.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_crgu.c 0x00000000 Number 0 drv_crgu.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_dma.c 0x00000000 Number 0 drv_dma.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_fls.c 0x00000000 Number 0 drv_fls.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_fls_dma.c 0x00000000 Number 0 drv_fls_dma.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_gpio.c 0x00000000 Number 0 drv_gpio.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_i2c_dma.c 0x00000000 Number 0 drv_i2c_dma.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_i2c_master.c 0x00000000 Number 0 drv_i2c_master.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_i2c_slave.c 0x00000000 Number 0 drv_i2c_slave.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_param_init.c 0x00000000 Number 0 drv_param_init.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_pwm.c 0x00000000 Number 0 drv_pwm.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_pwr.c 0x00000000 Number 0 drv_pwr.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_spi_dma.c 0x00000000 Number 0 drv_spi_dma.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_spi_master.c 0x00000000 Number 0 drv_spi_master.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_spi_slave.c 0x00000000 Number 0 drv_spi_slave.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_swire.c 0x00000000 Number 0 drv_swire.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_sys_cfg.c 0x00000000 Number 0 drv_sys_cfg.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_timer.c 0x00000000 Number 0 drv_timer.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_uart.c 0x00000000 Number 0 drv_uart.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_uart_dma.c 0x00000000 Number 0 drv_uart_dma.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_wdg.c 0x00000000 Number 0 drv_wdg.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_dsi_rx_ctrl.c 0x00000000 Number 0 hal_dsi_rx_ctrl.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_dsi_tx_ctrl.c 0x00000000 Number 0 hal_dsi_tx_ctrl.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_gpio.c 0x00000000 Number 0 hal_gpio.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_i2c_master.c 0x00000000 Number 0 hal_i2c_master.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_i2c_slave.c 0x00000000 Number 0 hal_i2c_slave.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_spi_master.c 0x00000000 Number 0 hal_spi_master.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_spi_slave.c 0x00000000 Number 0 hal_spi_slave.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_swire.c 0x00000000 Number 0 hal_swire.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_system.c 0x00000000 Number 0 hal_system.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_timer.c 0x00000000 Number 0 hal_timer.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_uart.c 0x00000000 Number 0 hal_uart.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\internal\norflash.c 0x00000000 Number 0 norflash.o ABSOLUTE + ..\\..\\..\\src\\common\\tau_delay.c 0x00000000 Number 0 tau_delay.o ABSOLUTE + ..\\..\\..\\src\\common\\tau_log.c 0x00000000 Number 0 tau_log.o ABSOLUTE + ..\\..\\..\\src\\driver\\robin\\src\\drv_chip_info.c 0x00000000 Number 0 drv_chip_info.o ABSOLUTE + ..\\..\\..\\src\\driver\\robin\\src\\drv_dsc_dec.c 0x00000000 Number 0 drv_dsc_dec.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_dsi_rx.c 0x00000000 Number 0 drv_dsi_rx.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_dsi_tx.c 0x00000000 Number 0 drv_dsi_tx.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_efuse.c 0x00000000 Number 0 drv_efuse.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_lcdc.c 0x00000000 Number 0 drv_lcdc.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_memc.c 0x00000000 Number 0 drv_memc.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_phy_common.c 0x00000000 Number 0 drv_phy_common.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_rxbr.c 0x00000000 Number 0 drv_rxbr.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_vidc.c 0x00000000 Number 0 drv_vidc.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\irq_redirect .c 0x00000000 Number 0 irq_redirect .o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\internal\\hal_internal_vsync.c 0x00000000 Number 0 hal_internal_vsync.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_common.c 0x00000000 Number 0 drv_common.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_crgu.c 0x00000000 Number 0 drv_crgu.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_dma.c 0x00000000 Number 0 drv_dma.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_fls.c 0x00000000 Number 0 drv_fls.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_fls_dma.c 0x00000000 Number 0 drv_fls_dma.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_gpio.c 0x00000000 Number 0 drv_gpio.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_i2c_dma.c 0x00000000 Number 0 drv_i2c_dma.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_i2c_master.c 0x00000000 Number 0 drv_i2c_master.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_i2c_slave.c 0x00000000 Number 0 drv_i2c_slave.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_param_init.c 0x00000000 Number 0 drv_param_init.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_pwm.c 0x00000000 Number 0 drv_pwm.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_pwr.c 0x00000000 Number 0 drv_pwr.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_spi_dma.c 0x00000000 Number 0 drv_spi_dma.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_spi_master.c 0x00000000 Number 0 drv_spi_master.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_spi_slave.c 0x00000000 Number 0 drv_spi_slave.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_swire.c 0x00000000 Number 0 drv_swire.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_sys_cfg.c 0x00000000 Number 0 drv_sys_cfg.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_timer.c 0x00000000 Number 0 drv_timer.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_uart.c 0x00000000 Number 0 drv_uart.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_uart_dma.c 0x00000000 Number 0 drv_uart_dma.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_wdg.c 0x00000000 Number 0 drv_wdg.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_dsi_rx_ctrl.c 0x00000000 Number 0 hal_dsi_rx_ctrl.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_dsi_tx_ctrl.c 0x00000000 Number 0 hal_dsi_tx_ctrl.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_gpio.c 0x00000000 Number 0 hal_gpio.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_i2c_master.c 0x00000000 Number 0 hal_i2c_master.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_i2c_slave.c 0x00000000 Number 0 hal_i2c_slave.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_spi_master.c 0x00000000 Number 0 hal_spi_master.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_spi_slave.c 0x00000000 Number 0 hal_spi_slave.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_swire.c 0x00000000 Number 0 hal_swire.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_system.c 0x00000000 Number 0 hal_system.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_timer.c 0x00000000 Number 0 hal_timer.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_uart.c 0x00000000 Number 0 hal_uart.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\internal\\norflash.c 0x00000000 Number 0 norflash.o ABSOLUTE + ..\\src\\app\\demo\\ap_demo.c 0x00000000 Number 0 ap_demo.o ABSOLUTE + ..\\src\\app\\demo\\app_tp_for_custom_s8.c 0x00000000 Number 0 app_tp_for_custom_s8.o ABSOLUTE + ..\\src\\app\\demo\\app_tp_transfer.c 0x00000000 Number 0 app_tp_transfer.o ABSOLUTE + ..\\src\\app\\main.c 0x00000000 Number 0 main.o ABSOLUTE + ..\\src\\board\\board.c 0x00000000 Number 0 board.o ABSOLUTE + ..\src\app\demo\ap_demo.c 0x00000000 Number 0 ap_demo.o ABSOLUTE + ..\src\app\demo\app_tp_for_custom_s8.c 0x00000000 Number 0 app_tp_for_custom_s8.o ABSOLUTE + ..\src\app\demo\app_tp_transfer.c 0x00000000 Number 0 app_tp_transfer.o ABSOLUTE + ..\src\app\main.c 0x00000000 Number 0 main.o ABSOLUTE + ..\src\board\board.c 0x00000000 Number 0 board.o ABSOLUTE + ..\src\board\startup\startup_ARMCM0.s 0x00000000 Number 0 startup_armcm0.o ABSOLUTE + cdcmple.s 0x00000000 Number 0 cdcmple.o ABSOLUTE + cdrcmple.s 0x00000000 Number 0 cdrcmple.o ABSOLUTE + cfrcmple.s 0x00000000 Number 0 cfrcmple.o ABSOLUTE + dc.s 0x00000000 Number 0 dc.o ABSOLUTE + handlers.s 0x00000000 Number 0 handlers.o ABSOLUTE + init.s 0x00000000 Number 0 init.o ABSOLUTE + RESET 0x00010000 Section 192 startup_armcm0.o(RESET) + .ARM.Collect$$$$00000000 0x000100c0 Section 0 entry.o(.ARM.Collect$$$$00000000) + .ARM.Collect$$$$00000001 0x000100c0 Section 4 entry2.o(.ARM.Collect$$$$00000001) + .ARM.Collect$$$$00000004 0x000100c4 Section 4 entry5.o(.ARM.Collect$$$$00000004) + .ARM.Collect$$$$00000008 0x000100c8 Section 0 entry7b.o(.ARM.Collect$$$$00000008) + .ARM.Collect$$$$0000000A 0x000100c8 Section 0 entry8b.o(.ARM.Collect$$$$0000000A) + .ARM.Collect$$$$0000000B 0x000100c8 Section 8 entry9a.o(.ARM.Collect$$$$0000000B) + .ARM.Collect$$$$0000000D 0x000100d0 Section 0 entry10a.o(.ARM.Collect$$$$0000000D) + .ARM.Collect$$$$0000000F 0x000100d0 Section 0 entry11a.o(.ARM.Collect$$$$0000000F) + .ARM.Collect$$$$00002712 0x000100d0 Section 4 entry2.o(.ARM.Collect$$$$00002712) + __lit__00000000 0x000100d0 Data 4 entry2.o(.ARM.Collect$$$$00002712) + .text 0x000100d4 Section 120 startup_armcm0.o(.text) + .text 0x0001014c Section 0 uidiv.o(.text) + .text 0x00010178 Section 0 idiv.o(.text) + .text 0x000101a0 Section 0 memcpya.o(.text) + .text 0x000101c4 Section 0 memseta.o(.text) + .text 0x000101e8 Section 0 fadd.o(.text) + .text 0x0001029a Section 0 fmul.o(.text) + .text 0x00010314 Section 0 fdiv.o(.text) + .text 0x00010390 Section 0 fscalb.o(.text) + .text 0x000103a8 Section 0 dadd.o(.text) + .text 0x0001050c Section 0 dmul.o(.text) + .text 0x000105dc Section 0 ddiv.o(.text) + .text 0x000106cc Section 0 fflti.o(.text) + .text 0x000106e2 Section 0 ffltui.o(.text) + .text 0x000106f0 Section 0 dfltui.o(.text) + .text 0x0001070c Section 0 ffixi.o(.text) + .text 0x0001073e Section 0 ffixui.o(.text) + .text 0x00010768 Section 0 dfixi.o(.text) + .text 0x000107b0 Section 0 dfixui.o(.text) + .text 0x000107ec Section 0 f2d.o(.text) + .text 0x00010814 Section 40 cdcmple.o(.text) + .text 0x0001083c Section 20 cfrcmple.o(.text) + .text 0x00010850 Section 0 uldiv.o(.text) + .text 0x000108b0 Section 0 llshl.o(.text) + .text 0x000108d0 Section 0 llushr.o(.text) + .text 0x000108f2 Section 0 llsshr.o(.text) + .text 0x00010918 Section 0 fepilogue.o(.text) + .text 0x00010918 Section 0 iusefp.o(.text) + .text 0x0001099a Section 0 depilogue.o(.text) + .text 0x00010a58 Section 0 dsqrt.o(.text) + .text 0x00010afc Section 0 dfixul.o(.text) + .text 0x00010b3c Section 40 cdrcmple.o(.text) + .text 0x00010b64 Section 36 init.o(.text) + .text 0x00010b88 Section 0 __dczerorl2.o(.text) + i.ADC_IRQn_Handler 0x00010be0 Section 0 irq_redirect .o(i.ADC_IRQn_Handler) + i.AP_NRESET_IRQn_Handler 0x00010bf8 Section 0 irq_redirect .o(i.AP_NRESET_IRQn_Handler) + i.DMA_IRQn_Handler 0x00010c10 Section 0 irq_redirect .o(i.DMA_IRQn_Handler) + i.EXTI_INT0_IRQn_Handler 0x00010c24 Section 0 irq_redirect .o(i.EXTI_INT0_IRQn_Handler) + i.EXTI_INT1_IRQn_Handler 0x00010c40 Section 0 irq_redirect .o(i.EXTI_INT1_IRQn_Handler) + i.EXTI_INT2_IRQn_Handler 0x00010c5c Section 0 irq_redirect .o(i.EXTI_INT2_IRQn_Handler) + i.EXTI_INT3_IRQn_Handler 0x00010c78 Section 0 irq_redirect .o(i.EXTI_INT3_IRQn_Handler) + i.EXTI_INT4_IRQn_Handler 0x00010c94 Section 0 irq_redirect .o(i.EXTI_INT4_IRQn_Handler) + i.EXTI_INT5_IRQn_Handler 0x00010cb0 Section 0 irq_redirect .o(i.EXTI_INT5_IRQn_Handler) + i.EXTI_INT6_IRQn_Handler 0x00010ccc Section 0 irq_redirect .o(i.EXTI_INT6_IRQn_Handler) + i.EXTI_INT7_IRQn_Handler 0x00010ce8 Section 0 irq_redirect .o(i.EXTI_INT7_IRQn_Handler) + i.FLSCTRL_IRQn_Handler 0x00010d04 Section 0 irq_redirect .o(i.FLSCTRL_IRQn_Handler) + i.Gpio_swire_output 0x00010d18 Section 0 ap_demo.o(i.Gpio_swire_output) + i.HardFault_Handler 0x00010d8c Section 0 irq_redirect .o(i.HardFault_Handler) + i.I2C0_IRQn_Handler 0x00010da0 Section 0 irq_redirect .o(i.I2C0_IRQn_Handler) + i.I2C1_IRQn_Handler 0x00010db8 Section 0 irq_redirect .o(i.I2C1_IRQn_Handler) + i.LCDC_IRQn_Handler 0x00010dd0 Section 0 irq_redirect .o(i.LCDC_IRQn_Handler) + i.LOG_printf 0x00010de8 Section 0 tau_log.o(i.LOG_printf) + i.MEMC_IRQn_Handler 0x00010e10 Section 0 irq_redirect .o(i.MEMC_IRQn_Handler) + i.MIPI_RX_IRQn_Handler 0x00010e28 Section 0 irq_redirect .o(i.MIPI_RX_IRQn_Handler) + i.MIPI_TX_IRQn_Handler 0x00010e40 Section 0 irq_redirect .o(i.MIPI_TX_IRQn_Handler) + i.PWMDET_IRQn_Handler 0x00010e58 Section 0 irq_redirect .o(i.PWMDET_IRQn_Handler) + i.S20_Start_init 0x00010e74 Section 0 app_tp_transfer.o(i.S20_Start_init) + i.SPIM_IRQn_Handler 0x00010f98 Section 0 irq_redirect .o(i.SPIM_IRQn_Handler) + i.SPIS_IRQn_Handler 0x00010fb4 Section 0 irq_redirect .o(i.SPIS_IRQn_Handler) + i.SWIRE_IRQn_Handler 0x00010fd0 Section 0 irq_redirect .o(i.SWIRE_IRQn_Handler) + i.UART_DisableDma 0x00010fec Section 0 drv_uart.o(i.UART_DisableDma) + i.UART_GetInstance 0x00010fee Section 0 drv_uart.o(i.UART_GetInstance) + i.__scatterload_copy 0x00010ff2 Section 14 handlers.o(i.__scatterload_copy) + .ARM.__at_0x11000 0x00011000 Section 20 drv_common.o(.ARM.__at_0x11000) + i.SysTick_Handler 0x00011014 Section 0 irq_redirect .o(i.SysTick_Handler) + i.TIMER0_IRQn_Handler 0x0001102c Section 0 irq_redirect .o(i.TIMER0_IRQn_Handler) + i.TIMER1_IRQn_Handler 0x00011044 Section 0 irq_redirect .o(i.TIMER1_IRQn_Handler) + i.TIMER2_IRQn_Handler 0x0001105c Section 0 irq_redirect .o(i.TIMER2_IRQn_Handler) + i.TIMER3_IRQn_Handler 0x00011074 Section 0 irq_redirect .o(i.TIMER3_IRQn_Handler) + i.UART0_IRQ_Handle 0x0001108c Section 0 drv_uart.o(i.UART0_IRQ_Handle) + i.UART_IRQn_Handler 0x000110a8 Section 0 irq_redirect .o(i.UART_IRQn_Handler) + i.UART_ResetRxFIFO 0x000110c0 Section 0 drv_uart.o(i.UART_ResetRxFIFO) + i.UART_SetBaudRate 0x000110e4 Section 0 drv_uart.o(i.UART_SetBaudRate) + i.UART_SwitchSCLK 0x0001112c Section 0 drv_uart.o(i.UART_SwitchSCLK) + i.UART_TransferHandleIRQ 0x00011146 Section 0 drv_uart.o(i.UART_TransferHandleIRQ) + i.UART_WriteBlocking 0x0001127a Section 0 drv_uart.o(i.UART_WriteBlocking) + i.UART_init 0x00011294 Section 0 drv_uart.o(i.UART_init) + i.VIDC_IRQn_Handler 0x00011350 Section 0 irq_redirect .o(i.VIDC_IRQn_Handler) + i.VPRE_IRQn_Handler 0x00011368 Section 0 irq_redirect .o(i.VPRE_IRQn_Handler) + i.WDG_IRQn_Handler 0x00011380 Section 0 irq_redirect .o(i.WDG_IRQn_Handler) + i.__0printf 0x00011398 Section 0 printfa.o(i.__0printf) + i.__0vsprintf 0x000113b8 Section 0 printfa.o(i.__0vsprintf) + i.__ARM_clz 0x000113dc Section 0 depilogue.o(i.__ARM_clz) + i.__ARM_common_switch8 0x0001140a Section 0 ap_demo.o(i.__ARM_common_switch8) + i.__NVIC_ClearPendingIRQ 0x00011424 Section 0 drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) + __NVIC_ClearPendingIRQ 0x00011425 Thumb Code 18 drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) + i.__NVIC_ClearPendingIRQ 0x0001143c Section 0 drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) + __NVIC_ClearPendingIRQ 0x0001143d Thumb Code 18 drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) + i.__NVIC_ClearPendingIRQ 0x00011454 Section 0 drv_spi_master.o(i.__NVIC_ClearPendingIRQ) + __NVIC_ClearPendingIRQ 0x00011455 Thumb Code 18 drv_spi_master.o(i.__NVIC_ClearPendingIRQ) + i.__NVIC_DisableIRQ 0x0001146c Section 0 drv_rxbr.o(i.__NVIC_DisableIRQ) + __NVIC_DisableIRQ 0x0001146d Thumb Code 26 drv_rxbr.o(i.__NVIC_DisableIRQ) + i.__NVIC_EnableIRQ 0x0001148c Section 0 drv_rxbr.o(i.__NVIC_EnableIRQ) + __NVIC_EnableIRQ 0x0001148d Thumb Code 18 drv_rxbr.o(i.__NVIC_EnableIRQ) + i.__NVIC_SetPriority 0x000114a4 Section 0 hal_spi_slave.o(i.__NVIC_SetPriority) + __NVIC_SetPriority 0x000114a5 Thumb Code 60 hal_spi_slave.o(i.__NVIC_SetPriority) + i.__scatterload_null 0x000114e8 Section 2 handlers.o(i.__scatterload_null) + i.__scatterload_zeroinit 0x000114ea Section 14 handlers.o(i.__scatterload_zeroinit) + i.__set_errno 0x000114f8 Section 0 errno.o(i.__set_errno) + i._fp_digits 0x00011504 Section 0 printfa.o(i._fp_digits) + _fp_digits 0x00011505 Thumb Code 344 printfa.o(i._fp_digits) + i._printf_core 0x00011678 Section 0 printfa.o(i._printf_core) + _printf_core 0x00011679 Thumb Code 1754 printfa.o(i._printf_core) + i._printf_post_padding 0x00011d64 Section 0 printfa.o(i._printf_post_padding) + _printf_post_padding 0x00011d65 Thumb Code 32 printfa.o(i._printf_post_padding) + i._printf_pre_padding 0x00011d84 Section 0 printfa.o(i._printf_pre_padding) + _printf_pre_padding 0x00011d85 Thumb Code 44 printfa.o(i._printf_pre_padding) + i._sputc 0x00011db0 Section 0 printfa.o(i._sputc) + _sputc 0x00011db1 Thumb Code 10 printfa.o(i._sputc) + i.ap_dcs_read 0x00011dbc Section 0 ap_demo.o(i.ap_dcs_read) + ap_dcs_read 0x00011dbd Thumb Code 5006 ap_demo.o(i.ap_dcs_read) + i.ap_demo 0x00013150 Section 0 ap_demo.o(i.ap_demo) + i.ap_get_reg_ca 0x000132e8 Section 0 ap_demo.o(i.ap_get_reg_ca) + ap_get_reg_ca 0x000132e9 Thumb Code 38 ap_demo.o(i.ap_get_reg_ca) + i.ap_get_reg_df 0x00013314 Section 0 ap_demo.o(i.ap_get_reg_df) + ap_get_reg_df 0x00013315 Thumb Code 172 ap_demo.o(i.ap_get_reg_df) + i.ap_reset_cb 0x000133c4 Section 0 ap_demo.o(i.ap_reset_cb) + ap_reset_cb 0x000133c5 Thumb Code 40 ap_demo.o(i.ap_reset_cb) + i.ap_set_backlight 0x00013420 Section 0 ap_demo.o(i.ap_set_backlight) + ap_set_backlight 0x00013421 Thumb Code 832 ap_demo.o(i.ap_set_backlight) + i.ap_set_display_off 0x00013780 Section 0 ap_demo.o(i.ap_set_display_off) + ap_set_display_off 0x00013781 Thumb Code 44 ap_demo.o(i.ap_set_display_off) + i.ap_set_display_on 0x000137d4 Section 0 ap_demo.o(i.ap_set_display_on) + ap_set_display_on 0x000137d5 Thumb Code 24 ap_demo.o(i.ap_set_display_on) + i.ap_set_enter_sleep_mode 0x00013814 Section 0 ap_demo.o(i.ap_set_enter_sleep_mode) + ap_set_enter_sleep_mode 0x00013815 Thumb Code 42 ap_demo.o(i.ap_set_enter_sleep_mode) + i.ap_set_exit_sleep_mode 0x00013874 Section 0 ap_demo.o(i.ap_set_exit_sleep_mode) + ap_set_exit_sleep_mode 0x00013875 Thumb Code 20 ap_demo.o(i.ap_set_exit_sleep_mode) + i.ap_set_tp_calibration_04 0x000138bc Section 0 ap_demo.o(i.ap_set_tp_calibration_04) + ap_set_tp_calibration_04 0x000138bd Thumb Code 22 ap_demo.o(i.ap_set_tp_calibration_04) + i.ap_tp_calibration 0x000138d8 Section 0 app_tp_transfer.o(i.ap_tp_calibration) + i.ap_tp_scan_point_init 0x00013988 Section 0 app_tp_transfer.o(i.ap_tp_scan_point_init) + i.ap_tp_scan_point_record_event 0x000139a4 Section 0 app_tp_transfer.o(i.ap_tp_scan_point_record_event) + i.ap_tp_scan_point_record_event_exec 0x00013a40 Section 0 app_tp_transfer.o(i.ap_tp_scan_point_record_event_exec) + i.ap_tp_simulate_finger_release_event 0x00013a90 Section 0 app_tp_transfer.o(i.ap_tp_simulate_finger_release_event) + i.ap_tp_system_softReset 0x00013ac4 Section 0 app_tp_transfer.o(i.ap_tp_system_softReset) + i.app_ADC_IRQn_Handler 0x00013b04 Section 0 drv_rxbr.o(i.app_ADC_IRQn_Handler) + i.app_AP_NRESET_IRQn_Handler 0x00013b20 Section 0 drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) + i.app_EXTI_INT0_IRQn_Handler 0x00013b44 Section 0 drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) + i.app_EXTI_INT1_IRQn_Handler 0x00013b60 Section 0 drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) + i.app_EXTI_INT2_IRQn_Handler 0x00013b7c Section 0 drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) + i.app_EXTI_INT3_IRQn_Handler 0x00013b98 Section 0 drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) + i.app_EXTI_INT4_IRQn_Handler 0x00013bb4 Section 0 drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) + i.app_EXTI_INT5_IRQn_Handler 0x00013bd0 Section 0 drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) + i.app_EXTI_INT6_IRQn_Handler 0x00013bec Section 0 drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) + i.app_EXTI_INT7_IRQn_Handler 0x00013c08 Section 0 drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) + i.app_HardFault_Handler 0x00013c24 Section 0 drv_common.o(i.app_HardFault_Handler) + i.app_I2C0_IRQn_Handler 0x00013c6c Section 0 drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) + i.app_I2C1_IRQn_Handler 0x00013c7c Section 0 drv_i2c_master.o(i.app_I2C1_IRQn_Handler) + i.app_LCDC_IRQn_Handler 0x00013c8c Section 0 hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) + i.app_MEMC_IRQn_Handler 0x00013d6c Section 0 drv_memc.o(i.app_MEMC_IRQn_Handler) + i.app_MIPI_RX_IRQn_Handler 0x00013df4 Section 0 drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) + i.app_MIPI_TX_IRQn_Handler 0x0001408c Section 0 drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) + i.app_PWMDET_IRQn_Handler 0x0001412c Section 0 drv_pwm.o(i.app_PWMDET_IRQn_Handler) + i.app_SPIM_IRQn_Handler 0x00014174 Section 0 drv_spi_master.o(i.app_SPIM_IRQn_Handler) + i.app_SPIS_IRQn_Handler 0x000141a4 Section 0 hal_spi_slave.o(i.app_SPIS_IRQn_Handler) + i.app_SWIRE_IRQn_Handler 0x000143a4 Section 0 drv_swire.o(i.app_SWIRE_IRQn_Handler) + i.app_SysTick_Handler 0x000143c4 Section 0 drv_common.o(i.app_SysTick_Handler) + i.app_TIMER0_IRQn_Handler 0x000143dc Section 0 drv_timer.o(i.app_TIMER0_IRQn_Handler) + i.app_TIMER1_IRQn_Handler 0x000143e6 Section 0 drv_timer.o(i.app_TIMER1_IRQn_Handler) + i.app_TIMER2_IRQn_Handler 0x000143f0 Section 0 drv_timer.o(i.app_TIMER2_IRQn_Handler) + i.app_TIMER3_IRQn_Handler 0x000143fa Section 0 drv_timer.o(i.app_TIMER3_IRQn_Handler) + i.app_UART_IRQn_Handler 0x00014404 Section 0 drv_uart.o(i.app_UART_IRQn_Handler) + i.app_VIDC_IRQn_Handler 0x0001440c Section 0 drv_vidc.o(i.app_VIDC_IRQn_Handler) + i.app_VPRE_IRQn_Handler 0x00014428 Section 0 drv_rxbr.o(i.app_VPRE_IRQn_Handler) + i.app_WDG_IRQn_Handler 0x00014444 Section 0 drv_wdg.o(i.app_WDG_IRQn_Handler) + i.app_dma_irq_handler 0x0001447c Section 0 drv_dma.o(i.app_dma_irq_handler) + i.app_fls_ctrl_Handler 0x0001448c Section 0 norflash.o(i.app_fls_ctrl_Handler) + i.app_tp_I2C_init 0x000144bc Section 0 app_tp_transfer.o(i.app_tp_I2C_init) + i.app_tp_calibration_exec 0x000144e0 Section 0 ap_demo.o(i.app_tp_calibration_exec) + i.app_tp_i2cs_callback 0x0001453c Section 0 app_tp_transfer.o(i.app_tp_i2cs_callback) + app_tp_i2cs_callback 0x0001453d Thumb Code 10 app_tp_transfer.o(i.app_tp_i2cs_callback) + i.app_tp_init 0x00014548 Section 0 app_tp_transfer.o(i.app_tp_init) + i.app_tp_m_read 0x00014590 Section 0 app_tp_transfer.o(i.app_tp_m_read) + app_tp_m_read 0x00014591 Thumb Code 32 app_tp_transfer.o(i.app_tp_m_read) + i.app_tp_m_transfer_complate 0x000145b0 Section 0 app_tp_transfer.o(i.app_tp_m_transfer_complate) + i.app_tp_m_write 0x000145b8 Section 0 app_tp_transfer.o(i.app_tp_m_write) + app_tp_m_write 0x000145b9 Thumb Code 8 app_tp_transfer.o(i.app_tp_m_write) + i.app_tp_phone_analysis_data 0x000145c0 Section 0 app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) + i.app_tp_phone_clear_reset_on 0x000149d0 Section 0 app_tp_transfer.o(i.app_tp_phone_clear_reset_on) + i.app_tp_s_read 0x000149dc Section 0 app_tp_transfer.o(i.app_tp_s_read) + i.app_tp_s_write 0x000149e4 Section 0 app_tp_transfer.o(i.app_tp_s_write) + i.app_tp_screen_analysis_int 0x000149ec Section 0 app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) + i.app_tp_screen_init 0x00014cbc Section 0 app_tp_transfer.o(i.app_tp_screen_init) + i.app_tp_screen_int_callback 0x00014cec Section 0 app_tp_transfer.o(i.app_tp_screen_int_callback) + app_tp_screen_int_callback 0x00014ced Thumb Code 8 app_tp_transfer.o(i.app_tp_screen_int_callback) + i.app_tp_screen_int_init 0x00014cf8 Section 0 app_tp_transfer.o(i.app_tp_screen_int_init) + app_tp_screen_int_init 0x00014cf9 Thumb Code 48 app_tp_transfer.o(i.app_tp_screen_int_init) + i.app_tp_screen_int_lvl_low 0x00014d30 Section 0 app_tp_transfer.o(i.app_tp_screen_int_lvl_low) + app_tp_screen_int_lvl_low 0x00014d31 Thumb Code 4 app_tp_transfer.o(i.app_tp_screen_int_lvl_low) + i.app_tp_transfer_phone 0x00014d34 Section 0 app_tp_transfer.o(i.app_tp_transfer_phone) + app_tp_transfer_phone 0x00014d35 Thumb Code 44 app_tp_transfer.o(i.app_tp_transfer_phone) + i.app_tp_transfer_screen_const 0x00014d64 Section 0 app_tp_transfer.o(i.app_tp_transfer_screen_const) + app_tp_transfer_screen_const 0x00014d65 Thumb Code 50 app_tp_transfer.o(i.app_tp_transfer_screen_const) + i.app_tp_transfer_screen_int 0x00014da4 Section 0 app_tp_transfer.o(i.app_tp_transfer_screen_int) + i.app_tp_transfer_screen_start 0x00014f84 Section 0 app_tp_transfer.o(i.app_tp_transfer_screen_start) + i.blue_change_ccm 0x00014f9c Section 0 ap_demo.o(i.blue_change_ccm) + i.board_Init 0x00014fd4 Section 0 board.o(i.board_Init) + i.calc_framebuffer_setting 0x00014ff8 Section 0 hal_internal_vsync.o(i.calc_framebuffer_setting) + calc_framebuffer_setting 0x00014ff9 Thumb Code 902 hal_internal_vsync.o(i.calc_framebuffer_setting) + i.ceil 0x000153c4 Section 0 ceil.o(i.ceil) + i.check_mipi_rx_tx_video_info 0x0001548c Section 0 hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) + check_mipi_rx_tx_video_info 0x0001548d Thumb Code 44 hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) + i.check_pkt_buf_rev 0x000154b8 Section 0 hal_internal_vsync.o(i.check_pkt_buf_rev) + check_pkt_buf_rev 0x000154b9 Thumb Code 90 hal_internal_vsync.o(i.check_pkt_buf_rev) + i.dcs_packet_fifo_alloc 0x0001554c Section 0 dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) + i.dcs_packet_fifo_init 0x000155a4 Section 0 dcs_packet_fifo.o(i.dcs_packet_fifo_init) + i.dcs_packet_free_fifo_header 0x000155bc Section 0 dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) + i.dcs_packet_get_fifo_header 0x00015600 Section 0 dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) + i.dcs_sw_filter 0x00015624 Section 0 hal_internal_vsync.o(i.dcs_sw_filter) + dcs_sw_filter 0x00015625 Thumb Code 24 hal_internal_vsync.o(i.dcs_sw_filter) + i.delayMs 0x00015640 Section 0 tau_delay.o(i.delayMs) + i.delayUs 0x00015658 Section 0 tau_delay.o(i.delayUs) + i.disable_mipi_timer_cb 0x0001567c Section 0 ap_demo.o(i.disable_mipi_timer_cb) + disable_mipi_timer_cb 0x0001567d Thumb Code 88 ap_demo.o(i.disable_mipi_timer_cb) + i.drv_ap_rst_trig_edge_detect 0x00015710 Section 0 drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) + i.drv_chip_info_get_info 0x00015748 Section 0 drv_chip_info.o(i.drv_chip_info_get_info) + i.drv_chip_info_init 0x00015754 Section 0 drv_chip_info.o(i.drv_chip_info_init) + i.drv_chip_rx_info_check 0x00015794 Section 0 drv_chip_info.o(i.drv_chip_rx_info_check) + i.drv_chip_rx_init_done 0x0001585c Section 0 drv_chip_info.o(i.drv_chip_rx_init_done) + i.drv_common_enable_systick 0x00015870 Section 0 drv_common.o(i.drv_common_enable_systick) + i.drv_common_system_init 0x000158c8 Section 0 drv_common.o(i.drv_common_system_init) + i.drv_crgu_config_reset_modules 0x000158d0 Section 0 drv_crgu.o(i.drv_crgu_config_reset_modules) + i.drv_crgu_set_ahb_pre_div 0x000158e0 Section 0 drv_crgu.o(i.drv_crgu_set_ahb_pre_div) + i.drv_crgu_set_ahb_src 0x000158f4 Section 0 drv_crgu.o(i.drv_crgu_set_ahb_src) + i.drv_crgu_set_clock 0x00015908 Section 0 drv_crgu.o(i.drv_crgu_set_clock) + i.drv_crgu_set_dpi_mux_src 0x00015928 Section 0 drv_crgu.o(i.drv_crgu_set_dpi_mux_src) + i.drv_crgu_set_dpi_pre_div 0x0001593c Section 0 drv_crgu.o(i.drv_crgu_set_dpi_pre_div) + i.drv_crgu_set_dpi_pre_src 0x00015954 Section 0 drv_crgu.o(i.drv_crgu_set_dpi_pre_src) + i.drv_crgu_set_dsc_core_div 0x00015968 Section 0 drv_crgu.o(i.drv_crgu_set_dsc_core_div) + i.drv_crgu_set_dsco_src 0x0001597c Section 0 drv_crgu.o(i.drv_crgu_set_dsco_src) + i.drv_crgu_set_dsco_src_div 0x00015990 Section 0 drv_crgu.o(i.drv_crgu_set_dsco_src_div) + i.drv_crgu_set_fb_div 0x000159a4 Section 0 drv_crgu.o(i.drv_crgu_set_fb_div) + i.drv_crgu_set_fb_src 0x000159b8 Section 0 drv_crgu.o(i.drv_crgu_set_fb_src) + i.drv_crgu_set_lcdc_div 0x000159cc Section 0 drv_crgu.o(i.drv_crgu_set_lcdc_div) + i.drv_crgu_set_lcdc_src 0x000159e0 Section 0 drv_crgu.o(i.drv_crgu_set_lcdc_src) + i.drv_crgu_set_mipi_cfg_src 0x000159f4 Section 0 drv_crgu.o(i.drv_crgu_set_mipi_cfg_src) + i.drv_crgu_set_mipi_ref_src 0x00015a08 Section 0 drv_crgu.o(i.drv_crgu_set_mipi_ref_src) + i.drv_crgu_set_reset 0x00015a20 Section 0 drv_crgu.o(i.drv_crgu_set_reset) + i.drv_crgu_set_rxbr_div 0x00015a38 Section 0 drv_crgu.o(i.drv_crgu_set_rxbr_div) + i.drv_crgu_set_rxbr_src 0x00015a4c Section 0 drv_crgu.o(i.drv_crgu_set_rxbr_src) + i.drv_crgu_set_vidc_src 0x00015a60 Section 0 drv_crgu.o(i.drv_crgu_set_vidc_src) + i.drv_dma_clear_flag 0x00015a74 Section 0 drv_dma.o(i.drv_dma_clear_flag) + i.drv_dma_create_handle 0x00015a8c Section 0 drv_dma.o(i.drv_dma_create_handle) + i.drv_dma_disenable_channel 0x00015aa8 Section 0 drv_dma.o(i.drv_dma_disenable_channel) + i.drv_dma_enable_channel 0x00015ab8 Section 0 drv_dma.o(i.drv_dma_enable_channel) + i.drv_dma_enable_channel_interrupts 0x00015ac8 Section 0 drv_dma.o(i.drv_dma_enable_channel_interrupts) + i.drv_dma_get_channel_flag 0x00015aec Section 0 drv_dma.o(i.drv_dma_get_channel_flag) + i.drv_dma_irq_handler 0x00015af8 Section 0 drv_dma.o(i.drv_dma_irq_handler) + i.drv_dma_prepar_transfer 0x00015b88 Section 0 drv_dma.o(i.drv_dma_prepar_transfer) + i.drv_dma_set_burst 0x00015b9a Section 0 drv_dma.o(i.drv_dma_set_burst) + i.drv_dma_set_callback 0x00015bb4 Section 0 drv_dma.o(i.drv_dma_set_callback) + i.drv_dma_set_transfer 0x00015bbc Section 0 drv_dma.o(i.drv_dma_set_transfer) + i.drv_dsc_dec_convert_pps_rc_parameter 0x00015c00 Section 0 drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) + i.drv_dsc_dec_disable 0x00015c36 Section 0 drv_dsc_dec.o(i.drv_dsc_dec_disable) + i.drv_dsc_dec_enable 0x00015c44 Section 0 drv_dsc_dec.o(i.drv_dsc_dec_enable) + i.drv_dsc_dec_get_nslc 0x00015cb8 Section 0 drv_dsc_dec.o(i.drv_dsc_dec_get_nslc) + i.drv_dsc_dec_set_u8_pps 0x00015cc2 Section 0 drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) + i.drv_dsi_rx_calc_ipi_tx_delay 0x00015cec Section 0 drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) + i.drv_dsi_rx_enable_irq 0x00015df0 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) + i.drv_dsi_rx_get_color_bpp 0x00015e30 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) + drv_dsi_rx_get_color_bpp 0x00015e31 Thumb Code 62 drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) + i.drv_dsi_rx_get_color_pcc 0x00015e80 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_color_pcc) + drv_dsi_rx_get_color_pcc 0x00015e81 Thumb Code 24 drv_dsi_rx.o(i.drv_dsi_rx_get_color_pcc) + i.drv_dsi_rx_get_compression_en 0x00015e9c Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) + i.drv_dsi_rx_get_max_ret_size 0x00015ea4 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_max_ret_size) + i.drv_dsi_rx_power_up 0x00015eaa Section 0 drv_dsi_rx.o(i.drv_dsi_rx_power_up) + i.drv_dsi_rx_set_ctrl_cfg 0x00015eb8 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_ctrl_cfg) + i.drv_dsi_rx_set_ddi_cfg 0x00015ed8 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) + i.drv_dsi_rx_set_inten 0x00015ee8 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_inten) + i.drv_dsi_rx_set_ipi_cfg 0x00015eec Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_cfg) + i.drv_dsi_rx_set_lane_swap 0x00015efc Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) + i.drv_dsi_rx_set_resp_cnt 0x00015f42 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_resp_cnt) + i.drv_dsi_rx_set_up_phy 0x00015f68 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) + i.drv_dsi_rx_shut_down 0x00016058 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_shut_down) + i.drv_dsi_tx_command_header 0x00016066 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_command_header) + i.drv_dsi_tx_command_mode_cfg 0x0001607a Section 0 drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) + i.drv_dsi_tx_command_put_payload 0x000160e6 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) + i.drv_dsi_tx_config_eotp 0x000160ea Section 0 drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) + i.drv_dsi_tx_config_int 0x00016102 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_config_int) + i.drv_dsi_tx_dpi_lpcmd_time 0x0001610a Section 0 drv_dsi_tx.o(i.drv_dsi_tx_dpi_lpcmd_time) + i.drv_dsi_tx_dpi_mode 0x00016112 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_dpi_mode) + i.drv_dsi_tx_dpi_polarity 0x0001611c Section 0 drv_dsi_tx.o(i.drv_dsi_tx_dpi_polarity) + i.drv_dsi_tx_edpi_cmd_size 0x00016140 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_edpi_cmd_size) + i.drv_dsi_tx_get_cmd_status 0x00016144 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) + i.drv_dsi_tx_mode 0x00016148 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_mode) + i.drv_dsi_tx_phy_clock_lane_auto_lp 0x0001614c Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_auto_lp) + i.drv_dsi_tx_phy_clock_lane_req_hs 0x00016164 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) + i.drv_dsi_tx_phy_lane_mode 0x0001617e Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_lane_mode) + i.drv_dsi_tx_phy_status_ready 0x0001618a Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ready) + i.drv_dsi_tx_phy_status_stopstate 0x000161ee Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) + i.drv_dsi_tx_phy_test_setup 0x0001622c Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) + i.drv_dsi_tx_phy_time_cfg 0x00016338 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_time_cfg) + i.drv_dsi_tx_powerup 0x00016356 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_powerup) + i.drv_dsi_tx_response_mode 0x0001635e Section 0 drv_dsi_tx.o(i.drv_dsi_tx_response_mode) + i.drv_dsi_tx_set_bta_ack 0x0001637a Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_bta_ack) + i.drv_dsi_tx_set_esc_div 0x00016392 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) + i.drv_dsi_tx_set_int 0x000163a0 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_int) + i.drv_dsi_tx_set_time_out_div 0x000163d4 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_time_out_div) + i.drv_dsi_tx_set_video_chunk 0x000163e4 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_video_chunk) + i.drv_dsi_tx_set_video_timing 0x000163ec Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_video_timing) + i.drv_dsi_tx_shutdown 0x0001640e Section 0 drv_dsi_tx.o(i.drv_dsi_tx_shutdown) + i.drv_dsi_tx_timeout_cfg 0x00016416 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_timeout_cfg) + i.drv_dsi_tx_video_mode_cfg 0x0001643c Section 0 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_cfg) + i.drv_dsi_tx_video_mode_disable_hact_cmd 0x000164e6 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_disable_hact_cmd) + i.drv_dsi_tx_video_mode_set_lp_cmd 0x000164fc Section 0 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) + i.drv_efuse_enter_inactive 0x00016514 Section 0 drv_efuse.o(i.drv_efuse_enter_inactive) + i.drv_efuse_int_enable 0x00016534 Section 0 drv_efuse.o(i.drv_efuse_int_enable) + i.drv_efuse_read 0x00016540 Section 0 drv_efuse.o(i.drv_efuse_read) + i.drv_efuse_read_req 0x00016572 Section 0 drv_efuse.o(i.drv_efuse_read_req) + i.drv_gpio_get_input_data 0x0001658c Section 0 drv_gpio.o(i.drv_gpio_get_input_data) + i.drv_gpio_register_ap_reset_callback 0x000165a4 Section 0 drv_gpio.o(i.drv_gpio_register_ap_reset_callback) + i.drv_gpio_register_callback 0x000165b0 Section 0 drv_gpio.o(i.drv_gpio_register_callback) + i.drv_gpio_set_int 0x000165c4 Section 0 drv_gpio.o(i.drv_gpio_set_int) + i.drv_gpio_set_ioe 0x00016608 Section 0 drv_gpio.o(i.drv_gpio_set_ioe) + i.drv_gpio_set_mode0 0x00016628 Section 0 drv_gpio.o(i.drv_gpio_set_mode0) + i.drv_gpio_set_mode1 0x00016638 Section 0 drv_gpio.o(i.drv_gpio_set_mode1) + i.drv_gpio_set_mode2 0x00016648 Section 0 drv_gpio.o(i.drv_gpio_set_mode2) + i.drv_gpio_set_mode3 0x00016658 Section 0 drv_gpio.o(i.drv_gpio_set_mode3) + i.drv_gpio_set_output_data 0x00016668 Section 0 hal_gpio.o(i.drv_gpio_set_output_data) + drv_gpio_set_output_data 0x00016669 Thumb Code 26 hal_gpio.o(i.drv_gpio_set_output_data) + i.drv_gpio_set_pull_state 0x00016688 Section 0 drv_gpio.o(i.drv_gpio_set_pull_state) + i.drv_i2c_dma_callback 0x000167b8 Section 0 drv_i2c_dma.o(i.drv_i2c_dma_callback) + drv_i2c_dma_callback 0x000167b9 Thumb Code 40 drv_i2c_dma.o(i.drv_i2c_dma_callback) + i.drv_i2c_dma_init 0x000167ec Section 0 drv_i2c_dma.o(i.drv_i2c_dma_init) + i.drv_i2c_enable_rx_dma 0x00016898 Section 0 drv_i2c_dma.o(i.drv_i2c_enable_rx_dma) + i.drv_i2c_enable_tx_dma 0x000168b2 Section 0 drv_i2c_dma.o(i.drv_i2c_enable_tx_dma) + i.drv_i2c_m_clear_it_pending_bit 0x000168cc Section 0 drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) + i.drv_i2c_m_enable 0x0001692c Section 0 drv_i2c_master.o(i.drv_i2c_m_enable) + i.drv_i2c_m_enable_intr 0x0001693c Section 0 drv_i2c_master.o(i.drv_i2c_m_enable_intr) + i.drv_i2c_m_set_callback 0x00016974 Section 0 drv_i2c_master.o(i.drv_i2c_m_set_callback) + i.drv_i2c_master_init 0x00016980 Section 0 drv_i2c_master.o(i.drv_i2c_master_init) + i.drv_i2c_master_read_dma 0x00016a0c Section 0 drv_i2c_dma.o(i.drv_i2c_master_read_dma) + i.drv_i2c_master_write_dma 0x00016a68 Section 0 drv_i2c_dma.o(i.drv_i2c_master_write_dma) + i.drv_i2c_master_write_read_cmd 0x00016aa4 Section 0 drv_i2c_dma.o(i.drv_i2c_master_write_read_cmd) + drv_i2c_master_write_read_cmd 0x00016aa5 Thumb Code 46 drv_i2c_dma.o(i.drv_i2c_master_write_read_cmd) + i.drv_i2c_s_clear_it_pending_bit 0x00016ad4 Section 0 drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) + i.drv_i2c_s_enable_intr 0x00016b30 Section 0 drv_i2c_slave.o(i.drv_i2c_s_enable_intr) + i.drv_i2c_s_get_fifo_status 0x00016b64 Section 0 drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) + i.drv_i2c_s_set_callback 0x00016b80 Section 0 drv_i2c_slave.o(i.drv_i2c_s_set_callback) + i.drv_i2c_s_write_data 0x00016b8c Section 0 drv_i2c_slave.o(i.drv_i2c_s_write_data) + i.drv_i2c_set_dma_irq_callback 0x00016bac Section 0 drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) + i.drv_i2c_slave_init 0x00016c04 Section 0 drv_i2c_slave.o(i.drv_i2c_slave_init) + i.drv_i2c_slave_write_dma 0x00016c48 Section 0 drv_i2c_dma.o(i.drv_i2c_slave_write_dma) + i.drv_lcdc_config_bypass 0x00016c64 Section 0 drv_lcdc.o(i.drv_lcdc_config_bypass) + i.drv_lcdc_config_ccm 0x00016c7c Section 0 drv_lcdc.o(i.drv_lcdc_config_ccm) + i.drv_lcdc_config_disp_mode 0x00016cac Section 0 drv_lcdc.o(i.drv_lcdc_config_disp_mode) + i.drv_lcdc_config_dpi_polarity 0x00016cc2 Section 0 drv_lcdc.o(i.drv_lcdc_config_dpi_polarity) + i.drv_lcdc_config_dpi_timing 0x00016ce6 Section 0 drv_lcdc.o(i.drv_lcdc_config_dpi_timing) + i.drv_lcdc_config_edpi_mode 0x00016d0c Section 0 drv_lcdc.o(i.drv_lcdc_config_edpi_mode) + i.drv_lcdc_config_endianness 0x00016d22 Section 0 drv_lcdc.o(i.drv_lcdc_config_endianness) + i.drv_lcdc_config_input_size 0x00016d38 Section 0 drv_lcdc.o(i.drv_lcdc_config_input_size) + i.drv_lcdc_config_int 0x00016d44 Section 0 drv_lcdc.o(i.drv_lcdc_config_int) + i.drv_lcdc_config_int_single 0x00016d62 Section 0 drv_lcdc.o(i.drv_lcdc_config_int_single) + i.drv_lcdc_config_overwrite 0x00016d84 Section 0 drv_lcdc.o(i.drv_lcdc_config_overwrite) + i.drv_lcdc_config_overwrite_rgb 0x00016da6 Section 0 drv_lcdc.o(i.drv_lcdc_config_overwrite_rgb) + i.drv_lcdc_config_partial_display_area 0x00016db2 Section 0 drv_lcdc.o(i.drv_lcdc_config_partial_display_area) + i.drv_lcdc_config_partial_display_enable 0x00016dcc Section 0 drv_lcdc.o(i.drv_lcdc_config_partial_display_enable) + i.drv_lcdc_config_scale_up_coef 0x00016dee Section 0 drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) + i.drv_lcdc_config_scale_up_step 0x00016e08 Section 0 drv_lcdc.o(i.drv_lcdc_config_scale_up_step) + i.drv_lcdc_config_src_parameter 0x00016e14 Section 0 drv_lcdc.o(i.drv_lcdc_config_src_parameter) + i.drv_lcdc_config_thresh 0x00016e60 Section 0 drv_lcdc.o(i.drv_lcdc_config_thresh) + i.drv_lcdc_ctrl_flow 0x00016e66 Section 0 drv_lcdc.o(i.drv_lcdc_ctrl_flow) + i.drv_lcdc_enable_shadow_reg 0x00016e78 Section 0 drv_lcdc.o(i.drv_lcdc_enable_shadow_reg) + i.drv_lcdc_set_int 0x00016e98 Section 0 drv_lcdc.o(i.drv_lcdc_set_int) + i.drv_lcdc_set_video_hw_mode 0x00016ecc Section 0 drv_lcdc.o(i.drv_lcdc_set_video_hw_mode) + i.drv_lcdc_start 0x00016ee0 Section 0 drv_lcdc.o(i.drv_lcdc_start) + i.drv_memc_clear_status 0x00016f00 Section 0 drv_memc.o(i.drv_memc_clear_status) + i.drv_memc_enable_irq 0x00016f0c Section 0 drv_memc.o(i.drv_memc_enable_irq) + i.drv_memc_gen_a_tear_signal 0x00016f4c Section 0 drv_memc.o(i.drv_memc_gen_a_tear_signal) + i.drv_memc_get_status 0x00016f58 Section 0 drv_memc.o(i.drv_memc_get_status) + i.drv_memc_rate_transfer_sel 0x00016f6a Section 0 drv_memc.o(i.drv_memc_rate_transfer_sel) + i.drv_memc_sel_vsync 0x00016f7a Section 0 drv_memc.o(i.drv_memc_sel_vsync) + i.drv_memc_set_active_height 0x00016f88 Section 0 drv_memc.o(i.drv_memc_set_active_height) + i.drv_memc_set_data_mode 0x00016f9c Section 0 drv_memc.o(i.drv_memc_set_data_mode) + i.drv_memc_set_double_buffer 0x00016fa8 Section 0 drv_memc.o(i.drv_memc_set_double_buffer) + i.drv_memc_set_double_buffer_reverse 0x00016fb8 Section 0 drv_memc.o(i.drv_memc_set_double_buffer_reverse) + i.drv_memc_set_fs_en_conditions 0x00016fca Section 0 drv_memc.o(i.drv_memc_set_fs_en_conditions) + i.drv_memc_set_inten 0x00016fda Section 0 drv_memc.o(i.drv_memc_set_inten) + i.drv_memc_set_lcdc_st_conditions 0x00016ff0 Section 0 drv_memc.o(i.drv_memc_set_lcdc_st_conditions) + i.drv_memc_set_ltpo_mode 0x00017008 Section 0 drv_memc.o(i.drv_memc_set_ltpo_mode) + i.drv_memc_set_tear_mode 0x00017022 Section 0 drv_memc.o(i.drv_memc_set_tear_mode) + i.drv_memc_set_tear_waveform 0x00017030 Section 0 drv_memc.o(i.drv_memc_set_tear_waveform) + i.drv_memc_set_vidc_sync_cnt 0x00017058 Section 0 drv_memc.o(i.drv_memc_set_vidc_sync_cnt) + i.drv_param_init_get_ccm 0x00017068 Section 0 drv_param_init.o(i.drv_param_init_get_ccm) + i.drv_param_init_get_scld_filter_h 0x00017070 Section 0 drv_param_init.o(i.drv_param_init_get_scld_filter_h) + i.drv_param_init_get_scld_filter_v 0x00017084 Section 0 drv_param_init.o(i.drv_param_init_get_scld_filter_v) + i.drv_param_init_get_sclu_filter 0x00017098 Section 0 drv_param_init.o(i.drv_param_init_get_sclu_filter) + i.drv_param_init_set_ccm 0x000170a0 Section 0 drv_param_init.o(i.drv_param_init_set_ccm) + i.drv_param_p2r_filter_init 0x000170b4 Section 0 drv_param_init.o(i.drv_param_p2r_filter_init) + i.drv_phy_enable_calibration 0x000170d8 Section 0 drv_phy_common.o(i.drv_phy_enable_calibration) + i.drv_phy_get_calibration 0x000170e8 Section 0 drv_phy_common.o(i.drv_phy_get_calibration) + i.drv_phy_get_pll_para 0x00017124 Section 0 drv_phy_common.o(i.drv_phy_get_pll_para) + i.drv_phy_get_rate_para 0x00017184 Section 0 drv_phy_common.o(i.drv_phy_get_rate_para) + i.drv_phy_test_clear 0x000171d8 Section 0 drv_phy_common.o(i.drv_phy_test_clear) + i.drv_phy_test_lock 0x000171e8 Section 0 drv_phy_common.o(i.drv_phy_test_lock) + i.drv_phy_test_write_1_byte 0x00017200 Section 0 drv_phy_common.o(i.drv_phy_test_write_1_byte) + i.drv_phy_test_write_2_byte 0x00017220 Section 0 drv_phy_common.o(i.drv_phy_test_write_2_byte) + i.drv_phy_test_write_code 0x00017246 Section 0 drv_phy_common.o(i.drv_phy_test_write_code) + i.drv_phy_test_write_data 0x00017264 Section 0 drv_phy_common.o(i.drv_phy_test_write_data) + drv_phy_test_write_data 0x00017265 Thumb Code 32 drv_phy_common.o(i.drv_phy_test_write_data) + i.drv_pwr_set_cp_mode 0x00017284 Section 0 drv_pwr.o(i.drv_pwr_set_cp_mode) + i.drv_pwr_set_pvd_mode 0x000172a4 Section 0 drv_pwr.o(i.drv_pwr_set_pvd_mode) + i.drv_pwr_set_system_clk_src 0x000172bc Section 0 drv_pwr.o(i.drv_pwr_set_system_clk_src) + i.drv_rx_phy_test_clear 0x000172ec Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_clear) + drv_rx_phy_test_clear 0x000172ed Thumb Code 12 drv_dsi_rx.o(i.drv_rx_phy_test_clear) + i.drv_rx_phy_test_lock 0x000172f8 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_lock) + drv_rx_phy_test_lock 0x000172f9 Thumb Code 16 drv_dsi_rx.o(i.drv_rx_phy_test_lock) + i.drv_rx_phy_test_write_1_byte 0x00017308 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) + drv_rx_phy_test_write_1_byte 0x00017309 Thumb Code 20 drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) + i.drv_rx_phy_test_write_2_byte 0x0001731c Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) + drv_rx_phy_test_write_2_byte 0x0001731d Thumb Code 22 drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) + i.drv_rxbr_clear_pkt_buffer 0x00017332 Section 0 drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) + i.drv_rxbr_clear_status0 0x0001733c Section 0 drv_rxbr.o(i.drv_rxbr_clear_status0) + i.drv_rxbr_enable_irq 0x00017340 Section 0 drv_rxbr.o(i.drv_rxbr_enable_irq) + i.drv_rxbr_frame_drop_cfg 0x0001739c Section 0 drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) + i.drv_rxbr_get_clk 0x000173b0 Section 0 drv_rxbr.o(i.drv_rxbr_get_clk) + i.drv_rxbr_get_col_addr 0x000173ec Section 0 drv_rxbr.o(i.drv_rxbr_get_col_addr) + i.drv_rxbr_get_int_source 0x000173f0 Section 0 hal_internal_vsync.o(i.drv_rxbr_get_int_source) + drv_rxbr_get_int_source 0x000173f1 Thumb Code 18 hal_internal_vsync.o(i.drv_rxbr_get_int_source) + i.drv_rxbr_get_page_addr 0x00017402 Section 0 drv_rxbr.o(i.drv_rxbr_get_page_addr) + i.drv_rxbr_get_status0 0x00017406 Section 0 hal_internal_vsync.o(i.drv_rxbr_get_status0) + drv_rxbr_get_status0 0x00017407 Thumb Code 18 hal_internal_vsync.o(i.drv_rxbr_get_status0) + i.drv_rxbr_hline_rcv0_cfg 0x00017418 Section 0 drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) + i.drv_rxbr_hline_rcv_cfg 0x00017424 Section 0 drv_rxbr.o(i.drv_rxbr_hline_rcv_cfg) + i.drv_rxbr_register_irq0_callback 0x0001742c Section 0 drv_rxbr.o(i.drv_rxbr_register_irq0_callback) + i.drv_rxbr_register_irq1_callback 0x00017438 Section 0 drv_rxbr.o(i.drv_rxbr_register_irq1_callback) + i.drv_rxbr_set_ack_pkt_header 0x00017444 Section 0 drv_rxbr.o(i.drv_rxbr_set_ack_pkt_header) + i.drv_rxbr_set_cmd_filter 0x00017458 Section 0 drv_rxbr.o(i.drv_rxbr_set_cmd_filter) + i.drv_rxbr_set_color_format 0x00017524 Section 0 drv_rxbr.o(i.drv_rxbr_set_color_format) + i.drv_rxbr_set_inten 0x00017538 Section 0 drv_rxbr.o(i.drv_rxbr_set_inten) + i.drv_rxbr_set_ltpo_drop_th 0x0001754c Section 0 drv_rxbr.o(i.drv_rxbr_set_ltpo_drop_th) + i.drv_rxbr_set_usr_cfg 0x0001755c Section 0 drv_rxbr.o(i.drv_rxbr_set_usr_cfg) + i.drv_rxbr_set_usr_col 0x00017582 Section 0 drv_rxbr.o(i.drv_rxbr_set_usr_col) + i.drv_rxbr_set_usr_row 0x0001758a Section 0 drv_rxbr.o(i.drv_rxbr_set_usr_row) + i.drv_spi_m_read_data 0x00017594 Section 0 drv_spi_master.o(i.drv_spi_m_read_data) + i.drv_swire_set_int 0x000175b4 Section 0 drv_swire.o(i.drv_swire_set_int) + i.drv_swire_set_power_down 0x000175fc Section 0 drv_swire.o(i.drv_swire_set_power_down) + i.drv_sys_cfg_clear_all_int 0x00017618 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_clear_all_int) + i.drv_sys_cfg_clear_pending 0x00017624 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) + i.drv_sys_cfg_sel_ap_rst_lvl_trig 0x0001764c Section 0 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) + i.drv_sys_cfg_sel_ap_rst_trig 0x00017664 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) + i.drv_sys_cfg_sel_gpio_group 0x00017680 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_sel_gpio_group) + i.drv_sys_cfg_sel_int_trig 0x000176a4 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_sel_int_trig) + i.drv_sys_cfg_set_dma_rx_req 0x000176c8 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) + i.drv_sys_cfg_set_dma_tx_req 0x000176d8 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) + i.drv_sys_cfg_set_int 0x000176e8 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_set_int) + i.drv_timer_clear_status_flags 0x0001770c Section 0 drv_timer.o(i.drv_timer_clear_status_flags) + i.drv_timer_enable 0x00017726 Section 0 drv_timer.o(i.drv_timer_enable) + i.drv_timer_get_instance 0x00017748 Section 0 drv_timer.o(i.drv_timer_get_instance) + i.drv_timer_get_prescaler 0x00017758 Section 0 drv_timer.o(i.drv_timer_get_prescaler) + i.drv_timer_handle_interrupt 0x00017768 Section 0 drv_timer.o(i.drv_timer_handle_interrupt) + drv_timer_handle_interrupt 0x00017769 Thumb Code 62 drv_timer.o(i.drv_timer_handle_interrupt) + i.drv_timer_register_callback 0x000177ac Section 0 drv_timer.o(i.drv_timer_register_callback) + i.drv_timer_set_current_count 0x000177c0 Section 0 drv_timer.o(i.drv_timer_set_current_count) + i.drv_timer_set_int 0x000177cc Section 0 drv_timer.o(i.drv_timer_set_int) + i.drv_timer_set_match 0x00017814 Section 0 drv_timer.o(i.drv_timer_set_match) + i.drv_timer_set_prescaler 0x00017820 Section 0 drv_timer.o(i.drv_timer_set_prescaler) + i.drv_tx_phy_test_clear 0x00017836 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_clear) + drv_tx_phy_test_clear 0x00017837 Thumb Code 10 drv_dsi_tx.o(i.drv_tx_phy_test_clear) + i.drv_tx_phy_test_enter 0x00017840 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_enter) + i.drv_tx_phy_test_exit 0x0001785c Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_exit) + i.drv_tx_phy_test_write_1_byte 0x00017878 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) + drv_tx_phy_test_write_1_byte 0x00017879 Thumb Code 18 drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) + i.drv_tx_phy_test_write_2_byte 0x0001788a Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) + drv_tx_phy_test_write_2_byte 0x0001788b Thumb Code 20 drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) + i.drv_tx_phy_test_write_code 0x0001789e Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write_code) + drv_tx_phy_test_write_code 0x0001789f Thumb Code 16 drv_dsi_tx.o(i.drv_tx_phy_test_write_code) + i.drv_vidc_clear_irq 0x000178ae Section 0 drv_vidc.o(i.drv_vidc_clear_irq) + i.drv_vidc_enable 0x000178b6 Section 0 drv_vidc.o(i.drv_vidc_enable) + i.drv_vidc_enable_irq 0x000178d0 Section 0 drv_vidc.o(i.drv_vidc_enable_irq) + i.drv_vidc_get_irq_status 0x00017910 Section 0 drv_vidc.o(i.drv_vidc_get_irq_status) + i.drv_vidc_init_module_enable 0x00017924 Section 0 drv_vidc.o(i.drv_vidc_init_module_enable) + i.drv_vidc_register_callback 0x0001794c Section 0 drv_vidc.o(i.drv_vidc_register_callback) + i.drv_vidc_reset 0x00017958 Section 0 drv_vidc.o(i.drv_vidc_reset) + i.drv_vidc_set_dst_parameter 0x0001795e Section 0 drv_vidc.o(i.drv_vidc_set_dst_parameter) + i.drv_vidc_set_irqen 0x0001799a Section 0 drv_vidc.o(i.drv_vidc_set_irqen) + i.drv_vidc_set_mirror 0x000179ae Section 0 drv_vidc.o(i.drv_vidc_set_mirror) + i.drv_vidc_set_p2r_hcoef0 0x000179be Section 0 drv_vidc.o(i.drv_vidc_set_p2r_hcoef0) + i.drv_vidc_set_p2r_hinitb 0x000179c6 Section 0 drv_vidc.o(i.drv_vidc_set_p2r_hinitb) + i.drv_vidc_set_p2r_hinitr 0x000179ec Section 0 drv_vidc.o(i.drv_vidc_set_p2r_hinitr) + i.drv_vidc_set_pentile_swap 0x00017a14 Section 0 drv_vidc.o(i.drv_vidc_set_pentile_swap) + i.drv_vidc_set_pu_ctrl 0x00017a2c Section 0 drv_vidc.o(i.drv_vidc_set_pu_ctrl) + i.drv_vidc_set_rotation 0x00017a36 Section 0 drv_vidc.o(i.drv_vidc_set_rotation) + i.drv_vidc_set_scld_hcoef0 0x00017a46 Section 0 drv_vidc.o(i.drv_vidc_set_scld_hcoef0) + i.drv_vidc_set_scld_hcoef1 0x00017a50 Section 0 drv_vidc.o(i.drv_vidc_set_scld_hcoef1) + i.drv_vidc_set_scld_step 0x00017a5a Section 0 drv_vidc.o(i.drv_vidc_set_scld_step) + i.drv_vidc_set_scld_vcoef0 0x00017a6c Section 0 drv_vidc.o(i.drv_vidc_set_scld_vcoef0) + i.drv_vidc_set_scld_vcoef1 0x00017a76 Section 0 drv_vidc.o(i.drv_vidc_set_scld_vcoef1) + i.drv_vidc_set_src_parameter 0x00017a80 Section 0 drv_vidc.o(i.drv_vidc_set_src_parameter) + i.drv_wdg_clear_counter 0x00017a98 Section 0 drv_wdg.o(i.drv_wdg_clear_counter) + i.drv_wdg_clear_edge_flag 0x00017aa8 Section 0 drv_wdg.o(i.drv_wdg_clear_edge_flag) + drv_wdg_clear_edge_flag 0x00017aa9 Thumb Code 12 drv_wdg.o(i.drv_wdg_clear_edge_flag) + i.drv_wdg_read_edge_flag 0x00017ab8 Section 0 drv_wdg.o(i.drv_wdg_read_edge_flag) + drv_wdg_read_edge_flag 0x00017ab9 Thumb Code 10 drv_wdg.o(i.drv_wdg_read_edge_flag) + i.drv_wdg_set_int 0x00017ac8 Section 0 drv_wdg.o(i.drv_wdg_set_int) + i.fls_clr_interrupt_flag 0x00017afc Section 0 drv_fls.o(i.fls_clr_interrupt_flag) + i.fputc 0x00017b06 Section 0 tau_log.o(i.fputc) + i.hal_dsi_rx_ctrl_create_handle 0x00017b1c Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) + i.hal_dsi_rx_ctrl_deinit 0x00017b4c Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) + i.hal_dsi_rx_ctrl_dsc_async_handler 0x00017be8 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) + i.hal_dsi_rx_ctrl_gen_a_tear_signal 0x00017c6c Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) + i.hal_dsi_rx_ctrl_get_max_ret_size 0x00017c94 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) + i.hal_dsi_rx_ctrl_init 0x00017cbc Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) + i.hal_dsi_rx_ctrl_init_clk 0x00017d54 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) + hal_dsi_rx_ctrl_init_clk 0x00017d55 Thumb Code 232 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) + i.hal_dsi_rx_ctrl_init_dsi_rx 0x00017e84 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) + hal_dsi_rx_ctrl_init_dsi_rx 0x00017e85 Thumb Code 180 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) + i.hal_dsi_rx_ctrl_init_memc 0x00017f58 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) + hal_dsi_rx_ctrl_init_memc 0x00017f59 Thumb Code 308 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) + i.hal_dsi_rx_ctrl_init_rxbr 0x00018094 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) + hal_dsi_rx_ctrl_init_rxbr 0x00018095 Thumb Code 288 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) + i.hal_dsi_rx_ctrl_init_vidc 0x000181c4 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) + hal_dsi_rx_ctrl_init_vidc 0x000181c5 Thumb Code 544 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) + i.hal_dsi_rx_ctrl_pre_init_pps 0x000183f0 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) + i.hal_dsi_rx_ctrl_send_ack_cmd 0x0001842c Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) + i.hal_dsi_rx_ctrl_set_cus_sync_line 0x0001851c Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) + i.hal_dsi_rx_ctrl_set_hw_tear_mode 0x00018550 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) + i.hal_dsi_rx_ctrl_set_ipi_cfg 0x00018584 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_ipi_cfg) + hal_dsi_rx_ctrl_set_ipi_cfg 0x00018585 Thumb Code 50 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_ipi_cfg) + i.hal_dsi_rx_ctrl_set_rxbr_clk 0x000185bc Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) + hal_dsi_rx_ctrl_set_rxbr_clk 0x000185bd Thumb Code 114 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) + i.hal_dsi_rx_ctrl_set_sw_tear_mode 0x00018630 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) + i.hal_dsi_rx_ctrl_start 0x00018664 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) + i.hal_dsi_rx_ctrl_stop 0x000186a0 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) + i.hal_dsi_rx_ctrl_toggle_resolution 0x000186dc Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) + i.hal_dsi_tx_calc_video_chunks 0x000186fc Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) + hal_dsi_tx_calc_video_chunks 0x000186fd Thumb Code 384 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) + i.hal_dsi_tx_config_params_for_lane_rate 0x0001888c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_config_params_for_lane_rate) + hal_dsi_tx_config_params_for_lane_rate 0x0001888d Thumb Code 42 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_config_params_for_lane_rate) + i.hal_dsi_tx_count_lane_rate 0x000188c0 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) + hal_dsi_tx_count_lane_rate 0x000188c1 Thumb Code 1160 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) + i.hal_dsi_tx_ctrl_create_handle 0x00018d90 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) + i.hal_dsi_tx_ctrl_deinit 0x00018dbc Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) + i.hal_dsi_tx_ctrl_enter_init_panel_mode 0x00018e04 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) + i.hal_dsi_tx_ctrl_exit_init_panel_mode 0x00018e50 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) + i.hal_dsi_tx_ctrl_init 0x00018e78 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) + i.hal_dsi_tx_ctrl_init_clk 0x00018f3c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) + hal_dsi_tx_ctrl_init_clk 0x00018f3d Thumb Code 36 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) + i.hal_dsi_tx_ctrl_panel_reset_pin 0x00018f60 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) + i.hal_dsi_tx_ctrl_set_ccm 0x00018f6c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) + i.hal_dsi_tx_ctrl_set_overwrite_rgb 0x00018f8c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) + i.hal_dsi_tx_ctrl_set_partial_disp 0x00018fa0 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) + i.hal_dsi_tx_ctrl_set_partial_disp_area 0x00018fb0 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) + i.hal_dsi_tx_ctrl_start 0x00018fd4 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) + i.hal_dsi_tx_ctrl_stop 0x00019040 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) + i.hal_dsi_tx_ctrl_write_array_cmd 0x00019084 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) + i.hal_dsi_tx_ctrl_write_cmd 0x0001915c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) + i.hal_dsi_tx_init_data_mode 0x0001920c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) + hal_dsi_tx_init_data_mode 0x0001920d Thumb Code 58 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) + i.hal_dsi_tx_init_dpi_cfg 0x00019250 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) + hal_dsi_tx_init_dpi_cfg 0x00019251 Thumb Code 42 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) + i.hal_dsi_tx_init_interrupt 0x00019280 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) + hal_dsi_tx_init_interrupt 0x00019281 Thumb Code 28 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) + i.hal_dsi_tx_init_phy_cfg 0x000192a0 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) + hal_dsi_tx_init_phy_cfg 0x000192a1 Thumb Code 28 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) + i.hal_dsi_tx_init_remains 0x000192c0 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) + hal_dsi_tx_init_remains 0x000192c1 Thumb Code 142 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) + i.hal_dsi_tx_init_video_mode 0x00019354 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) + hal_dsi_tx_init_video_mode 0x00019355 Thumb Code 82 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) + i.hal_dsi_tx_send_cmd 0x000193ac Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) + hal_dsi_tx_send_cmd 0x000193ad Thumb Code 60 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) + i.hal_gpio_ctrl_eint 0x000193f0 Section 0 hal_gpio.o(i.hal_gpio_ctrl_eint) + i.hal_gpio_get_input_data 0x00019408 Section 0 hal_gpio.o(i.hal_gpio_get_input_data) + i.hal_gpio_init_eint 0x0001941c Section 0 hal_gpio.o(i.hal_gpio_init_eint) + i.hal_gpio_init_input 0x0001945c Section 0 hal_gpio.o(i.hal_gpio_init_input) + i.hal_gpio_init_output 0x0001947c Section 0 hal_gpio.o(i.hal_gpio_init_output) + i.hal_gpio_reg_eint_cb 0x000194a4 Section 0 hal_gpio.o(i.hal_gpio_reg_eint_cb) + i.hal_gpio_set_ap_reset_int 0x000194bc Section 0 hal_gpio.o(i.hal_gpio_set_ap_reset_int) + i.hal_gpio_set_mode 0x0001950c Section 0 hal_gpio.o(i.hal_gpio_set_mode) + i.hal_gpio_set_output_data 0x0001956c Section 0 hal_gpio.o(i.hal_gpio_set_output_data) + i.hal_gpio_set_pull_state 0x00019574 Section 0 hal_gpio.o(i.hal_gpio_set_pull_state) + i.hal_i2c_m_dma_init 0x00019594 Section 0 hal_i2c_master.o(i.hal_i2c_m_dma_init) + i.hal_i2c_m_dma_read 0x00019600 Section 0 hal_i2c_master.o(i.hal_i2c_m_dma_read) + i.hal_i2c_m_dma_write 0x00019620 Section 0 hal_i2c_master.o(i.hal_i2c_m_dma_write) + i.hal_i2c_m_transfer_complate 0x0001963c Section 0 hal_i2c_master.o(i.hal_i2c_m_transfer_complate) + i.hal_i2c_master_irq_callback 0x00019648 Section 0 hal_i2c_master.o(i.hal_i2c_master_irq_callback) + hal_i2c_master_irq_callback 0x00019649 Thumb Code 24 hal_i2c_master.o(i.hal_i2c_master_irq_callback) + i.hal_i2c_s_dma_user_callback 0x00019668 Section 0 hal_i2c_slave.o(i.hal_i2c_s_dma_user_callback) + hal_i2c_s_dma_user_callback 0x00019669 Thumb Code 12 hal_i2c_slave.o(i.hal_i2c_s_dma_user_callback) + i.hal_i2c_s_dma_write 0x00019678 Section 0 hal_i2c_slave.o(i.hal_i2c_s_dma_write) + i.hal_i2c_s_init 0x000196b0 Section 0 hal_i2c_slave.o(i.hal_i2c_s_init) + i.hal_i2c_s_nonblocking_read 0x0001971c Section 0 hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) + i.hal_i2c_s_set_transfer 0x00019730 Section 0 hal_i2c_slave.o(i.hal_i2c_s_set_transfer) + i.hal_i2c_slave_irq_callback 0x0001973c Section 0 hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) + hal_i2c_slave_irq_callback 0x0001973d Thumb Code 304 hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) + i.hal_internal_init_memc 0x00019888 Section 0 hal_internal_vsync.o(i.hal_internal_init_memc) + i.hal_internal_sync_get_fb_setting 0x0001996c Section 0 hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) + i.hal_internal_sync_input_resolution_change 0x0001997c Section 0 hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) + i.hal_internal_vsync_deinit 0x00019b90 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_deinit) + i.hal_internal_vsync_get_rx_state 0x00019bac Section 0 hal_internal_vsync.o(i.hal_internal_vsync_get_rx_state) + i.hal_internal_vsync_get_sync_line 0x00019bb8 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) + i.hal_internal_vsync_get_tx_state 0x00019bd0 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_get_tx_state) + i.hal_internal_vsync_init_rx 0x00019bdc Section 0 hal_internal_vsync.o(i.hal_internal_vsync_init_rx) + i.hal_internal_vsync_init_tx 0x00019cd8 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_init_tx) + i.hal_internal_vsync_set_auto_hw_filter 0x00019d88 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) + i.hal_internal_vsync_set_rx_state 0x00019ea4 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) + i.hal_internal_vsync_set_sync_line 0x00019eb8 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) + i.hal_internal_vsync_set_tear_mode 0x00019ed4 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) + i.hal_internal_vsync_set_tx_state 0x00019f1c Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) + i.hal_lcdc_config_ccm 0x00019f5c Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) + hal_lcdc_config_ccm 0x00019f5d Thumb Code 30 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) + i.hal_lcdc_config_remains 0x00019f80 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) + hal_lcdc_config_remains 0x00019f81 Thumb Code 68 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) + i.hal_lcdc_config_rgb_to_pentile 0x00019fc8 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) + hal_lcdc_config_rgb_to_pentile 0x00019fc9 Thumb Code 14 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) + i.hal_lcdc_config_upscaler 0x00019fdc Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) + hal_lcdc_config_upscaler 0x00019fdd Thumb Code 348 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) + i.hal_lcdc_init_cfg 0x0001a140 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) + hal_lcdc_init_cfg 0x0001a141 Thumb Code 60 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) + i.hal_lcdc_init_clk 0x0001a180 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) + hal_lcdc_init_clk 0x0001a181 Thumb Code 376 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) + i.hal_lcdc_init_interrupt 0x0001a300 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) + hal_lcdc_init_interrupt 0x0001a301 Thumb Code 58 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) + i.hal_spi_m_clear_rxfifo 0x0001a340 Section 0 hal_spi_master.o(i.hal_spi_m_clear_rxfifo) + i.hal_swire_open 0x0001a34e Section 0 hal_swire.o(i.hal_swire_open) + i.hal_system_enable_systick 0x0001a364 Section 0 hal_system.o(i.hal_system_enable_systick) + i.hal_system_init 0x0001a36c Section 0 hal_system.o(i.hal_system_init) + i.hal_system_init_console 0x0001a3f4 Section 0 hal_system.o(i.hal_system_init_console) + i.hal_system_set_phy_calibration 0x0001a410 Section 0 hal_system.o(i.hal_system_set_phy_calibration) + i.hal_system_set_pvd 0x0001a418 Section 0 hal_system.o(i.hal_system_set_pvd) + i.hal_system_set_vcc 0x0001a420 Section 0 hal_system.o(i.hal_system_set_vcc) + i.hal_timer_init 0x0001a428 Section 0 hal_timer.o(i.hal_timer_init) + i.hal_timer_start 0x0001a444 Section 0 hal_timer.o(i.hal_timer_start) + i.hal_timer_stop 0x0001a494 Section 0 hal_timer.o(i.hal_timer_stop) + i.hal_uart_init 0x0001a4c4 Section 0 hal_uart.o(i.hal_uart_init) + i.hal_uart_transmit_blocking 0x0001a550 Section 0 hal_uart.o(i.hal_uart_transmit_blocking) + i.handle_init 0x0001a560 Section 0 irq_redirect .o(i.handle_init) + i.init_mipi_tx 0x0001a670 Section 0 ap_demo.o(i.init_mipi_tx) + init_mipi_tx 0x0001a671 Thumb Code 100 ap_demo.o(i.init_mipi_tx) + i.init_panel 0x0001a6d8 Section 0 ap_demo.o(i.init_panel) + init_panel 0x0001a6d9 Thumb Code 132 ap_demo.o(i.init_panel) + i.main 0x0001a790 Section 0 main.o(i.main) + i.open_mipi_rx 0x0001a79c Section 0 ap_demo.o(i.open_mipi_rx) + open_mipi_rx 0x0001a79d Thumb Code 140 ap_demo.o(i.open_mipi_rx) + i.pps_update_handle 0x0001a844 Section 0 ap_demo.o(i.pps_update_handle) + pps_update_handle 0x0001a845 Thumb Code 80 ap_demo.o(i.pps_update_handle) + i.rx_get_dcs_packet_data 0x0001a898 Section 0 hal_internal_vsync.o(i.rx_get_dcs_packet_data) + rx_get_dcs_packet_data 0x0001a899 Thumb Code 654 hal_internal_vsync.o(i.rx_get_dcs_packet_data) + i.rx_partial_update 0x0001ac8c Section 0 hal_internal_vsync.o(i.rx_partial_update) + rx_partial_update 0x0001ac8d Thumb Code 304 hal_internal_vsync.o(i.rx_partial_update) + i.rx_receive_packet 0x0001adcc Section 0 hal_internal_vsync.o(i.rx_receive_packet) + rx_receive_packet 0x0001adcd Thumb Code 128 hal_internal_vsync.o(i.rx_receive_packet) + i.rx_receive_pps 0x0001ae58 Section 0 hal_internal_vsync.o(i.rx_receive_pps) + rx_receive_pps 0x0001ae59 Thumb Code 268 hal_internal_vsync.o(i.rx_receive_pps) + i.rxbr_irq0_callback 0x0001afd8 Section 0 hal_internal_vsync.o(i.rxbr_irq0_callback) + rxbr_irq0_callback 0x0001afd9 Thumb Code 158 hal_internal_vsync.o(i.rxbr_irq0_callback) + i.rxbr_irq1_callback 0x0001b07c Section 0 hal_internal_vsync.o(i.rxbr_irq1_callback) + rxbr_irq1_callback 0x0001b07d Thumb Code 222 hal_internal_vsync.o(i.rxbr_irq1_callback) + i.send_panel_init_code 0x0001b1ec Section 0 ap_demo.o(i.send_panel_init_code) + send_panel_init_code 0x0001b1ed Thumb Code 42 ap_demo.o(i.send_panel_init_code) + i.soft_disable_mipi_timer_init 0x0001b218 Section 0 ap_demo.o(i.soft_disable_mipi_timer_init) + soft_disable_mipi_timer_init 0x0001b219 Thumb Code 32 ap_demo.o(i.soft_disable_mipi_timer_init) + i.soft_gen_te 0x0001b278 Section 0 hal_internal_vsync.o(i.soft_gen_te) + soft_gen_te 0x0001b279 Thumb Code 116 hal_internal_vsync.o(i.soft_gen_te) + i.soft_timer3_cb 0x0001b304 Section 0 ap_demo.o(i.soft_timer3_cb) + soft_timer3_cb 0x0001b305 Thumb Code 36 ap_demo.o(i.soft_timer3_cb) + i.sqrt 0x0001b334 Section 0 sqrt.o(i.sqrt) + i.tp_heartbeat_exec 0x0001b37c Section 0 ap_demo.o(i.tp_heartbeat_exec) + i.tx_display_on 0x0001b3c4 Section 0 ap_demo.o(i.tx_display_on) + tx_display_on 0x0001b3c5 Thumb Code 16 ap_demo.o(i.tx_display_on) + i.tx_panel_reset 0x0001b3d8 Section 0 ap_demo.o(i.tx_panel_reset) + tx_panel_reset 0x0001b3d9 Thumb Code 40 ap_demo.o(i.tx_panel_reset) + i.vidc_callback 0x0001b400 Section 0 hal_internal_vsync.o(i.vidc_callback) + vidc_callback 0x0001b401 Thumb Code 194 hal_internal_vsync.o(i.vidc_callback) + i.vpre_err_reset 0x0001b4e8 Section 0 hal_internal_vsync.o(i.vpre_err_reset) + vpre_err_reset 0x0001b4e9 Thumb Code 184 hal_internal_vsync.o(i.vpre_err_reset) + i.vsync_set_te_mode 0x0001b5b8 Section 0 hal_internal_vsync.o(i.vsync_set_te_mode) + vsync_set_te_mode 0x0001b5b9 Thumb Code 254 hal_internal_vsync.o(i.vsync_set_te_mode) + .constdata 0x0001b754 Section 6556 ap_demo.o(.constdata) + g_cus_rx_dcs_execute_table 0x0001b754 Data 108 ap_demo.o(.constdata) + .constdata 0x0001d0f0 Section 210 hal_gpio.o(.constdata) + s_gpio_map 0x0001d0f0 Data 120 hal_gpio.o(.constdata) + s_gpio_perf 0x0001d168 Data 90 hal_gpio.o(.constdata) + .constdata 0x0001d1c2 Section 8528 app_tp_for_custom_s8.o(.constdata) + .constdata 0x0001f312 Section 1 app_tp_for_custom_s8.o(.constdata) + .constdata 0x0001f314 Section 8 drv_param_init.o(.constdata) + .constdata 0x0001f31c Section 390 drv_phy_common.o(.constdata) + phy_para_mapping_h 0x0001f31c Data 184 drv_phy_common.o(.constdata) + phy_para_mapping_l 0x0001f3d4 Data 128 drv_phy_common.o(.constdata) + phy_data_high_map 0x0001f454 Data 48 drv_phy_common.o(.constdata) + phy_data_lp_map 0x0001f484 Data 30 drv_phy_common.o(.constdata) + .conststring 0x0001f4a4 Section 72 hal_dsi_rx_ctrl.o(.conststring) + .conststring 0x0001f4ec Section 308 hal_internal_vsync.o(.conststring) + .ARM.__AT_0x00070100 0x00070100 Section 192 irq_redirect .o(.ARM.__AT_0x00070100) + .data 0x000701d0 Section 56 ap_demo.o(.data) + start_display_on 0x000701d0 Data 1 ap_demo.o(.data) + g_need_enter_sleep_mode 0x000701d1 Data 1 ap_demo.o(.data) + g_mipi_path_off 0x000701d2 Data 1 ap_demo.o(.data) + phone_off_flag 0x000701d3 Data 1 ap_demo.o(.data) + g_exit_sleep_mode 0x000701d4 Data 1 ap_demo.o(.data) + panel_display_done 0x000701d5 Data 1 ap_demo.o(.data) + g_calibration_flag 0x000701da Data 1 ap_demo.o(.data) + b3_read_flag 0x000701db Data 1 ap_demo.o(.data) + c8_read_flag 0x000701dc Data 1 ap_demo.o(.data) + c9_read_flag 0x000701dd Data 1 ap_demo.o(.data) + bl_adj_flag 0x000701e0 Data 1 ap_demo.o(.data) + flag_5a 0x000701e2 Data 1 ap_demo.o(.data) + g_rx_ctrl_handle 0x000701f4 Data 4 ap_demo.o(.data) + g_tx_ctrl_handle 0x000701f8 Data 4 ap_demo.o(.data) + value_reg_df 0x00070204 Data 4 ap_demo.o(.data) + .data 0x00070208 Section 49 app_tp_transfer.o(.data) + s_spim_write 0x00070208 Data 1 app_tp_transfer.o(.data) + s_screen_int_flag 0x00070209 Data 1 app_tp_transfer.o(.data) + s_phone_reset_flag 0x0007020a Data 1 app_tp_transfer.o(.data) + s_screen_int_transfer_status 0x0007020b Data 1 app_tp_transfer.o(.data) + s_screen_const_transfer_count 0x0007020d Data 1 app_tp_transfer.o(.data) + screen_int_transfer_count 0x0007020e Data 1 app_tp_transfer.o(.data) + screen_int_transfer_buffer_ready 0x0007020f Data 1 app_tp_transfer.o(.data) + .data 0x0007023c Section 8 hal_dsi_rx_ctrl.o(.data) + g_hw_auto_filter 0x0007023c Data 1 hal_dsi_rx_ctrl.o(.data) + g_esc_clk 0x00070240 Data 4 hal_dsi_rx_ctrl.o(.data) + .data 0x00070244 Section 1 hal_dsi_tx_ctrl.o(.data) + g_tx_mode 0x00070244 Data 1 hal_dsi_tx_ctrl.o(.data) + .data 0x00070245 Section 1 hal_i2c_master.o(.data) + s_i2c_m_transfer_end 0x00070245 Data 1 hal_i2c_master.o(.data) + .data 0x00070248 Section 28 hal_i2c_slave.o(.data) + s_txbuffer_complate 0x00070248 Data 1 hal_i2c_slave.o(.data) + s_i2c_s_dma_end 0x00070249 Data 1 hal_i2c_slave.o(.data) + s_i2c_s_receive_cnt 0x0007024a Data 1 hal_i2c_slave.o(.data) + s_hal_slave_rxbuffer 0x0007024c Data 4 hal_i2c_slave.o(.data) + s_hal_slave_rxbuffer_size 0x00070250 Data 4 hal_i2c_slave.o(.data) + hal_i2c_s_callback 0x00070254 Data 4 hal_i2c_slave.o(.data) + s_receive_count 0x00070258 Data 4 hal_i2c_slave.o(.data) + s_tx_buffer_t 0x0007025c Data 4 hal_i2c_slave.o(.data) + tx_sum 0x00070260 Data 4 hal_i2c_slave.o(.data) + .data 0x00070264 Section 228 app_tp_for_custom_s8.o(.data) + app_tp_count 0x0007026e Data 1 app_tp_for_custom_s8.o(.data) + phone_85_flag 0x0007026f Data 1 app_tp_for_custom_s8.o(.data) + phone_F6_flag 0x00070270 Data 1 app_tp_for_custom_s8.o(.data) + phone_E4_flag 0x00070271 Data 1 app_tp_for_custom_s8.o(.data) + phone_72_flag 0x00070272 Data 1 app_tp_for_custom_s8.o(.data) + phone_75_flag 0x00070273 Data 1 app_tp_for_custom_s8.o(.data) + phone_92_flag 0x00070274 Data 1 app_tp_for_custom_s8.o(.data) + phone_74_flag 0x00070275 Data 1 app_tp_for_custom_s8.o(.data) + u16CoordY 0x00070278 Data 2 app_tp_for_custom_s8.o(.data) + u16CoordX 0x0007027a Data 2 app_tp_for_custom_s8.o(.data) + u16CoordY_back 0x0007027c Data 2 app_tp_for_custom_s8.o(.data) + u16CoordX_back 0x0007027e Data 2 app_tp_for_custom_s8.o(.data) + .data 0x00070348 Section 1 app_tp_for_custom_s8.o(.data) + .data 0x00070349 Section 1 app_tp_for_custom_s8.o(.data) + .data 0x0007034a Section 1 app_tp_for_custom_s8.o(.data) + .data 0x0007034b Section 3 app_tp_for_custom_s8.o(.data) + .data 0x0007034e Section 5 app_tp_for_custom_s8.o(.data) + .data 0x00070354 Section 48 app_tp_for_custom_s8.o(.data) + .data 0x00070384 Section 18 norflash.o(.data) + tmprg 0x0007038c Data 4 norflash.o(.data) + .data 0x00070398 Section 12 drv_common.o(.data) + s_my_tick 0x00070398 Data 4 drv_common.o(.data) + .data 0x000703a4 Section 4 drv_gpio.o(.data) + g_ap_reset_cb 0x000703a4 Data 4 drv_gpio.o(.data) + .data 0x000703a8 Section 8 drv_i2c_dma.o(.data) + i2c0_dma_callback 0x000703a8 Data 4 drv_i2c_dma.o(.data) + i2c1_dma_callback 0x000703ac Data 4 drv_i2c_dma.o(.data) + .data 0x000703b0 Section 4 drv_i2c_master.o(.data) + i2c1_intr_callback 0x000703b0 Data 4 drv_i2c_master.o(.data) + .data 0x000703b4 Section 8 drv_i2c_slave.o(.data) + i2c0_intr_callback 0x000703b4 Data 4 drv_i2c_slave.o(.data) + .data 0x000703bc Section 1188 drv_param_init.o(.data) + .data 0x00070860 Section 4 drv_spi_master.o(.data) + SPIM_intr_callback 0x00070860 Data 4 drv_spi_master.o(.data) + .data 0x00070864 Section 8 drv_swire.o(.data) + s_swire_cb 0x00070864 Data 8 drv_swire.o(.data) + .data 0x0007086c Section 1 drv_sys_cfg.o(.data) + sg_ap_rstn_trigger_type 0x0007086c Data 1 drv_sys_cfg.o(.data) + .data 0x00070870 Section 80 drv_timer.o(.data) + sg_timer_info 0x00070870 Data 80 drv_timer.o(.data) + .data 0x000708c0 Section 4 hal_internal_vsync.o(.data) + sg_cur_te_info 0x000708c0 Data 4 hal_internal_vsync.o(.data) + .data 0x000708c4 Section 8 drv_rxbr.o(.data) + .data 0x000708cc Section 4 drv_vidc.o(.data) + .data 0x000708d0 Section 1 drv_phy_common.o(.data) + g_phy_calibration 0x000708d0 Data 1 drv_phy_common.o(.data) + .data 0x000708d4 Section 12 drv_chip_info.o(.data) + sg_chip_info 0x000708d4 Data 4 drv_chip_info.o(.data) + sg_chip_function 0x000708d8 Data 4 drv_chip_info.o(.data) + sg_chip_encrypt 0x000708dc Data 4 drv_chip_info.o(.data) + .data 0x000708e0 Section 12 drv_pwm.o(.data) + s_pwm_type 0x000708e0 Data 1 drv_pwm.o(.data) + s_pwm_cb 0x000708e4 Data 8 drv_pwm.o(.data) + .data 0x000708ec Section 8 drv_uart.o(.data) + s_UartFcrReg 0x000708ec Data 4 drv_uart.o(.data) + uart_userData 0x000708f0 Data 4 drv_uart.o(.data) + .data 0x000708f4 Section 12 drv_wdg.o(.data) + sg_wdg_repeat 0x000708f4 Data 1 drv_wdg.o(.data) + sg_wdg_cb 0x000708f8 Data 8 drv_wdg.o(.data) + .data 0x00070900 Section 4 stdout.o(.data) + .data 0x00070904 Section 4 errno.o(.data) + _errno 0x00070904 Data 4 errno.o(.data) + .bss 0x00070908 Section 412 app_tp_transfer.o(.bss) + s_screen_read_buffer 0x00070908 Data 200 app_tp_transfer.o(.bss) + s_phone_read_buffer 0x000709d0 Data 200 app_tp_transfer.o(.bss) + .bss 0x00070aa4 Section 192 hal_dsi_rx_ctrl.o(.bss) + g_rx_ctrl_handle 0x00070aa4 Data 192 hal_dsi_rx_ctrl.o(.bss) + .bss 0x00070b64 Section 72 hal_dsi_tx_ctrl.o(.bss) + g_tx_ctrl_handle 0x00070b64 Data 72 hal_dsi_tx_ctrl.o(.bss) + .bss 0x00070bac Section 256 tau_log.o(.bss) + .bss 0x00070cac Section 208 hal_uart.o(.bss) + .bss 0x00070d7c Section 28 drv_dma.o(.bss) + s_dma_handle 0x00070d7c Data 28 drv_dma.o(.bss) + .bss 0x00070d98 Section 64 drv_gpio.o(.bss) + s_gpio_cb 0x00070d98 Data 64 drv_gpio.o(.bss) + .bss 0x00070dd8 Section 320 drv_i2c_dma.o(.bss) + i2c0_dma_slave_handle 0x00070dd8 Data 160 drv_i2c_dma.o(.bss) + i2c1_dma_master_handle 0x00070e78 Data 160 drv_i2c_dma.o(.bss) + .bss 0x00070f18 Section 2392 hal_internal_vsync.o(.bss) + g_imm_buffer 0x00071750 Data 255 hal_internal_vsync.o(.bss) + sg_te_info 0x00071850 Data 12 hal_internal_vsync.o(.bss) + g_imm_packet 0x0007185c Data 20 hal_internal_vsync.o(.bss) + .bss 0x00071870 Section 4144 dcs_packet_fifo.o(.bss) + .bss 0x000728a0 Section 32 hal_spi_slave.o(.bss) + STACK 0x000728c0 Section 4096 startup_armcm0.o(STACK) + + Global Symbols + + Symbol Name Value Ov Type Size Object(Section) + + BuildAttributes$$THM_ISAv3M$S$PE$A:L22$X:L11$S22$IEEE1$IW$USESV6$~STKCKD$USESV7$~SHL$OTIME$ROPI$IEEEJ$EBA8$MICROLIB$REQ8$PRES8$EABIv2 0x00000000 Number 0 anon$$obj.o ABSOLUTE + __ARM_use_no_argv 0x00000000 Number 0 main.o ABSOLUTE + _printf_a 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_c 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_charcount 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_d 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_e 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_f 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_flags 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_fp_dec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_fp_hex 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_g 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_i 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_int_dec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_l 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_lc 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_ll 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_lld 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_lli 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_llo 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_llu 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_llx 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_longlong_dec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_longlong_hex 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_longlong_oct 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_ls 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_mbtowc 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_n 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_o 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_p 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_percent 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_pre_padding 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_return_value 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_s 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_sizespec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_str 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_truncate_signed 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_truncate_unsigned 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_u 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_wc 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_wctomb 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_widthprec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_x 0x00000000 Number 0 stubs.o ABSOLUTE + __cpp_initialize__aeabi_ - Undefined Weak Reference + __cxa_finalize - Undefined Weak Reference + _clock_init - Undefined Weak Reference + _microlib_exit - Undefined Weak Reference + __Vectors_Size 0x000000c0 Number 0 startup_armcm0.o ABSOLUTE + __Vectors 0x00010000 Data 4 startup_armcm0.o(RESET) + __Vectors_End 0x000100c0 Data 0 startup_armcm0.o(RESET) + __main 0x000100c1 Thumb Code 0 entry.o(.ARM.Collect$$$$00000000) + _main_stk 0x000100c1 Thumb Code 0 entry2.o(.ARM.Collect$$$$00000001) + _main_scatterload 0x000100c5 Thumb Code 0 entry5.o(.ARM.Collect$$$$00000004) + __main_after_scatterload 0x000100c9 Thumb Code 0 entry5.o(.ARM.Collect$$$$00000004) + _main_clock 0x000100c9 Thumb Code 0 entry7b.o(.ARM.Collect$$$$00000008) + _main_cpp_init 0x000100c9 Thumb Code 0 entry8b.o(.ARM.Collect$$$$0000000A) + _main_init 0x000100c9 Thumb Code 0 entry9a.o(.ARM.Collect$$$$0000000B) + __rt_final_cpp 0x000100d1 Thumb Code 0 entry10a.o(.ARM.Collect$$$$0000000D) + __rt_final_exit 0x000100d1 Thumb Code 0 entry11a.o(.ARM.Collect$$$$0000000F) + Reset_Handler 0x000100d5 Thumb Code 28 startup_armcm0.o(.text) + NMI_Handler 0x000100f1 Thumb Code 2 startup_armcm0.o(.text) + SVC_Handler 0x000100f5 Thumb Code 2 startup_armcm0.o(.text) + PendSV_Handler 0x000100f7 Thumb Code 2 startup_armcm0.o(.text) + OTP_IRQn_Handler 0x00010123 Thumb Code 2 startup_armcm0.o(.text) + PVD_IRQn_Handler 0x00010127 Thumb Code 2 startup_armcm0.o(.text) + __aeabi_uidiv 0x0001014d Thumb Code 0 uidiv.o(.text) + __aeabi_uidivmod 0x0001014d Thumb Code 44 uidiv.o(.text) + __aeabi_idiv 0x00010179 Thumb Code 0 idiv.o(.text) + __aeabi_idivmod 0x00010179 Thumb Code 40 idiv.o(.text) + __aeabi_memcpy 0x000101a1 Thumb Code 36 memcpya.o(.text) + __aeabi_memcpy4 0x000101a1 Thumb Code 0 memcpya.o(.text) + __aeabi_memcpy8 0x000101a1 Thumb Code 0 memcpya.o(.text) + __aeabi_memset 0x000101c5 Thumb Code 14 memseta.o(.text) + __aeabi_memset4 0x000101c5 Thumb Code 0 memseta.o(.text) + __aeabi_memset8 0x000101c5 Thumb Code 0 memseta.o(.text) + __aeabi_memclr 0x000101d3 Thumb Code 4 memseta.o(.text) + __aeabi_memclr4 0x000101d3 Thumb Code 0 memseta.o(.text) + __aeabi_memclr8 0x000101d3 Thumb Code 0 memseta.o(.text) + _memset$wrapper 0x000101d7 Thumb Code 18 memseta.o(.text) + __aeabi_fadd 0x000101e9 Thumb Code 162 fadd.o(.text) + __aeabi_fsub 0x0001028b Thumb Code 8 fadd.o(.text) + __aeabi_frsub 0x00010293 Thumb Code 8 fadd.o(.text) + __aeabi_fmul 0x0001029b Thumb Code 122 fmul.o(.text) + __aeabi_fdiv 0x00010315 Thumb Code 124 fdiv.o(.text) + __ARM_scalbnf 0x00010391 Thumb Code 24 fscalb.o(.text) + scalbnf 0x00010391 Thumb Code 0 fscalb.o(.text) + __aeabi_dadd 0x000103a9 Thumb Code 328 dadd.o(.text) + __aeabi_dsub 0x000104f1 Thumb Code 12 dadd.o(.text) + __aeabi_drsub 0x000104fd Thumb Code 12 dadd.o(.text) + __aeabi_dmul 0x0001050d Thumb Code 202 dmul.o(.text) + __aeabi_ddiv 0x000105dd Thumb Code 234 ddiv.o(.text) + __aeabi_i2f 0x000106cd Thumb Code 22 fflti.o(.text) + __aeabi_ui2f 0x000106e3 Thumb Code 14 ffltui.o(.text) + __aeabi_ui2d 0x000106f1 Thumb Code 24 dfltui.o(.text) + __aeabi_f2iz 0x0001070d Thumb Code 50 ffixi.o(.text) + __aeabi_f2uiz 0x0001073f Thumb Code 40 ffixui.o(.text) + __aeabi_d2iz 0x00010769 Thumb Code 62 dfixi.o(.text) + __aeabi_d2uiz 0x000107b1 Thumb Code 50 dfixui.o(.text) + __aeabi_f2d 0x000107ed Thumb Code 40 f2d.o(.text) + __aeabi_cdcmpeq 0x00010815 Thumb Code 0 cdcmple.o(.text) + __aeabi_cdcmple 0x00010815 Thumb Code 38 cdcmple.o(.text) + __aeabi_cfrcmple 0x0001083d Thumb Code 20 cfrcmple.o(.text) + __aeabi_uldivmod 0x00010851 Thumb Code 96 uldiv.o(.text) + __aeabi_llsl 0x000108b1 Thumb Code 32 llshl.o(.text) + _ll_shift_l 0x000108b1 Thumb Code 0 llshl.o(.text) + __aeabi_llsr 0x000108d1 Thumb Code 34 llushr.o(.text) + _ll_ushift_r 0x000108d1 Thumb Code 0 llushr.o(.text) + __aeabi_lasr 0x000108f3 Thumb Code 38 llsshr.o(.text) + _ll_sshift_r 0x000108f3 Thumb Code 0 llsshr.o(.text) + __I$use$fp 0x00010919 Thumb Code 0 iusefp.o(.text) + _float_round 0x00010919 Thumb Code 16 fepilogue.o(.text) + _float_epilogue 0x00010929 Thumb Code 114 fepilogue.o(.text) + _double_round 0x0001099b Thumb Code 26 depilogue.o(.text) + _double_epilogue 0x000109b5 Thumb Code 164 depilogue.o(.text) + _dsqrt 0x00010a59 Thumb Code 162 dsqrt.o(.text) + __aeabi_d2ulz 0x00010afd Thumb Code 54 dfixul.o(.text) + __aeabi_cdrcmple 0x00010b3d Thumb Code 38 cdrcmple.o(.text) + __scatterload 0x00010b65 Thumb Code 28 init.o(.text) + __scatterload_rt2 0x00010b65 Thumb Code 0 init.o(.text) + __decompress 0x00010b89 Thumb Code 0 __dczerorl2.o(.text) + __decompress1 0x00010b89 Thumb Code 86 __dczerorl2.o(.text) + ADC_IRQn_Handler 0x00010be1 Thumb Code 18 irq_redirect .o(i.ADC_IRQn_Handler) + AP_NRESET_IRQn_Handler 0x00010bf9 Thumb Code 18 irq_redirect .o(i.AP_NRESET_IRQn_Handler) + DMA_IRQn_Handler 0x00010c11 Thumb Code 14 irq_redirect .o(i.DMA_IRQn_Handler) + EXTI_INT0_IRQn_Handler 0x00010c25 Thumb Code 22 irq_redirect .o(i.EXTI_INT0_IRQn_Handler) + EXTI_INT1_IRQn_Handler 0x00010c41 Thumb Code 22 irq_redirect .o(i.EXTI_INT1_IRQn_Handler) + EXTI_INT2_IRQn_Handler 0x00010c5d Thumb Code 22 irq_redirect .o(i.EXTI_INT2_IRQn_Handler) + EXTI_INT3_IRQn_Handler 0x00010c79 Thumb Code 22 irq_redirect .o(i.EXTI_INT3_IRQn_Handler) + EXTI_INT4_IRQn_Handler 0x00010c95 Thumb Code 22 irq_redirect .o(i.EXTI_INT4_IRQn_Handler) + EXTI_INT5_IRQn_Handler 0x00010cb1 Thumb Code 22 irq_redirect .o(i.EXTI_INT5_IRQn_Handler) + EXTI_INT6_IRQn_Handler 0x00010ccd Thumb Code 22 irq_redirect .o(i.EXTI_INT6_IRQn_Handler) + EXTI_INT7_IRQn_Handler 0x00010ce9 Thumb Code 22 irq_redirect .o(i.EXTI_INT7_IRQn_Handler) + FLSCTRL_IRQn_Handler 0x00010d05 Thumb Code 14 irq_redirect .o(i.FLSCTRL_IRQn_Handler) + Gpio_swire_output 0x00010d19 Thumb Code 110 ap_demo.o(i.Gpio_swire_output) + HardFault_Handler 0x00010d8d Thumb Code 14 irq_redirect .o(i.HardFault_Handler) + I2C0_IRQn_Handler 0x00010da1 Thumb Code 18 irq_redirect .o(i.I2C0_IRQn_Handler) + I2C1_IRQn_Handler 0x00010db9 Thumb Code 18 irq_redirect .o(i.I2C1_IRQn_Handler) + LCDC_IRQn_Handler 0x00010dd1 Thumb Code 18 irq_redirect .o(i.LCDC_IRQn_Handler) + LOG_printf 0x00010de9 Thumb Code 30 tau_log.o(i.LOG_printf) + MEMC_IRQn_Handler 0x00010e11 Thumb Code 18 irq_redirect .o(i.MEMC_IRQn_Handler) + MIPI_RX_IRQn_Handler 0x00010e29 Thumb Code 18 irq_redirect .o(i.MIPI_RX_IRQn_Handler) + MIPI_TX_IRQn_Handler 0x00010e41 Thumb Code 18 irq_redirect .o(i.MIPI_TX_IRQn_Handler) + PWMDET_IRQn_Handler 0x00010e59 Thumb Code 22 irq_redirect .o(i.PWMDET_IRQn_Handler) + S20_Start_init 0x00010e75 Thumb Code 270 app_tp_transfer.o(i.S20_Start_init) + SPIM_IRQn_Handler 0x00010f99 Thumb Code 22 irq_redirect .o(i.SPIM_IRQn_Handler) + SPIS_IRQn_Handler 0x00010fb5 Thumb Code 22 irq_redirect .o(i.SPIS_IRQn_Handler) + SWIRE_IRQn_Handler 0x00010fd1 Thumb Code 22 irq_redirect .o(i.SWIRE_IRQn_Handler) + UART_DisableDma 0x00010fed Thumb Code 2 drv_uart.o(i.UART_DisableDma) + UART_GetInstance 0x00010fef Thumb Code 4 drv_uart.o(i.UART_GetInstance) + __scatterload_copy 0x00010ff3 Thumb Code 14 handlers.o(i.__scatterload_copy) + s_RAM_CK 0x00011000 Data 20 drv_common.o(.ARM.__at_0x11000) + SysTick_Handler 0x00011015 Thumb Code 18 irq_redirect .o(i.SysTick_Handler) + TIMER0_IRQn_Handler 0x0001102d Thumb Code 18 irq_redirect .o(i.TIMER0_IRQn_Handler) + TIMER1_IRQn_Handler 0x00011045 Thumb Code 18 irq_redirect .o(i.TIMER1_IRQn_Handler) + TIMER2_IRQn_Handler 0x0001105d Thumb Code 18 irq_redirect .o(i.TIMER2_IRQn_Handler) + TIMER3_IRQn_Handler 0x00011075 Thumb Code 18 irq_redirect .o(i.TIMER3_IRQn_Handler) + UART0_IRQ_Handle 0x0001108d Thumb Code 20 drv_uart.o(i.UART0_IRQ_Handle) + UART_IRQn_Handler 0x000110a9 Thumb Code 18 irq_redirect .o(i.UART_IRQn_Handler) + UART_ResetRxFIFO 0x000110c1 Thumb Code 32 drv_uart.o(i.UART_ResetRxFIFO) + UART_SetBaudRate 0x000110e5 Thumb Code 72 drv_uart.o(i.UART_SetBaudRate) + UART_SwitchSCLK 0x0001112d Thumb Code 26 drv_uart.o(i.UART_SwitchSCLK) + UART_TransferHandleIRQ 0x00011147 Thumb Code 308 drv_uart.o(i.UART_TransferHandleIRQ) + UART_WriteBlocking 0x0001127b Thumb Code 26 drv_uart.o(i.UART_WriteBlocking) + UART_init 0x00011295 Thumb Code 182 drv_uart.o(i.UART_init) + VIDC_IRQn_Handler 0x00011351 Thumb Code 18 irq_redirect .o(i.VIDC_IRQn_Handler) + VPRE_IRQn_Handler 0x00011369 Thumb Code 18 irq_redirect .o(i.VPRE_IRQn_Handler) + WDG_IRQn_Handler 0x00011381 Thumb Code 18 irq_redirect .o(i.WDG_IRQn_Handler) + __0printf 0x00011399 Thumb Code 24 printfa.o(i.__0printf) + __1printf 0x00011399 Thumb Code 0 printfa.o(i.__0printf) + __2printf 0x00011399 Thumb Code 0 printfa.o(i.__0printf) + __c89printf 0x00011399 Thumb Code 0 printfa.o(i.__0printf) + printf 0x00011399 Thumb Code 0 printfa.o(i.__0printf) + __0vsprintf 0x000113b9 Thumb Code 30 printfa.o(i.__0vsprintf) + __1vsprintf 0x000113b9 Thumb Code 0 printfa.o(i.__0vsprintf) + __2vsprintf 0x000113b9 Thumb Code 0 printfa.o(i.__0vsprintf) + __c89vsprintf 0x000113b9 Thumb Code 0 printfa.o(i.__0vsprintf) + vsprintf 0x000113b9 Thumb Code 0 printfa.o(i.__0vsprintf) + __ARM_clz 0x000113dd Thumb Code 46 depilogue.o(i.__ARM_clz) + __ARM_common_switch8 0x0001140b Thumb Code 26 ap_demo.o(i.__ARM_common_switch8) + __scatterload_null 0x000114e9 Thumb Code 2 handlers.o(i.__scatterload_null) + __scatterload_zeroinit 0x000114eb Thumb Code 14 handlers.o(i.__scatterload_zeroinit) + __set_errno 0x000114f9 Thumb Code 6 errno.o(i.__set_errno) + ap_demo 0x00013151 Thumb Code 286 ap_demo.o(i.ap_demo) + ap_tp_calibration 0x000138d9 Thumb Code 170 app_tp_transfer.o(i.ap_tp_calibration) + ap_tp_scan_point_init 0x00013989 Thumb Code 24 app_tp_transfer.o(i.ap_tp_scan_point_init) + ap_tp_scan_point_record_event 0x000139a5 Thumb Code 150 app_tp_transfer.o(i.ap_tp_scan_point_record_event) + ap_tp_scan_point_record_event_exec 0x00013a41 Thumb Code 50 app_tp_transfer.o(i.ap_tp_scan_point_record_event_exec) + ap_tp_simulate_finger_release_event 0x00013a91 Thumb Code 44 app_tp_transfer.o(i.ap_tp_simulate_finger_release_event) + ap_tp_system_softReset 0x00013ac5 Thumb Code 58 app_tp_transfer.o(i.ap_tp_system_softReset) + app_ADC_IRQn_Handler 0x00013b05 Thumb Code 22 drv_rxbr.o(i.app_ADC_IRQn_Handler) + app_AP_NRESET_IRQn_Handler 0x00013b21 Thumb Code 32 drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) + app_EXTI_INT0_IRQn_Handler 0x00013b45 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) + app_EXTI_INT1_IRQn_Handler 0x00013b61 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) + app_EXTI_INT2_IRQn_Handler 0x00013b7d Thumb Code 22 drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) + app_EXTI_INT3_IRQn_Handler 0x00013b99 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) + app_EXTI_INT4_IRQn_Handler 0x00013bb5 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) + app_EXTI_INT5_IRQn_Handler 0x00013bd1 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) + app_EXTI_INT6_IRQn_Handler 0x00013bed Thumb Code 22 drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) + app_EXTI_INT7_IRQn_Handler 0x00013c09 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) + app_HardFault_Handler 0x00013c25 Thumb Code 12 drv_common.o(i.app_HardFault_Handler) + app_I2C0_IRQn_Handler 0x00013c6d Thumb Code 8 drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) + app_I2C1_IRQn_Handler 0x00013c7d Thumb Code 8 drv_i2c_master.o(i.app_I2C1_IRQn_Handler) + app_LCDC_IRQn_Handler 0x00013c8d Thumb Code 98 hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) + app_MEMC_IRQn_Handler 0x00013d6d Thumb Code 132 drv_memc.o(i.app_MEMC_IRQn_Handler) + app_MIPI_RX_IRQn_Handler 0x00013df5 Thumb Code 232 drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) + app_MIPI_TX_IRQn_Handler 0x0001408d Thumb Code 56 drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) + app_PWMDET_IRQn_Handler 0x0001412d Thumb Code 62 drv_pwm.o(i.app_PWMDET_IRQn_Handler) + app_SPIM_IRQn_Handler 0x00014175 Thumb Code 34 drv_spi_master.o(i.app_SPIM_IRQn_Handler) + app_SPIS_IRQn_Handler 0x000141a5 Thumb Code 500 hal_spi_slave.o(i.app_SPIS_IRQn_Handler) + app_SWIRE_IRQn_Handler 0x000143a5 Thumb Code 28 drv_swire.o(i.app_SWIRE_IRQn_Handler) + app_SysTick_Handler 0x000143c5 Thumb Code 20 drv_common.o(i.app_SysTick_Handler) + app_TIMER0_IRQn_Handler 0x000143dd Thumb Code 10 drv_timer.o(i.app_TIMER0_IRQn_Handler) + app_TIMER1_IRQn_Handler 0x000143e7 Thumb Code 10 drv_timer.o(i.app_TIMER1_IRQn_Handler) + app_TIMER2_IRQn_Handler 0x000143f1 Thumb Code 10 drv_timer.o(i.app_TIMER2_IRQn_Handler) + app_TIMER3_IRQn_Handler 0x000143fb Thumb Code 10 drv_timer.o(i.app_TIMER3_IRQn_Handler) + app_UART_IRQn_Handler 0x00014405 Thumb Code 8 drv_uart.o(i.app_UART_IRQn_Handler) + app_VIDC_IRQn_Handler 0x0001440d Thumb Code 22 drv_vidc.o(i.app_VIDC_IRQn_Handler) + app_VPRE_IRQn_Handler 0x00014429 Thumb Code 22 drv_rxbr.o(i.app_VPRE_IRQn_Handler) + app_WDG_IRQn_Handler 0x00014445 Thumb Code 52 drv_wdg.o(i.app_WDG_IRQn_Handler) + app_dma_irq_handler 0x0001447d Thumb Code 10 drv_dma.o(i.app_dma_irq_handler) + app_fls_ctrl_Handler 0x0001448d Thumb Code 38 norflash.o(i.app_fls_ctrl_Handler) + app_tp_I2C_init 0x000144bd Thumb Code 26 app_tp_transfer.o(i.app_tp_I2C_init) + app_tp_calibration_exec 0x000144e1 Thumb Code 30 ap_demo.o(i.app_tp_calibration_exec) + app_tp_init 0x00014549 Thumb Code 60 app_tp_transfer.o(i.app_tp_init) + app_tp_m_transfer_complate 0x000145b1 Thumb Code 8 app_tp_transfer.o(i.app_tp_m_transfer_complate) + app_tp_phone_analysis_data 0x000145c1 Thumb Code 980 app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) + app_tp_phone_clear_reset_on 0x000149d1 Thumb Code 8 app_tp_transfer.o(i.app_tp_phone_clear_reset_on) + app_tp_s_read 0x000149dd Thumb Code 8 app_tp_transfer.o(i.app_tp_s_read) + app_tp_s_write 0x000149e5 Thumb Code 8 app_tp_transfer.o(i.app_tp_s_write) + app_tp_screen_analysis_int 0x000149ed Thumb Code 706 app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) + app_tp_screen_init 0x00014cbd Thumb Code 42 app_tp_transfer.o(i.app_tp_screen_init) + app_tp_transfer_screen_int 0x00014da5 Thumb Code 420 app_tp_transfer.o(i.app_tp_transfer_screen_int) + app_tp_transfer_screen_start 0x00014f85 Thumb Code 18 app_tp_transfer.o(i.app_tp_transfer_screen_start) + blue_change_ccm 0x00014f9d Thumb Code 54 ap_demo.o(i.blue_change_ccm) + board_Init 0x00014fd5 Thumb Code 30 board.o(i.board_Init) + ceil 0x000153c5 Thumb Code 180 ceil.o(i.ceil) + dcs_packet_fifo_alloc 0x0001554d Thumb Code 80 dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) + dcs_packet_fifo_init 0x000155a5 Thumb Code 18 dcs_packet_fifo.o(i.dcs_packet_fifo_init) + dcs_packet_free_fifo_header 0x000155bd Thumb Code 60 dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) + dcs_packet_get_fifo_header 0x00015601 Thumb Code 26 dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) + delayMs 0x00015641 Thumb Code 24 tau_delay.o(i.delayMs) + delayUs 0x00015659 Thumb Code 34 tau_delay.o(i.delayUs) + drv_ap_rst_trig_edge_detect 0x00015711 Thumb Code 46 drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) + drv_chip_info_get_info 0x00015749 Thumb Code 6 drv_chip_info.o(i.drv_chip_info_get_info) + drv_chip_info_init 0x00015755 Thumb Code 56 drv_chip_info.o(i.drv_chip_info_init) + drv_chip_rx_info_check 0x00015795 Thumb Code 122 drv_chip_info.o(i.drv_chip_rx_info_check) + drv_chip_rx_init_done 0x0001585d Thumb Code 16 drv_chip_info.o(i.drv_chip_rx_init_done) + drv_common_enable_systick 0x00015871 Thumb Code 70 drv_common.o(i.drv_common_enable_systick) + drv_common_system_init 0x000158c9 Thumb Code 8 drv_common.o(i.drv_common_system_init) + drv_crgu_config_reset_modules 0x000158d1 Thumb Code 10 drv_crgu.o(i.drv_crgu_config_reset_modules) + drv_crgu_set_ahb_pre_div 0x000158e1 Thumb Code 14 drv_crgu.o(i.drv_crgu_set_ahb_pre_div) + drv_crgu_set_ahb_src 0x000158f5 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_ahb_src) + drv_crgu_set_clock 0x00015909 Thumb Code 26 drv_crgu.o(i.drv_crgu_set_clock) + drv_crgu_set_dpi_mux_src 0x00015929 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dpi_mux_src) + drv_crgu_set_dpi_pre_div 0x0001593d Thumb Code 18 drv_crgu.o(i.drv_crgu_set_dpi_pre_div) + drv_crgu_set_dpi_pre_src 0x00015955 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dpi_pre_src) + drv_crgu_set_dsc_core_div 0x00015969 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dsc_core_div) + drv_crgu_set_dsco_src 0x0001597d Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dsco_src) + drv_crgu_set_dsco_src_div 0x00015991 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dsco_src_div) + drv_crgu_set_fb_div 0x000159a5 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_fb_div) + drv_crgu_set_fb_src 0x000159b9 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_fb_src) + drv_crgu_set_lcdc_div 0x000159cd Thumb Code 16 drv_crgu.o(i.drv_crgu_set_lcdc_div) + drv_crgu_set_lcdc_src 0x000159e1 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_lcdc_src) + drv_crgu_set_mipi_cfg_src 0x000159f5 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_mipi_cfg_src) + drv_crgu_set_mipi_ref_src 0x00015a09 Thumb Code 18 drv_crgu.o(i.drv_crgu_set_mipi_ref_src) + drv_crgu_set_reset 0x00015a21 Thumb Code 20 drv_crgu.o(i.drv_crgu_set_reset) + drv_crgu_set_rxbr_div 0x00015a39 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_rxbr_div) + drv_crgu_set_rxbr_src 0x00015a4d Thumb Code 16 drv_crgu.o(i.drv_crgu_set_rxbr_src) + drv_crgu_set_vidc_src 0x00015a61 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_vidc_src) + drv_dma_clear_flag 0x00015a75 Thumb Code 24 drv_dma.o(i.drv_dma_clear_flag) + drv_dma_create_handle 0x00015a8d Thumb Code 22 drv_dma.o(i.drv_dma_create_handle) + drv_dma_disenable_channel 0x00015aa9 Thumb Code 16 drv_dma.o(i.drv_dma_disenable_channel) + drv_dma_enable_channel 0x00015ab9 Thumb Code 16 drv_dma.o(i.drv_dma_enable_channel) + drv_dma_enable_channel_interrupts 0x00015ac9 Thumb Code 32 drv_dma.o(i.drv_dma_enable_channel_interrupts) + drv_dma_get_channel_flag 0x00015aed Thumb Code 12 drv_dma.o(i.drv_dma_get_channel_flag) + drv_dma_irq_handler 0x00015af9 Thumb Code 138 drv_dma.o(i.drv_dma_irq_handler) + drv_dma_prepar_transfer 0x00015b89 Thumb Code 18 drv_dma.o(i.drv_dma_prepar_transfer) + drv_dma_set_burst 0x00015b9b Thumb Code 26 drv_dma.o(i.drv_dma_set_burst) + drv_dma_set_callback 0x00015bb5 Thumb Code 6 drv_dma.o(i.drv_dma_set_callback) + drv_dma_set_transfer 0x00015bbd Thumb Code 62 drv_dma.o(i.drv_dma_set_transfer) + drv_dsc_dec_convert_pps_rc_parameter 0x00015c01 Thumb Code 54 drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) + drv_dsc_dec_disable 0x00015c37 Thumb Code 12 drv_dsc_dec.o(i.drv_dsc_dec_disable) + drv_dsc_dec_enable 0x00015c45 Thumb Code 88 drv_dsc_dec.o(i.drv_dsc_dec_enable) + drv_dsc_dec_get_nslc 0x00015cb9 Thumb Code 10 drv_dsc_dec.o(i.drv_dsc_dec_get_nslc) + drv_dsc_dec_set_u8_pps 0x00015cc3 Thumb Code 40 drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) + drv_dsi_rx_calc_ipi_tx_delay 0x00015ced Thumb Code 244 drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) + drv_dsi_rx_enable_irq 0x00015df1 Thumb Code 58 drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) + drv_dsi_rx_get_compression_en 0x00015e9d Thumb Code 8 drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) + drv_dsi_rx_get_max_ret_size 0x00015ea5 Thumb Code 6 drv_dsi_rx.o(i.drv_dsi_rx_get_max_ret_size) + drv_dsi_rx_power_up 0x00015eab Thumb Code 14 drv_dsi_rx.o(i.drv_dsi_rx_power_up) + drv_dsi_rx_set_ctrl_cfg 0x00015eb9 Thumb Code 32 drv_dsi_rx.o(i.drv_dsi_rx_set_ctrl_cfg) + drv_dsi_rx_set_ddi_cfg 0x00015ed9 Thumb Code 16 drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) + drv_dsi_rx_set_inten 0x00015ee9 Thumb Code 4 drv_dsi_rx.o(i.drv_dsi_rx_set_inten) + drv_dsi_rx_set_ipi_cfg 0x00015eed Thumb Code 16 drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_cfg) + drv_dsi_rx_set_lane_swap 0x00015efd Thumb Code 70 drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) + drv_dsi_rx_set_resp_cnt 0x00015f43 Thumb Code 38 drv_dsi_rx.o(i.drv_dsi_rx_set_resp_cnt) + drv_dsi_rx_set_up_phy 0x00015f69 Thumb Code 236 drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) + drv_dsi_rx_shut_down 0x00016059 Thumb Code 14 drv_dsi_rx.o(i.drv_dsi_rx_shut_down) + drv_dsi_tx_command_header 0x00016067 Thumb Code 20 drv_dsi_tx.o(i.drv_dsi_tx_command_header) + drv_dsi_tx_command_mode_cfg 0x0001607b Thumb Code 108 drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) + drv_dsi_tx_command_put_payload 0x000160e7 Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) + drv_dsi_tx_config_eotp 0x000160eb Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) + drv_dsi_tx_config_int 0x00016103 Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_config_int) + drv_dsi_tx_dpi_lpcmd_time 0x0001610b Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_dpi_lpcmd_time) + drv_dsi_tx_dpi_mode 0x00016113 Thumb Code 10 drv_dsi_tx.o(i.drv_dsi_tx_dpi_mode) + drv_dsi_tx_dpi_polarity 0x0001611d Thumb Code 36 drv_dsi_tx.o(i.drv_dsi_tx_dpi_polarity) + drv_dsi_tx_edpi_cmd_size 0x00016141 Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_edpi_cmd_size) + drv_dsi_tx_get_cmd_status 0x00016145 Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) + drv_dsi_tx_mode 0x00016149 Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_mode) + drv_dsi_tx_phy_clock_lane_auto_lp 0x0001614d Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_auto_lp) + drv_dsi_tx_phy_clock_lane_req_hs 0x00016165 Thumb Code 26 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) + drv_dsi_tx_phy_lane_mode 0x0001617f Thumb Code 12 drv_dsi_tx.o(i.drv_dsi_tx_phy_lane_mode) + drv_dsi_tx_phy_status_ready 0x0001618b Thumb Code 100 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ready) + drv_dsi_tx_phy_status_stopstate 0x000161ef Thumb Code 62 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) + drv_dsi_tx_phy_test_setup 0x0001622d Thumb Code 268 drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) + drv_dsi_tx_phy_time_cfg 0x00016339 Thumb Code 30 drv_dsi_tx.o(i.drv_dsi_tx_phy_time_cfg) + drv_dsi_tx_powerup 0x00016357 Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_powerup) + drv_dsi_tx_response_mode 0x0001635f Thumb Code 28 drv_dsi_tx.o(i.drv_dsi_tx_response_mode) + drv_dsi_tx_set_bta_ack 0x0001637b Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_set_bta_ack) + drv_dsi_tx_set_esc_div 0x00016393 Thumb Code 12 drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) + drv_dsi_tx_set_int 0x000163a1 Thumb Code 46 drv_dsi_tx.o(i.drv_dsi_tx_set_int) + drv_dsi_tx_set_time_out_div 0x000163d5 Thumb Code 16 drv_dsi_tx.o(i.drv_dsi_tx_set_time_out_div) + drv_dsi_tx_set_video_chunk 0x000163e5 Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_set_video_chunk) + drv_dsi_tx_set_video_timing 0x000163ed Thumb Code 34 drv_dsi_tx.o(i.drv_dsi_tx_set_video_timing) + drv_dsi_tx_shutdown 0x0001640f Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_shutdown) + drv_dsi_tx_timeout_cfg 0x00016417 Thumb Code 38 drv_dsi_tx.o(i.drv_dsi_tx_timeout_cfg) + drv_dsi_tx_video_mode_cfg 0x0001643d Thumb Code 170 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_cfg) + drv_dsi_tx_video_mode_disable_hact_cmd 0x000164e7 Thumb Code 22 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_disable_hact_cmd) + drv_dsi_tx_video_mode_set_lp_cmd 0x000164fd Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) + drv_efuse_enter_inactive 0x00016515 Thumb Code 32 drv_efuse.o(i.drv_efuse_enter_inactive) + drv_efuse_int_enable 0x00016535 Thumb Code 12 drv_efuse.o(i.drv_efuse_int_enable) + drv_efuse_read 0x00016541 Thumb Code 50 drv_efuse.o(i.drv_efuse_read) + drv_efuse_read_req 0x00016573 Thumb Code 24 drv_efuse.o(i.drv_efuse_read_req) + drv_gpio_get_input_data 0x0001658d Thumb Code 20 drv_gpio.o(i.drv_gpio_get_input_data) + drv_gpio_register_ap_reset_callback 0x000165a5 Thumb Code 6 drv_gpio.o(i.drv_gpio_register_ap_reset_callback) + drv_gpio_register_callback 0x000165b1 Thumb Code 14 drv_gpio.o(i.drv_gpio_register_callback) + drv_gpio_set_int 0x000165c5 Thumb Code 62 drv_gpio.o(i.drv_gpio_set_int) + drv_gpio_set_ioe 0x00016609 Thumb Code 26 drv_gpio.o(i.drv_gpio_set_ioe) + drv_gpio_set_mode0 0x00016629 Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode0) + drv_gpio_set_mode1 0x00016639 Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode1) + drv_gpio_set_mode2 0x00016649 Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode2) + drv_gpio_set_mode3 0x00016659 Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode3) + drv_gpio_set_pull_state 0x00016689 Thumb Code 298 drv_gpio.o(i.drv_gpio_set_pull_state) + drv_i2c_dma_init 0x000167ed Thumb Code 146 drv_i2c_dma.o(i.drv_i2c_dma_init) + drv_i2c_enable_rx_dma 0x00016899 Thumb Code 26 drv_i2c_dma.o(i.drv_i2c_enable_rx_dma) + drv_i2c_enable_tx_dma 0x000168b3 Thumb Code 24 drv_i2c_dma.o(i.drv_i2c_enable_tx_dma) + drv_i2c_m_clear_it_pending_bit 0x000168cd Thumb Code 86 drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) + drv_i2c_m_enable 0x0001692d Thumb Code 10 drv_i2c_master.o(i.drv_i2c_m_enable) + drv_i2c_m_enable_intr 0x0001693d Thumb Code 42 drv_i2c_master.o(i.drv_i2c_m_enable_intr) + drv_i2c_m_set_callback 0x00016975 Thumb Code 6 drv_i2c_master.o(i.drv_i2c_m_set_callback) + drv_i2c_master_init 0x00016981 Thumb Code 118 drv_i2c_master.o(i.drv_i2c_master_init) + drv_i2c_master_read_dma 0x00016a0d Thumb Code 82 drv_i2c_dma.o(i.drv_i2c_master_read_dma) + drv_i2c_master_write_dma 0x00016a69 Thumb Code 50 drv_i2c_dma.o(i.drv_i2c_master_write_dma) + drv_i2c_s_clear_it_pending_bit 0x00016ad5 Thumb Code 84 drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) + drv_i2c_s_enable_intr 0x00016b31 Thumb Code 40 drv_i2c_slave.o(i.drv_i2c_s_enable_intr) + drv_i2c_s_get_fifo_status 0x00016b65 Thumb Code 22 drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) + drv_i2c_s_set_callback 0x00016b81 Thumb Code 6 drv_i2c_slave.o(i.drv_i2c_s_set_callback) + drv_i2c_s_write_data 0x00016b8d Thumb Code 26 drv_i2c_slave.o(i.drv_i2c_s_write_data) + drv_i2c_set_dma_irq_callback 0x00016bad Thumb Code 68 drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) + drv_i2c_slave_init 0x00016c05 Thumb Code 60 drv_i2c_slave.o(i.drv_i2c_slave_init) + drv_i2c_slave_write_dma 0x00016c49 Thumb Code 18 drv_i2c_dma.o(i.drv_i2c_slave_write_dma) + drv_lcdc_config_bypass 0x00016c65 Thumb Code 24 drv_lcdc.o(i.drv_lcdc_config_bypass) + drv_lcdc_config_ccm 0x00016c7d Thumb Code 48 drv_lcdc.o(i.drv_lcdc_config_ccm) + drv_lcdc_config_disp_mode 0x00016cad Thumb Code 22 drv_lcdc.o(i.drv_lcdc_config_disp_mode) + drv_lcdc_config_dpi_polarity 0x00016cc3 Thumb Code 36 drv_lcdc.o(i.drv_lcdc_config_dpi_polarity) + drv_lcdc_config_dpi_timing 0x00016ce7 Thumb Code 38 drv_lcdc.o(i.drv_lcdc_config_dpi_timing) + drv_lcdc_config_edpi_mode 0x00016d0d Thumb Code 22 drv_lcdc.o(i.drv_lcdc_config_edpi_mode) + drv_lcdc_config_endianness 0x00016d23 Thumb Code 22 drv_lcdc.o(i.drv_lcdc_config_endianness) + drv_lcdc_config_input_size 0x00016d39 Thumb Code 12 drv_lcdc.o(i.drv_lcdc_config_input_size) + drv_lcdc_config_int 0x00016d45 Thumb Code 30 drv_lcdc.o(i.drv_lcdc_config_int) + drv_lcdc_config_int_single 0x00016d63 Thumb Code 34 drv_lcdc.o(i.drv_lcdc_config_int_single) + drv_lcdc_config_overwrite 0x00016d85 Thumb Code 34 drv_lcdc.o(i.drv_lcdc_config_overwrite) + drv_lcdc_config_overwrite_rgb 0x00016da7 Thumb Code 12 drv_lcdc.o(i.drv_lcdc_config_overwrite_rgb) + drv_lcdc_config_partial_display_area 0x00016db3 Thumb Code 26 drv_lcdc.o(i.drv_lcdc_config_partial_display_area) + drv_lcdc_config_partial_display_enable 0x00016dcd Thumb Code 34 drv_lcdc.o(i.drv_lcdc_config_partial_display_enable) + drv_lcdc_config_scale_up_coef 0x00016def Thumb Code 26 drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) + drv_lcdc_config_scale_up_step 0x00016e09 Thumb Code 12 drv_lcdc.o(i.drv_lcdc_config_scale_up_step) + drv_lcdc_config_src_parameter 0x00016e15 Thumb Code 76 drv_lcdc.o(i.drv_lcdc_config_src_parameter) + drv_lcdc_config_thresh 0x00016e61 Thumb Code 6 drv_lcdc.o(i.drv_lcdc_config_thresh) + drv_lcdc_ctrl_flow 0x00016e67 Thumb Code 18 drv_lcdc.o(i.drv_lcdc_ctrl_flow) + drv_lcdc_enable_shadow_reg 0x00016e79 Thumb Code 32 drv_lcdc.o(i.drv_lcdc_enable_shadow_reg) + drv_lcdc_set_int 0x00016e99 Thumb Code 46 drv_lcdc.o(i.drv_lcdc_set_int) + drv_lcdc_set_video_hw_mode 0x00016ecd Thumb Code 20 drv_lcdc.o(i.drv_lcdc_set_video_hw_mode) + drv_lcdc_start 0x00016ee1 Thumb Code 32 drv_lcdc.o(i.drv_lcdc_start) + drv_memc_clear_status 0x00016f01 Thumb Code 12 drv_memc.o(i.drv_memc_clear_status) + drv_memc_enable_irq 0x00016f0d Thumb Code 58 drv_memc.o(i.drv_memc_enable_irq) + drv_memc_gen_a_tear_signal 0x00016f4d Thumb Code 12 drv_memc.o(i.drv_memc_gen_a_tear_signal) + drv_memc_get_status 0x00016f59 Thumb Code 18 drv_memc.o(i.drv_memc_get_status) + drv_memc_rate_transfer_sel 0x00016f6b Thumb Code 16 drv_memc.o(i.drv_memc_rate_transfer_sel) + drv_memc_sel_vsync 0x00016f7b Thumb Code 14 drv_memc.o(i.drv_memc_sel_vsync) + drv_memc_set_active_height 0x00016f89 Thumb Code 14 drv_memc.o(i.drv_memc_set_active_height) + drv_memc_set_data_mode 0x00016f9d Thumb Code 12 drv_memc.o(i.drv_memc_set_data_mode) + drv_memc_set_double_buffer 0x00016fa9 Thumb Code 16 drv_memc.o(i.drv_memc_set_double_buffer) + drv_memc_set_double_buffer_reverse 0x00016fb9 Thumb Code 18 drv_memc.o(i.drv_memc_set_double_buffer_reverse) + drv_memc_set_fs_en_conditions 0x00016fcb Thumb Code 16 drv_memc.o(i.drv_memc_set_fs_en_conditions) + drv_memc_set_inten 0x00016fdb Thumb Code 20 drv_memc.o(i.drv_memc_set_inten) + drv_memc_set_lcdc_st_conditions 0x00016ff1 Thumb Code 18 drv_memc.o(i.drv_memc_set_lcdc_st_conditions) + drv_memc_set_ltpo_mode 0x00017009 Thumb Code 26 drv_memc.o(i.drv_memc_set_ltpo_mode) + drv_memc_set_tear_mode 0x00017023 Thumb Code 14 drv_memc.o(i.drv_memc_set_tear_mode) + drv_memc_set_tear_waveform 0x00017031 Thumb Code 34 drv_memc.o(i.drv_memc_set_tear_waveform) + drv_memc_set_vidc_sync_cnt 0x00017059 Thumb Code 14 drv_memc.o(i.drv_memc_set_vidc_sync_cnt) + drv_param_init_get_ccm 0x00017069 Thumb Code 4 drv_param_init.o(i.drv_param_init_get_ccm) + drv_param_init_get_scld_filter_h 0x00017071 Thumb Code 12 drv_param_init.o(i.drv_param_init_get_scld_filter_h) + drv_param_init_get_scld_filter_v 0x00017085 Thumb Code 12 drv_param_init.o(i.drv_param_init_get_scld_filter_v) + drv_param_init_get_sclu_filter 0x00017099 Thumb Code 4 drv_param_init.o(i.drv_param_init_get_sclu_filter) + drv_param_init_set_ccm 0x000170a1 Thumb Code 14 drv_param_init.o(i.drv_param_init_set_ccm) + drv_param_p2r_filter_init 0x000170b5 Thumb Code 30 drv_param_init.o(i.drv_param_p2r_filter_init) + drv_phy_enable_calibration 0x000170d9 Thumb Code 12 drv_phy_common.o(i.drv_phy_enable_calibration) + drv_phy_get_calibration 0x000170e9 Thumb Code 50 drv_phy_common.o(i.drv_phy_get_calibration) + drv_phy_get_pll_para 0x00017125 Thumb Code 88 drv_phy_common.o(i.drv_phy_get_pll_para) + drv_phy_get_rate_para 0x00017185 Thumb Code 76 drv_phy_common.o(i.drv_phy_get_rate_para) + drv_phy_test_clear 0x000171d9 Thumb Code 16 drv_phy_common.o(i.drv_phy_test_clear) + drv_phy_test_lock 0x000171e9 Thumb Code 24 drv_phy_common.o(i.drv_phy_test_lock) + drv_phy_test_write_1_byte 0x00017201 Thumb Code 32 drv_phy_common.o(i.drv_phy_test_write_1_byte) + drv_phy_test_write_2_byte 0x00017221 Thumb Code 38 drv_phy_common.o(i.drv_phy_test_write_2_byte) + drv_phy_test_write_code 0x00017247 Thumb Code 30 drv_phy_common.o(i.drv_phy_test_write_code) + drv_pwr_set_cp_mode 0x00017285 Thumb Code 26 drv_pwr.o(i.drv_pwr_set_cp_mode) + drv_pwr_set_pvd_mode 0x000172a5 Thumb Code 18 drv_pwr.o(i.drv_pwr_set_pvd_mode) + drv_pwr_set_system_clk_src 0x000172bd Thumb Code 36 drv_pwr.o(i.drv_pwr_set_system_clk_src) + drv_rxbr_clear_pkt_buffer 0x00017333 Thumb Code 10 drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) + drv_rxbr_clear_status0 0x0001733d Thumb Code 4 drv_rxbr.o(i.drv_rxbr_clear_status0) + drv_rxbr_enable_irq 0x00017341 Thumb Code 90 drv_rxbr.o(i.drv_rxbr_enable_irq) + drv_rxbr_frame_drop_cfg 0x0001739d Thumb Code 16 drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) + drv_rxbr_get_clk 0x000173b1 Thumb Code 44 drv_rxbr.o(i.drv_rxbr_get_clk) + drv_rxbr_get_col_addr 0x000173ed Thumb Code 4 drv_rxbr.o(i.drv_rxbr_get_col_addr) + drv_rxbr_get_page_addr 0x00017403 Thumb Code 4 drv_rxbr.o(i.drv_rxbr_get_page_addr) + drv_rxbr_hline_rcv0_cfg 0x00017419 Thumb Code 12 drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) + drv_rxbr_hline_rcv_cfg 0x00017425 Thumb Code 8 drv_rxbr.o(i.drv_rxbr_hline_rcv_cfg) + drv_rxbr_register_irq0_callback 0x0001742d Thumb Code 6 drv_rxbr.o(i.drv_rxbr_register_irq0_callback) + drv_rxbr_register_irq1_callback 0x00017439 Thumb Code 6 drv_rxbr.o(i.drv_rxbr_register_irq1_callback) + drv_rxbr_set_ack_pkt_header 0x00017445 Thumb Code 20 drv_rxbr.o(i.drv_rxbr_set_ack_pkt_header) + drv_rxbr_set_cmd_filter 0x00017459 Thumb Code 204 drv_rxbr.o(i.drv_rxbr_set_cmd_filter) + drv_rxbr_set_color_format 0x00017525 Thumb Code 20 drv_rxbr.o(i.drv_rxbr_set_color_format) + drv_rxbr_set_inten 0x00017539 Thumb Code 20 drv_rxbr.o(i.drv_rxbr_set_inten) + drv_rxbr_set_ltpo_drop_th 0x0001754d Thumb Code 16 drv_rxbr.o(i.drv_rxbr_set_ltpo_drop_th) + drv_rxbr_set_usr_cfg 0x0001755d Thumb Code 38 drv_rxbr.o(i.drv_rxbr_set_usr_cfg) + drv_rxbr_set_usr_col 0x00017583 Thumb Code 8 drv_rxbr.o(i.drv_rxbr_set_usr_col) + drv_rxbr_set_usr_row 0x0001758b Thumb Code 8 drv_rxbr.o(i.drv_rxbr_set_usr_row) + drv_spi_m_read_data 0x00017595 Thumb Code 28 drv_spi_master.o(i.drv_spi_m_read_data) + drv_swire_set_int 0x000175b5 Thumb Code 64 drv_swire.o(i.drv_swire_set_int) + drv_swire_set_power_down 0x000175fd Thumb Code 24 drv_swire.o(i.drv_swire_set_power_down) + drv_sys_cfg_clear_all_int 0x00017619 Thumb Code 8 drv_sys_cfg.o(i.drv_sys_cfg_clear_all_int) + drv_sys_cfg_clear_pending 0x00017625 Thumb Code 32 drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) + drv_sys_cfg_sel_ap_rst_lvl_trig 0x0001764d Thumb Code 18 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) + drv_sys_cfg_sel_ap_rst_trig 0x00017665 Thumb Code 22 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) + drv_sys_cfg_sel_gpio_group 0x00017681 Thumb Code 30 drv_sys_cfg.o(i.drv_sys_cfg_sel_gpio_group) + drv_sys_cfg_sel_int_trig 0x000176a5 Thumb Code 30 drv_sys_cfg.o(i.drv_sys_cfg_sel_int_trig) + drv_sys_cfg_set_dma_rx_req 0x000176c9 Thumb Code 10 drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) + drv_sys_cfg_set_dma_tx_req 0x000176d9 Thumb Code 10 drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) + drv_sys_cfg_set_int 0x000176e9 Thumb Code 30 drv_sys_cfg.o(i.drv_sys_cfg_set_int) + drv_timer_clear_status_flags 0x0001770d Thumb Code 26 drv_timer.o(i.drv_timer_clear_status_flags) + drv_timer_enable 0x00017727 Thumb Code 32 drv_timer.o(i.drv_timer_enable) + drv_timer_get_instance 0x00017749 Thumb Code 10 drv_timer.o(i.drv_timer_get_instance) + drv_timer_get_prescaler 0x00017759 Thumb Code 14 drv_timer.o(i.drv_timer_get_prescaler) + drv_timer_register_callback 0x000177ad Thumb Code 14 drv_timer.o(i.drv_timer_register_callback) + drv_timer_set_current_count 0x000177c1 Thumb Code 12 drv_timer.o(i.drv_timer_set_current_count) + drv_timer_set_int 0x000177cd Thumb Code 68 drv_timer.o(i.drv_timer_set_int) + drv_timer_set_match 0x00017815 Thumb Code 12 drv_timer.o(i.drv_timer_set_match) + drv_timer_set_prescaler 0x00017821 Thumb Code 22 drv_timer.o(i.drv_timer_set_prescaler) + drv_tx_phy_test_enter 0x00017841 Thumb Code 28 drv_dsi_tx.o(i.drv_tx_phy_test_enter) + drv_tx_phy_test_exit 0x0001785d Thumb Code 28 drv_dsi_tx.o(i.drv_tx_phy_test_exit) + drv_vidc_clear_irq 0x000178af Thumb Code 8 drv_vidc.o(i.drv_vidc_clear_irq) + drv_vidc_enable 0x000178b7 Thumb Code 24 drv_vidc.o(i.drv_vidc_enable) + drv_vidc_enable_irq 0x000178d1 Thumb Code 58 drv_vidc.o(i.drv_vidc_enable_irq) + drv_vidc_get_irq_status 0x00017911 Thumb Code 18 drv_vidc.o(i.drv_vidc_get_irq_status) + drv_vidc_init_module_enable 0x00017925 Thumb Code 36 drv_vidc.o(i.drv_vidc_init_module_enable) + drv_vidc_register_callback 0x0001794d Thumb Code 6 drv_vidc.o(i.drv_vidc_register_callback) + drv_vidc_reset 0x00017959 Thumb Code 6 drv_vidc.o(i.drv_vidc_reset) + drv_vidc_set_dst_parameter 0x0001795f Thumb Code 60 drv_vidc.o(i.drv_vidc_set_dst_parameter) + drv_vidc_set_irqen 0x0001799b Thumb Code 20 drv_vidc.o(i.drv_vidc_set_irqen) + drv_vidc_set_mirror 0x000179af Thumb Code 16 drv_vidc.o(i.drv_vidc_set_mirror) + drv_vidc_set_p2r_hcoef0 0x000179bf Thumb Code 8 drv_vidc.o(i.drv_vidc_set_p2r_hcoef0) + drv_vidc_set_p2r_hinitb 0x000179c7 Thumb Code 38 drv_vidc.o(i.drv_vidc_set_p2r_hinitb) + drv_vidc_set_p2r_hinitr 0x000179ed Thumb Code 38 drv_vidc.o(i.drv_vidc_set_p2r_hinitr) + drv_vidc_set_pentile_swap 0x00017a15 Thumb Code 18 drv_vidc.o(i.drv_vidc_set_pentile_swap) + drv_vidc_set_pu_ctrl 0x00017a2d Thumb Code 10 drv_vidc.o(i.drv_vidc_set_pu_ctrl) + drv_vidc_set_rotation 0x00017a37 Thumb Code 16 drv_vidc.o(i.drv_vidc_set_rotation) + drv_vidc_set_scld_hcoef0 0x00017a47 Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_hcoef0) + drv_vidc_set_scld_hcoef1 0x00017a51 Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_hcoef1) + drv_vidc_set_scld_step 0x00017a5b Thumb Code 18 drv_vidc.o(i.drv_vidc_set_scld_step) + drv_vidc_set_scld_vcoef0 0x00017a6d Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_vcoef0) + drv_vidc_set_scld_vcoef1 0x00017a77 Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_vcoef1) + drv_vidc_set_src_parameter 0x00017a81 Thumb Code 22 drv_vidc.o(i.drv_vidc_set_src_parameter) + drv_wdg_clear_counter 0x00017a99 Thumb Code 12 drv_wdg.o(i.drv_wdg_clear_counter) + drv_wdg_set_int 0x00017ac9 Thumb Code 48 drv_wdg.o(i.drv_wdg_set_int) + fls_clr_interrupt_flag 0x00017afd Thumb Code 10 drv_fls.o(i.fls_clr_interrupt_flag) + fputc 0x00017b07 Thumb Code 20 tau_log.o(i.fputc) + hal_dsi_rx_ctrl_create_handle 0x00017b1d Thumb Code 42 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) + hal_dsi_rx_ctrl_deinit 0x00017b4d Thumb Code 148 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) + hal_dsi_rx_ctrl_dsc_async_handler 0x00017be9 Thumb Code 120 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) + hal_dsi_rx_ctrl_gen_a_tear_signal 0x00017c6d Thumb Code 32 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) + hal_dsi_rx_ctrl_get_max_ret_size 0x00017c95 Thumb Code 30 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) + hal_dsi_rx_ctrl_init 0x00017cbd Thumb Code 144 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) + hal_dsi_rx_ctrl_pre_init_pps 0x000183f1 Thumb Code 56 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) + hal_dsi_rx_ctrl_send_ack_cmd 0x0001842d Thumb Code 212 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) + hal_dsi_rx_ctrl_set_cus_sync_line 0x0001851d Thumb Code 44 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) + hal_dsi_rx_ctrl_set_hw_tear_mode 0x00018551 Thumb Code 42 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) + hal_dsi_rx_ctrl_set_sw_tear_mode 0x00018631 Thumb Code 42 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) + hal_dsi_rx_ctrl_start 0x00018665 Thumb Code 46 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) + hal_dsi_rx_ctrl_stop 0x000186a1 Thumb Code 46 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) + hal_dsi_rx_ctrl_toggle_resolution 0x000186dd Thumb Code 28 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) + hal_dsi_tx_ctrl_create_handle 0x00018d91 Thumb Code 34 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) + hal_dsi_tx_ctrl_deinit 0x00018dbd Thumb Code 68 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) + hal_dsi_tx_ctrl_enter_init_panel_mode 0x00018e05 Thumb Code 68 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) + hal_dsi_tx_ctrl_exit_init_panel_mode 0x00018e51 Thumb Code 32 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) + hal_dsi_tx_ctrl_init 0x00018e79 Thumb Code 188 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) + hal_dsi_tx_ctrl_panel_reset_pin 0x00018f61 Thumb Code 12 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) + hal_dsi_tx_ctrl_set_ccm 0x00018f6d Thumb Code 28 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) + hal_dsi_tx_ctrl_set_overwrite_rgb 0x00018f8d Thumb Code 16 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) + hal_dsi_tx_ctrl_set_partial_disp 0x00018fa1 Thumb Code 12 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) + hal_dsi_tx_ctrl_set_partial_disp_area 0x00018fb1 Thumb Code 30 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) + hal_dsi_tx_ctrl_start 0x00018fd5 Thumb Code 94 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) + hal_dsi_tx_ctrl_stop 0x00019041 Thumb Code 54 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) + hal_dsi_tx_ctrl_write_array_cmd 0x00019085 Thumb Code 210 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) + hal_dsi_tx_ctrl_write_cmd 0x0001915d Thumb Code 172 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) + hal_gpio_ctrl_eint 0x000193f1 Thumb Code 18 hal_gpio.o(i.hal_gpio_ctrl_eint) + hal_gpio_get_input_data 0x00019409 Thumb Code 18 hal_gpio.o(i.hal_gpio_get_input_data) + hal_gpio_init_eint 0x0001941d Thumb Code 58 hal_gpio.o(i.hal_gpio_init_eint) + hal_gpio_init_input 0x0001945d Thumb Code 28 hal_gpio.o(i.hal_gpio_init_input) + hal_gpio_init_output 0x0001947d Thumb Code 34 hal_gpio.o(i.hal_gpio_init_output) + hal_gpio_reg_eint_cb 0x000194a5 Thumb Code 20 hal_gpio.o(i.hal_gpio_reg_eint_cb) + hal_gpio_set_ap_reset_int 0x000194bd Thumb Code 76 hal_gpio.o(i.hal_gpio_set_ap_reset_int) + hal_gpio_set_mode 0x0001950d Thumb Code 90 hal_gpio.o(i.hal_gpio_set_mode) + hal_gpio_set_output_data 0x0001956d Thumb Code 8 hal_gpio.o(i.hal_gpio_set_output_data) + hal_gpio_set_pull_state 0x00019575 Thumb Code 26 hal_gpio.o(i.hal_gpio_set_pull_state) + hal_i2c_m_dma_init 0x00019595 Thumb Code 92 hal_i2c_master.o(i.hal_i2c_m_dma_init) + hal_i2c_m_dma_read 0x00019601 Thumb Code 26 hal_i2c_master.o(i.hal_i2c_m_dma_read) + hal_i2c_m_dma_write 0x00019621 Thumb Code 24 hal_i2c_master.o(i.hal_i2c_m_dma_write) + hal_i2c_m_transfer_complate 0x0001963d Thumb Code 6 hal_i2c_master.o(i.hal_i2c_m_transfer_complate) + hal_i2c_s_dma_write 0x00019679 Thumb Code 46 hal_i2c_slave.o(i.hal_i2c_s_dma_write) + hal_i2c_s_init 0x000196b1 Thumb Code 86 hal_i2c_slave.o(i.hal_i2c_s_init) + hal_i2c_s_nonblocking_read 0x0001971d Thumb Code 14 hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) + hal_i2c_s_set_transfer 0x00019731 Thumb Code 6 hal_i2c_slave.o(i.hal_i2c_s_set_transfer) + hal_internal_init_memc 0x00019889 Thumb Code 146 hal_internal_vsync.o(i.hal_internal_init_memc) + hal_internal_sync_get_fb_setting 0x0001996d Thumb Code 12 hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) + hal_internal_sync_input_resolution_change 0x0001997d Thumb Code 418 hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) + hal_internal_vsync_deinit 0x00019b91 Thumb Code 24 hal_internal_vsync.o(i.hal_internal_vsync_deinit) + hal_internal_vsync_get_rx_state 0x00019bad Thumb Code 6 hal_internal_vsync.o(i.hal_internal_vsync_get_rx_state) + hal_internal_vsync_get_sync_line 0x00019bb9 Thumb Code 18 hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) + hal_internal_vsync_get_tx_state 0x00019bd1 Thumb Code 6 hal_internal_vsync.o(i.hal_internal_vsync_get_tx_state) + hal_internal_vsync_init_rx 0x00019bdd Thumb Code 220 hal_internal_vsync.o(i.hal_internal_vsync_init_rx) + hal_internal_vsync_init_tx 0x00019cd9 Thumb Code 172 hal_internal_vsync.o(i.hal_internal_vsync_init_tx) + hal_internal_vsync_set_auto_hw_filter 0x00019d89 Thumb Code 222 hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) + hal_internal_vsync_set_rx_state 0x00019ea5 Thumb Code 16 hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) + hal_internal_vsync_set_sync_line 0x00019eb9 Thumb Code 22 hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) + hal_internal_vsync_set_tear_mode 0x00019ed5 Thumb Code 64 hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) + hal_internal_vsync_set_tx_state 0x00019f1d Thumb Code 54 hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) + hal_spi_m_clear_rxfifo 0x0001a341 Thumb Code 14 hal_spi_master.o(i.hal_spi_m_clear_rxfifo) + hal_swire_open 0x0001a34f Thumb Code 22 hal_swire.o(i.hal_swire_open) + hal_system_enable_systick 0x0001a365 Thumb Code 8 hal_system.o(i.hal_system_enable_systick) + hal_system_init 0x0001a36d Thumb Code 104 hal_system.o(i.hal_system_init) + hal_system_init_console 0x0001a3f5 Thumb Code 28 hal_system.o(i.hal_system_init_console) + hal_system_set_phy_calibration 0x0001a411 Thumb Code 8 hal_system.o(i.hal_system_set_phy_calibration) + hal_system_set_pvd 0x0001a419 Thumb Code 8 hal_system.o(i.hal_system_set_pvd) + hal_system_set_vcc 0x0001a421 Thumb Code 8 hal_system.o(i.hal_system_set_vcc) + hal_timer_init 0x0001a429 Thumb Code 26 hal_timer.o(i.hal_timer_init) + hal_timer_start 0x0001a445 Thumb Code 74 hal_timer.o(i.hal_timer_start) + hal_timer_stop 0x0001a495 Thumb Code 48 hal_timer.o(i.hal_timer_stop) + hal_uart_init 0x0001a4c5 Thumb Code 126 hal_uart.o(i.hal_uart_init) + hal_uart_transmit_blocking 0x0001a551 Thumb Code 12 hal_uart.o(i.hal_uart_transmit_blocking) + handle_init 0x0001a561 Thumb Code 140 irq_redirect .o(i.handle_init) + main 0x0001a791 Thumb Code 10 main.o(i.main) + sqrt 0x0001b335 Thumb Code 66 sqrt.o(i.sqrt) + tp_heartbeat_exec 0x0001b37d Thumb Code 56 ap_demo.o(i.tp_heartbeat_exec) + panel_init_code 0x0001b7c0 Data 6319 ap_demo.o(.constdata) + phone_data_21 0x0001d1c2 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_55 0x0001d1c3 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_85_1 0x0001d1c4 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_92_1 0x0001d1c5 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_F5_1 0x0001d1c6 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_F5_2 0x0001d1c7 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_F5_3 0x0001d1c8 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_F5_4 0x0001d1c9 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_30 0x0001d1ca Data 2 app_tp_for_custom_s8.o(.constdata) + phone_data_52 0x0001d1cc Data 3 app_tp_for_custom_s8.o(.constdata) + phone_data_92_3 0x0001d1cf Data 3 app_tp_for_custom_s8.o(.constdata) + phone_data_A3 0x0001d1d2 Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_A4 0x0001d1d6 Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_A5 0x0001d1da Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_AF 0x0001d1de Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_F1 0x0001d1e2 Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_22 0x0001d1e6 Data 5 app_tp_for_custom_s8.o(.constdata) + phone_data_92_2 0x0001d1eb Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_F6_1 0x0001d1f1 Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_F6_2 0x0001d1f7 Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_F6_3 0x0001d1fd Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_F6_4 0x0001d203 Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_60_1 0x0001d209 Data 16 app_tp_for_custom_s8.o(.constdata) + phone_data_23 0x0001d219 Data 11 app_tp_for_custom_s8.o(.constdata) + phone_data_85_2 0x0001d224 Data 28 app_tp_for_custom_s8.o(.constdata) + phone_data_90 0x0001d240 Data 10 app_tp_for_custom_s8.o(.constdata) + phone_data_72_0 0x0001d24a Data 1292 app_tp_for_custom_s8.o(.constdata) + phone_data_72_5 0x0001d756 Data 1292 app_tp_for_custom_s8.o(.constdata) + phone_data_72_13 0x0001dc62 Data 1292 app_tp_for_custom_s8.o(.constdata) + phone_data_75_01 0x0001e16e Data 654 app_tp_for_custom_s8.o(.constdata) + phone_data_75_02 0x0001e3fc Data 654 app_tp_for_custom_s8.o(.constdata) + phone_data_75_03 0x0001e68a Data 654 app_tp_for_custom_s8.o(.constdata) + phone_data_75_06 0x0001e918 Data 654 app_tp_for_custom_s8.o(.constdata) + phone_data_75_07 0x0001eba6 Data 654 app_tp_for_custom_s8.o(.constdata) + phone_data_75_05 0x0001ee34 Data 654 app_tp_for_custom_s8.o(.constdata) + phone_data_75_00 0x0001f0c2 Data 288 app_tp_for_custom_s8.o(.constdata) + phone_data_75_FF 0x0001f1e2 Data 288 app_tp_for_custom_s8.o(.constdata) + sleep_on 0x0001f302 Data 16 app_tp_for_custom_s8.o(.constdata) + screen_reg_start_data_size 0x0001f312 Data 1 app_tp_for_custom_s8.o(.constdata) + Region$$Table$$Base 0x0001f620 Number 0 anon$$obj.o(Region$$Table) + Region$$Table$$Limit 0x0001f650 Number 0 anon$$obj.o(Region$$Table) + g_fun_handle 0x00070100 Data 192 irq_redirect .o(.ARM.__AT_0x00070100) + phone_86_flag 0x000701d6 Data 1 ap_demo.o(.data) + phone_A6_flag 0x000701d7 Data 1 ap_demo.o(.data) + phone_start_flag 0x000701d8 Data 1 ap_demo.o(.data) + phone_DisplayOFF_flag 0x000701d9 Data 1 ap_demo.o(.data) + ap_tear_flag 0x000701de Data 1 ap_demo.o(.data) + g_enter_display_off 0x000701df Data 1 ap_demo.o(.data) + panel_mode 0x000701e1 Data 1 ap_demo.o(.data) + phone_DisplayOFF_count 0x000701e4 Data 2 ap_demo.o(.data) + value_reg_b1 0x000701e6 Data 2 ap_demo.o(.data) + value_reg_b1_bak 0x000701e8 Data 2 ap_demo.o(.data) + value_reg51 0x000701ea Data 2 ap_demo.o(.data) + value_reg51_bak 0x000701ec Data 2 ap_demo.o(.data) + panel_r 0x000701ee Data 2 ap_demo.o(.data) + panel_g 0x000701f0 Data 2 ap_demo.o(.data) + panel_b 0x000701f2 Data 2 ap_demo.o(.data) + s_heartbeat 0x000701fc Data 4 ap_demo.o(.data) + value_reg_ca 0x00070200 Data 4 ap_demo.o(.data) + s_screen_init_complate 0x0007020c Data 1 app_tp_transfer.o(.data) + MI10_PRO_screen_init_data1 0x00070210 Data 3 app_tp_transfer.o(.data) + MI10_PRO_screen_init_data3 0x00070213 Data 3 app_tp_transfer.o(.data) + MI10_PRO_screen_init_data4 0x00070216 Data 3 app_tp_transfer.o(.data) + MI10_PRO_TP_Tuning_data1 0x00070219 Data 3 app_tp_transfer.o(.data) + MI10_PRO_TP_Tuning_data2 0x0007021c Data 3 app_tp_transfer.o(.data) + MI10_PRO_TP_Tuning_data3 0x0007021f Data 3 app_tp_transfer.o(.data) + MI10_PRO_TP_Tuning_data6 0x00070222 Data 3 app_tp_transfer.o(.data) + MI10_PRO_TP_Tuning_data7 0x00070225 Data 3 app_tp_transfer.o(.data) + MI10_PRO_TP_Tuning_data8 0x00070228 Data 3 app_tp_transfer.o(.data) + MI10_PRO_TP_Tuning_data4 0x0007022b Data 4 app_tp_transfer.o(.data) + MI10_PRO_TP_Tuning_data5 0x0007022f Data 4 app_tp_transfer.o(.data) + MI10_PRO_screen_init_data2 0x00070233 Data 6 app_tp_transfer.o(.data) + phone_data_E4 0x00070264 Data 1 app_tp_for_custom_s8.o(.data) + tp_flag 0x00070265 Data 1 app_tp_for_custom_s8.o(.data) + g_phone_output_int_pad 0x00070266 Data 1 app_tp_for_custom_s8.o(.data) + tp_sleep_in 0x00070267 Data 1 app_tp_for_custom_s8.o(.data) + tp_sleep_count 0x00070268 Data 1 app_tp_for_custom_s8.o(.data) + sleep_double_EN 0x00070269 Data 1 app_tp_for_custom_s8.o(.data) + Flag_EA_EN 0x0007026a Data 1 app_tp_for_custom_s8.o(.data) + Flag_touch_count 0x0007026b Data 1 app_tp_for_custom_s8.o(.data) + touchnum_bak 0x0007026c Data 1 app_tp_for_custom_s8.o(.data) + Flag_blacklight_EN 0x0007026d Data 1 app_tp_for_custom_s8.o(.data) + phone_data_B1 0x00070276 Data 2 app_tp_for_custom_s8.o(.data) + phone_reg_coord_back 0x00070280 Data 200 app_tp_for_custom_s8.o(.data) + g_screen_input_rst_pad 0x00070348 Data 1 app_tp_for_custom_s8.o(.data) + g_screen_input_int_pad 0x00070349 Data 1 app_tp_for_custom_s8.o(.data) + screen_data_write_1 0x0007034a Data 1 app_tp_for_custom_s8.o(.data) + screen_data_write_2 0x0007034b Data 3 app_tp_for_custom_s8.o(.data) + screen_data_write_3 0x0007034e Data 5 app_tp_for_custom_s8.o(.data) + screen_reg_int_data 0x00070354 Data 48 app_tp_for_custom_s8.o(.data) + g_fls_w_cmd 0x00070384 Data 1 norflash.o(.data) + g_fls_r_cmd 0x00070385 Data 1 norflash.o(.data) + g_fls_write_en_status 0x00070386 Data 1 norflash.o(.data) + isFlsTransferEnd 0x00070387 Data 1 norflash.o(.data) + isFlsFifoReq 0x00070388 Data 1 norflash.o(.data) + isNandWriteCompleted 0x00070389 Data 1 norflash.o(.data) + isNandReadCompleted 0x0007038a Data 1 norflash.o(.data) + g_fls_error_info 0x00070390 Data 6 norflash.o(.data) + g_systick_cb_func 0x0007039c Data 4 drv_common.o(.data) + g_system_clock 0x000703a0 Data 4 drv_common.o(.data) + tx_byte_num 0x000703b8 Data 4 drv_i2c_slave.o(.data) + g_scld_fhd_filter_h 0x000703bc Data 256 drv_param_init.o(.data) + g_scld_fhd_filter_v 0x000704bc Data 256 drv_param_init.o(.data) + g_scld_hd_filter_h 0x000705bc Data 256 drv_param_init.o(.data) + g_scld_hd_filter_v 0x000706bc Data 256 drv_param_init.o(.data) + g_sclu_lanczos_filter 0x000707bc Data 128 drv_param_init.o(.data) + g_ccm_setting 0x0007083c Data 36 drv_param_init.o(.data) + g_int_rxbr_irq0_cb_func 0x000708c4 Data 4 drv_rxbr.o(.data) + g_int_rxbr_irq1_cb_func 0x000708c8 Data 4 drv_rxbr.o(.data) + g_int_vidc_cb_func 0x000708cc Data 4 drv_vidc.o(.data) + __stdout 0x00070900 Data 4 stdout.o(.data) + tp_scan_data 0x00070a98 Data 12 app_tp_transfer.o(.bss) + string 0x00070bac Data 256 tau_log.o(.bss) + hal_dmahandle 0x00070cac Data 160 hal_uart.o(.bss) + hal_uarthandle_dma 0x00070d4c Data 32 hal_uart.o(.bss) + hal_uart_handle_global 0x00070d6c Data 16 hal_uart.o(.bss) + g_vsync_hande 0x00070f18 Data 56 hal_internal_vsync.o(.bss) + g_dcs_execute_table 0x00070f50 Data 2048 hal_internal_vsync.o(.bss) + g_packet_fifo 0x00071870 Data 4144 dcs_packet_fifo.o(.bss) + g_spis_ctrl_handle 0x000728a0 Data 32 hal_spi_slave.o(.bss) + __stack_limit 0x000728c0 Data 0 startup_armcm0.o(STACK) + __initial_sp 0x000738c0 Data 0 startup_armcm0.o(STACK) + + + +============================================================================== + +Memory Map of the image + + Image Entry point : 0x000100c1 + + Load Region LR_IROM2 (Base: 0x00010000, Size: 0x0000fd88, Max: 0x00010000, ABSOLUTE, COMPRESSED[0x0000fa34]) + + Execution Region ER_IROM2 (Exec base: 0x00010000, Load base: 0x00010000, Size: 0x0000f650, Max: 0x00010000, ABSOLUTE) + + Exec Addr Load Addr Size Type Attr Idx E Section Name Object + + 0x00010000 0x00010000 0x000000c0 Data RO 499 RESET startup_armcm0.o + 0x000100c0 0x000100c0 0x00000000 Code RO 2576 * .ARM.Collect$$$$00000000 mc_p.l(entry.o) + 0x000100c0 0x000100c0 0x00000004 Code RO 2886 .ARM.Collect$$$$00000001 mc_p.l(entry2.o) + 0x000100c4 0x000100c4 0x00000004 Code RO 2889 .ARM.Collect$$$$00000004 mc_p.l(entry5.o) + 0x000100c8 0x000100c8 0x00000000 Code RO 2891 .ARM.Collect$$$$00000008 mc_p.l(entry7b.o) + 0x000100c8 0x000100c8 0x00000000 Code RO 2893 .ARM.Collect$$$$0000000A mc_p.l(entry8b.o) + 0x000100c8 0x000100c8 0x00000008 Code RO 2894 .ARM.Collect$$$$0000000B mc_p.l(entry9a.o) + 0x000100d0 0x000100d0 0x00000000 Code RO 2896 .ARM.Collect$$$$0000000D mc_p.l(entry10a.o) + 0x000100d0 0x000100d0 0x00000000 Code RO 2898 .ARM.Collect$$$$0000000F mc_p.l(entry11a.o) + 0x000100d0 0x000100d0 0x00000004 Code RO 2887 .ARM.Collect$$$$00002712 mc_p.l(entry2.o) + 0x000100d4 0x000100d4 0x00000078 Code RO 500 .text startup_armcm0.o + 0x0001014c 0x0001014c 0x0000002c Code RO 2579 .text mc_p.l(uidiv.o) + 0x00010178 0x00010178 0x00000028 Code RO 2581 .text mc_p.l(idiv.o) + 0x000101a0 0x000101a0 0x00000024 Code RO 2583 .text mc_p.l(memcpya.o) + 0x000101c4 0x000101c4 0x00000024 Code RO 2585 .text mc_p.l(memseta.o) + 0x000101e8 0x000101e8 0x000000b2 Code RO 2850 .text mf_p.l(fadd.o) + 0x0001029a 0x0001029a 0x0000007a Code RO 2852 .text mf_p.l(fmul.o) + 0x00010314 0x00010314 0x0000007c Code RO 2854 .text mf_p.l(fdiv.o) + 0x00010390 0x00010390 0x00000018 Code RO 2856 .text mf_p.l(fscalb.o) + 0x000103a8 0x000103a8 0x00000164 Code RO 2858 .text mf_p.l(dadd.o) + 0x0001050c 0x0001050c 0x000000d0 Code RO 2860 .text mf_p.l(dmul.o) + 0x000105dc 0x000105dc 0x000000f0 Code RO 2862 .text mf_p.l(ddiv.o) + 0x000106cc 0x000106cc 0x00000016 Code RO 2864 .text mf_p.l(fflti.o) + 0x000106e2 0x000106e2 0x0000000e Code RO 2866 .text mf_p.l(ffltui.o) + 0x000106f0 0x000106f0 0x0000001c Code RO 2870 .text mf_p.l(dfltui.o) + 0x0001070c 0x0001070c 0x00000032 Code RO 2872 .text mf_p.l(ffixi.o) + 0x0001073e 0x0001073e 0x00000028 Code RO 2874 .text mf_p.l(ffixui.o) + 0x00010766 0x00010766 0x00000002 PAD + 0x00010768 0x00010768 0x00000048 Code RO 2876 .text mf_p.l(dfixi.o) + 0x000107b0 0x000107b0 0x0000003c Code RO 2878 .text mf_p.l(dfixui.o) + 0x000107ec 0x000107ec 0x00000028 Code RO 2880 .text mf_p.l(f2d.o) + 0x00010814 0x00010814 0x00000028 Code RO 2882 .text mf_p.l(cdcmple.o) + 0x0001083c 0x0001083c 0x00000014 Code RO 2884 .text mf_p.l(cfrcmple.o) + 0x00010850 0x00010850 0x00000060 Code RO 2901 .text mc_p.l(uldiv.o) + 0x000108b0 0x000108b0 0x00000020 Code RO 2903 .text mc_p.l(llshl.o) + 0x000108d0 0x000108d0 0x00000022 Code RO 2905 .text mc_p.l(llushr.o) + 0x000108f2 0x000108f2 0x00000026 Code RO 2907 .text mc_p.l(llsshr.o) + 0x00010918 0x00010918 0x00000000 Code RO 2916 .text mc_p.l(iusefp.o) + 0x00010918 0x00010918 0x00000082 Code RO 2917 .text mf_p.l(fepilogue.o) + 0x0001099a 0x0001099a 0x000000be Code RO 2919 .text mf_p.l(depilogue.o) + 0x00010a58 0x00010a58 0x000000a2 Code RO 2923 .text mf_p.l(dsqrt.o) + 0x00010afa 0x00010afa 0x00000002 PAD + 0x00010afc 0x00010afc 0x00000040 Code RO 2925 .text mf_p.l(dfixul.o) + 0x00010b3c 0x00010b3c 0x00000028 Code RO 2927 .text mf_p.l(cdrcmple.o) + 0x00010b64 0x00010b64 0x00000024 Code RO 2929 .text mc_p.l(init.o) + 0x00010b88 0x00010b88 0x00000056 Code RO 2939 .text mc_p.l(__dczerorl2.o) + 0x00010bde 0x00010bde 0x00000002 PAD + 0x00010be0 0x00010be0 0x00000018 Code RO 2171 i.ADC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010bf8 0x00010bf8 0x00000018 Code RO 2172 i.AP_NRESET_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c10 0x00010c10 0x00000014 Code RO 2173 i.DMA_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c24 0x00010c24 0x0000001c Code RO 2174 i.EXTI_INT0_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c40 0x00010c40 0x0000001c Code RO 2175 i.EXTI_INT1_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c5c 0x00010c5c 0x0000001c Code RO 2176 i.EXTI_INT2_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c78 0x00010c78 0x0000001c Code RO 2177 i.EXTI_INT3_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c94 0x00010c94 0x0000001c Code RO 2178 i.EXTI_INT4_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010cb0 0x00010cb0 0x0000001c Code RO 2179 i.EXTI_INT5_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010ccc 0x00010ccc 0x0000001c Code RO 2180 i.EXTI_INT6_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010ce8 0x00010ce8 0x0000001c Code RO 2181 i.EXTI_INT7_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d04 0x00010d04 0x00000014 Code RO 2182 i.FLSCTRL_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d18 0x00010d18 0x00000074 Code RO 99 i.Gpio_swire_output ap_demo.o + 0x00010d8c 0x00010d8c 0x00000014 Code RO 2183 i.HardFault_Handler CVWL568.lib(irq_redirect .o) + 0x00010da0 0x00010da0 0x00000018 Code RO 2184 i.I2C0_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010db8 0x00010db8 0x00000018 Code RO 2185 i.I2C1_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010dd0 0x00010dd0 0x00000018 Code RO 2186 i.LCDC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010de8 0x00010de8 0x00000028 Code RO 875 i.LOG_printf CVWL568.lib(tau_log.o) + 0x00010e10 0x00010e10 0x00000018 Code RO 2187 i.MEMC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010e28 0x00010e28 0x00000018 Code RO 2188 i.MIPI_RX_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010e40 0x00010e40 0x00000018 Code RO 2189 i.MIPI_TX_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010e58 0x00010e58 0x0000001c Code RO 2190 i.PWMDET_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010e74 0x00010e74 0x00000124 Code RO 288 i.S20_Start_init app_tp_transfer.o + 0x00010f98 0x00010f98 0x0000001c Code RO 2191 i.SPIM_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010fb4 0x00010fb4 0x0000001c Code RO 2192 i.SPIS_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010fd0 0x00010fd0 0x0000001c Code RO 2193 i.SWIRE_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010fec 0x00010fec 0x00000002 Code RO 2436 i.UART_DisableDma CVWL568.lib(drv_uart.o) + 0x00010fee 0x00010fee 0x00000004 Code RO 2442 i.UART_GetInstance CVWL568.lib(drv_uart.o) + 0x00010ff2 0x00010ff2 0x0000000e Code RO 2933 i.__scatterload_copy mc_p.l(handlers.o) + 0x00011000 0x00011000 0x00000014 Data RO 1085 .ARM.__at_0x11000 CVWL568.lib(drv_common.o) + 0x00011014 0x00011014 0x00000018 Code RO 2194 i.SysTick_Handler CVWL568.lib(irq_redirect .o) + 0x0001102c 0x0001102c 0x00000018 Code RO 2195 i.TIMER0_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00011044 0x00011044 0x00000018 Code RO 2196 i.TIMER1_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x0001105c 0x0001105c 0x00000018 Code RO 2197 i.TIMER2_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00011074 0x00011074 0x00000018 Code RO 2198 i.TIMER3_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x0001108c 0x0001108c 0x0000001c Code RO 2432 i.UART0_IRQ_Handle CVWL568.lib(drv_uart.o) + 0x000110a8 0x000110a8 0x00000018 Code RO 2199 i.UART_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x000110c0 0x000110c0 0x00000024 Code RO 2450 i.UART_ResetRxFIFO CVWL568.lib(drv_uart.o) + 0x000110e4 0x000110e4 0x00000048 Code RO 2453 i.UART_SetBaudRate CVWL568.lib(drv_uart.o) + 0x0001112c 0x0001112c 0x0000001a Code RO 2454 i.UART_SwitchSCLK CVWL568.lib(drv_uart.o) + 0x00011146 0x00011146 0x00000134 Code RO 2456 i.UART_TransferHandleIRQ CVWL568.lib(drv_uart.o) + 0x0001127a 0x0001127a 0x0000001a Code RO 2458 i.UART_WriteBlocking CVWL568.lib(drv_uart.o) + 0x00011294 0x00011294 0x000000bc Code RO 2459 i.UART_init CVWL568.lib(drv_uart.o) + 0x00011350 0x00011350 0x00000018 Code RO 2200 i.VIDC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00011368 0x00011368 0x00000018 Code RO 2201 i.VPRE_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00011380 0x00011380 0x00000018 Code RO 2202 i.WDG_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00011398 0x00011398 0x00000020 Code RO 2822 i.__0printf mc_p.l(printfa.o) + 0x000113b8 0x000113b8 0x00000024 Code RO 2828 i.__0vsprintf mc_p.l(printfa.o) + 0x000113dc 0x000113dc 0x0000002e Code RO 2921 i.__ARM_clz mf_p.l(depilogue.o) + 0x0001140a 0x0001140a 0x0000001a Code RO 244 i.__ARM_common_switch8 ap_demo.o + 0x00011424 0x00011424 0x00000018 Code RO 1403 i.__NVIC_ClearPendingIRQ CVWL568.lib(drv_i2c_master.o) + 0x0001143c 0x0001143c 0x00000018 Code RO 1436 i.__NVIC_ClearPendingIRQ CVWL568.lib(drv_i2c_slave.o) + 0x00011454 0x00011454 0x00000018 Code RO 1531 i.__NVIC_ClearPendingIRQ CVWL568.lib(drv_spi_master.o) + 0x0001146c 0x0001146c 0x00000020 Code RO 2025 i.__NVIC_DisableIRQ CVWL568.lib(drv_rxbr.o) + 0x0001148c 0x0001148c 0x00000018 Code RO 2026 i.__NVIC_EnableIRQ CVWL568.lib(drv_rxbr.o) + 0x000114a4 0x000114a4 0x00000044 Code RO 2299 i.__NVIC_SetPriority CVWL568.lib(hal_spi_slave.o) + 0x000114e8 0x000114e8 0x00000002 Code RO 2934 i.__scatterload_null mc_p.l(handlers.o) + 0x000114ea 0x000114ea 0x0000000e Code RO 2935 i.__scatterload_zeroinit mc_p.l(handlers.o) + 0x000114f8 0x000114f8 0x0000000c Code RO 2911 i.__set_errno mc_p.l(errno.o) + 0x00011504 0x00011504 0x00000174 Code RO 2829 i._fp_digits mc_p.l(printfa.o) + 0x00011678 0x00011678 0x000006ec Code RO 2830 i._printf_core mc_p.l(printfa.o) + 0x00011d64 0x00011d64 0x00000020 Code RO 2831 i._printf_post_padding mc_p.l(printfa.o) + 0x00011d84 0x00011d84 0x0000002c Code RO 2832 i._printf_pre_padding mc_p.l(printfa.o) + 0x00011db0 0x00011db0 0x0000000a Code RO 2834 i._sputc mc_p.l(printfa.o) + 0x00011dba 0x00011dba 0x00000002 PAD + 0x00011dbc 0x00011dbc 0x00001394 Code RO 100 i.ap_dcs_read ap_demo.o + 0x00013150 0x00013150 0x00000198 Code RO 101 i.ap_demo ap_demo.o + 0x000132e8 0x000132e8 0x0000002c Code RO 102 i.ap_get_reg_ca ap_demo.o + 0x00013314 0x00013314 0x000000b0 Code RO 103 i.ap_get_reg_df ap_demo.o + 0x000133c4 0x000133c4 0x0000005c Code RO 104 i.ap_reset_cb ap_demo.o + 0x00013420 0x00013420 0x00000360 Code RO 105 i.ap_set_backlight ap_demo.o + 0x00013780 0x00013780 0x00000054 Code RO 106 i.ap_set_display_off ap_demo.o + 0x000137d4 0x000137d4 0x00000040 Code RO 107 i.ap_set_display_on ap_demo.o + 0x00013814 0x00013814 0x00000060 Code RO 108 i.ap_set_enter_sleep_mode ap_demo.o + 0x00013874 0x00013874 0x00000048 Code RO 109 i.ap_set_exit_sleep_mode ap_demo.o + 0x000138bc 0x000138bc 0x0000001c Code RO 110 i.ap_set_tp_calibration_04 ap_demo.o + 0x000138d8 0x000138d8 0x000000b0 Code RO 289 i.ap_tp_calibration app_tp_transfer.o + 0x00013988 0x00013988 0x0000001c Code RO 290 i.ap_tp_scan_point_init app_tp_transfer.o + 0x000139a4 0x000139a4 0x0000009c Code RO 291 i.ap_tp_scan_point_record_event app_tp_transfer.o + 0x00013a40 0x00013a40 0x00000050 Code RO 292 i.ap_tp_scan_point_record_event_exec app_tp_transfer.o + 0x00013a90 0x00013a90 0x00000034 Code RO 293 i.ap_tp_simulate_finger_release_event app_tp_transfer.o + 0x00013ac4 0x00013ac4 0x00000040 Code RO 294 i.ap_tp_system_softReset app_tp_transfer.o + 0x00013b04 0x00013b04 0x0000001c Code RO 2027 i.app_ADC_IRQn_Handler CVWL568.lib(drv_rxbr.o) + 0x00013b20 0x00013b20 0x00000024 Code RO 1327 i.app_AP_NRESET_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013b44 0x00013b44 0x0000001c Code RO 1328 i.app_EXTI_INT0_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013b60 0x00013b60 0x0000001c Code RO 1329 i.app_EXTI_INT1_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013b7c 0x00013b7c 0x0000001c Code RO 1330 i.app_EXTI_INT2_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013b98 0x00013b98 0x0000001c Code RO 1331 i.app_EXTI_INT3_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013bb4 0x00013bb4 0x0000001c Code RO 1332 i.app_EXTI_INT4_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013bd0 0x00013bd0 0x0000001c Code RO 1333 i.app_EXTI_INT5_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013bec 0x00013bec 0x0000001c Code RO 1334 i.app_EXTI_INT6_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013c08 0x00013c08 0x0000001c Code RO 1335 i.app_EXTI_INT7_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013c24 0x00013c24 0x00000048 Code RO 1077 i.app_HardFault_Handler CVWL568.lib(drv_common.o) + 0x00013c6c 0x00013c6c 0x00000010 Code RO 1437 i.app_I2C0_IRQn_Handler CVWL568.lib(drv_i2c_slave.o) + 0x00013c7c 0x00013c7c 0x00000010 Code RO 1404 i.app_I2C1_IRQn_Handler CVWL568.lib(drv_i2c_master.o) + 0x00013c8c 0x00013c8c 0x000000e0 Code RO 1655 i.app_LCDC_IRQn_Handler CVWL568.lib(hal_internal_vsync.o) + 0x00013d6c 0x00013d6c 0x00000088 Code RO 1969 i.app_MEMC_IRQn_Handler CVWL568.lib(drv_memc.o) + 0x00013df4 0x00013df4 0x00000298 Code RO 1741 i.app_MIPI_RX_IRQn_Handler CVWL568.lib(drv_dsi_rx.o) + 0x0001408c 0x0001408c 0x000000a0 Code RO 1797 i.app_MIPI_TX_IRQn_Handler CVWL568.lib(drv_dsi_tx.o) + 0x0001412c 0x0001412c 0x00000048 Code RO 2367 i.app_PWMDET_IRQn_Handler CVWL568.lib(drv_pwm.o) + 0x00014174 0x00014174 0x00000030 Code RO 1532 i.app_SPIM_IRQn_Handler CVWL568.lib(drv_spi_master.o) + 0x000141a4 0x000141a4 0x00000200 Code RO 2300 i.app_SPIS_IRQn_Handler CVWL568.lib(hal_spi_slave.o) + 0x000143a4 0x000143a4 0x00000020 Code RO 1564 i.app_SWIRE_IRQn_Handler CVWL568.lib(drv_swire.o) + 0x000143c4 0x000143c4 0x00000018 Code RO 1078 i.app_SysTick_Handler CVWL568.lib(drv_common.o) + 0x000143dc 0x000143dc 0x0000000a Code RO 1614 i.app_TIMER0_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x000143e6 0x000143e6 0x0000000a Code RO 1615 i.app_TIMER1_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x000143f0 0x000143f0 0x0000000a Code RO 1616 i.app_TIMER2_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x000143fa 0x000143fa 0x0000000a Code RO 1617 i.app_TIMER3_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x00014404 0x00014404 0x00000008 Code RO 2460 i.app_UART_IRQn_Handler CVWL568.lib(drv_uart.o) + 0x0001440c 0x0001440c 0x0000001c Code RO 2092 i.app_VIDC_IRQn_Handler CVWL568.lib(drv_vidc.o) + 0x00014428 0x00014428 0x0000001c Code RO 2028 i.app_VPRE_IRQn_Handler CVWL568.lib(drv_rxbr.o) + 0x00014444 0x00014444 0x00000038 Code RO 2519 i.app_WDG_IRQn_Handler CVWL568.lib(drv_wdg.o) + 0x0001447c 0x0001447c 0x00000010 Code RO 1189 i.app_dma_irq_handler CVWL568.lib(drv_dma.o) + 0x0001448c 0x0001448c 0x00000030 Code RO 993 i.app_fls_ctrl_Handler CVWL568.lib(norflash.o) + 0x000144bc 0x000144bc 0x00000024 Code RO 295 i.app_tp_I2C_init app_tp_transfer.o + 0x000144e0 0x000144e0 0x0000005c Code RO 111 i.app_tp_calibration_exec ap_demo.o + 0x0001453c 0x0001453c 0x0000000a Code RO 296 i.app_tp_i2cs_callback app_tp_transfer.o + 0x00014546 0x00014546 0x00000002 PAD + 0x00014548 0x00014548 0x00000048 Code RO 297 i.app_tp_init app_tp_transfer.o + 0x00014590 0x00014590 0x00000020 Code RO 298 i.app_tp_m_read app_tp_transfer.o + 0x000145b0 0x000145b0 0x00000008 Code RO 299 i.app_tp_m_transfer_complate app_tp_transfer.o + 0x000145b8 0x000145b8 0x00000008 Code RO 300 i.app_tp_m_write app_tp_transfer.o + 0x000145c0 0x000145c0 0x00000410 Code RO 886 i.app_tp_phone_analysis_data WL568_S20U_TP.lib(app_tp_for_custom_s8.o) + 0x000149d0 0x000149d0 0x0000000c Code RO 301 i.app_tp_phone_clear_reset_on app_tp_transfer.o + 0x000149dc 0x000149dc 0x00000008 Code RO 303 i.app_tp_s_read app_tp_transfer.o + 0x000149e4 0x000149e4 0x00000008 Code RO 305 i.app_tp_s_write app_tp_transfer.o + 0x000149ec 0x000149ec 0x000002d0 Code RO 888 i.app_tp_screen_analysis_int WL568_S20U_TP.lib(app_tp_for_custom_s8.o) + 0x00014cbc 0x00014cbc 0x00000030 Code RO 306 i.app_tp_screen_init app_tp_transfer.o + 0x00014cec 0x00014cec 0x0000000c Code RO 307 i.app_tp_screen_int_callback app_tp_transfer.o + 0x00014cf8 0x00014cf8 0x00000038 Code RO 308 i.app_tp_screen_int_init app_tp_transfer.o + 0x00014d30 0x00014d30 0x00000004 Code RO 309 i.app_tp_screen_int_lvl_low app_tp_transfer.o + 0x00014d34 0x00014d34 0x00000030 Code RO 310 i.app_tp_transfer_phone app_tp_transfer.o + 0x00014d64 0x00014d64 0x00000040 Code RO 311 i.app_tp_transfer_screen_const app_tp_transfer.o + 0x00014da4 0x00014da4 0x000001e0 Code RO 312 i.app_tp_transfer_screen_int app_tp_transfer.o + 0x00014f84 0x00014f84 0x00000018 Code RO 313 i.app_tp_transfer_screen_start app_tp_transfer.o + 0x00014f9c 0x00014f9c 0x00000036 Code RO 112 i.blue_change_ccm ap_demo.o + 0x00014fd2 0x00014fd2 0x00000002 PAD + 0x00014fd4 0x00014fd4 0x00000024 Code RO 479 i.board_Init board.o + 0x00014ff8 0x00014ff8 0x000003cc Code RO 1656 i.calc_framebuffer_setting CVWL568.lib(hal_internal_vsync.o) + 0x000153c4 0x000153c4 0x000000c8 Code RO 2565 i.ceil m_ps.l(ceil.o) + 0x0001548c 0x0001548c 0x0000002c Code RO 1657 i.check_mipi_rx_tx_video_info CVWL568.lib(hal_internal_vsync.o) + 0x000154b8 0x000154b8 0x00000094 Code RO 1658 i.check_pkt_buf_rev CVWL568.lib(hal_internal_vsync.o) + 0x0001554c 0x0001554c 0x00000058 Code RO 1728 i.dcs_packet_fifo_alloc CVWL568.lib(dcs_packet_fifo.o) + 0x000155a4 0x000155a4 0x00000018 Code RO 1729 i.dcs_packet_fifo_init CVWL568.lib(dcs_packet_fifo.o) + 0x000155bc 0x000155bc 0x00000044 Code RO 1730 i.dcs_packet_free_fifo_header CVWL568.lib(dcs_packet_fifo.o) + 0x00015600 0x00015600 0x00000024 Code RO 1731 i.dcs_packet_get_fifo_header CVWL568.lib(dcs_packet_fifo.o) + 0x00015624 0x00015624 0x0000001c Code RO 1659 i.dcs_sw_filter CVWL568.lib(hal_internal_vsync.o) + 0x00015640 0x00015640 0x00000018 Code RO 867 i.delayMs CVWL568.lib(tau_delay.o) + 0x00015658 0x00015658 0x00000022 Code RO 868 i.delayUs CVWL568.lib(tau_delay.o) + 0x0001567a 0x0001567a 0x00000002 PAD + 0x0001567c 0x0001567c 0x00000094 Code RO 113 i.disable_mipi_timer_cb ap_demo.o + 0x00015710 0x00015710 0x00000038 Code RO 1583 i.drv_ap_rst_trig_edge_detect CVWL568.lib(drv_sys_cfg.o) + 0x00015748 0x00015748 0x0000000c Code RO 2270 i.drv_chip_info_get_info CVWL568.lib(drv_chip_info.o) + 0x00015754 0x00015754 0x00000040 Code RO 2271 i.drv_chip_info_init CVWL568.lib(drv_chip_info.o) + 0x00015794 0x00015794 0x000000c8 Code RO 2272 i.drv_chip_rx_info_check CVWL568.lib(drv_chip_info.o) + 0x0001585c 0x0001585c 0x00000014 Code RO 2273 i.drv_chip_rx_init_done CVWL568.lib(drv_chip_info.o) + 0x00015870 0x00015870 0x00000058 Code RO 1080 i.drv_common_enable_systick CVWL568.lib(drv_common.o) + 0x000158c8 0x000158c8 0x00000008 Code RO 1083 i.drv_common_system_init CVWL568.lib(drv_common.o) + 0x000158d0 0x000158d0 0x00000010 Code RO 1104 i.drv_crgu_config_reset_modules CVWL568.lib(drv_crgu.o) + 0x000158e0 0x000158e0 0x00000014 Code RO 1116 i.drv_crgu_set_ahb_pre_div CVWL568.lib(drv_crgu.o) + 0x000158f4 0x000158f4 0x00000014 Code RO 1117 i.drv_crgu_set_ahb_src CVWL568.lib(drv_crgu.o) + 0x00015908 0x00015908 0x00000020 Code RO 1120 i.drv_crgu_set_clock CVWL568.lib(drv_crgu.o) + 0x00015928 0x00015928 0x00000014 Code RO 1121 i.drv_crgu_set_dpi_mux_src CVWL568.lib(drv_crgu.o) + 0x0001593c 0x0001593c 0x00000018 Code RO 1122 i.drv_crgu_set_dpi_pre_div CVWL568.lib(drv_crgu.o) + 0x00015954 0x00015954 0x00000014 Code RO 1123 i.drv_crgu_set_dpi_pre_src CVWL568.lib(drv_crgu.o) + 0x00015968 0x00015968 0x00000014 Code RO 1124 i.drv_crgu_set_dsc_core_div CVWL568.lib(drv_crgu.o) + 0x0001597c 0x0001597c 0x00000014 Code RO 1125 i.drv_crgu_set_dsco_src CVWL568.lib(drv_crgu.o) + 0x00015990 0x00015990 0x00000014 Code RO 1126 i.drv_crgu_set_dsco_src_div CVWL568.lib(drv_crgu.o) + 0x000159a4 0x000159a4 0x00000014 Code RO 1127 i.drv_crgu_set_fb_div CVWL568.lib(drv_crgu.o) + 0x000159b8 0x000159b8 0x00000014 Code RO 1128 i.drv_crgu_set_fb_src CVWL568.lib(drv_crgu.o) + 0x000159cc 0x000159cc 0x00000014 Code RO 1131 i.drv_crgu_set_lcdc_div CVWL568.lib(drv_crgu.o) + 0x000159e0 0x000159e0 0x00000014 Code RO 1132 i.drv_crgu_set_lcdc_src CVWL568.lib(drv_crgu.o) + 0x000159f4 0x000159f4 0x00000014 Code RO 1133 i.drv_crgu_set_mipi_cfg_src CVWL568.lib(drv_crgu.o) + 0x00015a08 0x00015a08 0x00000018 Code RO 1134 i.drv_crgu_set_mipi_ref_src CVWL568.lib(drv_crgu.o) + 0x00015a20 0x00015a20 0x00000018 Code RO 1137 i.drv_crgu_set_reset CVWL568.lib(drv_crgu.o) + 0x00015a38 0x00015a38 0x00000014 Code RO 1138 i.drv_crgu_set_rxbr_div CVWL568.lib(drv_crgu.o) + 0x00015a4c 0x00015a4c 0x00000014 Code RO 1139 i.drv_crgu_set_rxbr_src CVWL568.lib(drv_crgu.o) + 0x00015a60 0x00015a60 0x00000014 Code RO 1141 i.drv_crgu_set_vidc_src CVWL568.lib(drv_crgu.o) + 0x00015a74 0x00015a74 0x00000018 Code RO 1193 i.drv_dma_clear_flag CVWL568.lib(drv_dma.o) + 0x00015a8c 0x00015a8c 0x0000001c Code RO 1194 i.drv_dma_create_handle CVWL568.lib(drv_dma.o) + 0x00015aa8 0x00015aa8 0x00000010 Code RO 1196 i.drv_dma_disenable_channel CVWL568.lib(drv_dma.o) + 0x00015ab8 0x00015ab8 0x00000010 Code RO 1198 i.drv_dma_enable_channel CVWL568.lib(drv_dma.o) + 0x00015ac8 0x00015ac8 0x00000024 Code RO 1199 i.drv_dma_enable_channel_interrupts CVWL568.lib(drv_dma.o) + 0x00015aec 0x00015aec 0x0000000c Code RO 1201 i.drv_dma_get_channel_flag CVWL568.lib(drv_dma.o) + 0x00015af8 0x00015af8 0x00000090 Code RO 1204 i.drv_dma_irq_handler CVWL568.lib(drv_dma.o) + 0x00015b88 0x00015b88 0x00000012 Code RO 1206 i.drv_dma_prepar_transfer CVWL568.lib(drv_dma.o) + 0x00015b9a 0x00015b9a 0x0000001a Code RO 1208 i.drv_dma_set_burst CVWL568.lib(drv_dma.o) + 0x00015bb4 0x00015bb4 0x00000006 Code RO 1209 i.drv_dma_set_callback CVWL568.lib(drv_dma.o) + 0x00015bba 0x00015bba 0x00000002 PAD + 0x00015bbc 0x00015bbc 0x00000044 Code RO 1211 i.drv_dma_set_transfer CVWL568.lib(drv_dma.o) + 0x00015c00 0x00015c00 0x00000036 Code RO 2283 i.drv_dsc_dec_convert_pps_rc_parameter CVWL568.lib(drv_dsc_dec.o) + 0x00015c36 0x00015c36 0x0000000c Code RO 2284 i.drv_dsc_dec_disable CVWL568.lib(drv_dsc_dec.o) + 0x00015c42 0x00015c42 0x00000002 PAD + 0x00015c44 0x00015c44 0x00000074 Code RO 2285 i.drv_dsc_dec_enable CVWL568.lib(drv_dsc_dec.o) + 0x00015cb8 0x00015cb8 0x0000000a Code RO 2286 i.drv_dsc_dec_get_nslc CVWL568.lib(drv_dsc_dec.o) + 0x00015cc2 0x00015cc2 0x00000028 Code RO 2288 i.drv_dsc_dec_set_u8_pps CVWL568.lib(drv_dsc_dec.o) + 0x00015cea 0x00015cea 0x00000002 PAD + 0x00015cec 0x00015cec 0x00000104 Code RO 1742 i.drv_dsi_rx_calc_ipi_tx_delay CVWL568.lib(drv_dsi_rx.o) + 0x00015df0 0x00015df0 0x00000040 Code RO 1743 i.drv_dsi_rx_enable_irq CVWL568.lib(drv_dsi_rx.o) + 0x00015e30 0x00015e30 0x00000050 Code RO 1744 i.drv_dsi_rx_get_color_bpp CVWL568.lib(drv_dsi_rx.o) + 0x00015e80 0x00015e80 0x0000001c Code RO 1745 i.drv_dsi_rx_get_color_pcc CVWL568.lib(drv_dsi_rx.o) + 0x00015e9c 0x00015e9c 0x00000008 Code RO 1746 i.drv_dsi_rx_get_compression_en CVWL568.lib(drv_dsi_rx.o) + 0x00015ea4 0x00015ea4 0x00000006 Code RO 1747 i.drv_dsi_rx_get_max_ret_size CVWL568.lib(drv_dsi_rx.o) + 0x00015eaa 0x00015eaa 0x0000000e Code RO 1751 i.drv_dsi_rx_power_up CVWL568.lib(drv_dsi_rx.o) + 0x00015eb8 0x00015eb8 0x00000020 Code RO 1752 i.drv_dsi_rx_set_ctrl_cfg CVWL568.lib(drv_dsi_rx.o) + 0x00015ed8 0x00015ed8 0x00000010 Code RO 1753 i.drv_dsi_rx_set_ddi_cfg CVWL568.lib(drv_dsi_rx.o) + 0x00015ee8 0x00015ee8 0x00000004 Code RO 1755 i.drv_dsi_rx_set_inten CVWL568.lib(drv_dsi_rx.o) + 0x00015eec 0x00015eec 0x00000010 Code RO 1756 i.drv_dsi_rx_set_ipi_cfg CVWL568.lib(drv_dsi_rx.o) + 0x00015efc 0x00015efc 0x00000046 Code RO 1758 i.drv_dsi_rx_set_lane_swap CVWL568.lib(drv_dsi_rx.o) + 0x00015f42 0x00015f42 0x00000026 Code RO 1759 i.drv_dsi_rx_set_resp_cnt CVWL568.lib(drv_dsi_rx.o) + 0x00015f68 0x00015f68 0x000000f0 Code RO 1760 i.drv_dsi_rx_set_up_phy CVWL568.lib(drv_dsi_rx.o) + 0x00016058 0x00016058 0x0000000e Code RO 1761 i.drv_dsi_rx_shut_down CVWL568.lib(drv_dsi_rx.o) + 0x00016066 0x00016066 0x00000014 Code RO 1799 i.drv_dsi_tx_command_header CVWL568.lib(drv_dsi_tx.o) + 0x0001607a 0x0001607a 0x0000006c Code RO 1800 i.drv_dsi_tx_command_mode_cfg CVWL568.lib(drv_dsi_tx.o) + 0x000160e6 0x000160e6 0x00000004 Code RO 1801 i.drv_dsi_tx_command_put_payload CVWL568.lib(drv_dsi_tx.o) + 0x000160ea 0x000160ea 0x00000018 Code RO 1802 i.drv_dsi_tx_config_eotp CVWL568.lib(drv_dsi_tx.o) + 0x00016102 0x00016102 0x00000008 Code RO 1803 i.drv_dsi_tx_config_int CVWL568.lib(drv_dsi_tx.o) + 0x0001610a 0x0001610a 0x00000008 Code RO 1804 i.drv_dsi_tx_dpi_lpcmd_time CVWL568.lib(drv_dsi_tx.o) + 0x00016112 0x00016112 0x0000000a Code RO 1805 i.drv_dsi_tx_dpi_mode CVWL568.lib(drv_dsi_tx.o) + 0x0001611c 0x0001611c 0x00000024 Code RO 1806 i.drv_dsi_tx_dpi_polarity CVWL568.lib(drv_dsi_tx.o) + 0x00016140 0x00016140 0x00000004 Code RO 1807 i.drv_dsi_tx_edpi_cmd_size CVWL568.lib(drv_dsi_tx.o) + 0x00016144 0x00016144 0x00000004 Code RO 1809 i.drv_dsi_tx_get_cmd_status CVWL568.lib(drv_dsi_tx.o) + 0x00016148 0x00016148 0x00000004 Code RO 1811 i.drv_dsi_tx_mode CVWL568.lib(drv_dsi_tx.o) + 0x0001614c 0x0001614c 0x00000018 Code RO 1812 i.drv_dsi_tx_phy_clock_lane_auto_lp CVWL568.lib(drv_dsi_tx.o) + 0x00016164 0x00016164 0x0000001a Code RO 1813 i.drv_dsi_tx_phy_clock_lane_req_hs CVWL568.lib(drv_dsi_tx.o) + 0x0001617e 0x0001617e 0x0000000c Code RO 1815 i.drv_dsi_tx_phy_lane_mode CVWL568.lib(drv_dsi_tx.o) + 0x0001618a 0x0001618a 0x00000064 Code RO 1819 i.drv_dsi_tx_phy_status_ready CVWL568.lib(drv_dsi_tx.o) + 0x000161ee 0x000161ee 0x0000003e Code RO 1820 i.drv_dsi_tx_phy_status_stopstate CVWL568.lib(drv_dsi_tx.o) + 0x0001622c 0x0001622c 0x0000010c Code RO 1822 i.drv_dsi_tx_phy_test_setup CVWL568.lib(drv_dsi_tx.o) + 0x00016338 0x00016338 0x0000001e Code RO 1823 i.drv_dsi_tx_phy_time_cfg CVWL568.lib(drv_dsi_tx.o) + 0x00016356 0x00016356 0x00000008 Code RO 1827 i.drv_dsi_tx_powerup CVWL568.lib(drv_dsi_tx.o) + 0x0001635e 0x0001635e 0x0000001c Code RO 1828 i.drv_dsi_tx_response_mode CVWL568.lib(drv_dsi_tx.o) + 0x0001637a 0x0001637a 0x00000018 Code RO 1831 i.drv_dsi_tx_set_bta_ack CVWL568.lib(drv_dsi_tx.o) + 0x00016392 0x00016392 0x0000000c Code RO 1832 i.drv_dsi_tx_set_esc_div CVWL568.lib(drv_dsi_tx.o) + 0x0001639e 0x0001639e 0x00000002 PAD + 0x000163a0 0x000163a0 0x00000034 Code RO 1833 i.drv_dsi_tx_set_int CVWL568.lib(drv_dsi_tx.o) + 0x000163d4 0x000163d4 0x00000010 Code RO 1834 i.drv_dsi_tx_set_time_out_div CVWL568.lib(drv_dsi_tx.o) + 0x000163e4 0x000163e4 0x00000008 Code RO 1835 i.drv_dsi_tx_set_video_chunk CVWL568.lib(drv_dsi_tx.o) + 0x000163ec 0x000163ec 0x00000022 Code RO 1836 i.drv_dsi_tx_set_video_timing CVWL568.lib(drv_dsi_tx.o) + 0x0001640e 0x0001640e 0x00000008 Code RO 1838 i.drv_dsi_tx_shutdown CVWL568.lib(drv_dsi_tx.o) + 0x00016416 0x00016416 0x00000026 Code RO 1839 i.drv_dsi_tx_timeout_cfg CVWL568.lib(drv_dsi_tx.o) + 0x0001643c 0x0001643c 0x000000aa Code RO 1842 i.drv_dsi_tx_video_mode_cfg CVWL568.lib(drv_dsi_tx.o) + 0x000164e6 0x000164e6 0x00000016 Code RO 1843 i.drv_dsi_tx_video_mode_disable_hact_cmd CVWL568.lib(drv_dsi_tx.o) + 0x000164fc 0x000164fc 0x00000018 Code RO 1844 i.drv_dsi_tx_video_mode_set_lp_cmd CVWL568.lib(drv_dsi_tx.o) + 0x00016514 0x00016514 0x00000020 Code RO 2545 i.drv_efuse_enter_inactive CVWL568.lib(drv_efuse.o) + 0x00016534 0x00016534 0x0000000c Code RO 2548 i.drv_efuse_int_enable CVWL568.lib(drv_efuse.o) + 0x00016540 0x00016540 0x00000032 Code RO 2549 i.drv_efuse_read CVWL568.lib(drv_efuse.o) + 0x00016572 0x00016572 0x00000018 Code RO 2550 i.drv_efuse_read_req CVWL568.lib(drv_efuse.o) + 0x0001658a 0x0001658a 0x00000002 PAD + 0x0001658c 0x0001658c 0x00000018 Code RO 1336 i.drv_gpio_get_input_data CVWL568.lib(drv_gpio.o) + 0x000165a4 0x000165a4 0x0000000c Code RO 1338 i.drv_gpio_register_ap_reset_callback CVWL568.lib(drv_gpio.o) + 0x000165b0 0x000165b0 0x00000014 Code RO 1339 i.drv_gpio_register_callback CVWL568.lib(drv_gpio.o) + 0x000165c4 0x000165c4 0x00000044 Code RO 1341 i.drv_gpio_set_int CVWL568.lib(drv_gpio.o) + 0x00016608 0x00016608 0x00000020 Code RO 1342 i.drv_gpio_set_ioe CVWL568.lib(drv_gpio.o) + 0x00016628 0x00016628 0x00000010 Code RO 1343 i.drv_gpio_set_mode0 CVWL568.lib(drv_gpio.o) + 0x00016638 0x00016638 0x00000010 Code RO 1344 i.drv_gpio_set_mode1 CVWL568.lib(drv_gpio.o) + 0x00016648 0x00016648 0x00000010 Code RO 1345 i.drv_gpio_set_mode2 CVWL568.lib(drv_gpio.o) + 0x00016658 0x00016658 0x00000010 Code RO 1346 i.drv_gpio_set_mode3 CVWL568.lib(drv_gpio.o) + 0x00016668 0x00016668 0x00000020 Code RO 687 i.drv_gpio_set_output_data CVWL568.lib(hal_gpio.o) + 0x00016688 0x00016688 0x00000130 Code RO 1347 i.drv_gpio_set_pull_state CVWL568.lib(drv_gpio.o) + 0x000167b8 0x000167b8 0x00000034 Code RO 1379 i.drv_i2c_dma_callback CVWL568.lib(drv_i2c_dma.o) + 0x000167ec 0x000167ec 0x000000ac Code RO 1380 i.drv_i2c_dma_init CVWL568.lib(drv_i2c_dma.o) + 0x00016898 0x00016898 0x0000001a Code RO 1381 i.drv_i2c_enable_rx_dma CVWL568.lib(drv_i2c_dma.o) + 0x000168b2 0x000168b2 0x00000018 Code RO 1382 i.drv_i2c_enable_tx_dma CVWL568.lib(drv_i2c_dma.o) + 0x000168ca 0x000168ca 0x00000002 PAD + 0x000168cc 0x000168cc 0x00000060 Code RO 1406 i.drv_i2c_m_clear_it_pending_bit CVWL568.lib(drv_i2c_master.o) + 0x0001692c 0x0001692c 0x00000010 Code RO 1408 i.drv_i2c_m_enable CVWL568.lib(drv_i2c_master.o) + 0x0001693c 0x0001693c 0x00000038 Code RO 1409 i.drv_i2c_m_enable_intr CVWL568.lib(drv_i2c_master.o) + 0x00016974 0x00016974 0x0000000c Code RO 1412 i.drv_i2c_m_set_callback CVWL568.lib(drv_i2c_master.o) + 0x00016980 0x00016980 0x0000008c Code RO 1416 i.drv_i2c_master_init CVWL568.lib(drv_i2c_master.o) + 0x00016a0c 0x00016a0c 0x0000005c Code RO 1383 i.drv_i2c_master_read_dma CVWL568.lib(drv_i2c_dma.o) + 0x00016a68 0x00016a68 0x0000003c Code RO 1384 i.drv_i2c_master_write_dma CVWL568.lib(drv_i2c_dma.o) + 0x00016aa4 0x00016aa4 0x0000002e Code RO 1385 i.drv_i2c_master_write_read_cmd CVWL568.lib(drv_i2c_dma.o) + 0x00016ad2 0x00016ad2 0x00000002 PAD + 0x00016ad4 0x00016ad4 0x0000005c Code RO 1439 i.drv_i2c_s_clear_it_pending_bit CVWL568.lib(drv_i2c_slave.o) + 0x00016b30 0x00016b30 0x00000034 Code RO 1442 i.drv_i2c_s_enable_intr CVWL568.lib(drv_i2c_slave.o) + 0x00016b64 0x00016b64 0x0000001c Code RO 1443 i.drv_i2c_s_get_fifo_status CVWL568.lib(drv_i2c_slave.o) + 0x00016b80 0x00016b80 0x0000000c Code RO 1446 i.drv_i2c_s_set_callback CVWL568.lib(drv_i2c_slave.o) + 0x00016b8c 0x00016b8c 0x00000020 Code RO 1449 i.drv_i2c_s_write_data CVWL568.lib(drv_i2c_slave.o) + 0x00016bac 0x00016bac 0x00000058 Code RO 1386 i.drv_i2c_set_dma_irq_callback CVWL568.lib(drv_i2c_dma.o) + 0x00016c04 0x00016c04 0x00000044 Code RO 1450 i.drv_i2c_slave_init CVWL568.lib(drv_i2c_slave.o) + 0x00016c48 0x00016c48 0x0000001c Code RO 1387 i.drv_i2c_slave_write_dma CVWL568.lib(drv_i2c_dma.o) + 0x00016c64 0x00016c64 0x00000018 Code RO 1911 i.drv_lcdc_config_bypass CVWL568.lib(drv_lcdc.o) + 0x00016c7c 0x00016c7c 0x00000030 Code RO 1912 i.drv_lcdc_config_ccm CVWL568.lib(drv_lcdc.o) + 0x00016cac 0x00016cac 0x00000016 Code RO 1913 i.drv_lcdc_config_disp_mode CVWL568.lib(drv_lcdc.o) + 0x00016cc2 0x00016cc2 0x00000024 Code RO 1914 i.drv_lcdc_config_dpi_polarity CVWL568.lib(drv_lcdc.o) + 0x00016ce6 0x00016ce6 0x00000026 Code RO 1915 i.drv_lcdc_config_dpi_timing CVWL568.lib(drv_lcdc.o) + 0x00016d0c 0x00016d0c 0x00000016 Code RO 1916 i.drv_lcdc_config_edpi_mode CVWL568.lib(drv_lcdc.o) + 0x00016d22 0x00016d22 0x00000016 Code RO 1917 i.drv_lcdc_config_endianness CVWL568.lib(drv_lcdc.o) + 0x00016d38 0x00016d38 0x0000000c Code RO 1918 i.drv_lcdc_config_input_size CVWL568.lib(drv_lcdc.o) + 0x00016d44 0x00016d44 0x0000001e Code RO 1919 i.drv_lcdc_config_int CVWL568.lib(drv_lcdc.o) + 0x00016d62 0x00016d62 0x00000022 Code RO 1920 i.drv_lcdc_config_int_single CVWL568.lib(drv_lcdc.o) + 0x00016d84 0x00016d84 0x00000022 Code RO 1921 i.drv_lcdc_config_overwrite CVWL568.lib(drv_lcdc.o) + 0x00016da6 0x00016da6 0x0000000c Code RO 1922 i.drv_lcdc_config_overwrite_rgb CVWL568.lib(drv_lcdc.o) + 0x00016db2 0x00016db2 0x0000001a Code RO 1923 i.drv_lcdc_config_partial_display_area CVWL568.lib(drv_lcdc.o) + 0x00016dcc 0x00016dcc 0x00000022 Code RO 1924 i.drv_lcdc_config_partial_display_enable CVWL568.lib(drv_lcdc.o) + 0x00016dee 0x00016dee 0x0000001a Code RO 1926 i.drv_lcdc_config_scale_up_coef CVWL568.lib(drv_lcdc.o) + 0x00016e08 0x00016e08 0x0000000c Code RO 1927 i.drv_lcdc_config_scale_up_step CVWL568.lib(drv_lcdc.o) + 0x00016e14 0x00016e14 0x0000004c Code RO 1928 i.drv_lcdc_config_src_parameter CVWL568.lib(drv_lcdc.o) + 0x00016e60 0x00016e60 0x00000006 Code RO 1929 i.drv_lcdc_config_thresh CVWL568.lib(drv_lcdc.o) + 0x00016e66 0x00016e66 0x00000012 Code RO 1930 i.drv_lcdc_ctrl_flow CVWL568.lib(drv_lcdc.o) + 0x00016e78 0x00016e78 0x00000020 Code RO 1932 i.drv_lcdc_enable_shadow_reg CVWL568.lib(drv_lcdc.o) + 0x00016e98 0x00016e98 0x00000034 Code RO 1933 i.drv_lcdc_set_int CVWL568.lib(drv_lcdc.o) + 0x00016ecc 0x00016ecc 0x00000014 Code RO 1935 i.drv_lcdc_set_video_hw_mode CVWL568.lib(drv_lcdc.o) + 0x00016ee0 0x00016ee0 0x00000020 Code RO 1936 i.drv_lcdc_start CVWL568.lib(drv_lcdc.o) + 0x00016f00 0x00016f00 0x0000000c Code RO 1970 i.drv_memc_clear_status CVWL568.lib(drv_memc.o) + 0x00016f0c 0x00016f0c 0x00000040 Code RO 1971 i.drv_memc_enable_irq CVWL568.lib(drv_memc.o) + 0x00016f4c 0x00016f4c 0x0000000c Code RO 1972 i.drv_memc_gen_a_tear_signal CVWL568.lib(drv_memc.o) + 0x00016f58 0x00016f58 0x00000012 Code RO 1973 i.drv_memc_get_status CVWL568.lib(drv_memc.o) + 0x00016f6a 0x00016f6a 0x00000010 Code RO 1974 i.drv_memc_rate_transfer_sel CVWL568.lib(drv_memc.o) + 0x00016f7a 0x00016f7a 0x0000000e Code RO 1975 i.drv_memc_sel_vsync CVWL568.lib(drv_memc.o) + 0x00016f88 0x00016f88 0x00000014 Code RO 1976 i.drv_memc_set_active_height CVWL568.lib(drv_memc.o) + 0x00016f9c 0x00016f9c 0x0000000c Code RO 1977 i.drv_memc_set_data_mode CVWL568.lib(drv_memc.o) + 0x00016fa8 0x00016fa8 0x00000010 Code RO 1980 i.drv_memc_set_double_buffer CVWL568.lib(drv_memc.o) + 0x00016fb8 0x00016fb8 0x00000012 Code RO 1981 i.drv_memc_set_double_buffer_reverse CVWL568.lib(drv_memc.o) + 0x00016fca 0x00016fca 0x00000010 Code RO 1983 i.drv_memc_set_fs_en_conditions CVWL568.lib(drv_memc.o) + 0x00016fda 0x00016fda 0x00000014 Code RO 1984 i.drv_memc_set_inten CVWL568.lib(drv_memc.o) + 0x00016fee 0x00016fee 0x00000002 PAD + 0x00016ff0 0x00016ff0 0x00000018 Code RO 1985 i.drv_memc_set_lcdc_st_conditions CVWL568.lib(drv_memc.o) + 0x00017008 0x00017008 0x0000001a Code RO 1986 i.drv_memc_set_ltpo_mode CVWL568.lib(drv_memc.o) + 0x00017022 0x00017022 0x0000000e Code RO 1990 i.drv_memc_set_tear_mode CVWL568.lib(drv_memc.o) + 0x00017030 0x00017030 0x00000028 Code RO 1991 i.drv_memc_set_tear_waveform CVWL568.lib(drv_memc.o) + 0x00017058 0x00017058 0x0000000e Code RO 1993 i.drv_memc_set_vidc_sync_cnt CVWL568.lib(drv_memc.o) + 0x00017066 0x00017066 0x00000002 PAD + 0x00017068 0x00017068 0x00000008 Code RO 1471 i.drv_param_init_get_ccm CVWL568.lib(drv_param_init.o) + 0x00017070 0x00017070 0x00000014 Code RO 1472 i.drv_param_init_get_scld_filter_h CVWL568.lib(drv_param_init.o) + 0x00017084 0x00017084 0x00000014 Code RO 1473 i.drv_param_init_get_scld_filter_v CVWL568.lib(drv_param_init.o) + 0x00017098 0x00017098 0x00000008 Code RO 1474 i.drv_param_init_get_sclu_filter CVWL568.lib(drv_param_init.o) + 0x000170a0 0x000170a0 0x00000014 Code RO 1475 i.drv_param_init_set_ccm CVWL568.lib(drv_param_init.o) + 0x000170b4 0x000170b4 0x00000024 Code RO 1478 i.drv_param_p2r_filter_init CVWL568.lib(drv_param_init.o) + 0x000170d8 0x000170d8 0x00000010 Code RO 2242 i.drv_phy_enable_calibration CVWL568.lib(drv_phy_common.o) + 0x000170e8 0x000170e8 0x0000003c Code RO 2243 i.drv_phy_get_calibration CVWL568.lib(drv_phy_common.o) + 0x00017124 0x00017124 0x00000060 Code RO 2244 i.drv_phy_get_pll_para CVWL568.lib(drv_phy_common.o) + 0x00017184 0x00017184 0x00000054 Code RO 2245 i.drv_phy_get_rate_para CVWL568.lib(drv_phy_common.o) + 0x000171d8 0x000171d8 0x00000010 Code RO 2246 i.drv_phy_test_clear CVWL568.lib(drv_phy_common.o) + 0x000171e8 0x000171e8 0x00000018 Code RO 2247 i.drv_phy_test_lock CVWL568.lib(drv_phy_common.o) + 0x00017200 0x00017200 0x00000020 Code RO 2249 i.drv_phy_test_write_1_byte CVWL568.lib(drv_phy_common.o) + 0x00017220 0x00017220 0x00000026 Code RO 2250 i.drv_phy_test_write_2_byte CVWL568.lib(drv_phy_common.o) + 0x00017246 0x00017246 0x0000001e Code RO 2251 i.drv_phy_test_write_code CVWL568.lib(drv_phy_common.o) + 0x00017264 0x00017264 0x00000020 Code RO 2252 i.drv_phy_test_write_data CVWL568.lib(drv_phy_common.o) + 0x00017284 0x00017284 0x00000020 Code RO 1494 i.drv_pwr_set_cp_mode CVWL568.lib(drv_pwr.o) + 0x000172a4 0x000172a4 0x00000018 Code RO 1495 i.drv_pwr_set_pvd_mode CVWL568.lib(drv_pwr.o) + 0x000172bc 0x000172bc 0x00000030 Code RO 1496 i.drv_pwr_set_system_clk_src CVWL568.lib(drv_pwr.o) + 0x000172ec 0x000172ec 0x0000000c Code RO 1762 i.drv_rx_phy_test_clear CVWL568.lib(drv_dsi_rx.o) + 0x000172f8 0x000172f8 0x00000010 Code RO 1763 i.drv_rx_phy_test_lock CVWL568.lib(drv_dsi_rx.o) + 0x00017308 0x00017308 0x00000014 Code RO 1765 i.drv_rx_phy_test_write_1_byte CVWL568.lib(drv_dsi_rx.o) + 0x0001731c 0x0001731c 0x00000016 Code RO 1766 i.drv_rx_phy_test_write_2_byte CVWL568.lib(drv_dsi_rx.o) + 0x00017332 0x00017332 0x0000000a Code RO 2029 i.drv_rxbr_clear_pkt_buffer CVWL568.lib(drv_rxbr.o) + 0x0001733c 0x0001733c 0x00000004 Code RO 2030 i.drv_rxbr_clear_status0 CVWL568.lib(drv_rxbr.o) + 0x00017340 0x00017340 0x0000005a Code RO 2032 i.drv_rxbr_enable_irq CVWL568.lib(drv_rxbr.o) + 0x0001739a 0x0001739a 0x00000002 PAD + 0x0001739c 0x0001739c 0x00000014 Code RO 2033 i.drv_rxbr_frame_drop_cfg CVWL568.lib(drv_rxbr.o) + 0x000173b0 0x000173b0 0x0000003c Code RO 2034 i.drv_rxbr_get_clk CVWL568.lib(drv_rxbr.o) + 0x000173ec 0x000173ec 0x00000004 Code RO 2035 i.drv_rxbr_get_col_addr CVWL568.lib(drv_rxbr.o) + 0x000173f0 0x000173f0 0x00000012 Code RO 1660 i.drv_rxbr_get_int_source CVWL568.lib(hal_internal_vsync.o) + 0x00017402 0x00017402 0x00000004 Code RO 2038 i.drv_rxbr_get_page_addr CVWL568.lib(drv_rxbr.o) + 0x00017406 0x00017406 0x00000012 Code RO 1661 i.drv_rxbr_get_status0 CVWL568.lib(hal_internal_vsync.o) + 0x00017418 0x00017418 0x0000000c Code RO 2040 i.drv_rxbr_hline_rcv0_cfg CVWL568.lib(drv_rxbr.o) + 0x00017424 0x00017424 0x00000008 Code RO 2041 i.drv_rxbr_hline_rcv_cfg CVWL568.lib(drv_rxbr.o) + 0x0001742c 0x0001742c 0x0000000c Code RO 2042 i.drv_rxbr_register_irq0_callback CVWL568.lib(drv_rxbr.o) + 0x00017438 0x00017438 0x0000000c Code RO 2043 i.drv_rxbr_register_irq1_callback CVWL568.lib(drv_rxbr.o) + 0x00017444 0x00017444 0x00000014 Code RO 2044 i.drv_rxbr_set_ack_pkt_header CVWL568.lib(drv_rxbr.o) + 0x00017458 0x00017458 0x000000cc Code RO 2045 i.drv_rxbr_set_cmd_filter CVWL568.lib(drv_rxbr.o) + 0x00017524 0x00017524 0x00000014 Code RO 2047 i.drv_rxbr_set_color_format CVWL568.lib(drv_rxbr.o) + 0x00017538 0x00017538 0x00000014 Code RO 2049 i.drv_rxbr_set_inten CVWL568.lib(drv_rxbr.o) + 0x0001754c 0x0001754c 0x00000010 Code RO 2050 i.drv_rxbr_set_ltpo_drop_th CVWL568.lib(drv_rxbr.o) + 0x0001755c 0x0001755c 0x00000026 Code RO 2052 i.drv_rxbr_set_usr_cfg CVWL568.lib(drv_rxbr.o) + 0x00017582 0x00017582 0x00000008 Code RO 2053 i.drv_rxbr_set_usr_col CVWL568.lib(drv_rxbr.o) + 0x0001758a 0x0001758a 0x00000008 Code RO 2054 i.drv_rxbr_set_usr_row CVWL568.lib(drv_rxbr.o) + 0x00017592 0x00017592 0x00000002 PAD + 0x00017594 0x00017594 0x00000020 Code RO 1540 i.drv_spi_m_read_data CVWL568.lib(drv_spi_master.o) + 0x000175b4 0x000175b4 0x00000048 Code RO 1568 i.drv_swire_set_int CVWL568.lib(drv_swire.o) + 0x000175fc 0x000175fc 0x0000001c Code RO 1569 i.drv_swire_set_power_down CVWL568.lib(drv_swire.o) + 0x00017618 0x00017618 0x0000000c Code RO 1584 i.drv_sys_cfg_clear_all_int CVWL568.lib(drv_sys_cfg.o) + 0x00017624 0x00017624 0x00000028 Code RO 1585 i.drv_sys_cfg_clear_pending CVWL568.lib(drv_sys_cfg.o) + 0x0001764c 0x0001764c 0x00000018 Code RO 1588 i.drv_sys_cfg_sel_ap_rst_lvl_trig CVWL568.lib(drv_sys_cfg.o) + 0x00017664 0x00017664 0x0000001c Code RO 1589 i.drv_sys_cfg_sel_ap_rst_trig CVWL568.lib(drv_sys_cfg.o) + 0x00017680 0x00017680 0x00000024 Code RO 1590 i.drv_sys_cfg_sel_gpio_group CVWL568.lib(drv_sys_cfg.o) + 0x000176a4 0x000176a4 0x00000024 Code RO 1591 i.drv_sys_cfg_sel_int_trig CVWL568.lib(drv_sys_cfg.o) + 0x000176c8 0x000176c8 0x00000010 Code RO 1593 i.drv_sys_cfg_set_dma_rx_req CVWL568.lib(drv_sys_cfg.o) + 0x000176d8 0x000176d8 0x00000010 Code RO 1594 i.drv_sys_cfg_set_dma_tx_req CVWL568.lib(drv_sys_cfg.o) + 0x000176e8 0x000176e8 0x00000024 Code RO 1595 i.drv_sys_cfg_set_int CVWL568.lib(drv_sys_cfg.o) + 0x0001770c 0x0001770c 0x0000001a Code RO 1619 i.drv_timer_clear_status_flags CVWL568.lib(drv_timer.o) + 0x00017726 0x00017726 0x00000020 Code RO 1620 i.drv_timer_enable CVWL568.lib(drv_timer.o) + 0x00017746 0x00017746 0x00000002 PAD + 0x00017748 0x00017748 0x00000010 Code RO 1622 i.drv_timer_get_instance CVWL568.lib(drv_timer.o) + 0x00017758 0x00017758 0x0000000e Code RO 1624 i.drv_timer_get_prescaler CVWL568.lib(drv_timer.o) + 0x00017766 0x00017766 0x00000002 PAD + 0x00017768 0x00017768 0x00000044 Code RO 1625 i.drv_timer_handle_interrupt CVWL568.lib(drv_timer.o) + 0x000177ac 0x000177ac 0x00000014 Code RO 1626 i.drv_timer_register_callback CVWL568.lib(drv_timer.o) + 0x000177c0 0x000177c0 0x0000000c Code RO 1627 i.drv_timer_set_current_count CVWL568.lib(drv_timer.o) + 0x000177cc 0x000177cc 0x00000048 Code RO 1628 i.drv_timer_set_int CVWL568.lib(drv_timer.o) + 0x00017814 0x00017814 0x0000000c Code RO 1629 i.drv_timer_set_match CVWL568.lib(drv_timer.o) + 0x00017820 0x00017820 0x00000016 Code RO 1630 i.drv_timer_set_prescaler CVWL568.lib(drv_timer.o) + 0x00017836 0x00017836 0x0000000a Code RO 1845 i.drv_tx_phy_test_clear CVWL568.lib(drv_dsi_tx.o) + 0x00017840 0x00017840 0x0000001c Code RO 1846 i.drv_tx_phy_test_enter CVWL568.lib(drv_dsi_tx.o) + 0x0001785c 0x0001785c 0x0000001c Code RO 1847 i.drv_tx_phy_test_exit CVWL568.lib(drv_dsi_tx.o) + 0x00017878 0x00017878 0x00000012 Code RO 1849 i.drv_tx_phy_test_write_1_byte CVWL568.lib(drv_dsi_tx.o) + 0x0001788a 0x0001788a 0x00000014 Code RO 1850 i.drv_tx_phy_test_write_2_byte CVWL568.lib(drv_dsi_tx.o) + 0x0001789e 0x0001789e 0x00000010 Code RO 1851 i.drv_tx_phy_test_write_code CVWL568.lib(drv_dsi_tx.o) + 0x000178ae 0x000178ae 0x00000008 Code RO 2093 i.drv_vidc_clear_irq CVWL568.lib(drv_vidc.o) + 0x000178b6 0x000178b6 0x00000018 Code RO 2097 i.drv_vidc_enable CVWL568.lib(drv_vidc.o) + 0x000178ce 0x000178ce 0x00000002 PAD + 0x000178d0 0x000178d0 0x00000040 Code RO 2098 i.drv_vidc_enable_irq CVWL568.lib(drv_vidc.o) + 0x00017910 0x00017910 0x00000012 Code RO 2100 i.drv_vidc_get_irq_status CVWL568.lib(drv_vidc.o) + 0x00017922 0x00017922 0x00000002 PAD + 0x00017924 0x00017924 0x00000028 Code RO 2104 i.drv_vidc_init_module_enable CVWL568.lib(drv_vidc.o) + 0x0001794c 0x0001794c 0x0000000c Code RO 2105 i.drv_vidc_register_callback CVWL568.lib(drv_vidc.o) + 0x00017958 0x00017958 0x00000006 Code RO 2106 i.drv_vidc_reset CVWL568.lib(drv_vidc.o) + 0x0001795e 0x0001795e 0x0000003c Code RO 2108 i.drv_vidc_set_dst_parameter CVWL568.lib(drv_vidc.o) + 0x0001799a 0x0001799a 0x00000014 Code RO 2112 i.drv_vidc_set_irqen CVWL568.lib(drv_vidc.o) + 0x000179ae 0x000179ae 0x00000010 Code RO 2113 i.drv_vidc_set_mirror CVWL568.lib(drv_vidc.o) + 0x000179be 0x000179be 0x00000008 Code RO 2116 i.drv_vidc_set_p2r_hcoef0 CVWL568.lib(drv_vidc.o) + 0x000179c6 0x000179c6 0x00000026 Code RO 2117 i.drv_vidc_set_p2r_hinitb CVWL568.lib(drv_vidc.o) + 0x000179ec 0x000179ec 0x00000026 Code RO 2118 i.drv_vidc_set_p2r_hinitr CVWL568.lib(drv_vidc.o) + 0x00017a12 0x00017a12 0x00000002 PAD + 0x00017a14 0x00017a14 0x00000018 Code RO 2119 i.drv_vidc_set_pentile_swap CVWL568.lib(drv_vidc.o) + 0x00017a2c 0x00017a2c 0x0000000a Code RO 2120 i.drv_vidc_set_pu_ctrl CVWL568.lib(drv_vidc.o) + 0x00017a36 0x00017a36 0x00000010 Code RO 2121 i.drv_vidc_set_rotation CVWL568.lib(drv_vidc.o) + 0x00017a46 0x00017a46 0x0000000a Code RO 2122 i.drv_vidc_set_scld_hcoef0 CVWL568.lib(drv_vidc.o) + 0x00017a50 0x00017a50 0x0000000a Code RO 2123 i.drv_vidc_set_scld_hcoef1 CVWL568.lib(drv_vidc.o) + 0x00017a5a 0x00017a5a 0x00000012 Code RO 2124 i.drv_vidc_set_scld_step CVWL568.lib(drv_vidc.o) + 0x00017a6c 0x00017a6c 0x0000000a Code RO 2125 i.drv_vidc_set_scld_vcoef0 CVWL568.lib(drv_vidc.o) + 0x00017a76 0x00017a76 0x0000000a Code RO 2126 i.drv_vidc_set_scld_vcoef1 CVWL568.lib(drv_vidc.o) + 0x00017a80 0x00017a80 0x00000016 Code RO 2127 i.drv_vidc_set_src_parameter CVWL568.lib(drv_vidc.o) + 0x00017a96 0x00017a96 0x00000002 PAD + 0x00017a98 0x00017a98 0x00000010 Code RO 2520 i.drv_wdg_clear_counter CVWL568.lib(drv_wdg.o) + 0x00017aa8 0x00017aa8 0x00000010 Code RO 2521 i.drv_wdg_clear_edge_flag CVWL568.lib(drv_wdg.o) + 0x00017ab8 0x00017ab8 0x00000010 Code RO 2524 i.drv_wdg_read_edge_flag CVWL568.lib(drv_wdg.o) + 0x00017ac8 0x00017ac8 0x00000034 Code RO 2527 i.drv_wdg_set_int CVWL568.lib(drv_wdg.o) + 0x00017afc 0x00017afc 0x0000000a Code RO 1248 i.fls_clr_interrupt_flag CVWL568.lib(drv_fls.o) + 0x00017b06 0x00017b06 0x00000014 Code RO 877 i.fputc CVWL568.lib(tau_log.o) + 0x00017b1a 0x00017b1a 0x00000002 PAD + 0x00017b1c 0x00017b1c 0x00000030 Code RO 508 i.hal_dsi_rx_ctrl_create_handle CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017b4c 0x00017b4c 0x0000009c Code RO 510 i.hal_dsi_rx_ctrl_deinit CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017be8 0x00017be8 0x00000084 Code RO 512 i.hal_dsi_rx_ctrl_dsc_async_handler CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017c6c 0x00017c6c 0x00000028 Code RO 514 i.hal_dsi_rx_ctrl_gen_a_tear_signal CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017c94 0x00017c94 0x00000028 Code RO 516 i.hal_dsi_rx_ctrl_get_max_ret_size CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017cbc 0x00017cbc 0x00000098 Code RO 518 i.hal_dsi_rx_ctrl_init CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017d54 0x00017d54 0x00000130 Code RO 519 i.hal_dsi_rx_ctrl_init_clk CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017e84 0x00017e84 0x000000d4 Code RO 520 i.hal_dsi_rx_ctrl_init_dsi_rx CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017f58 0x00017f58 0x0000013c Code RO 521 i.hal_dsi_rx_ctrl_init_memc CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00018094 0x00018094 0x00000130 Code RO 522 i.hal_dsi_rx_ctrl_init_rxbr CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000181c4 0x000181c4 0x0000022c Code RO 523 i.hal_dsi_rx_ctrl_init_vidc CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000183f0 0x000183f0 0x0000003c Code RO 524 i.hal_dsi_rx_ctrl_pre_init_pps CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x0001842c 0x0001842c 0x000000f0 Code RO 527 i.hal_dsi_rx_ctrl_send_ack_cmd CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x0001851c 0x0001851c 0x00000034 Code RO 531 i.hal_dsi_rx_ctrl_set_cus_sync_line CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00018550 0x00018550 0x00000034 Code RO 534 i.hal_dsi_rx_ctrl_set_hw_tear_mode CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00018584 0x00018584 0x00000038 Code RO 535 i.hal_dsi_rx_ctrl_set_ipi_cfg CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000185bc 0x000185bc 0x00000072 Code RO 539 i.hal_dsi_rx_ctrl_set_rxbr_clk CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x0001862e 0x0001862e 0x00000002 PAD + 0x00018630 0x00018630 0x00000034 Code RO 540 i.hal_dsi_rx_ctrl_set_sw_tear_mode CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00018664 0x00018664 0x0000003c Code RO 543 i.hal_dsi_rx_ctrl_start CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000186a0 0x000186a0 0x0000003c Code RO 544 i.hal_dsi_rx_ctrl_stop CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000186dc 0x000186dc 0x00000020 Code RO 546 i.hal_dsi_rx_ctrl_toggle_resolution CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000186fc 0x000186fc 0x00000190 Code RO 595 i.hal_dsi_tx_calc_video_chunks CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001888c 0x0001888c 0x00000034 Code RO 596 i.hal_dsi_tx_config_params_for_lane_rate CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000188c0 0x000188c0 0x000004d0 Code RO 597 i.hal_dsi_tx_count_lane_rate CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018d90 0x00018d90 0x0000002c Code RO 599 i.hal_dsi_tx_ctrl_create_handle CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018dbc 0x00018dbc 0x00000048 Code RO 600 i.hal_dsi_tx_ctrl_deinit CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018e04 0x00018e04 0x0000004c Code RO 601 i.hal_dsi_tx_ctrl_enter_init_panel_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018e50 0x00018e50 0x00000028 Code RO 603 i.hal_dsi_tx_ctrl_exit_init_panel_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018e78 0x00018e78 0x000000c4 Code RO 605 i.hal_dsi_tx_ctrl_init CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018f3c 0x00018f3c 0x00000024 Code RO 606 i.hal_dsi_tx_ctrl_init_clk CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018f60 0x00018f60 0x0000000c Code RO 607 i.hal_dsi_tx_ctrl_panel_reset_pin CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018f6c 0x00018f6c 0x00000020 Code RO 610 i.hal_dsi_tx_ctrl_set_ccm CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018f8c 0x00018f8c 0x00000014 Code RO 616 i.hal_dsi_tx_ctrl_set_overwrite_rgb CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018fa0 0x00018fa0 0x00000010 Code RO 617 i.hal_dsi_tx_ctrl_set_partial_disp CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018fb0 0x00018fb0 0x00000024 Code RO 618 i.hal_dsi_tx_ctrl_set_partial_disp_area CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018fd4 0x00018fd4 0x0000006c Code RO 620 i.hal_dsi_tx_ctrl_start CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00019040 0x00019040 0x00000044 Code RO 621 i.hal_dsi_tx_ctrl_stop CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00019084 0x00019084 0x000000d8 Code RO 622 i.hal_dsi_tx_ctrl_write_array_cmd CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001915c 0x0001915c 0x000000b0 Code RO 623 i.hal_dsi_tx_ctrl_write_cmd CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001920c 0x0001920c 0x00000044 Code RO 624 i.hal_dsi_tx_init_data_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00019250 0x00019250 0x00000030 Code RO 625 i.hal_dsi_tx_init_dpi_cfg CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00019280 0x00019280 0x00000020 Code RO 626 i.hal_dsi_tx_init_interrupt CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000192a0 0x000192a0 0x00000020 Code RO 627 i.hal_dsi_tx_init_phy_cfg CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000192c0 0x000192c0 0x00000094 Code RO 628 i.hal_dsi_tx_init_remains CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00019354 0x00019354 0x00000058 Code RO 629 i.hal_dsi_tx_init_video_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000193ac 0x000193ac 0x00000044 Code RO 630 i.hal_dsi_tx_send_cmd CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000193f0 0x000193f0 0x00000018 Code RO 688 i.hal_gpio_ctrl_eint CVWL568.lib(hal_gpio.o) + 0x00019408 0x00019408 0x00000012 Code RO 689 i.hal_gpio_get_input_data CVWL568.lib(hal_gpio.o) + 0x0001941a 0x0001941a 0x00000002 PAD + 0x0001941c 0x0001941c 0x00000040 Code RO 692 i.hal_gpio_init_eint CVWL568.lib(hal_gpio.o) + 0x0001945c 0x0001945c 0x00000020 Code RO 693 i.hal_gpio_init_input CVWL568.lib(hal_gpio.o) + 0x0001947c 0x0001947c 0x00000028 Code RO 694 i.hal_gpio_init_output CVWL568.lib(hal_gpio.o) + 0x000194a4 0x000194a4 0x00000018 Code RO 695 i.hal_gpio_reg_eint_cb CVWL568.lib(hal_gpio.o) + 0x000194bc 0x000194bc 0x00000050 Code RO 696 i.hal_gpio_set_ap_reset_int CVWL568.lib(hal_gpio.o) + 0x0001950c 0x0001950c 0x00000060 Code RO 698 i.hal_gpio_set_mode CVWL568.lib(hal_gpio.o) + 0x0001956c 0x0001956c 0x00000008 Code RO 699 i.hal_gpio_set_output_data CVWL568.lib(hal_gpio.o) + 0x00019574 0x00019574 0x00000020 Code RO 701 i.hal_gpio_set_pull_state CVWL568.lib(hal_gpio.o) + 0x00019594 0x00019594 0x0000006c Code RO 726 i.hal_i2c_m_dma_init CVWL568.lib(hal_i2c_master.o) + 0x00019600 0x00019600 0x00000020 Code RO 727 i.hal_i2c_m_dma_read CVWL568.lib(hal_i2c_master.o) + 0x00019620 0x00019620 0x0000001c Code RO 728 i.hal_i2c_m_dma_write CVWL568.lib(hal_i2c_master.o) + 0x0001963c 0x0001963c 0x0000000c Code RO 730 i.hal_i2c_m_transfer_complate CVWL568.lib(hal_i2c_master.o) + 0x00019648 0x00019648 0x00000020 Code RO 731 i.hal_i2c_master_irq_callback CVWL568.lib(hal_i2c_master.o) + 0x00019668 0x00019668 0x00000010 Code RO 743 i.hal_i2c_s_dma_user_callback CVWL568.lib(hal_i2c_slave.o) + 0x00019678 0x00019678 0x00000038 Code RO 744 i.hal_i2c_s_dma_write CVWL568.lib(hal_i2c_slave.o) + 0x000196b0 0x000196b0 0x0000006c Code RO 746 i.hal_i2c_s_init CVWL568.lib(hal_i2c_slave.o) + 0x0001971c 0x0001971c 0x00000014 Code RO 747 i.hal_i2c_s_nonblocking_read CVWL568.lib(hal_i2c_slave.o) + 0x00019730 0x00019730 0x0000000c Code RO 754 i.hal_i2c_s_set_transfer CVWL568.lib(hal_i2c_slave.o) + 0x0001973c 0x0001973c 0x0000014c Code RO 757 i.hal_i2c_slave_irq_callback CVWL568.lib(hal_i2c_slave.o) + 0x00019888 0x00019888 0x000000e4 Code RO 1663 i.hal_internal_init_memc CVWL568.lib(hal_internal_vsync.o) + 0x0001996c 0x0001996c 0x00000010 Code RO 1664 i.hal_internal_sync_get_fb_setting CVWL568.lib(hal_internal_vsync.o) + 0x0001997c 0x0001997c 0x00000214 Code RO 1665 i.hal_internal_sync_input_resolution_change CVWL568.lib(hal_internal_vsync.o) + 0x00019b90 0x00019b90 0x0000001c Code RO 1667 i.hal_internal_vsync_deinit CVWL568.lib(hal_internal_vsync.o) + 0x00019bac 0x00019bac 0x0000000c Code RO 1668 i.hal_internal_vsync_get_rx_state CVWL568.lib(hal_internal_vsync.o) + 0x00019bb8 0x00019bb8 0x00000018 Code RO 1669 i.hal_internal_vsync_get_sync_line CVWL568.lib(hal_internal_vsync.o) + 0x00019bd0 0x00019bd0 0x0000000c Code RO 1670 i.hal_internal_vsync_get_tx_state CVWL568.lib(hal_internal_vsync.o) + 0x00019bdc 0x00019bdc 0x000000fc Code RO 1671 i.hal_internal_vsync_init_rx CVWL568.lib(hal_internal_vsync.o) + 0x00019cd8 0x00019cd8 0x000000b0 Code RO 1672 i.hal_internal_vsync_init_tx CVWL568.lib(hal_internal_vsync.o) + 0x00019d88 0x00019d88 0x0000011c Code RO 1673 i.hal_internal_vsync_set_auto_hw_filter CVWL568.lib(hal_internal_vsync.o) + 0x00019ea4 0x00019ea4 0x00000014 Code RO 1675 i.hal_internal_vsync_set_rx_state CVWL568.lib(hal_internal_vsync.o) + 0x00019eb8 0x00019eb8 0x0000001c Code RO 1676 i.hal_internal_vsync_set_sync_line CVWL568.lib(hal_internal_vsync.o) + 0x00019ed4 0x00019ed4 0x00000048 Code RO 1677 i.hal_internal_vsync_set_tear_mode CVWL568.lib(hal_internal_vsync.o) + 0x00019f1c 0x00019f1c 0x00000040 Code RO 1678 i.hal_internal_vsync_set_tx_state CVWL568.lib(hal_internal_vsync.o) + 0x00019f5c 0x00019f5c 0x00000024 Code RO 631 i.hal_lcdc_config_ccm CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00019f80 0x00019f80 0x00000048 Code RO 632 i.hal_lcdc_config_remains CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00019fc8 0x00019fc8 0x00000014 Code RO 633 i.hal_lcdc_config_rgb_to_pentile CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00019fdc 0x00019fdc 0x00000164 Code RO 634 i.hal_lcdc_config_upscaler CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001a140 0x0001a140 0x00000040 Code RO 635 i.hal_lcdc_init_cfg CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001a180 0x0001a180 0x00000180 Code RO 636 i.hal_lcdc_init_clk CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001a300 0x0001a300 0x00000040 Code RO 637 i.hal_lcdc_init_interrupt CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001a340 0x0001a340 0x0000000e Code RO 779 i.hal_spi_m_clear_rxfifo CVWL568.lib(hal_spi_master.o) + 0x0001a34e 0x0001a34e 0x00000016 Code RO 803 i.hal_swire_open CVWL568.lib(hal_swire.o) + 0x0001a364 0x0001a364 0x00000008 Code RO 817 i.hal_system_enable_systick CVWL568.lib(hal_system.o) + 0x0001a36c 0x0001a36c 0x00000088 Code RO 822 i.hal_system_init CVWL568.lib(hal_system.o) + 0x0001a3f4 0x0001a3f4 0x0000001c Code RO 823 i.hal_system_init_console CVWL568.lib(hal_system.o) + 0x0001a410 0x0001a410 0x00000008 Code RO 826 i.hal_system_set_phy_calibration CVWL568.lib(hal_system.o) + 0x0001a418 0x0001a418 0x00000008 Code RO 827 i.hal_system_set_pvd CVWL568.lib(hal_system.o) + 0x0001a420 0x0001a420 0x00000008 Code RO 828 i.hal_system_set_vcc CVWL568.lib(hal_system.o) + 0x0001a428 0x0001a428 0x0000001a Code RO 853 i.hal_timer_init CVWL568.lib(hal_timer.o) + 0x0001a442 0x0001a442 0x00000002 PAD + 0x0001a444 0x0001a444 0x00000050 Code RO 855 i.hal_timer_start CVWL568.lib(hal_timer.o) + 0x0001a494 0x0001a494 0x00000030 Code RO 856 i.hal_timer_stop CVWL568.lib(hal_timer.o) + 0x0001a4c4 0x0001a4c4 0x0000008c Code RO 976 i.hal_uart_init CVWL568.lib(hal_uart.o) + 0x0001a550 0x0001a550 0x00000010 Code RO 979 i.hal_uart_transmit_blocking CVWL568.lib(hal_uart.o) + 0x0001a560 0x0001a560 0x00000110 Code RO 2203 i.handle_init CVWL568.lib(irq_redirect .o) + 0x0001a670 0x0001a670 0x00000068 Code RO 114 i.init_mipi_tx ap_demo.o + 0x0001a6d8 0x0001a6d8 0x000000b8 Code RO 115 i.init_panel ap_demo.o + 0x0001a790 0x0001a790 0x0000000a Code RO 3 i.main main.o + 0x0001a79a 0x0001a79a 0x00000002 PAD + 0x0001a79c 0x0001a79c 0x000000a8 Code RO 116 i.open_mipi_rx ap_demo.o + 0x0001a844 0x0001a844 0x00000054 Code RO 117 i.pps_update_handle ap_demo.o + 0x0001a898 0x0001a898 0x000003f4 Code RO 1679 i.rx_get_dcs_packet_data CVWL568.lib(hal_internal_vsync.o) + 0x0001ac8c 0x0001ac8c 0x00000140 Code RO 1680 i.rx_partial_update CVWL568.lib(hal_internal_vsync.o) + 0x0001adcc 0x0001adcc 0x0000008c Code RO 1681 i.rx_receive_packet CVWL568.lib(hal_internal_vsync.o) + 0x0001ae58 0x0001ae58 0x00000180 Code RO 1682 i.rx_receive_pps CVWL568.lib(hal_internal_vsync.o) + 0x0001afd8 0x0001afd8 0x000000a4 Code RO 1683 i.rxbr_irq0_callback CVWL568.lib(hal_internal_vsync.o) + 0x0001b07c 0x0001b07c 0x00000170 Code RO 1684 i.rxbr_irq1_callback CVWL568.lib(hal_internal_vsync.o) + 0x0001b1ec 0x0001b1ec 0x0000002a Code RO 118 i.send_panel_init_code ap_demo.o + 0x0001b216 0x0001b216 0x00000002 PAD + 0x0001b218 0x0001b218 0x00000060 Code RO 119 i.soft_disable_mipi_timer_init ap_demo.o + 0x0001b278 0x0001b278 0x0000008c Code RO 1685 i.soft_gen_te CVWL568.lib(hal_internal_vsync.o) + 0x0001b304 0x0001b304 0x00000030 Code RO 120 i.soft_timer3_cb ap_demo.o + 0x0001b334 0x0001b334 0x00000048 Code RO 2569 i.sqrt m_ps.l(sqrt.o) + 0x0001b37c 0x0001b37c 0x00000048 Code RO 121 i.tp_heartbeat_exec ap_demo.o + 0x0001b3c4 0x0001b3c4 0x00000014 Code RO 122 i.tx_display_on ap_demo.o + 0x0001b3d8 0x0001b3d8 0x00000028 Code RO 123 i.tx_panel_reset ap_demo.o + 0x0001b400 0x0001b400 0x000000e8 Code RO 1686 i.vidc_callback CVWL568.lib(hal_internal_vsync.o) + 0x0001b4e8 0x0001b4e8 0x000000d0 Code RO 1687 i.vpre_err_reset CVWL568.lib(hal_internal_vsync.o) + 0x0001b5b8 0x0001b5b8 0x0000019c Code RO 1688 i.vsync_set_te_mode CVWL568.lib(hal_internal_vsync.o) + 0x0001b754 0x0001b754 0x0000199c Data RO 124 .constdata ap_demo.o + 0x0001d0f0 0x0001d0f0 0x000000d2 Data RO 704 .constdata CVWL568.lib(hal_gpio.o) + 0x0001d1c2 0x0001d1c2 0x00002150 Data RO 890 .constdata WL568_S20U_TP.lib(app_tp_for_custom_s8.o) + 0x0001f312 0x0001f312 0x00000001 Data RO 903 .constdata WL568_S20U_TP.lib(app_tp_for_custom_s8.o) + 0x0001f313 0x0001f313 0x00000001 PAD + 0x0001f314 0x0001f314 0x00000008 Data RO 1479 .constdata CVWL568.lib(drv_param_init.o) + 0x0001f31c 0x0001f31c 0x00000186 Data RO 2253 .constdata CVWL568.lib(drv_phy_common.o) + 0x0001f4a2 0x0001f4a2 0x00000002 PAD + 0x0001f4a4 0x0001f4a4 0x00000048 Data RO 548 .conststring CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x0001f4ec 0x0001f4ec 0x00000134 Data RO 1690 .conststring CVWL568.lib(hal_internal_vsync.o) + 0x0001f620 0x0001f620 0x00000030 Data RO 2931 Region$$Table anon$$obj.o + + + Execution Region RW_RAM1 (Exec base: 0x00070000, Load base: 0x0001f650, Size: 0x00000000, Max: 0x000000f0, ABSOLUTE) + + **** No section assigned to this execution region **** + + + Execution Region RW_RAM2 (Exec base: 0x00070100, Load base: 0x0001f650, Size: 0x000000c0, Max: 0x000000d0, ABSOLUTE) + + Exec Addr Load Addr Size Type Attr Idx E Section Name Object + + 0x00070100 - 0x000000c0 Zero RW 2204 .ARM.__AT_0x00070100 CVWL568.lib(irq_redirect .o) + + + Execution Region RW_RAM3 (Exec base: 0x000701d0, Load base: 0x0001f650, Size: 0x000036f0, Max: 0x00007e30, ABSOLUTE, COMPRESSED[0x000003e4]) + + Exec Addr Load Addr Size Type Attr Idx E Section Name Object + + 0x000701d0 COMPRESSED 0x00000038 Data RW 125 .data ap_demo.o + 0x00070208 COMPRESSED 0x00000031 Data RW 315 .data app_tp_transfer.o + 0x00070239 COMPRESSED 0x00000003 PAD + 0x0007023c COMPRESSED 0x00000008 Data RW 549 .data CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00070244 COMPRESSED 0x00000001 Data RW 639 .data CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00070245 COMPRESSED 0x00000001 Data RW 732 .data CVWL568.lib(hal_i2c_master.o) + 0x00070246 COMPRESSED 0x00000002 PAD + 0x00070248 COMPRESSED 0x0000001c Data RW 758 .data CVWL568.lib(hal_i2c_slave.o) + 0x00070264 COMPRESSED 0x000000e4 Data RW 904 .data WL568_S20U_TP.lib(app_tp_for_custom_s8.o) + 0x00070348 COMPRESSED 0x00000001 Data RW 907 .data WL568_S20U_TP.lib(app_tp_for_custom_s8.o) + 0x00070349 COMPRESSED 0x00000001 Data RW 908 .data WL568_S20U_TP.lib(app_tp_for_custom_s8.o) + 0x0007034a COMPRESSED 0x00000001 Data RW 913 .data WL568_S20U_TP.lib(app_tp_for_custom_s8.o) + 0x0007034b COMPRESSED 0x00000003 Data RW 914 .data WL568_S20U_TP.lib(app_tp_for_custom_s8.o) + 0x0007034e COMPRESSED 0x00000005 Data RW 915 .data WL568_S20U_TP.lib(app_tp_for_custom_s8.o) + 0x00070353 COMPRESSED 0x00000001 PAD + 0x00070354 COMPRESSED 0x00000030 Data RW 925 .data WL568_S20U_TP.lib(app_tp_for_custom_s8.o) + 0x00070384 COMPRESSED 0x00000012 Data RW 1033 .data CVWL568.lib(norflash.o) + 0x00070396 COMPRESSED 0x00000002 PAD + 0x00070398 COMPRESSED 0x0000000c Data RW 1086 .data CVWL568.lib(drv_common.o) + 0x000703a4 COMPRESSED 0x00000004 Data RW 1351 .data CVWL568.lib(drv_gpio.o) + 0x000703a8 COMPRESSED 0x00000008 Data RW 1389 .data CVWL568.lib(drv_i2c_dma.o) + 0x000703b0 COMPRESSED 0x00000004 Data RW 1417 .data CVWL568.lib(drv_i2c_master.o) + 0x000703b4 COMPRESSED 0x00000008 Data RW 1451 .data CVWL568.lib(drv_i2c_slave.o) + 0x000703bc COMPRESSED 0x000004a4 Data RW 1480 .data CVWL568.lib(drv_param_init.o) + 0x00070860 COMPRESSED 0x00000004 Data RW 1545 .data CVWL568.lib(drv_spi_master.o) + 0x00070864 COMPRESSED 0x00000008 Data RW 1571 .data CVWL568.lib(drv_swire.o) + 0x0007086c COMPRESSED 0x00000001 Data RW 1596 .data CVWL568.lib(drv_sys_cfg.o) + 0x0007086d COMPRESSED 0x00000003 PAD + 0x00070870 COMPRESSED 0x00000050 Data RW 1632 .data CVWL568.lib(drv_timer.o) + 0x000708c0 COMPRESSED 0x00000004 Data RW 1691 .data CVWL568.lib(hal_internal_vsync.o) + 0x000708c4 COMPRESSED 0x00000008 Data RW 2056 .data CVWL568.lib(drv_rxbr.o) + 0x000708cc COMPRESSED 0x00000004 Data RW 2129 .data CVWL568.lib(drv_vidc.o) + 0x000708d0 COMPRESSED 0x00000001 Data RW 2254 .data CVWL568.lib(drv_phy_common.o) + 0x000708d1 COMPRESSED 0x00000003 PAD + 0x000708d4 COMPRESSED 0x0000000c Data RW 2274 .data CVWL568.lib(drv_chip_info.o) + 0x000708e0 COMPRESSED 0x0000000c Data RW 2384 .data CVWL568.lib(drv_pwm.o) + 0x000708ec COMPRESSED 0x00000008 Data RW 2462 .data CVWL568.lib(drv_uart.o) + 0x000708f4 COMPRESSED 0x0000000c Data RW 2529 .data CVWL568.lib(drv_wdg.o) + 0x00070900 COMPRESSED 0x00000004 Data RW 2900 .data mc_p.l(stdout.o) + 0x00070904 COMPRESSED 0x00000004 Data RW 2912 .data mc_p.l(errno.o) + 0x00070908 - 0x0000019c Zero RW 314 .bss app_tp_transfer.o + 0x00070aa4 - 0x000000c0 Zero RW 547 .bss CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00070b64 - 0x00000048 Zero RW 638 .bss CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00070bac - 0x00000100 Zero RW 878 .bss CVWL568.lib(tau_log.o) + 0x00070cac - 0x000000d0 Zero RW 981 .bss CVWL568.lib(hal_uart.o) + 0x00070d7c - 0x0000001c Zero RW 1213 .bss CVWL568.lib(drv_dma.o) + 0x00070d98 - 0x00000040 Zero RW 1350 .bss CVWL568.lib(drv_gpio.o) + 0x00070dd8 - 0x00000140 Zero RW 1388 .bss CVWL568.lib(drv_i2c_dma.o) + 0x00070f18 - 0x00000958 Zero RW 1689 .bss CVWL568.lib(hal_internal_vsync.o) + 0x00071870 - 0x00001030 Zero RW 1733 .bss CVWL568.lib(dcs_packet_fifo.o) + 0x000728a0 - 0x00000020 Zero RW 2318 .bss CVWL568.lib(hal_spi_slave.o) + 0x000728c0 - 0x00001000 Zero RW 497 STACK startup_armcm0.o + + +============================================================================== + +Image component sizes + + + Code (inc. data) RO Data RW Data ZI Data Debug Object Name + + 8234 868 6556 56 0 40228 ap_demo.o + 1778 210 0 49 412 18180 app_tp_transfer.o + 36 6 0 0 0 477 board.o + 10 0 0 0 0 10267 main.o + 120 18 192 0 4096 2060 startup_armcm0.o + + ---------------------------------------------------------------------- + 10186 1102 6796 108 4508 71212 Object Totals + 0 0 48 0 0 0 (incl. Generated) + 8 0 0 3 0 0 (incl. Padding) + + ---------------------------------------------------------------------- + + Code (inc. data) RO Data RW Data ZI Data Debug Library Member Name + + 216 32 0 0 4144 252 dcs_packet_fifo.o + 296 96 0 12 0 256 drv_chip_info.o + 192 82 20 12 0 264 drv_common.o + 420 90 0 0 0 1200 drv_crgu.o + 410 28 0 0 28 796 drv_dma.o + 232 28 0 0 0 340 drv_dsc_dec.o + 1624 494 0 0 0 1332 drv_dsi_rx.o + 1476 118 0 0 0 2428 drv_dsi_tx.o + 118 0 0 0 0 256 drv_efuse.o + 10 0 0 0 0 60 drv_fls.o + 784 112 0 4 64 1236 drv_gpio.o + 588 88 0 8 320 624 drv_i2c_dma.o + 360 86 0 4 0 456 drv_i2c_master.o + 324 74 0 8 0 516 drv_i2c_slave.o + 668 6 0 0 0 1444 drv_lcdc.o + 492 28 0 0 0 1112 drv_memc.o + 112 36 8 1188 0 376 drv_param_init.o + 428 30 390 1 0 664 drv_phy_common.o + 72 10 0 12 0 76 drv_pwm.o + 104 24 0 0 0 180 drv_pwr.o + 682 66 0 8 0 1448 drv_rxbr.o + 104 24 0 4 0 188 drv_spi_master.o + 132 16 0 8 0 200 drv_swire.o + 300 64 0 1 0 628 drv_sys_cfg.o + 334 22 0 80 0 944 drv_timer.o + 698 18 0 8 0 680 drv_uart.o + 510 28 0 4 0 1452 drv_vidc.o + 156 22 0 12 0 316 drv_wdg.o + 3038 298 72 8 192 1532 hal_dsi_rx_ctrl.o + 4312 278 0 1 72 2384 hal_dsi_tx_ctrl.o + 450 48 210 0 0 752 hal_gpio.o + 212 40 0 1 0 340 hal_i2c_master.o + 544 76 0 28 0 400 hal_i2c_slave.o + 6580 1504 308 4 2392 2264 hal_internal_vsync.o + 14 0 0 0 0 68 hal_spi_master.o + 580 32 0 0 32 136 hal_spi_slave.o + 22 0 0 0 0 68 hal_swire.o + 196 32 0 0 0 408 hal_system.o + 154 6 0 0 0 208 hal_timer.o + 156 18 0 0 208 144 hal_uart.o + 1076 324 0 0 192 1980 irq_redirect .o + 48 10 0 18 0 68 norflash.o + 58 0 0 0 0 128 tau_delay.o + 60 10 0 0 256 156 tau_log.o + 1760 74 8529 287 0 13807 app_tp_for_custom_s8.o + 200 20 0 0 0 76 ceil.o + 72 6 0 0 0 76 sqrt.o + 86 0 0 0 0 0 __dczerorl2.o + 0 0 0 0 0 0 entry.o + 0 0 0 0 0 0 entry10a.o + 0 0 0 0 0 0 entry11a.o + 8 4 0 0 0 0 entry2.o + 4 0 0 0 0 0 entry5.o + 0 0 0 0 0 0 entry7b.o + 0 0 0 0 0 0 entry8b.o + 8 4 0 0 0 0 entry9a.o + 12 6 0 4 0 60 errno.o + 30 0 0 0 0 0 handlers.o + 40 0 0 0 0 72 idiv.o + 36 8 0 0 0 68 init.o + 0 0 0 0 0 0 iusefp.o + 32 0 0 0 0 68 llshl.o + 38 0 0 0 0 68 llsshr.o + 34 0 0 0 0 68 llushr.o + 36 0 0 0 0 60 memcpya.o + 36 0 0 0 0 100 memseta.o + 2298 104 0 0 0 544 printfa.o + 0 0 0 4 0 0 stdout.o + 44 0 0 0 0 72 uidiv.o + 96 0 0 0 0 84 uldiv.o + 40 2 0 0 0 68 cdcmple.o + 40 2 0 0 0 68 cdrcmple.o + 20 0 0 0 0 68 cfrcmple.o + 356 4 0 0 0 140 dadd.o + 240 6 0 0 0 84 ddiv.o + 236 0 0 0 0 216 depilogue.o + 72 10 0 0 0 72 dfixi.o + 60 10 0 0 0 68 dfixui.o + 64 10 0 0 0 68 dfixul.o + 28 4 0 0 0 68 dfltui.o + 208 6 0 0 0 88 dmul.o + 162 0 0 0 0 80 dsqrt.o + 40 0 0 0 0 60 f2d.o + 178 0 0 0 0 108 fadd.o + 124 0 0 0 0 72 fdiv.o + 130 0 0 0 0 144 fepilogue.o + 50 0 0 0 0 60 ffixi.o + 40 0 0 0 0 60 ffixui.o + 22 0 0 0 0 68 fflti.o + 14 0 0 0 0 68 ffltui.o + 122 0 0 0 0 72 fmul.o + 24 0 0 0 0 60 fscalb.o + + ---------------------------------------------------------------------- + 36534 4678 9540 1740 7900 47843 Library Totals + 52 0 3 11 0 0 (incl. Padding) + + ---------------------------------------------------------------------- + + Code (inc. data) RO Data RW Data ZI Data Debug Library Name + + 29342 4398 1008 1434 7900 30760 CVWL568.lib + 1760 74 8529 287 0 13807 WL568_S20U_TP.lib + 272 26 0 0 0 152 m_ps.l + 2838 126 0 8 0 1264 mc_p.l + 2270 54 0 0 0 1860 mf_p.l + + ---------------------------------------------------------------------- + 36534 4678 9540 1740 7900 47843 Library Totals + + ---------------------------------------------------------------------- + +============================================================================== + + + Code (inc. data) RO Data RW Data ZI Data Debug + + 46720 5780 16336 1848 12408 94835 Grand Totals + 46720 5780 16336 996 12408 94835 ELF Image Totals (compressed) + 46720 5780 16336 996 0 0 ROM Totals + +============================================================================== + + Total RO Size (Code + RO Data) 63056 ( 61.58kB) + Total RW Size (RW Data + ZI Data) 14256 ( 13.92kB) + Total ROM Size (Code + RO Data + RW Data) 64052 ( 62.55kB) + +============================================================================== + diff --git a/project/Listings/WL568_S20U_VSN667_V100_20230714.map b/project/Listings/WL568_S20U_VSN667_V100_20230714.map new file mode 100644 index 0000000..19bdef0 --- /dev/null +++ b/project/Listings/WL568_S20U_VSN667_V100_20230714.map @@ -0,0 +1,5232 @@ +Component: ARM Compiler 5.06 update 6 (build 750) Tool: armlink [4d35ed] + +============================================================================== + +Section Cross References + + main.o(i.main) refers to board.o(i.board_Init) for board_Init + main.o(i.main) refers to ap_demo.o(i.ap_demo) for ap_demo + ap_demo.o(i.Gpio_swire_output) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + ap_demo.o(i.Gpio_swire_output) refers to tau_delay.o(i.delayUs) for delayUs + ap_demo.o(i.Gpio_swire_output) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + ap_demo.o(i.ap_dcs_read) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) for hal_dsi_rx_ctrl_get_max_ret_size + ap_demo.o(i.ap_dcs_read) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) for hal_dsi_rx_ctrl_send_ack_cmd + ap_demo.o(i.ap_dcs_read) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_dcs_read) refers to app_tp_st_touch.o(i.ap_get_tp_calibration_status_01) for ap_get_tp_calibration_status_01 + ap_demo.o(i.ap_dcs_read) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_demo) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.app_tp_I2C_init) for app_tp_I2C_init + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.open_mipi_rx) for open_mipi_rx + ap_demo.o(i.ap_demo) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.init_mipi_tx) for init_mipi_tx + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.app_tp_init) for app_tp_init + ap_demo.o(i.ap_demo) refers to hal_timer.o(i.hal_timer_init) for hal_timer_init + ap_demo.o(i.ap_demo) refers to hal_timer.o(i.hal_timer_start) for hal_timer_start + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.tx_display_on) for tx_display_on + ap_demo.o(i.ap_demo) refers to hal_gpio.o(i.hal_gpio_set_ap_reset_int) for hal_gpio_set_ap_reset_int + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.app_tp_phone_clear_reset_on) for app_tp_phone_clear_reset_on + ap_demo.o(i.ap_demo) refers to tau_delay.o(i.delayMs) for delayMs + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.app_tp_transfer_screen_start) for app_tp_transfer_screen_start + ap_demo.o(i.ap_demo) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) for hal_dsi_rx_ctrl_dsc_async_handler + ap_demo.o(i.ap_demo) refers to app_tp_st_touch.o(i.app_tp_calibration_exec) for app_tp_calibration_exec + ap_demo.o(i.ap_demo) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.ap_demo) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.app_tp_transfer_screen_int) for app_tp_transfer_screen_int + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.tp_heartbeat_exec) for tp_heartbeat_exec + ap_demo.o(i.ap_demo) refers to app_tp_st_touch.o(i.ap_tp_st_touch_scan_point_record_event_exec) for ap_tp_st_touch_scan_point_record_event_exec + ap_demo.o(i.ap_demo) refers to app_tp_transfer.o(i.S20_Start_init) for S20_Start_init + ap_demo.o(i.ap_demo) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_demo) refers to app_tp_for_custom_s8.o(.data) for tp_sleep_count + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.soft_timer3_cb) for soft_timer3_cb + ap_demo.o(i.ap_demo) refers to ap_demo.o(i.ap_reset_cb) for ap_reset_cb + ap_demo.o(i.ap_get_reg_ca) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_get_reg_df) refers to ap_demo.o(i.blue_change_ccm) for blue_change_ccm + ap_demo.o(i.ap_get_reg_df) refers to memcpya.o(.text) for __aeabi_memcpy4 + ap_demo.o(i.ap_get_reg_df) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) for hal_dsi_tx_ctrl_set_ccm + ap_demo.o(i.ap_get_reg_df) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_reset_cb) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_reset_cb) refers to hal_system.o(i.hal_system_set_pvd) for hal_system_set_pvd + ap_demo.o(i.ap_reset_cb) refers to hal_system.o(i.hal_system_set_vcc) for hal_system_set_vcc + ap_demo.o(i.ap_set_backlight) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + ap_demo.o(i.ap_set_backlight) refers to idiv.o(.text) for __aeabi_idivmod + ap_demo.o(i.ap_set_backlight) refers to uidiv.o(.text) for __aeabi_uidivmod + ap_demo.o(i.ap_set_backlight) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.ap_set_backlight) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_set_display_off) refers to ap_demo.o(i.Gpio_swire_output) for Gpio_swire_output + ap_demo.o(i.ap_set_display_off) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_display_off) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.ap_set_display_off) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_set_display_on) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_display_on) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_set_enter_sleep_mode) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.ap_set_enter_sleep_mode) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_enter_sleep_mode) refers to ap_demo.o(i.soft_disable_mipi_timer_init) for soft_disable_mipi_timer_init + ap_demo.o(i.ap_set_enter_sleep_mode) refers to ap_demo.o(.data) for .data + ap_demo.o(i.ap_set_exit_sleep_mode) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.ap_set_exit_sleep_mode) refers to ap_demo.o(.data) for .data + ap_demo.o(i.blue_change_ccm) refers to memcpya.o(.text) for __aeabi_memcpy4 + ap_demo.o(i.blue_change_ccm) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) for hal_dsi_tx_ctrl_set_ccm + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) for hal_dsi_tx_ctrl_stop + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) for hal_dsi_tx_ctrl_deinit + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) for hal_dsi_rx_ctrl_stop + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) for hal_dsi_rx_ctrl_deinit + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_swire.o(i.hal_swire_open) for hal_swire_open + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_timer.o(i.hal_timer_stop) for hal_timer_stop + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) for hal_dsi_tx_ctrl_panel_reset_pin + ap_demo.o(i.disable_mipi_timer_cb) refers to hal_system.o(i.hal_system_set_vcc) for hal_system_set_vcc + ap_demo.o(i.disable_mipi_timer_cb) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.disable_mipi_timer_cb) refers to ap_demo.o(.data) for .data + ap_demo.o(i.disable_mipi_timer_cb) refers to app_tp_for_custom_s8.o(.data) for tp_sleep_in + ap_demo.o(i.init_mipi_tx) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) for hal_dsi_tx_ctrl_create_handle + ap_demo.o(i.init_mipi_tx) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) for hal_dsi_tx_ctrl_init + ap_demo.o(i.init_mipi_tx) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) for hal_dsi_tx_ctrl_set_overwrite_rgb + ap_demo.o(i.init_mipi_tx) refers to ap_demo.o(.data) for .data + ap_demo.o(i.init_panel) refers to ap_demo.o(i.tx_panel_reset) for tx_panel_reset + ap_demo.o(i.init_panel) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) for hal_dsi_tx_ctrl_enter_init_panel_mode + ap_demo.o(i.init_panel) refers to ap_demo.o(i.send_panel_init_code) for send_panel_init_code + ap_demo.o(i.init_panel) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.init_panel) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) for hal_dsi_tx_ctrl_write_cmd + ap_demo.o(i.init_panel) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) for hal_dsi_rx_ctrl_set_hw_tear_mode + ap_demo.o(i.init_panel) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + ap_demo.o(i.init_panel) refers to tau_delay.o(i.delayMs) for delayMs + ap_demo.o(i.init_panel) refers to ap_demo.o(i.Gpio_swire_output) for Gpio_swire_output + ap_demo.o(i.init_panel) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) for hal_dsi_tx_ctrl_exit_init_panel_mode + ap_demo.o(i.init_panel) refers to ap_demo.o(.constdata) for .constdata + ap_demo.o(i.init_panel) refers to ap_demo.o(.data) for .data + ap_demo.o(i.open_mipi_rx) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) for hal_dsi_rx_ctrl_create_handle + ap_demo.o(i.open_mipi_rx) refers to memcpya.o(.text) for __aeabi_memcpy4 + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) for hal_dsi_rx_ctrl_pre_init_pps + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) for hal_dsi_rx_ctrl_init + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) for hal_dsi_rx_ctrl_set_cus_sync_line + ap_demo.o(i.open_mipi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) for hal_dsi_rx_ctrl_start + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(.data) for .data + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(.constdata) for .constdata + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(i.ap_dcs_read) for ap_dcs_read + ap_demo.o(i.open_mipi_rx) refers to ap_demo.o(i.pps_update_handle) for pps_update_handle + ap_demo.o(i.pps_update_handle) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) for hal_dsi_rx_ctrl_set_sw_tear_mode + ap_demo.o(i.pps_update_handle) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) for hal_dsi_rx_ctrl_toggle_resolution + ap_demo.o(i.pps_update_handle) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) for hal_dsi_rx_ctrl_set_hw_tear_mode + ap_demo.o(i.pps_update_handle) refers to ap_demo.o(.data) for .data + ap_demo.o(i.send_panel_init_code) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) for hal_dsi_tx_ctrl_write_array_cmd + ap_demo.o(i.send_panel_init_code) refers to tau_delay.o(i.delayUs) for delayUs + ap_demo.o(i.soft_disable_mipi_timer_init) refers to tau_log.o(i.LOG_printf) for LOG_printf + ap_demo.o(i.soft_disable_mipi_timer_init) refers to hal_timer.o(i.hal_timer_init) for hal_timer_init + ap_demo.o(i.soft_disable_mipi_timer_init) refers to hal_timer.o(i.hal_timer_start) for hal_timer_start + ap_demo.o(i.soft_disable_mipi_timer_init) refers to ap_demo.o(i.disable_mipi_timer_cb) for disable_mipi_timer_cb + ap_demo.o(i.soft_timer3_cb) refers to hal_timer.o(i.hal_timer_start) for hal_timer_start + ap_demo.o(i.soft_timer3_cb) refers to app_tp_for_custom_s8.o(.data) for tp_sleep_count + ap_demo.o(i.soft_timer3_cb) refers to ap_demo.o(.data) for .data + ap_demo.o(i.tp_heartbeat_exec) refers to hal_gpio.o(i.hal_gpio_get_input_data) for hal_gpio_get_input_data + ap_demo.o(i.tp_heartbeat_exec) refers to printfa.o(i.__0printf) for __2printf + ap_demo.o(i.tp_heartbeat_exec) refers to app_tp_st_touch.o(i.ap_tp_st_touch_hardware_reset) for ap_tp_st_touch_hardware_reset + ap_demo.o(i.tp_heartbeat_exec) refers to app_tp_transfer.o(.data) for s_screen_init_complate + ap_demo.o(i.tp_heartbeat_exec) refers to ap_demo.o(.data) for .data + ap_demo.o(i.tx_display_on) refers to ap_demo.o(i.init_panel) for init_panel + ap_demo.o(i.tx_display_on) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) for hal_dsi_tx_ctrl_start + ap_demo.o(i.tx_display_on) refers to ap_demo.o(.data) for .data + ap_demo.o(i.tx_panel_reset) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) for hal_dsi_tx_ctrl_panel_reset_pin + ap_demo.o(i.tx_panel_reset) refers to tau_delay.o(i.delayMs) for delayMs + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_display_on) for ap_set_display_on + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_display_off) for ap_set_display_off + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_get_reg_df) for ap_get_reg_df + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_get_reg_ca) for ap_get_reg_ca + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_backlight) for ap_set_backlight + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_enter_sleep_mode) for ap_set_enter_sleep_mode + ap_demo.o(.constdata) refers to ap_demo.o(i.ap_set_exit_sleep_mode) for ap_set_exit_sleep_mode + ap_demo.o(.constdata) refers to app_tp_st_touch.o(i.ap_set_tp_calibration_04) for ap_set_tp_calibration_04 + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(i.app_tp_m_read) for app_tp_m_read + app_tp_transfer.o(i.S20_Start_init) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_transfer.o(i.S20_Start_init) refers to tau_delay.o(i.delayMs) for delayMs + app_tp_transfer.o(i.S20_Start_init) refers to hal_gpio.o(i.hal_gpio_get_input_data) for hal_gpio_get_input_data + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(i.app_tp_m_write) for app_tp_m_write + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(i.app_tp_screen_int_init) for app_tp_screen_int_init + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_for_custom_s8.o(.data) for screen_reg_int_data + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.S20_Start_init) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.S20_Start_init) refers to ap_demo.o(.data) for phone_start_flag + app_tp_transfer.o(i.app_tp_I2C_init) refers to hal_i2c_slave.o(i.hal_i2c_s_init) for hal_i2c_s_init + app_tp_transfer.o(i.app_tp_I2C_init) refers to hal_i2c_slave.o(i.hal_i2c_s_set_transfer) for hal_i2c_s_set_transfer + app_tp_transfer.o(i.app_tp_I2C_init) refers to hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) for hal_i2c_s_nonblocking_read + app_tp_transfer.o(i.app_tp_I2C_init) refers to app_tp_transfer.o(i.app_tp_i2cs_callback) for app_tp_i2cs_callback + app_tp_transfer.o(i.app_tp_I2C_init) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.app_tp_i2cs_callback) refers to app_tp_transfer.o(i.app_tp_transfer_phone) for app_tp_transfer_phone + app_tp_transfer.o(i.app_tp_init) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + app_tp_transfer.o(i.app_tp_init) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + app_tp_transfer.o(i.app_tp_init) refers to hal_gpio.o(i.hal_gpio_init_input) for hal_gpio_init_input + app_tp_transfer.o(i.app_tp_init) refers to hal_i2c_master.o(i.hal_i2c_m_dma_init) for hal_i2c_m_dma_init + app_tp_transfer.o(i.app_tp_init) refers to app_tp_for_custom_s8.o(.data) for g_phone_output_int_pad + app_tp_transfer.o(i.app_tp_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.app_tp_m_read) refers to hal_i2c_master.o(i.hal_i2c_m_dma_read) for hal_i2c_m_dma_read + app_tp_transfer.o(i.app_tp_m_transfer_complate) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_transfer.o(i.app_tp_m_write) refers to hal_i2c_master.o(i.hal_i2c_m_dma_write) for hal_i2c_m_dma_write + app_tp_transfer.o(i.app_tp_phone_clear_reset_on) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_phone_reset_on) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_s_read) refers to hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) for hal_i2c_s_nonblocking_read + app_tp_transfer.o(i.app_tp_s_transfer_complate) refers to hal_i2c_slave.o(i.hal_i2c_s_write_complate) for hal_i2c_s_write_complate + app_tp_transfer.o(i.app_tp_s_transfer_complate) refers to hal_i2c_slave.o(i.hal_i2c_s_read_complate) for hal_i2c_s_read_complate + app_tp_transfer.o(i.app_tp_s_write) refers to hal_i2c_slave.o(i.hal_i2c_s_dma_write) for hal_i2c_s_dma_write + app_tp_transfer.o(i.app_tp_screen_init) refers to hal_gpio.o(i.hal_gpio_init_output) for hal_gpio_init_output + app_tp_transfer.o(i.app_tp_screen_init) refers to tau_delay.o(i.delayUs) for delayUs + app_tp_transfer.o(i.app_tp_screen_init) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + app_tp_transfer.o(i.app_tp_screen_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_rst_pad + app_tp_transfer.o(i.app_tp_screen_int_callback) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_ctrl_eint) for hal_gpio_ctrl_eint + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_init_eint) for hal_gpio_init_eint + app_tp_transfer.o(i.app_tp_screen_int_init) refers to hal_gpio.o(i.hal_gpio_reg_eint_cb) for hal_gpio_reg_eint_cb + app_tp_transfer.o(i.app_tp_screen_int_init) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.app_tp_screen_int_init) refers to app_tp_transfer.o(i.app_tp_screen_int_callback) for app_tp_screen_int_callback + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) for app_tp_phone_analysis_data + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_transfer.o(i.app_tp_s_read) for app_tp_s_read + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_transfer.o(i.app_tp_s_write) for app_tp_s_write + app_tp_transfer.o(i.app_tp_transfer_phone) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_transfer.o(i.app_tp_m_transfer_complate) for app_tp_m_transfer_complate + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to hal_spi_master.o(i.hal_spi_m_clear_rxfifo) for hal_spi_m_clear_rxfifo + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_transfer.o(i.S20_Start_init) for S20_Start_init + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to app_tp_for_custom_s8.o(.constdata) for screen_reg_start_data_size + app_tp_transfer.o(i.app_tp_transfer_screen_const) refers to ap_demo.o(.data) for phone_start_flag + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_transfer_screen_const) for app_tp_transfer_screen_const + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_screen_int_lvl_low) for app_tp_screen_int_lvl_low + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_m_transfer_complate) for app_tp_m_transfer_complate + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to hal_spi_master.o(i.hal_spi_m_clear_rxfifo) for hal_spi_m_clear_rxfifo + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(i.app_tp_m_read) for app_tp_m_read + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to tau_delay.o(i.delayUs) for delayUs + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to tau_delay.o(i.delayMs) for delayMs + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to hal_gpio.o(i.hal_gpio_get_input_data) for hal_gpio_get_input_data + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_st_touch.o(i.ap_tp_st_touch_error_handler_F3) for ap_tp_st_touch_error_handler_F3 + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_st_touch.o(i.ap_tp_st_touch_error_handler_FF) for ap_tp_st_touch_error_handler_FF + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_st_touch.o(i.ap_tp_st_touch_scan_point_record_event) for ap_tp_st_touch_scan_point_record_event + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) for app_tp_screen_analysis_int + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(.data) for .data + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_for_custom_s8.o(.data) for screen_reg_int_data + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_transfer.o(.bss) for .bss + app_tp_transfer.o(i.app_tp_transfer_screen_int) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_int_pad + app_tp_transfer.o(i.app_tp_transfer_screen_start) refers to app_tp_transfer.o(i.app_tp_transfer_screen_const) for app_tp_transfer_screen_const + app_tp_transfer.o(i.app_tp_transfer_screen_start) refers to app_tp_transfer.o(.data) for .data + app_tp_st_touch.o(i.CRC16_2) refers to app_tp_st_touch.o(.constdata) for .constdata + app_tp_st_touch.o(i.ap_get_tp_calibration_status_01) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) for hal_dsi_rx_ctrl_send_ack_cmd + app_tp_st_touch.o(i.ap_get_tp_calibration_status_01) refers to app_tp_st_touch.o(.data) for .data + app_tp_st_touch.o(i.ap_set_tp_calibration_04) refers to memseta.o(.text) for __aeabi_memclr4 + app_tp_st_touch.o(i.ap_set_tp_calibration_04) refers to printfa.o(i.__0printf) for __2printf + app_tp_st_touch.o(i.ap_set_tp_calibration_04) refers to app_tp_st_touch.o(i.CRC16_2) for CRC16_2 + app_tp_st_touch.o(i.ap_set_tp_calibration_04) refers to app_tp_st_touch.o(.data) for .data + app_tp_st_touch.o(i.ap_tp_st_touch_calibration) refers to app_tp_transfer.o(i.app_tp_m_write) for app_tp_m_write + app_tp_st_touch.o(i.ap_tp_st_touch_calibration) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_st_touch.o(i.ap_tp_st_touch_calibration) refers to tau_delay.o(i.delayMs) for delayMs + app_tp_st_touch.o(i.ap_tp_st_touch_calibration) refers to app_tp_st_touch.o(.data) for .data + app_tp_st_touch.o(i.ap_tp_st_touch_error_handler_F3) refers to app_tp_st_touch.o(i.ap_tp_st_touch_hardware_reset) for ap_tp_st_touch_hardware_reset + app_tp_st_touch.o(i.ap_tp_st_touch_error_handler_FF) refers to app_tp_st_touch.o(i.ap_tp_st_touch_hardware_reset) for ap_tp_st_touch_hardware_reset + app_tp_st_touch.o(i.ap_tp_st_touch_get_calibration_success_mark) refers to memseta.o(.text) for __aeabi_memclr4 + app_tp_st_touch.o(i.ap_tp_st_touch_get_calibration_success_mark) refers to app_tp_transfer.o(i.app_tp_m_read) for app_tp_m_read + app_tp_st_touch.o(i.ap_tp_st_touch_get_calibration_success_mark) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_st_touch.o(i.ap_tp_st_touch_get_calibration_success_mark) refers to tau_delay.o(i.delayMs) for delayMs + app_tp_st_touch.o(i.ap_tp_st_touch_get_calibration_success_mark) refers to app_tp_transfer.o(i.app_tp_m_write) for app_tp_m_write + app_tp_st_touch.o(i.ap_tp_st_touch_get_calibration_success_mark) refers to app_tp_st_touch.o(.data) for .data + app_tp_st_touch.o(i.ap_tp_st_touch_hardware_reset) refers to tau_log.o(i.LOG_printf) for LOG_printf + app_tp_st_touch.o(i.ap_tp_st_touch_hardware_reset) refers to app_tp_st_touch.o(i.ap_tp_st_touch_simulate_finger_release_event) for ap_tp_st_touch_simulate_finger_release_event + app_tp_st_touch.o(i.ap_tp_st_touch_hardware_reset) refers to app_tp_st_touch.o(i.ap_tp_st_touch_scan_point_init) for ap_tp_st_touch_scan_point_init + app_tp_st_touch.o(i.ap_tp_st_touch_hardware_reset) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + app_tp_st_touch.o(i.ap_tp_st_touch_hardware_reset) refers to tau_delay.o(i.delayMs) for delayMs + app_tp_st_touch.o(i.ap_tp_st_touch_hardware_reset) refers to app_tp_transfer.o(i.app_tp_m_write) for app_tp_m_write + app_tp_st_touch.o(i.ap_tp_st_touch_hardware_reset) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_st_touch.o(i.ap_tp_st_touch_hardware_reset) refers to app_tp_for_custom_s8.o(.data) for g_screen_input_rst_pad + app_tp_st_touch.o(i.ap_tp_st_touch_hardware_reset) refers to app_tp_st_touch.o(.data) for .data + app_tp_st_touch.o(i.ap_tp_st_touch_scan_point_init) refers to app_tp_st_touch.o(.bss) for .bss + app_tp_st_touch.o(i.ap_tp_st_touch_scan_point_record_event) refers to app_tp_st_touch.o(.bss) for .bss + app_tp_st_touch.o(i.ap_tp_st_touch_scan_point_record_event_exec) refers to app_tp_st_touch.o(i.ap_tp_st_touch_simulate_finger_release_event) for ap_tp_st_touch_simulate_finger_release_event + app_tp_st_touch.o(i.ap_tp_st_touch_scan_point_record_event_exec) refers to app_tp_st_touch.o(i.ap_tp_st_touch_scan_point_init) for ap_tp_st_touch_scan_point_init + app_tp_st_touch.o(i.ap_tp_st_touch_scan_point_record_event_exec) refers to app_tp_st_touch.o(.bss) for .bss + app_tp_st_touch.o(i.ap_tp_st_touch_simulate_finger_release_event) refers to app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) for app_tp_screen_analysis_int + app_tp_st_touch.o(i.ap_tp_st_touch_simulate_finger_release_event) refers to tau_delay.o(i.delayMs) for delayMs + app_tp_st_touch.o(i.ap_tp_st_touch_software_reset) refers to tau_log.o(i.LOG_printf) for LOG_printf + app_tp_st_touch.o(i.ap_tp_st_touch_software_reset) refers to app_tp_st_touch.o(i.ap_tp_st_touch_simulate_finger_release_event) for ap_tp_st_touch_simulate_finger_release_event + app_tp_st_touch.o(i.ap_tp_st_touch_software_reset) refers to app_tp_st_touch.o(i.ap_tp_st_touch_scan_point_init) for ap_tp_st_touch_scan_point_init + app_tp_st_touch.o(i.ap_tp_st_touch_software_reset) refers to app_tp_transfer.o(i.app_tp_m_write) for app_tp_m_write + app_tp_st_touch.o(i.ap_tp_st_touch_software_reset) refers to hal_i2c_master.o(i.hal_i2c_m_transfer_complate) for hal_i2c_m_transfer_complate + app_tp_st_touch.o(i.ap_tp_st_touch_software_reset) refers to tau_delay.o(i.delayMs) for delayMs + app_tp_st_touch.o(i.ap_tp_st_touch_software_reset) refers to app_tp_st_touch.o(.data) for .data + app_tp_st_touch.o(i.app_tp_calibration_exec) refers to app_tp_st_touch.o(i.ap_tp_st_touch_calibration) for ap_tp_st_touch_calibration + app_tp_st_touch.o(i.app_tp_calibration_exec) refers to tau_delay.o(i.delayMs) for delayMs + app_tp_st_touch.o(i.app_tp_calibration_exec) refers to app_tp_st_touch.o(i.ap_tp_st_touch_get_calibration_success_mark) for ap_tp_st_touch_get_calibration_success_mark + app_tp_st_touch.o(i.app_tp_calibration_exec) refers to tau_log.o(i.LOG_printf) for LOG_printf + app_tp_st_touch.o(i.app_tp_calibration_exec) refers to app_tp_st_touch.o(.data) for .data + board.o(i.board_Init) refers to hal_system.o(i.hal_system_init) for hal_system_init + board.o(i.board_Init) refers to hal_system.o(i.hal_system_enable_systick) for hal_system_enable_systick + board.o(i.board_Init) refers to hal_system.o(i.hal_system_init_console) for hal_system_init_console + board.o(i.board_Init) refers to hal_system.o(i.hal_system_set_phy_calibration) for hal_system_set_phy_calibration + startup_armcm0.o(RESET) refers to startup_armcm0.o(STACK) for __initial_sp + startup_armcm0.o(RESET) refers to startup_armcm0.o(.text) for Reset_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.HardFault_Handler) for HardFault_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SysTick_Handler) for SysTick_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.VIDC_IRQn_Handler) for VIDC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.LCDC_IRQn_Handler) for LCDC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.MIPI_RX_IRQn_Handler) for MIPI_RX_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.MIPI_TX_IRQn_Handler) for MIPI_TX_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.MEMC_IRQn_Handler) for MEMC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.VPRE_IRQn_Handler) for VPRE_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.FLSCTRL_IRQn_Handler) for FLSCTRL_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.DMA_IRQn_Handler) for DMA_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER0_IRQn_Handler) for TIMER0_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER1_IRQn_Handler) for TIMER1_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER2_IRQn_Handler) for TIMER2_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.TIMER3_IRQn_Handler) for TIMER3_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.WDG_IRQn_Handler) for WDG_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.UART_IRQn_Handler) for UART_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.I2C0_IRQn_Handler) for I2C0_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.I2C1_IRQn_Handler) for I2C1_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SPIS_IRQn_Handler) for SPIS_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SPIM_IRQn_Handler) for SPIM_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.ADC_IRQn_Handler) for ADC_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.PWMDET_IRQn_Handler) for PWMDET_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.SWIRE_IRQn_Handler) for SWIRE_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.AP_NRESET_IRQn_Handler) for AP_NRESET_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT0_IRQn_Handler) for EXTI_INT0_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT1_IRQn_Handler) for EXTI_INT1_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT2_IRQn_Handler) for EXTI_INT2_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT3_IRQn_Handler) for EXTI_INT3_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT4_IRQn_Handler) for EXTI_INT4_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT5_IRQn_Handler) for EXTI_INT5_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT6_IRQn_Handler) for EXTI_INT6_IRQn_Handler + startup_armcm0.o(RESET) refers to irq_redirect .o(i.EXTI_INT7_IRQn_Handler) for EXTI_INT7_IRQn_Handler + startup_armcm0.o(.text) refers to entry.o(.ARM.Collect$$$$00000000) for __main + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to dadd.o(.text) for __aeabi_dadd + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to drv_vidc.o(i.drv_vidc_set_scld_step) for drv_vidc_set_scld_step + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video) refers to drv_vidc.o(i.drv_vidc_set_module_enable) for drv_vidc_set_module_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to hal_internal_vsync.o(i.hal_internal_vsync_get_rx_state) for hal_internal_vsync_get_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to drv_dsc_dec.o(i.drv_dsc_dec_disable) for drv_dsc_dec_disable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) for drv_dsi_rx_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to drv_rxbr.o(i.drv_rxbr_enable_irq) for drv_rxbr_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to drv_vidc.o(i.drv_vidc_enable_irq) for drv_vidc_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to drv_memc.o(i.drv_memc_enable_irq) for drv_memc_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to hal_internal_vsync.o(i.hal_internal_vsync_get_tx_state) for hal_internal_vsync_get_tx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to drv_crgu.o(i.drv_crgu_config_reset_modules) for drv_crgu_config_reset_modules + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_draw_mode_init) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) for dcs_packet_get_fifo_header + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) for dcs_packet_free_fifo_header + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to drv_rxbr.o(i.drv_rxbr_set_inten) for drv_rxbr_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_pg_cfg) for drv_dsi_rx_set_ddi_pg_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_crgu.o(i.drv_crgu_set_rxbr_src) for drv_crgu_set_rxbr_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_crgu.o(i.drv_crgu_set_rxbr_div) for drv_crgu_set_rxbr_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_pg_cfg) for drv_dsi_rx_set_ipi_pg_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) refers to drv_memc.o(i.drv_memc_gen_a_tear_signal) for drv_memc_gen_a_tear_signal + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_compressen_en) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) for drv_dsi_rx_get_compression_en + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_max_ret_size) for drv_dsi_rx_get_max_ret_size + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_rxbr_src) for drv_crgu_set_rxbr_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_rxbr_div) for drv_crgu_set_rxbr_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) for drv_dsi_rx_set_ddi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_ipi_cfg) for hal_dsi_rx_ctrl_set_ipi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_dsco_src) for drv_crgu_set_dsco_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_dsco_src_div) for drv_crgu_set_dsco_src_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_dsc_core_div) for drv_crgu_set_dsc_core_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_vidc_src) for drv_crgu_set_vidc_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_fb_src) for drv_crgu_set_fb_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to drv_crgu.o(i.drv_crgu_set_fb_div) for drv_crgu_set_fb_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) for hal_dsi_rx_ctrl_init_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_init_rx) for hal_internal_vsync_init_rx + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) for hal_dsi_rx_ctrl_init_dsi_rx + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) for hal_dsi_rx_ctrl_init_rxbr + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_dsc_dec.o(i.drv_dsc_dec_enable) for drv_dsc_dec_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) for drv_dsc_dec_set_u8_pps + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_dsc_dec.o(i.drv_dsc_dec_disable) for drv_dsc_dec_disable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) for hal_dsi_rx_ctrl_init_vidc + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) for hal_dsi_rx_ctrl_init_memc + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to drv_chip_info.o(i.drv_chip_rx_init_done) for drv_chip_rx_init_done + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_vidc_src) for drv_crgu_set_vidc_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_fb_src) for drv_crgu_set_fb_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_fb_div) for drv_crgu_set_fb_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) for hal_dsi_rx_ctrl_set_rxbr_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ctrl_cfg) for drv_dsi_rx_set_ctrl_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) for drv_dsi_rx_set_ddi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_ipi_cfg) for hal_dsi_rx_ctrl_set_ipi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) for drv_dsi_rx_set_up_phy + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) for drv_dsi_rx_set_lane_swap + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_inten) for drv_dsi_rx_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_resp_cnt) for drv_dsi_rx_set_resp_cnt + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) for drv_dsi_rx_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_data_mode) for drv_memc_set_data_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_ltpo_mode) for drv_memc_set_ltpo_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_rate_transfer_sel) for drv_memc_rate_transfer_sel + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_fs_en_conditions) for drv_memc_set_fs_en_conditions + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_lcdc_st_conditions) for drv_memc_set_lcdc_st_conditions + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_sel_vsync) for drv_memc_sel_vsync + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_vidc_sync_cnt) for drv_memc_set_vidc_sync_cnt + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_waveform) for drv_memc_set_tear_waveform + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_double_buffer) for drv_memc_set_double_buffer + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_active_height) for drv_memc_set_active_height + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_set_inten) for drv_memc_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to drv_memc.o(i.drv_memc_enable_irq) for drv_memc_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_color_format) for drv_rxbr_set_color_format + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) for drv_rxbr_frame_drop_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_ltpo_drop_th) for drv_rxbr_set_ltpo_drop_th + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_usr_cfg) for drv_rxbr_set_usr_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_usr_col) for drv_rxbr_set_usr_col + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_usr_row) for drv_rxbr_set_usr_row + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_hline_rcv_cfg) for drv_rxbr_hline_rcv_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_set_inten) for drv_rxbr_set_inten + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to drv_rxbr.o(i.drv_rxbr_enable_irq) for drv_rxbr_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) for hal_internal_vsync_set_auto_hw_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_src_parameter) for drv_vidc_set_src_parameter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_pentile_swap) for drv_vidc_set_pentile_swap + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_dst_parameter) for drv_vidc_set_dst_parameter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_init_module_enable) for drv_vidc_init_module_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_rotation) for drv_vidc_set_rotation + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to dadd.o(.text) for __aeabi_dadd + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_step) for drv_vidc_set_scld_step + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_param_init.o(i.drv_param_init_get_scld_filter_h) for drv_param_init_get_scld_filter_h + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_param_init.o(i.drv_param_init_get_scld_filter_v) for drv_param_init_get_scld_filter_v + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef0) for drv_vidc_set_scld_hcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef1) for drv_vidc_set_scld_hcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef0) for drv_vidc_set_scld_vcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef1) for drv_vidc_set_scld_vcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_p2r_hinitr) for drv_vidc_set_p2r_hinitr + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_p2r_hinitb) for drv_vidc_set_p2r_hinitb + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_param_init.o(i.drv_param_p2r_filter_init) for drv_param_p2r_filter_init + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_p2r_hcoef0) for drv_vidc_set_p2r_hcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_mirror) for drv_vidc_set_mirror + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_pu_ctrl) for drv_vidc_set_pu_ctrl + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_set_irqen) for drv_vidc_set_irqen + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to drv_vidc.o(i.drv_vidc_enable_irq) for drv_vidc_enable_irq + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) for drv_dsc_dec_convert_pps_rc_parameter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_release_handle) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to drv_dsi_rx.o(i.drv_dsi_rx_shut_down) for drv_dsi_rx_shut_down + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) for hal_dsi_rx_ctrl_init + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_internal_vsync.o(i.hal_internal_vsync_get_tx_state) for hal_internal_vsync_get_tx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) for hal_dsi_rx_ctrl_start + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) refers to drv_rxbr.o(i.drv_rxbr_set_ack_pkt_header) for drv_rxbr_set_ack_pkt_header + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) refers to hal_dsi_rx_ctrl.o(.conststring) for .conststring + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_auto_hw_filter) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) for hal_internal_vsync_set_auto_hw_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_auto_hw_filter) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) for drv_dsi_rx_set_ddi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef0) for drv_vidc_set_scld_hcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_hcoef1) for drv_vidc_set_scld_hcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef0) for drv_vidc_set_scld_vcoef0 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_vidc.o(i.drv_vidc_set_scld_vcoef1) for drv_vidc_set_scld_vcoef1 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to drv_param_init.o(i.drv_param_init_set_scld_filter) for drv_param_init_set_scld_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) for hal_internal_vsync_set_sync_line + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) refers to drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) for drv_rxbr_hline_rcv0_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_dcs_direct_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode) for hal_internal_vsync_set_dcs_direct_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_cmd_filter) refers to drv_rxbr.o(i.drv_rxbr_set_cmd_filter) for drv_rxbr_set_cmd_filter + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_cmd_filter) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) for hal_internal_vsync_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_ipi_cfg) refers to drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) for drv_dsi_rx_calc_ipi_tx_delay + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_ipi_cfg) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_cfg) for drv_dsi_rx_set_ipi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format) refers to drv_vidc.o(i.drv_vidc_update_src_format) for drv_vidc_update_src_format + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format) refers to drv_vidc.o(i.drv_vidc_set_pentile_swap) for drv_vidc_set_pentile_swap + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dflti.o(.text) for __aeabi_i2d + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dmul.o(.text) for __aeabi_dmul + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to ddiv.o(.text) for __aeabi_ddiv + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data) refers to dfixi.o(.text) for __aeabi_d2iz + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rx_clk) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) for hal_dsi_rx_ctrl_set_rxbr_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rx_clk) refers to drv_rxbr.o(i.drv_rxbr_get_clk) for drv_rxbr_get_clk + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rx_clk) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rx_clk) refers to drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) for drv_dsi_rx_set_ddi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rx_clk) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_ipi_cfg) for hal_dsi_rx_ctrl_set_ipi_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rx_clk) refers to hal_dsi_rx_ctrl.o(.data) for .data + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) refers to drv_crgu.o(i.drv_crgu_set_rxbr_src) for drv_crgu_set_rxbr_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) refers to drv_crgu.o(i.drv_crgu_set_rxbr_div) for drv_crgu_set_rxbr_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) refers to drv_crgu.o(i.drv_crgu_set_dsco_src) for drv_crgu_set_dsco_src + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) refers to drv_crgu.o(i.drv_crgu_set_dsco_src_div) for drv_crgu_set_dsco_src_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) refers to drv_crgu.o(i.drv_crgu_set_dsc_core_div) for drv_crgu_set_dsc_core_div + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) for hal_internal_vsync_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_te_waveform) refers to drv_memc.o(i.drv_memc_set_tear_waveform) for drv_memc_set_tear_waveform + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_te_waveform) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_tear_mode_ex) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) for hal_internal_vsync_set_tear_mode + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to drv_dsi_rx.o(i.drv_dsi_rx_power_up) for drv_dsi_rx_power_up + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to drv_dsi_rx.o(i.drv_dsi_rx_shut_down) for drv_dsi_rx_shut_down + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) for hal_internal_vsync_set_rx_state + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_memc.o(i.drv_memc_rate_transfer_sel) for drv_memc_rate_transfer_sel + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_memc.o(i.drv_memc_sel_vsync) for drv_memc_sel_vsync + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) for drv_rxbr_frame_drop_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate) refers to drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) for drv_rxbr_hline_rcv0_cfg + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) refers to hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) for hal_internal_sync_input_resolution_change + hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) refers to hal_dsi_rx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to ffltui.o(.text) for __aeabi_ui2f + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fscalb.o(.text) for __ARM_scalbnf + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fdiv.o(.text) for __aeabi_fdiv + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fmul.o(.text) for __aeabi_fmul + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to idiv.o(.text) for __aeabi_idivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fflti.o(.text) for __aeabi_i2f + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to ffixi.o(.text) for __aeabi_f2iz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to f2d.o(.text) for __aeabi_f2d + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to ceil.o(i.ceil) for ceil + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to dfixi.o(.text) for __aeabi_d2iz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to fadd.o(.text) for __aeabi_fadd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_video_chunk) for drv_dsi_tx_set_video_chunk + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_video_timing) for drv_dsi_tx_set_video_timing + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_config_params_for_lane_rate) refers to fadd.o(.text) for __aeabi_fadd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_config_params_for_lane_rate) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to ffltui.o(.text) for __aeabi_ui2f + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to fmul.o(.text) for __aeabi_fmul + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to fdiv.o(.text) for __aeabi_fdiv + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to f2d.o(.text) for __aeabi_f2d + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to ceil.o(i.ceil) for ceil + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to drv_phy_common.o(i.drv_phy_get_rate_para) for drv_phy_get_rate_para + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to dfixi.o(.text) for __aeabi_d2iz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to idiv.o(.text) for __aeabi_idivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to fadd.o(.text) for __aeabi_fsub + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) refers to ffixui.o(.text) for __aeabi_f2uiz + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_crop_pic) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_crop_pic) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_crop_pic) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) for hal_lcdc_config_upscaler + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_crop_pic) refers to drv_lcdc.o(i.drv_lcdc_config_src_parameter) for drv_lcdc_config_src_parameter + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to drv_crgu.o(i.drv_crgu_config_reset_modules) for drv_crgu_config_reset_modules + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) for drv_dsi_tx_command_mode_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_mode) for drv_dsi_tx_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_ulps_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) for drv_dsi_tx_phy_ulps_enter + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) for drv_dsi_tx_command_mode_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_mode) for drv_dsi_tx_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) refers to hal_dsi_tx_ctrl.o(.data) for .data + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_ulps_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) for drv_dsi_tx_phy_ulps_exit + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) for hal_dsi_tx_ctrl_init_clk + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_init_tx) for hal_internal_vsync_init_tx + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_config_params_for_lane_rate) for hal_dsi_tx_config_params_for_lane_rate + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) for hal_dsi_tx_count_lane_rate + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) for hal_dsi_tx_init_phy_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) for drv_dsi_tx_phy_test_setup + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) for hal_lcdc_init_clk + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) for hal_lcdc_init_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) for hal_dsi_tx_init_dpi_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) for hal_dsi_tx_init_data_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) for hal_dsi_tx_init_remains + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) for hal_dsi_tx_init_interrupt + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ready) for drv_dsi_tx_phy_status_ready + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to drv_dsi_tx.o(i.drv_dsi_tx_powerup) for drv_dsi_tx_powerup + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) for hal_dsi_tx_send_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_get_payload) for drv_dsi_tx_command_get_payload + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd) refers to memcpya.o(.text) for __aeabi_memcpy + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_release_handle) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) refers to drv_param_init.o(i.drv_param_init_set_ccm) for drv_param_init_set_ccm + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) refers to drv_lcdc.o(i.drv_lcdc_config_int_single) for drv_lcdc_config_int_single + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_cus_pq_filter) refers to drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) for drv_lcdc_config_scale_up_coef + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_cus_pq_filter) refers to drv_param_init.o(i.drv_param_init_set_sclu_filter) for drv_param_init_set_sclu_filter + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_endianness) refers to drv_lcdc.o(i.drv_lcdc_config_endianness) for drv_lcdc_config_endianness + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_escape_clock_div) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) for drv_dsi_tx_set_esc_div + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_lp_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) for drv_dsi_tx_video_mode_set_lp_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite_rgb) for drv_lcdc_config_overwrite_rgb + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) refers to drv_lcdc.o(i.drv_lcdc_config_partial_display_enable) for drv_lcdc_config_partial_display_enable + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) refers to drv_lcdc.o(i.drv_lcdc_config_partial_display_area) for drv_lcdc_config_partial_display_area + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_vpg) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_vpg) for drv_dsi_tx_set_vpg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) for drv_dsi_tx_config_eotp + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) for drv_dsi_tx_phy_clock_lane_req_hs + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_enable_shadow_reg) for drv_lcdc_enable_shadow_reg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_set_video_hw_mode) for drv_lcdc_set_video_hw_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to drv_lcdc.o(i.drv_lcdc_start) for drv_lcdc_start + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_lcdc.o(i.drv_lcdc_start) for drv_lcdc_start + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_lcdc.o(i.drv_lcdc_set_int) for drv_lcdc_set_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_int) for drv_dsi_tx_set_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to drv_dsi_tx.o(i.drv_dsi_tx_shutdown) for drv_dsi_tx_shutdown + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) for hal_internal_vsync_set_tx_state + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) for hal_dsi_tx_send_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) for drv_dsi_tx_command_put_payload + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) for hal_dsi_tx_send_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) for drv_dsi_tx_command_put_payload + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_mode) for drv_dsi_tx_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_edpi_cmd_size) for drv_dsi_tx_edpi_cmd_size + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) for hal_dsi_tx_init_video_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) refers to hal_dsi_tx_ctrl.o(.data) for .data + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_dpi_mode) for drv_dsi_tx_dpi_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_dpi_polarity) for drv_dsi_tx_dpi_polarity + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_dpi_lpcmd_time) for drv_dsi_tx_dpi_lpcmd_time + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_int) for drv_dsi_tx_set_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) refers to drv_dsi_tx.o(i.drv_dsi_tx_config_int) for drv_dsi_tx_config_int + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_lane_mode) for drv_dsi_tx_phy_lane_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_time_cfg) for drv_dsi_tx_phy_time_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_response_mode) for drv_dsi_tx_response_mode + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) for drv_dsi_tx_set_esc_div + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_time_out_div) for drv_dsi_tx_set_time_out_div + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_timeout_cfg) for drv_dsi_tx_timeout_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) for drv_dsi_tx_config_eotp + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) for drv_dsi_tx_phy_clock_lane_req_hs + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_auto_lp) for drv_dsi_tx_phy_clock_lane_auto_lp + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_cfg) for drv_dsi_tx_video_mode_cfg + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_set_bta_ack) for drv_dsi_tx_set_bta_ack + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) for drv_dsi_tx_video_mode_set_lp_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to drv_dsi_tx.o(i.drv_dsi_tx_video_mode_disable_hact_cmd) for drv_dsi_tx_video_mode_disable_hact_cmd + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) for hal_dsi_tx_calc_video_chunks + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) for drv_dsi_tx_get_cmd_status + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_header) for drv_dsi_tx_command_header + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) for drv_dsi_tx_phy_status_stopstate + hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) refers to hal_dsi_tx_ctrl.o(.bss) for .bss + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) refers to drv_param_init.o(i.drv_param_init_get_ccm) for drv_param_init_get_ccm + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) refers to drv_lcdc.o(i.drv_lcdc_config_ccm) for drv_lcdc_config_ccm + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_disp_mode) for drv_lcdc_config_disp_mode + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_edpi_mode) for drv_lcdc_config_edpi_mode + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_endianness) for drv_lcdc_config_endianness + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_thresh) for drv_lcdc_config_thresh + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_dpi_polarity) for drv_lcdc_config_dpi_polarity + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) refers to drv_lcdc.o(i.drv_lcdc_config_src_parameter) for drv_lcdc_config_src_parameter + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to dfltui.o(.text) for __aeabi_ui2d + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to dadd.o(.text) for __aeabi_dadd + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) for hal_dsi_tx_ctrl_set_partial_disp_area + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) for hal_dsi_tx_ctrl_set_partial_disp + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to drv_lcdc.o(i.drv_lcdc_config_scale_up_step) for drv_lcdc_config_scale_up_step + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to drv_param_init.o(i.drv_param_init_get_sclu_filter) for drv_param_init_get_sclu_filter + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) for drv_lcdc_config_scale_up_coef + hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) for hal_lcdc_config_upscaler + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) for hal_lcdc_config_ccm + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) for hal_lcdc_config_rgb_to_pentile + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to drv_lcdc.o(i.drv_lcdc_config_bypass) for drv_lcdc_config_bypass + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) for hal_lcdc_config_remains + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) refers to hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) for hal_lcdc_init_interrupt + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to memseta.o(.text) for __aeabi_memclr4 + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to ffltui.o(.text) for __aeabi_ui2f + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dpi_pre_div) for drv_crgu_set_dpi_pre_div + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dpi_pre_src) for drv_crgu_set_dpi_pre_src + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_dpi_mux_src) for drv_crgu_set_dpi_mux_src + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to fmul.o(.text) for __aeabi_fmul + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to fdiv.o(.text) for __aeabi_fdiv + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to f2d.o(.text) for __aeabi_f2d + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to ceil.o(i.ceil) for ceil + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_lcdc.o(i.drv_lcdc_config_dpi_timing) for drv_lcdc_config_dpi_timing + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) for hal_internal_sync_get_fb_setting + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to cfrcmple.o(.text) for __aeabi_cfrcmple + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to ffixi.o(.text) for __aeabi_f2iz + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to idiv.o(.text) for __aeabi_idivmod + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_lcdc_div) for drv_crgu_set_lcdc_div + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) refers to drv_crgu.o(i.drv_crgu_set_lcdc_src) for drv_crgu_set_lcdc_src + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) for hal_internal_vsync_get_sync_line + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to drv_lcdc.o(i.drv_lcdc_set_int) for drv_lcdc_set_int + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to drv_lcdc.o(i.drv_lcdc_ctrl_flow) for drv_lcdc_ctrl_flow + hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) refers to drv_lcdc.o(i.drv_lcdc_config_int) for drv_lcdc_config_int + hal_gpio.o(i.hal_gpio_ctrl_eint) refers to drv_gpio.o(i.drv_gpio_set_int) for drv_gpio_set_int + hal_gpio.o(i.hal_gpio_ctrl_eint) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_get_input_data) refers to drv_gpio.o(i.drv_gpio_get_input_data) for drv_gpio_get_input_data + hal_gpio.o(i.hal_gpio_get_int_type) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_get_pull_state) refers to drv_gpio.o(i.drv_gpio_get_pull_state) for drv_gpio_get_pull_state + hal_gpio.o(i.hal_gpio_get_pull_state) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_gpio.o(i.drv_gpio_set_ioe) for drv_gpio_set_ioe + hal_gpio.o(i.hal_gpio_init_eint) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_gpio_group) for drv_sys_cfg_sel_gpio_group + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_int_trig) for drv_sys_cfg_sel_int_trig + hal_gpio.o(i.hal_gpio_init_eint) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_gpio.o(i.hal_gpio_init_eint) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_init_input) refers to drv_gpio.o(i.drv_gpio_set_ioe) for drv_gpio_set_ioe + hal_gpio.o(i.hal_gpio_init_input) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_gpio.o(i.hal_gpio_init_input) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_init_output) refers to hal_gpio.o(i.drv_gpio_set_output_data) for drv_gpio_set_output_data + hal_gpio.o(i.hal_gpio_init_output) refers to drv_gpio.o(i.drv_gpio_set_ioe) for drv_gpio_set_ioe + hal_gpio.o(i.hal_gpio_init_output) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_gpio.o(i.hal_gpio_init_output) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_reg_eint_cb) refers to drv_gpio.o(i.drv_gpio_register_callback) for drv_gpio_register_callback + hal_gpio.o(i.hal_gpio_reg_eint_cb) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_gpio.o(i.drv_gpio_register_ap_reset_callback) for drv_gpio_register_ap_reset_callback + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) for drv_sys_cfg_sel_ap_rst_trig + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_gpio.o(i.hal_gpio_set_ap_reset_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + hal_gpio.o(i.hal_gpio_set_driving_strength) refers to drv_gpio.o(i.drv_gpio_set_driving_strength) for drv_gpio_set_driving_strength + hal_gpio.o(i.hal_gpio_set_driving_strength) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode3) for drv_gpio_set_mode3 + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode2) for drv_gpio_set_mode2 + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode1) for drv_gpio_set_mode1 + hal_gpio.o(i.hal_gpio_set_mode) refers to drv_gpio.o(i.drv_gpio_set_mode0) for drv_gpio_set_mode0 + hal_gpio.o(i.hal_gpio_set_mode) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_output_data) refers to hal_gpio.o(i.drv_gpio_set_output_data) for drv_gpio_set_output_data + hal_gpio.o(i.hal_gpio_set_pull_state) refers to drv_gpio.o(i.drv_gpio_set_pull_state) for drv_gpio_set_pull_state + hal_gpio.o(i.hal_gpio_set_pull_state) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_schmitt_trigger) refers to drv_gpio.o(i.drv_gpio_set_schmitt_trigger) for drv_gpio_set_schmitt_trigger + hal_gpio.o(i.hal_gpio_set_schmitt_trigger) refers to hal_gpio.o(.constdata) for .constdata + hal_gpio.o(i.hal_gpio_set_slew_rate) refers to drv_gpio.o(i.drv_gpio_set_slew_rate) for drv_gpio_set_slew_rate + hal_gpio.o(i.hal_gpio_set_slew_rate) refers to hal_gpio.o(.constdata) for .constdata + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_master.o(i.drv_i2c_master_init) for drv_i2c_master_init + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_master.o(i.drv_i2c_m_set_callback) for drv_i2c_m_set_callback + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_master.o(i.drv_i2c_m_enable_intr) for drv_i2c_m_enable_intr + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_dma.o(i.drv_i2c_dma_init) for drv_i2c_dma_init + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_dma.o(i.drv_i2c_enable_rx_dma) for drv_i2c_enable_rx_dma + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to drv_i2c_dma.o(i.drv_i2c_enable_tx_dma) for drv_i2c_enable_tx_dma + hal_i2c_master.o(i.hal_i2c_m_dma_init) refers to hal_i2c_master.o(i.hal_i2c_master_irq_callback) for hal_i2c_master_irq_callback + hal_i2c_master.o(i.hal_i2c_m_dma_read) refers to drv_i2c_dma.o(i.drv_i2c_master_read_dma) for drv_i2c_master_read_dma + hal_i2c_master.o(i.hal_i2c_m_dma_read) refers to hal_i2c_master.o(.data) for .data + hal_i2c_master.o(i.hal_i2c_m_dma_write) refers to drv_i2c_dma.o(i.drv_i2c_master_write_dma) for drv_i2c_master_write_dma + hal_i2c_master.o(i.hal_i2c_m_dma_write) refers to hal_i2c_master.o(.data) for .data + hal_i2c_master.o(i.hal_i2c_m_set_high_impedance) refers to drv_i2c_master.o(i.drv_i2c_m_enable) for drv_i2c_m_enable + hal_i2c_master.o(i.hal_i2c_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_master.o(i.hal_i2c_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + hal_i2c_master.o(i.hal_i2c_m_transfer_complate) refers to hal_i2c_master.o(.data) for .data + hal_i2c_master.o(i.hal_i2c_master_irq_callback) refers to drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) for drv_i2c_m_clear_it_pending_bit + hal_i2c_master.o(i.hal_i2c_master_irq_callback) refers to hal_i2c_master.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_dma_user_callback) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_dma_write) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + hal_i2c_slave.o(i.hal_i2c_s_dma_write) refers to drv_i2c_dma.o(i.drv_i2c_slave_write_dma) for drv_i2c_slave_write_dma + hal_i2c_slave.o(i.hal_i2c_s_dma_write) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_get_tx_byte_num) refers to drv_i2c_slave.o(i.drv_i2c_s_get_tx_byte_num) for drv_i2c_s_get_tx_byte_num + hal_i2c_slave.o(i.hal_i2c_s_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_slave.o(i.drv_i2c_slave_init) for drv_i2c_slave_init + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_slave.o(i.drv_i2c_s_set_callback) for drv_i2c_s_set_callback + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_slave.o(i.drv_i2c_s_enable_intr) for drv_i2c_s_enable_intr + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_dma.o(i.drv_i2c_dma_init) for drv_i2c_dma_init + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) for drv_i2c_set_dma_irq_callback + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_i2c_dma.o(i.drv_i2c_enable_tx_dma) for drv_i2c_enable_tx_dma + hal_i2c_slave.o(i.hal_i2c_s_init) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + hal_i2c_slave.o(i.hal_i2c_s_init) refers to hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) for hal_i2c_slave_irq_callback + hal_i2c_slave.o(i.hal_i2c_s_init) refers to hal_i2c_slave.o(i.hal_i2c_s_dma_user_callback) for hal_i2c_s_dma_user_callback + hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_read_complate) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_read_complate_clear) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_read_data) refers to drv_i2c_slave.o(i.drv_i2c_s_read_data) for drv_i2c_s_read_data + hal_i2c_slave.o(i.hal_i2c_s_rxfifo_notempty) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + hal_i2c_slave.o(i.hal_i2c_s_set_dma_tx_cycle) refers to drv_dma.o(i.drv_dma_enable_cycle) for drv_dma_enable_cycle + hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance) refers to drv_i2c_slave.o(i.drv_i2c_s_enable) for drv_i2c_s_enable + hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + hal_i2c_slave.o(i.hal_i2c_s_set_transfer) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_write_complate) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_s_write_data) refers to drv_i2c_slave.o(i.drv_i2c_s_write_data) for drv_i2c_s_write_data + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) for drv_i2c_s_clear_it_pending_bit + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(i.drv_i2c_s_write_data) for drv_i2c_s_write_data + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to hal_i2c_slave.o(.data) for .data + hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) refers to drv_i2c_slave.o(.data) for tx_byte_num + hal_spi_master.o(i.hal_spi_m_callback) refers to drv_spi_dma.o(i.drv_spi_abort_dma) for drv_spi_abort_dma + hal_spi_master.o(i.hal_spi_m_callback) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_clear_rxfifo) refers to drv_spi_master.o(i.drv_spi_m_read_data) for drv_spi_m_read_data + hal_spi_master.o(i.hal_spi_m_dma_init) refers to hal_spi_master.o(i.hal_spi_m_gpio_init) for hal_spi_m_gpio_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_master.o(i.drv_spi_master_init) for drv_spi_master_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_dma_init) for drv_spi_dma_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_dma_ch6_init) for drv_spi_dma_ch6_init + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) for drv_spi_set_dma_irq_callback + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) for drv_spi_set_dma_ch6_irq_callback + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) for drv_sys_cfg_set_dma_rx_req + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_master.o(i.drv_spi_m_enable_rx_dma) for drv_spi_m_enable_rx_dma + hal_spi_master.o(i.hal_spi_m_dma_init) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + hal_spi_master.o(i.hal_spi_m_dma_init) refers to hal_spi_master.o(i.hal_spi_m_callback) for hal_spi_m_callback + hal_spi_master.o(i.hal_spi_m_dma_read) refers to drv_spi_dma.o(i.drv_spim_dma_read) for drv_spim_dma_read + hal_spi_master.o(i.hal_spi_m_dma_read) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_dma_write) refers to drv_spi_dma.o(i.drv_spim_dma_write) for drv_spim_dma_write + hal_spi_master.o(i.hal_spi_m_dma_write) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_get_transfer_complate) refers to hal_spi_master.o(.data) for .data + hal_spi_master.o(i.hal_spi_m_gpio_init) refers to drv_spi_master.o(i.drv_spi_m_gpio_init) for drv_spi_m_gpio_init + hal_spi_master.o(i.hal_spi_m_read_rxfifo) refers to drv_spi_master.o(i.drv_spi_m_read_data) for drv_spi_m_read_data + hal_spi_master.o(i.hal_spi_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_spi_master.o(i.hal_spi_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_init_input) for hal_gpio_init_input + hal_spi_master.o(i.hal_spi_m_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + hal_swire.o(i.hal_swire_deinit) refers to drv_swire.o(i.drv_swire_enable) for drv_swire_enable + hal_swire.o(i.hal_swire_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_swire.o(i.hal_swire_init) refers to drv_crgu.o(i.drv_crgu_set_swire_div) for drv_crgu_set_swire_div + hal_swire.o(i.hal_swire_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_swire.o(i.hal_swire_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_swire.o(i.hal_swire_init) refers to drv_swire.o(i.drv_swire_enable) for drv_swire_enable + hal_swire.o(i.hal_swire_open) refers to drv_swire.o(i.drv_swire_set_power_down) for drv_swire_set_power_down + hal_swire.o(i.hal_swire_register_callback) refers to drv_swire.o(i.drv_swire_register_callback) for drv_swire_register_callback + hal_swire.o(i.hal_swire_start) refers to drv_swire.o(i.drv_swire_set_int) for drv_swire_set_int + hal_swire.o(i.hal_swire_start) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_swire.o(i.hal_swire_start) refers to drv_swire.o(i.drv_swire_set_bit_time) for drv_swire_set_bit_time + hal_swire.o(i.hal_swire_start) refers to drv_swire.o(i.drv_swire_set_pulse_count) for drv_swire_set_pulse_count + hal_swire.o(i.hal_swire_start) refers to drv_common.o(.data) for g_system_clock + hal_system.o(i.hal_system_deep_sleep_mode) refers to drv_pwr.o(i.drv_pwr_enter_deep_sleep_mode) for drv_pwr_enter_deep_sleep_mode + hal_system.o(i.hal_system_disable_systick) refers to drv_common.o(i.drv_common_disable_systick) for drv_common_disable_systick + hal_system.o(i.hal_system_enable_systick) refers to drv_common.o(i.drv_common_enable_systick) for drv_common_enable_systick + hal_system.o(i.hal_system_flash_read) refers to norflash.o(i.norflash_init) for norflash_init + hal_system.o(i.hal_system_flash_read) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + hal_system.o(i.hal_system_flash_read) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_system.o(i.hal_system_flash_read) refers to norflash.o(i.norflash_dual_read) for norflash_dual_read + hal_system.o(i.hal_system_flash_write) refers to norflash.o(i.norflash_init) for norflash_init + hal_system.o(i.hal_system_flash_write) refers to norflash.o(i.norflash_erase_block) for norflash_erase_block + hal_system.o(i.hal_system_flash_write) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_system.o(i.hal_system_flash_write) refers to norflash.o(i.norflash_write) for norflash_write + hal_system.o(i.hal_system_get_tick) refers to drv_common.o(i.drv_common_get_tick) for drv_common_get_tick + hal_system.o(i.hal_system_idle_mode) refers to drv_common.o(i.drv_common_idle_mode) for drv_common_idle_mode + hal_system.o(i.hal_system_init) refers to drv_pwr.o(i.drv_pwr_set_system_clk_src) for drv_pwr_set_system_clk_src + hal_system.o(i.hal_system_init) refers to drv_crgu.o(i.drv_crgu_set_ahb_src) for drv_crgu_set_ahb_src + hal_system.o(i.hal_system_init) refers to drv_crgu.o(i.drv_crgu_set_ahb_pre_div) for drv_crgu_set_ahb_pre_div + hal_system.o(i.hal_system_init) refers to irq_redirect .o(i.handle_init) for handle_init + hal_system.o(i.hal_system_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_all_int) for drv_sys_cfg_clear_all_int + hal_system.o(i.hal_system_init) refers to drv_common.o(i.drv_common_system_init) for drv_common_system_init + hal_system.o(i.hal_system_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_system.o(i.hal_system_init) refers to drv_pwr.o(i.drv_pwr_set_pvd_mode) for drv_pwr_set_pvd_mode + hal_system.o(i.hal_system_init) refers to drv_common.o(.data) for g_system_clock + hal_system.o(i.hal_system_init_console) refers to hal_uart.o(i.hal_uart_init) for hal_uart_init + hal_system.o(i.hal_system_register_systick_cb) refers to drv_common.o(i.drv_common_systick_register_cb) for drv_common_systick_register_cb + hal_system.o(i.hal_system_set_phy_calibration) refers to drv_phy_common.o(i.drv_phy_enable_calibration) for drv_phy_enable_calibration + hal_system.o(i.hal_system_set_pvd) refers to drv_pwr.o(i.drv_pwr_set_pvd_mode) for drv_pwr_set_pvd_mode + hal_system.o(i.hal_system_set_vcc) refers to drv_pwr.o(i.drv_pwr_set_cp_mode) for drv_pwr_set_cp_mode + hal_system.o(i.hal_system_share_flash_mode) refers to drv_fls.o(i.drv_fls_gpio_connect) for drv_fls_gpio_connect + hal_system.o(i.hal_system_share_flash_mode) refers to drv_fls.o(i.drv_fls_gpio_disconnect) for drv_fls_gpio_disconnect + hal_system.o(i.hal_system_sleep_mode) refers to drv_crgu.o(i.drv_crgu_config_clocks) for drv_crgu_config_clocks + hal_timer.o(i.hal_timer_deinit) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + hal_timer.o(i.hal_timer_deinit) refers to drv_timer.o(i.drv_timer_set_repeat) for drv_timer_set_repeat + hal_timer.o(i.hal_timer_deinit) refers to drv_timer.o(i.drv_timer_enable) for drv_timer_enable + hal_timer.o(i.hal_timer_deinit) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + hal_timer.o(i.hal_timer_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_timer.o(i.hal_timer_get_status) refers to drv_timer.o(i.drv_timer_get_current_count) for drv_timer_get_current_count + hal_timer.o(i.hal_timer_get_status) refers to drv_timer.o(i.drv_timer_get_match) for drv_timer_get_match + hal_timer.o(i.hal_timer_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + hal_timer.o(i.hal_timer_init) refers to drv_timer.o(i.drv_timer_set_prescaler) for drv_timer_set_prescaler + hal_timer.o(i.hal_timer_set_repeat) refers to drv_timer.o(i.drv_timer_set_repeat) for drv_timer_set_repeat + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_register_callback) for drv_timer_register_callback + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_get_prescaler) for drv_timer_get_prescaler + hal_timer.o(i.hal_timer_start) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_set_match) for drv_timer_set_match + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_set_current_count) for drv_timer_set_current_count + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + hal_timer.o(i.hal_timer_start) refers to drv_timer.o(i.drv_timer_enable) for drv_timer_enable + hal_timer.o(i.hal_timer_start) refers to drv_common.o(.data) for g_system_clock + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_enable) for drv_timer_enable + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_register_callback) for drv_timer_register_callback + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_set_match) for drv_timer_set_match + hal_timer.o(i.hal_timer_stop) refers to drv_timer.o(i.drv_timer_set_current_count) for drv_timer_set_current_count + tau_delay.o(i.delayMs) refers to tau_delay.o(i.delayUs) for delayUs + tau_log.o(i.LOG_printf) refers to printfa.o(i.__0vsprintf) for vsprintf + tau_log.o(i.LOG_printf) refers to printfa.o(i.__0printf) for __2printf + tau_log.o(i.LOG_printf) refers to tau_log.o(.bss) for .bss + tau_log.o(i.fgetc) refers to hal_uart.o(i.hal_uart_receive_blocking) for hal_uart_receive_blocking + tau_log.o(i.fputc) refers to hal_uart.o(i.hal_uart_transmit_blocking) for hal_uart_transmit_blocking + app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) refers to app_tp_for_custom_s8.o(.data) for .data + app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) refers to app_tp_for_custom_s8.o(.constdata) for .constdata + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_const) refers to app_tp_transfer.o(i.app_tp_screen_init) for app_tp_screen_init + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_const) refers to app_tp_for_custom_s8.o(.data) for .data + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) refers to uidiv.o(.text) for __aeabi_uidivmod + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) refers to hal_gpio.o(i.hal_gpio_set_output_data) for hal_gpio_set_output_data + app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) refers to app_tp_for_custom_s8.o(.data) for .data + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_1 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_2 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_3 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_4 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_5 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_6 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for screen_data_write_7 + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_point_data + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_point_back + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_coord_data + app_tp_for_custom_s8.o(.data) refers to app_tp_for_custom_s8.o(.data) for phone_reg_coord_back + hal_uart.o(i.hal_uart_deinit) refers to drv_dma.o(i.drv_dma_deinit) for drv_dma_deinit + hal_uart.o(i.hal_uart_deinit) refers to drv_uart.o(i.UART_Deinit) for UART_Deinit + hal_uart.o(i.hal_uart_dmacallback) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_init) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_uart.o(i.hal_uart_init) refers to memseta.o(.text) for __aeabi_memclr4 + hal_uart.o(i.hal_uart_init) refers to drv_uart.o(i.UART_init) for UART_init + hal_uart.o(i.hal_uart_init) refers to drv_common.o(.data) for g_system_clock + hal_uart.o(i.hal_uart_init) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_receive_blocking) refers to drv_uart.o(i.UART_ReadBlocking) for UART_ReadBlocking + hal_uart.o(i.hal_uart_receive_dma) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + hal_uart.o(i.hal_uart_receive_dma) refers to drv_uart_dma.o(i.UART_TransferCreateHandleDMA) for UART_TransferCreateHandleDMA + hal_uart.o(i.hal_uart_receive_dma) refers to drv_uart_dma.o(i.UART_TransferReceiveDMA) for UART_TransferReceiveDMA + hal_uart.o(i.hal_uart_receive_dma) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_receive_dma) refers to hal_uart.o(i.hal_uart_dmacallback) for hal_uart_dmacallback + hal_uart.o(i.hal_uart_transmit_blocking) refers to drv_uart.o(i.UART_WriteBlocking) for UART_WriteBlocking + hal_uart.o(i.hal_uart_transmit_dma) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + hal_uart.o(i.hal_uart_transmit_dma) refers to drv_uart_dma.o(i.UART_TransferCreateHandleDMA) for UART_TransferCreateHandleDMA + hal_uart.o(i.hal_uart_transmit_dma) refers to drv_uart_dma.o(i.UART_TransferSendDMA) for UART_TransferSendDMA + hal_uart.o(i.hal_uart_transmit_dma) refers to hal_uart.o(.bss) for .bss + hal_uart.o(i.hal_uart_transmit_dma) refers to hal_uart.o(i.hal_uart_dmacallback) for hal_uart_dmacallback + norflash.o(i.app_fls_ctrl_Handler) refers to drv_fls.o(i.fls_clr_interrupt_flag) for fls_clr_interrupt_flag + norflash.o(i.app_fls_ctrl_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + norflash.o(i.app_fls_ctrl_Handler) refers to norflash.o(.data) for .data + norflash.o(i.norflash_best_cfg_init) refers to drv_fls.o(i.fls_spi_init) for fls_spi_init + norflash.o(i.norflash_best_cfg_init) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_check_id) refers to norflash.o(i.norflash_read_id) for norflash_read_id + norflash.o(i.norflash_check_id) refers to tau_delay.o(i.delayUs) for delayUs + norflash.o(i.norflash_check_id) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dma_callback) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dma_read) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_transfer_create_handle_dma) for fls_transfer_create_handle_dma + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_dma_read_prepare) for fls_dma_read_prepare + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_transfer_dma) for fls_transfer_dma + norflash.o(i.norflash_dma_read) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + norflash.o(i.norflash_dma_read) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dma_read) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_dma_read) refers to norflash.o(i.norflash_dma_callback) for norflash_dma_callback + norflash.o(i.norflash_dma_write) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_transfer_create_handle_dma) for fls_transfer_create_handle_dma + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_switch_fls_spi) for norflash_switch_fls_spi + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_dma_write_prepare) for fls_dma_write_prepare + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_transfer_dma) for fls_transfer_dma + norflash.o(i.norflash_dma_write) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + norflash.o(i.norflash_dma_write) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_dma_write) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_dma_write) refers to norflash.o(i.norflash_dma_callback) for norflash_dma_callback + norflash.o(i.norflash_dma_write) refers to norflash.o(.data) for .data + norflash.o(i.norflash_dual_read) refers to drv_fls.o(i.fls_ddat_enable) for fls_ddat_enable + norflash.o(i.norflash_dual_read) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_dual_read) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_switch_fls_spi) for norflash_switch_fls_spi + norflash.o(i.norflash_dual_write) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_dual_write) refers to drv_fls.o(i.fls_ddat_enable) for fls_ddat_enable + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_dual_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_en4b) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_read_config_reg) for norflash_read_config_reg + norflash.o(i.norflash_en4b) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_en_quad) refers to norflash.o(i.norflash_en_quad_check) for norflash_en_quad_check + norflash.o(i.norflash_en_quad) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_en_quad) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_en_quad) refers to drv_fls.o(i.fls_busy_pending) for fls_busy_pending + norflash.o(i.norflash_en_quad) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_en_quad_check) refers to norflash.o(i.norflash_get_dual_hstatus) for norflash_get_dual_hstatus + norflash.o(i.norflash_en_quad_check) refers to norflash.o(i.norflash_get_hstatus) for norflash_get_hstatus + norflash.o(i.norflash_en_quad_check) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_en_quad_check) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_erase_block) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_erase_block) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_erase_block) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_erase_block) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_erase_chip) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_erase_chip) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_erase_chip) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_erase_sector) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_erase_sector) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_erase_sector) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_erase_sector) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_ex4b) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_read_config_reg) for norflash_read_config_reg + norflash.o(i.norflash_ex4b) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_exit_quad) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_exit_quad) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_exit_quad) refers to norflash.o(i.norflash_en_quad_check) for norflash_en_quad_check + norflash.o(i.norflash_exit_quad) refers to drv_fls.o(i.fls_busy_pending) for fls_busy_pending + norflash.o(i.norflash_exit_quad) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_get_dual_hstatus) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_get_dual_hstatus) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_get_dual_hstatus) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_get_hstatus) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_get_hstatus) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_get_hstatus) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_get_status) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_get_status) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_get_status) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_get_default_spi_config) for fls_get_default_spi_config + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_get_default_fls_config) for fls_get_default_fls_config + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_get_default_tuning) for fls_get_default_tuning + norflash.o(i.norflash_init) refers to drv_fls.o(i.fls_init) for fls_init + norflash.o(i.norflash_init) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_init) refers to drv_fls.o(.data) for g_fls_tuning + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_qdat_enable) for fls_qdat_enable + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_qadr_enable) for fls_qadr_enable + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_qcmd_enable) for fls_qcmd_enable + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_quad_read) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_switch_fls_spi) for norflash_switch_fls_spi + norflash.o(i.norflash_quad_write) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_quad_write) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_quad_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_read) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_read_config_reg) refers to drv_fls.o(i.fls_read_byte_data) for fls_read_byte_data + norflash.o(i.norflash_read_id) refers to drv_fls.o(i.fls_read_cmd) for fls_read_cmd + norflash.o(i.norflash_set_best_cfg) refers to memseta.o(.text) for __aeabi_memclr4 + norflash.o(i.norflash_set_best_read_cfg) refers to norflash.o(i.norflash_en_quad) for norflash_en_quad + norflash.o(i.norflash_set_best_read_cfg) refers to norflash.o(.data) for .data + norflash.o(i.norflash_set_best_read_cfg) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_set_best_write_cfg) refers to norflash.o(i.norflash_en_quad) for norflash_en_quad + norflash.o(i.norflash_set_best_write_cfg) refers to norflash.o(.data) for .data + norflash.o(i.norflash_set_best_write_cfg) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_single_mode) for fls_single_mode + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_set_addr_dummy) for fls_set_addr_dummy + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_ddat_enable) for fls_ddat_enable + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_qdat_enable) for fls_qdat_enable + norflash.o(i.norflash_switch_fls_spi) refers to drv_fls.o(i.fls_qadr_enable) for fls_qadr_enable + norflash.o(i.norflash_write) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_write) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_write) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + norflash.o(i.norflash_write_disable) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_write_disable) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write_disable) refers to norflash.o(.data) for .data + norflash.o(i.norflash_write_disable) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_write_enable) refers to drv_fls.o(i.fls_write_cmd) for fls_write_cmd + norflash.o(i.norflash_write_enable) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write_enable) refers to norflash.o(.bss) for .bss + norflash.o(i.norflash_write_enable) refers to norflash.o(.data) for .data + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_write_enable) for norflash_write_enable + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_big_end_enable) for norflash_big_end_enable + norflash.o(i.norflash_write_endian_scr) refers to drv_fls.o(i.fls_en_scr) for fls_en_scr + norflash.o(i.norflash_write_endian_scr) refers to drv_fls.o(i.fls_write_byte_data) for fls_write_byte_data + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_big_end_clear) for norflash_big_end_clear + norflash.o(i.norflash_write_endian_scr) refers to drv_fls.o(i.fls_scr_clear) for fls_scr_clear + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_get_status) for norflash_get_status + norflash.o(i.norflash_write_endian_scr) refers to norflash.o(i.norflash_write_disable) for norflash_write_disable + drv_common.o(i.app_HardFault_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_common.o(i.app_SysTick_Handler) refers to drv_common.o(.data) for .data + drv_common.o(i.drv_common_enable_systick) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_common.o(i.drv_common_enable_systick) refers to drv_common.o(.data) for .data + drv_common.o(i.drv_common_get_tick) refers to drv_common.o(.data) for .data + drv_common.o(i.drv_common_system_init) refers to drv_chip_info.o(i.drv_chip_info_init) for drv_chip_info_init + drv_common.o(i.drv_common_systick_register_cb) refers to drv_common.o(.data) for .data + drv_dma.o(i.app_dma_irq_handler) refers to drv_dma.o(i.drv_dma_irq_handler) for drv_dma_irq_handler + drv_dma.o(i.drv_dma_abort_transfer) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_abort_transfer) refers to drv_dma.o(i.drv_dma_disenable_channel_interrupts) for drv_dma_disenable_channel_interrupts + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_disenable_channel_interrupts) for drv_dma_disenable_channel_interrupts + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_clear_flag) for drv_dma_clear_flag + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_set_ccr) for drv_dma_set_ccr + drv_dma.o(i.drv_dma_ahb_init) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_dma.o(i.drv_dma_clear_flag) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dma.o(i.drv_dma_create_handle) refers to drv_dma.o(.bss) for .bss + drv_dma.o(i.drv_dma_deinit) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dma.o(i.drv_dma_disenable_channel_interrupts) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dma.o(i.drv_dma_enable_channel_interrupts) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_dma.o(i.drv_dma_enable_cycle) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_get_remaining_bytes) refers to drv_dma.o(i.drv_dma_channel_is_active) for drv_dma_channel_is_active + drv_dma.o(i.drv_dma_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dma.o(i.drv_dma_init) refers to drv_dma.o(i.drv_dma_ahb_init) for drv_dma_ahb_init + drv_dma.o(i.drv_dma_irq_handler) refers to drv_dma.o(i.drv_dma_get_channel_flag) for drv_dma_get_channel_flag + drv_dma.o(i.drv_dma_irq_handler) refers to drv_dma.o(i.drv_dma_clear_flag) for drv_dma_clear_flag + drv_dma.o(i.drv_dma_irq_handler) refers to drv_dma.o(.bss) for .bss + drv_dma.o(i.drv_dma_m2m_init) refers to memseta.o(.text) for __aeabi_memclr4 + drv_dma.o(i.drv_dma_m2m_init) refers to drv_dma.o(i.drv_dma_init) for drv_dma_init + drv_dma.o(i.drv_dma_reset) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + drv_dma.o(i.drv_dma_set_burst) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_dma.o(i.drv_dma_set_transfer) refers to drv_dma.o(i.drv_dma_set_burst) for drv_dma_set_burst + drv_dma.o(i.drv_dma_start_transfer) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + drv_dma.o(i.drv_dma_start_transfer) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_fls.o(i.drv_fls_gpio_connect) refers to drv_fls.o(i.drv_fls_gpio_disconnect) for drv_fls_gpio_disconnect + drv_fls.o(i.drv_fls_gpio_disconnect) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_EnableClk) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_busy_pending) refers to norflash.o(i.norflash_get_status) for norflash_get_status + drv_fls.o(i.fls_de_init) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + drv_fls.o(i.fls_de_init) refers to drv_dma.o(i.drv_dma_clear_flag) for drv_dma_clear_flag + drv_fls.o(i.fls_de_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_disable_it) refers to drv_fls.o(i.__NVIC_DisableIRQ) for __NVIC_DisableIRQ + drv_fls.o(i.fls_disable_it) refers to drv_fls.o(i.fls_set_mc_irq_mask) for fls_set_mc_irq_mask + drv_fls.o(i.fls_enable_it) refers to drv_fls.o(i.__NVIC_DisableIRQ) for __NVIC_DisableIRQ + drv_fls.o(i.fls_enable_it) refers to drv_fls.o(i.fls_set_mc_irq_mask) for fls_set_mc_irq_mask + drv_fls.o(i.fls_init) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_fls.o(i.fls_init) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_spi_init) for fls_spi_init + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_ctrl_cfg_init) for fls_ctrl_cfg_init + drv_fls.o(i.fls_init) refers to drv_fls.o(i.fls_set_tuning) for fls_set_tuning + drv_fls.o(i.fls_init) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls.o(i.fls_read_byte_data) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls.o(i.fls_read_cmd) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_enable_it) for fls_enable_it + drv_fls.o(i.fls_read_cmd_it) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_set_mc_irq_mask) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_fls.o(i.fls_set_mc_irq_mask) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_set_write) for fls_set_write + drv_fls.o(i.fls_write_byte_data) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_set_write) for fls_set_write + drv_fls.o(i.fls_write_cmd) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) for drv_ap_rst_trig_edge_detect + drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) refers to drv_gpio.o(.data) for .data + drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.drv_gpio_get_pull_state) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_register_ap_reset_callback) refers to drv_gpio.o(.data) for .data + drv_gpio.o(i.drv_gpio_register_callback) refers to drv_gpio.o(.bss) for .bss + drv_gpio.o(i.drv_gpio_set_driving_strength) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_gpio.o(i.drv_gpio_set_pull_state) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_set_schmitt_trigger) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_gpio.o(i.drv_gpio_set_slew_rate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_i2c_dma.o(i.drv_i2c_dma_callback) refers to drv_i2c_dma.o(.data) for .data + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_i2c_master.o(i.drv_i2c_m_enable) for drv_i2c_m_enable + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) for drv_sys_cfg_set_dma_rx_req + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_dma.o(i.drv_dma_set_transfer) for drv_dma_set_transfer + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_i2c_dma.o(i.drv_i2c_master_read_dma) refers to drv_i2c_dma.o(i.drv_i2c_master_write_read_cmd) for drv_i2c_master_write_read_cmd + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_dma.o(i.drv_dma_set_transfer) for drv_dma_set_transfer + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_i2c_dma.o(i.drv_i2c_master_write_dma) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_i2c_dma.o(.data) for .data + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_i2c_dma.o(.bss) for .bss + drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) refers to drv_i2c_dma.o(i.drv_i2c_dma_callback) for drv_i2c_dma_callback + drv_i2c_dma.o(i.drv_i2c_slave_write_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_i2c_master.o(i.app_I2C1_IRQn_Handler) refers to drv_i2c_master.o(.data) for .data + drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) refers to drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_master.o(i.drv_i2c_m_enable_intr) refers to drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_master.o(i.drv_i2c_m_read_data) refers to drv_i2c_master.o(i.drv_i2c_m_get_fifo_status) for drv_i2c_m_get_fifo_status + drv_i2c_master.o(i.drv_i2c_m_set_callback) refers to drv_i2c_master.o(.data) for .data + drv_i2c_master.o(i.drv_i2c_m_set_sys_mask) refers to drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_master.o(i.drv_i2c_m_write_data) refers to drv_i2c_master.o(i.drv_i2c_m_get_fifo_status) for drv_i2c_m_get_fifo_status + drv_i2c_master.o(i.drv_i2c_master_init) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_i2c_master.o(i.drv_i2c_master_init) refers to drv_common.o(.data) for g_system_clock + drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) refers to drv_i2c_slave.o(.data) for .data + drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) refers to drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_slave.o(i.drv_i2c_s_enable_intr) refers to drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_slave.o(i.drv_i2c_s_get_tx_byte_num) refers to drv_i2c_slave.o(.data) for .data + drv_i2c_slave.o(i.drv_i2c_s_read_data) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + drv_i2c_slave.o(i.drv_i2c_s_set_callback) refers to drv_i2c_slave.o(.data) for .data + drv_i2c_slave.o(i.drv_i2c_s_set_sys_mask) refers to drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_i2c_slave.o(i.drv_i2c_s_write_data) refers to drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) for drv_i2c_s_get_fifo_status + drv_param_init.o(i.drv_param_init_get_ccm) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_get_scld_filter_h) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_get_scld_filter_v) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_get_sclu_filter) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_set_ccm) refers to memcpya.o(.text) for __aeabi_memcpy4 + drv_param_init.o(i.drv_param_init_set_ccm) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_set_scld_filter) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_init_set_sclu_filter) refers to drv_param_init.o(.data) for .data + drv_param_init.o(i.drv_param_p2r_filter_init) refers to drv_param_init.o(.constdata) for .constdata + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_dma.o(i.drv_dma_disenable_channel) for drv_dma_disenable_channel + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_dma.o(i.drv_dma_disenable_channel_interrupts) for drv_dma_disenable_channel_interrupts + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_master.o(i.drv_spi_m_enable_rx_dma) for drv_spi_m_enable_rx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_slave.o(i.drv_spi_s_enable_tx_dma) for drv_spi_s_enable_tx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_slave.o(i.drv_spi_s_enable_rx_dma) for drv_spi_s_enable_rx_dma + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_abort_dma) refers to drv_spi_dma.o(.bss) for .bss + drv_spi_dma.o(i.drv_spi_dma_callback) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_dma_ch6_init) refers to drv_spi_dma.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_dma.o(i.drv_spi_dma_ch6_init) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_dma_init) refers to drv_spi_dma.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_dma.o(i.drv_spi_dma_init) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_spi_dma.o(.bss) for .bss + drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback) refers to drv_spi_dma.o(i.drv_spi_dma_callback) for drv_spi_dma_callback + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_create_handle) for drv_dma_create_handle + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_spi_dma.o(.bss) for .bss + drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) refers to drv_spi_dma.o(i.drv_spi_dma_callback) for drv_spi_dma_callback + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_spi_master.o(i.drv_spi_m_enable_rx_dma) for drv_spi_m_enable_rx_dma + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_spi_dma.o(i.drv_spim_dma_read) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_spi_master.o(i.drv_spi_m_enable_tx_dma) for drv_spi_m_enable_tx_dma + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_dma.o(i.drv_dma_enable_channel_interrupts) for drv_dma_enable_channel_interrupts + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_spi_dma.o(i.drv_spim_dma_write) refers to drv_spi_dma.o(.data) for .data + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_spi_slave.o(i.drv_spi_s_enable_tx_dma) for drv_spi_s_enable_tx_dma + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_dma.o(i.drv_dma_enable_channel) for drv_dma_enable_channel + drv_spi_dma.o(i.drv_spis_dma_write) refers to drv_spi_dma.o(.bss) for .bss + drv_spi_master.o(i.app_SPIM_IRQn_Handler) refers to drv_spi_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_master.o(i.app_SPIM_IRQn_Handler) refers to drv_spi_master.o(.data) for .data + drv_spi_master.o(i.drv_spi_m_deinit) refers to drv_spi_master.o(i.drv_spi_m_switch_sclk) for drv_spi_m_switch_sclk + drv_spi_master.o(i.drv_spi_m_disable_int) refers to drv_spi_master.o(i.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + drv_spi_master.o(i.drv_spi_m_set_intr_callback) refers to drv_spi_master.o(.data) for .data + drv_spi_master.o(i.drv_spi_master_init) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_spi_master.o(i.drv_spi_master_init) refers to drv_common.o(.data) for g_system_clock + drv_swire.o(i.app_SWIRE_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_swire.o(i.app_SWIRE_IRQn_Handler) refers to drv_swire.o(i.drv_swire_set_int) for drv_swire_set_int + drv_swire.o(i.app_SWIRE_IRQn_Handler) refers to drv_swire.o(.data) for .data + drv_swire.o(i.drv_swire_register_callback) refers to drv_swire.o(.data) for .data + drv_swire.o(i.drv_swire_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) for drv_sys_cfg_sel_ap_rst_lvl_trig + drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) refers to drv_sys_cfg.o(.data) for .data + drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) refers to drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) for drv_sys_cfg_sel_ap_rst_lvl_trig + drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) refers to drv_sys_cfg.o(.data) for .data + drv_timer.o(i.app_TIMER0_IRQn_Handler) refers to drv_timer.o(i.drv_timer_handle_interrupt) for drv_timer_handle_interrupt + drv_timer.o(i.app_TIMER1_IRQn_Handler) refers to drv_timer.o(i.drv_timer_handle_interrupt) for drv_timer_handle_interrupt + drv_timer.o(i.app_TIMER2_IRQn_Handler) refers to drv_timer.o(i.drv_timer_handle_interrupt) for drv_timer_handle_interrupt + drv_timer.o(i.app_TIMER3_IRQn_Handler) refers to drv_timer.o(i.drv_timer_handle_interrupt) for drv_timer_handle_interrupt + drv_timer.o(i.drv_timer_clean_timer_value) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_clear_status_flags) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_clear_status_flags) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_timer.o(i.drv_timer_enable) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_get_current_count) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_get_instance) refers to drv_timer.o(.data) for .data + drv_timer.o(i.drv_timer_get_match) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_get_prescaler) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_handle_interrupt) refers to drv_timer.o(i.drv_timer_clear_status_flags) for drv_timer_clear_status_flags + drv_timer.o(i.drv_timer_handle_interrupt) refers to drv_timer.o(i.drv_timer_set_int) for drv_timer_set_int + drv_timer.o(i.drv_timer_handle_interrupt) refers to drv_timer.o(i.drv_timer_set_match) for drv_timer_set_match + drv_timer.o(i.drv_timer_handle_interrupt) refers to drv_timer.o(i.drv_timer_set_current_count) for drv_timer_set_current_count + drv_timer.o(i.drv_timer_handle_interrupt) refers to drv_timer.o(.data) for .data + drv_timer.o(i.drv_timer_register_callback) refers to drv_timer.o(.data) for .data + drv_timer.o(i.drv_timer_set_current_count) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_timer.o(i.drv_timer_set_match) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_set_prescaler) refers to drv_timer.o(i.drv_timer_get_instance) for drv_timer_get_instance + drv_timer.o(i.drv_timer_set_repeat) refers to drv_timer.o(.data) for .data + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to hal_internal_vsync.o(i.soft_gen_te) for soft_gen_te + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_param_init.o(i.drv_param_init_get_ccm) for drv_param_init_get_ccm + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_lcdc.o(i.drv_lcdc_config_ccm) for drv_lcdc_config_ccm + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_lcdc.o(i.drv_lcdc_config_int_single) for drv_lcdc_config_int_single + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to dfltui.o(.text) for __aeabi_ui2d + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to ddiv.o(.text) for __aeabi_ddiv + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to sqrt.o(i.sqrt) for sqrt + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to dmul.o(.text) for __aeabi_dmul + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to dfixui.o(.text) for __aeabi_d2uiz + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to cdcmple.o(.text) for __aeabi_cdcmple + hal_internal_vsync.o(i.calc_framebuffer_setting) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to hal_internal_vsync.o(i.drv_rxbr_get_status0) for drv_rxbr_get_status0 + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.check_pkt_buf_rev) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.dcs_sw_filter) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_iniernal_vsync_deinit) refers to memseta.o(.text) for __aeabi_memclr4 + hal_internal_vsync.o(i.hal_iniernal_vsync_deinit) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_data_mode) for drv_memc_set_data_mode + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_waveform) for drv_memc_set_tear_waveform + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_ltpo_mode) for drv_memc_set_ltpo_mode + hal_internal_vsync.o(i.hal_internal_init_memc) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_double_buffer) for drv_memc_set_double_buffer + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_active_height) for drv_memc_set_active_height + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_set_inten) for drv_memc_set_inten + hal_internal_vsync.o(i.hal_internal_init_memc) refers to drv_memc.o(i.drv_memc_enable_irq) for drv_memc_enable_irq + hal_internal_vsync.o(i.hal_internal_init_memc) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(i.calc_framebuffer_setting) for calc_framebuffer_setting + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_vidc.o(i.drv_vidc_reset) for drv_vidc_reset + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) for hal_dsi_rx_ctrl_init + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) for hal_dsi_tx_ctrl_init + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) for hal_dsi_rx_ctrl_start + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) for hal_dsi_rx_ctrl_gen_a_tear_signal + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to tau_delay.o(i.delayUs) for delayUs + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_dsi_tx.o(i.drv_dsi_tx_shutdown) for drv_dsi_tx_shutdown + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to drv_crgu.o(i.drv_crgu_config_reset_modules) for drv_crgu_config_reset_modules + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(i.hal_internal_init_memc) for hal_internal_init_memc + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) for hal_dsi_tx_ctrl_start + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.hal_internal_vsync_deinit) refers to memseta.o(.text) for __aeabi_memclr4 + hal_internal_vsync.o(i.hal_internal_vsync_deinit) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_get_rx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_get_tx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_chip_info.o(i.drv_chip_rx_info_check) for drv_chip_rx_info_check + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) for check_mipi_rx_tx_video_info + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.calc_framebuffer_setting) for calc_framebuffer_setting + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_rxbr.o(i.drv_rxbr_register_irq0_callback) for drv_rxbr_register_irq0_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_rxbr.o(i.drv_rxbr_register_irq1_callback) for drv_rxbr_register_irq1_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to drv_vidc.o(i.drv_vidc_register_callback) for drv_vidc_register_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to dcs_packet_fifo.o(i.dcs_packet_fifo_init) for dcs_packet_fifo_init + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.rxbr_irq0_callback) for rxbr_irq0_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.rxbr_irq1_callback) for rxbr_irq1_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_rx) refers to hal_internal_vsync.o(i.vidc_callback) for vidc_callback + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to memcpya.o(.text) for __aeabi_memcpy4 + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) for check_mipi_rx_tx_video_info + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to hal_internal_vsync.o(i.calc_framebuffer_setting) for calc_framebuffer_setting + hal_internal_vsync.o(i.hal_internal_vsync_init_tx) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) refers to drv_rxbr.o(i.drv_rxbr_set_cmd_filter) for drv_rxbr_set_cmd_filter + hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode) refers to hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) for hal_internal_vsync_set_auto_hw_filter + hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) refers to hal_internal_vsync.o(i.hal_internal_vsync_deinit) for hal_internal_vsync_deinit + hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to hal_internal_vsync.o(i.vsync_set_te_mode) for vsync_set_te_mode + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to drv_vidc.o(i.drv_vidc_enable) for drv_vidc_enable + hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to hal_internal_vsync.o(i.hal_internal_vsync_deinit) for hal_internal_vsync_deinit + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to hal_internal_vsync.o(i.vsync_set_te_mode) for vsync_set_te_mode + hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_internal_vsync.o(i.dcs_sw_filter) for dcs_sw_filter + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) for dcs_packet_fifo_alloc + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) for hal_dsi_rx_ctrl_dsc_async_handler + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_internal_vsync.o(i.check_pkt_buf_rev) for check_pkt_buf_rev + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) for drv_dsi_tx_command_put_payload + hal_internal_vsync.o(i.rx_get_dcs_packet_data) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_partial_update) refers to drv_rxbr.o(i.drv_rxbr_get_col_addr) for drv_rxbr_get_col_addr + hal_internal_vsync.o(i.rx_partial_update) refers to drv_rxbr.o(i.drv_rxbr_get_page_addr) for drv_rxbr_get_page_addr + hal_internal_vsync.o(i.rx_partial_update) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.rx_partial_update) refers to drv_dsc_dec.o(i.drv_dsc_dec_get_nslc) for drv_dsc_dec_get_nslc + hal_internal_vsync.o(i.rx_partial_update) refers to drv_crgu.o(i.drv_crgu_set_dsco_src) for drv_crgu_set_dsco_src + hal_internal_vsync.o(i.rx_partial_update) refers to drv_crgu.o(i.drv_crgu_set_dsco_src_div) for drv_crgu_set_dsco_src_div + hal_internal_vsync.o(i.rx_partial_update) refers to drv_crgu.o(i.drv_crgu_set_dsc_core_div) for drv_crgu_set_dsc_core_div + hal_internal_vsync.o(i.rx_partial_update) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_receive_packet) refers to hal_internal_vsync.o(i.rx_get_dcs_packet_data) for rx_get_dcs_packet_data + hal_internal_vsync.o(i.rx_receive_packet) refers to hal_internal_vsync.o(i.rx_receive_pps) for rx_receive_pps + hal_internal_vsync.o(i.rx_receive_packet) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.rx_receive_packet) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.rx_receive_packet) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rx_receive_pps) refers to memseta.o(.text) for __aeabi_memclr4 + hal_internal_vsync.o(i.rx_receive_pps) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.rx_receive_pps) refers to hal_internal_vsync.o(i.check_pkt_buf_rev) for check_pkt_buf_rev + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) for drv_dsc_dec_convert_pps_rc_parameter + hal_internal_vsync.o(i.rx_receive_pps) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) for drv_dsi_rx_get_compression_en + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_enable) for drv_dsc_dec_enable + hal_internal_vsync.o(i.rx_receive_pps) refers to drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) for drv_dsc_dec_set_u8_pps + hal_internal_vsync.o(i.rx_receive_pps) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.rx_receive_pps) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.drv_rxbr_get_status0) for drv_rxbr_get_status0 + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.rx_receive_packet) for rx_receive_packet + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to drv_rxbr.o(i.drv_rxbr_set_inten) for drv_rxbr_set_inten + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.drv_rxbr_get_int_source) for drv_rxbr_get_int_source + hal_internal_vsync.o(i.rxbr_irq0_callback) refers to hal_internal_vsync.o(i.rx_partial_update) for rx_partial_update + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(i.drv_rxbr_get_int_source) for drv_rxbr_get_int_source + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(i.vpre_err_reset) for vpre_err_reset + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to drv_rxbr.o(i.drv_rxbr_clear_status0) for drv_rxbr_clear_status0 + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to drv_memc.o(i.drv_memc_set_double_buffer_reverse) for drv_memc_set_double_buffer_reverse + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) for drv_rxbr_clear_pkt_buffer + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.rxbr_irq1_callback) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.soft_gen_te) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.soft_gen_te) refers to hal_internal_vsync.o(.data) for .data + hal_internal_vsync.o(i.vidc_callback) refers to drv_vidc.o(i.drv_vidc_get_irq_status) for drv_vidc_get_irq_status + hal_internal_vsync.o(i.vidc_callback) refers to drv_lcdc.o(i.drv_lcdc_config_overwrite) for drv_lcdc_config_overwrite + hal_internal_vsync.o(i.vidc_callback) refers to drv_vidc.o(i.drv_vidc_clear_irq) for drv_vidc_clear_irq + hal_internal_vsync.o(i.vidc_callback) refers to drv_vidc.o(i.drv_vidc_set_irqen) for drv_vidc_set_irqen + hal_internal_vsync.o(i.vidc_callback) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.vidc_callback) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.vidc_callback) refers to hal_internal_vsync.o(.conststring) for .conststring + hal_internal_vsync.o(i.vpre_err_reset) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + hal_internal_vsync.o(i.vpre_err_reset) refers to drv_vidc.o(i.drv_vidc_reset) for drv_vidc_reset + hal_internal_vsync.o(i.vpre_err_reset) refers to drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) for drv_dsc_dec_set_u8_pps + hal_internal_vsync.o(i.vpre_err_reset) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.vsync_set_te_mode) refers to drv_memc.o(i.drv_memc_set_tear_mode) for drv_memc_set_tear_mode + hal_internal_vsync.o(i.vsync_set_te_mode) refers to drv_lcdc.o(i.drv_lcdc_config_int_single) for drv_lcdc_config_int_single + hal_internal_vsync.o(i.vsync_set_te_mode) refers to drv_lcdc.o(i.drv_lcdc_ctrl_flow) for drv_lcdc_ctrl_flow + hal_internal_vsync.o(i.vsync_set_te_mode) refers to uidiv.o(.text) for __aeabi_uidivmod + hal_internal_vsync.o(i.vsync_set_te_mode) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_internal_vsync.o(i.vsync_set_te_mode) refers to hal_internal_vsync.o(.bss) for .bss + hal_internal_vsync.o(i.vsync_set_te_mode) refers to hal_internal_vsync.o(.data) for .data + hal_internal_vsync.o(.data) refers to hal_internal_vsync.o(.bss) for sg_te_info + dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_fifo_init) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) refers to dcs_packet_fifo.o(.bss) for .bss + dcs_packet_fifo.o(i.dcs_packet_get_fifo_size) refers to dcs_packet_fifo.o(.bss) for .bss + drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to ffltui.o(.text) for __aeabi_ui2f + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to fdiv.o(.text) for __aeabi_fdiv + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to fmul.o(.text) for __aeabi_fmul + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) for drv_dsi_rx_get_color_bpp + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to drv_dsi_rx.o(i.drv_dsi_rx_get_color_pcc) for drv_dsi_rx_get_color_pcc + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to fadd.o(.text) for __aeabi_fadd + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to cfrcmple.o(.text) for __aeabi_cfrcmple + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to f2d.o(.text) for __aeabi_f2d + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to dadd.o(.text) for __aeabi_dadd + drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) refers to dfixui.o(.text) for __aeabi_d2uiz + drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_rx.o(i.drv_dsi_rx_get_phy_stopstate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) for drv_rx_phy_test_write_1_byte + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to drv_dsi_rx.o(i.drv_rx_phy_test_read) for drv_rx_phy_test_read + drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) refers to drv_chip_info.o(i.drv_chip_info_get_info) for drv_chip_info_get_info + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_phy_common.o(i.drv_phy_get_rate_para) for drv_phy_get_rate_para + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_phy_common.o(i.drv_phy_get_calibration) for drv_phy_get_calibration + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_clear) for drv_rx_phy_test_clear + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) for drv_rx_phy_test_write_1_byte + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) for drv_rx_phy_test_write_2_byte + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_chip_info.o(i.drv_chip_info_get_info) for drv_chip_info_get_info + drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) refers to drv_dsi_rx.o(i.drv_rx_phy_test_lock) for drv_rx_phy_test_lock + drv_dsi_rx.o(i.drv_rx_phy_test_clear) refers to drv_phy_common.o(i.drv_phy_test_clear) for drv_phy_test_clear + drv_dsi_rx.o(i.drv_rx_phy_test_lock) refers to drv_phy_common.o(i.drv_phy_test_lock) for drv_phy_test_lock + drv_dsi_rx.o(i.drv_rx_phy_test_read) refers to drv_phy_common.o(i.drv_phy_test_read) for drv_phy_test_read + drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) refers to drv_phy_common.o(i.drv_phy_test_write_1_byte) for drv_phy_test_write_1_byte + drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) refers to drv_phy_common.o(i.drv_phy_test_write_2_byte) for drv_phy_test_write_2_byte + drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) for drv_tx_phy_test_write_1_byte + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to drv_dsi_tx.o(i.drv_tx_phy_test_read) for drv_tx_phy_test_read + drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_phy_common.o(i.drv_phy_get_rate_para) for drv_phy_get_rate_para + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_phy_common.o(i.drv_phy_get_pll_para) for drv_phy_get_pll_para + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_phy_common.o(i.drv_phy_get_calibration) for drv_phy_get_calibration + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_enter) for drv_tx_phy_test_enter + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_crgu.o(i.drv_crgu_set_mipi_ref_src) for drv_crgu_set_mipi_ref_src + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_crgu.o(i.drv_crgu_set_mipi_cfg_src) for drv_crgu_set_mipi_cfg_src + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_clear) for drv_tx_phy_test_clear + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) for drv_tx_phy_test_write_1_byte + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) for drv_tx_phy_test_write_2_byte + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_code) for drv_tx_phy_test_write_code + drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) refers to drv_dsi_tx.o(i.drv_tx_phy_test_exit) for drv_tx_phy_test_exit + drv_dsi_tx.o(i.drv_dsi_tx_phy_trigger) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) for drv_dsi_tx_phy_status_stopstate + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) for drv_dsi_tx_phy_status_stopstate + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_pll_lock) for drv_dsi_tx_phy_status_pll_lock + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot) for drv_dsi_tx_phy_status_ulpsactivenot + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot) for drv_dsi_tx_phy_status_ulpsactivenot + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) for drv_tx_phy_test_write_1_byte + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_dsi_tx_phy_status_pll_lock) for drv_dsi_tx_phy_status_pll_lock + drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit) refers to drv_dsi_tx.o(i.drv_dsi_tx_version) for drv_dsi_tx_version + drv_dsi_tx.o(i.drv_dsi_tx_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_dsi_tx.o(i.drv_tx_phy_test_clear) refers to drv_phy_common.o(i.drv_phy_test_clear) for drv_phy_test_clear + drv_dsi_tx.o(i.drv_tx_phy_test_read) refers to drv_phy_common.o(i.drv_phy_test_read) for drv_phy_test_read + drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) refers to drv_phy_common.o(i.drv_phy_test_write_1_byte) for drv_phy_test_write_1_byte + drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) refers to drv_phy_common.o(i.drv_phy_test_write_2_byte) for drv_phy_test_write_2_byte + drv_dsi_tx.o(i.drv_tx_phy_test_write_code) refers to drv_phy_common.o(i.drv_phy_test_write_code) for drv_phy_test_write_code + drv_lcdc.o(i.drv_lcdc_config_src_parameter) refers to drv_lcdc.o(i.drv_lcdc_config_input_size) for drv_lcdc_config_input_size + drv_lcdc.o(i.drv_lcdc_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_memc.o(i.app_MEMC_IRQn_Handler) refers to drv_memc.o(i.drv_memc_get_status) for drv_memc_get_status + drv_memc.o(i.app_MEMC_IRQn_Handler) refers to drv_memc.o(i.drv_memc_clear_status) for drv_memc_clear_status + drv_memc.o(i.app_MEMC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_memc.o(i.drv_memc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_memc.o(i.drv_memc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_rxbr.o(i.app_ADC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_rxbr.o(i.app_ADC_IRQn_Handler) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.app_VPRE_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_rxbr.o(i.app_VPRE_IRQn_Handler) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_rxbr.o(i.__NVIC_EnableIRQ) for __NVIC_EnableIRQ + drv_rxbr.o(i.drv_rxbr_enable_irq) refers to drv_rxbr.o(i.__NVIC_DisableIRQ) for __NVIC_DisableIRQ + drv_rxbr.o(i.drv_rxbr_register_irq0_callback) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.drv_rxbr_register_irq1_callback) refers to drv_rxbr.o(.data) for .data + drv_rxbr.o(i.drv_rxbr_set_cmd_filter) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + drv_rxbr.o(i.drv_rxbr_soft_reset) refers to drv_crgu.o(i.drv_crgu_set_reset) for drv_crgu_set_reset + drv_vidc.o(i.app_VIDC_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_vidc.o(i.app_VIDC_IRQn_Handler) refers to drv_vidc.o(.data) for .data + drv_vidc.o(i.drv_vidc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_vidc.o(i.drv_vidc_enable_irq) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_vidc.o(i.drv_vidc_register_callback) refers to drv_vidc.o(.data) for .data + irq_redirect .o(i.ADC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.AP_NRESET_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.DMA_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT0_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT1_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT2_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT3_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT4_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT5_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT6_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.EXTI_INT7_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.FLSCTRL_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.HardFault_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.I2C0_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.I2C1_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.LCDC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.MEMC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.MIPI_RX_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.MIPI_TX_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.PWMDET_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SPIM_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SPIS_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SWIRE_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.SysTick_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER0_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER1_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER2_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.TIMER3_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.UART_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.VIDC_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.VPRE_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.WDG_IRQn_Handler) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.handle_init) refers to irq_redirect .o(.ARM.__AT_0x00070100) for .ARM.__AT_0x00070100 + irq_redirect .o(i.handle_init) refers to drv_common.o(i.app_SysTick_Handler) for app_SysTick_Handler + irq_redirect .o(i.handle_init) refers to hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) for app_LCDC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) for app_MIPI_RX_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) for app_MIPI_TX_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_dma.o(i.app_dma_irq_handler) for app_dma_irq_handler + irq_redirect .o(i.handle_init) refers to norflash.o(i.app_fls_ctrl_Handler) for app_fls_ctrl_Handler + irq_redirect .o(i.handle_init) refers to drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) for app_I2C0_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_i2c_master.o(i.app_I2C1_IRQn_Handler) for app_I2C1_IRQn_Handler + irq_redirect .o(i.handle_init) refers to hal_spi_slave.o(i.app_SPIS_IRQn_Handler) for app_SPIS_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_spi_master.o(i.app_SPIM_IRQn_Handler) for app_SPIM_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_rxbr.o(i.app_VPRE_IRQn_Handler) for app_VPRE_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_rxbr.o(i.app_ADC_IRQn_Handler) for app_ADC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_vidc.o(i.app_VIDC_IRQn_Handler) for app_VIDC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_memc.o(i.app_MEMC_IRQn_Handler) for app_MEMC_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER0_IRQn_Handler) for app_TIMER0_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER1_IRQn_Handler) for app_TIMER1_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER2_IRQn_Handler) for app_TIMER2_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_timer.o(i.app_TIMER3_IRQn_Handler) for app_TIMER3_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_wdg.o(i.app_WDG_IRQn_Handler) for app_WDG_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_uart.o(i.app_UART_IRQn_Handler) for app_UART_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_pwm.o(i.app_PWMDET_IRQn_Handler) for app_PWMDET_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_swire.o(i.app_SWIRE_IRQn_Handler) for app_SWIRE_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) for app_AP_NRESET_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) for app_EXTI_INT0_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) for app_EXTI_INT1_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) for app_EXTI_INT2_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) for app_EXTI_INT3_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) for app_EXTI_INT4_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) for app_EXTI_INT5_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) for app_EXTI_INT6_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) for app_EXTI_INT7_IRQn_Handler + irq_redirect .o(i.handle_init) refers to drv_common.o(i.app_HardFault_Handler) for app_HardFault_Handler + drv_phy_common.o(i.drv_phy_enable_calibration) refers to drv_phy_common.o(.data) for .data + drv_phy_common.o(i.drv_phy_get_calibration) refers to drv_chip_info.o(i.drv_chip_info_get_info) for drv_chip_info_get_info + drv_phy_common.o(i.drv_phy_get_calibration) refers to drv_efuse.o(i.drv_efuse_read) for drv_efuse_read + drv_phy_common.o(i.drv_phy_get_calibration) refers to drv_phy_common.o(.data) for .data + drv_phy_common.o(i.drv_phy_get_pll_para) refers to drv_phy_common.o(.constdata) for .constdata + drv_phy_common.o(i.drv_phy_get_rate_para) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_phy_common.o(i.drv_phy_get_rate_para) refers to drv_phy_common.o(.constdata) for .constdata + drv_phy_common.o(i.drv_phy_test_write_1_byte) refers to drv_phy_common.o(i.drv_phy_test_write_code) for drv_phy_test_write_code + drv_phy_common.o(i.drv_phy_test_write_1_byte) refers to drv_phy_common.o(i.drv_phy_test_write_data) for drv_phy_test_write_data + drv_phy_common.o(i.drv_phy_test_write_2_byte) refers to drv_phy_common.o(i.drv_phy_test_write_code) for drv_phy_test_write_code + drv_phy_common.o(i.drv_phy_test_write_2_byte) refers to drv_phy_common.o(i.drv_phy_test_write_data) for drv_phy_test_write_data + drv_chip_info.o(i.drv_chip_info_get_info) refers to drv_chip_info.o(.data) for .data + drv_chip_info.o(i.drv_chip_info_init) refers to drv_efuse.o(i.drv_efuse_enter_inactive) for drv_efuse_enter_inactive + drv_chip_info.o(i.drv_chip_info_init) refers to drv_efuse.o(i.drv_efuse_read) for drv_efuse_read + drv_chip_info.o(i.drv_chip_info_init) refers to drv_chip_info.o(.data) for .data + drv_chip_info.o(i.drv_chip_rx_info_check) refers to printfa.o(i.__0printf) for __2printf + drv_chip_info.o(i.drv_chip_rx_info_check) refers to tau_log.o(i.LOG_printf) for LOG_printf + drv_chip_info.o(i.drv_chip_rx_info_check) refers to drv_chip_info.o(.data) for .data + drv_dsc_dec.o(i.drv_dsc_dec_enable) refers to drv_efuse.o(i.drv_efuse_enter_inactive) for drv_efuse_enter_inactive + drv_dsc_dec.o(i.drv_dsc_dec_enable) refers to drv_efuse.o(i.drv_efuse_read) for drv_efuse_read + drv_dsc_dec.o(i.drv_dsc_dec_enable) refers to printfa.o(i.__0printf) for __2printf + hal_spi_slave.o(i.app_SPIS_IRQn_Handler) refers to ap_demo.o(i.__ARM_common_switch8) for __ARM_common_switch8 + hal_spi_slave.o(i.app_SPIS_IRQn_Handler) refers to hal_spi_slave.o(i.__NVIC_SetPriority) for __NVIC_SetPriority + hal_spi_slave.o(i.app_SPIS_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + hal_spi_slave.o(i.app_SPIS_IRQn_Handler) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_mode) for hal_gpio_set_mode + hal_spi_slave.o(i.hal_spi_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_init_input) for hal_gpio_init_input + hal_spi_slave.o(i.hal_spi_s_set_high_impedance) refers to hal_gpio.o(i.hal_gpio_set_pull_state) for hal_gpio_set_pull_state + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_abort) refers to drv_spi_dma.o(i.drv_spi_abort_dma) for drv_spi_abort_dma + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start) refers to drv_dma.o(i.drv_dma_enable_cycle) for drv_dma_enable_cycle + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start) refers to drv_spi_dma.o(i.drv_spis_dma_write) for drv_spis_dma_write + hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_deinit) refers to drv_spi_slave.o(i.drv_spi_s_deinit) for drv_spi_s_deinit + hal_spi_slave.o(i.hal_spi_slave_enable) refers to drv_spi_slave.o(i.drv_spi_s_enable_int) for drv_spi_s_enable_int + hal_spi_slave.o(i.hal_spi_slave_enable) refers to tau_log.o(i.LOG_printf) for LOG_printf + hal_spi_slave.o(i.hal_spi_slave_enable) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_gpio_init) refers to drv_spi_slave.o(i.drv_spi_s_gpio_init) for drv_spi_s_gpio_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to hal_spi_slave.o(i.hal_spi_slave_gpio_init) for hal_spi_slave_gpio_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_slave.o(i.drv_spi_slave_init) for drv_spi_slave_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_dma.o(i.drv_spi_dma_init) for drv_spi_dma_init + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_dma.o(i.drv_spi_set_dma_irq_callback) for drv_spi_set_dma_irq_callback + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_spi_slave.o(i.drv_spi_s_enable_tx_dma) for drv_spi_s_enable_tx_dma + hal_spi_slave.o(i.hal_spi_slave_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + hal_spi_slave.o(i.hal_spi_slave_init) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_read_data) refers to drv_spi_slave.o(i.drv_spi_s_read_data) for drv_spi_s_read_data + hal_spi_slave.o(i.hal_spi_slave_register_callback) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_reset_tx) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_set_auto_rx_buffer) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_set_auto_tx_buffer) refers to hal_spi_slave.o(.bss) for .bss + hal_spi_slave.o(i.hal_spi_slave_write_data) refers to drv_spi_slave.o(i.drv_spi_s_write_data) for drv_spi_s_write_data + drv_fls_dma.o(i.fls_abort_dma) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_fls_dma.o(i.fls_abort_dma) refers to drv_fls_dma.o(i.fls_dma_disable) for fls_dma_disable + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_set_read) for fls_set_read + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls_dma.o(i.fls_dma_enable) for fls_dma_enable + drv_fls_dma.o(i.fls_dma_read_prepare) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_clear_irq_status) for fls_clear_irq_status + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_swrst) for fls_swrst + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_set_write) for fls_set_write + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls_dma.o(i.fls_dma_enable) for fls_dma_enable + drv_fls_dma.o(i.fls_dma_write_prepare) refers to drv_fls.o(i.fls_spi_start) for fls_spi_start + drv_fls_dma.o(i.fls_read_dmacallback) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to memseta.o(.text) for __aeabi_memclr4 + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_dma.o(i.drv_dma_init) for drv_dma_init + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_fls_dma.o(.data) for .data + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_fls_dma.o(i.fls_read_dmacallback) for fls_read_dmacallback + drv_fls_dma.o(i.fls_transfer_create_handle_dma) refers to drv_fls_dma.o(i.fls_write_dmacallback) for fls_write_dmacallback + drv_fls_dma.o(i.fls_transfer_dma) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_fls_dma.o(i.fls_transfer_dma) refers to drv_dma.o(i.drv_dma_start_transfer) for drv_dma_start_transfer + drv_fls_dma.o(i.fls_transfer_get_receive_count_dma) refers to drv_dma.o(i.drv_dma_get_remaining_bytes) for drv_dma_get_remaining_bytes + drv_fls_dma.o(i.fls_write_dmacallback) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_pwm.o(i.app_PWMDET_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_pwm.o(i.app_PWMDET_IRQn_Handler) refers to drv_pwm.o(.data) for .data + drv_pwm.o(i.drv_pwm_in_register_callback) refers to drv_pwm.o(.data) for .data + drv_pwm.o(i.drv_pwm_in_set_sys_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_spi_slave.o(i.drv_spi_s_deinit) refers to drv_spi_slave.o(i.drv_spi_s_switch_sclk) for drv_spi_s_switch_sclk + drv_uart.o(i.UART0_IRQ_Handle) refers to drv_uart.o(i.UART_TransferHandleIRQ) for UART_TransferHandleIRQ + drv_uart.o(i.UART0_IRQ_Handle) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_uart.o(i.UART0_IRQ_Handle) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_AbortReceive) refers to drv_uart.o(i.UART_Disable_IT) for UART_Disable_IT + drv_uart.o(i.UART_AbortReceive) refers to drv_uart.o(i.UART_ResetRxFIFO) for UART_ResetRxFIFO + drv_uart.o(i.UART_AbortSend) refers to drv_uart.o(i.UART_Disable_IT) for UART_Disable_IT + drv_uart.o(i.UART_AbortSend) refers to drv_uart.o(i.UART_ResetTxFIFO) for UART_ResetTxFIFO + drv_uart.o(i.UART_Deinit) refers to drv_uart.o(i.UART_SwitchSCLK) for UART_SwitchSCLK + drv_uart.o(i.UART_Disable_IT) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_Disable_IT) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_uart.o(i.UART_Disable_IT) refers to drv_uart.o(.constdata) for .constdata + drv_uart.o(i.UART_EnableDma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) for drv_sys_cfg_set_dma_rx_req + drv_uart.o(i.UART_EnableDma) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) for drv_sys_cfg_set_dma_tx_req + drv_uart.o(i.UART_Enable_IT) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_Enable_IT) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_uart.o(i.UART_GetDefaultConfig) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart.o(i.UART_GetDefaultConfig) refers to drv_common.o(.data) for g_system_clock + drv_uart.o(i.UART_GetFIFO_Ctrl) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_GetFIFO_Ctrl) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_ResetRxFIFO) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_ResetRxFIFO) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_ResetTxFIFO) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_ResetTxFIFO) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_SetBaudRate) refers to uidiv.o(.text) for __aeabi_uidivmod + drv_uart.o(i.UART_SwitchSCLK) refers to drv_crgu.o(i.drv_crgu_set_clock) for drv_crgu_set_clock + drv_uart.o(i.UART_TransferCreateHandle) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_TransferCreateHandle) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart.o(i.UART_TransferCreateHandle) refers to drv_uart.o(i.UART_Enable_IT) for UART_Enable_IT + drv_uart.o(i.UART_TransferCreateHandle) refers to drv_uart.o(.data) for .data + drv_uart.o(i.UART_TransferHandleIRQ) refers to drv_uart.o(i.UART_ResetRxFIFO) for UART_ResetRxFIFO + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_DisableDma) for UART_DisableDma + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_SwitchSCLK) for UART_SwitchSCLK + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart.o(i.UART_init) refers to drv_uart.o(i.UART_SetBaudRate) for UART_SetBaudRate + drv_uart.o(i.UART_init) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_uart.o(i.UART_init) refers to drv_uart.o(.data) for .data + drv_uart.o(i.app_UART_IRQn_Handler) refers to drv_uart.o(i.UART0_IRQ_Handle) for UART0_IRQ_Handle + drv_uart_dma.o(i.UART_DMAInit) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart_dma.o(i.UART_DMAInit) refers to drv_dma.o(i.drv_dma_init) for drv_dma_init + drv_uart_dma.o(i.UART_TransferAbortReceiveDMA) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_uart_dma.o(i.UART_TransferAbortSendDMA) refers to drv_dma.o(i.drv_dma_abort_transfer) for drv_dma_abort_transfer + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart.o(i.UART_GetInstance) for UART_GetInstance + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to memseta.o(.text) for __aeabi_memclr4 + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart.o(i.UART_EnableDma) for UART_EnableDma + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(i.UART_DMAInit) for UART_DMAInit + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_dma.o(i.drv_dma_set_callback) for drv_dma_set_callback + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(.data) for .data + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(i.UART_TransferReceiveDMACallback) for UART_TransferReceiveDMACallback + drv_uart_dma.o(i.UART_TransferCreateHandleDMA) refers to drv_uart_dma.o(i.UART_TransferSendDMACallback) for UART_TransferSendDMACallback + drv_uart_dma.o(i.UART_TransferGetReceiveCountDMA) refers to drv_dma.o(i.drv_dma_get_remaining_bytes) for drv_dma_get_remaining_bytes + drv_uart_dma.o(i.UART_TransferReceiveDMA) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_uart_dma.o(i.UART_TransferReceiveDMA) refers to drv_uart.o(i.UART_EnableDma) for UART_EnableDma + drv_uart_dma.o(i.UART_TransferReceiveDMA) refers to drv_dma.o(i.drv_dma_start_transfer) for drv_dma_start_transfer + drv_uart_dma.o(i.UART_TransferSendDMA) refers to drv_dma.o(i.drv_dma_prepar_transfer) for drv_dma_prepar_transfer + drv_uart_dma.o(i.UART_TransferSendDMA) refers to drv_uart.o(i.UART_EnableDma) for UART_EnableDma + drv_uart_dma.o(i.UART_TransferSendDMA) refers to drv_dma.o(i.drv_dma_start_transfer) for drv_dma_start_transfer + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) for drv_sys_cfg_clear_pending + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(i.drv_wdg_set_int) for drv_wdg_set_int + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(i.drv_wdg_clear_counter) for drv_wdg_clear_counter + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(i.drv_wdg_read_edge_flag) for drv_wdg_read_edge_flag + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(i.drv_wdg_clear_edge_flag) for drv_wdg_clear_edge_flag + drv_wdg.o(i.app_WDG_IRQn_Handler) refers to drv_wdg.o(.data) for .data + drv_wdg.o(i.drv_wdg_register_callback) refers to drv_wdg.o(.data) for .data + drv_wdg.o(i.drv_wdg_set_int) refers to drv_sys_cfg.o(i.drv_sys_cfg_set_int) for drv_sys_cfg_set_int + drv_wdg.o(i.drv_wdg_set_repeat) refers to drv_wdg.o(.data) for .data + drv_efuse.o(i.drv_efuse_enter_inactive) refers to drv_efuse.o(i.drv_efuse_int_enable) for drv_efuse_int_enable + drv_efuse.o(i.drv_efuse_read) refers to drv_efuse.o(i.drv_efuse_read_req) for drv_efuse_read_req + drv_efuse.o(i.drv_efuse_write) refers to drv_efuse.o(i.drv_efuse_write_req) for drv_efuse_write_req + ceil.o(i.__softfp_ceil) refers (Special) to iusefp.o(.text) for __I$use$fp + ceil.o(i.__softfp_ceil) refers to ceil.o(i.ceil) for ceil + ceil.o(i.ceil) refers (Special) to iusefp.o(.text) for __I$use$fp + ceil.o(i.ceil) refers to dadd.o(.text) for __aeabi_dadd + ceil.o(i.ceil) refers to cdrcmple.o(.text) for __aeabi_cdrcmple + sqrt.o(i.__softfp_sqrt) refers (Special) to iusefp.o(.text) for __I$use$fp + sqrt.o(i.__softfp_sqrt) refers to dsqrt.o(.text) for _dsqrt + sqrt.o(i.__softfp_sqrt) refers to errno.o(i.__set_errno) for __set_errno + sqrt.o(i.sqrt) refers (Special) to iusefp.o(.text) for __I$use$fp + sqrt.o(i.sqrt) refers to dsqrt.o(.text) for _dsqrt + sqrt.o(i.sqrt) refers to errno.o(i.__set_errno) for __set_errno + sqrt_x.o(i.____softfp_sqrt$lsc) refers (Special) to iusefp.o(.text) for __I$use$fp + sqrt_x.o(i.____softfp_sqrt$lsc) refers to cdcmple.o(.text) for __aeabi_cdcmple + sqrt_x.o(i.____softfp_sqrt$lsc) refers to errno.o(i.__set_errno) for __set_errno + sqrt_x.o(i.____softfp_sqrt$lsc) refers to dsqrt.o(.text) for _dsqrt + sqrt_x.o(i.__sqrt$lsc) refers (Special) to iusefp.o(.text) for __I$use$fp + sqrt_x.o(i.__sqrt$lsc) refers to cdcmple.o(.text) for __aeabi_cdcmple + sqrt_x.o(i.__sqrt$lsc) refers to errno.o(i.__set_errno) for __set_errno + sqrt_x.o(i.__sqrt$lsc) refers to dsqrt.o(.text) for _dsqrt + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry10a.o(.ARM.Collect$$$$0000000D) for __rt_final_cpp + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry11a.o(.ARM.Collect$$$$0000000F) for __rt_final_exit + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry7b.o(.ARM.Collect$$$$00000008) for _main_clock + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry8b.o(.ARM.Collect$$$$0000000A) for _main_cpp_init + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry9a.o(.ARM.Collect$$$$0000000B) for _main_init + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry5.o(.ARM.Collect$$$$00000004) for _main_scatterload + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry2.o(.ARM.Collect$$$$00000001) for _main_stk + idiv.o(.text) refers to uidiv.o(.text) for __aeabi_uidivmod + printfb.o(i.__0fprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0fprintf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0printf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0printf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0printf$bare) refers to stdout.o(.data) for __stdout + printfb.o(i.__0snprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0snprintf$bare) refers to printfb.o(i._snputc) for _snputc + printfb.o(i.__0sprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0sprintf$bare) refers to printfb.o(i._sputc) for _sputc + printfb.o(i.__0vfprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vfprintf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0vprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vprintf$bare) refers to tau_log.o(i.fputc) for fputc + printfb.o(i.__0vprintf$bare) refers to stdout.o(.data) for __stdout + printfb.o(i.__0vsnprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vsnprintf$bare) refers to printfb.o(i._snputc) for _snputc + printfb.o(i.__0vsprintf$bare) refers to printfb.o(i._printf_core) for _printf_core + printfb.o(i.__0vsprintf$bare) refers to printfb.o(i._sputc) for _sputc + printf0.o(i.__0fprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0fprintf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0printf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0printf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0printf$0) refers to stdout.o(.data) for __stdout + printf0.o(i.__0snprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0snprintf$0) refers to printf0.o(i._snputc) for _snputc + printf0.o(i.__0sprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0sprintf$0) refers to printf0.o(i._sputc) for _sputc + printf0.o(i.__0vfprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vfprintf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0vprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vprintf$0) refers to tau_log.o(i.fputc) for fputc + printf0.o(i.__0vprintf$0) refers to stdout.o(.data) for __stdout + printf0.o(i.__0vsnprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vsnprintf$0) refers to printf0.o(i._snputc) for _snputc + printf0.o(i.__0vsprintf$0) refers to printf0.o(i._printf_core) for _printf_core + printf0.o(i.__0vsprintf$0) refers to printf0.o(i._sputc) for _sputc + printf1.o(i.__0fprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0fprintf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0printf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0printf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0printf$1) refers to stdout.o(.data) for __stdout + printf1.o(i.__0snprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0snprintf$1) refers to printf1.o(i._snputc) for _snputc + printf1.o(i.__0sprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0sprintf$1) refers to printf1.o(i._sputc) for _sputc + printf1.o(i.__0vfprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vfprintf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0vprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vprintf$1) refers to tau_log.o(i.fputc) for fputc + printf1.o(i.__0vprintf$1) refers to stdout.o(.data) for __stdout + printf1.o(i.__0vsnprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vsnprintf$1) refers to printf1.o(i._snputc) for _snputc + printf1.o(i.__0vsprintf$1) refers to printf1.o(i._printf_core) for _printf_core + printf1.o(i.__0vsprintf$1) refers to printf1.o(i._sputc) for _sputc + printf1.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printf2.o(i.__0fprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0fprintf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0printf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0printf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0printf$2) refers to stdout.o(.data) for __stdout + printf2.o(i.__0snprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0snprintf$2) refers to printf2.o(i._snputc) for _snputc + printf2.o(i.__0sprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0sprintf$2) refers to printf2.o(i._sputc) for _sputc + printf2.o(i.__0vfprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vfprintf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0vprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vprintf$2) refers to tau_log.o(i.fputc) for fputc + printf2.o(i.__0vprintf$2) refers to stdout.o(.data) for __stdout + printf2.o(i.__0vsnprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vsnprintf$2) refers to printf2.o(i._snputc) for _snputc + printf2.o(i.__0vsprintf$2) refers to printf2.o(i._printf_core) for _printf_core + printf2.o(i.__0vsprintf$2) refers to printf2.o(i._sputc) for _sputc + printf3.o(i.__0fprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0fprintf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0printf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0printf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0printf$3) refers to stdout.o(.data) for __stdout + printf3.o(i.__0snprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0snprintf$3) refers to printf3.o(i._snputc) for _snputc + printf3.o(i.__0sprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0sprintf$3) refers to printf3.o(i._sputc) for _sputc + printf3.o(i.__0vfprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vfprintf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0vprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vprintf$3) refers to tau_log.o(i.fputc) for fputc + printf3.o(i.__0vprintf$3) refers to stdout.o(.data) for __stdout + printf3.o(i.__0vsnprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vsnprintf$3) refers to printf3.o(i._snputc) for _snputc + printf3.o(i.__0vsprintf$3) refers to printf3.o(i._printf_core) for _printf_core + printf3.o(i.__0vsprintf$3) refers to printf3.o(i._sputc) for _sputc + printf3.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printf4.o(i.__0fprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0fprintf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0printf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0printf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0printf$4) refers to stdout.o(.data) for __stdout + printf4.o(i.__0snprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0snprintf$4) refers to printf4.o(i._snputc) for _snputc + printf4.o(i.__0sprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0sprintf$4) refers to printf4.o(i._sputc) for _sputc + printf4.o(i.__0vfprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vfprintf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0vprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vprintf$4) refers to tau_log.o(i.fputc) for fputc + printf4.o(i.__0vprintf$4) refers to stdout.o(.data) for __stdout + printf4.o(i.__0vsnprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vsnprintf$4) refers to printf4.o(i._snputc) for _snputc + printf4.o(i.__0vsprintf$4) refers to printf4.o(i._printf_core) for _printf_core + printf4.o(i.__0vsprintf$4) refers to printf4.o(i._sputc) for _sputc + printf4.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printf5.o(i.__0fprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0fprintf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0printf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0printf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0printf$5) refers to stdout.o(.data) for __stdout + printf5.o(i.__0snprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0snprintf$5) refers to printf5.o(i._snputc) for _snputc + printf5.o(i.__0sprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0sprintf$5) refers to printf5.o(i._sputc) for _sputc + printf5.o(i.__0vfprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vfprintf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0vprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vprintf$5) refers to tau_log.o(i.fputc) for fputc + printf5.o(i.__0vprintf$5) refers to stdout.o(.data) for __stdout + printf5.o(i.__0vsnprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vsnprintf$5) refers to printf5.o(i._snputc) for _snputc + printf5.o(i.__0vsprintf$5) refers to printf5.o(i._printf_core) for _printf_core + printf5.o(i.__0vsprintf$5) refers to printf5.o(i._sputc) for _sputc + printf5.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printf6.o(i.__0fprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0fprintf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0printf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0printf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0printf$6) refers to stdout.o(.data) for __stdout + printf6.o(i.__0snprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0snprintf$6) refers to printf6.o(i._snputc) for _snputc + printf6.o(i.__0sprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0sprintf$6) refers to printf6.o(i._sputc) for _sputc + printf6.o(i.__0vfprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vfprintf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0vprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vprintf$6) refers to tau_log.o(i.fputc) for fputc + printf6.o(i.__0vprintf$6) refers to stdout.o(.data) for __stdout + printf6.o(i.__0vsnprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vsnprintf$6) refers to printf6.o(i._snputc) for _snputc + printf6.o(i.__0vsprintf$6) refers to printf6.o(i._printf_core) for _printf_core + printf6.o(i.__0vsprintf$6) refers to printf6.o(i._sputc) for _sputc + printf6.o(i._printf_core) refers to printf6.o(i._printf_pre_padding) for _printf_pre_padding + printf6.o(i._printf_core) refers to printf6.o(i._printf_post_padding) for _printf_post_padding + printf6.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printf7.o(i.__0fprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0fprintf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0printf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0printf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0printf$7) refers to stdout.o(.data) for __stdout + printf7.o(i.__0snprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0snprintf$7) refers to printf7.o(i._snputc) for _snputc + printf7.o(i.__0sprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0sprintf$7) refers to printf7.o(i._sputc) for _sputc + printf7.o(i.__0vfprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vfprintf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0vprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vprintf$7) refers to tau_log.o(i.fputc) for fputc + printf7.o(i.__0vprintf$7) refers to stdout.o(.data) for __stdout + printf7.o(i.__0vsnprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vsnprintf$7) refers to printf7.o(i._snputc) for _snputc + printf7.o(i.__0vsprintf$7) refers to printf7.o(i._printf_core) for _printf_core + printf7.o(i.__0vsprintf$7) refers to printf7.o(i._sputc) for _sputc + printf7.o(i._printf_core) refers to printf7.o(i._printf_pre_padding) for _printf_pre_padding + printf7.o(i._printf_core) refers to printf7.o(i._printf_post_padding) for _printf_post_padding + printf7.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printf8.o(i.__0fprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0fprintf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0printf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0printf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0printf$8) refers to stdout.o(.data) for __stdout + printf8.o(i.__0snprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0snprintf$8) refers to printf8.o(i._snputc) for _snputc + printf8.o(i.__0sprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0sprintf$8) refers to printf8.o(i._sputc) for _sputc + printf8.o(i.__0vfprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vfprintf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0vprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vprintf$8) refers to tau_log.o(i.fputc) for fputc + printf8.o(i.__0vprintf$8) refers to stdout.o(.data) for __stdout + printf8.o(i.__0vsnprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vsnprintf$8) refers to printf8.o(i._snputc) for _snputc + printf8.o(i.__0vsprintf$8) refers to printf8.o(i._printf_core) for _printf_core + printf8.o(i.__0vsprintf$8) refers to printf8.o(i._sputc) for _sputc + printf8.o(i._printf_core) refers to printf8.o(i._printf_pre_padding) for _printf_pre_padding + printf8.o(i._printf_core) refers to printf8.o(i._printf_post_padding) for _printf_post_padding + printf8.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printfa.o(i.__0fprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0fprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0fprintf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0printf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0printf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0printf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0printf) refers to stdout.o(.data) for __stdout + printfa.o(i.__0snprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0snprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0snprintf) refers to printfa.o(i._snputc) for _snputc + printfa.o(i.__0sprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0sprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0sprintf) refers to printfa.o(i._sputc) for _sputc + printfa.o(i.__0vfprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vfprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vfprintf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0vprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vprintf) refers to tau_log.o(i.fputc) for fputc + printfa.o(i.__0vprintf) refers to stdout.o(.data) for __stdout + printfa.o(i.__0vsnprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vsnprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vsnprintf) refers to printfa.o(i._snputc) for _snputc + printfa.o(i.__0vsprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vsprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vsprintf) refers to printfa.o(i._sputc) for _sputc + printfa.o(i._fp_digits) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._fp_digits) refers to dmul.o(.text) for __aeabi_dmul + printfa.o(i._fp_digits) refers to ddiv.o(.text) for __aeabi_ddiv + printfa.o(i._fp_digits) refers to cdrcmple.o(.text) for __aeabi_cdrcmple + printfa.o(i._fp_digits) refers to dadd.o(.text) for __aeabi_dadd + printfa.o(i._fp_digits) refers to dfixul.o(.text) for __aeabi_d2ulz + printfa.o(i._fp_digits) refers to uldiv.o(.text) for __aeabi_uldivmod + printfa.o(i._printf_core) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._printf_core) refers to printfa.o(i._printf_pre_padding) for _printf_pre_padding + printfa.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printfa.o(i._printf_core) refers to printfa.o(i._printf_post_padding) for _printf_post_padding + printfa.o(i._printf_core) refers to printfa.o(i._fp_digits) for _fp_digits + printfa.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printfa.o(i._printf_post_padding) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._printf_pre_padding) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._snputc) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._sputc) refers (Special) to iusefp.o(.text) for __I$use$fp + fadd.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fadd.o(.text) refers to fepilogue.o(.text) for _float_epilogue + fmul.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fdiv.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fdiv.o(.text) refers to fepilogue.o(.text) for _float_round + fscalb.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dadd.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dadd.o(.text) refers to llshl.o(.text) for __aeabi_llsl + dadd.o(.text) refers to llsshr.o(.text) for __aeabi_lasr + dadd.o(.text) refers to depilogue.o(.text) for _double_epilogue + dmul.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dmul.o(.text) refers to depilogue.o(.text) for _double_epilogue + ddiv.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + ddiv.o(.text) refers to depilogue.o(.text) for _double_round + fflti.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + fflti.o(.text) refers to fepilogue.o(.text) for _float_epilogue + ffltui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + ffltui.o(.text) refers to fepilogue.o(.text) for _float_epilogue + dflti.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dflti.o(.text) refers to depilogue.o(.text) for _double_epilogue + dfltui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfltui.o(.text) refers to depilogue.o(.text) for _double_epilogue + ffixi.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + ffixui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfixi.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfixi.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dfixui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfixui.o(.text) refers to llushr.o(.text) for __aeabi_llsr + f2d.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + cdcmple.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + cfrcmple.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + entry2.o(.ARM.Collect$$$$00000001) refers to entry2.o(.ARM.Collect$$$$00002712) for __lit__00000000 + entry2.o(.ARM.Collect$$$$00002712) refers to startup_armcm0.o(STACK) for __initial_sp + entry2.o(__vectab_stack_and_reset_area) refers to startup_armcm0.o(STACK) for __initial_sp + entry2.o(__vectab_stack_and_reset_area) refers to entry.o(.ARM.Collect$$$$00000000) for __main + entry5.o(.ARM.Collect$$$$00000004) refers to init.o(.text) for __scatterload + entry9a.o(.ARM.Collect$$$$0000000B) refers to main.o(i.main) for main + entry9b.o(.ARM.Collect$$$$0000000C) refers to main.o(i.main) for main + uldiv.o(.text) refers to llushr.o(.text) for __aeabi_llsr + uldiv.o(.text) refers to llshl.o(.text) for __aeabi_llsl + errno.o(i.__aeabi_errno_addr) refers to errno.o(.data) for .data + errno.o(i.__read_errno) refers to errno.o(.data) for .data + errno.o(i.__set_errno) refers to errno.o(.data) for .data + depilogue.o(.text) refers to depilogue.o(i.__ARM_clz) for __ARM_clz + depilogue.o(.text) refers to llshl.o(.text) for __aeabi_llsl + depilogue.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dsqrt.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dsqrt.o(.text) refers to depilogue.o(.text) for _double_round + dfixul.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dfixul.o(.text) refers to llshl.o(.text) for __aeabi_llsl + init.o(.text) refers to entry5.o(.ARM.Collect$$$$00000004) for __main_after_scatterload + + +============================================================================== + +Removing Unused input sections from the image. + + Removing main.o(.rev16_text), (4 bytes). + Removing main.o(.revsh_text), (4 bytes). + Removing ap_demo.o(.rev16_text), (4 bytes). + Removing ap_demo.o(.revsh_text), (4 bytes). + Removing ap_demo.o(.data), (1 bytes). + Removing ap_demo.o(.data), (4 bytes). + Removing app_tp_transfer.o(.rev16_text), (4 bytes). + Removing app_tp_transfer.o(.revsh_text), (4 bytes). + Removing app_tp_transfer.o(i.app_tp_phone_reset_on), (12 bytes). + Removing app_tp_transfer.o(i.app_tp_s_transfer_complate), (26 bytes). + Removing app_tp_transfer.o(i.app_tp_screen_init), (48 bytes). + Removing app_tp_transfer.o(.data), (3 bytes). + Removing app_tp_transfer.o(.data), (3 bytes). + Removing app_tp_transfer.o(.data), (5 bytes). + Removing app_tp_transfer.o(.data), (6 bytes). + Removing app_tp_transfer.o(.data), (2 bytes). + Removing app_tp_transfer.o(.data), (3 bytes). + Removing app_tp_transfer.o(.data), (3 bytes). + Removing app_tp_transfer.o(.data), (3 bytes). + Removing app_tp_transfer.o(.data), (3 bytes). + Removing app_tp_transfer.o(.data), (4 bytes). + Removing app_tp_transfer.o(.data), (4 bytes). + Removing app_tp_transfer.o(.data), (3 bytes). + Removing app_tp_transfer.o(.data), (3 bytes). + Removing app_tp_transfer.o(.data), (3 bytes). + Removing app_tp_transfer.o(.data), (1 bytes). + Removing app_tp_transfer.o(.data), (2 bytes). + Removing app_tp_transfer.o(.data), (2 bytes). + Removing app_tp_st_touch.o(.rev16_text), (4 bytes). + Removing app_tp_st_touch.o(.revsh_text), (4 bytes). + Removing app_tp_st_touch.o(i.ap_tp_st_touch_software_reset), (160 bytes). + Removing board.o(.rev16_text), (4 bytes). + Removing board.o(.revsh_text), (4 bytes). + Removing startup_armcm0.o(HEAP), (3072 bytes). + Removing hal_dsi_rx_ctrl.o(.rev16_text), (4 bytes). + Removing hal_dsi_rx_ctrl.o(.revsh_text), (4 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_ack_long_cmd), (88 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_ack_short_cmd), (28 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_crop_video), (228 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_draw_mode_init), (48 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_enable_test_pattern), (216 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_compressen_en), (16 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_hight_performan_mode), (128 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_release_handle), (40 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_restart), (80 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_auto_hw_filter), (28 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_esc_clk), (44 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_scld_filter), (108 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_dcs_direct_mode), (8 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_cmd_filter), (40 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pentile_format), (56 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_pixel_data), (148 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rx_clk), (68 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_te_waveform), (52 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_tear_mode_ex), (14 bytes). + Removing hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_input_frame_rate), (112 bytes). + Removing hal_dsi_tx_ctrl.o(.rev16_text), (4 bytes). + Removing hal_dsi_tx_ctrl.o(.revsh_text), (4 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_crop_pic), (144 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_ulps_mode), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_ulps_mode), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_read_cmd), (140 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_release_handle), (28 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_cus_pq_filter), (24 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_endianness), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_escape_clock_div), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_lp_cmd), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite), (16 bytes). + Removing hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_vpg), (24 bytes). + Removing hal_gpio.o(.rev16_text), (4 bytes). + Removing hal_gpio.o(.revsh_text), (4 bytes). + Removing hal_gpio.o(i.hal_gpio_get_int_type), (20 bytes). + Removing hal_gpio.o(i.hal_gpio_get_pull_state), (32 bytes). + Removing hal_gpio.o(i.hal_gpio_set_driving_strength), (32 bytes). + Removing hal_gpio.o(i.hal_gpio_set_output_data_ex), (36 bytes). + Removing hal_gpio.o(i.hal_gpio_set_schmitt_trigger), (32 bytes). + Removing hal_gpio.o(i.hal_gpio_set_slew_rate), (32 bytes). + Removing hal_i2c_master.o(.rev16_text), (4 bytes). + Removing hal_i2c_master.o(.revsh_text), (4 bytes). + Removing hal_i2c_master.o(i.hal_i2c_m_set_high_impedance), (46 bytes). + Removing hal_i2c_slave.o(.rev16_text), (4 bytes). + Removing hal_i2c_slave.o(.revsh_text), (4 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_get_tx_byte_num), (8 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_read_complate), (12 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_read_complate_clear), (12 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_read_data), (8 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_rxfifo_notempty), (20 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_set_dma_tx_cycle), (36 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_set_high_impedance), (46 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_write_complate), (12 bytes). + Removing hal_i2c_slave.o(i.hal_i2c_s_write_data), (8 bytes). + Removing hal_spi_master.o(.rev16_text), (4 bytes). + Removing hal_spi_master.o(.revsh_text), (4 bytes). + Removing hal_spi_master.o(i.hal_spi_m_callback), (24 bytes). + Removing hal_spi_master.o(i.hal_spi_m_dma_init), (104 bytes). + Removing hal_spi_master.o(i.hal_spi_m_dma_read), (36 bytes). + Removing hal_spi_master.o(i.hal_spi_m_dma_write), (40 bytes). + Removing hal_spi_master.o(i.hal_spi_m_get_transfer_complate), (36 bytes). + Removing hal_spi_master.o(i.hal_spi_m_gpio_init), (8 bytes). + Removing hal_spi_master.o(i.hal_spi_m_read_rxfifo), (28 bytes). + Removing hal_spi_master.o(i.hal_spi_m_set_high_impedance), (100 bytes). + Removing hal_spi_master.o(.data), (1 bytes). + Removing hal_swire.o(.rev16_text), (4 bytes). + Removing hal_swire.o(.revsh_text), (4 bytes). + Removing hal_swire.o(i.hal_swire_deinit), (18 bytes). + Removing hal_swire.o(i.hal_swire_init), (32 bytes). + Removing hal_swire.o(i.hal_swire_register_callback), (10 bytes). + Removing hal_swire.o(i.hal_swire_start), (112 bytes). + Removing hal_system.o(.rev16_text), (4 bytes). + Removing hal_system.o(.revsh_text), (4 bytes). + Removing hal_system.o(i.hal_system_deep_sleep_mode), (8 bytes). + Removing hal_system.o(i.hal_system_disable_systick), (8 bytes). + Removing hal_system.o(i.hal_system_flash_read), (56 bytes). + Removing hal_system.o(i.hal_system_flash_write), (58 bytes). + Removing hal_system.o(i.hal_system_get_tick), (8 bytes). + Removing hal_system.o(i.hal_system_idle_mode), (8 bytes). + Removing hal_system.o(i.hal_system_register_systick_cb), (8 bytes). + Removing hal_system.o(i.hal_system_reset_chip), (32 bytes). + Removing hal_system.o(i.hal_system_share_flash_mode), (20 bytes). + Removing hal_system.o(i.hal_system_sleep_mode), (48 bytes). + Removing hal_timer.o(.rev16_text), (4 bytes). + Removing hal_timer.o(.revsh_text), (4 bytes). + Removing hal_timer.o(i.hal_timer_deinit), (46 bytes). + Removing hal_timer.o(i.hal_timer_get_status), (52 bytes). + Removing hal_timer.o(i.hal_timer_set_repeat), (8 bytes). + Removing tau_delay.o(.rev16_text), (4 bytes). + Removing tau_delay.o(.revsh_text), (4 bytes). + Removing tau_log.o(.rev16_text), (4 bytes). + Removing tau_log.o(.revsh_text), (4 bytes). + Removing tau_log.o(i.fgetc), (22 bytes). + Removing app_tp_for_custom_s8.o(.rev16_text), (4 bytes). + Removing app_tp_for_custom_s8.o(.revsh_text), (4 bytes). + Removing app_tp_for_custom_s8.o(i.app_tp_screen_analysis_const), (56 bytes). + Removing app_tp_for_custom_s8.o(.bss), (200 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (16 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (37 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (1 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (3 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (3 bytes). + Removing app_tp_for_custom_s8.o(.constdata), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (11 bytes). + Removing app_tp_for_custom_s8.o(.data), (10 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (64 bytes). + Removing app_tp_for_custom_s8.o(.data), (3 bytes). + Removing app_tp_for_custom_s8.o(.data), (2 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing app_tp_for_custom_s8.o(.data), (32 bytes). + Removing app_tp_for_custom_s8.o(.data), (1 bytes). + Removing hal_uart.o(.rev16_text), (4 bytes). + Removing hal_uart.o(.revsh_text), (4 bytes). + Removing hal_uart.o(i.hal_uart_deinit), (28 bytes). + Removing hal_uart.o(i.hal_uart_dmacallback), (36 bytes). + Removing hal_uart.o(i.hal_uart_receive_blocking), (16 bytes). + Removing hal_uart.o(i.hal_uart_receive_dma), (76 bytes). + Removing hal_uart.o(i.hal_uart_transmit_dma), (76 bytes). + Removing norflash.o(.rev16_text), (4 bytes). + Removing norflash.o(.revsh_text), (4 bytes). + Removing norflash.o(i.norflash_best_cfg_init), (44 bytes). + Removing norflash.o(i.norflash_big_end_clear), (14 bytes). + Removing norflash.o(i.norflash_big_end_enable), (20 bytes). + Removing norflash.o(i.norflash_check_crc32), (14 bytes). + Removing norflash.o(i.norflash_check_id), (72 bytes). + Removing norflash.o(i.norflash_dma_callback), (24 bytes). + Removing norflash.o(i.norflash_dma_read), (156 bytes). + Removing norflash.o(i.norflash_dma_write), (252 bytes). + Removing norflash.o(i.norflash_dual_read), (60 bytes). + Removing norflash.o(i.norflash_dual_write), (112 bytes). + Removing norflash.o(i.norflash_en4b), (40 bytes). + Removing norflash.o(i.norflash_en_quad), (116 bytes). + Removing norflash.o(i.norflash_en_quad_check), (64 bytes). + Removing norflash.o(i.norflash_erase_block), (44 bytes). + Removing norflash.o(i.norflash_erase_chip), (28 bytes). + Removing norflash.o(i.norflash_erase_sector), (44 bytes). + Removing norflash.o(i.norflash_ex4b), (40 bytes). + Removing norflash.o(i.norflash_exit_quad), (76 bytes). + Removing norflash.o(i.norflash_get_dual_hstatus), (52 bytes). + Removing norflash.o(i.norflash_get_hstatus), (52 bytes). + Removing norflash.o(i.norflash_get_status), (52 bytes). + Removing norflash.o(i.norflash_init), (48 bytes). + Removing norflash.o(i.norflash_quad_read), (76 bytes). + Removing norflash.o(i.norflash_quad_write), (108 bytes). + Removing norflash.o(i.norflash_read), (28 bytes). + Removing norflash.o(i.norflash_read_config_reg), (36 bytes). + Removing norflash.o(i.norflash_read_id), (20 bytes). + Removing norflash.o(i.norflash_reset), (2 bytes). + Removing norflash.o(i.norflash_reset_crc32), (32 bytes). + Removing norflash.o(i.norflash_set_best_cfg), (50 bytes). + Removing norflash.o(i.norflash_set_best_read_cfg), (84 bytes). + Removing norflash.o(i.norflash_set_best_write_cfg), (84 bytes). + Removing norflash.o(i.norflash_switch_fls_spi), (112 bytes). + Removing norflash.o(i.norflash_write), (96 bytes). + Removing norflash.o(i.norflash_write_disable), (64 bytes). + Removing norflash.o(i.norflash_write_enable), (56 bytes). + Removing norflash.o(i.norflash_write_endian_scr), (132 bytes). + Removing norflash.o(.bss), (412 bytes). + Removing norflash.o(.bss), (32 bytes). + Removing norflash.o(.data), (2 bytes). + Removing drv_common.o(.rev16_text), (4 bytes). + Removing drv_common.o(.revsh_text), (4 bytes). + Removing drv_common.o(i.drv_common_disable_systick), (20 bytes). + Removing drv_common.o(i.drv_common_get_tick), (12 bytes). + Removing drv_common.o(i.drv_common_idle_mode), (40 bytes). + Removing drv_common.o(i.drv_common_systick_register_cb), (12 bytes). + Removing drv_crgu.o(.rev16_text), (4 bytes). + Removing drv_crgu.o(.revsh_text), (4 bytes). + Removing drv_crgu.o(i.drv_crgu_clear_all_reset_flags), (12 bytes). + Removing drv_crgu.o(i.drv_crgu_clear_reset_flag), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_config_clocks), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_config_clocks_div), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_config_clocks_src), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_get_ana_clk_status), (24 bytes). + Removing drv_crgu.o(i.drv_crgu_get_fpga_id), (12 bytes). + Removing drv_crgu.o(i.drv_crgu_get_mipi_ref_src), (16 bytes). + Removing drv_crgu.o(i.drv_crgu_get_reset_flag), (24 bytes). + Removing drv_crgu.o(i.drv_crgu_get_system_clk), (28 bytes). + Removing drv_crgu.o(i.drv_crgu_reset_chip), (12 bytes). + Removing drv_crgu.o(i.drv_crgu_set_200m_scan_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_300m_scan_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_abp0_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_adc_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_adc_src), (24 bytes). + Removing drv_crgu.o(i.drv_crgu_set_apb1_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_apb2_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_fls_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_fls_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_monitor_div), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_monitor_src), (20 bytes). + Removing drv_crgu.o(i.drv_crgu_set_swire_div), (20 bytes). + Removing drv_dma.o(.rev16_text), (4 bytes). + Removing drv_dma.o(.revsh_text), (4 bytes). + Removing drv_dma.o(i.drv_dma_abort_transfer), (32 bytes). + Removing drv_dma.o(i.drv_dma_ahb_init), (74 bytes). + Removing drv_dma.o(i.drv_dma_channel_is_active), (20 bytes). + Removing drv_dma.o(i.drv_dma_deinit), (32 bytes). + Removing drv_dma.o(i.drv_dma_disenable_channel_interrupts), (24 bytes). + Removing drv_dma.o(i.drv_dma_enable_cycle), (44 bytes). + Removing drv_dma.o(i.drv_dma_get_remaining_bytes), (32 bytes). + Removing drv_dma.o(i.drv_dma_init), (24 bytes). + Removing drv_dma.o(i.drv_dma_m2m_init), (72 bytes). + Removing drv_dma.o(i.drv_dma_reset), (10 bytes). + Removing drv_dma.o(i.drv_dma_set_ccr), (114 bytes). + Removing drv_dma.o(i.drv_dma_start_transfer), (32 bytes). + Removing drv_fls.o(.rev16_text), (4 bytes). + Removing drv_fls.o(.revsh_text), (4 bytes). + Removing drv_fls.o(i.__NVIC_DisableIRQ), (32 bytes). + Removing drv_fls.o(i.drv_fls_gpio_connect), (28 bytes). + Removing drv_fls.o(i.drv_fls_gpio_disconnect), (32 bytes). + Removing drv_fls.o(i.fls_EnableClk), (12 bytes). + Removing drv_fls.o(i.fls_busy_pending), (12 bytes). + Removing drv_fls.o(i.fls_clear_irq_status), (6 bytes). + Removing drv_fls.o(i.fls_ctrl_cfg_init), (72 bytes). + Removing drv_fls.o(i.fls_ddat_enable), (24 bytes). + Removing drv_fls.o(i.fls_de_init), (52 bytes). + Removing drv_fls.o(i.fls_descr), (10 bytes). + Removing drv_fls.o(i.fls_disable_it), (36 bytes). + Removing drv_fls.o(i.fls_en_scr), (10 bytes). + Removing drv_fls.o(i.fls_enable_it), (48 bytes). + Removing drv_fls.o(i.fls_get_crcout), (4 bytes). + Removing drv_fls.o(i.fls_get_default_fls_config), (20 bytes). + Removing drv_fls.o(i.fls_get_default_spi_config), (44 bytes). + Removing drv_fls.o(i.fls_get_default_tuning), (12 bytes). + Removing drv_fls.o(i.fls_get_tuning), (18 bytes). + Removing drv_fls.o(i.fls_init), (62 bytes). + Removing drv_fls.o(i.fls_qadr_enable), (22 bytes). + Removing drv_fls.o(i.fls_qcmd_enable), (22 bytes). + Removing drv_fls.o(i.fls_qdat_enable), (22 bytes). + Removing drv_fls.o(i.fls_read_byte_data), (130 bytes). + Removing drv_fls.o(i.fls_read_cmd), (104 bytes). + Removing drv_fls.o(i.fls_read_cmd_it), (110 bytes). + Removing drv_fls.o(i.fls_reset_crc), (18 bytes). + Removing drv_fls.o(i.fls_scr_clear), (10 bytes). + Removing drv_fls.o(i.fls_set_addr_dummy), (32 bytes). + Removing drv_fls.o(i.fls_set_addr_len), (32 bytes). + Removing drv_fls.o(i.fls_set_mc_irq_mask), (26 bytes). + Removing drv_fls.o(i.fls_set_read), (10 bytes). + Removing drv_fls.o(i.fls_set_tuning), (24 bytes). + Removing drv_fls.o(i.fls_set_write), (10 bytes). + Removing drv_fls.o(i.fls_single_mode), (16 bytes). + Removing drv_fls.o(i.fls_spi_init), (180 bytes). + Removing drv_fls.o(i.fls_spi_start), (10 bytes). + Removing drv_fls.o(i.fls_swrst), (18 bytes). + Removing drv_fls.o(i.fls_write_byte_data), (164 bytes). + Removing drv_fls.o(i.fls_write_cmd), (58 bytes). + Removing drv_fls.o(.data), (4 bytes). + Removing drv_gpio.o(.rev16_text), (4 bytes). + Removing drv_gpio.o(.revsh_text), (4 bytes). + Removing drv_gpio.o(i.drv_gpio_get_pull_state), (224 bytes). + Removing drv_gpio.o(i.drv_gpio_set_driving_strength), (312 bytes). + Removing drv_gpio.o(i.drv_gpio_set_schmitt_trigger), (168 bytes). + Removing drv_gpio.o(i.drv_gpio_set_slew_rate), (168 bytes). + Removing drv_i2c_dma.o(.rev16_text), (4 bytes). + Removing drv_i2c_dma.o(.revsh_text), (4 bytes). + Removing drv_i2c_master.o(.rev16_text), (4 bytes). + Removing drv_i2c_master.o(.revsh_text), (4 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_bus_init), (36 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_disable_intr), (16 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_get_fifo_status), (28 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_read_data), (32 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_set_fifo_threshold), (24 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_set_sys_mask), (48 bytes). + Removing drv_i2c_master.o(i.drv_i2c_m_write_data), (32 bytes). + Removing drv_i2c_slave.o(.rev16_text), (4 bytes). + Removing drv_i2c_slave.o(.revsh_text), (4 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_bus_init), (36 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_disable_intr), (16 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_enable), (16 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_get_tx_byte_num), (12 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_read_data), (32 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_set_fifo_threshold), (24 bytes). + Removing drv_i2c_slave.o(i.drv_i2c_s_set_sys_mask), (48 bytes). + Removing drv_param_init.o(.rev16_text), (4 bytes). + Removing drv_param_init.o(.revsh_text), (4 bytes). + Removing drv_param_init.o(i.drv_param_init_set_scld_filter), (100 bytes). + Removing drv_param_init.o(i.drv_param_init_set_sclu_filter), (28 bytes). + Removing drv_pwr.o(.rev16_text), (4 bytes). + Removing drv_pwr.o(.revsh_text), (4 bytes). + Removing drv_pwr.o(i.drv_pwr_enter_deep_sleep_mode), (44 bytes). + Removing drv_spi_dma.o(.rev16_text), (4 bytes). + Removing drv_spi_dma.o(.revsh_text), (4 bytes). + Removing drv_spi_dma.o(i.__NVIC_ClearPendingIRQ), (24 bytes). + Removing drv_spi_dma.o(i.drv_spi_abort_dma), (108 bytes). + Removing drv_spi_dma.o(i.drv_spi_dma_callback), (60 bytes). + Removing drv_spi_dma.o(i.drv_spi_dma_ch6_init), (208 bytes). + Removing drv_spi_dma.o(i.drv_spi_dma_init), (220 bytes). + Removing drv_spi_dma.o(i.drv_spi_set_dma_ch6_irq_callback), (48 bytes). + Removing drv_spi_dma.o(i.drv_spi_set_dma_irq_callback), (88 bytes). + Removing drv_spi_dma.o(i.drv_spim_dma_read), (96 bytes). + Removing drv_spi_dma.o(i.drv_spim_dma_write), (60 bytes). + Removing drv_spi_dma.o(i.drv_spis_dma_write), (72 bytes). + Removing drv_spi_dma.o(.bss), (480 bytes). + Removing drv_spi_dma.o(.data), (16 bytes). + Removing drv_spi_master.o(.rev16_text), (4 bytes). + Removing drv_spi_master.o(.revsh_text), (4 bytes). + Removing drv_spi_master.o(i.drv_spi_m_deinit), (40 bytes). + Removing drv_spi_master.o(i.drv_spi_m_disable_int), (68 bytes). + Removing drv_spi_master.o(i.drv_spi_m_enable_int), (72 bytes). + Removing drv_spi_master.o(i.drv_spi_m_enable_rx_dma), (32 bytes). + Removing drv_spi_master.o(i.drv_spi_m_enable_tx_dma), (28 bytes). + Removing drv_spi_master.o(i.drv_spi_m_get_dma_address), (8 bytes). + Removing drv_spi_master.o(i.drv_spi_m_gpio_init), (32 bytes). + Removing drv_spi_master.o(i.drv_spi_m_set_intr_callback), (12 bytes). + Removing drv_spi_master.o(i.drv_spi_m_switch_sclk), (28 bytes). + Removing drv_spi_master.o(i.drv_spi_m_write_data), (44 bytes). + Removing drv_spi_master.o(i.drv_spi_master_init), (164 bytes). + Removing drv_swire.o(.rev16_text), (4 bytes). + Removing drv_swire.o(.revsh_text), (4 bytes). + Removing drv_swire.o(i.drv_swire_enable), (28 bytes). + Removing drv_swire.o(i.drv_swire_register_callback), (12 bytes). + Removing drv_swire.o(i.drv_swire_set_bit_time), (24 bytes). + Removing drv_swire.o(i.drv_swire_set_pulse_count), (12 bytes). + Removing drv_sys_cfg.o(.rev16_text), (4 bytes). + Removing drv_sys_cfg.o(.revsh_text), (4 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_dma_req_mask), (32 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_read_version0_id), (12 bytes). + Removing drv_sys_cfg.o(i.drv_sys_cfg_set_ap_reset), (28 bytes). + Removing drv_timer.o(.rev16_text), (4 bytes). + Removing drv_timer.o(.revsh_text), (4 bytes). + Removing drv_timer.o(i.drv_timer_clean_timer_value), (12 bytes). + Removing drv_timer.o(i.drv_timer_get_current_count), (10 bytes). + Removing drv_timer.o(i.drv_timer_get_match), (10 bytes). + Removing drv_timer.o(i.drv_timer_set_repeat), (16 bytes). + Removing hal_internal_vsync.o(.rev16_text), (4 bytes). + Removing hal_internal_vsync.o(.revsh_text), (4 bytes). + Removing hal_internal_vsync.o(i.hal_iniernal_vsync_deinit), (20 bytes). + Removing hal_internal_vsync.o(i.hal_internal_sync_set_fb_setting_manual), (528 bytes). + Removing hal_internal_vsync.o(i.hal_internal_vsync_set_dcs_direct_mode), (48 bytes). + Removing dcs_packet_fifo.o(i.dcs_packet_get_fifo_size), (16 bytes). + Removing drv_dsi_rx.o(.rev16_text), (4 bytes). + Removing drv_dsi_rx.o(.revsh_text), (4 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_get_phy_stopstate), (66 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_get_version), (4 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_phy_resistor_calibration), (236 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_pg_cfg), (32 bytes). + Removing drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_pg_cfg), (48 bytes). + Removing drv_dsi_rx.o(i.drv_rx_phy_test_read), (12 bytes). + Removing drv_dsi_tx.o(.rev16_text), (4 bytes). + Removing drv_dsi_tx.o(.revsh_text), (4 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_command_get_payload), (4 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_force_interrupt), (8 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_get_phy_status), (6 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_forcepll), (12 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_resistor_calibration), (232 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_start), (18 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_status_pll_lock), (10 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ulpsactivenot), (62 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_trigger), (92 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_enter), (344 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_phy_ulps_exit), (276 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_sdf_3d), (28 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_set_bta), (22 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_set_vpg), (70 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_version), (4 bytes). + Removing drv_dsi_tx.o(i.drv_dsi_tx_vid_shadow), (16 bytes). + Removing drv_dsi_tx.o(i.drv_tx_phy_test_read), (10 bytes). + Removing drv_lcdc.o(.rev16_text), (4 bytes). + Removing drv_lcdc.o(.revsh_text), (4 bytes). + Removing drv_lcdc.o(i.drv_lcdc_config_rgb_to_pentile), (26 bytes). + Removing drv_lcdc.o(i.drv_lcdc_enable), (42 bytes). + Removing drv_lcdc.o(i.drv_lcdc_set_prefetch), (24 bytes). + Removing drv_lcdc.o(i.drv_lcdc_update_shadow_reg), (12 bytes). + Removing drv_memc.o(.rev16_text), (4 bytes). + Removing drv_memc.o(.revsh_text), (4 bytes). + Removing drv_memc.o(i.drv_memc_set_db_frm_time), (14 bytes). + Removing drv_memc.o(i.drv_memc_set_db_int_frame), (28 bytes). + Removing drv_memc.o(i.drv_memc_set_fb_remaining_line_trigger), (12 bytes). + Removing drv_memc.o(i.drv_memc_set_read_trigger_line), (16 bytes). + Removing drv_memc.o(i.drv_memc_set_te_ind), (16 bytes). + Removing drv_memc.o(i.drv_memc_set_tear_hwclr), (16 bytes). + Removing drv_memc.o(i.drv_memc_set_vidc_fb_arb), (14 bytes). + Removing drv_memc.o(i.drv_memc_set_write_trigger_line), (16 bytes). + Removing drv_rxbr.o(.rev16_text), (4 bytes). + Removing drv_rxbr.o(.revsh_text), (4 bytes). + Removing drv_rxbr.o(i.drv_rxbr_dsc_flush), (16 bytes). + Removing drv_rxbr.o(i.drv_rxbr_get_cur_hline_rcv_cnt), (8 bytes). + Removing drv_rxbr.o(i.drv_rxbr_get_ipi_vsync_interval), (8 bytes). + Removing drv_rxbr.o(i.drv_rxbr_get_pix_fmt), (8 bytes). + Removing drv_rxbr.o(i.drv_rxbr_set_col_addr), (4 bytes). + Removing drv_rxbr.o(i.drv_rxbr_set_compress), (24 bytes). + Removing drv_rxbr.o(i.drv_rxbr_set_page_addr), (4 bytes). + Removing drv_rxbr.o(i.drv_rxbr_soft_reset), (98 bytes). + Removing drv_vidc.o(.rev16_text), (4 bytes). + Removing drv_vidc.o(.revsh_text), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_clear_status0), (14 bytes). + Removing drv_vidc.o(i.drv_vidc_debug_cap_pixel), (24 bytes). + Removing drv_vidc.o(i.drv_vidc_debug_signal_frame), (30 bytes). + Removing drv_vidc.o(i.drv_vidc_get_int_source), (38 bytes). + Removing drv_vidc.o(i.drv_vidc_get_status0), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_get_status1), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_get_status2), (6 bytes). + Removing drv_vidc.o(i.drv_vidc_set_dsc_thresh), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_set_frmst_latency), (12 bytes). + Removing drv_vidc.o(i.drv_vidc_set_inff_thresh), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_set_irq_line), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_set_module_enable), (20 bytes). + Removing drv_vidc.o(i.drv_vidc_set_outff_thresh), (4 bytes). + Removing drv_vidc.o(i.drv_vidc_update_src_format), (14 bytes). + Removing irq_redirect .o(.rev16_text), (4 bytes). + Removing irq_redirect .o(.revsh_text), (4 bytes). + Removing drv_phy_common.o(.rev16_text), (4 bytes). + Removing drv_phy_common.o(.revsh_text), (4 bytes). + Removing drv_phy_common.o(i.drv_phy_test_read), (8 bytes). + Removing drv_chip_info.o(.rev16_text), (4 bytes). + Removing drv_chip_info.o(.revsh_text), (4 bytes). + Removing drv_dsc_dec.o(.rev16_text), (4 bytes). + Removing drv_dsc_dec.o(.revsh_text), (4 bytes). + Removing drv_dsc_dec.o(i.drv_dsc_dec_set_u32_pps), (120 bytes). + Removing hal_spi_slave.o(.rev16_text), (4 bytes). + Removing hal_spi_slave.o(.revsh_text), (4 bytes). + Removing hal_spi_slave.o(i.hal_spi_s_set_high_impedance), (100 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_auto_transfer_abort), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_auto_transfer_start), (56 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_busy), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_deinit), (10 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_disable), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_enable), (96 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_flush_fifo), (20 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_get_rxfifo_notempty), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_gpio_init), (8 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_init), (76 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_read_data), (10 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_register_callback), (12 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_reset_tx), (68 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_set_auto_rx_buffer), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_set_auto_tx_buffer), (16 bytes). + Removing hal_spi_slave.o(i.hal_spi_slave_write_data), (14 bytes). + Removing drv_fls_dma.o(.rev16_text), (4 bytes). + Removing drv_fls_dma.o(.revsh_text), (4 bytes). + Removing drv_fls_dma.o(i.fls_abort_dma), (42 bytes). + Removing drv_fls_dma.o(i.fls_dma_disable), (10 bytes). + Removing drv_fls_dma.o(i.fls_dma_enable), (10 bytes). + Removing drv_fls_dma.o(i.fls_dma_read_prepare), (86 bytes). + Removing drv_fls_dma.o(i.fls_dma_write_prepare), (82 bytes). + Removing drv_fls_dma.o(i.fls_read_dmacallback), (32 bytes). + Removing drv_fls_dma.o(i.fls_transfer_create_handle_dma), (208 bytes). + Removing drv_fls_dma.o(i.fls_transfer_dma), (112 bytes). + Removing drv_fls_dma.o(i.fls_transfer_get_receive_count_dma), (44 bytes). + Removing drv_fls_dma.o(i.fls_write_dmacallback), (32 bytes). + Removing drv_fls_dma.o(.data), (8 bytes). + Removing drv_pwm.o(.rev16_text), (4 bytes). + Removing drv_pwm.o(.revsh_text), (4 bytes). + Removing drv_pwm.o(i.drv_pwm_in_clear_pwm_int_all), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_enable), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_counter_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_current_count), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_high_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_get_low_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_in_register_callback), (24 bytes). + Removing drv_pwm.o(i.drv_pwm_in_set_pwm_int), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_in_set_sys_int), (52 bytes). + Removing drv_pwm.o(i.drv_pwm_out_enable), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_out_get_sync_flag), (16 bytes). + Removing drv_pwm.o(i.drv_pwm_out_pause), (28 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_control), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_period), (12 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_sync_mode), (32 bytes). + Removing drv_pwm.o(i.drv_pwm_out_set_threshold), (12 bytes). + Removing drv_spi_slave.o(.rev16_text), (4 bytes). + Removing drv_spi_slave.o(.revsh_text), (4 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_deinit), (40 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_disable_int), (68 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_enable_int), (72 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_enable_rx_dma), (32 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_enable_tx_dma), (28 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_get_dma_address), (8 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_gpio_init), (24 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_read_data), (32 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_switch_sclk), (28 bytes). + Removing drv_spi_slave.o(i.drv_spi_s_write_data), (44 bytes). + Removing drv_spi_slave.o(i.drv_spi_slave_init), (76 bytes). + Removing drv_uart.o(.rev16_text), (4 bytes). + Removing drv_uart.o(.revsh_text), (4 bytes). + Removing drv_uart.o(i.UART_AbortReceive), (30 bytes). + Removing drv_uart.o(i.UART_AbortSend), (30 bytes). + Removing drv_uart.o(i.UART_Deinit), (28 bytes). + Removing drv_uart.o(i.UART_Disable_IT), (68 bytes). + Removing drv_uart.o(i.UART_EnableDma), (32 bytes). + Removing drv_uart.o(i.UART_Enable_IT), (44 bytes). + Removing drv_uart.o(i.UART_GetDefaultConfig), (72 bytes). + Removing drv_uart.o(i.UART_GetFIFO_Ctrl), (20 bytes). + Removing drv_uart.o(i.UART_GetReceiveCount), (22 bytes). + Removing drv_uart.o(i.UART_GetReceiveStatus), (20 bytes). + Removing drv_uart.o(i.UART_GetRxRingBufferLength), (28 bytes). + Removing drv_uart.o(i.UART_GetSendCount), (22 bytes). + Removing drv_uart.o(i.UART_GetSendStatus), (20 bytes). + Removing drv_uart.o(i.UART_ReadBlocking), (32 bytes). + Removing drv_uart.o(i.UART_ReceiveNonBlocking), (50 bytes). + Removing drv_uart.o(i.UART_ResetTxFIFO), (36 bytes). + Removing drv_uart.o(i.UART_SendNonBlocking), (38 bytes). + Removing drv_uart.o(i.UART_TransferCreateHandle), (96 bytes). + Removing drv_uart.o(i.UART_TransferStartRingBuffer), (30 bytes). + Removing drv_uart.o(.constdata), (1 bytes). + Removing drv_uart_dma.o(.rev16_text), (4 bytes). + Removing drv_uart_dma.o(.revsh_text), (4 bytes). + Removing drv_uart_dma.o(i.UART_DMAInit), (76 bytes). + Removing drv_uart_dma.o(i.UART_TransferAbortReceiveDMA), (16 bytes). + Removing drv_uart_dma.o(i.UART_TransferAbortSendDMA), (16 bytes). + Removing drv_uart_dma.o(i.UART_TransferCreateHandleDMA), (176 bytes). + Removing drv_uart_dma.o(i.UART_TransferGetReceiveCountDMA), (44 bytes). + Removing drv_uart_dma.o(i.UART_TransferReceiveDMA), (68 bytes). + Removing drv_uart_dma.o(i.UART_TransferReceiveDMACallback), (34 bytes). + Removing drv_uart_dma.o(i.UART_TransferSendDMA), (68 bytes). + Removing drv_uart_dma.o(i.UART_TransferSendDMACallback), (34 bytes). + Removing drv_uart_dma.o(.data), (8 bytes). + Removing drv_wdg.o(.rev16_text), (4 bytes). + Removing drv_wdg.o(.revsh_text), (4 bytes). + Removing drv_wdg.o(i.drv_wdg_enable), (32 bytes). + Removing drv_wdg.o(i.drv_wdg_load_match), (12 bytes). + Removing drv_wdg.o(i.drv_wdg_register_callback), (12 bytes). + Removing drv_wdg.o(i.drv_wdg_sel_mode), (28 bytes). + Removing drv_wdg.o(i.drv_wdg_set_repeat), (12 bytes). + Removing drv_efuse.o(.rev16_text), (4 bytes). + Removing drv_efuse.o(.revsh_text), (4 bytes). + Removing drv_efuse.o(i.drv_efuse_crc_cal), (128 bytes). + Removing drv_efuse.o(i.drv_efuse_get_default_config), (26 bytes). + Removing drv_efuse.o(i.drv_efuse_int_disable), (12 bytes). + Removing drv_efuse.o(i.drv_efuse_write), (46 bytes). + Removing drv_efuse.o(i.drv_efuse_write_req), (22 bytes). + Removing dflti.o(.text), (40 bytes). + +577 unused section(s) (total 23654 bytes) removed from the image. + +============================================================================== + +Image Symbol Table + + Local Symbols + + Symbol Name Value Ov Type Size Object(Section) + + ../clib/../cmprslib/zerorunl2.c 0x00000000 Number 0 __dczerorl2.o ABSOLUTE + ../clib/microlib/division.c 0x00000000 Number 0 uldiv.o ABSOLUTE + ../clib/microlib/division.c 0x00000000 Number 0 idiv.o ABSOLUTE + ../clib/microlib/division.c 0x00000000 Number 0 uidiv.o ABSOLUTE + ../clib/microlib/errno.c 0x00000000 Number 0 errno.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry7b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry2.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry5.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry7a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry10a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry10b.o ABSOLUTE + ../clib/microlib/longlong.c 0x00000000 Number 0 llsshr.o ABSOLUTE + ../clib/microlib/longlong.c 0x00000000 Number 0 llushr.o ABSOLUTE + ../clib/microlib/longlong.c 0x00000000 Number 0 llshl.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf7.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf3.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf2.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf1.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf0.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printfb.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printfa.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf8.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf6.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf5.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf4.o ABSOLUTE + ../clib/microlib/printf/stubs.s 0x00000000 Number 0 stubs.o ABSOLUTE + ../clib/microlib/stdio/streams.c 0x00000000 Number 0 stdout.o ABSOLUTE + ../clib/microlib/string/memcpy.c 0x00000000 Number 0 memcpyb.o ABSOLUTE + ../clib/microlib/string/memcpy.c 0x00000000 Number 0 memcpya.o ABSOLUTE + ../clib/microlib/string/memset.c 0x00000000 Number 0 memseta.o ABSOLUTE + ../clib/microlib/stubs.s 0x00000000 Number 0 iusefp.o ABSOLUTE + ../fplib/microlib/f2d.c 0x00000000 Number 0 f2d.o ABSOLUTE + ../fplib/microlib/fpadd.c 0x00000000 Number 0 fadd.o ABSOLUTE + ../fplib/microlib/fpadd.c 0x00000000 Number 0 dadd.o ABSOLUTE + ../fplib/microlib/fpdiv.c 0x00000000 Number 0 ddiv.o ABSOLUTE + ../fplib/microlib/fpdiv.c 0x00000000 Number 0 fdiv.o ABSOLUTE + ../fplib/microlib/fpepilogue.c 0x00000000 Number 0 fepilogue.o ABSOLUTE + ../fplib/microlib/fpepilogue.c 0x00000000 Number 0 depilogue.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixi.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixui.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixul.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 ffixui.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 ffixi.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 dflti.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 ffltui.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 fflti.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 dfltui.o ABSOLUTE + ../fplib/microlib/fpmul.c 0x00000000 Number 0 fmul.o ABSOLUTE + ../fplib/microlib/fpmul.c 0x00000000 Number 0 dmul.o ABSOLUTE + ../fplib/microlib/fpscalb.c 0x00000000 Number 0 fscalb.o ABSOLUTE + ../fplib/microlib/fpsqrt.c 0x00000000 Number 0 dsqrt.o ABSOLUTE + ../mathlib/ceil.c 0x00000000 Number 0 ceil.o ABSOLUTE + ../mathlib/sqrt.c 0x00000000 Number 0 sqrt.o ABSOLUTE + ../mathlib/sqrt.c 0x00000000 Number 0 sqrt_x.o ABSOLUTE + ..\..\..\src\common\tau_delay.c 0x00000000 Number 0 tau_delay.o ABSOLUTE + ..\..\..\src\common\tau_log.c 0x00000000 Number 0 tau_log.o ABSOLUTE + ..\..\..\src\driver\robin\src\drv_chip_info.c 0x00000000 Number 0 drv_chip_info.o ABSOLUTE + ..\..\..\src\driver\robin\src\drv_dsc_dec.c 0x00000000 Number 0 drv_dsc_dec.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_dsi_rx.c 0x00000000 Number 0 drv_dsi_rx.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_dsi_tx.c 0x00000000 Number 0 drv_dsi_tx.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_efuse.c 0x00000000 Number 0 drv_efuse.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_lcdc.c 0x00000000 Number 0 drv_lcdc.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_memc.c 0x00000000 Number 0 drv_memc.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_phy_common.c 0x00000000 Number 0 drv_phy_common.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_rxbr.c 0x00000000 Number 0 drv_rxbr.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\drv_vidc.c 0x00000000 Number 0 drv_vidc.o ABSOLUTE + ..\..\..\src\driver\source\robin\drv\irq_redirect .c 0x00000000 Number 0 irq_redirect .o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\internal\dcs_packet_fifo.c 0x00000000 Number 0 dcs_packet_fifo.o ABSOLUTE + ..\..\..\src\driver\source\robin\hal\internal\hal_internal_vsync.c 0x00000000 Number 0 hal_internal_vsync.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_common.c 0x00000000 Number 0 drv_common.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_crgu.c 0x00000000 Number 0 drv_crgu.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_dma.c 0x00000000 Number 0 drv_dma.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_fls.c 0x00000000 Number 0 drv_fls.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_fls_dma.c 0x00000000 Number 0 drv_fls_dma.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_gpio.c 0x00000000 Number 0 drv_gpio.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_i2c_dma.c 0x00000000 Number 0 drv_i2c_dma.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_i2c_master.c 0x00000000 Number 0 drv_i2c_master.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_i2c_slave.c 0x00000000 Number 0 drv_i2c_slave.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_param_init.c 0x00000000 Number 0 drv_param_init.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_pwm.c 0x00000000 Number 0 drv_pwm.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_pwr.c 0x00000000 Number 0 drv_pwr.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_spi_dma.c 0x00000000 Number 0 drv_spi_dma.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_spi_master.c 0x00000000 Number 0 drv_spi_master.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_spi_slave.c 0x00000000 Number 0 drv_spi_slave.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_swire.c 0x00000000 Number 0 drv_swire.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_sys_cfg.c 0x00000000 Number 0 drv_sys_cfg.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_timer.c 0x00000000 Number 0 drv_timer.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_uart.c 0x00000000 Number 0 drv_uart.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_uart_dma.c 0x00000000 Number 0 drv_uart_dma.o ABSOLUTE + ..\..\..\src\sdk\robin\src\drv\drv_wdg.c 0x00000000 Number 0 drv_wdg.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_dsi_rx_ctrl.c 0x00000000 Number 0 hal_dsi_rx_ctrl.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_dsi_tx_ctrl.c 0x00000000 Number 0 hal_dsi_tx_ctrl.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_gpio.c 0x00000000 Number 0 hal_gpio.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_i2c_master.c 0x00000000 Number 0 hal_i2c_master.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_i2c_slave.c 0x00000000 Number 0 hal_i2c_slave.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_spi_master.c 0x00000000 Number 0 hal_spi_master.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_spi_slave.c 0x00000000 Number 0 hal_spi_slave.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_swire.c 0x00000000 Number 0 hal_swire.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_system.c 0x00000000 Number 0 hal_system.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_timer.c 0x00000000 Number 0 hal_timer.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\hal_uart.c 0x00000000 Number 0 hal_uart.o ABSOLUTE + ..\..\..\src\sdk\robin\src\hal\internal\norflash.c 0x00000000 Number 0 norflash.o ABSOLUTE + ..\\..\\..\\src\\common\\tau_delay.c 0x00000000 Number 0 tau_delay.o ABSOLUTE + ..\\..\\..\\src\\common\\tau_log.c 0x00000000 Number 0 tau_log.o ABSOLUTE + ..\\..\\..\\src\\driver\\robin\\src\\drv_chip_info.c 0x00000000 Number 0 drv_chip_info.o ABSOLUTE + ..\\..\\..\\src\\driver\\robin\\src\\drv_dsc_dec.c 0x00000000 Number 0 drv_dsc_dec.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_dsi_rx.c 0x00000000 Number 0 drv_dsi_rx.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_dsi_tx.c 0x00000000 Number 0 drv_dsi_tx.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_efuse.c 0x00000000 Number 0 drv_efuse.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_lcdc.c 0x00000000 Number 0 drv_lcdc.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_memc.c 0x00000000 Number 0 drv_memc.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_phy_common.c 0x00000000 Number 0 drv_phy_common.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_rxbr.c 0x00000000 Number 0 drv_rxbr.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\drv_vidc.c 0x00000000 Number 0 drv_vidc.o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\drv\\irq_redirect .c 0x00000000 Number 0 irq_redirect .o ABSOLUTE + ..\\..\\..\\src\\driver\\source\\robin\\hal\\internal\\hal_internal_vsync.c 0x00000000 Number 0 hal_internal_vsync.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_common.c 0x00000000 Number 0 drv_common.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_crgu.c 0x00000000 Number 0 drv_crgu.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_dma.c 0x00000000 Number 0 drv_dma.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_fls.c 0x00000000 Number 0 drv_fls.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_fls_dma.c 0x00000000 Number 0 drv_fls_dma.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_gpio.c 0x00000000 Number 0 drv_gpio.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_i2c_dma.c 0x00000000 Number 0 drv_i2c_dma.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_i2c_master.c 0x00000000 Number 0 drv_i2c_master.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_i2c_slave.c 0x00000000 Number 0 drv_i2c_slave.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_param_init.c 0x00000000 Number 0 drv_param_init.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_pwm.c 0x00000000 Number 0 drv_pwm.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_pwr.c 0x00000000 Number 0 drv_pwr.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_spi_dma.c 0x00000000 Number 0 drv_spi_dma.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_spi_master.c 0x00000000 Number 0 drv_spi_master.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_spi_slave.c 0x00000000 Number 0 drv_spi_slave.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_swire.c 0x00000000 Number 0 drv_swire.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_sys_cfg.c 0x00000000 Number 0 drv_sys_cfg.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_timer.c 0x00000000 Number 0 drv_timer.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_uart.c 0x00000000 Number 0 drv_uart.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_uart_dma.c 0x00000000 Number 0 drv_uart_dma.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\drv\\drv_wdg.c 0x00000000 Number 0 drv_wdg.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_dsi_rx_ctrl.c 0x00000000 Number 0 hal_dsi_rx_ctrl.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_dsi_tx_ctrl.c 0x00000000 Number 0 hal_dsi_tx_ctrl.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_gpio.c 0x00000000 Number 0 hal_gpio.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_i2c_master.c 0x00000000 Number 0 hal_i2c_master.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_i2c_slave.c 0x00000000 Number 0 hal_i2c_slave.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_spi_master.c 0x00000000 Number 0 hal_spi_master.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_spi_slave.c 0x00000000 Number 0 hal_spi_slave.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_swire.c 0x00000000 Number 0 hal_swire.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_system.c 0x00000000 Number 0 hal_system.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_timer.c 0x00000000 Number 0 hal_timer.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\hal_uart.c 0x00000000 Number 0 hal_uart.o ABSOLUTE + ..\\..\\..\\src\\sdk\\robin\\src\\hal\\internal\\norflash.c 0x00000000 Number 0 norflash.o ABSOLUTE + ..\\src\\app\\demo\\ap_demo.c 0x00000000 Number 0 ap_demo.o ABSOLUTE + ..\\src\\app\\demo\\app_tp_for_custom_s8.c 0x00000000 Number 0 app_tp_for_custom_s8.o ABSOLUTE + ..\\src\\app\\demo\\app_tp_st_touch.c 0x00000000 Number 0 app_tp_st_touch.o ABSOLUTE + ..\\src\\app\\demo\\app_tp_transfer.c 0x00000000 Number 0 app_tp_transfer.o ABSOLUTE + ..\\src\\app\\main.c 0x00000000 Number 0 main.o ABSOLUTE + ..\\src\\board\\board.c 0x00000000 Number 0 board.o ABSOLUTE + ..\src\app\demo\ap_demo.c 0x00000000 Number 0 ap_demo.o ABSOLUTE + ..\src\app\demo\app_tp_for_custom_s8.c 0x00000000 Number 0 app_tp_for_custom_s8.o ABSOLUTE + ..\src\app\demo\app_tp_st_touch.c 0x00000000 Number 0 app_tp_st_touch.o ABSOLUTE + ..\src\app\demo\app_tp_transfer.c 0x00000000 Number 0 app_tp_transfer.o ABSOLUTE + ..\src\app\main.c 0x00000000 Number 0 main.o ABSOLUTE + ..\src\board\board.c 0x00000000 Number 0 board.o ABSOLUTE + ..\src\board\startup\startup_ARMCM0.s 0x00000000 Number 0 startup_armcm0.o ABSOLUTE + cdcmple.s 0x00000000 Number 0 cdcmple.o ABSOLUTE + cdrcmple.s 0x00000000 Number 0 cdrcmple.o ABSOLUTE + cfrcmple.s 0x00000000 Number 0 cfrcmple.o ABSOLUTE + dc.s 0x00000000 Number 0 dc.o ABSOLUTE + handlers.s 0x00000000 Number 0 handlers.o ABSOLUTE + init.s 0x00000000 Number 0 init.o ABSOLUTE + RESET 0x00010000 Section 192 startup_armcm0.o(RESET) + .ARM.Collect$$$$00000000 0x000100c0 Section 0 entry.o(.ARM.Collect$$$$00000000) + .ARM.Collect$$$$00000001 0x000100c0 Section 4 entry2.o(.ARM.Collect$$$$00000001) + .ARM.Collect$$$$00000004 0x000100c4 Section 4 entry5.o(.ARM.Collect$$$$00000004) + .ARM.Collect$$$$00000008 0x000100c8 Section 0 entry7b.o(.ARM.Collect$$$$00000008) + .ARM.Collect$$$$0000000A 0x000100c8 Section 0 entry8b.o(.ARM.Collect$$$$0000000A) + .ARM.Collect$$$$0000000B 0x000100c8 Section 8 entry9a.o(.ARM.Collect$$$$0000000B) + .ARM.Collect$$$$0000000D 0x000100d0 Section 0 entry10a.o(.ARM.Collect$$$$0000000D) + .ARM.Collect$$$$0000000F 0x000100d0 Section 0 entry11a.o(.ARM.Collect$$$$0000000F) + .ARM.Collect$$$$00002712 0x000100d0 Section 4 entry2.o(.ARM.Collect$$$$00002712) + __lit__00000000 0x000100d0 Data 4 entry2.o(.ARM.Collect$$$$00002712) + .text 0x000100d4 Section 120 startup_armcm0.o(.text) + .text 0x0001014c Section 0 uidiv.o(.text) + .text 0x00010178 Section 0 idiv.o(.text) + .text 0x000101a0 Section 0 memcpya.o(.text) + .text 0x000101c4 Section 0 memseta.o(.text) + .text 0x000101e8 Section 0 fadd.o(.text) + .text 0x0001029a Section 0 fmul.o(.text) + .text 0x00010314 Section 0 fdiv.o(.text) + .text 0x00010390 Section 0 fscalb.o(.text) + .text 0x000103a8 Section 0 dadd.o(.text) + .text 0x0001050c Section 0 dmul.o(.text) + .text 0x000105dc Section 0 ddiv.o(.text) + .text 0x000106cc Section 0 fflti.o(.text) + .text 0x000106e2 Section 0 ffltui.o(.text) + .text 0x000106f0 Section 0 dfltui.o(.text) + .text 0x0001070c Section 0 ffixi.o(.text) + .text 0x0001073e Section 0 ffixui.o(.text) + .text 0x00010768 Section 0 dfixi.o(.text) + .text 0x000107b0 Section 0 dfixui.o(.text) + .text 0x000107ec Section 0 f2d.o(.text) + .text 0x00010814 Section 40 cdcmple.o(.text) + .text 0x0001083c Section 20 cfrcmple.o(.text) + .text 0x00010850 Section 0 uldiv.o(.text) + .text 0x000108b0 Section 0 llshl.o(.text) + .text 0x000108d0 Section 0 llushr.o(.text) + .text 0x000108f2 Section 0 llsshr.o(.text) + .text 0x00010918 Section 0 fepilogue.o(.text) + .text 0x00010918 Section 0 iusefp.o(.text) + .text 0x0001099a Section 0 depilogue.o(.text) + .text 0x00010a58 Section 0 dsqrt.o(.text) + .text 0x00010afc Section 0 dfixul.o(.text) + .text 0x00010b3c Section 40 cdrcmple.o(.text) + .text 0x00010b64 Section 36 init.o(.text) + .text 0x00010b88 Section 0 __dczerorl2.o(.text) + i.ADC_IRQn_Handler 0x00010be0 Section 0 irq_redirect .o(i.ADC_IRQn_Handler) + i.AP_NRESET_IRQn_Handler 0x00010bf8 Section 0 irq_redirect .o(i.AP_NRESET_IRQn_Handler) + i.CRC16_2 0x00010c10 Section 0 app_tp_st_touch.o(i.CRC16_2) + i.DMA_IRQn_Handler 0x00010c50 Section 0 irq_redirect .o(i.DMA_IRQn_Handler) + i.EXTI_INT0_IRQn_Handler 0x00010c64 Section 0 irq_redirect .o(i.EXTI_INT0_IRQn_Handler) + i.EXTI_INT1_IRQn_Handler 0x00010c80 Section 0 irq_redirect .o(i.EXTI_INT1_IRQn_Handler) + i.EXTI_INT2_IRQn_Handler 0x00010c9c Section 0 irq_redirect .o(i.EXTI_INT2_IRQn_Handler) + i.EXTI_INT3_IRQn_Handler 0x00010cb8 Section 0 irq_redirect .o(i.EXTI_INT3_IRQn_Handler) + i.EXTI_INT4_IRQn_Handler 0x00010cd4 Section 0 irq_redirect .o(i.EXTI_INT4_IRQn_Handler) + i.EXTI_INT5_IRQn_Handler 0x00010cf0 Section 0 irq_redirect .o(i.EXTI_INT5_IRQn_Handler) + i.EXTI_INT6_IRQn_Handler 0x00010d0c Section 0 irq_redirect .o(i.EXTI_INT6_IRQn_Handler) + i.EXTI_INT7_IRQn_Handler 0x00010d28 Section 0 irq_redirect .o(i.EXTI_INT7_IRQn_Handler) + i.FLSCTRL_IRQn_Handler 0x00010d44 Section 0 irq_redirect .o(i.FLSCTRL_IRQn_Handler) + i.Gpio_swire_output 0x00010d58 Section 0 ap_demo.o(i.Gpio_swire_output) + i.HardFault_Handler 0x00010dcc Section 0 irq_redirect .o(i.HardFault_Handler) + i.I2C0_IRQn_Handler 0x00010de0 Section 0 irq_redirect .o(i.I2C0_IRQn_Handler) + i.I2C1_IRQn_Handler 0x00010df8 Section 0 irq_redirect .o(i.I2C1_IRQn_Handler) + i.LCDC_IRQn_Handler 0x00010e10 Section 0 irq_redirect .o(i.LCDC_IRQn_Handler) + i.LOG_printf 0x00010e28 Section 0 tau_log.o(i.LOG_printf) + i.MEMC_IRQn_Handler 0x00010e50 Section 0 irq_redirect .o(i.MEMC_IRQn_Handler) + i.MIPI_RX_IRQn_Handler 0x00010e68 Section 0 irq_redirect .o(i.MIPI_RX_IRQn_Handler) + i.MIPI_TX_IRQn_Handler 0x00010e80 Section 0 irq_redirect .o(i.MIPI_TX_IRQn_Handler) + i.PWMDET_IRQn_Handler 0x00010e98 Section 0 irq_redirect .o(i.PWMDET_IRQn_Handler) + i.S20_Start_init 0x00010eb4 Section 0 app_tp_transfer.o(i.S20_Start_init) + i.SPIM_IRQn_Handler 0x00010fd8 Section 0 irq_redirect .o(i.SPIM_IRQn_Handler) + i.UART_DisableDma 0x00010ff4 Section 0 drv_uart.o(i.UART_DisableDma) + i.UART_GetInstance 0x00010ff6 Section 0 drv_uart.o(i.UART_GetInstance) + i.__scatterload_null 0x00010ffa Section 2 handlers.o(i.__scatterload_null) + i.app_tp_screen_int_lvl_low 0x00010ffc Section 0 app_tp_transfer.o(i.app_tp_screen_int_lvl_low) + app_tp_screen_int_lvl_low 0x00010ffd Thumb Code 4 app_tp_transfer.o(i.app_tp_screen_int_lvl_low) + .ARM.__at_0x11000 0x00011000 Section 20 drv_common.o(.ARM.__at_0x11000) + i.SPIS_IRQn_Handler 0x00011014 Section 0 irq_redirect .o(i.SPIS_IRQn_Handler) + i.SWIRE_IRQn_Handler 0x00011030 Section 0 irq_redirect .o(i.SWIRE_IRQn_Handler) + i.SysTick_Handler 0x0001104c Section 0 irq_redirect .o(i.SysTick_Handler) + i.TIMER0_IRQn_Handler 0x00011064 Section 0 irq_redirect .o(i.TIMER0_IRQn_Handler) + i.TIMER1_IRQn_Handler 0x0001107c Section 0 irq_redirect .o(i.TIMER1_IRQn_Handler) + i.TIMER2_IRQn_Handler 0x00011094 Section 0 irq_redirect .o(i.TIMER2_IRQn_Handler) + i.TIMER3_IRQn_Handler 0x000110ac Section 0 irq_redirect .o(i.TIMER3_IRQn_Handler) + i.UART0_IRQ_Handle 0x000110c4 Section 0 drv_uart.o(i.UART0_IRQ_Handle) + i.UART_IRQn_Handler 0x000110e0 Section 0 irq_redirect .o(i.UART_IRQn_Handler) + i.UART_ResetRxFIFO 0x000110f8 Section 0 drv_uart.o(i.UART_ResetRxFIFO) + i.UART_SetBaudRate 0x0001111c Section 0 drv_uart.o(i.UART_SetBaudRate) + i.UART_SwitchSCLK 0x00011164 Section 0 drv_uart.o(i.UART_SwitchSCLK) + i.UART_TransferHandleIRQ 0x0001117e Section 0 drv_uart.o(i.UART_TransferHandleIRQ) + i.UART_WriteBlocking 0x000112b2 Section 0 drv_uart.o(i.UART_WriteBlocking) + i.UART_init 0x000112cc Section 0 drv_uart.o(i.UART_init) + i.VIDC_IRQn_Handler 0x00011388 Section 0 irq_redirect .o(i.VIDC_IRQn_Handler) + i.VPRE_IRQn_Handler 0x000113a0 Section 0 irq_redirect .o(i.VPRE_IRQn_Handler) + i.WDG_IRQn_Handler 0x000113b8 Section 0 irq_redirect .o(i.WDG_IRQn_Handler) + i.__0printf 0x000113d0 Section 0 printfa.o(i.__0printf) + i.__0vsprintf 0x000113f0 Section 0 printfa.o(i.__0vsprintf) + i.__ARM_clz 0x00011414 Section 0 depilogue.o(i.__ARM_clz) + i.__ARM_common_switch8 0x00011442 Section 0 ap_demo.o(i.__ARM_common_switch8) + i.__NVIC_ClearPendingIRQ 0x0001145c Section 0 drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) + __NVIC_ClearPendingIRQ 0x0001145d Thumb Code 18 drv_i2c_master.o(i.__NVIC_ClearPendingIRQ) + i.__NVIC_ClearPendingIRQ 0x00011474 Section 0 drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) + __NVIC_ClearPendingIRQ 0x00011475 Thumb Code 18 drv_i2c_slave.o(i.__NVIC_ClearPendingIRQ) + i.__NVIC_ClearPendingIRQ 0x0001148c Section 0 drv_spi_master.o(i.__NVIC_ClearPendingIRQ) + __NVIC_ClearPendingIRQ 0x0001148d Thumb Code 18 drv_spi_master.o(i.__NVIC_ClearPendingIRQ) + i.__NVIC_DisableIRQ 0x000114a4 Section 0 drv_rxbr.o(i.__NVIC_DisableIRQ) + __NVIC_DisableIRQ 0x000114a5 Thumb Code 26 drv_rxbr.o(i.__NVIC_DisableIRQ) + i.__NVIC_EnableIRQ 0x000114c4 Section 0 drv_rxbr.o(i.__NVIC_EnableIRQ) + __NVIC_EnableIRQ 0x000114c5 Thumb Code 18 drv_rxbr.o(i.__NVIC_EnableIRQ) + i.__NVIC_SetPriority 0x000114dc Section 0 hal_spi_slave.o(i.__NVIC_SetPriority) + __NVIC_SetPriority 0x000114dd Thumb Code 60 hal_spi_slave.o(i.__NVIC_SetPriority) + i.__scatterload_copy 0x00011520 Section 14 handlers.o(i.__scatterload_copy) + i.__scatterload_zeroinit 0x0001152e Section 14 handlers.o(i.__scatterload_zeroinit) + i.__set_errno 0x0001153c Section 0 errno.o(i.__set_errno) + i._fp_digits 0x00011548 Section 0 printfa.o(i._fp_digits) + _fp_digits 0x00011549 Thumb Code 344 printfa.o(i._fp_digits) + i._printf_core 0x000116bc Section 0 printfa.o(i._printf_core) + _printf_core 0x000116bd Thumb Code 1754 printfa.o(i._printf_core) + i._printf_post_padding 0x00011da8 Section 0 printfa.o(i._printf_post_padding) + _printf_post_padding 0x00011da9 Thumb Code 32 printfa.o(i._printf_post_padding) + i._printf_pre_padding 0x00011dc8 Section 0 printfa.o(i._printf_pre_padding) + _printf_pre_padding 0x00011dc9 Thumb Code 44 printfa.o(i._printf_pre_padding) + i._sputc 0x00011df4 Section 0 printfa.o(i._sputc) + _sputc 0x00011df5 Thumb Code 10 printfa.o(i._sputc) + i.ap_dcs_read 0x00011e00 Section 0 ap_demo.o(i.ap_dcs_read) + ap_dcs_read 0x00011e01 Thumb Code 5016 ap_demo.o(i.ap_dcs_read) + i.ap_demo 0x0001319c Section 0 ap_demo.o(i.ap_demo) + i.ap_get_reg_ca 0x00013320 Section 0 ap_demo.o(i.ap_get_reg_ca) + ap_get_reg_ca 0x00013321 Thumb Code 38 ap_demo.o(i.ap_get_reg_ca) + i.ap_get_reg_df 0x0001334c Section 0 ap_demo.o(i.ap_get_reg_df) + ap_get_reg_df 0x0001334d Thumb Code 172 ap_demo.o(i.ap_get_reg_df) + i.ap_get_tp_calibration_status_01 0x000133fc Section 0 app_tp_st_touch.o(i.ap_get_tp_calibration_status_01) + i.ap_reset_cb 0x0001342c Section 0 ap_demo.o(i.ap_reset_cb) + ap_reset_cb 0x0001342d Thumb Code 40 ap_demo.o(i.ap_reset_cb) + i.ap_set_backlight 0x00013488 Section 0 ap_demo.o(i.ap_set_backlight) + ap_set_backlight 0x00013489 Thumb Code 832 ap_demo.o(i.ap_set_backlight) + i.ap_set_display_off 0x000137e8 Section 0 ap_demo.o(i.ap_set_display_off) + ap_set_display_off 0x000137e9 Thumb Code 44 ap_demo.o(i.ap_set_display_off) + i.ap_set_display_on 0x0001383c Section 0 ap_demo.o(i.ap_set_display_on) + ap_set_display_on 0x0001383d Thumb Code 24 ap_demo.o(i.ap_set_display_on) + i.ap_set_enter_sleep_mode 0x0001387c Section 0 ap_demo.o(i.ap_set_enter_sleep_mode) + ap_set_enter_sleep_mode 0x0001387d Thumb Code 42 ap_demo.o(i.ap_set_enter_sleep_mode) + i.ap_set_exit_sleep_mode 0x000138dc Section 0 ap_demo.o(i.ap_set_exit_sleep_mode) + ap_set_exit_sleep_mode 0x000138dd Thumb Code 20 ap_demo.o(i.ap_set_exit_sleep_mode) + i.ap_set_tp_calibration_04 0x00013924 Section 0 app_tp_st_touch.o(i.ap_set_tp_calibration_04) + i.ap_tp_st_touch_calibration 0x000139bc Section 0 app_tp_st_touch.o(i.ap_tp_st_touch_calibration) + i.ap_tp_st_touch_error_handler_F3 0x00013a6c Section 0 app_tp_st_touch.o(i.ap_tp_st_touch_error_handler_F3) + i.ap_tp_st_touch_error_handler_FF 0x00013a7a Section 0 app_tp_st_touch.o(i.ap_tp_st_touch_error_handler_FF) + i.ap_tp_st_touch_get_calibration_success_mark 0x00013a9c Section 0 app_tp_st_touch.o(i.ap_tp_st_touch_get_calibration_success_mark) + i.ap_tp_st_touch_hardware_reset 0x00013b44 Section 0 app_tp_st_touch.o(i.ap_tp_st_touch_hardware_reset) + i.ap_tp_st_touch_scan_point_init 0x00013bfc Section 0 app_tp_st_touch.o(i.ap_tp_st_touch_scan_point_init) + i.ap_tp_st_touch_scan_point_record_event 0x00013c18 Section 0 app_tp_st_touch.o(i.ap_tp_st_touch_scan_point_record_event) + i.ap_tp_st_touch_scan_point_record_event_exec 0x00013cb4 Section 0 app_tp_st_touch.o(i.ap_tp_st_touch_scan_point_record_event_exec) + i.ap_tp_st_touch_simulate_finger_release_event 0x00013ce8 Section 0 app_tp_st_touch.o(i.ap_tp_st_touch_simulate_finger_release_event) + i.app_ADC_IRQn_Handler 0x00013d1c Section 0 drv_rxbr.o(i.app_ADC_IRQn_Handler) + i.app_AP_NRESET_IRQn_Handler 0x00013d38 Section 0 drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) + i.app_EXTI_INT0_IRQn_Handler 0x00013d5c Section 0 drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) + i.app_EXTI_INT1_IRQn_Handler 0x00013d78 Section 0 drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) + i.app_EXTI_INT2_IRQn_Handler 0x00013d94 Section 0 drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) + i.app_EXTI_INT3_IRQn_Handler 0x00013db0 Section 0 drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) + i.app_EXTI_INT4_IRQn_Handler 0x00013dcc Section 0 drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) + i.app_EXTI_INT5_IRQn_Handler 0x00013de8 Section 0 drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) + i.app_EXTI_INT6_IRQn_Handler 0x00013e04 Section 0 drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) + i.app_EXTI_INT7_IRQn_Handler 0x00013e20 Section 0 drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) + i.app_HardFault_Handler 0x00013e3c Section 0 drv_common.o(i.app_HardFault_Handler) + i.app_I2C0_IRQn_Handler 0x00013e84 Section 0 drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) + i.app_I2C1_IRQn_Handler 0x00013e94 Section 0 drv_i2c_master.o(i.app_I2C1_IRQn_Handler) + i.app_LCDC_IRQn_Handler 0x00013ea4 Section 0 hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) + i.app_MEMC_IRQn_Handler 0x00013f84 Section 0 drv_memc.o(i.app_MEMC_IRQn_Handler) + i.app_MIPI_RX_IRQn_Handler 0x0001400c Section 0 drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) + i.app_MIPI_TX_IRQn_Handler 0x000142a4 Section 0 drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) + i.app_PWMDET_IRQn_Handler 0x00014344 Section 0 drv_pwm.o(i.app_PWMDET_IRQn_Handler) + i.app_SPIM_IRQn_Handler 0x0001438c Section 0 drv_spi_master.o(i.app_SPIM_IRQn_Handler) + i.app_SPIS_IRQn_Handler 0x000143bc Section 0 hal_spi_slave.o(i.app_SPIS_IRQn_Handler) + i.app_SWIRE_IRQn_Handler 0x000145bc Section 0 drv_swire.o(i.app_SWIRE_IRQn_Handler) + i.app_SysTick_Handler 0x000145dc Section 0 drv_common.o(i.app_SysTick_Handler) + i.app_TIMER0_IRQn_Handler 0x000145f4 Section 0 drv_timer.o(i.app_TIMER0_IRQn_Handler) + i.app_TIMER1_IRQn_Handler 0x000145fe Section 0 drv_timer.o(i.app_TIMER1_IRQn_Handler) + i.app_TIMER2_IRQn_Handler 0x00014608 Section 0 drv_timer.o(i.app_TIMER2_IRQn_Handler) + i.app_TIMER3_IRQn_Handler 0x00014612 Section 0 drv_timer.o(i.app_TIMER3_IRQn_Handler) + i.app_UART_IRQn_Handler 0x0001461c Section 0 drv_uart.o(i.app_UART_IRQn_Handler) + i.app_VIDC_IRQn_Handler 0x00014624 Section 0 drv_vidc.o(i.app_VIDC_IRQn_Handler) + i.app_VPRE_IRQn_Handler 0x00014640 Section 0 drv_rxbr.o(i.app_VPRE_IRQn_Handler) + i.app_WDG_IRQn_Handler 0x0001465c Section 0 drv_wdg.o(i.app_WDG_IRQn_Handler) + i.app_dma_irq_handler 0x00014694 Section 0 drv_dma.o(i.app_dma_irq_handler) + i.app_fls_ctrl_Handler 0x000146a4 Section 0 norflash.o(i.app_fls_ctrl_Handler) + i.app_tp_I2C_init 0x000146d4 Section 0 app_tp_transfer.o(i.app_tp_I2C_init) + i.app_tp_calibration_exec 0x000146f8 Section 0 app_tp_st_touch.o(i.app_tp_calibration_exec) + i.app_tp_i2cs_callback 0x00014784 Section 0 app_tp_transfer.o(i.app_tp_i2cs_callback) + app_tp_i2cs_callback 0x00014785 Thumb Code 10 app_tp_transfer.o(i.app_tp_i2cs_callback) + i.app_tp_init 0x00014790 Section 0 app_tp_transfer.o(i.app_tp_init) + i.app_tp_m_read 0x000147d0 Section 0 app_tp_transfer.o(i.app_tp_m_read) + i.app_tp_m_transfer_complate 0x000147f0 Section 0 app_tp_transfer.o(i.app_tp_m_transfer_complate) + i.app_tp_m_write 0x000147f8 Section 0 app_tp_transfer.o(i.app_tp_m_write) + i.app_tp_phone_analysis_data 0x00014800 Section 0 app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) + i.app_tp_phone_clear_reset_on 0x00014c10 Section 0 app_tp_transfer.o(i.app_tp_phone_clear_reset_on) + i.app_tp_s_read 0x00014c1c Section 0 app_tp_transfer.o(i.app_tp_s_read) + i.app_tp_s_write 0x00014c24 Section 0 app_tp_transfer.o(i.app_tp_s_write) + i.app_tp_screen_analysis_int 0x00014c2c Section 0 app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) + i.app_tp_screen_int_callback 0x00014efc Section 0 app_tp_transfer.o(i.app_tp_screen_int_callback) + app_tp_screen_int_callback 0x00014efd Thumb Code 8 app_tp_transfer.o(i.app_tp_screen_int_callback) + i.app_tp_screen_int_init 0x00014f08 Section 0 app_tp_transfer.o(i.app_tp_screen_int_init) + app_tp_screen_int_init 0x00014f09 Thumb Code 48 app_tp_transfer.o(i.app_tp_screen_int_init) + i.app_tp_transfer_phone 0x00014f40 Section 0 app_tp_transfer.o(i.app_tp_transfer_phone) + app_tp_transfer_phone 0x00014f41 Thumb Code 44 app_tp_transfer.o(i.app_tp_transfer_phone) + i.app_tp_transfer_screen_const 0x00014f70 Section 0 app_tp_transfer.o(i.app_tp_transfer_screen_const) + app_tp_transfer_screen_const 0x00014f71 Thumb Code 50 app_tp_transfer.o(i.app_tp_transfer_screen_const) + i.app_tp_transfer_screen_int 0x00014fb0 Section 0 app_tp_transfer.o(i.app_tp_transfer_screen_int) + i.app_tp_transfer_screen_start 0x00015100 Section 0 app_tp_transfer.o(i.app_tp_transfer_screen_start) + i.blue_change_ccm 0x00015118 Section 0 ap_demo.o(i.blue_change_ccm) + i.board_Init 0x00015150 Section 0 board.o(i.board_Init) + i.calc_framebuffer_setting 0x00015174 Section 0 hal_internal_vsync.o(i.calc_framebuffer_setting) + calc_framebuffer_setting 0x00015175 Thumb Code 902 hal_internal_vsync.o(i.calc_framebuffer_setting) + i.ceil 0x00015540 Section 0 ceil.o(i.ceil) + i.check_mipi_rx_tx_video_info 0x00015608 Section 0 hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) + check_mipi_rx_tx_video_info 0x00015609 Thumb Code 44 hal_internal_vsync.o(i.check_mipi_rx_tx_video_info) + i.check_pkt_buf_rev 0x00015634 Section 0 hal_internal_vsync.o(i.check_pkt_buf_rev) + check_pkt_buf_rev 0x00015635 Thumb Code 90 hal_internal_vsync.o(i.check_pkt_buf_rev) + i.dcs_packet_fifo_alloc 0x000156c8 Section 0 dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) + i.dcs_packet_fifo_init 0x00015720 Section 0 dcs_packet_fifo.o(i.dcs_packet_fifo_init) + i.dcs_packet_free_fifo_header 0x00015738 Section 0 dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) + i.dcs_packet_get_fifo_header 0x0001577c Section 0 dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) + i.dcs_sw_filter 0x000157a0 Section 0 hal_internal_vsync.o(i.dcs_sw_filter) + dcs_sw_filter 0x000157a1 Thumb Code 24 hal_internal_vsync.o(i.dcs_sw_filter) + i.delayMs 0x000157bc Section 0 tau_delay.o(i.delayMs) + i.delayUs 0x000157d4 Section 0 tau_delay.o(i.delayUs) + i.disable_mipi_timer_cb 0x000157f8 Section 0 ap_demo.o(i.disable_mipi_timer_cb) + disable_mipi_timer_cb 0x000157f9 Thumb Code 88 ap_demo.o(i.disable_mipi_timer_cb) + i.drv_ap_rst_trig_edge_detect 0x0001588c Section 0 drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) + i.drv_chip_info_get_info 0x000158c4 Section 0 drv_chip_info.o(i.drv_chip_info_get_info) + i.drv_chip_info_init 0x000158d0 Section 0 drv_chip_info.o(i.drv_chip_info_init) + i.drv_chip_rx_info_check 0x00015910 Section 0 drv_chip_info.o(i.drv_chip_rx_info_check) + i.drv_chip_rx_init_done 0x000159d8 Section 0 drv_chip_info.o(i.drv_chip_rx_init_done) + i.drv_common_enable_systick 0x000159ec Section 0 drv_common.o(i.drv_common_enable_systick) + i.drv_common_system_init 0x00015a44 Section 0 drv_common.o(i.drv_common_system_init) + i.drv_crgu_config_reset_modules 0x00015a4c Section 0 drv_crgu.o(i.drv_crgu_config_reset_modules) + i.drv_crgu_set_ahb_pre_div 0x00015a5c Section 0 drv_crgu.o(i.drv_crgu_set_ahb_pre_div) + i.drv_crgu_set_ahb_src 0x00015a70 Section 0 drv_crgu.o(i.drv_crgu_set_ahb_src) + i.drv_crgu_set_clock 0x00015a84 Section 0 drv_crgu.o(i.drv_crgu_set_clock) + i.drv_crgu_set_dpi_mux_src 0x00015aa4 Section 0 drv_crgu.o(i.drv_crgu_set_dpi_mux_src) + i.drv_crgu_set_dpi_pre_div 0x00015ab8 Section 0 drv_crgu.o(i.drv_crgu_set_dpi_pre_div) + i.drv_crgu_set_dpi_pre_src 0x00015ad0 Section 0 drv_crgu.o(i.drv_crgu_set_dpi_pre_src) + i.drv_crgu_set_dsc_core_div 0x00015ae4 Section 0 drv_crgu.o(i.drv_crgu_set_dsc_core_div) + i.drv_crgu_set_dsco_src 0x00015af8 Section 0 drv_crgu.o(i.drv_crgu_set_dsco_src) + i.drv_crgu_set_dsco_src_div 0x00015b0c Section 0 drv_crgu.o(i.drv_crgu_set_dsco_src_div) + i.drv_crgu_set_fb_div 0x00015b20 Section 0 drv_crgu.o(i.drv_crgu_set_fb_div) + i.drv_crgu_set_fb_src 0x00015b34 Section 0 drv_crgu.o(i.drv_crgu_set_fb_src) + i.drv_crgu_set_lcdc_div 0x00015b48 Section 0 drv_crgu.o(i.drv_crgu_set_lcdc_div) + i.drv_crgu_set_lcdc_src 0x00015b5c Section 0 drv_crgu.o(i.drv_crgu_set_lcdc_src) + i.drv_crgu_set_mipi_cfg_src 0x00015b70 Section 0 drv_crgu.o(i.drv_crgu_set_mipi_cfg_src) + i.drv_crgu_set_mipi_ref_src 0x00015b84 Section 0 drv_crgu.o(i.drv_crgu_set_mipi_ref_src) + i.drv_crgu_set_reset 0x00015b9c Section 0 drv_crgu.o(i.drv_crgu_set_reset) + i.drv_crgu_set_rxbr_div 0x00015bb4 Section 0 drv_crgu.o(i.drv_crgu_set_rxbr_div) + i.drv_crgu_set_rxbr_src 0x00015bc8 Section 0 drv_crgu.o(i.drv_crgu_set_rxbr_src) + i.drv_crgu_set_vidc_src 0x00015bdc Section 0 drv_crgu.o(i.drv_crgu_set_vidc_src) + i.drv_dma_clear_flag 0x00015bf0 Section 0 drv_dma.o(i.drv_dma_clear_flag) + i.drv_dma_create_handle 0x00015c08 Section 0 drv_dma.o(i.drv_dma_create_handle) + i.drv_dma_disenable_channel 0x00015c24 Section 0 drv_dma.o(i.drv_dma_disenable_channel) + i.drv_dma_enable_channel 0x00015c34 Section 0 drv_dma.o(i.drv_dma_enable_channel) + i.drv_dma_enable_channel_interrupts 0x00015c44 Section 0 drv_dma.o(i.drv_dma_enable_channel_interrupts) + i.drv_dma_get_channel_flag 0x00015c68 Section 0 drv_dma.o(i.drv_dma_get_channel_flag) + i.drv_dma_irq_handler 0x00015c74 Section 0 drv_dma.o(i.drv_dma_irq_handler) + i.drv_dma_prepar_transfer 0x00015d04 Section 0 drv_dma.o(i.drv_dma_prepar_transfer) + i.drv_dma_set_burst 0x00015d16 Section 0 drv_dma.o(i.drv_dma_set_burst) + i.drv_dma_set_callback 0x00015d30 Section 0 drv_dma.o(i.drv_dma_set_callback) + i.drv_dma_set_transfer 0x00015d38 Section 0 drv_dma.o(i.drv_dma_set_transfer) + i.drv_dsc_dec_convert_pps_rc_parameter 0x00015d7c Section 0 drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) + i.drv_dsc_dec_disable 0x00015db2 Section 0 drv_dsc_dec.o(i.drv_dsc_dec_disable) + i.drv_dsc_dec_enable 0x00015dc0 Section 0 drv_dsc_dec.o(i.drv_dsc_dec_enable) + i.drv_dsc_dec_get_nslc 0x00015e34 Section 0 drv_dsc_dec.o(i.drv_dsc_dec_get_nslc) + i.drv_dsc_dec_set_u8_pps 0x00015e3e Section 0 drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) + i.drv_dsi_rx_calc_ipi_tx_delay 0x00015e68 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) + i.drv_dsi_rx_enable_irq 0x00015f6c Section 0 drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) + i.drv_dsi_rx_get_color_bpp 0x00015fac Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) + drv_dsi_rx_get_color_bpp 0x00015fad Thumb Code 62 drv_dsi_rx.o(i.drv_dsi_rx_get_color_bpp) + i.drv_dsi_rx_get_color_pcc 0x00015ffc Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_color_pcc) + drv_dsi_rx_get_color_pcc 0x00015ffd Thumb Code 24 drv_dsi_rx.o(i.drv_dsi_rx_get_color_pcc) + i.drv_dsi_rx_get_compression_en 0x00016018 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) + i.drv_dsi_rx_get_max_ret_size 0x00016020 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_get_max_ret_size) + i.drv_dsi_rx_power_up 0x00016026 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_power_up) + i.drv_dsi_rx_set_ctrl_cfg 0x00016034 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_ctrl_cfg) + i.drv_dsi_rx_set_ddi_cfg 0x00016054 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) + i.drv_dsi_rx_set_inten 0x00016064 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_inten) + i.drv_dsi_rx_set_ipi_cfg 0x00016068 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_cfg) + i.drv_dsi_rx_set_lane_swap 0x00016078 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) + i.drv_dsi_rx_set_resp_cnt 0x000160be Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_resp_cnt) + i.drv_dsi_rx_set_up_phy 0x000160e4 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) + i.drv_dsi_rx_shut_down 0x000161d4 Section 0 drv_dsi_rx.o(i.drv_dsi_rx_shut_down) + i.drv_dsi_tx_command_header 0x000161e2 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_command_header) + i.drv_dsi_tx_command_mode_cfg 0x000161f6 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) + i.drv_dsi_tx_command_put_payload 0x00016262 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) + i.drv_dsi_tx_config_eotp 0x00016266 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) + i.drv_dsi_tx_config_int 0x0001627e Section 0 drv_dsi_tx.o(i.drv_dsi_tx_config_int) + i.drv_dsi_tx_dpi_lpcmd_time 0x00016286 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_dpi_lpcmd_time) + i.drv_dsi_tx_dpi_mode 0x0001628e Section 0 drv_dsi_tx.o(i.drv_dsi_tx_dpi_mode) + i.drv_dsi_tx_dpi_polarity 0x00016298 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_dpi_polarity) + i.drv_dsi_tx_edpi_cmd_size 0x000162bc Section 0 drv_dsi_tx.o(i.drv_dsi_tx_edpi_cmd_size) + i.drv_dsi_tx_get_cmd_status 0x000162c0 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) + i.drv_dsi_tx_mode 0x000162c4 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_mode) + i.drv_dsi_tx_phy_clock_lane_auto_lp 0x000162c8 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_auto_lp) + i.drv_dsi_tx_phy_clock_lane_req_hs 0x000162e0 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) + i.drv_dsi_tx_phy_lane_mode 0x000162fa Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_lane_mode) + i.drv_dsi_tx_phy_status_ready 0x00016306 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ready) + i.drv_dsi_tx_phy_status_stopstate 0x0001636a Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) + i.drv_dsi_tx_phy_test_setup 0x000163a8 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) + i.drv_dsi_tx_phy_time_cfg 0x000164b4 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_phy_time_cfg) + i.drv_dsi_tx_powerup 0x000164d2 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_powerup) + i.drv_dsi_tx_response_mode 0x000164da Section 0 drv_dsi_tx.o(i.drv_dsi_tx_response_mode) + i.drv_dsi_tx_set_bta_ack 0x000164f6 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_bta_ack) + i.drv_dsi_tx_set_esc_div 0x0001650e Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) + i.drv_dsi_tx_set_int 0x0001651c Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_int) + i.drv_dsi_tx_set_time_out_div 0x00016550 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_time_out_div) + i.drv_dsi_tx_set_video_chunk 0x00016560 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_video_chunk) + i.drv_dsi_tx_set_video_timing 0x00016568 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_set_video_timing) + i.drv_dsi_tx_shutdown 0x0001658a Section 0 drv_dsi_tx.o(i.drv_dsi_tx_shutdown) + i.drv_dsi_tx_timeout_cfg 0x00016592 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_timeout_cfg) + i.drv_dsi_tx_video_mode_cfg 0x000165b8 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_cfg) + i.drv_dsi_tx_video_mode_disable_hact_cmd 0x00016662 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_disable_hact_cmd) + i.drv_dsi_tx_video_mode_set_lp_cmd 0x00016678 Section 0 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) + i.drv_efuse_enter_inactive 0x00016690 Section 0 drv_efuse.o(i.drv_efuse_enter_inactive) + i.drv_efuse_int_enable 0x000166b0 Section 0 drv_efuse.o(i.drv_efuse_int_enable) + i.drv_efuse_read 0x000166bc Section 0 drv_efuse.o(i.drv_efuse_read) + i.drv_efuse_read_req 0x000166ee Section 0 drv_efuse.o(i.drv_efuse_read_req) + i.drv_gpio_get_input_data 0x00016708 Section 0 drv_gpio.o(i.drv_gpio_get_input_data) + i.drv_gpio_register_ap_reset_callback 0x00016720 Section 0 drv_gpio.o(i.drv_gpio_register_ap_reset_callback) + i.drv_gpio_register_callback 0x0001672c Section 0 drv_gpio.o(i.drv_gpio_register_callback) + i.drv_gpio_set_int 0x00016740 Section 0 drv_gpio.o(i.drv_gpio_set_int) + i.drv_gpio_set_ioe 0x00016784 Section 0 drv_gpio.o(i.drv_gpio_set_ioe) + i.drv_gpio_set_mode0 0x000167a4 Section 0 drv_gpio.o(i.drv_gpio_set_mode0) + i.drv_gpio_set_mode1 0x000167b4 Section 0 drv_gpio.o(i.drv_gpio_set_mode1) + i.drv_gpio_set_mode2 0x000167c4 Section 0 drv_gpio.o(i.drv_gpio_set_mode2) + i.drv_gpio_set_mode3 0x000167d4 Section 0 drv_gpio.o(i.drv_gpio_set_mode3) + i.drv_gpio_set_output_data 0x000167e4 Section 0 hal_gpio.o(i.drv_gpio_set_output_data) + drv_gpio_set_output_data 0x000167e5 Thumb Code 26 hal_gpio.o(i.drv_gpio_set_output_data) + i.drv_gpio_set_pull_state 0x00016804 Section 0 drv_gpio.o(i.drv_gpio_set_pull_state) + i.drv_i2c_dma_callback 0x00016934 Section 0 drv_i2c_dma.o(i.drv_i2c_dma_callback) + drv_i2c_dma_callback 0x00016935 Thumb Code 40 drv_i2c_dma.o(i.drv_i2c_dma_callback) + i.drv_i2c_dma_init 0x00016968 Section 0 drv_i2c_dma.o(i.drv_i2c_dma_init) + i.drv_i2c_enable_rx_dma 0x00016a14 Section 0 drv_i2c_dma.o(i.drv_i2c_enable_rx_dma) + i.drv_i2c_enable_tx_dma 0x00016a2e Section 0 drv_i2c_dma.o(i.drv_i2c_enable_tx_dma) + i.drv_i2c_m_clear_it_pending_bit 0x00016a48 Section 0 drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) + i.drv_i2c_m_enable 0x00016aa8 Section 0 drv_i2c_master.o(i.drv_i2c_m_enable) + i.drv_i2c_m_enable_intr 0x00016ab8 Section 0 drv_i2c_master.o(i.drv_i2c_m_enable_intr) + i.drv_i2c_m_set_callback 0x00016af0 Section 0 drv_i2c_master.o(i.drv_i2c_m_set_callback) + i.drv_i2c_master_init 0x00016afc Section 0 drv_i2c_master.o(i.drv_i2c_master_init) + i.drv_i2c_master_read_dma 0x00016b88 Section 0 drv_i2c_dma.o(i.drv_i2c_master_read_dma) + i.drv_i2c_master_write_dma 0x00016be4 Section 0 drv_i2c_dma.o(i.drv_i2c_master_write_dma) + i.drv_i2c_master_write_read_cmd 0x00016c20 Section 0 drv_i2c_dma.o(i.drv_i2c_master_write_read_cmd) + drv_i2c_master_write_read_cmd 0x00016c21 Thumb Code 46 drv_i2c_dma.o(i.drv_i2c_master_write_read_cmd) + i.drv_i2c_s_clear_it_pending_bit 0x00016c50 Section 0 drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) + i.drv_i2c_s_enable_intr 0x00016cac Section 0 drv_i2c_slave.o(i.drv_i2c_s_enable_intr) + i.drv_i2c_s_get_fifo_status 0x00016ce0 Section 0 drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) + i.drv_i2c_s_set_callback 0x00016cfc Section 0 drv_i2c_slave.o(i.drv_i2c_s_set_callback) + i.drv_i2c_s_write_data 0x00016d08 Section 0 drv_i2c_slave.o(i.drv_i2c_s_write_data) + i.drv_i2c_set_dma_irq_callback 0x00016d28 Section 0 drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) + i.drv_i2c_slave_init 0x00016d80 Section 0 drv_i2c_slave.o(i.drv_i2c_slave_init) + i.drv_i2c_slave_write_dma 0x00016dc4 Section 0 drv_i2c_dma.o(i.drv_i2c_slave_write_dma) + i.drv_lcdc_config_bypass 0x00016de0 Section 0 drv_lcdc.o(i.drv_lcdc_config_bypass) + i.drv_lcdc_config_ccm 0x00016df8 Section 0 drv_lcdc.o(i.drv_lcdc_config_ccm) + i.drv_lcdc_config_disp_mode 0x00016e28 Section 0 drv_lcdc.o(i.drv_lcdc_config_disp_mode) + i.drv_lcdc_config_dpi_polarity 0x00016e3e Section 0 drv_lcdc.o(i.drv_lcdc_config_dpi_polarity) + i.drv_lcdc_config_dpi_timing 0x00016e62 Section 0 drv_lcdc.o(i.drv_lcdc_config_dpi_timing) + i.drv_lcdc_config_edpi_mode 0x00016e88 Section 0 drv_lcdc.o(i.drv_lcdc_config_edpi_mode) + i.drv_lcdc_config_endianness 0x00016e9e Section 0 drv_lcdc.o(i.drv_lcdc_config_endianness) + i.drv_lcdc_config_input_size 0x00016eb4 Section 0 drv_lcdc.o(i.drv_lcdc_config_input_size) + i.drv_lcdc_config_int 0x00016ec0 Section 0 drv_lcdc.o(i.drv_lcdc_config_int) + i.drv_lcdc_config_int_single 0x00016ede Section 0 drv_lcdc.o(i.drv_lcdc_config_int_single) + i.drv_lcdc_config_overwrite 0x00016f00 Section 0 drv_lcdc.o(i.drv_lcdc_config_overwrite) + i.drv_lcdc_config_overwrite_rgb 0x00016f22 Section 0 drv_lcdc.o(i.drv_lcdc_config_overwrite_rgb) + i.drv_lcdc_config_partial_display_area 0x00016f2e Section 0 drv_lcdc.o(i.drv_lcdc_config_partial_display_area) + i.drv_lcdc_config_partial_display_enable 0x00016f48 Section 0 drv_lcdc.o(i.drv_lcdc_config_partial_display_enable) + i.drv_lcdc_config_scale_up_coef 0x00016f6a Section 0 drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) + i.drv_lcdc_config_scale_up_step 0x00016f84 Section 0 drv_lcdc.o(i.drv_lcdc_config_scale_up_step) + i.drv_lcdc_config_src_parameter 0x00016f90 Section 0 drv_lcdc.o(i.drv_lcdc_config_src_parameter) + i.drv_lcdc_config_thresh 0x00016fdc Section 0 drv_lcdc.o(i.drv_lcdc_config_thresh) + i.drv_lcdc_ctrl_flow 0x00016fe2 Section 0 drv_lcdc.o(i.drv_lcdc_ctrl_flow) + i.drv_lcdc_enable_shadow_reg 0x00016ff4 Section 0 drv_lcdc.o(i.drv_lcdc_enable_shadow_reg) + i.drv_lcdc_set_int 0x00017014 Section 0 drv_lcdc.o(i.drv_lcdc_set_int) + i.drv_lcdc_set_video_hw_mode 0x00017048 Section 0 drv_lcdc.o(i.drv_lcdc_set_video_hw_mode) + i.drv_lcdc_start 0x0001705c Section 0 drv_lcdc.o(i.drv_lcdc_start) + i.drv_memc_clear_status 0x0001707c Section 0 drv_memc.o(i.drv_memc_clear_status) + i.drv_memc_enable_irq 0x00017088 Section 0 drv_memc.o(i.drv_memc_enable_irq) + i.drv_memc_gen_a_tear_signal 0x000170c8 Section 0 drv_memc.o(i.drv_memc_gen_a_tear_signal) + i.drv_memc_get_status 0x000170d4 Section 0 drv_memc.o(i.drv_memc_get_status) + i.drv_memc_rate_transfer_sel 0x000170e6 Section 0 drv_memc.o(i.drv_memc_rate_transfer_sel) + i.drv_memc_sel_vsync 0x000170f6 Section 0 drv_memc.o(i.drv_memc_sel_vsync) + i.drv_memc_set_active_height 0x00017104 Section 0 drv_memc.o(i.drv_memc_set_active_height) + i.drv_memc_set_data_mode 0x00017118 Section 0 drv_memc.o(i.drv_memc_set_data_mode) + i.drv_memc_set_double_buffer 0x00017124 Section 0 drv_memc.o(i.drv_memc_set_double_buffer) + i.drv_memc_set_double_buffer_reverse 0x00017134 Section 0 drv_memc.o(i.drv_memc_set_double_buffer_reverse) + i.drv_memc_set_fs_en_conditions 0x00017146 Section 0 drv_memc.o(i.drv_memc_set_fs_en_conditions) + i.drv_memc_set_inten 0x00017156 Section 0 drv_memc.o(i.drv_memc_set_inten) + i.drv_memc_set_lcdc_st_conditions 0x0001716c Section 0 drv_memc.o(i.drv_memc_set_lcdc_st_conditions) + i.drv_memc_set_ltpo_mode 0x00017184 Section 0 drv_memc.o(i.drv_memc_set_ltpo_mode) + i.drv_memc_set_tear_mode 0x0001719e Section 0 drv_memc.o(i.drv_memc_set_tear_mode) + i.drv_memc_set_tear_waveform 0x000171ac Section 0 drv_memc.o(i.drv_memc_set_tear_waveform) + i.drv_memc_set_vidc_sync_cnt 0x000171d4 Section 0 drv_memc.o(i.drv_memc_set_vidc_sync_cnt) + i.drv_param_init_get_ccm 0x000171e4 Section 0 drv_param_init.o(i.drv_param_init_get_ccm) + i.drv_param_init_get_scld_filter_h 0x000171ec Section 0 drv_param_init.o(i.drv_param_init_get_scld_filter_h) + i.drv_param_init_get_scld_filter_v 0x00017200 Section 0 drv_param_init.o(i.drv_param_init_get_scld_filter_v) + i.drv_param_init_get_sclu_filter 0x00017214 Section 0 drv_param_init.o(i.drv_param_init_get_sclu_filter) + i.drv_param_init_set_ccm 0x0001721c Section 0 drv_param_init.o(i.drv_param_init_set_ccm) + i.drv_param_p2r_filter_init 0x00017230 Section 0 drv_param_init.o(i.drv_param_p2r_filter_init) + i.drv_phy_enable_calibration 0x00017254 Section 0 drv_phy_common.o(i.drv_phy_enable_calibration) + i.drv_phy_get_calibration 0x00017264 Section 0 drv_phy_common.o(i.drv_phy_get_calibration) + i.drv_phy_get_pll_para 0x000172a0 Section 0 drv_phy_common.o(i.drv_phy_get_pll_para) + i.drv_phy_get_rate_para 0x00017300 Section 0 drv_phy_common.o(i.drv_phy_get_rate_para) + i.drv_phy_test_clear 0x00017354 Section 0 drv_phy_common.o(i.drv_phy_test_clear) + i.drv_phy_test_lock 0x00017364 Section 0 drv_phy_common.o(i.drv_phy_test_lock) + i.drv_phy_test_write_1_byte 0x0001737c Section 0 drv_phy_common.o(i.drv_phy_test_write_1_byte) + i.drv_phy_test_write_2_byte 0x0001739c Section 0 drv_phy_common.o(i.drv_phy_test_write_2_byte) + i.drv_phy_test_write_code 0x000173c2 Section 0 drv_phy_common.o(i.drv_phy_test_write_code) + i.drv_phy_test_write_data 0x000173e0 Section 0 drv_phy_common.o(i.drv_phy_test_write_data) + drv_phy_test_write_data 0x000173e1 Thumb Code 32 drv_phy_common.o(i.drv_phy_test_write_data) + i.drv_pwr_set_cp_mode 0x00017400 Section 0 drv_pwr.o(i.drv_pwr_set_cp_mode) + i.drv_pwr_set_pvd_mode 0x00017420 Section 0 drv_pwr.o(i.drv_pwr_set_pvd_mode) + i.drv_pwr_set_system_clk_src 0x00017438 Section 0 drv_pwr.o(i.drv_pwr_set_system_clk_src) + i.drv_rx_phy_test_clear 0x00017468 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_clear) + drv_rx_phy_test_clear 0x00017469 Thumb Code 12 drv_dsi_rx.o(i.drv_rx_phy_test_clear) + i.drv_rx_phy_test_lock 0x00017474 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_lock) + drv_rx_phy_test_lock 0x00017475 Thumb Code 16 drv_dsi_rx.o(i.drv_rx_phy_test_lock) + i.drv_rx_phy_test_write_1_byte 0x00017484 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) + drv_rx_phy_test_write_1_byte 0x00017485 Thumb Code 20 drv_dsi_rx.o(i.drv_rx_phy_test_write_1_byte) + i.drv_rx_phy_test_write_2_byte 0x00017498 Section 0 drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) + drv_rx_phy_test_write_2_byte 0x00017499 Thumb Code 22 drv_dsi_rx.o(i.drv_rx_phy_test_write_2_byte) + i.drv_rxbr_clear_pkt_buffer 0x000174ae Section 0 drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) + i.drv_rxbr_clear_status0 0x000174b8 Section 0 drv_rxbr.o(i.drv_rxbr_clear_status0) + i.drv_rxbr_enable_irq 0x000174bc Section 0 drv_rxbr.o(i.drv_rxbr_enable_irq) + i.drv_rxbr_frame_drop_cfg 0x00017518 Section 0 drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) + i.drv_rxbr_get_clk 0x0001752c Section 0 drv_rxbr.o(i.drv_rxbr_get_clk) + i.drv_rxbr_get_col_addr 0x00017568 Section 0 drv_rxbr.o(i.drv_rxbr_get_col_addr) + i.drv_rxbr_get_int_source 0x0001756c Section 0 hal_internal_vsync.o(i.drv_rxbr_get_int_source) + drv_rxbr_get_int_source 0x0001756d Thumb Code 18 hal_internal_vsync.o(i.drv_rxbr_get_int_source) + i.drv_rxbr_get_page_addr 0x0001757e Section 0 drv_rxbr.o(i.drv_rxbr_get_page_addr) + i.drv_rxbr_get_status0 0x00017582 Section 0 hal_internal_vsync.o(i.drv_rxbr_get_status0) + drv_rxbr_get_status0 0x00017583 Thumb Code 18 hal_internal_vsync.o(i.drv_rxbr_get_status0) + i.drv_rxbr_hline_rcv0_cfg 0x00017594 Section 0 drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) + i.drv_rxbr_hline_rcv_cfg 0x000175a0 Section 0 drv_rxbr.o(i.drv_rxbr_hline_rcv_cfg) + i.drv_rxbr_register_irq0_callback 0x000175a8 Section 0 drv_rxbr.o(i.drv_rxbr_register_irq0_callback) + i.drv_rxbr_register_irq1_callback 0x000175b4 Section 0 drv_rxbr.o(i.drv_rxbr_register_irq1_callback) + i.drv_rxbr_set_ack_pkt_header 0x000175c0 Section 0 drv_rxbr.o(i.drv_rxbr_set_ack_pkt_header) + i.drv_rxbr_set_cmd_filter 0x000175d4 Section 0 drv_rxbr.o(i.drv_rxbr_set_cmd_filter) + i.drv_rxbr_set_color_format 0x000176a0 Section 0 drv_rxbr.o(i.drv_rxbr_set_color_format) + i.drv_rxbr_set_inten 0x000176b4 Section 0 drv_rxbr.o(i.drv_rxbr_set_inten) + i.drv_rxbr_set_ltpo_drop_th 0x000176c8 Section 0 drv_rxbr.o(i.drv_rxbr_set_ltpo_drop_th) + i.drv_rxbr_set_usr_cfg 0x000176d8 Section 0 drv_rxbr.o(i.drv_rxbr_set_usr_cfg) + i.drv_rxbr_set_usr_col 0x000176fe Section 0 drv_rxbr.o(i.drv_rxbr_set_usr_col) + i.drv_rxbr_set_usr_row 0x00017706 Section 0 drv_rxbr.o(i.drv_rxbr_set_usr_row) + i.drv_spi_m_read_data 0x00017710 Section 0 drv_spi_master.o(i.drv_spi_m_read_data) + i.drv_swire_set_int 0x00017730 Section 0 drv_swire.o(i.drv_swire_set_int) + i.drv_swire_set_power_down 0x00017778 Section 0 drv_swire.o(i.drv_swire_set_power_down) + i.drv_sys_cfg_clear_all_int 0x00017794 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_clear_all_int) + i.drv_sys_cfg_clear_pending 0x000177a0 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) + i.drv_sys_cfg_sel_ap_rst_lvl_trig 0x000177c8 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) + i.drv_sys_cfg_sel_ap_rst_trig 0x000177e0 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) + i.drv_sys_cfg_sel_gpio_group 0x000177fc Section 0 drv_sys_cfg.o(i.drv_sys_cfg_sel_gpio_group) + i.drv_sys_cfg_sel_int_trig 0x00017820 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_sel_int_trig) + i.drv_sys_cfg_set_dma_rx_req 0x00017844 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) + i.drv_sys_cfg_set_dma_tx_req 0x00017854 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) + i.drv_sys_cfg_set_int 0x00017864 Section 0 drv_sys_cfg.o(i.drv_sys_cfg_set_int) + i.drv_timer_clear_status_flags 0x00017888 Section 0 drv_timer.o(i.drv_timer_clear_status_flags) + i.drv_timer_enable 0x000178a2 Section 0 drv_timer.o(i.drv_timer_enable) + i.drv_timer_get_instance 0x000178c4 Section 0 drv_timer.o(i.drv_timer_get_instance) + i.drv_timer_get_prescaler 0x000178d4 Section 0 drv_timer.o(i.drv_timer_get_prescaler) + i.drv_timer_handle_interrupt 0x000178e4 Section 0 drv_timer.o(i.drv_timer_handle_interrupt) + drv_timer_handle_interrupt 0x000178e5 Thumb Code 62 drv_timer.o(i.drv_timer_handle_interrupt) + i.drv_timer_register_callback 0x00017928 Section 0 drv_timer.o(i.drv_timer_register_callback) + i.drv_timer_set_current_count 0x0001793c Section 0 drv_timer.o(i.drv_timer_set_current_count) + i.drv_timer_set_int 0x00017948 Section 0 drv_timer.o(i.drv_timer_set_int) + i.drv_timer_set_match 0x00017990 Section 0 drv_timer.o(i.drv_timer_set_match) + i.drv_timer_set_prescaler 0x0001799c Section 0 drv_timer.o(i.drv_timer_set_prescaler) + i.drv_tx_phy_test_clear 0x000179b2 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_clear) + drv_tx_phy_test_clear 0x000179b3 Thumb Code 10 drv_dsi_tx.o(i.drv_tx_phy_test_clear) + i.drv_tx_phy_test_enter 0x000179bc Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_enter) + i.drv_tx_phy_test_exit 0x000179d8 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_exit) + i.drv_tx_phy_test_write_1_byte 0x000179f4 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) + drv_tx_phy_test_write_1_byte 0x000179f5 Thumb Code 18 drv_dsi_tx.o(i.drv_tx_phy_test_write_1_byte) + i.drv_tx_phy_test_write_2_byte 0x00017a06 Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) + drv_tx_phy_test_write_2_byte 0x00017a07 Thumb Code 20 drv_dsi_tx.o(i.drv_tx_phy_test_write_2_byte) + i.drv_tx_phy_test_write_code 0x00017a1a Section 0 drv_dsi_tx.o(i.drv_tx_phy_test_write_code) + drv_tx_phy_test_write_code 0x00017a1b Thumb Code 16 drv_dsi_tx.o(i.drv_tx_phy_test_write_code) + i.drv_vidc_clear_irq 0x00017a2a Section 0 drv_vidc.o(i.drv_vidc_clear_irq) + i.drv_vidc_enable 0x00017a32 Section 0 drv_vidc.o(i.drv_vidc_enable) + i.drv_vidc_enable_irq 0x00017a4c Section 0 drv_vidc.o(i.drv_vidc_enable_irq) + i.drv_vidc_get_irq_status 0x00017a8c Section 0 drv_vidc.o(i.drv_vidc_get_irq_status) + i.drv_vidc_init_module_enable 0x00017aa0 Section 0 drv_vidc.o(i.drv_vidc_init_module_enable) + i.drv_vidc_register_callback 0x00017ac8 Section 0 drv_vidc.o(i.drv_vidc_register_callback) + i.drv_vidc_reset 0x00017ad4 Section 0 drv_vidc.o(i.drv_vidc_reset) + i.drv_vidc_set_dst_parameter 0x00017ada Section 0 drv_vidc.o(i.drv_vidc_set_dst_parameter) + i.drv_vidc_set_irqen 0x00017b16 Section 0 drv_vidc.o(i.drv_vidc_set_irqen) + i.drv_vidc_set_mirror 0x00017b2a Section 0 drv_vidc.o(i.drv_vidc_set_mirror) + i.drv_vidc_set_p2r_hcoef0 0x00017b3a Section 0 drv_vidc.o(i.drv_vidc_set_p2r_hcoef0) + i.drv_vidc_set_p2r_hinitb 0x00017b42 Section 0 drv_vidc.o(i.drv_vidc_set_p2r_hinitb) + i.drv_vidc_set_p2r_hinitr 0x00017b68 Section 0 drv_vidc.o(i.drv_vidc_set_p2r_hinitr) + i.drv_vidc_set_pentile_swap 0x00017b90 Section 0 drv_vidc.o(i.drv_vidc_set_pentile_swap) + i.drv_vidc_set_pu_ctrl 0x00017ba8 Section 0 drv_vidc.o(i.drv_vidc_set_pu_ctrl) + i.drv_vidc_set_rotation 0x00017bb2 Section 0 drv_vidc.o(i.drv_vidc_set_rotation) + i.drv_vidc_set_scld_hcoef0 0x00017bc2 Section 0 drv_vidc.o(i.drv_vidc_set_scld_hcoef0) + i.drv_vidc_set_scld_hcoef1 0x00017bcc Section 0 drv_vidc.o(i.drv_vidc_set_scld_hcoef1) + i.drv_vidc_set_scld_step 0x00017bd6 Section 0 drv_vidc.o(i.drv_vidc_set_scld_step) + i.drv_vidc_set_scld_vcoef0 0x00017be8 Section 0 drv_vidc.o(i.drv_vidc_set_scld_vcoef0) + i.drv_vidc_set_scld_vcoef1 0x00017bf2 Section 0 drv_vidc.o(i.drv_vidc_set_scld_vcoef1) + i.drv_vidc_set_src_parameter 0x00017bfc Section 0 drv_vidc.o(i.drv_vidc_set_src_parameter) + i.drv_wdg_clear_counter 0x00017c14 Section 0 drv_wdg.o(i.drv_wdg_clear_counter) + i.drv_wdg_clear_edge_flag 0x00017c24 Section 0 drv_wdg.o(i.drv_wdg_clear_edge_flag) + drv_wdg_clear_edge_flag 0x00017c25 Thumb Code 12 drv_wdg.o(i.drv_wdg_clear_edge_flag) + i.drv_wdg_read_edge_flag 0x00017c34 Section 0 drv_wdg.o(i.drv_wdg_read_edge_flag) + drv_wdg_read_edge_flag 0x00017c35 Thumb Code 10 drv_wdg.o(i.drv_wdg_read_edge_flag) + i.drv_wdg_set_int 0x00017c44 Section 0 drv_wdg.o(i.drv_wdg_set_int) + i.fls_clr_interrupt_flag 0x00017c78 Section 0 drv_fls.o(i.fls_clr_interrupt_flag) + i.fputc 0x00017c82 Section 0 tau_log.o(i.fputc) + i.hal_dsi_rx_ctrl_create_handle 0x00017c98 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) + i.hal_dsi_rx_ctrl_deinit 0x00017cc8 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) + i.hal_dsi_rx_ctrl_dsc_async_handler 0x00017d64 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) + i.hal_dsi_rx_ctrl_gen_a_tear_signal 0x00017de8 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) + i.hal_dsi_rx_ctrl_get_max_ret_size 0x00017e10 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) + i.hal_dsi_rx_ctrl_init 0x00017e38 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) + i.hal_dsi_rx_ctrl_init_clk 0x00017ed0 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) + hal_dsi_rx_ctrl_init_clk 0x00017ed1 Thumb Code 232 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_clk) + i.hal_dsi_rx_ctrl_init_dsi_rx 0x00018000 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) + hal_dsi_rx_ctrl_init_dsi_rx 0x00018001 Thumb Code 180 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_dsi_rx) + i.hal_dsi_rx_ctrl_init_memc 0x000180d4 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) + hal_dsi_rx_ctrl_init_memc 0x000180d5 Thumb Code 308 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_memc) + i.hal_dsi_rx_ctrl_init_rxbr 0x00018210 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) + hal_dsi_rx_ctrl_init_rxbr 0x00018211 Thumb Code 288 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_rxbr) + i.hal_dsi_rx_ctrl_init_vidc 0x00018340 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) + hal_dsi_rx_ctrl_init_vidc 0x00018341 Thumb Code 544 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init_vidc) + i.hal_dsi_rx_ctrl_pre_init_pps 0x0001856c Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) + i.hal_dsi_rx_ctrl_send_ack_cmd 0x000185a8 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) + i.hal_dsi_rx_ctrl_set_cus_sync_line 0x00018698 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) + i.hal_dsi_rx_ctrl_set_hw_tear_mode 0x000186cc Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) + i.hal_dsi_rx_ctrl_set_ipi_cfg 0x00018700 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_ipi_cfg) + hal_dsi_rx_ctrl_set_ipi_cfg 0x00018701 Thumb Code 50 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_ipi_cfg) + i.hal_dsi_rx_ctrl_set_rxbr_clk 0x00018738 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) + hal_dsi_rx_ctrl_set_rxbr_clk 0x00018739 Thumb Code 114 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_rxbr_clk) + i.hal_dsi_rx_ctrl_set_sw_tear_mode 0x000187ac Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) + i.hal_dsi_rx_ctrl_start 0x000187e0 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) + i.hal_dsi_rx_ctrl_stop 0x0001881c Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) + i.hal_dsi_rx_ctrl_toggle_resolution 0x00018858 Section 0 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) + i.hal_dsi_tx_calc_video_chunks 0x00018878 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) + hal_dsi_tx_calc_video_chunks 0x00018879 Thumb Code 384 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_calc_video_chunks) + i.hal_dsi_tx_config_params_for_lane_rate 0x00018a08 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_config_params_for_lane_rate) + hal_dsi_tx_config_params_for_lane_rate 0x00018a09 Thumb Code 42 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_config_params_for_lane_rate) + i.hal_dsi_tx_count_lane_rate 0x00018a3c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) + hal_dsi_tx_count_lane_rate 0x00018a3d Thumb Code 1160 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_count_lane_rate) + i.hal_dsi_tx_ctrl_create_handle 0x00018f0c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) + i.hal_dsi_tx_ctrl_deinit 0x00018f38 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) + i.hal_dsi_tx_ctrl_enter_init_panel_mode 0x00018f80 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) + i.hal_dsi_tx_ctrl_exit_init_panel_mode 0x00018fcc Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) + i.hal_dsi_tx_ctrl_init 0x00018ff4 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) + i.hal_dsi_tx_ctrl_init_clk 0x000190b8 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) + hal_dsi_tx_ctrl_init_clk 0x000190b9 Thumb Code 36 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init_clk) + i.hal_dsi_tx_ctrl_panel_reset_pin 0x000190dc Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) + i.hal_dsi_tx_ctrl_set_ccm 0x000190e8 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) + i.hal_dsi_tx_ctrl_set_overwrite_rgb 0x00019108 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) + i.hal_dsi_tx_ctrl_set_partial_disp 0x0001911c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) + i.hal_dsi_tx_ctrl_set_partial_disp_area 0x0001912c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) + i.hal_dsi_tx_ctrl_start 0x00019150 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) + i.hal_dsi_tx_ctrl_stop 0x000191bc Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) + i.hal_dsi_tx_ctrl_write_array_cmd 0x00019200 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) + i.hal_dsi_tx_ctrl_write_cmd 0x000192d8 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) + i.hal_dsi_tx_init_data_mode 0x00019388 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) + hal_dsi_tx_init_data_mode 0x00019389 Thumb Code 58 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_data_mode) + i.hal_dsi_tx_init_dpi_cfg 0x000193cc Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) + hal_dsi_tx_init_dpi_cfg 0x000193cd Thumb Code 42 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_dpi_cfg) + i.hal_dsi_tx_init_interrupt 0x000193fc Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) + hal_dsi_tx_init_interrupt 0x000193fd Thumb Code 28 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_interrupt) + i.hal_dsi_tx_init_phy_cfg 0x0001941c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) + hal_dsi_tx_init_phy_cfg 0x0001941d Thumb Code 28 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_phy_cfg) + i.hal_dsi_tx_init_remains 0x0001943c Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) + hal_dsi_tx_init_remains 0x0001943d Thumb Code 142 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_remains) + i.hal_dsi_tx_init_video_mode 0x000194d0 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) + hal_dsi_tx_init_video_mode 0x000194d1 Thumb Code 82 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_init_video_mode) + i.hal_dsi_tx_send_cmd 0x00019528 Section 0 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) + hal_dsi_tx_send_cmd 0x00019529 Thumb Code 60 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_send_cmd) + i.hal_gpio_ctrl_eint 0x0001956c Section 0 hal_gpio.o(i.hal_gpio_ctrl_eint) + i.hal_gpio_get_input_data 0x00019584 Section 0 hal_gpio.o(i.hal_gpio_get_input_data) + i.hal_gpio_init_eint 0x00019598 Section 0 hal_gpio.o(i.hal_gpio_init_eint) + i.hal_gpio_init_input 0x000195d8 Section 0 hal_gpio.o(i.hal_gpio_init_input) + i.hal_gpio_init_output 0x000195f8 Section 0 hal_gpio.o(i.hal_gpio_init_output) + i.hal_gpio_reg_eint_cb 0x00019620 Section 0 hal_gpio.o(i.hal_gpio_reg_eint_cb) + i.hal_gpio_set_ap_reset_int 0x00019638 Section 0 hal_gpio.o(i.hal_gpio_set_ap_reset_int) + i.hal_gpio_set_mode 0x00019688 Section 0 hal_gpio.o(i.hal_gpio_set_mode) + i.hal_gpio_set_output_data 0x000196e8 Section 0 hal_gpio.o(i.hal_gpio_set_output_data) + i.hal_gpio_set_pull_state 0x000196f0 Section 0 hal_gpio.o(i.hal_gpio_set_pull_state) + i.hal_i2c_m_dma_init 0x00019710 Section 0 hal_i2c_master.o(i.hal_i2c_m_dma_init) + i.hal_i2c_m_dma_read 0x0001977c Section 0 hal_i2c_master.o(i.hal_i2c_m_dma_read) + i.hal_i2c_m_dma_write 0x0001979c Section 0 hal_i2c_master.o(i.hal_i2c_m_dma_write) + i.hal_i2c_m_transfer_complate 0x000197b8 Section 0 hal_i2c_master.o(i.hal_i2c_m_transfer_complate) + i.hal_i2c_master_irq_callback 0x000197c4 Section 0 hal_i2c_master.o(i.hal_i2c_master_irq_callback) + hal_i2c_master_irq_callback 0x000197c5 Thumb Code 24 hal_i2c_master.o(i.hal_i2c_master_irq_callback) + i.hal_i2c_s_dma_user_callback 0x000197e4 Section 0 hal_i2c_slave.o(i.hal_i2c_s_dma_user_callback) + hal_i2c_s_dma_user_callback 0x000197e5 Thumb Code 12 hal_i2c_slave.o(i.hal_i2c_s_dma_user_callback) + i.hal_i2c_s_dma_write 0x000197f4 Section 0 hal_i2c_slave.o(i.hal_i2c_s_dma_write) + i.hal_i2c_s_init 0x0001982c Section 0 hal_i2c_slave.o(i.hal_i2c_s_init) + i.hal_i2c_s_nonblocking_read 0x00019898 Section 0 hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) + i.hal_i2c_s_set_transfer 0x000198ac Section 0 hal_i2c_slave.o(i.hal_i2c_s_set_transfer) + i.hal_i2c_slave_irq_callback 0x000198b8 Section 0 hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) + hal_i2c_slave_irq_callback 0x000198b9 Thumb Code 304 hal_i2c_slave.o(i.hal_i2c_slave_irq_callback) + i.hal_internal_init_memc 0x00019a04 Section 0 hal_internal_vsync.o(i.hal_internal_init_memc) + i.hal_internal_sync_get_fb_setting 0x00019ae8 Section 0 hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) + i.hal_internal_sync_input_resolution_change 0x00019af8 Section 0 hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) + i.hal_internal_vsync_deinit 0x00019d0c Section 0 hal_internal_vsync.o(i.hal_internal_vsync_deinit) + i.hal_internal_vsync_get_rx_state 0x00019d28 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_get_rx_state) + i.hal_internal_vsync_get_sync_line 0x00019d34 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) + i.hal_internal_vsync_get_tx_state 0x00019d4c Section 0 hal_internal_vsync.o(i.hal_internal_vsync_get_tx_state) + i.hal_internal_vsync_init_rx 0x00019d58 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_init_rx) + i.hal_internal_vsync_init_tx 0x00019e54 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_init_tx) + i.hal_internal_vsync_set_auto_hw_filter 0x00019f04 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) + i.hal_internal_vsync_set_rx_state 0x0001a020 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) + i.hal_internal_vsync_set_sync_line 0x0001a034 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) + i.hal_internal_vsync_set_tear_mode 0x0001a050 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) + i.hal_internal_vsync_set_tx_state 0x0001a098 Section 0 hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) + i.hal_lcdc_config_ccm 0x0001a0d8 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) + hal_lcdc_config_ccm 0x0001a0d9 Thumb Code 30 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_ccm) + i.hal_lcdc_config_remains 0x0001a0fc Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) + hal_lcdc_config_remains 0x0001a0fd Thumb Code 68 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_remains) + i.hal_lcdc_config_rgb_to_pentile 0x0001a144 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) + hal_lcdc_config_rgb_to_pentile 0x0001a145 Thumb Code 14 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_rgb_to_pentile) + i.hal_lcdc_config_upscaler 0x0001a158 Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) + hal_lcdc_config_upscaler 0x0001a159 Thumb Code 348 hal_dsi_tx_ctrl.o(i.hal_lcdc_config_upscaler) + i.hal_lcdc_init_cfg 0x0001a2bc Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) + hal_lcdc_init_cfg 0x0001a2bd Thumb Code 60 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_cfg) + i.hal_lcdc_init_clk 0x0001a2fc Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) + hal_lcdc_init_clk 0x0001a2fd Thumb Code 376 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_clk) + i.hal_lcdc_init_interrupt 0x0001a47c Section 0 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) + hal_lcdc_init_interrupt 0x0001a47d Thumb Code 58 hal_dsi_tx_ctrl.o(i.hal_lcdc_init_interrupt) + i.hal_spi_m_clear_rxfifo 0x0001a4bc Section 0 hal_spi_master.o(i.hal_spi_m_clear_rxfifo) + i.hal_swire_open 0x0001a4ca Section 0 hal_swire.o(i.hal_swire_open) + i.hal_system_enable_systick 0x0001a4e0 Section 0 hal_system.o(i.hal_system_enable_systick) + i.hal_system_init 0x0001a4e8 Section 0 hal_system.o(i.hal_system_init) + i.hal_system_init_console 0x0001a570 Section 0 hal_system.o(i.hal_system_init_console) + i.hal_system_set_phy_calibration 0x0001a58c Section 0 hal_system.o(i.hal_system_set_phy_calibration) + i.hal_system_set_pvd 0x0001a594 Section 0 hal_system.o(i.hal_system_set_pvd) + i.hal_system_set_vcc 0x0001a59c Section 0 hal_system.o(i.hal_system_set_vcc) + i.hal_timer_init 0x0001a5a4 Section 0 hal_timer.o(i.hal_timer_init) + i.hal_timer_start 0x0001a5c0 Section 0 hal_timer.o(i.hal_timer_start) + i.hal_timer_stop 0x0001a610 Section 0 hal_timer.o(i.hal_timer_stop) + i.hal_uart_init 0x0001a640 Section 0 hal_uart.o(i.hal_uart_init) + i.hal_uart_transmit_blocking 0x0001a6cc Section 0 hal_uart.o(i.hal_uart_transmit_blocking) + i.handle_init 0x0001a6dc Section 0 irq_redirect .o(i.handle_init) + i.init_mipi_tx 0x0001a7ec Section 0 ap_demo.o(i.init_mipi_tx) + init_mipi_tx 0x0001a7ed Thumb Code 100 ap_demo.o(i.init_mipi_tx) + i.init_panel 0x0001a854 Section 0 ap_demo.o(i.init_panel) + init_panel 0x0001a855 Thumb Code 132 ap_demo.o(i.init_panel) + i.main 0x0001a90c Section 0 main.o(i.main) + i.open_mipi_rx 0x0001a918 Section 0 ap_demo.o(i.open_mipi_rx) + open_mipi_rx 0x0001a919 Thumb Code 140 ap_demo.o(i.open_mipi_rx) + i.pps_update_handle 0x0001a9c0 Section 0 ap_demo.o(i.pps_update_handle) + pps_update_handle 0x0001a9c1 Thumb Code 80 ap_demo.o(i.pps_update_handle) + i.rx_get_dcs_packet_data 0x0001aa14 Section 0 hal_internal_vsync.o(i.rx_get_dcs_packet_data) + rx_get_dcs_packet_data 0x0001aa15 Thumb Code 654 hal_internal_vsync.o(i.rx_get_dcs_packet_data) + i.rx_partial_update 0x0001ae08 Section 0 hal_internal_vsync.o(i.rx_partial_update) + rx_partial_update 0x0001ae09 Thumb Code 304 hal_internal_vsync.o(i.rx_partial_update) + i.rx_receive_packet 0x0001af48 Section 0 hal_internal_vsync.o(i.rx_receive_packet) + rx_receive_packet 0x0001af49 Thumb Code 128 hal_internal_vsync.o(i.rx_receive_packet) + i.rx_receive_pps 0x0001afd4 Section 0 hal_internal_vsync.o(i.rx_receive_pps) + rx_receive_pps 0x0001afd5 Thumb Code 268 hal_internal_vsync.o(i.rx_receive_pps) + i.rxbr_irq0_callback 0x0001b154 Section 0 hal_internal_vsync.o(i.rxbr_irq0_callback) + rxbr_irq0_callback 0x0001b155 Thumb Code 158 hal_internal_vsync.o(i.rxbr_irq0_callback) + i.rxbr_irq1_callback 0x0001b1f8 Section 0 hal_internal_vsync.o(i.rxbr_irq1_callback) + rxbr_irq1_callback 0x0001b1f9 Thumb Code 222 hal_internal_vsync.o(i.rxbr_irq1_callback) + i.send_panel_init_code 0x0001b368 Section 0 ap_demo.o(i.send_panel_init_code) + send_panel_init_code 0x0001b369 Thumb Code 42 ap_demo.o(i.send_panel_init_code) + i.soft_disable_mipi_timer_init 0x0001b394 Section 0 ap_demo.o(i.soft_disable_mipi_timer_init) + soft_disable_mipi_timer_init 0x0001b395 Thumb Code 32 ap_demo.o(i.soft_disable_mipi_timer_init) + i.soft_gen_te 0x0001b3f4 Section 0 hal_internal_vsync.o(i.soft_gen_te) + soft_gen_te 0x0001b3f5 Thumb Code 116 hal_internal_vsync.o(i.soft_gen_te) + i.soft_timer3_cb 0x0001b480 Section 0 ap_demo.o(i.soft_timer3_cb) + soft_timer3_cb 0x0001b481 Thumb Code 36 ap_demo.o(i.soft_timer3_cb) + i.sqrt 0x0001b4b0 Section 0 sqrt.o(i.sqrt) + i.tp_heartbeat_exec 0x0001b4f8 Section 0 ap_demo.o(i.tp_heartbeat_exec) + i.tx_display_on 0x0001b540 Section 0 ap_demo.o(i.tx_display_on) + tx_display_on 0x0001b541 Thumb Code 16 ap_demo.o(i.tx_display_on) + i.tx_panel_reset 0x0001b554 Section 0 ap_demo.o(i.tx_panel_reset) + tx_panel_reset 0x0001b555 Thumb Code 40 ap_demo.o(i.tx_panel_reset) + i.vidc_callback 0x0001b57c Section 0 hal_internal_vsync.o(i.vidc_callback) + vidc_callback 0x0001b57d Thumb Code 194 hal_internal_vsync.o(i.vidc_callback) + i.vpre_err_reset 0x0001b664 Section 0 hal_internal_vsync.o(i.vpre_err_reset) + vpre_err_reset 0x0001b665 Thumb Code 184 hal_internal_vsync.o(i.vpre_err_reset) + i.vsync_set_te_mode 0x0001b734 Section 0 hal_internal_vsync.o(i.vsync_set_te_mode) + vsync_set_te_mode 0x0001b735 Thumb Code 254 hal_internal_vsync.o(i.vsync_set_te_mode) + .constdata 0x0001b8d0 Section 6556 ap_demo.o(.constdata) + g_cus_rx_dcs_execute_table 0x0001b8d0 Data 108 ap_demo.o(.constdata) + .constdata 0x0001d26c Section 32 app_tp_st_touch.o(.constdata) + .constdata 0x0001d28c Section 210 hal_gpio.o(.constdata) + s_gpio_map 0x0001d28c Data 120 hal_gpio.o(.constdata) + s_gpio_perf 0x0001d304 Data 90 hal_gpio.o(.constdata) + .constdata 0x0001d35e Section 8528 app_tp_for_custom_s8.o(.constdata) + .constdata 0x0001f4ae Section 1 app_tp_for_custom_s8.o(.constdata) + .constdata 0x0001f4b0 Section 8 drv_param_init.o(.constdata) + .constdata 0x0001f4b8 Section 390 drv_phy_common.o(.constdata) + phy_para_mapping_h 0x0001f4b8 Data 184 drv_phy_common.o(.constdata) + phy_para_mapping_l 0x0001f570 Data 128 drv_phy_common.o(.constdata) + phy_data_high_map 0x0001f5f0 Data 48 drv_phy_common.o(.constdata) + phy_data_lp_map 0x0001f620 Data 30 drv_phy_common.o(.constdata) + .conststring 0x0001f640 Section 72 hal_dsi_rx_ctrl.o(.conststring) + .conststring 0x0001f688 Section 308 hal_internal_vsync.o(.conststring) + .ARM.__AT_0x00070100 0x00070100 Section 192 irq_redirect .o(.ARM.__AT_0x00070100) + .data 0x000701d0 Section 56 ap_demo.o(.data) + start_display_on 0x000701d0 Data 1 ap_demo.o(.data) + g_need_enter_sleep_mode 0x000701d1 Data 1 ap_demo.o(.data) + g_mipi_path_off 0x000701d2 Data 1 ap_demo.o(.data) + phone_off_flag 0x000701d3 Data 1 ap_demo.o(.data) + g_exit_sleep_mode 0x000701d4 Data 1 ap_demo.o(.data) + panel_display_done 0x000701d5 Data 1 ap_demo.o(.data) + b3_read_flag 0x000701da Data 1 ap_demo.o(.data) + c8_read_flag 0x000701db Data 1 ap_demo.o(.data) + c9_read_flag 0x000701dc Data 1 ap_demo.o(.data) + bl_adj_flag 0x000701df Data 1 ap_demo.o(.data) + flag_5a 0x000701e1 Data 1 ap_demo.o(.data) + g_rx_ctrl_handle 0x000701f4 Data 4 ap_demo.o(.data) + g_tx_ctrl_handle 0x000701f8 Data 4 ap_demo.o(.data) + value_reg_df 0x00070204 Data 4 ap_demo.o(.data) + .data 0x00070208 Section 23 app_tp_transfer.o(.data) + s_spim_write 0x00070208 Data 1 app_tp_transfer.o(.data) + s_screen_int_flag 0x00070209 Data 1 app_tp_transfer.o(.data) + s_phone_reset_flag 0x0007020a Data 1 app_tp_transfer.o(.data) + s_screen_int_transfer_status 0x0007020b Data 1 app_tp_transfer.o(.data) + s_screen_const_transfer_count 0x0007020d Data 1 app_tp_transfer.o(.data) + screen_int_transfer_count 0x0007020e Data 1 app_tp_transfer.o(.data) + screen_int_transfer_buffer_ready 0x0007020f Data 1 app_tp_transfer.o(.data) + .data 0x0007021f Section 40 app_tp_st_touch.o(.data) + s_calibration_flag 0x0007021f Data 1 app_tp_st_touch.o(.data) + s_calibration_correct_flag 0x00070220 Data 1 app_tp_st_touch.o(.data) + .data 0x00070248 Section 8 hal_dsi_rx_ctrl.o(.data) + g_hw_auto_filter 0x00070248 Data 1 hal_dsi_rx_ctrl.o(.data) + g_esc_clk 0x0007024c Data 4 hal_dsi_rx_ctrl.o(.data) + .data 0x00070250 Section 1 hal_dsi_tx_ctrl.o(.data) + g_tx_mode 0x00070250 Data 1 hal_dsi_tx_ctrl.o(.data) + .data 0x00070251 Section 1 hal_i2c_master.o(.data) + s_i2c_m_transfer_end 0x00070251 Data 1 hal_i2c_master.o(.data) + .data 0x00070254 Section 28 hal_i2c_slave.o(.data) + s_txbuffer_complate 0x00070254 Data 1 hal_i2c_slave.o(.data) + s_i2c_s_dma_end 0x00070255 Data 1 hal_i2c_slave.o(.data) + s_i2c_s_receive_cnt 0x00070256 Data 1 hal_i2c_slave.o(.data) + s_hal_slave_rxbuffer 0x00070258 Data 4 hal_i2c_slave.o(.data) + s_hal_slave_rxbuffer_size 0x0007025c Data 4 hal_i2c_slave.o(.data) + hal_i2c_s_callback 0x00070260 Data 4 hal_i2c_slave.o(.data) + s_receive_count 0x00070264 Data 4 hal_i2c_slave.o(.data) + s_tx_buffer_t 0x00070268 Data 4 hal_i2c_slave.o(.data) + tx_sum 0x0007026c Data 4 hal_i2c_slave.o(.data) + .data 0x00070270 Section 228 app_tp_for_custom_s8.o(.data) + app_tp_count 0x0007027a Data 1 app_tp_for_custom_s8.o(.data) + phone_85_flag 0x0007027b Data 1 app_tp_for_custom_s8.o(.data) + phone_F6_flag 0x0007027c Data 1 app_tp_for_custom_s8.o(.data) + phone_E4_flag 0x0007027d Data 1 app_tp_for_custom_s8.o(.data) + phone_72_flag 0x0007027e Data 1 app_tp_for_custom_s8.o(.data) + phone_75_flag 0x0007027f Data 1 app_tp_for_custom_s8.o(.data) + phone_92_flag 0x00070280 Data 1 app_tp_for_custom_s8.o(.data) + phone_74_flag 0x00070281 Data 1 app_tp_for_custom_s8.o(.data) + u16CoordY 0x00070284 Data 2 app_tp_for_custom_s8.o(.data) + u16CoordX 0x00070286 Data 2 app_tp_for_custom_s8.o(.data) + u16CoordY_back 0x00070288 Data 2 app_tp_for_custom_s8.o(.data) + u16CoordX_back 0x0007028a Data 2 app_tp_for_custom_s8.o(.data) + .data 0x00070354 Section 1 app_tp_for_custom_s8.o(.data) + .data 0x00070355 Section 1 app_tp_for_custom_s8.o(.data) + .data 0x00070356 Section 1 app_tp_for_custom_s8.o(.data) + .data 0x00070357 Section 3 app_tp_for_custom_s8.o(.data) + .data 0x0007035a Section 5 app_tp_for_custom_s8.o(.data) + .data 0x00070360 Section 48 app_tp_for_custom_s8.o(.data) + .data 0x00070390 Section 18 norflash.o(.data) + tmprg 0x00070398 Data 4 norflash.o(.data) + .data 0x000703a4 Section 12 drv_common.o(.data) + s_my_tick 0x000703a4 Data 4 drv_common.o(.data) + .data 0x000703b0 Section 4 drv_gpio.o(.data) + g_ap_reset_cb 0x000703b0 Data 4 drv_gpio.o(.data) + .data 0x000703b4 Section 8 drv_i2c_dma.o(.data) + i2c0_dma_callback 0x000703b4 Data 4 drv_i2c_dma.o(.data) + i2c1_dma_callback 0x000703b8 Data 4 drv_i2c_dma.o(.data) + .data 0x000703bc Section 4 drv_i2c_master.o(.data) + i2c1_intr_callback 0x000703bc Data 4 drv_i2c_master.o(.data) + .data 0x000703c0 Section 8 drv_i2c_slave.o(.data) + i2c0_intr_callback 0x000703c0 Data 4 drv_i2c_slave.o(.data) + .data 0x000703c8 Section 1188 drv_param_init.o(.data) + .data 0x0007086c Section 4 drv_spi_master.o(.data) + SPIM_intr_callback 0x0007086c Data 4 drv_spi_master.o(.data) + .data 0x00070870 Section 8 drv_swire.o(.data) + s_swire_cb 0x00070870 Data 8 drv_swire.o(.data) + .data 0x00070878 Section 1 drv_sys_cfg.o(.data) + sg_ap_rstn_trigger_type 0x00070878 Data 1 drv_sys_cfg.o(.data) + .data 0x0007087c Section 80 drv_timer.o(.data) + sg_timer_info 0x0007087c Data 80 drv_timer.o(.data) + .data 0x000708cc Section 4 hal_internal_vsync.o(.data) + sg_cur_te_info 0x000708cc Data 4 hal_internal_vsync.o(.data) + .data 0x000708d0 Section 8 drv_rxbr.o(.data) + .data 0x000708d8 Section 4 drv_vidc.o(.data) + .data 0x000708dc Section 1 drv_phy_common.o(.data) + g_phy_calibration 0x000708dc Data 1 drv_phy_common.o(.data) + .data 0x000708e0 Section 12 drv_chip_info.o(.data) + sg_chip_info 0x000708e0 Data 4 drv_chip_info.o(.data) + sg_chip_function 0x000708e4 Data 4 drv_chip_info.o(.data) + sg_chip_encrypt 0x000708e8 Data 4 drv_chip_info.o(.data) + .data 0x000708ec Section 12 drv_pwm.o(.data) + s_pwm_type 0x000708ec Data 1 drv_pwm.o(.data) + s_pwm_cb 0x000708f0 Data 8 drv_pwm.o(.data) + .data 0x000708f8 Section 8 drv_uart.o(.data) + s_UartFcrReg 0x000708f8 Data 4 drv_uart.o(.data) + uart_userData 0x000708fc Data 4 drv_uart.o(.data) + .data 0x00070900 Section 12 drv_wdg.o(.data) + sg_wdg_repeat 0x00070900 Data 1 drv_wdg.o(.data) + sg_wdg_cb 0x00070904 Data 8 drv_wdg.o(.data) + .data 0x0007090c Section 4 stdout.o(.data) + .data 0x00070910 Section 4 errno.o(.data) + _errno 0x00070910 Data 4 errno.o(.data) + .bss 0x00070914 Section 400 app_tp_transfer.o(.bss) + s_screen_read_buffer 0x00070914 Data 200 app_tp_transfer.o(.bss) + s_phone_read_buffer 0x000709dc Data 200 app_tp_transfer.o(.bss) + .bss 0x00070aa4 Section 12 app_tp_st_touch.o(.bss) + .bss 0x00070ab0 Section 192 hal_dsi_rx_ctrl.o(.bss) + g_rx_ctrl_handle 0x00070ab0 Data 192 hal_dsi_rx_ctrl.o(.bss) + .bss 0x00070b70 Section 72 hal_dsi_tx_ctrl.o(.bss) + g_tx_ctrl_handle 0x00070b70 Data 72 hal_dsi_tx_ctrl.o(.bss) + .bss 0x00070bb8 Section 256 tau_log.o(.bss) + .bss 0x00070cb8 Section 208 hal_uart.o(.bss) + .bss 0x00070d88 Section 28 drv_dma.o(.bss) + s_dma_handle 0x00070d88 Data 28 drv_dma.o(.bss) + .bss 0x00070da4 Section 64 drv_gpio.o(.bss) + s_gpio_cb 0x00070da4 Data 64 drv_gpio.o(.bss) + .bss 0x00070de4 Section 320 drv_i2c_dma.o(.bss) + i2c0_dma_slave_handle 0x00070de4 Data 160 drv_i2c_dma.o(.bss) + i2c1_dma_master_handle 0x00070e84 Data 160 drv_i2c_dma.o(.bss) + .bss 0x00070f24 Section 2392 hal_internal_vsync.o(.bss) + g_imm_buffer 0x0007175c Data 255 hal_internal_vsync.o(.bss) + sg_te_info 0x0007185c Data 12 hal_internal_vsync.o(.bss) + g_imm_packet 0x00071868 Data 20 hal_internal_vsync.o(.bss) + .bss 0x0007187c Section 4144 dcs_packet_fifo.o(.bss) + .bss 0x000728ac Section 32 hal_spi_slave.o(.bss) + STACK 0x000728d0 Section 4096 startup_armcm0.o(STACK) + + Global Symbols + + Symbol Name Value Ov Type Size Object(Section) + + BuildAttributes$$THM_ISAv3M$S$PE$A:L22$X:L11$S22$IEEE1$IW$USESV6$~STKCKD$USESV7$~SHL$OTIME$ROPI$IEEEJ$EBA8$MICROLIB$REQ8$PRES8$EABIv2 0x00000000 Number 0 anon$$obj.o ABSOLUTE + __ARM_use_no_argv 0x00000000 Number 0 main.o ABSOLUTE + _printf_a 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_c 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_charcount 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_d 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_e 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_f 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_flags 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_fp_dec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_fp_hex 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_g 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_i 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_int_dec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_l 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_lc 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_ll 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_lld 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_lli 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_llo 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_llu 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_llx 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_longlong_dec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_longlong_hex 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_longlong_oct 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_ls 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_mbtowc 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_n 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_o 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_p 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_percent 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_pre_padding 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_return_value 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_s 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_sizespec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_str 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_truncate_signed 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_truncate_unsigned 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_u 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_wc 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_wctomb 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_widthprec 0x00000000 Number 0 stubs.o ABSOLUTE + _printf_x 0x00000000 Number 0 stubs.o ABSOLUTE + __cpp_initialize__aeabi_ - Undefined Weak Reference + __cxa_finalize - Undefined Weak Reference + _clock_init - Undefined Weak Reference + _microlib_exit - Undefined Weak Reference + __Vectors_Size 0x000000c0 Number 0 startup_armcm0.o ABSOLUTE + __Vectors 0x00010000 Data 4 startup_armcm0.o(RESET) + __Vectors_End 0x000100c0 Data 0 startup_armcm0.o(RESET) + __main 0x000100c1 Thumb Code 0 entry.o(.ARM.Collect$$$$00000000) + _main_stk 0x000100c1 Thumb Code 0 entry2.o(.ARM.Collect$$$$00000001) + _main_scatterload 0x000100c5 Thumb Code 0 entry5.o(.ARM.Collect$$$$00000004) + __main_after_scatterload 0x000100c9 Thumb Code 0 entry5.o(.ARM.Collect$$$$00000004) + _main_clock 0x000100c9 Thumb Code 0 entry7b.o(.ARM.Collect$$$$00000008) + _main_cpp_init 0x000100c9 Thumb Code 0 entry8b.o(.ARM.Collect$$$$0000000A) + _main_init 0x000100c9 Thumb Code 0 entry9a.o(.ARM.Collect$$$$0000000B) + __rt_final_cpp 0x000100d1 Thumb Code 0 entry10a.o(.ARM.Collect$$$$0000000D) + __rt_final_exit 0x000100d1 Thumb Code 0 entry11a.o(.ARM.Collect$$$$0000000F) + Reset_Handler 0x000100d5 Thumb Code 28 startup_armcm0.o(.text) + NMI_Handler 0x000100f1 Thumb Code 2 startup_armcm0.o(.text) + SVC_Handler 0x000100f5 Thumb Code 2 startup_armcm0.o(.text) + PendSV_Handler 0x000100f7 Thumb Code 2 startup_armcm0.o(.text) + OTP_IRQn_Handler 0x00010123 Thumb Code 2 startup_armcm0.o(.text) + PVD_IRQn_Handler 0x00010127 Thumb Code 2 startup_armcm0.o(.text) + __aeabi_uidiv 0x0001014d Thumb Code 0 uidiv.o(.text) + __aeabi_uidivmod 0x0001014d Thumb Code 44 uidiv.o(.text) + __aeabi_idiv 0x00010179 Thumb Code 0 idiv.o(.text) + __aeabi_idivmod 0x00010179 Thumb Code 40 idiv.o(.text) + __aeabi_memcpy 0x000101a1 Thumb Code 36 memcpya.o(.text) + __aeabi_memcpy4 0x000101a1 Thumb Code 0 memcpya.o(.text) + __aeabi_memcpy8 0x000101a1 Thumb Code 0 memcpya.o(.text) + __aeabi_memset 0x000101c5 Thumb Code 14 memseta.o(.text) + __aeabi_memset4 0x000101c5 Thumb Code 0 memseta.o(.text) + __aeabi_memset8 0x000101c5 Thumb Code 0 memseta.o(.text) + __aeabi_memclr 0x000101d3 Thumb Code 4 memseta.o(.text) + __aeabi_memclr4 0x000101d3 Thumb Code 0 memseta.o(.text) + __aeabi_memclr8 0x000101d3 Thumb Code 0 memseta.o(.text) + _memset$wrapper 0x000101d7 Thumb Code 18 memseta.o(.text) + __aeabi_fadd 0x000101e9 Thumb Code 162 fadd.o(.text) + __aeabi_fsub 0x0001028b Thumb Code 8 fadd.o(.text) + __aeabi_frsub 0x00010293 Thumb Code 8 fadd.o(.text) + __aeabi_fmul 0x0001029b Thumb Code 122 fmul.o(.text) + __aeabi_fdiv 0x00010315 Thumb Code 124 fdiv.o(.text) + __ARM_scalbnf 0x00010391 Thumb Code 24 fscalb.o(.text) + scalbnf 0x00010391 Thumb Code 0 fscalb.o(.text) + __aeabi_dadd 0x000103a9 Thumb Code 328 dadd.o(.text) + __aeabi_dsub 0x000104f1 Thumb Code 12 dadd.o(.text) + __aeabi_drsub 0x000104fd Thumb Code 12 dadd.o(.text) + __aeabi_dmul 0x0001050d Thumb Code 202 dmul.o(.text) + __aeabi_ddiv 0x000105dd Thumb Code 234 ddiv.o(.text) + __aeabi_i2f 0x000106cd Thumb Code 22 fflti.o(.text) + __aeabi_ui2f 0x000106e3 Thumb Code 14 ffltui.o(.text) + __aeabi_ui2d 0x000106f1 Thumb Code 24 dfltui.o(.text) + __aeabi_f2iz 0x0001070d Thumb Code 50 ffixi.o(.text) + __aeabi_f2uiz 0x0001073f Thumb Code 40 ffixui.o(.text) + __aeabi_d2iz 0x00010769 Thumb Code 62 dfixi.o(.text) + __aeabi_d2uiz 0x000107b1 Thumb Code 50 dfixui.o(.text) + __aeabi_f2d 0x000107ed Thumb Code 40 f2d.o(.text) + __aeabi_cdcmpeq 0x00010815 Thumb Code 0 cdcmple.o(.text) + __aeabi_cdcmple 0x00010815 Thumb Code 38 cdcmple.o(.text) + __aeabi_cfrcmple 0x0001083d Thumb Code 20 cfrcmple.o(.text) + __aeabi_uldivmod 0x00010851 Thumb Code 96 uldiv.o(.text) + __aeabi_llsl 0x000108b1 Thumb Code 32 llshl.o(.text) + _ll_shift_l 0x000108b1 Thumb Code 0 llshl.o(.text) + __aeabi_llsr 0x000108d1 Thumb Code 34 llushr.o(.text) + _ll_ushift_r 0x000108d1 Thumb Code 0 llushr.o(.text) + __aeabi_lasr 0x000108f3 Thumb Code 38 llsshr.o(.text) + _ll_sshift_r 0x000108f3 Thumb Code 0 llsshr.o(.text) + __I$use$fp 0x00010919 Thumb Code 0 iusefp.o(.text) + _float_round 0x00010919 Thumb Code 16 fepilogue.o(.text) + _float_epilogue 0x00010929 Thumb Code 114 fepilogue.o(.text) + _double_round 0x0001099b Thumb Code 26 depilogue.o(.text) + _double_epilogue 0x000109b5 Thumb Code 164 depilogue.o(.text) + _dsqrt 0x00010a59 Thumb Code 162 dsqrt.o(.text) + __aeabi_d2ulz 0x00010afd Thumb Code 54 dfixul.o(.text) + __aeabi_cdrcmple 0x00010b3d Thumb Code 38 cdrcmple.o(.text) + __scatterload 0x00010b65 Thumb Code 28 init.o(.text) + __scatterload_rt2 0x00010b65 Thumb Code 0 init.o(.text) + __decompress 0x00010b89 Thumb Code 0 __dczerorl2.o(.text) + __decompress1 0x00010b89 Thumb Code 86 __dczerorl2.o(.text) + ADC_IRQn_Handler 0x00010be1 Thumb Code 18 irq_redirect .o(i.ADC_IRQn_Handler) + AP_NRESET_IRQn_Handler 0x00010bf9 Thumb Code 18 irq_redirect .o(i.AP_NRESET_IRQn_Handler) + CRC16_2 0x00010c11 Thumb Code 54 app_tp_st_touch.o(i.CRC16_2) + DMA_IRQn_Handler 0x00010c51 Thumb Code 14 irq_redirect .o(i.DMA_IRQn_Handler) + EXTI_INT0_IRQn_Handler 0x00010c65 Thumb Code 22 irq_redirect .o(i.EXTI_INT0_IRQn_Handler) + EXTI_INT1_IRQn_Handler 0x00010c81 Thumb Code 22 irq_redirect .o(i.EXTI_INT1_IRQn_Handler) + EXTI_INT2_IRQn_Handler 0x00010c9d Thumb Code 22 irq_redirect .o(i.EXTI_INT2_IRQn_Handler) + EXTI_INT3_IRQn_Handler 0x00010cb9 Thumb Code 22 irq_redirect .o(i.EXTI_INT3_IRQn_Handler) + EXTI_INT4_IRQn_Handler 0x00010cd5 Thumb Code 22 irq_redirect .o(i.EXTI_INT4_IRQn_Handler) + EXTI_INT5_IRQn_Handler 0x00010cf1 Thumb Code 22 irq_redirect .o(i.EXTI_INT5_IRQn_Handler) + EXTI_INT6_IRQn_Handler 0x00010d0d Thumb Code 22 irq_redirect .o(i.EXTI_INT6_IRQn_Handler) + EXTI_INT7_IRQn_Handler 0x00010d29 Thumb Code 22 irq_redirect .o(i.EXTI_INT7_IRQn_Handler) + FLSCTRL_IRQn_Handler 0x00010d45 Thumb Code 14 irq_redirect .o(i.FLSCTRL_IRQn_Handler) + Gpio_swire_output 0x00010d59 Thumb Code 110 ap_demo.o(i.Gpio_swire_output) + HardFault_Handler 0x00010dcd Thumb Code 14 irq_redirect .o(i.HardFault_Handler) + I2C0_IRQn_Handler 0x00010de1 Thumb Code 18 irq_redirect .o(i.I2C0_IRQn_Handler) + I2C1_IRQn_Handler 0x00010df9 Thumb Code 18 irq_redirect .o(i.I2C1_IRQn_Handler) + LCDC_IRQn_Handler 0x00010e11 Thumb Code 18 irq_redirect .o(i.LCDC_IRQn_Handler) + LOG_printf 0x00010e29 Thumb Code 30 tau_log.o(i.LOG_printf) + MEMC_IRQn_Handler 0x00010e51 Thumb Code 18 irq_redirect .o(i.MEMC_IRQn_Handler) + MIPI_RX_IRQn_Handler 0x00010e69 Thumb Code 18 irq_redirect .o(i.MIPI_RX_IRQn_Handler) + MIPI_TX_IRQn_Handler 0x00010e81 Thumb Code 18 irq_redirect .o(i.MIPI_TX_IRQn_Handler) + PWMDET_IRQn_Handler 0x00010e99 Thumb Code 22 irq_redirect .o(i.PWMDET_IRQn_Handler) + S20_Start_init 0x00010eb5 Thumb Code 270 app_tp_transfer.o(i.S20_Start_init) + SPIM_IRQn_Handler 0x00010fd9 Thumb Code 22 irq_redirect .o(i.SPIM_IRQn_Handler) + UART_DisableDma 0x00010ff5 Thumb Code 2 drv_uart.o(i.UART_DisableDma) + UART_GetInstance 0x00010ff7 Thumb Code 4 drv_uart.o(i.UART_GetInstance) + __scatterload_null 0x00010ffb Thumb Code 2 handlers.o(i.__scatterload_null) + s_RAM_CK 0x00011000 Data 20 drv_common.o(.ARM.__at_0x11000) + SPIS_IRQn_Handler 0x00011015 Thumb Code 22 irq_redirect .o(i.SPIS_IRQn_Handler) + SWIRE_IRQn_Handler 0x00011031 Thumb Code 22 irq_redirect .o(i.SWIRE_IRQn_Handler) + SysTick_Handler 0x0001104d Thumb Code 18 irq_redirect .o(i.SysTick_Handler) + TIMER0_IRQn_Handler 0x00011065 Thumb Code 18 irq_redirect .o(i.TIMER0_IRQn_Handler) + TIMER1_IRQn_Handler 0x0001107d Thumb Code 18 irq_redirect .o(i.TIMER1_IRQn_Handler) + TIMER2_IRQn_Handler 0x00011095 Thumb Code 18 irq_redirect .o(i.TIMER2_IRQn_Handler) + TIMER3_IRQn_Handler 0x000110ad Thumb Code 18 irq_redirect .o(i.TIMER3_IRQn_Handler) + UART0_IRQ_Handle 0x000110c5 Thumb Code 20 drv_uart.o(i.UART0_IRQ_Handle) + UART_IRQn_Handler 0x000110e1 Thumb Code 18 irq_redirect .o(i.UART_IRQn_Handler) + UART_ResetRxFIFO 0x000110f9 Thumb Code 32 drv_uart.o(i.UART_ResetRxFIFO) + UART_SetBaudRate 0x0001111d Thumb Code 72 drv_uart.o(i.UART_SetBaudRate) + UART_SwitchSCLK 0x00011165 Thumb Code 26 drv_uart.o(i.UART_SwitchSCLK) + UART_TransferHandleIRQ 0x0001117f Thumb Code 308 drv_uart.o(i.UART_TransferHandleIRQ) + UART_WriteBlocking 0x000112b3 Thumb Code 26 drv_uart.o(i.UART_WriteBlocking) + UART_init 0x000112cd Thumb Code 182 drv_uart.o(i.UART_init) + VIDC_IRQn_Handler 0x00011389 Thumb Code 18 irq_redirect .o(i.VIDC_IRQn_Handler) + VPRE_IRQn_Handler 0x000113a1 Thumb Code 18 irq_redirect .o(i.VPRE_IRQn_Handler) + WDG_IRQn_Handler 0x000113b9 Thumb Code 18 irq_redirect .o(i.WDG_IRQn_Handler) + __0printf 0x000113d1 Thumb Code 24 printfa.o(i.__0printf) + __1printf 0x000113d1 Thumb Code 0 printfa.o(i.__0printf) + __2printf 0x000113d1 Thumb Code 0 printfa.o(i.__0printf) + __c89printf 0x000113d1 Thumb Code 0 printfa.o(i.__0printf) + printf 0x000113d1 Thumb Code 0 printfa.o(i.__0printf) + __0vsprintf 0x000113f1 Thumb Code 30 printfa.o(i.__0vsprintf) + __1vsprintf 0x000113f1 Thumb Code 0 printfa.o(i.__0vsprintf) + __2vsprintf 0x000113f1 Thumb Code 0 printfa.o(i.__0vsprintf) + __c89vsprintf 0x000113f1 Thumb Code 0 printfa.o(i.__0vsprintf) + vsprintf 0x000113f1 Thumb Code 0 printfa.o(i.__0vsprintf) + __ARM_clz 0x00011415 Thumb Code 46 depilogue.o(i.__ARM_clz) + __ARM_common_switch8 0x00011443 Thumb Code 26 ap_demo.o(i.__ARM_common_switch8) + __scatterload_copy 0x00011521 Thumb Code 14 handlers.o(i.__scatterload_copy) + __scatterload_zeroinit 0x0001152f Thumb Code 14 handlers.o(i.__scatterload_zeroinit) + __set_errno 0x0001153d Thumb Code 6 errno.o(i.__set_errno) + ap_demo 0x0001319d Thumb Code 284 ap_demo.o(i.ap_demo) + ap_get_tp_calibration_status_01 0x000133fd Thumb Code 44 app_tp_st_touch.o(i.ap_get_tp_calibration_status_01) + ap_set_tp_calibration_04 0x00013925 Thumb Code 140 app_tp_st_touch.o(i.ap_set_tp_calibration_04) + ap_tp_st_touch_calibration 0x000139bd Thumb Code 170 app_tp_st_touch.o(i.ap_tp_st_touch_calibration) + ap_tp_st_touch_error_handler_F3 0x00013a6d Thumb Code 14 app_tp_st_touch.o(i.ap_tp_st_touch_error_handler_F3) + ap_tp_st_touch_error_handler_FF 0x00013a7b Thumb Code 32 app_tp_st_touch.o(i.ap_tp_st_touch_error_handler_FF) + ap_tp_st_touch_get_calibration_success_mark 0x00013a9d Thumb Code 152 app_tp_st_touch.o(i.ap_tp_st_touch_get_calibration_success_mark) + ap_tp_st_touch_hardware_reset 0x00013b45 Thumb Code 138 app_tp_st_touch.o(i.ap_tp_st_touch_hardware_reset) + ap_tp_st_touch_scan_point_init 0x00013bfd Thumb Code 24 app_tp_st_touch.o(i.ap_tp_st_touch_scan_point_init) + ap_tp_st_touch_scan_point_record_event 0x00013c19 Thumb Code 150 app_tp_st_touch.o(i.ap_tp_st_touch_scan_point_record_event) + ap_tp_st_touch_scan_point_record_event_exec 0x00013cb5 Thumb Code 44 app_tp_st_touch.o(i.ap_tp_st_touch_scan_point_record_event_exec) + ap_tp_st_touch_simulate_finger_release_event 0x00013ce9 Thumb Code 44 app_tp_st_touch.o(i.ap_tp_st_touch_simulate_finger_release_event) + app_ADC_IRQn_Handler 0x00013d1d Thumb Code 22 drv_rxbr.o(i.app_ADC_IRQn_Handler) + app_AP_NRESET_IRQn_Handler 0x00013d39 Thumb Code 32 drv_gpio.o(i.app_AP_NRESET_IRQn_Handler) + app_EXTI_INT0_IRQn_Handler 0x00013d5d Thumb Code 22 drv_gpio.o(i.app_EXTI_INT0_IRQn_Handler) + app_EXTI_INT1_IRQn_Handler 0x00013d79 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT1_IRQn_Handler) + app_EXTI_INT2_IRQn_Handler 0x00013d95 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT2_IRQn_Handler) + app_EXTI_INT3_IRQn_Handler 0x00013db1 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT3_IRQn_Handler) + app_EXTI_INT4_IRQn_Handler 0x00013dcd Thumb Code 22 drv_gpio.o(i.app_EXTI_INT4_IRQn_Handler) + app_EXTI_INT5_IRQn_Handler 0x00013de9 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT5_IRQn_Handler) + app_EXTI_INT6_IRQn_Handler 0x00013e05 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT6_IRQn_Handler) + app_EXTI_INT7_IRQn_Handler 0x00013e21 Thumb Code 22 drv_gpio.o(i.app_EXTI_INT7_IRQn_Handler) + app_HardFault_Handler 0x00013e3d Thumb Code 12 drv_common.o(i.app_HardFault_Handler) + app_I2C0_IRQn_Handler 0x00013e85 Thumb Code 8 drv_i2c_slave.o(i.app_I2C0_IRQn_Handler) + app_I2C1_IRQn_Handler 0x00013e95 Thumb Code 8 drv_i2c_master.o(i.app_I2C1_IRQn_Handler) + app_LCDC_IRQn_Handler 0x00013ea5 Thumb Code 98 hal_internal_vsync.o(i.app_LCDC_IRQn_Handler) + app_MEMC_IRQn_Handler 0x00013f85 Thumb Code 132 drv_memc.o(i.app_MEMC_IRQn_Handler) + app_MIPI_RX_IRQn_Handler 0x0001400d Thumb Code 232 drv_dsi_rx.o(i.app_MIPI_RX_IRQn_Handler) + app_MIPI_TX_IRQn_Handler 0x000142a5 Thumb Code 56 drv_dsi_tx.o(i.app_MIPI_TX_IRQn_Handler) + app_PWMDET_IRQn_Handler 0x00014345 Thumb Code 62 drv_pwm.o(i.app_PWMDET_IRQn_Handler) + app_SPIM_IRQn_Handler 0x0001438d Thumb Code 34 drv_spi_master.o(i.app_SPIM_IRQn_Handler) + app_SPIS_IRQn_Handler 0x000143bd Thumb Code 500 hal_spi_slave.o(i.app_SPIS_IRQn_Handler) + app_SWIRE_IRQn_Handler 0x000145bd Thumb Code 28 drv_swire.o(i.app_SWIRE_IRQn_Handler) + app_SysTick_Handler 0x000145dd Thumb Code 20 drv_common.o(i.app_SysTick_Handler) + app_TIMER0_IRQn_Handler 0x000145f5 Thumb Code 10 drv_timer.o(i.app_TIMER0_IRQn_Handler) + app_TIMER1_IRQn_Handler 0x000145ff Thumb Code 10 drv_timer.o(i.app_TIMER1_IRQn_Handler) + app_TIMER2_IRQn_Handler 0x00014609 Thumb Code 10 drv_timer.o(i.app_TIMER2_IRQn_Handler) + app_TIMER3_IRQn_Handler 0x00014613 Thumb Code 10 drv_timer.o(i.app_TIMER3_IRQn_Handler) + app_UART_IRQn_Handler 0x0001461d Thumb Code 8 drv_uart.o(i.app_UART_IRQn_Handler) + app_VIDC_IRQn_Handler 0x00014625 Thumb Code 22 drv_vidc.o(i.app_VIDC_IRQn_Handler) + app_VPRE_IRQn_Handler 0x00014641 Thumb Code 22 drv_rxbr.o(i.app_VPRE_IRQn_Handler) + app_WDG_IRQn_Handler 0x0001465d Thumb Code 52 drv_wdg.o(i.app_WDG_IRQn_Handler) + app_dma_irq_handler 0x00014695 Thumb Code 10 drv_dma.o(i.app_dma_irq_handler) + app_fls_ctrl_Handler 0x000146a5 Thumb Code 38 norflash.o(i.app_fls_ctrl_Handler) + app_tp_I2C_init 0x000146d5 Thumb Code 26 app_tp_transfer.o(i.app_tp_I2C_init) + app_tp_calibration_exec 0x000146f9 Thumb Code 78 app_tp_st_touch.o(i.app_tp_calibration_exec) + app_tp_init 0x00014791 Thumb Code 52 app_tp_transfer.o(i.app_tp_init) + app_tp_m_read 0x000147d1 Thumb Code 32 app_tp_transfer.o(i.app_tp_m_read) + app_tp_m_transfer_complate 0x000147f1 Thumb Code 8 app_tp_transfer.o(i.app_tp_m_transfer_complate) + app_tp_m_write 0x000147f9 Thumb Code 8 app_tp_transfer.o(i.app_tp_m_write) + app_tp_phone_analysis_data 0x00014801 Thumb Code 980 app_tp_for_custom_s8.o(i.app_tp_phone_analysis_data) + app_tp_phone_clear_reset_on 0x00014c11 Thumb Code 8 app_tp_transfer.o(i.app_tp_phone_clear_reset_on) + app_tp_s_read 0x00014c1d Thumb Code 8 app_tp_transfer.o(i.app_tp_s_read) + app_tp_s_write 0x00014c25 Thumb Code 8 app_tp_transfer.o(i.app_tp_s_write) + app_tp_screen_analysis_int 0x00014c2d Thumb Code 706 app_tp_for_custom_s8.o(i.app_tp_screen_analysis_int) + app_tp_transfer_screen_int 0x00014fb1 Thumb Code 318 app_tp_transfer.o(i.app_tp_transfer_screen_int) + app_tp_transfer_screen_start 0x00015101 Thumb Code 18 app_tp_transfer.o(i.app_tp_transfer_screen_start) + blue_change_ccm 0x00015119 Thumb Code 54 ap_demo.o(i.blue_change_ccm) + board_Init 0x00015151 Thumb Code 30 board.o(i.board_Init) + ceil 0x00015541 Thumb Code 180 ceil.o(i.ceil) + dcs_packet_fifo_alloc 0x000156c9 Thumb Code 80 dcs_packet_fifo.o(i.dcs_packet_fifo_alloc) + dcs_packet_fifo_init 0x00015721 Thumb Code 18 dcs_packet_fifo.o(i.dcs_packet_fifo_init) + dcs_packet_free_fifo_header 0x00015739 Thumb Code 60 dcs_packet_fifo.o(i.dcs_packet_free_fifo_header) + dcs_packet_get_fifo_header 0x0001577d Thumb Code 26 dcs_packet_fifo.o(i.dcs_packet_get_fifo_header) + delayMs 0x000157bd Thumb Code 24 tau_delay.o(i.delayMs) + delayUs 0x000157d5 Thumb Code 34 tau_delay.o(i.delayUs) + drv_ap_rst_trig_edge_detect 0x0001588d Thumb Code 46 drv_sys_cfg.o(i.drv_ap_rst_trig_edge_detect) + drv_chip_info_get_info 0x000158c5 Thumb Code 6 drv_chip_info.o(i.drv_chip_info_get_info) + drv_chip_info_init 0x000158d1 Thumb Code 56 drv_chip_info.o(i.drv_chip_info_init) + drv_chip_rx_info_check 0x00015911 Thumb Code 122 drv_chip_info.o(i.drv_chip_rx_info_check) + drv_chip_rx_init_done 0x000159d9 Thumb Code 16 drv_chip_info.o(i.drv_chip_rx_init_done) + drv_common_enable_systick 0x000159ed Thumb Code 70 drv_common.o(i.drv_common_enable_systick) + drv_common_system_init 0x00015a45 Thumb Code 8 drv_common.o(i.drv_common_system_init) + drv_crgu_config_reset_modules 0x00015a4d Thumb Code 10 drv_crgu.o(i.drv_crgu_config_reset_modules) + drv_crgu_set_ahb_pre_div 0x00015a5d Thumb Code 14 drv_crgu.o(i.drv_crgu_set_ahb_pre_div) + drv_crgu_set_ahb_src 0x00015a71 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_ahb_src) + drv_crgu_set_clock 0x00015a85 Thumb Code 26 drv_crgu.o(i.drv_crgu_set_clock) + drv_crgu_set_dpi_mux_src 0x00015aa5 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dpi_mux_src) + drv_crgu_set_dpi_pre_div 0x00015ab9 Thumb Code 18 drv_crgu.o(i.drv_crgu_set_dpi_pre_div) + drv_crgu_set_dpi_pre_src 0x00015ad1 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dpi_pre_src) + drv_crgu_set_dsc_core_div 0x00015ae5 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dsc_core_div) + drv_crgu_set_dsco_src 0x00015af9 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dsco_src) + drv_crgu_set_dsco_src_div 0x00015b0d Thumb Code 16 drv_crgu.o(i.drv_crgu_set_dsco_src_div) + drv_crgu_set_fb_div 0x00015b21 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_fb_div) + drv_crgu_set_fb_src 0x00015b35 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_fb_src) + drv_crgu_set_lcdc_div 0x00015b49 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_lcdc_div) + drv_crgu_set_lcdc_src 0x00015b5d Thumb Code 16 drv_crgu.o(i.drv_crgu_set_lcdc_src) + drv_crgu_set_mipi_cfg_src 0x00015b71 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_mipi_cfg_src) + drv_crgu_set_mipi_ref_src 0x00015b85 Thumb Code 18 drv_crgu.o(i.drv_crgu_set_mipi_ref_src) + drv_crgu_set_reset 0x00015b9d Thumb Code 20 drv_crgu.o(i.drv_crgu_set_reset) + drv_crgu_set_rxbr_div 0x00015bb5 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_rxbr_div) + drv_crgu_set_rxbr_src 0x00015bc9 Thumb Code 16 drv_crgu.o(i.drv_crgu_set_rxbr_src) + drv_crgu_set_vidc_src 0x00015bdd Thumb Code 16 drv_crgu.o(i.drv_crgu_set_vidc_src) + drv_dma_clear_flag 0x00015bf1 Thumb Code 24 drv_dma.o(i.drv_dma_clear_flag) + drv_dma_create_handle 0x00015c09 Thumb Code 22 drv_dma.o(i.drv_dma_create_handle) + drv_dma_disenable_channel 0x00015c25 Thumb Code 16 drv_dma.o(i.drv_dma_disenable_channel) + drv_dma_enable_channel 0x00015c35 Thumb Code 16 drv_dma.o(i.drv_dma_enable_channel) + drv_dma_enable_channel_interrupts 0x00015c45 Thumb Code 32 drv_dma.o(i.drv_dma_enable_channel_interrupts) + drv_dma_get_channel_flag 0x00015c69 Thumb Code 12 drv_dma.o(i.drv_dma_get_channel_flag) + drv_dma_irq_handler 0x00015c75 Thumb Code 138 drv_dma.o(i.drv_dma_irq_handler) + drv_dma_prepar_transfer 0x00015d05 Thumb Code 18 drv_dma.o(i.drv_dma_prepar_transfer) + drv_dma_set_burst 0x00015d17 Thumb Code 26 drv_dma.o(i.drv_dma_set_burst) + drv_dma_set_callback 0x00015d31 Thumb Code 6 drv_dma.o(i.drv_dma_set_callback) + drv_dma_set_transfer 0x00015d39 Thumb Code 62 drv_dma.o(i.drv_dma_set_transfer) + drv_dsc_dec_convert_pps_rc_parameter 0x00015d7d Thumb Code 54 drv_dsc_dec.o(i.drv_dsc_dec_convert_pps_rc_parameter) + drv_dsc_dec_disable 0x00015db3 Thumb Code 12 drv_dsc_dec.o(i.drv_dsc_dec_disable) + drv_dsc_dec_enable 0x00015dc1 Thumb Code 88 drv_dsc_dec.o(i.drv_dsc_dec_enable) + drv_dsc_dec_get_nslc 0x00015e35 Thumb Code 10 drv_dsc_dec.o(i.drv_dsc_dec_get_nslc) + drv_dsc_dec_set_u8_pps 0x00015e3f Thumb Code 40 drv_dsc_dec.o(i.drv_dsc_dec_set_u8_pps) + drv_dsi_rx_calc_ipi_tx_delay 0x00015e69 Thumb Code 244 drv_dsi_rx.o(i.drv_dsi_rx_calc_ipi_tx_delay) + drv_dsi_rx_enable_irq 0x00015f6d Thumb Code 58 drv_dsi_rx.o(i.drv_dsi_rx_enable_irq) + drv_dsi_rx_get_compression_en 0x00016019 Thumb Code 8 drv_dsi_rx.o(i.drv_dsi_rx_get_compression_en) + drv_dsi_rx_get_max_ret_size 0x00016021 Thumb Code 6 drv_dsi_rx.o(i.drv_dsi_rx_get_max_ret_size) + drv_dsi_rx_power_up 0x00016027 Thumb Code 14 drv_dsi_rx.o(i.drv_dsi_rx_power_up) + drv_dsi_rx_set_ctrl_cfg 0x00016035 Thumb Code 32 drv_dsi_rx.o(i.drv_dsi_rx_set_ctrl_cfg) + drv_dsi_rx_set_ddi_cfg 0x00016055 Thumb Code 16 drv_dsi_rx.o(i.drv_dsi_rx_set_ddi_cfg) + drv_dsi_rx_set_inten 0x00016065 Thumb Code 4 drv_dsi_rx.o(i.drv_dsi_rx_set_inten) + drv_dsi_rx_set_ipi_cfg 0x00016069 Thumb Code 16 drv_dsi_rx.o(i.drv_dsi_rx_set_ipi_cfg) + drv_dsi_rx_set_lane_swap 0x00016079 Thumb Code 70 drv_dsi_rx.o(i.drv_dsi_rx_set_lane_swap) + drv_dsi_rx_set_resp_cnt 0x000160bf Thumb Code 38 drv_dsi_rx.o(i.drv_dsi_rx_set_resp_cnt) + drv_dsi_rx_set_up_phy 0x000160e5 Thumb Code 236 drv_dsi_rx.o(i.drv_dsi_rx_set_up_phy) + drv_dsi_rx_shut_down 0x000161d5 Thumb Code 14 drv_dsi_rx.o(i.drv_dsi_rx_shut_down) + drv_dsi_tx_command_header 0x000161e3 Thumb Code 20 drv_dsi_tx.o(i.drv_dsi_tx_command_header) + drv_dsi_tx_command_mode_cfg 0x000161f7 Thumb Code 108 drv_dsi_tx.o(i.drv_dsi_tx_command_mode_cfg) + drv_dsi_tx_command_put_payload 0x00016263 Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_command_put_payload) + drv_dsi_tx_config_eotp 0x00016267 Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_config_eotp) + drv_dsi_tx_config_int 0x0001627f Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_config_int) + drv_dsi_tx_dpi_lpcmd_time 0x00016287 Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_dpi_lpcmd_time) + drv_dsi_tx_dpi_mode 0x0001628f Thumb Code 10 drv_dsi_tx.o(i.drv_dsi_tx_dpi_mode) + drv_dsi_tx_dpi_polarity 0x00016299 Thumb Code 36 drv_dsi_tx.o(i.drv_dsi_tx_dpi_polarity) + drv_dsi_tx_edpi_cmd_size 0x000162bd Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_edpi_cmd_size) + drv_dsi_tx_get_cmd_status 0x000162c1 Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_get_cmd_status) + drv_dsi_tx_mode 0x000162c5 Thumb Code 4 drv_dsi_tx.o(i.drv_dsi_tx_mode) + drv_dsi_tx_phy_clock_lane_auto_lp 0x000162c9 Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_auto_lp) + drv_dsi_tx_phy_clock_lane_req_hs 0x000162e1 Thumb Code 26 drv_dsi_tx.o(i.drv_dsi_tx_phy_clock_lane_req_hs) + drv_dsi_tx_phy_lane_mode 0x000162fb Thumb Code 12 drv_dsi_tx.o(i.drv_dsi_tx_phy_lane_mode) + drv_dsi_tx_phy_status_ready 0x00016307 Thumb Code 100 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_ready) + drv_dsi_tx_phy_status_stopstate 0x0001636b Thumb Code 62 drv_dsi_tx.o(i.drv_dsi_tx_phy_status_stopstate) + drv_dsi_tx_phy_test_setup 0x000163a9 Thumb Code 268 drv_dsi_tx.o(i.drv_dsi_tx_phy_test_setup) + drv_dsi_tx_phy_time_cfg 0x000164b5 Thumb Code 30 drv_dsi_tx.o(i.drv_dsi_tx_phy_time_cfg) + drv_dsi_tx_powerup 0x000164d3 Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_powerup) + drv_dsi_tx_response_mode 0x000164db Thumb Code 28 drv_dsi_tx.o(i.drv_dsi_tx_response_mode) + drv_dsi_tx_set_bta_ack 0x000164f7 Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_set_bta_ack) + drv_dsi_tx_set_esc_div 0x0001650f Thumb Code 12 drv_dsi_tx.o(i.drv_dsi_tx_set_esc_div) + drv_dsi_tx_set_int 0x0001651d Thumb Code 46 drv_dsi_tx.o(i.drv_dsi_tx_set_int) + drv_dsi_tx_set_time_out_div 0x00016551 Thumb Code 16 drv_dsi_tx.o(i.drv_dsi_tx_set_time_out_div) + drv_dsi_tx_set_video_chunk 0x00016561 Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_set_video_chunk) + drv_dsi_tx_set_video_timing 0x00016569 Thumb Code 34 drv_dsi_tx.o(i.drv_dsi_tx_set_video_timing) + drv_dsi_tx_shutdown 0x0001658b Thumb Code 8 drv_dsi_tx.o(i.drv_dsi_tx_shutdown) + drv_dsi_tx_timeout_cfg 0x00016593 Thumb Code 38 drv_dsi_tx.o(i.drv_dsi_tx_timeout_cfg) + drv_dsi_tx_video_mode_cfg 0x000165b9 Thumb Code 170 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_cfg) + drv_dsi_tx_video_mode_disable_hact_cmd 0x00016663 Thumb Code 22 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_disable_hact_cmd) + drv_dsi_tx_video_mode_set_lp_cmd 0x00016679 Thumb Code 24 drv_dsi_tx.o(i.drv_dsi_tx_video_mode_set_lp_cmd) + drv_efuse_enter_inactive 0x00016691 Thumb Code 32 drv_efuse.o(i.drv_efuse_enter_inactive) + drv_efuse_int_enable 0x000166b1 Thumb Code 12 drv_efuse.o(i.drv_efuse_int_enable) + drv_efuse_read 0x000166bd Thumb Code 50 drv_efuse.o(i.drv_efuse_read) + drv_efuse_read_req 0x000166ef Thumb Code 24 drv_efuse.o(i.drv_efuse_read_req) + drv_gpio_get_input_data 0x00016709 Thumb Code 20 drv_gpio.o(i.drv_gpio_get_input_data) + drv_gpio_register_ap_reset_callback 0x00016721 Thumb Code 6 drv_gpio.o(i.drv_gpio_register_ap_reset_callback) + drv_gpio_register_callback 0x0001672d Thumb Code 14 drv_gpio.o(i.drv_gpio_register_callback) + drv_gpio_set_int 0x00016741 Thumb Code 62 drv_gpio.o(i.drv_gpio_set_int) + drv_gpio_set_ioe 0x00016785 Thumb Code 26 drv_gpio.o(i.drv_gpio_set_ioe) + drv_gpio_set_mode0 0x000167a5 Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode0) + drv_gpio_set_mode1 0x000167b5 Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode1) + drv_gpio_set_mode2 0x000167c5 Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode2) + drv_gpio_set_mode3 0x000167d5 Thumb Code 12 drv_gpio.o(i.drv_gpio_set_mode3) + drv_gpio_set_pull_state 0x00016805 Thumb Code 298 drv_gpio.o(i.drv_gpio_set_pull_state) + drv_i2c_dma_init 0x00016969 Thumb Code 146 drv_i2c_dma.o(i.drv_i2c_dma_init) + drv_i2c_enable_rx_dma 0x00016a15 Thumb Code 26 drv_i2c_dma.o(i.drv_i2c_enable_rx_dma) + drv_i2c_enable_tx_dma 0x00016a2f Thumb Code 24 drv_i2c_dma.o(i.drv_i2c_enable_tx_dma) + drv_i2c_m_clear_it_pending_bit 0x00016a49 Thumb Code 86 drv_i2c_master.o(i.drv_i2c_m_clear_it_pending_bit) + drv_i2c_m_enable 0x00016aa9 Thumb Code 10 drv_i2c_master.o(i.drv_i2c_m_enable) + drv_i2c_m_enable_intr 0x00016ab9 Thumb Code 42 drv_i2c_master.o(i.drv_i2c_m_enable_intr) + drv_i2c_m_set_callback 0x00016af1 Thumb Code 6 drv_i2c_master.o(i.drv_i2c_m_set_callback) + drv_i2c_master_init 0x00016afd Thumb Code 118 drv_i2c_master.o(i.drv_i2c_master_init) + drv_i2c_master_read_dma 0x00016b89 Thumb Code 82 drv_i2c_dma.o(i.drv_i2c_master_read_dma) + drv_i2c_master_write_dma 0x00016be5 Thumb Code 50 drv_i2c_dma.o(i.drv_i2c_master_write_dma) + drv_i2c_s_clear_it_pending_bit 0x00016c51 Thumb Code 84 drv_i2c_slave.o(i.drv_i2c_s_clear_it_pending_bit) + drv_i2c_s_enable_intr 0x00016cad Thumb Code 40 drv_i2c_slave.o(i.drv_i2c_s_enable_intr) + drv_i2c_s_get_fifo_status 0x00016ce1 Thumb Code 22 drv_i2c_slave.o(i.drv_i2c_s_get_fifo_status) + drv_i2c_s_set_callback 0x00016cfd Thumb Code 6 drv_i2c_slave.o(i.drv_i2c_s_set_callback) + drv_i2c_s_write_data 0x00016d09 Thumb Code 26 drv_i2c_slave.o(i.drv_i2c_s_write_data) + drv_i2c_set_dma_irq_callback 0x00016d29 Thumb Code 68 drv_i2c_dma.o(i.drv_i2c_set_dma_irq_callback) + drv_i2c_slave_init 0x00016d81 Thumb Code 60 drv_i2c_slave.o(i.drv_i2c_slave_init) + drv_i2c_slave_write_dma 0x00016dc5 Thumb Code 18 drv_i2c_dma.o(i.drv_i2c_slave_write_dma) + drv_lcdc_config_bypass 0x00016de1 Thumb Code 24 drv_lcdc.o(i.drv_lcdc_config_bypass) + drv_lcdc_config_ccm 0x00016df9 Thumb Code 48 drv_lcdc.o(i.drv_lcdc_config_ccm) + drv_lcdc_config_disp_mode 0x00016e29 Thumb Code 22 drv_lcdc.o(i.drv_lcdc_config_disp_mode) + drv_lcdc_config_dpi_polarity 0x00016e3f Thumb Code 36 drv_lcdc.o(i.drv_lcdc_config_dpi_polarity) + drv_lcdc_config_dpi_timing 0x00016e63 Thumb Code 38 drv_lcdc.o(i.drv_lcdc_config_dpi_timing) + drv_lcdc_config_edpi_mode 0x00016e89 Thumb Code 22 drv_lcdc.o(i.drv_lcdc_config_edpi_mode) + drv_lcdc_config_endianness 0x00016e9f Thumb Code 22 drv_lcdc.o(i.drv_lcdc_config_endianness) + drv_lcdc_config_input_size 0x00016eb5 Thumb Code 12 drv_lcdc.o(i.drv_lcdc_config_input_size) + drv_lcdc_config_int 0x00016ec1 Thumb Code 30 drv_lcdc.o(i.drv_lcdc_config_int) + drv_lcdc_config_int_single 0x00016edf Thumb Code 34 drv_lcdc.o(i.drv_lcdc_config_int_single) + drv_lcdc_config_overwrite 0x00016f01 Thumb Code 34 drv_lcdc.o(i.drv_lcdc_config_overwrite) + drv_lcdc_config_overwrite_rgb 0x00016f23 Thumb Code 12 drv_lcdc.o(i.drv_lcdc_config_overwrite_rgb) + drv_lcdc_config_partial_display_area 0x00016f2f Thumb Code 26 drv_lcdc.o(i.drv_lcdc_config_partial_display_area) + drv_lcdc_config_partial_display_enable 0x00016f49 Thumb Code 34 drv_lcdc.o(i.drv_lcdc_config_partial_display_enable) + drv_lcdc_config_scale_up_coef 0x00016f6b Thumb Code 26 drv_lcdc.o(i.drv_lcdc_config_scale_up_coef) + drv_lcdc_config_scale_up_step 0x00016f85 Thumb Code 12 drv_lcdc.o(i.drv_lcdc_config_scale_up_step) + drv_lcdc_config_src_parameter 0x00016f91 Thumb Code 76 drv_lcdc.o(i.drv_lcdc_config_src_parameter) + drv_lcdc_config_thresh 0x00016fdd Thumb Code 6 drv_lcdc.o(i.drv_lcdc_config_thresh) + drv_lcdc_ctrl_flow 0x00016fe3 Thumb Code 18 drv_lcdc.o(i.drv_lcdc_ctrl_flow) + drv_lcdc_enable_shadow_reg 0x00016ff5 Thumb Code 32 drv_lcdc.o(i.drv_lcdc_enable_shadow_reg) + drv_lcdc_set_int 0x00017015 Thumb Code 46 drv_lcdc.o(i.drv_lcdc_set_int) + drv_lcdc_set_video_hw_mode 0x00017049 Thumb Code 20 drv_lcdc.o(i.drv_lcdc_set_video_hw_mode) + drv_lcdc_start 0x0001705d Thumb Code 32 drv_lcdc.o(i.drv_lcdc_start) + drv_memc_clear_status 0x0001707d Thumb Code 12 drv_memc.o(i.drv_memc_clear_status) + drv_memc_enable_irq 0x00017089 Thumb Code 58 drv_memc.o(i.drv_memc_enable_irq) + drv_memc_gen_a_tear_signal 0x000170c9 Thumb Code 12 drv_memc.o(i.drv_memc_gen_a_tear_signal) + drv_memc_get_status 0x000170d5 Thumb Code 18 drv_memc.o(i.drv_memc_get_status) + drv_memc_rate_transfer_sel 0x000170e7 Thumb Code 16 drv_memc.o(i.drv_memc_rate_transfer_sel) + drv_memc_sel_vsync 0x000170f7 Thumb Code 14 drv_memc.o(i.drv_memc_sel_vsync) + drv_memc_set_active_height 0x00017105 Thumb Code 14 drv_memc.o(i.drv_memc_set_active_height) + drv_memc_set_data_mode 0x00017119 Thumb Code 12 drv_memc.o(i.drv_memc_set_data_mode) + drv_memc_set_double_buffer 0x00017125 Thumb Code 16 drv_memc.o(i.drv_memc_set_double_buffer) + drv_memc_set_double_buffer_reverse 0x00017135 Thumb Code 18 drv_memc.o(i.drv_memc_set_double_buffer_reverse) + drv_memc_set_fs_en_conditions 0x00017147 Thumb Code 16 drv_memc.o(i.drv_memc_set_fs_en_conditions) + drv_memc_set_inten 0x00017157 Thumb Code 20 drv_memc.o(i.drv_memc_set_inten) + drv_memc_set_lcdc_st_conditions 0x0001716d Thumb Code 18 drv_memc.o(i.drv_memc_set_lcdc_st_conditions) + drv_memc_set_ltpo_mode 0x00017185 Thumb Code 26 drv_memc.o(i.drv_memc_set_ltpo_mode) + drv_memc_set_tear_mode 0x0001719f Thumb Code 14 drv_memc.o(i.drv_memc_set_tear_mode) + drv_memc_set_tear_waveform 0x000171ad Thumb Code 34 drv_memc.o(i.drv_memc_set_tear_waveform) + drv_memc_set_vidc_sync_cnt 0x000171d5 Thumb Code 14 drv_memc.o(i.drv_memc_set_vidc_sync_cnt) + drv_param_init_get_ccm 0x000171e5 Thumb Code 4 drv_param_init.o(i.drv_param_init_get_ccm) + drv_param_init_get_scld_filter_h 0x000171ed Thumb Code 12 drv_param_init.o(i.drv_param_init_get_scld_filter_h) + drv_param_init_get_scld_filter_v 0x00017201 Thumb Code 12 drv_param_init.o(i.drv_param_init_get_scld_filter_v) + drv_param_init_get_sclu_filter 0x00017215 Thumb Code 4 drv_param_init.o(i.drv_param_init_get_sclu_filter) + drv_param_init_set_ccm 0x0001721d Thumb Code 14 drv_param_init.o(i.drv_param_init_set_ccm) + drv_param_p2r_filter_init 0x00017231 Thumb Code 30 drv_param_init.o(i.drv_param_p2r_filter_init) + drv_phy_enable_calibration 0x00017255 Thumb Code 12 drv_phy_common.o(i.drv_phy_enable_calibration) + drv_phy_get_calibration 0x00017265 Thumb Code 50 drv_phy_common.o(i.drv_phy_get_calibration) + drv_phy_get_pll_para 0x000172a1 Thumb Code 88 drv_phy_common.o(i.drv_phy_get_pll_para) + drv_phy_get_rate_para 0x00017301 Thumb Code 76 drv_phy_common.o(i.drv_phy_get_rate_para) + drv_phy_test_clear 0x00017355 Thumb Code 16 drv_phy_common.o(i.drv_phy_test_clear) + drv_phy_test_lock 0x00017365 Thumb Code 24 drv_phy_common.o(i.drv_phy_test_lock) + drv_phy_test_write_1_byte 0x0001737d Thumb Code 32 drv_phy_common.o(i.drv_phy_test_write_1_byte) + drv_phy_test_write_2_byte 0x0001739d Thumb Code 38 drv_phy_common.o(i.drv_phy_test_write_2_byte) + drv_phy_test_write_code 0x000173c3 Thumb Code 30 drv_phy_common.o(i.drv_phy_test_write_code) + drv_pwr_set_cp_mode 0x00017401 Thumb Code 26 drv_pwr.o(i.drv_pwr_set_cp_mode) + drv_pwr_set_pvd_mode 0x00017421 Thumb Code 18 drv_pwr.o(i.drv_pwr_set_pvd_mode) + drv_pwr_set_system_clk_src 0x00017439 Thumb Code 36 drv_pwr.o(i.drv_pwr_set_system_clk_src) + drv_rxbr_clear_pkt_buffer 0x000174af Thumb Code 10 drv_rxbr.o(i.drv_rxbr_clear_pkt_buffer) + drv_rxbr_clear_status0 0x000174b9 Thumb Code 4 drv_rxbr.o(i.drv_rxbr_clear_status0) + drv_rxbr_enable_irq 0x000174bd Thumb Code 90 drv_rxbr.o(i.drv_rxbr_enable_irq) + drv_rxbr_frame_drop_cfg 0x00017519 Thumb Code 16 drv_rxbr.o(i.drv_rxbr_frame_drop_cfg) + drv_rxbr_get_clk 0x0001752d Thumb Code 44 drv_rxbr.o(i.drv_rxbr_get_clk) + drv_rxbr_get_col_addr 0x00017569 Thumb Code 4 drv_rxbr.o(i.drv_rxbr_get_col_addr) + drv_rxbr_get_page_addr 0x0001757f Thumb Code 4 drv_rxbr.o(i.drv_rxbr_get_page_addr) + drv_rxbr_hline_rcv0_cfg 0x00017595 Thumb Code 12 drv_rxbr.o(i.drv_rxbr_hline_rcv0_cfg) + drv_rxbr_hline_rcv_cfg 0x000175a1 Thumb Code 8 drv_rxbr.o(i.drv_rxbr_hline_rcv_cfg) + drv_rxbr_register_irq0_callback 0x000175a9 Thumb Code 6 drv_rxbr.o(i.drv_rxbr_register_irq0_callback) + drv_rxbr_register_irq1_callback 0x000175b5 Thumb Code 6 drv_rxbr.o(i.drv_rxbr_register_irq1_callback) + drv_rxbr_set_ack_pkt_header 0x000175c1 Thumb Code 20 drv_rxbr.o(i.drv_rxbr_set_ack_pkt_header) + drv_rxbr_set_cmd_filter 0x000175d5 Thumb Code 204 drv_rxbr.o(i.drv_rxbr_set_cmd_filter) + drv_rxbr_set_color_format 0x000176a1 Thumb Code 20 drv_rxbr.o(i.drv_rxbr_set_color_format) + drv_rxbr_set_inten 0x000176b5 Thumb Code 20 drv_rxbr.o(i.drv_rxbr_set_inten) + drv_rxbr_set_ltpo_drop_th 0x000176c9 Thumb Code 16 drv_rxbr.o(i.drv_rxbr_set_ltpo_drop_th) + drv_rxbr_set_usr_cfg 0x000176d9 Thumb Code 38 drv_rxbr.o(i.drv_rxbr_set_usr_cfg) + drv_rxbr_set_usr_col 0x000176ff Thumb Code 8 drv_rxbr.o(i.drv_rxbr_set_usr_col) + drv_rxbr_set_usr_row 0x00017707 Thumb Code 8 drv_rxbr.o(i.drv_rxbr_set_usr_row) + drv_spi_m_read_data 0x00017711 Thumb Code 28 drv_spi_master.o(i.drv_spi_m_read_data) + drv_swire_set_int 0x00017731 Thumb Code 64 drv_swire.o(i.drv_swire_set_int) + drv_swire_set_power_down 0x00017779 Thumb Code 24 drv_swire.o(i.drv_swire_set_power_down) + drv_sys_cfg_clear_all_int 0x00017795 Thumb Code 8 drv_sys_cfg.o(i.drv_sys_cfg_clear_all_int) + drv_sys_cfg_clear_pending 0x000177a1 Thumb Code 32 drv_sys_cfg.o(i.drv_sys_cfg_clear_pending) + drv_sys_cfg_sel_ap_rst_lvl_trig 0x000177c9 Thumb Code 18 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_lvl_trig) + drv_sys_cfg_sel_ap_rst_trig 0x000177e1 Thumb Code 22 drv_sys_cfg.o(i.drv_sys_cfg_sel_ap_rst_trig) + drv_sys_cfg_sel_gpio_group 0x000177fd Thumb Code 30 drv_sys_cfg.o(i.drv_sys_cfg_sel_gpio_group) + drv_sys_cfg_sel_int_trig 0x00017821 Thumb Code 30 drv_sys_cfg.o(i.drv_sys_cfg_sel_int_trig) + drv_sys_cfg_set_dma_rx_req 0x00017845 Thumb Code 10 drv_sys_cfg.o(i.drv_sys_cfg_set_dma_rx_req) + drv_sys_cfg_set_dma_tx_req 0x00017855 Thumb Code 10 drv_sys_cfg.o(i.drv_sys_cfg_set_dma_tx_req) + drv_sys_cfg_set_int 0x00017865 Thumb Code 30 drv_sys_cfg.o(i.drv_sys_cfg_set_int) + drv_timer_clear_status_flags 0x00017889 Thumb Code 26 drv_timer.o(i.drv_timer_clear_status_flags) + drv_timer_enable 0x000178a3 Thumb Code 32 drv_timer.o(i.drv_timer_enable) + drv_timer_get_instance 0x000178c5 Thumb Code 10 drv_timer.o(i.drv_timer_get_instance) + drv_timer_get_prescaler 0x000178d5 Thumb Code 14 drv_timer.o(i.drv_timer_get_prescaler) + drv_timer_register_callback 0x00017929 Thumb Code 14 drv_timer.o(i.drv_timer_register_callback) + drv_timer_set_current_count 0x0001793d Thumb Code 12 drv_timer.o(i.drv_timer_set_current_count) + drv_timer_set_int 0x00017949 Thumb Code 68 drv_timer.o(i.drv_timer_set_int) + drv_timer_set_match 0x00017991 Thumb Code 12 drv_timer.o(i.drv_timer_set_match) + drv_timer_set_prescaler 0x0001799d Thumb Code 22 drv_timer.o(i.drv_timer_set_prescaler) + drv_tx_phy_test_enter 0x000179bd Thumb Code 28 drv_dsi_tx.o(i.drv_tx_phy_test_enter) + drv_tx_phy_test_exit 0x000179d9 Thumb Code 28 drv_dsi_tx.o(i.drv_tx_phy_test_exit) + drv_vidc_clear_irq 0x00017a2b Thumb Code 8 drv_vidc.o(i.drv_vidc_clear_irq) + drv_vidc_enable 0x00017a33 Thumb Code 24 drv_vidc.o(i.drv_vidc_enable) + drv_vidc_enable_irq 0x00017a4d Thumb Code 58 drv_vidc.o(i.drv_vidc_enable_irq) + drv_vidc_get_irq_status 0x00017a8d Thumb Code 18 drv_vidc.o(i.drv_vidc_get_irq_status) + drv_vidc_init_module_enable 0x00017aa1 Thumb Code 36 drv_vidc.o(i.drv_vidc_init_module_enable) + drv_vidc_register_callback 0x00017ac9 Thumb Code 6 drv_vidc.o(i.drv_vidc_register_callback) + drv_vidc_reset 0x00017ad5 Thumb Code 6 drv_vidc.o(i.drv_vidc_reset) + drv_vidc_set_dst_parameter 0x00017adb Thumb Code 60 drv_vidc.o(i.drv_vidc_set_dst_parameter) + drv_vidc_set_irqen 0x00017b17 Thumb Code 20 drv_vidc.o(i.drv_vidc_set_irqen) + drv_vidc_set_mirror 0x00017b2b Thumb Code 16 drv_vidc.o(i.drv_vidc_set_mirror) + drv_vidc_set_p2r_hcoef0 0x00017b3b Thumb Code 8 drv_vidc.o(i.drv_vidc_set_p2r_hcoef0) + drv_vidc_set_p2r_hinitb 0x00017b43 Thumb Code 38 drv_vidc.o(i.drv_vidc_set_p2r_hinitb) + drv_vidc_set_p2r_hinitr 0x00017b69 Thumb Code 38 drv_vidc.o(i.drv_vidc_set_p2r_hinitr) + drv_vidc_set_pentile_swap 0x00017b91 Thumb Code 18 drv_vidc.o(i.drv_vidc_set_pentile_swap) + drv_vidc_set_pu_ctrl 0x00017ba9 Thumb Code 10 drv_vidc.o(i.drv_vidc_set_pu_ctrl) + drv_vidc_set_rotation 0x00017bb3 Thumb Code 16 drv_vidc.o(i.drv_vidc_set_rotation) + drv_vidc_set_scld_hcoef0 0x00017bc3 Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_hcoef0) + drv_vidc_set_scld_hcoef1 0x00017bcd Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_hcoef1) + drv_vidc_set_scld_step 0x00017bd7 Thumb Code 18 drv_vidc.o(i.drv_vidc_set_scld_step) + drv_vidc_set_scld_vcoef0 0x00017be9 Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_vcoef0) + drv_vidc_set_scld_vcoef1 0x00017bf3 Thumb Code 10 drv_vidc.o(i.drv_vidc_set_scld_vcoef1) + drv_vidc_set_src_parameter 0x00017bfd Thumb Code 22 drv_vidc.o(i.drv_vidc_set_src_parameter) + drv_wdg_clear_counter 0x00017c15 Thumb Code 12 drv_wdg.o(i.drv_wdg_clear_counter) + drv_wdg_set_int 0x00017c45 Thumb Code 48 drv_wdg.o(i.drv_wdg_set_int) + fls_clr_interrupt_flag 0x00017c79 Thumb Code 10 drv_fls.o(i.fls_clr_interrupt_flag) + fputc 0x00017c83 Thumb Code 20 tau_log.o(i.fputc) + hal_dsi_rx_ctrl_create_handle 0x00017c99 Thumb Code 42 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_create_handle) + hal_dsi_rx_ctrl_deinit 0x00017cc9 Thumb Code 148 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_deinit) + hal_dsi_rx_ctrl_dsc_async_handler 0x00017d65 Thumb Code 120 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_dsc_async_handler) + hal_dsi_rx_ctrl_gen_a_tear_signal 0x00017de9 Thumb Code 32 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_gen_a_tear_signal) + hal_dsi_rx_ctrl_get_max_ret_size 0x00017e11 Thumb Code 30 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_get_max_ret_size) + hal_dsi_rx_ctrl_init 0x00017e39 Thumb Code 144 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_init) + hal_dsi_rx_ctrl_pre_init_pps 0x0001856d Thumb Code 56 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_pre_init_pps) + hal_dsi_rx_ctrl_send_ack_cmd 0x000185a9 Thumb Code 212 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_send_ack_cmd) + hal_dsi_rx_ctrl_set_cus_sync_line 0x00018699 Thumb Code 44 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_cus_sync_line) + hal_dsi_rx_ctrl_set_hw_tear_mode 0x000186cd Thumb Code 42 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_hw_tear_mode) + hal_dsi_rx_ctrl_set_sw_tear_mode 0x000187ad Thumb Code 42 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_set_sw_tear_mode) + hal_dsi_rx_ctrl_start 0x000187e1 Thumb Code 46 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_start) + hal_dsi_rx_ctrl_stop 0x0001881d Thumb Code 46 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_stop) + hal_dsi_rx_ctrl_toggle_resolution 0x00018859 Thumb Code 28 hal_dsi_rx_ctrl.o(i.hal_dsi_rx_ctrl_toggle_resolution) + hal_dsi_tx_ctrl_create_handle 0x00018f0d Thumb Code 34 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_create_handle) + hal_dsi_tx_ctrl_deinit 0x00018f39 Thumb Code 68 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_deinit) + hal_dsi_tx_ctrl_enter_init_panel_mode 0x00018f81 Thumb Code 68 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_enter_init_panel_mode) + hal_dsi_tx_ctrl_exit_init_panel_mode 0x00018fcd Thumb Code 32 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_exit_init_panel_mode) + hal_dsi_tx_ctrl_init 0x00018ff5 Thumb Code 188 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_init) + hal_dsi_tx_ctrl_panel_reset_pin 0x000190dd Thumb Code 12 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_panel_reset_pin) + hal_dsi_tx_ctrl_set_ccm 0x000190e9 Thumb Code 28 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_ccm) + hal_dsi_tx_ctrl_set_overwrite_rgb 0x00019109 Thumb Code 16 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_overwrite_rgb) + hal_dsi_tx_ctrl_set_partial_disp 0x0001911d Thumb Code 12 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp) + hal_dsi_tx_ctrl_set_partial_disp_area 0x0001912d Thumb Code 30 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_set_partial_disp_area) + hal_dsi_tx_ctrl_start 0x00019151 Thumb Code 94 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_start) + hal_dsi_tx_ctrl_stop 0x000191bd Thumb Code 54 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_stop) + hal_dsi_tx_ctrl_write_array_cmd 0x00019201 Thumb Code 210 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_array_cmd) + hal_dsi_tx_ctrl_write_cmd 0x000192d9 Thumb Code 172 hal_dsi_tx_ctrl.o(i.hal_dsi_tx_ctrl_write_cmd) + hal_gpio_ctrl_eint 0x0001956d Thumb Code 18 hal_gpio.o(i.hal_gpio_ctrl_eint) + hal_gpio_get_input_data 0x00019585 Thumb Code 18 hal_gpio.o(i.hal_gpio_get_input_data) + hal_gpio_init_eint 0x00019599 Thumb Code 58 hal_gpio.o(i.hal_gpio_init_eint) + hal_gpio_init_input 0x000195d9 Thumb Code 28 hal_gpio.o(i.hal_gpio_init_input) + hal_gpio_init_output 0x000195f9 Thumb Code 34 hal_gpio.o(i.hal_gpio_init_output) + hal_gpio_reg_eint_cb 0x00019621 Thumb Code 20 hal_gpio.o(i.hal_gpio_reg_eint_cb) + hal_gpio_set_ap_reset_int 0x00019639 Thumb Code 76 hal_gpio.o(i.hal_gpio_set_ap_reset_int) + hal_gpio_set_mode 0x00019689 Thumb Code 90 hal_gpio.o(i.hal_gpio_set_mode) + hal_gpio_set_output_data 0x000196e9 Thumb Code 8 hal_gpio.o(i.hal_gpio_set_output_data) + hal_gpio_set_pull_state 0x000196f1 Thumb Code 26 hal_gpio.o(i.hal_gpio_set_pull_state) + hal_i2c_m_dma_init 0x00019711 Thumb Code 92 hal_i2c_master.o(i.hal_i2c_m_dma_init) + hal_i2c_m_dma_read 0x0001977d Thumb Code 26 hal_i2c_master.o(i.hal_i2c_m_dma_read) + hal_i2c_m_dma_write 0x0001979d Thumb Code 24 hal_i2c_master.o(i.hal_i2c_m_dma_write) + hal_i2c_m_transfer_complate 0x000197b9 Thumb Code 6 hal_i2c_master.o(i.hal_i2c_m_transfer_complate) + hal_i2c_s_dma_write 0x000197f5 Thumb Code 46 hal_i2c_slave.o(i.hal_i2c_s_dma_write) + hal_i2c_s_init 0x0001982d Thumb Code 86 hal_i2c_slave.o(i.hal_i2c_s_init) + hal_i2c_s_nonblocking_read 0x00019899 Thumb Code 14 hal_i2c_slave.o(i.hal_i2c_s_nonblocking_read) + hal_i2c_s_set_transfer 0x000198ad Thumb Code 6 hal_i2c_slave.o(i.hal_i2c_s_set_transfer) + hal_internal_init_memc 0x00019a05 Thumb Code 146 hal_internal_vsync.o(i.hal_internal_init_memc) + hal_internal_sync_get_fb_setting 0x00019ae9 Thumb Code 12 hal_internal_vsync.o(i.hal_internal_sync_get_fb_setting) + hal_internal_sync_input_resolution_change 0x00019af9 Thumb Code 418 hal_internal_vsync.o(i.hal_internal_sync_input_resolution_change) + hal_internal_vsync_deinit 0x00019d0d Thumb Code 24 hal_internal_vsync.o(i.hal_internal_vsync_deinit) + hal_internal_vsync_get_rx_state 0x00019d29 Thumb Code 6 hal_internal_vsync.o(i.hal_internal_vsync_get_rx_state) + hal_internal_vsync_get_sync_line 0x00019d35 Thumb Code 18 hal_internal_vsync.o(i.hal_internal_vsync_get_sync_line) + hal_internal_vsync_get_tx_state 0x00019d4d Thumb Code 6 hal_internal_vsync.o(i.hal_internal_vsync_get_tx_state) + hal_internal_vsync_init_rx 0x00019d59 Thumb Code 220 hal_internal_vsync.o(i.hal_internal_vsync_init_rx) + hal_internal_vsync_init_tx 0x00019e55 Thumb Code 172 hal_internal_vsync.o(i.hal_internal_vsync_init_tx) + hal_internal_vsync_set_auto_hw_filter 0x00019f05 Thumb Code 222 hal_internal_vsync.o(i.hal_internal_vsync_set_auto_hw_filter) + hal_internal_vsync_set_rx_state 0x0001a021 Thumb Code 16 hal_internal_vsync.o(i.hal_internal_vsync_set_rx_state) + hal_internal_vsync_set_sync_line 0x0001a035 Thumb Code 22 hal_internal_vsync.o(i.hal_internal_vsync_set_sync_line) + hal_internal_vsync_set_tear_mode 0x0001a051 Thumb Code 64 hal_internal_vsync.o(i.hal_internal_vsync_set_tear_mode) + hal_internal_vsync_set_tx_state 0x0001a099 Thumb Code 54 hal_internal_vsync.o(i.hal_internal_vsync_set_tx_state) + hal_spi_m_clear_rxfifo 0x0001a4bd Thumb Code 14 hal_spi_master.o(i.hal_spi_m_clear_rxfifo) + hal_swire_open 0x0001a4cb Thumb Code 22 hal_swire.o(i.hal_swire_open) + hal_system_enable_systick 0x0001a4e1 Thumb Code 8 hal_system.o(i.hal_system_enable_systick) + hal_system_init 0x0001a4e9 Thumb Code 104 hal_system.o(i.hal_system_init) + hal_system_init_console 0x0001a571 Thumb Code 28 hal_system.o(i.hal_system_init_console) + hal_system_set_phy_calibration 0x0001a58d Thumb Code 8 hal_system.o(i.hal_system_set_phy_calibration) + hal_system_set_pvd 0x0001a595 Thumb Code 8 hal_system.o(i.hal_system_set_pvd) + hal_system_set_vcc 0x0001a59d Thumb Code 8 hal_system.o(i.hal_system_set_vcc) + hal_timer_init 0x0001a5a5 Thumb Code 26 hal_timer.o(i.hal_timer_init) + hal_timer_start 0x0001a5c1 Thumb Code 74 hal_timer.o(i.hal_timer_start) + hal_timer_stop 0x0001a611 Thumb Code 48 hal_timer.o(i.hal_timer_stop) + hal_uart_init 0x0001a641 Thumb Code 126 hal_uart.o(i.hal_uart_init) + hal_uart_transmit_blocking 0x0001a6cd Thumb Code 12 hal_uart.o(i.hal_uart_transmit_blocking) + handle_init 0x0001a6dd Thumb Code 140 irq_redirect .o(i.handle_init) + main 0x0001a90d Thumb Code 10 main.o(i.main) + sqrt 0x0001b4b1 Thumb Code 66 sqrt.o(i.sqrt) + tp_heartbeat_exec 0x0001b4f9 Thumb Code 56 ap_demo.o(i.tp_heartbeat_exec) + panel_init_code 0x0001b93c Data 6319 ap_demo.o(.constdata) + wCRCTalbeAbs 0x0001d26c Data 32 app_tp_st_touch.o(.constdata) + phone_data_21 0x0001d35e Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_55 0x0001d35f Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_85_1 0x0001d360 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_92_1 0x0001d361 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_F5_1 0x0001d362 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_F5_2 0x0001d363 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_F5_3 0x0001d364 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_F5_4 0x0001d365 Data 1 app_tp_for_custom_s8.o(.constdata) + phone_data_30 0x0001d366 Data 2 app_tp_for_custom_s8.o(.constdata) + phone_data_52 0x0001d368 Data 3 app_tp_for_custom_s8.o(.constdata) + phone_data_92_3 0x0001d36b Data 3 app_tp_for_custom_s8.o(.constdata) + phone_data_A3 0x0001d36e Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_A4 0x0001d372 Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_A5 0x0001d376 Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_AF 0x0001d37a Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_F1 0x0001d37e Data 4 app_tp_for_custom_s8.o(.constdata) + phone_data_22 0x0001d382 Data 5 app_tp_for_custom_s8.o(.constdata) + phone_data_92_2 0x0001d387 Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_F6_1 0x0001d38d Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_F6_2 0x0001d393 Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_F6_3 0x0001d399 Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_F6_4 0x0001d39f Data 6 app_tp_for_custom_s8.o(.constdata) + phone_data_60_1 0x0001d3a5 Data 16 app_tp_for_custom_s8.o(.constdata) + phone_data_23 0x0001d3b5 Data 11 app_tp_for_custom_s8.o(.constdata) + phone_data_85_2 0x0001d3c0 Data 28 app_tp_for_custom_s8.o(.constdata) + phone_data_90 0x0001d3dc Data 10 app_tp_for_custom_s8.o(.constdata) + phone_data_72_0 0x0001d3e6 Data 1292 app_tp_for_custom_s8.o(.constdata) + phone_data_72_5 0x0001d8f2 Data 1292 app_tp_for_custom_s8.o(.constdata) + phone_data_72_13 0x0001ddfe Data 1292 app_tp_for_custom_s8.o(.constdata) + phone_data_75_01 0x0001e30a Data 654 app_tp_for_custom_s8.o(.constdata) + phone_data_75_02 0x0001e598 Data 654 app_tp_for_custom_s8.o(.constdata) + phone_data_75_03 0x0001e826 Data 654 app_tp_for_custom_s8.o(.constdata) + phone_data_75_06 0x0001eab4 Data 654 app_tp_for_custom_s8.o(.constdata) + phone_data_75_07 0x0001ed42 Data 654 app_tp_for_custom_s8.o(.constdata) + phone_data_75_05 0x0001efd0 Data 654 app_tp_for_custom_s8.o(.constdata) + phone_data_75_00 0x0001f25e Data 288 app_tp_for_custom_s8.o(.constdata) + phone_data_75_FF 0x0001f37e Data 288 app_tp_for_custom_s8.o(.constdata) + sleep_on 0x0001f49e Data 16 app_tp_for_custom_s8.o(.constdata) + screen_reg_start_data_size 0x0001f4ae Data 1 app_tp_for_custom_s8.o(.constdata) + Region$$Table$$Base 0x0001f7bc Number 0 anon$$obj.o(Region$$Table) + Region$$Table$$Limit 0x0001f7ec Number 0 anon$$obj.o(Region$$Table) + g_fun_handle 0x00070100 Data 192 irq_redirect .o(.ARM.__AT_0x00070100) + phone_86_flag 0x000701d6 Data 1 ap_demo.o(.data) + phone_A6_flag 0x000701d7 Data 1 ap_demo.o(.data) + phone_start_flag 0x000701d8 Data 1 ap_demo.o(.data) + phone_DisplayOFF_flag 0x000701d9 Data 1 ap_demo.o(.data) + ap_tear_flag 0x000701dd Data 1 ap_demo.o(.data) + g_enter_display_off 0x000701de Data 1 ap_demo.o(.data) + panel_mode 0x000701e0 Data 1 ap_demo.o(.data) + phone_DisplayOFF_count 0x000701e2 Data 2 ap_demo.o(.data) + value_reg_b1 0x000701e4 Data 2 ap_demo.o(.data) + value_reg_b1_bak 0x000701e6 Data 2 ap_demo.o(.data) + value_reg51 0x000701e8 Data 2 ap_demo.o(.data) + value_reg51_bak 0x000701ea Data 2 ap_demo.o(.data) + panel_r 0x000701ec Data 2 ap_demo.o(.data) + panel_g 0x000701ee Data 2 ap_demo.o(.data) + panel_b 0x000701f0 Data 2 ap_demo.o(.data) + s_heartbeat 0x000701fc Data 4 ap_demo.o(.data) + value_reg_ca 0x00070200 Data 4 ap_demo.o(.data) + s_screen_init_complate 0x0007020c Data 1 app_tp_transfer.o(.data) + MI10_PRO_screen_init_data1 0x00070210 Data 3 app_tp_transfer.o(.data) + MI10_PRO_screen_init_data3 0x00070213 Data 3 app_tp_transfer.o(.data) + MI10_PRO_screen_init_data4 0x00070216 Data 3 app_tp_transfer.o(.data) + MI10_PRO_screen_init_data2 0x00070219 Data 6 app_tp_transfer.o(.data) + st_touch_init_sensor_off 0x00070221 Data 3 app_tp_st_touch.o(.data) + st_touch_init_sensor_on 0x00070224 Data 3 app_tp_st_touch.o(.data) + st_touch_tp_tuning_reset 0x00070227 Data 3 app_tp_st_touch.o(.data) + st_touch_tp_tuning_FpnlInit 0x0007022a Data 3 app_tp_st_touch.o(.data) + st_touch_tp_tuning_PnlInit 0x0007022d Data 3 app_tp_st_touch.o(.data) + st_touch_tp_tuning_SvCfg 0x00070230 Data 3 app_tp_st_touch.o(.data) + st_touch_tp_tuning_SvCx 0x00070233 Data 3 app_tp_st_touch.o(.data) + st_touch_tp_tuning_SvPnl 0x00070236 Data 3 app_tp_st_touch.o(.data) + st_touch_tp_tuning_clearfifo 0x00070239 Data 3 app_tp_st_touch.o(.data) + st_touch_tp_tuning_clkreset 0x0007023c Data 3 app_tp_st_touch.o(.data) + st_touch_tp_tuning_TuneM 0x0007023f Data 4 app_tp_st_touch.o(.data) + st_touch_tp_tuning_TuneS 0x00070243 Data 4 app_tp_st_touch.o(.data) + phone_data_E4 0x00070270 Data 1 app_tp_for_custom_s8.o(.data) + tp_flag 0x00070271 Data 1 app_tp_for_custom_s8.o(.data) + g_phone_output_int_pad 0x00070272 Data 1 app_tp_for_custom_s8.o(.data) + tp_sleep_in 0x00070273 Data 1 app_tp_for_custom_s8.o(.data) + tp_sleep_count 0x00070274 Data 1 app_tp_for_custom_s8.o(.data) + sleep_double_EN 0x00070275 Data 1 app_tp_for_custom_s8.o(.data) + Flag_EA_EN 0x00070276 Data 1 app_tp_for_custom_s8.o(.data) + Flag_touch_count 0x00070277 Data 1 app_tp_for_custom_s8.o(.data) + touchnum_bak 0x00070278 Data 1 app_tp_for_custom_s8.o(.data) + Flag_blacklight_EN 0x00070279 Data 1 app_tp_for_custom_s8.o(.data) + phone_data_B1 0x00070282 Data 2 app_tp_for_custom_s8.o(.data) + phone_reg_coord_back 0x0007028c Data 200 app_tp_for_custom_s8.o(.data) + g_screen_input_rst_pad 0x00070354 Data 1 app_tp_for_custom_s8.o(.data) + g_screen_input_int_pad 0x00070355 Data 1 app_tp_for_custom_s8.o(.data) + screen_data_write_1 0x00070356 Data 1 app_tp_for_custom_s8.o(.data) + screen_data_write_2 0x00070357 Data 3 app_tp_for_custom_s8.o(.data) + screen_data_write_3 0x0007035a Data 5 app_tp_for_custom_s8.o(.data) + screen_reg_int_data 0x00070360 Data 48 app_tp_for_custom_s8.o(.data) + g_fls_w_cmd 0x00070390 Data 1 norflash.o(.data) + g_fls_r_cmd 0x00070391 Data 1 norflash.o(.data) + g_fls_write_en_status 0x00070392 Data 1 norflash.o(.data) + isFlsTransferEnd 0x00070393 Data 1 norflash.o(.data) + isFlsFifoReq 0x00070394 Data 1 norflash.o(.data) + isNandWriteCompleted 0x00070395 Data 1 norflash.o(.data) + isNandReadCompleted 0x00070396 Data 1 norflash.o(.data) + g_fls_error_info 0x0007039c Data 6 norflash.o(.data) + g_systick_cb_func 0x000703a8 Data 4 drv_common.o(.data) + g_system_clock 0x000703ac Data 4 drv_common.o(.data) + tx_byte_num 0x000703c4 Data 4 drv_i2c_slave.o(.data) + g_scld_fhd_filter_h 0x000703c8 Data 256 drv_param_init.o(.data) + g_scld_fhd_filter_v 0x000704c8 Data 256 drv_param_init.o(.data) + g_scld_hd_filter_h 0x000705c8 Data 256 drv_param_init.o(.data) + g_scld_hd_filter_v 0x000706c8 Data 256 drv_param_init.o(.data) + g_sclu_lanczos_filter 0x000707c8 Data 128 drv_param_init.o(.data) + g_ccm_setting 0x00070848 Data 36 drv_param_init.o(.data) + g_int_rxbr_irq0_cb_func 0x000708d0 Data 4 drv_rxbr.o(.data) + g_int_rxbr_irq1_cb_func 0x000708d4 Data 4 drv_rxbr.o(.data) + g_int_vidc_cb_func 0x000708d8 Data 4 drv_vidc.o(.data) + __stdout 0x0007090c Data 4 stdout.o(.data) + tp_scan_data 0x00070aa4 Data 12 app_tp_st_touch.o(.bss) + string 0x00070bb8 Data 256 tau_log.o(.bss) + hal_dmahandle 0x00070cb8 Data 160 hal_uart.o(.bss) + hal_uarthandle_dma 0x00070d58 Data 32 hal_uart.o(.bss) + hal_uart_handle_global 0x00070d78 Data 16 hal_uart.o(.bss) + g_vsync_hande 0x00070f24 Data 56 hal_internal_vsync.o(.bss) + g_dcs_execute_table 0x00070f5c Data 2048 hal_internal_vsync.o(.bss) + g_packet_fifo 0x0007187c Data 4144 dcs_packet_fifo.o(.bss) + g_spis_ctrl_handle 0x000728ac Data 32 hal_spi_slave.o(.bss) + __stack_limit 0x000728d0 Data 0 startup_armcm0.o(STACK) + __initial_sp 0x000738d0 Data 0 startup_armcm0.o(STACK) + + + +============================================================================== + +Memory Map of the image + + Image Entry point : 0x000100c1 + + Load Region LR_IROM2 (Base: 0x00010000, Size: 0x0000ff30, Max: 0x00010000, ABSOLUTE, COMPRESSED[0x0000fbd4]) + + Execution Region ER_IROM2 (Exec base: 0x00010000, Load base: 0x00010000, Size: 0x0000f7ec, Max: 0x00010000, ABSOLUTE) + + Exec Addr Load Addr Size Type Attr Idx E Section Name Object + + 0x00010000 0x00010000 0x000000c0 Data RO 572 RESET startup_armcm0.o + 0x000100c0 0x000100c0 0x00000000 Code RO 2692 * .ARM.Collect$$$$00000000 mc_p.l(entry.o) + 0x000100c0 0x000100c0 0x00000004 Code RO 3002 .ARM.Collect$$$$00000001 mc_p.l(entry2.o) + 0x000100c4 0x000100c4 0x00000004 Code RO 3005 .ARM.Collect$$$$00000004 mc_p.l(entry5.o) + 0x000100c8 0x000100c8 0x00000000 Code RO 3007 .ARM.Collect$$$$00000008 mc_p.l(entry7b.o) + 0x000100c8 0x000100c8 0x00000000 Code RO 3009 .ARM.Collect$$$$0000000A mc_p.l(entry8b.o) + 0x000100c8 0x000100c8 0x00000008 Code RO 3010 .ARM.Collect$$$$0000000B mc_p.l(entry9a.o) + 0x000100d0 0x000100d0 0x00000000 Code RO 3012 .ARM.Collect$$$$0000000D mc_p.l(entry10a.o) + 0x000100d0 0x000100d0 0x00000000 Code RO 3014 .ARM.Collect$$$$0000000F mc_p.l(entry11a.o) + 0x000100d0 0x000100d0 0x00000004 Code RO 3003 .ARM.Collect$$$$00002712 mc_p.l(entry2.o) + 0x000100d4 0x000100d4 0x00000078 Code RO 573 .text startup_armcm0.o + 0x0001014c 0x0001014c 0x0000002c Code RO 2695 .text mc_p.l(uidiv.o) + 0x00010178 0x00010178 0x00000028 Code RO 2697 .text mc_p.l(idiv.o) + 0x000101a0 0x000101a0 0x00000024 Code RO 2699 .text mc_p.l(memcpya.o) + 0x000101c4 0x000101c4 0x00000024 Code RO 2701 .text mc_p.l(memseta.o) + 0x000101e8 0x000101e8 0x000000b2 Code RO 2966 .text mf_p.l(fadd.o) + 0x0001029a 0x0001029a 0x0000007a Code RO 2968 .text mf_p.l(fmul.o) + 0x00010314 0x00010314 0x0000007c Code RO 2970 .text mf_p.l(fdiv.o) + 0x00010390 0x00010390 0x00000018 Code RO 2972 .text mf_p.l(fscalb.o) + 0x000103a8 0x000103a8 0x00000164 Code RO 2974 .text mf_p.l(dadd.o) + 0x0001050c 0x0001050c 0x000000d0 Code RO 2976 .text mf_p.l(dmul.o) + 0x000105dc 0x000105dc 0x000000f0 Code RO 2978 .text mf_p.l(ddiv.o) + 0x000106cc 0x000106cc 0x00000016 Code RO 2980 .text mf_p.l(fflti.o) + 0x000106e2 0x000106e2 0x0000000e Code RO 2982 .text mf_p.l(ffltui.o) + 0x000106f0 0x000106f0 0x0000001c Code RO 2986 .text mf_p.l(dfltui.o) + 0x0001070c 0x0001070c 0x00000032 Code RO 2988 .text mf_p.l(ffixi.o) + 0x0001073e 0x0001073e 0x00000028 Code RO 2990 .text mf_p.l(ffixui.o) + 0x00010766 0x00010766 0x00000002 PAD + 0x00010768 0x00010768 0x00000048 Code RO 2992 .text mf_p.l(dfixi.o) + 0x000107b0 0x000107b0 0x0000003c Code RO 2994 .text mf_p.l(dfixui.o) + 0x000107ec 0x000107ec 0x00000028 Code RO 2996 .text mf_p.l(f2d.o) + 0x00010814 0x00010814 0x00000028 Code RO 2998 .text mf_p.l(cdcmple.o) + 0x0001083c 0x0001083c 0x00000014 Code RO 3000 .text mf_p.l(cfrcmple.o) + 0x00010850 0x00010850 0x00000060 Code RO 3017 .text mc_p.l(uldiv.o) + 0x000108b0 0x000108b0 0x00000020 Code RO 3019 .text mc_p.l(llshl.o) + 0x000108d0 0x000108d0 0x00000022 Code RO 3021 .text mc_p.l(llushr.o) + 0x000108f2 0x000108f2 0x00000026 Code RO 3023 .text mc_p.l(llsshr.o) + 0x00010918 0x00010918 0x00000000 Code RO 3032 .text mc_p.l(iusefp.o) + 0x00010918 0x00010918 0x00000082 Code RO 3033 .text mf_p.l(fepilogue.o) + 0x0001099a 0x0001099a 0x000000be Code RO 3035 .text mf_p.l(depilogue.o) + 0x00010a58 0x00010a58 0x000000a2 Code RO 3039 .text mf_p.l(dsqrt.o) + 0x00010afa 0x00010afa 0x00000002 PAD + 0x00010afc 0x00010afc 0x00000040 Code RO 3041 .text mf_p.l(dfixul.o) + 0x00010b3c 0x00010b3c 0x00000028 Code RO 3043 .text mf_p.l(cdrcmple.o) + 0x00010b64 0x00010b64 0x00000024 Code RO 3045 .text mc_p.l(init.o) + 0x00010b88 0x00010b88 0x00000056 Code RO 3055 .text mc_p.l(__dczerorl2.o) + 0x00010bde 0x00010bde 0x00000002 PAD + 0x00010be0 0x00010be0 0x00000018 Code RO 2287 i.ADC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010bf8 0x00010bf8 0x00000018 Code RO 2288 i.AP_NRESET_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c10 0x00010c10 0x00000040 Code RO 449 i.CRC16_2 app_tp_st_touch.o + 0x00010c50 0x00010c50 0x00000014 Code RO 2289 i.DMA_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c64 0x00010c64 0x0000001c Code RO 2290 i.EXTI_INT0_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c80 0x00010c80 0x0000001c Code RO 2291 i.EXTI_INT1_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010c9c 0x00010c9c 0x0000001c Code RO 2292 i.EXTI_INT2_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010cb8 0x00010cb8 0x0000001c Code RO 2293 i.EXTI_INT3_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010cd4 0x00010cd4 0x0000001c Code RO 2294 i.EXTI_INT4_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010cf0 0x00010cf0 0x0000001c Code RO 2295 i.EXTI_INT5_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d0c 0x00010d0c 0x0000001c Code RO 2296 i.EXTI_INT6_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d28 0x00010d28 0x0000001c Code RO 2297 i.EXTI_INT7_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d44 0x00010d44 0x00000014 Code RO 2298 i.FLSCTRL_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010d58 0x00010d58 0x00000074 Code RO 99 i.Gpio_swire_output ap_demo.o + 0x00010dcc 0x00010dcc 0x00000014 Code RO 2299 i.HardFault_Handler CVWL568.lib(irq_redirect .o) + 0x00010de0 0x00010de0 0x00000018 Code RO 2300 i.I2C0_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010df8 0x00010df8 0x00000018 Code RO 2301 i.I2C1_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010e10 0x00010e10 0x00000018 Code RO 2302 i.LCDC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010e28 0x00010e28 0x00000028 Code RO 948 i.LOG_printf CVWL568.lib(tau_log.o) + 0x00010e50 0x00010e50 0x00000018 Code RO 2303 i.MEMC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010e68 0x00010e68 0x00000018 Code RO 2304 i.MIPI_RX_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010e80 0x00010e80 0x00000018 Code RO 2305 i.MIPI_TX_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010e98 0x00010e98 0x0000001c Code RO 2306 i.PWMDET_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010eb4 0x00010eb4 0x00000124 Code RO 281 i.S20_Start_init app_tp_transfer.o + 0x00010fd8 0x00010fd8 0x0000001c Code RO 2307 i.SPIM_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00010ff4 0x00010ff4 0x00000002 Code RO 2552 i.UART_DisableDma CVWL568.lib(drv_uart.o) + 0x00010ff6 0x00010ff6 0x00000004 Code RO 2558 i.UART_GetInstance CVWL568.lib(drv_uart.o) + 0x00010ffa 0x00010ffa 0x00000002 Code RO 3050 i.__scatterload_null mc_p.l(handlers.o) + 0x00010ffc 0x00010ffc 0x00000004 Code RO 296 i.app_tp_screen_int_lvl_low app_tp_transfer.o + 0x00011000 0x00011000 0x00000014 Data RO 1201 .ARM.__at_0x11000 CVWL568.lib(drv_common.o) + 0x00011014 0x00011014 0x0000001c Code RO 2308 i.SPIS_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00011030 0x00011030 0x0000001c Code RO 2309 i.SWIRE_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x0001104c 0x0001104c 0x00000018 Code RO 2310 i.SysTick_Handler CVWL568.lib(irq_redirect .o) + 0x00011064 0x00011064 0x00000018 Code RO 2311 i.TIMER0_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x0001107c 0x0001107c 0x00000018 Code RO 2312 i.TIMER1_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x00011094 0x00011094 0x00000018 Code RO 2313 i.TIMER2_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x000110ac 0x000110ac 0x00000018 Code RO 2314 i.TIMER3_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x000110c4 0x000110c4 0x0000001c Code RO 2548 i.UART0_IRQ_Handle CVWL568.lib(drv_uart.o) + 0x000110e0 0x000110e0 0x00000018 Code RO 2315 i.UART_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x000110f8 0x000110f8 0x00000024 Code RO 2566 i.UART_ResetRxFIFO CVWL568.lib(drv_uart.o) + 0x0001111c 0x0001111c 0x00000048 Code RO 2569 i.UART_SetBaudRate CVWL568.lib(drv_uart.o) + 0x00011164 0x00011164 0x0000001a Code RO 2570 i.UART_SwitchSCLK CVWL568.lib(drv_uart.o) + 0x0001117e 0x0001117e 0x00000134 Code RO 2572 i.UART_TransferHandleIRQ CVWL568.lib(drv_uart.o) + 0x000112b2 0x000112b2 0x0000001a Code RO 2574 i.UART_WriteBlocking CVWL568.lib(drv_uart.o) + 0x000112cc 0x000112cc 0x000000bc Code RO 2575 i.UART_init CVWL568.lib(drv_uart.o) + 0x00011388 0x00011388 0x00000018 Code RO 2316 i.VIDC_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x000113a0 0x000113a0 0x00000018 Code RO 2317 i.VPRE_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x000113b8 0x000113b8 0x00000018 Code RO 2318 i.WDG_IRQn_Handler CVWL568.lib(irq_redirect .o) + 0x000113d0 0x000113d0 0x00000020 Code RO 2938 i.__0printf mc_p.l(printfa.o) + 0x000113f0 0x000113f0 0x00000024 Code RO 2944 i.__0vsprintf mc_p.l(printfa.o) + 0x00011414 0x00011414 0x0000002e Code RO 3037 i.__ARM_clz mf_p.l(depilogue.o) + 0x00011442 0x00011442 0x0000001a Code RO 233 i.__ARM_common_switch8 ap_demo.o + 0x0001145c 0x0001145c 0x00000018 Code RO 1519 i.__NVIC_ClearPendingIRQ CVWL568.lib(drv_i2c_master.o) + 0x00011474 0x00011474 0x00000018 Code RO 1552 i.__NVIC_ClearPendingIRQ CVWL568.lib(drv_i2c_slave.o) + 0x0001148c 0x0001148c 0x00000018 Code RO 1647 i.__NVIC_ClearPendingIRQ CVWL568.lib(drv_spi_master.o) + 0x000114a4 0x000114a4 0x00000020 Code RO 2141 i.__NVIC_DisableIRQ CVWL568.lib(drv_rxbr.o) + 0x000114c4 0x000114c4 0x00000018 Code RO 2142 i.__NVIC_EnableIRQ CVWL568.lib(drv_rxbr.o) + 0x000114dc 0x000114dc 0x00000044 Code RO 2415 i.__NVIC_SetPriority CVWL568.lib(hal_spi_slave.o) + 0x00011520 0x00011520 0x0000000e Code RO 3049 i.__scatterload_copy mc_p.l(handlers.o) + 0x0001152e 0x0001152e 0x0000000e Code RO 3051 i.__scatterload_zeroinit mc_p.l(handlers.o) + 0x0001153c 0x0001153c 0x0000000c Code RO 3027 i.__set_errno mc_p.l(errno.o) + 0x00011548 0x00011548 0x00000174 Code RO 2945 i._fp_digits mc_p.l(printfa.o) + 0x000116bc 0x000116bc 0x000006ec Code RO 2946 i._printf_core mc_p.l(printfa.o) + 0x00011da8 0x00011da8 0x00000020 Code RO 2947 i._printf_post_padding mc_p.l(printfa.o) + 0x00011dc8 0x00011dc8 0x0000002c Code RO 2948 i._printf_pre_padding mc_p.l(printfa.o) + 0x00011df4 0x00011df4 0x0000000a Code RO 2950 i._sputc mc_p.l(printfa.o) + 0x00011dfe 0x00011dfe 0x00000002 PAD + 0x00011e00 0x00011e00 0x0000139c Code RO 100 i.ap_dcs_read ap_demo.o + 0x0001319c 0x0001319c 0x00000184 Code RO 101 i.ap_demo ap_demo.o + 0x00013320 0x00013320 0x0000002c Code RO 102 i.ap_get_reg_ca ap_demo.o + 0x0001334c 0x0001334c 0x000000b0 Code RO 103 i.ap_get_reg_df ap_demo.o + 0x000133fc 0x000133fc 0x00000030 Code RO 450 i.ap_get_tp_calibration_status_01 app_tp_st_touch.o + 0x0001342c 0x0001342c 0x0000005c Code RO 104 i.ap_reset_cb ap_demo.o + 0x00013488 0x00013488 0x00000360 Code RO 105 i.ap_set_backlight ap_demo.o + 0x000137e8 0x000137e8 0x00000054 Code RO 106 i.ap_set_display_off ap_demo.o + 0x0001383c 0x0001383c 0x00000040 Code RO 107 i.ap_set_display_on ap_demo.o + 0x0001387c 0x0001387c 0x00000060 Code RO 108 i.ap_set_enter_sleep_mode ap_demo.o + 0x000138dc 0x000138dc 0x00000048 Code RO 109 i.ap_set_exit_sleep_mode ap_demo.o + 0x00013924 0x00013924 0x00000098 Code RO 451 i.ap_set_tp_calibration_04 app_tp_st_touch.o + 0x000139bc 0x000139bc 0x000000b0 Code RO 452 i.ap_tp_st_touch_calibration app_tp_st_touch.o + 0x00013a6c 0x00013a6c 0x0000000e Code RO 453 i.ap_tp_st_touch_error_handler_F3 app_tp_st_touch.o + 0x00013a7a 0x00013a7a 0x00000020 Code RO 454 i.ap_tp_st_touch_error_handler_FF app_tp_st_touch.o + 0x00013a9a 0x00013a9a 0x00000002 PAD + 0x00013a9c 0x00013a9c 0x000000a8 Code RO 455 i.ap_tp_st_touch_get_calibration_success_mark app_tp_st_touch.o + 0x00013b44 0x00013b44 0x000000b8 Code RO 456 i.ap_tp_st_touch_hardware_reset app_tp_st_touch.o + 0x00013bfc 0x00013bfc 0x0000001c Code RO 457 i.ap_tp_st_touch_scan_point_init app_tp_st_touch.o + 0x00013c18 0x00013c18 0x0000009c Code RO 458 i.ap_tp_st_touch_scan_point_record_event app_tp_st_touch.o + 0x00013cb4 0x00013cb4 0x00000034 Code RO 459 i.ap_tp_st_touch_scan_point_record_event_exec app_tp_st_touch.o + 0x00013ce8 0x00013ce8 0x00000034 Code RO 460 i.ap_tp_st_touch_simulate_finger_release_event app_tp_st_touch.o + 0x00013d1c 0x00013d1c 0x0000001c Code RO 2143 i.app_ADC_IRQn_Handler CVWL568.lib(drv_rxbr.o) + 0x00013d38 0x00013d38 0x00000024 Code RO 1443 i.app_AP_NRESET_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013d5c 0x00013d5c 0x0000001c Code RO 1444 i.app_EXTI_INT0_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013d78 0x00013d78 0x0000001c Code RO 1445 i.app_EXTI_INT1_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013d94 0x00013d94 0x0000001c Code RO 1446 i.app_EXTI_INT2_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013db0 0x00013db0 0x0000001c Code RO 1447 i.app_EXTI_INT3_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013dcc 0x00013dcc 0x0000001c Code RO 1448 i.app_EXTI_INT4_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013de8 0x00013de8 0x0000001c Code RO 1449 i.app_EXTI_INT5_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013e04 0x00013e04 0x0000001c Code RO 1450 i.app_EXTI_INT6_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013e20 0x00013e20 0x0000001c Code RO 1451 i.app_EXTI_INT7_IRQn_Handler CVWL568.lib(drv_gpio.o) + 0x00013e3c 0x00013e3c 0x00000048 Code RO 1193 i.app_HardFault_Handler CVWL568.lib(drv_common.o) + 0x00013e84 0x00013e84 0x00000010 Code RO 1553 i.app_I2C0_IRQn_Handler CVWL568.lib(drv_i2c_slave.o) + 0x00013e94 0x00013e94 0x00000010 Code RO 1520 i.app_I2C1_IRQn_Handler CVWL568.lib(drv_i2c_master.o) + 0x00013ea4 0x00013ea4 0x000000e0 Code RO 1771 i.app_LCDC_IRQn_Handler CVWL568.lib(hal_internal_vsync.o) + 0x00013f84 0x00013f84 0x00000088 Code RO 2085 i.app_MEMC_IRQn_Handler CVWL568.lib(drv_memc.o) + 0x0001400c 0x0001400c 0x00000298 Code RO 1857 i.app_MIPI_RX_IRQn_Handler CVWL568.lib(drv_dsi_rx.o) + 0x000142a4 0x000142a4 0x000000a0 Code RO 1913 i.app_MIPI_TX_IRQn_Handler CVWL568.lib(drv_dsi_tx.o) + 0x00014344 0x00014344 0x00000048 Code RO 2483 i.app_PWMDET_IRQn_Handler CVWL568.lib(drv_pwm.o) + 0x0001438c 0x0001438c 0x00000030 Code RO 1648 i.app_SPIM_IRQn_Handler CVWL568.lib(drv_spi_master.o) + 0x000143bc 0x000143bc 0x00000200 Code RO 2416 i.app_SPIS_IRQn_Handler CVWL568.lib(hal_spi_slave.o) + 0x000145bc 0x000145bc 0x00000020 Code RO 1680 i.app_SWIRE_IRQn_Handler CVWL568.lib(drv_swire.o) + 0x000145dc 0x000145dc 0x00000018 Code RO 1194 i.app_SysTick_Handler CVWL568.lib(drv_common.o) + 0x000145f4 0x000145f4 0x0000000a Code RO 1730 i.app_TIMER0_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x000145fe 0x000145fe 0x0000000a Code RO 1731 i.app_TIMER1_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x00014608 0x00014608 0x0000000a Code RO 1732 i.app_TIMER2_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x00014612 0x00014612 0x0000000a Code RO 1733 i.app_TIMER3_IRQn_Handler CVWL568.lib(drv_timer.o) + 0x0001461c 0x0001461c 0x00000008 Code RO 2576 i.app_UART_IRQn_Handler CVWL568.lib(drv_uart.o) + 0x00014624 0x00014624 0x0000001c Code RO 2208 i.app_VIDC_IRQn_Handler CVWL568.lib(drv_vidc.o) + 0x00014640 0x00014640 0x0000001c Code RO 2144 i.app_VPRE_IRQn_Handler CVWL568.lib(drv_rxbr.o) + 0x0001465c 0x0001465c 0x00000038 Code RO 2635 i.app_WDG_IRQn_Handler CVWL568.lib(drv_wdg.o) + 0x00014694 0x00014694 0x00000010 Code RO 1305 i.app_dma_irq_handler CVWL568.lib(drv_dma.o) + 0x000146a4 0x000146a4 0x00000030 Code RO 1109 i.app_fls_ctrl_Handler CVWL568.lib(norflash.o) + 0x000146d4 0x000146d4 0x00000024 Code RO 282 i.app_tp_I2C_init app_tp_transfer.o + 0x000146f8 0x000146f8 0x0000008c Code RO 462 i.app_tp_calibration_exec app_tp_st_touch.o + 0x00014784 0x00014784 0x0000000a Code RO 283 i.app_tp_i2cs_callback app_tp_transfer.o + 0x0001478e 0x0001478e 0x00000002 PAD + 0x00014790 0x00014790 0x00000040 Code RO 284 i.app_tp_init app_tp_transfer.o + 0x000147d0 0x000147d0 0x00000020 Code RO 285 i.app_tp_m_read app_tp_transfer.o + 0x000147f0 0x000147f0 0x00000008 Code RO 286 i.app_tp_m_transfer_complate app_tp_transfer.o + 0x000147f8 0x000147f8 0x00000008 Code RO 287 i.app_tp_m_write app_tp_transfer.o + 0x00014800 0x00014800 0x00000410 Code RO 959 i.app_tp_phone_analysis_data WL568_S20U_TP.lib(app_tp_for_custom_s8.o) + 0x00014c10 0x00014c10 0x0000000c Code RO 288 i.app_tp_phone_clear_reset_on app_tp_transfer.o + 0x00014c1c 0x00014c1c 0x00000008 Code RO 290 i.app_tp_s_read app_tp_transfer.o + 0x00014c24 0x00014c24 0x00000008 Code RO 292 i.app_tp_s_write app_tp_transfer.o + 0x00014c2c 0x00014c2c 0x000002d0 Code RO 961 i.app_tp_screen_analysis_int WL568_S20U_TP.lib(app_tp_for_custom_s8.o) + 0x00014efc 0x00014efc 0x0000000c Code RO 294 i.app_tp_screen_int_callback app_tp_transfer.o + 0x00014f08 0x00014f08 0x00000038 Code RO 295 i.app_tp_screen_int_init app_tp_transfer.o + 0x00014f40 0x00014f40 0x00000030 Code RO 297 i.app_tp_transfer_phone app_tp_transfer.o + 0x00014f70 0x00014f70 0x00000040 Code RO 298 i.app_tp_transfer_screen_const app_tp_transfer.o + 0x00014fb0 0x00014fb0 0x00000150 Code RO 299 i.app_tp_transfer_screen_int app_tp_transfer.o + 0x00015100 0x00015100 0x00000018 Code RO 300 i.app_tp_transfer_screen_start app_tp_transfer.o + 0x00015118 0x00015118 0x00000036 Code RO 110 i.blue_change_ccm ap_demo.o + 0x0001514e 0x0001514e 0x00000002 PAD + 0x00015150 0x00015150 0x00000024 Code RO 552 i.board_Init board.o + 0x00015174 0x00015174 0x000003cc Code RO 1772 i.calc_framebuffer_setting CVWL568.lib(hal_internal_vsync.o) + 0x00015540 0x00015540 0x000000c8 Code RO 2681 i.ceil m_ps.l(ceil.o) + 0x00015608 0x00015608 0x0000002c Code RO 1773 i.check_mipi_rx_tx_video_info CVWL568.lib(hal_internal_vsync.o) + 0x00015634 0x00015634 0x00000094 Code RO 1774 i.check_pkt_buf_rev CVWL568.lib(hal_internal_vsync.o) + 0x000156c8 0x000156c8 0x00000058 Code RO 1844 i.dcs_packet_fifo_alloc CVWL568.lib(dcs_packet_fifo.o) + 0x00015720 0x00015720 0x00000018 Code RO 1845 i.dcs_packet_fifo_init CVWL568.lib(dcs_packet_fifo.o) + 0x00015738 0x00015738 0x00000044 Code RO 1846 i.dcs_packet_free_fifo_header CVWL568.lib(dcs_packet_fifo.o) + 0x0001577c 0x0001577c 0x00000024 Code RO 1847 i.dcs_packet_get_fifo_header CVWL568.lib(dcs_packet_fifo.o) + 0x000157a0 0x000157a0 0x0000001c Code RO 1775 i.dcs_sw_filter CVWL568.lib(hal_internal_vsync.o) + 0x000157bc 0x000157bc 0x00000018 Code RO 940 i.delayMs CVWL568.lib(tau_delay.o) + 0x000157d4 0x000157d4 0x00000022 Code RO 941 i.delayUs CVWL568.lib(tau_delay.o) + 0x000157f6 0x000157f6 0x00000002 PAD + 0x000157f8 0x000157f8 0x00000094 Code RO 111 i.disable_mipi_timer_cb ap_demo.o + 0x0001588c 0x0001588c 0x00000038 Code RO 1699 i.drv_ap_rst_trig_edge_detect CVWL568.lib(drv_sys_cfg.o) + 0x000158c4 0x000158c4 0x0000000c Code RO 2386 i.drv_chip_info_get_info CVWL568.lib(drv_chip_info.o) + 0x000158d0 0x000158d0 0x00000040 Code RO 2387 i.drv_chip_info_init CVWL568.lib(drv_chip_info.o) + 0x00015910 0x00015910 0x000000c8 Code RO 2388 i.drv_chip_rx_info_check CVWL568.lib(drv_chip_info.o) + 0x000159d8 0x000159d8 0x00000014 Code RO 2389 i.drv_chip_rx_init_done CVWL568.lib(drv_chip_info.o) + 0x000159ec 0x000159ec 0x00000058 Code RO 1196 i.drv_common_enable_systick CVWL568.lib(drv_common.o) + 0x00015a44 0x00015a44 0x00000008 Code RO 1199 i.drv_common_system_init CVWL568.lib(drv_common.o) + 0x00015a4c 0x00015a4c 0x00000010 Code RO 1220 i.drv_crgu_config_reset_modules CVWL568.lib(drv_crgu.o) + 0x00015a5c 0x00015a5c 0x00000014 Code RO 1232 i.drv_crgu_set_ahb_pre_div CVWL568.lib(drv_crgu.o) + 0x00015a70 0x00015a70 0x00000014 Code RO 1233 i.drv_crgu_set_ahb_src CVWL568.lib(drv_crgu.o) + 0x00015a84 0x00015a84 0x00000020 Code RO 1236 i.drv_crgu_set_clock CVWL568.lib(drv_crgu.o) + 0x00015aa4 0x00015aa4 0x00000014 Code RO 1237 i.drv_crgu_set_dpi_mux_src CVWL568.lib(drv_crgu.o) + 0x00015ab8 0x00015ab8 0x00000018 Code RO 1238 i.drv_crgu_set_dpi_pre_div CVWL568.lib(drv_crgu.o) + 0x00015ad0 0x00015ad0 0x00000014 Code RO 1239 i.drv_crgu_set_dpi_pre_src CVWL568.lib(drv_crgu.o) + 0x00015ae4 0x00015ae4 0x00000014 Code RO 1240 i.drv_crgu_set_dsc_core_div CVWL568.lib(drv_crgu.o) + 0x00015af8 0x00015af8 0x00000014 Code RO 1241 i.drv_crgu_set_dsco_src CVWL568.lib(drv_crgu.o) + 0x00015b0c 0x00015b0c 0x00000014 Code RO 1242 i.drv_crgu_set_dsco_src_div CVWL568.lib(drv_crgu.o) + 0x00015b20 0x00015b20 0x00000014 Code RO 1243 i.drv_crgu_set_fb_div CVWL568.lib(drv_crgu.o) + 0x00015b34 0x00015b34 0x00000014 Code RO 1244 i.drv_crgu_set_fb_src CVWL568.lib(drv_crgu.o) + 0x00015b48 0x00015b48 0x00000014 Code RO 1247 i.drv_crgu_set_lcdc_div CVWL568.lib(drv_crgu.o) + 0x00015b5c 0x00015b5c 0x00000014 Code RO 1248 i.drv_crgu_set_lcdc_src CVWL568.lib(drv_crgu.o) + 0x00015b70 0x00015b70 0x00000014 Code RO 1249 i.drv_crgu_set_mipi_cfg_src CVWL568.lib(drv_crgu.o) + 0x00015b84 0x00015b84 0x00000018 Code RO 1250 i.drv_crgu_set_mipi_ref_src CVWL568.lib(drv_crgu.o) + 0x00015b9c 0x00015b9c 0x00000018 Code RO 1253 i.drv_crgu_set_reset CVWL568.lib(drv_crgu.o) + 0x00015bb4 0x00015bb4 0x00000014 Code RO 1254 i.drv_crgu_set_rxbr_div CVWL568.lib(drv_crgu.o) + 0x00015bc8 0x00015bc8 0x00000014 Code RO 1255 i.drv_crgu_set_rxbr_src CVWL568.lib(drv_crgu.o) + 0x00015bdc 0x00015bdc 0x00000014 Code RO 1257 i.drv_crgu_set_vidc_src CVWL568.lib(drv_crgu.o) + 0x00015bf0 0x00015bf0 0x00000018 Code RO 1309 i.drv_dma_clear_flag CVWL568.lib(drv_dma.o) + 0x00015c08 0x00015c08 0x0000001c Code RO 1310 i.drv_dma_create_handle CVWL568.lib(drv_dma.o) + 0x00015c24 0x00015c24 0x00000010 Code RO 1312 i.drv_dma_disenable_channel CVWL568.lib(drv_dma.o) + 0x00015c34 0x00015c34 0x00000010 Code RO 1314 i.drv_dma_enable_channel CVWL568.lib(drv_dma.o) + 0x00015c44 0x00015c44 0x00000024 Code RO 1315 i.drv_dma_enable_channel_interrupts CVWL568.lib(drv_dma.o) + 0x00015c68 0x00015c68 0x0000000c Code RO 1317 i.drv_dma_get_channel_flag CVWL568.lib(drv_dma.o) + 0x00015c74 0x00015c74 0x00000090 Code RO 1320 i.drv_dma_irq_handler CVWL568.lib(drv_dma.o) + 0x00015d04 0x00015d04 0x00000012 Code RO 1322 i.drv_dma_prepar_transfer CVWL568.lib(drv_dma.o) + 0x00015d16 0x00015d16 0x0000001a Code RO 1324 i.drv_dma_set_burst CVWL568.lib(drv_dma.o) + 0x00015d30 0x00015d30 0x00000006 Code RO 1325 i.drv_dma_set_callback CVWL568.lib(drv_dma.o) + 0x00015d36 0x00015d36 0x00000002 PAD + 0x00015d38 0x00015d38 0x00000044 Code RO 1327 i.drv_dma_set_transfer CVWL568.lib(drv_dma.o) + 0x00015d7c 0x00015d7c 0x00000036 Code RO 2399 i.drv_dsc_dec_convert_pps_rc_parameter CVWL568.lib(drv_dsc_dec.o) + 0x00015db2 0x00015db2 0x0000000c Code RO 2400 i.drv_dsc_dec_disable CVWL568.lib(drv_dsc_dec.o) + 0x00015dbe 0x00015dbe 0x00000002 PAD + 0x00015dc0 0x00015dc0 0x00000074 Code RO 2401 i.drv_dsc_dec_enable CVWL568.lib(drv_dsc_dec.o) + 0x00015e34 0x00015e34 0x0000000a Code RO 2402 i.drv_dsc_dec_get_nslc CVWL568.lib(drv_dsc_dec.o) + 0x00015e3e 0x00015e3e 0x00000028 Code RO 2404 i.drv_dsc_dec_set_u8_pps CVWL568.lib(drv_dsc_dec.o) + 0x00015e66 0x00015e66 0x00000002 PAD + 0x00015e68 0x00015e68 0x00000104 Code RO 1858 i.drv_dsi_rx_calc_ipi_tx_delay CVWL568.lib(drv_dsi_rx.o) + 0x00015f6c 0x00015f6c 0x00000040 Code RO 1859 i.drv_dsi_rx_enable_irq CVWL568.lib(drv_dsi_rx.o) + 0x00015fac 0x00015fac 0x00000050 Code RO 1860 i.drv_dsi_rx_get_color_bpp CVWL568.lib(drv_dsi_rx.o) + 0x00015ffc 0x00015ffc 0x0000001c Code RO 1861 i.drv_dsi_rx_get_color_pcc CVWL568.lib(drv_dsi_rx.o) + 0x00016018 0x00016018 0x00000008 Code RO 1862 i.drv_dsi_rx_get_compression_en CVWL568.lib(drv_dsi_rx.o) + 0x00016020 0x00016020 0x00000006 Code RO 1863 i.drv_dsi_rx_get_max_ret_size CVWL568.lib(drv_dsi_rx.o) + 0x00016026 0x00016026 0x0000000e Code RO 1867 i.drv_dsi_rx_power_up CVWL568.lib(drv_dsi_rx.o) + 0x00016034 0x00016034 0x00000020 Code RO 1868 i.drv_dsi_rx_set_ctrl_cfg CVWL568.lib(drv_dsi_rx.o) + 0x00016054 0x00016054 0x00000010 Code RO 1869 i.drv_dsi_rx_set_ddi_cfg CVWL568.lib(drv_dsi_rx.o) + 0x00016064 0x00016064 0x00000004 Code RO 1871 i.drv_dsi_rx_set_inten CVWL568.lib(drv_dsi_rx.o) + 0x00016068 0x00016068 0x00000010 Code RO 1872 i.drv_dsi_rx_set_ipi_cfg CVWL568.lib(drv_dsi_rx.o) + 0x00016078 0x00016078 0x00000046 Code RO 1874 i.drv_dsi_rx_set_lane_swap CVWL568.lib(drv_dsi_rx.o) + 0x000160be 0x000160be 0x00000026 Code RO 1875 i.drv_dsi_rx_set_resp_cnt CVWL568.lib(drv_dsi_rx.o) + 0x000160e4 0x000160e4 0x000000f0 Code RO 1876 i.drv_dsi_rx_set_up_phy CVWL568.lib(drv_dsi_rx.o) + 0x000161d4 0x000161d4 0x0000000e Code RO 1877 i.drv_dsi_rx_shut_down CVWL568.lib(drv_dsi_rx.o) + 0x000161e2 0x000161e2 0x00000014 Code RO 1915 i.drv_dsi_tx_command_header CVWL568.lib(drv_dsi_tx.o) + 0x000161f6 0x000161f6 0x0000006c Code RO 1916 i.drv_dsi_tx_command_mode_cfg CVWL568.lib(drv_dsi_tx.o) + 0x00016262 0x00016262 0x00000004 Code RO 1917 i.drv_dsi_tx_command_put_payload CVWL568.lib(drv_dsi_tx.o) + 0x00016266 0x00016266 0x00000018 Code RO 1918 i.drv_dsi_tx_config_eotp CVWL568.lib(drv_dsi_tx.o) + 0x0001627e 0x0001627e 0x00000008 Code RO 1919 i.drv_dsi_tx_config_int CVWL568.lib(drv_dsi_tx.o) + 0x00016286 0x00016286 0x00000008 Code RO 1920 i.drv_dsi_tx_dpi_lpcmd_time CVWL568.lib(drv_dsi_tx.o) + 0x0001628e 0x0001628e 0x0000000a Code RO 1921 i.drv_dsi_tx_dpi_mode CVWL568.lib(drv_dsi_tx.o) + 0x00016298 0x00016298 0x00000024 Code RO 1922 i.drv_dsi_tx_dpi_polarity CVWL568.lib(drv_dsi_tx.o) + 0x000162bc 0x000162bc 0x00000004 Code RO 1923 i.drv_dsi_tx_edpi_cmd_size CVWL568.lib(drv_dsi_tx.o) + 0x000162c0 0x000162c0 0x00000004 Code RO 1925 i.drv_dsi_tx_get_cmd_status CVWL568.lib(drv_dsi_tx.o) + 0x000162c4 0x000162c4 0x00000004 Code RO 1927 i.drv_dsi_tx_mode CVWL568.lib(drv_dsi_tx.o) + 0x000162c8 0x000162c8 0x00000018 Code RO 1928 i.drv_dsi_tx_phy_clock_lane_auto_lp CVWL568.lib(drv_dsi_tx.o) + 0x000162e0 0x000162e0 0x0000001a Code RO 1929 i.drv_dsi_tx_phy_clock_lane_req_hs CVWL568.lib(drv_dsi_tx.o) + 0x000162fa 0x000162fa 0x0000000c Code RO 1931 i.drv_dsi_tx_phy_lane_mode CVWL568.lib(drv_dsi_tx.o) + 0x00016306 0x00016306 0x00000064 Code RO 1935 i.drv_dsi_tx_phy_status_ready CVWL568.lib(drv_dsi_tx.o) + 0x0001636a 0x0001636a 0x0000003e Code RO 1936 i.drv_dsi_tx_phy_status_stopstate CVWL568.lib(drv_dsi_tx.o) + 0x000163a8 0x000163a8 0x0000010c Code RO 1938 i.drv_dsi_tx_phy_test_setup CVWL568.lib(drv_dsi_tx.o) + 0x000164b4 0x000164b4 0x0000001e Code RO 1939 i.drv_dsi_tx_phy_time_cfg CVWL568.lib(drv_dsi_tx.o) + 0x000164d2 0x000164d2 0x00000008 Code RO 1943 i.drv_dsi_tx_powerup CVWL568.lib(drv_dsi_tx.o) + 0x000164da 0x000164da 0x0000001c Code RO 1944 i.drv_dsi_tx_response_mode CVWL568.lib(drv_dsi_tx.o) + 0x000164f6 0x000164f6 0x00000018 Code RO 1947 i.drv_dsi_tx_set_bta_ack CVWL568.lib(drv_dsi_tx.o) + 0x0001650e 0x0001650e 0x0000000c Code RO 1948 i.drv_dsi_tx_set_esc_div CVWL568.lib(drv_dsi_tx.o) + 0x0001651a 0x0001651a 0x00000002 PAD + 0x0001651c 0x0001651c 0x00000034 Code RO 1949 i.drv_dsi_tx_set_int CVWL568.lib(drv_dsi_tx.o) + 0x00016550 0x00016550 0x00000010 Code RO 1950 i.drv_dsi_tx_set_time_out_div CVWL568.lib(drv_dsi_tx.o) + 0x00016560 0x00016560 0x00000008 Code RO 1951 i.drv_dsi_tx_set_video_chunk CVWL568.lib(drv_dsi_tx.o) + 0x00016568 0x00016568 0x00000022 Code RO 1952 i.drv_dsi_tx_set_video_timing CVWL568.lib(drv_dsi_tx.o) + 0x0001658a 0x0001658a 0x00000008 Code RO 1954 i.drv_dsi_tx_shutdown CVWL568.lib(drv_dsi_tx.o) + 0x00016592 0x00016592 0x00000026 Code RO 1955 i.drv_dsi_tx_timeout_cfg CVWL568.lib(drv_dsi_tx.o) + 0x000165b8 0x000165b8 0x000000aa Code RO 1958 i.drv_dsi_tx_video_mode_cfg CVWL568.lib(drv_dsi_tx.o) + 0x00016662 0x00016662 0x00000016 Code RO 1959 i.drv_dsi_tx_video_mode_disable_hact_cmd CVWL568.lib(drv_dsi_tx.o) + 0x00016678 0x00016678 0x00000018 Code RO 1960 i.drv_dsi_tx_video_mode_set_lp_cmd CVWL568.lib(drv_dsi_tx.o) + 0x00016690 0x00016690 0x00000020 Code RO 2661 i.drv_efuse_enter_inactive CVWL568.lib(drv_efuse.o) + 0x000166b0 0x000166b0 0x0000000c Code RO 2664 i.drv_efuse_int_enable CVWL568.lib(drv_efuse.o) + 0x000166bc 0x000166bc 0x00000032 Code RO 2665 i.drv_efuse_read CVWL568.lib(drv_efuse.o) + 0x000166ee 0x000166ee 0x00000018 Code RO 2666 i.drv_efuse_read_req CVWL568.lib(drv_efuse.o) + 0x00016706 0x00016706 0x00000002 PAD + 0x00016708 0x00016708 0x00000018 Code RO 1452 i.drv_gpio_get_input_data CVWL568.lib(drv_gpio.o) + 0x00016720 0x00016720 0x0000000c Code RO 1454 i.drv_gpio_register_ap_reset_callback CVWL568.lib(drv_gpio.o) + 0x0001672c 0x0001672c 0x00000014 Code RO 1455 i.drv_gpio_register_callback CVWL568.lib(drv_gpio.o) + 0x00016740 0x00016740 0x00000044 Code RO 1457 i.drv_gpio_set_int CVWL568.lib(drv_gpio.o) + 0x00016784 0x00016784 0x00000020 Code RO 1458 i.drv_gpio_set_ioe CVWL568.lib(drv_gpio.o) + 0x000167a4 0x000167a4 0x00000010 Code RO 1459 i.drv_gpio_set_mode0 CVWL568.lib(drv_gpio.o) + 0x000167b4 0x000167b4 0x00000010 Code RO 1460 i.drv_gpio_set_mode1 CVWL568.lib(drv_gpio.o) + 0x000167c4 0x000167c4 0x00000010 Code RO 1461 i.drv_gpio_set_mode2 CVWL568.lib(drv_gpio.o) + 0x000167d4 0x000167d4 0x00000010 Code RO 1462 i.drv_gpio_set_mode3 CVWL568.lib(drv_gpio.o) + 0x000167e4 0x000167e4 0x00000020 Code RO 760 i.drv_gpio_set_output_data CVWL568.lib(hal_gpio.o) + 0x00016804 0x00016804 0x00000130 Code RO 1463 i.drv_gpio_set_pull_state CVWL568.lib(drv_gpio.o) + 0x00016934 0x00016934 0x00000034 Code RO 1495 i.drv_i2c_dma_callback CVWL568.lib(drv_i2c_dma.o) + 0x00016968 0x00016968 0x000000ac Code RO 1496 i.drv_i2c_dma_init CVWL568.lib(drv_i2c_dma.o) + 0x00016a14 0x00016a14 0x0000001a Code RO 1497 i.drv_i2c_enable_rx_dma CVWL568.lib(drv_i2c_dma.o) + 0x00016a2e 0x00016a2e 0x00000018 Code RO 1498 i.drv_i2c_enable_tx_dma CVWL568.lib(drv_i2c_dma.o) + 0x00016a46 0x00016a46 0x00000002 PAD + 0x00016a48 0x00016a48 0x00000060 Code RO 1522 i.drv_i2c_m_clear_it_pending_bit CVWL568.lib(drv_i2c_master.o) + 0x00016aa8 0x00016aa8 0x00000010 Code RO 1524 i.drv_i2c_m_enable CVWL568.lib(drv_i2c_master.o) + 0x00016ab8 0x00016ab8 0x00000038 Code RO 1525 i.drv_i2c_m_enable_intr CVWL568.lib(drv_i2c_master.o) + 0x00016af0 0x00016af0 0x0000000c Code RO 1528 i.drv_i2c_m_set_callback CVWL568.lib(drv_i2c_master.o) + 0x00016afc 0x00016afc 0x0000008c Code RO 1532 i.drv_i2c_master_init CVWL568.lib(drv_i2c_master.o) + 0x00016b88 0x00016b88 0x0000005c Code RO 1499 i.drv_i2c_master_read_dma CVWL568.lib(drv_i2c_dma.o) + 0x00016be4 0x00016be4 0x0000003c Code RO 1500 i.drv_i2c_master_write_dma CVWL568.lib(drv_i2c_dma.o) + 0x00016c20 0x00016c20 0x0000002e Code RO 1501 i.drv_i2c_master_write_read_cmd CVWL568.lib(drv_i2c_dma.o) + 0x00016c4e 0x00016c4e 0x00000002 PAD + 0x00016c50 0x00016c50 0x0000005c Code RO 1555 i.drv_i2c_s_clear_it_pending_bit CVWL568.lib(drv_i2c_slave.o) + 0x00016cac 0x00016cac 0x00000034 Code RO 1558 i.drv_i2c_s_enable_intr CVWL568.lib(drv_i2c_slave.o) + 0x00016ce0 0x00016ce0 0x0000001c Code RO 1559 i.drv_i2c_s_get_fifo_status CVWL568.lib(drv_i2c_slave.o) + 0x00016cfc 0x00016cfc 0x0000000c Code RO 1562 i.drv_i2c_s_set_callback CVWL568.lib(drv_i2c_slave.o) + 0x00016d08 0x00016d08 0x00000020 Code RO 1565 i.drv_i2c_s_write_data CVWL568.lib(drv_i2c_slave.o) + 0x00016d28 0x00016d28 0x00000058 Code RO 1502 i.drv_i2c_set_dma_irq_callback CVWL568.lib(drv_i2c_dma.o) + 0x00016d80 0x00016d80 0x00000044 Code RO 1566 i.drv_i2c_slave_init CVWL568.lib(drv_i2c_slave.o) + 0x00016dc4 0x00016dc4 0x0000001c Code RO 1503 i.drv_i2c_slave_write_dma CVWL568.lib(drv_i2c_dma.o) + 0x00016de0 0x00016de0 0x00000018 Code RO 2027 i.drv_lcdc_config_bypass CVWL568.lib(drv_lcdc.o) + 0x00016df8 0x00016df8 0x00000030 Code RO 2028 i.drv_lcdc_config_ccm CVWL568.lib(drv_lcdc.o) + 0x00016e28 0x00016e28 0x00000016 Code RO 2029 i.drv_lcdc_config_disp_mode CVWL568.lib(drv_lcdc.o) + 0x00016e3e 0x00016e3e 0x00000024 Code RO 2030 i.drv_lcdc_config_dpi_polarity CVWL568.lib(drv_lcdc.o) + 0x00016e62 0x00016e62 0x00000026 Code RO 2031 i.drv_lcdc_config_dpi_timing CVWL568.lib(drv_lcdc.o) + 0x00016e88 0x00016e88 0x00000016 Code RO 2032 i.drv_lcdc_config_edpi_mode CVWL568.lib(drv_lcdc.o) + 0x00016e9e 0x00016e9e 0x00000016 Code RO 2033 i.drv_lcdc_config_endianness CVWL568.lib(drv_lcdc.o) + 0x00016eb4 0x00016eb4 0x0000000c Code RO 2034 i.drv_lcdc_config_input_size CVWL568.lib(drv_lcdc.o) + 0x00016ec0 0x00016ec0 0x0000001e Code RO 2035 i.drv_lcdc_config_int CVWL568.lib(drv_lcdc.o) + 0x00016ede 0x00016ede 0x00000022 Code RO 2036 i.drv_lcdc_config_int_single CVWL568.lib(drv_lcdc.o) + 0x00016f00 0x00016f00 0x00000022 Code RO 2037 i.drv_lcdc_config_overwrite CVWL568.lib(drv_lcdc.o) + 0x00016f22 0x00016f22 0x0000000c Code RO 2038 i.drv_lcdc_config_overwrite_rgb CVWL568.lib(drv_lcdc.o) + 0x00016f2e 0x00016f2e 0x0000001a Code RO 2039 i.drv_lcdc_config_partial_display_area CVWL568.lib(drv_lcdc.o) + 0x00016f48 0x00016f48 0x00000022 Code RO 2040 i.drv_lcdc_config_partial_display_enable CVWL568.lib(drv_lcdc.o) + 0x00016f6a 0x00016f6a 0x0000001a Code RO 2042 i.drv_lcdc_config_scale_up_coef CVWL568.lib(drv_lcdc.o) + 0x00016f84 0x00016f84 0x0000000c Code RO 2043 i.drv_lcdc_config_scale_up_step CVWL568.lib(drv_lcdc.o) + 0x00016f90 0x00016f90 0x0000004c Code RO 2044 i.drv_lcdc_config_src_parameter CVWL568.lib(drv_lcdc.o) + 0x00016fdc 0x00016fdc 0x00000006 Code RO 2045 i.drv_lcdc_config_thresh CVWL568.lib(drv_lcdc.o) + 0x00016fe2 0x00016fe2 0x00000012 Code RO 2046 i.drv_lcdc_ctrl_flow CVWL568.lib(drv_lcdc.o) + 0x00016ff4 0x00016ff4 0x00000020 Code RO 2048 i.drv_lcdc_enable_shadow_reg CVWL568.lib(drv_lcdc.o) + 0x00017014 0x00017014 0x00000034 Code RO 2049 i.drv_lcdc_set_int CVWL568.lib(drv_lcdc.o) + 0x00017048 0x00017048 0x00000014 Code RO 2051 i.drv_lcdc_set_video_hw_mode CVWL568.lib(drv_lcdc.o) + 0x0001705c 0x0001705c 0x00000020 Code RO 2052 i.drv_lcdc_start CVWL568.lib(drv_lcdc.o) + 0x0001707c 0x0001707c 0x0000000c Code RO 2086 i.drv_memc_clear_status CVWL568.lib(drv_memc.o) + 0x00017088 0x00017088 0x00000040 Code RO 2087 i.drv_memc_enable_irq CVWL568.lib(drv_memc.o) + 0x000170c8 0x000170c8 0x0000000c Code RO 2088 i.drv_memc_gen_a_tear_signal CVWL568.lib(drv_memc.o) + 0x000170d4 0x000170d4 0x00000012 Code RO 2089 i.drv_memc_get_status CVWL568.lib(drv_memc.o) + 0x000170e6 0x000170e6 0x00000010 Code RO 2090 i.drv_memc_rate_transfer_sel CVWL568.lib(drv_memc.o) + 0x000170f6 0x000170f6 0x0000000e Code RO 2091 i.drv_memc_sel_vsync CVWL568.lib(drv_memc.o) + 0x00017104 0x00017104 0x00000014 Code RO 2092 i.drv_memc_set_active_height CVWL568.lib(drv_memc.o) + 0x00017118 0x00017118 0x0000000c Code RO 2093 i.drv_memc_set_data_mode CVWL568.lib(drv_memc.o) + 0x00017124 0x00017124 0x00000010 Code RO 2096 i.drv_memc_set_double_buffer CVWL568.lib(drv_memc.o) + 0x00017134 0x00017134 0x00000012 Code RO 2097 i.drv_memc_set_double_buffer_reverse CVWL568.lib(drv_memc.o) + 0x00017146 0x00017146 0x00000010 Code RO 2099 i.drv_memc_set_fs_en_conditions CVWL568.lib(drv_memc.o) + 0x00017156 0x00017156 0x00000014 Code RO 2100 i.drv_memc_set_inten CVWL568.lib(drv_memc.o) + 0x0001716a 0x0001716a 0x00000002 PAD + 0x0001716c 0x0001716c 0x00000018 Code RO 2101 i.drv_memc_set_lcdc_st_conditions CVWL568.lib(drv_memc.o) + 0x00017184 0x00017184 0x0000001a Code RO 2102 i.drv_memc_set_ltpo_mode CVWL568.lib(drv_memc.o) + 0x0001719e 0x0001719e 0x0000000e Code RO 2106 i.drv_memc_set_tear_mode CVWL568.lib(drv_memc.o) + 0x000171ac 0x000171ac 0x00000028 Code RO 2107 i.drv_memc_set_tear_waveform CVWL568.lib(drv_memc.o) + 0x000171d4 0x000171d4 0x0000000e Code RO 2109 i.drv_memc_set_vidc_sync_cnt CVWL568.lib(drv_memc.o) + 0x000171e2 0x000171e2 0x00000002 PAD + 0x000171e4 0x000171e4 0x00000008 Code RO 1587 i.drv_param_init_get_ccm CVWL568.lib(drv_param_init.o) + 0x000171ec 0x000171ec 0x00000014 Code RO 1588 i.drv_param_init_get_scld_filter_h CVWL568.lib(drv_param_init.o) + 0x00017200 0x00017200 0x00000014 Code RO 1589 i.drv_param_init_get_scld_filter_v CVWL568.lib(drv_param_init.o) + 0x00017214 0x00017214 0x00000008 Code RO 1590 i.drv_param_init_get_sclu_filter CVWL568.lib(drv_param_init.o) + 0x0001721c 0x0001721c 0x00000014 Code RO 1591 i.drv_param_init_set_ccm CVWL568.lib(drv_param_init.o) + 0x00017230 0x00017230 0x00000024 Code RO 1594 i.drv_param_p2r_filter_init CVWL568.lib(drv_param_init.o) + 0x00017254 0x00017254 0x00000010 Code RO 2358 i.drv_phy_enable_calibration CVWL568.lib(drv_phy_common.o) + 0x00017264 0x00017264 0x0000003c Code RO 2359 i.drv_phy_get_calibration CVWL568.lib(drv_phy_common.o) + 0x000172a0 0x000172a0 0x00000060 Code RO 2360 i.drv_phy_get_pll_para CVWL568.lib(drv_phy_common.o) + 0x00017300 0x00017300 0x00000054 Code RO 2361 i.drv_phy_get_rate_para CVWL568.lib(drv_phy_common.o) + 0x00017354 0x00017354 0x00000010 Code RO 2362 i.drv_phy_test_clear CVWL568.lib(drv_phy_common.o) + 0x00017364 0x00017364 0x00000018 Code RO 2363 i.drv_phy_test_lock CVWL568.lib(drv_phy_common.o) + 0x0001737c 0x0001737c 0x00000020 Code RO 2365 i.drv_phy_test_write_1_byte CVWL568.lib(drv_phy_common.o) + 0x0001739c 0x0001739c 0x00000026 Code RO 2366 i.drv_phy_test_write_2_byte CVWL568.lib(drv_phy_common.o) + 0x000173c2 0x000173c2 0x0000001e Code RO 2367 i.drv_phy_test_write_code CVWL568.lib(drv_phy_common.o) + 0x000173e0 0x000173e0 0x00000020 Code RO 2368 i.drv_phy_test_write_data CVWL568.lib(drv_phy_common.o) + 0x00017400 0x00017400 0x00000020 Code RO 1610 i.drv_pwr_set_cp_mode CVWL568.lib(drv_pwr.o) + 0x00017420 0x00017420 0x00000018 Code RO 1611 i.drv_pwr_set_pvd_mode CVWL568.lib(drv_pwr.o) + 0x00017438 0x00017438 0x00000030 Code RO 1612 i.drv_pwr_set_system_clk_src CVWL568.lib(drv_pwr.o) + 0x00017468 0x00017468 0x0000000c Code RO 1878 i.drv_rx_phy_test_clear CVWL568.lib(drv_dsi_rx.o) + 0x00017474 0x00017474 0x00000010 Code RO 1879 i.drv_rx_phy_test_lock CVWL568.lib(drv_dsi_rx.o) + 0x00017484 0x00017484 0x00000014 Code RO 1881 i.drv_rx_phy_test_write_1_byte CVWL568.lib(drv_dsi_rx.o) + 0x00017498 0x00017498 0x00000016 Code RO 1882 i.drv_rx_phy_test_write_2_byte CVWL568.lib(drv_dsi_rx.o) + 0x000174ae 0x000174ae 0x0000000a Code RO 2145 i.drv_rxbr_clear_pkt_buffer CVWL568.lib(drv_rxbr.o) + 0x000174b8 0x000174b8 0x00000004 Code RO 2146 i.drv_rxbr_clear_status0 CVWL568.lib(drv_rxbr.o) + 0x000174bc 0x000174bc 0x0000005a Code RO 2148 i.drv_rxbr_enable_irq CVWL568.lib(drv_rxbr.o) + 0x00017516 0x00017516 0x00000002 PAD + 0x00017518 0x00017518 0x00000014 Code RO 2149 i.drv_rxbr_frame_drop_cfg CVWL568.lib(drv_rxbr.o) + 0x0001752c 0x0001752c 0x0000003c Code RO 2150 i.drv_rxbr_get_clk CVWL568.lib(drv_rxbr.o) + 0x00017568 0x00017568 0x00000004 Code RO 2151 i.drv_rxbr_get_col_addr CVWL568.lib(drv_rxbr.o) + 0x0001756c 0x0001756c 0x00000012 Code RO 1776 i.drv_rxbr_get_int_source CVWL568.lib(hal_internal_vsync.o) + 0x0001757e 0x0001757e 0x00000004 Code RO 2154 i.drv_rxbr_get_page_addr CVWL568.lib(drv_rxbr.o) + 0x00017582 0x00017582 0x00000012 Code RO 1777 i.drv_rxbr_get_status0 CVWL568.lib(hal_internal_vsync.o) + 0x00017594 0x00017594 0x0000000c Code RO 2156 i.drv_rxbr_hline_rcv0_cfg CVWL568.lib(drv_rxbr.o) + 0x000175a0 0x000175a0 0x00000008 Code RO 2157 i.drv_rxbr_hline_rcv_cfg CVWL568.lib(drv_rxbr.o) + 0x000175a8 0x000175a8 0x0000000c Code RO 2158 i.drv_rxbr_register_irq0_callback CVWL568.lib(drv_rxbr.o) + 0x000175b4 0x000175b4 0x0000000c Code RO 2159 i.drv_rxbr_register_irq1_callback CVWL568.lib(drv_rxbr.o) + 0x000175c0 0x000175c0 0x00000014 Code RO 2160 i.drv_rxbr_set_ack_pkt_header CVWL568.lib(drv_rxbr.o) + 0x000175d4 0x000175d4 0x000000cc Code RO 2161 i.drv_rxbr_set_cmd_filter CVWL568.lib(drv_rxbr.o) + 0x000176a0 0x000176a0 0x00000014 Code RO 2163 i.drv_rxbr_set_color_format CVWL568.lib(drv_rxbr.o) + 0x000176b4 0x000176b4 0x00000014 Code RO 2165 i.drv_rxbr_set_inten CVWL568.lib(drv_rxbr.o) + 0x000176c8 0x000176c8 0x00000010 Code RO 2166 i.drv_rxbr_set_ltpo_drop_th CVWL568.lib(drv_rxbr.o) + 0x000176d8 0x000176d8 0x00000026 Code RO 2168 i.drv_rxbr_set_usr_cfg CVWL568.lib(drv_rxbr.o) + 0x000176fe 0x000176fe 0x00000008 Code RO 2169 i.drv_rxbr_set_usr_col CVWL568.lib(drv_rxbr.o) + 0x00017706 0x00017706 0x00000008 Code RO 2170 i.drv_rxbr_set_usr_row CVWL568.lib(drv_rxbr.o) + 0x0001770e 0x0001770e 0x00000002 PAD + 0x00017710 0x00017710 0x00000020 Code RO 1656 i.drv_spi_m_read_data CVWL568.lib(drv_spi_master.o) + 0x00017730 0x00017730 0x00000048 Code RO 1684 i.drv_swire_set_int CVWL568.lib(drv_swire.o) + 0x00017778 0x00017778 0x0000001c Code RO 1685 i.drv_swire_set_power_down CVWL568.lib(drv_swire.o) + 0x00017794 0x00017794 0x0000000c Code RO 1700 i.drv_sys_cfg_clear_all_int CVWL568.lib(drv_sys_cfg.o) + 0x000177a0 0x000177a0 0x00000028 Code RO 1701 i.drv_sys_cfg_clear_pending CVWL568.lib(drv_sys_cfg.o) + 0x000177c8 0x000177c8 0x00000018 Code RO 1704 i.drv_sys_cfg_sel_ap_rst_lvl_trig CVWL568.lib(drv_sys_cfg.o) + 0x000177e0 0x000177e0 0x0000001c Code RO 1705 i.drv_sys_cfg_sel_ap_rst_trig CVWL568.lib(drv_sys_cfg.o) + 0x000177fc 0x000177fc 0x00000024 Code RO 1706 i.drv_sys_cfg_sel_gpio_group CVWL568.lib(drv_sys_cfg.o) + 0x00017820 0x00017820 0x00000024 Code RO 1707 i.drv_sys_cfg_sel_int_trig CVWL568.lib(drv_sys_cfg.o) + 0x00017844 0x00017844 0x00000010 Code RO 1709 i.drv_sys_cfg_set_dma_rx_req CVWL568.lib(drv_sys_cfg.o) + 0x00017854 0x00017854 0x00000010 Code RO 1710 i.drv_sys_cfg_set_dma_tx_req CVWL568.lib(drv_sys_cfg.o) + 0x00017864 0x00017864 0x00000024 Code RO 1711 i.drv_sys_cfg_set_int CVWL568.lib(drv_sys_cfg.o) + 0x00017888 0x00017888 0x0000001a Code RO 1735 i.drv_timer_clear_status_flags CVWL568.lib(drv_timer.o) + 0x000178a2 0x000178a2 0x00000020 Code RO 1736 i.drv_timer_enable CVWL568.lib(drv_timer.o) + 0x000178c2 0x000178c2 0x00000002 PAD + 0x000178c4 0x000178c4 0x00000010 Code RO 1738 i.drv_timer_get_instance CVWL568.lib(drv_timer.o) + 0x000178d4 0x000178d4 0x0000000e Code RO 1740 i.drv_timer_get_prescaler CVWL568.lib(drv_timer.o) + 0x000178e2 0x000178e2 0x00000002 PAD + 0x000178e4 0x000178e4 0x00000044 Code RO 1741 i.drv_timer_handle_interrupt CVWL568.lib(drv_timer.o) + 0x00017928 0x00017928 0x00000014 Code RO 1742 i.drv_timer_register_callback CVWL568.lib(drv_timer.o) + 0x0001793c 0x0001793c 0x0000000c Code RO 1743 i.drv_timer_set_current_count CVWL568.lib(drv_timer.o) + 0x00017948 0x00017948 0x00000048 Code RO 1744 i.drv_timer_set_int CVWL568.lib(drv_timer.o) + 0x00017990 0x00017990 0x0000000c Code RO 1745 i.drv_timer_set_match CVWL568.lib(drv_timer.o) + 0x0001799c 0x0001799c 0x00000016 Code RO 1746 i.drv_timer_set_prescaler CVWL568.lib(drv_timer.o) + 0x000179b2 0x000179b2 0x0000000a Code RO 1961 i.drv_tx_phy_test_clear CVWL568.lib(drv_dsi_tx.o) + 0x000179bc 0x000179bc 0x0000001c Code RO 1962 i.drv_tx_phy_test_enter CVWL568.lib(drv_dsi_tx.o) + 0x000179d8 0x000179d8 0x0000001c Code RO 1963 i.drv_tx_phy_test_exit CVWL568.lib(drv_dsi_tx.o) + 0x000179f4 0x000179f4 0x00000012 Code RO 1965 i.drv_tx_phy_test_write_1_byte CVWL568.lib(drv_dsi_tx.o) + 0x00017a06 0x00017a06 0x00000014 Code RO 1966 i.drv_tx_phy_test_write_2_byte CVWL568.lib(drv_dsi_tx.o) + 0x00017a1a 0x00017a1a 0x00000010 Code RO 1967 i.drv_tx_phy_test_write_code CVWL568.lib(drv_dsi_tx.o) + 0x00017a2a 0x00017a2a 0x00000008 Code RO 2209 i.drv_vidc_clear_irq CVWL568.lib(drv_vidc.o) + 0x00017a32 0x00017a32 0x00000018 Code RO 2213 i.drv_vidc_enable CVWL568.lib(drv_vidc.o) + 0x00017a4a 0x00017a4a 0x00000002 PAD + 0x00017a4c 0x00017a4c 0x00000040 Code RO 2214 i.drv_vidc_enable_irq CVWL568.lib(drv_vidc.o) + 0x00017a8c 0x00017a8c 0x00000012 Code RO 2216 i.drv_vidc_get_irq_status CVWL568.lib(drv_vidc.o) + 0x00017a9e 0x00017a9e 0x00000002 PAD + 0x00017aa0 0x00017aa0 0x00000028 Code RO 2220 i.drv_vidc_init_module_enable CVWL568.lib(drv_vidc.o) + 0x00017ac8 0x00017ac8 0x0000000c Code RO 2221 i.drv_vidc_register_callback CVWL568.lib(drv_vidc.o) + 0x00017ad4 0x00017ad4 0x00000006 Code RO 2222 i.drv_vidc_reset CVWL568.lib(drv_vidc.o) + 0x00017ada 0x00017ada 0x0000003c Code RO 2224 i.drv_vidc_set_dst_parameter CVWL568.lib(drv_vidc.o) + 0x00017b16 0x00017b16 0x00000014 Code RO 2228 i.drv_vidc_set_irqen CVWL568.lib(drv_vidc.o) + 0x00017b2a 0x00017b2a 0x00000010 Code RO 2229 i.drv_vidc_set_mirror CVWL568.lib(drv_vidc.o) + 0x00017b3a 0x00017b3a 0x00000008 Code RO 2232 i.drv_vidc_set_p2r_hcoef0 CVWL568.lib(drv_vidc.o) + 0x00017b42 0x00017b42 0x00000026 Code RO 2233 i.drv_vidc_set_p2r_hinitb CVWL568.lib(drv_vidc.o) + 0x00017b68 0x00017b68 0x00000026 Code RO 2234 i.drv_vidc_set_p2r_hinitr CVWL568.lib(drv_vidc.o) + 0x00017b8e 0x00017b8e 0x00000002 PAD + 0x00017b90 0x00017b90 0x00000018 Code RO 2235 i.drv_vidc_set_pentile_swap CVWL568.lib(drv_vidc.o) + 0x00017ba8 0x00017ba8 0x0000000a Code RO 2236 i.drv_vidc_set_pu_ctrl CVWL568.lib(drv_vidc.o) + 0x00017bb2 0x00017bb2 0x00000010 Code RO 2237 i.drv_vidc_set_rotation CVWL568.lib(drv_vidc.o) + 0x00017bc2 0x00017bc2 0x0000000a Code RO 2238 i.drv_vidc_set_scld_hcoef0 CVWL568.lib(drv_vidc.o) + 0x00017bcc 0x00017bcc 0x0000000a Code RO 2239 i.drv_vidc_set_scld_hcoef1 CVWL568.lib(drv_vidc.o) + 0x00017bd6 0x00017bd6 0x00000012 Code RO 2240 i.drv_vidc_set_scld_step CVWL568.lib(drv_vidc.o) + 0x00017be8 0x00017be8 0x0000000a Code RO 2241 i.drv_vidc_set_scld_vcoef0 CVWL568.lib(drv_vidc.o) + 0x00017bf2 0x00017bf2 0x0000000a Code RO 2242 i.drv_vidc_set_scld_vcoef1 CVWL568.lib(drv_vidc.o) + 0x00017bfc 0x00017bfc 0x00000016 Code RO 2243 i.drv_vidc_set_src_parameter CVWL568.lib(drv_vidc.o) + 0x00017c12 0x00017c12 0x00000002 PAD + 0x00017c14 0x00017c14 0x00000010 Code RO 2636 i.drv_wdg_clear_counter CVWL568.lib(drv_wdg.o) + 0x00017c24 0x00017c24 0x00000010 Code RO 2637 i.drv_wdg_clear_edge_flag CVWL568.lib(drv_wdg.o) + 0x00017c34 0x00017c34 0x00000010 Code RO 2640 i.drv_wdg_read_edge_flag CVWL568.lib(drv_wdg.o) + 0x00017c44 0x00017c44 0x00000034 Code RO 2643 i.drv_wdg_set_int CVWL568.lib(drv_wdg.o) + 0x00017c78 0x00017c78 0x0000000a Code RO 1364 i.fls_clr_interrupt_flag CVWL568.lib(drv_fls.o) + 0x00017c82 0x00017c82 0x00000014 Code RO 950 i.fputc CVWL568.lib(tau_log.o) + 0x00017c96 0x00017c96 0x00000002 PAD + 0x00017c98 0x00017c98 0x00000030 Code RO 581 i.hal_dsi_rx_ctrl_create_handle CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017cc8 0x00017cc8 0x0000009c Code RO 583 i.hal_dsi_rx_ctrl_deinit CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017d64 0x00017d64 0x00000084 Code RO 585 i.hal_dsi_rx_ctrl_dsc_async_handler CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017de8 0x00017de8 0x00000028 Code RO 587 i.hal_dsi_rx_ctrl_gen_a_tear_signal CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017e10 0x00017e10 0x00000028 Code RO 589 i.hal_dsi_rx_ctrl_get_max_ret_size CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017e38 0x00017e38 0x00000098 Code RO 591 i.hal_dsi_rx_ctrl_init CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00017ed0 0x00017ed0 0x00000130 Code RO 592 i.hal_dsi_rx_ctrl_init_clk CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00018000 0x00018000 0x000000d4 Code RO 593 i.hal_dsi_rx_ctrl_init_dsi_rx CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000180d4 0x000180d4 0x0000013c Code RO 594 i.hal_dsi_rx_ctrl_init_memc CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00018210 0x00018210 0x00000130 Code RO 595 i.hal_dsi_rx_ctrl_init_rxbr CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00018340 0x00018340 0x0000022c Code RO 596 i.hal_dsi_rx_ctrl_init_vidc CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x0001856c 0x0001856c 0x0000003c Code RO 597 i.hal_dsi_rx_ctrl_pre_init_pps CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000185a8 0x000185a8 0x000000f0 Code RO 600 i.hal_dsi_rx_ctrl_send_ack_cmd CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00018698 0x00018698 0x00000034 Code RO 604 i.hal_dsi_rx_ctrl_set_cus_sync_line CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000186cc 0x000186cc 0x00000034 Code RO 607 i.hal_dsi_rx_ctrl_set_hw_tear_mode CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00018700 0x00018700 0x00000038 Code RO 608 i.hal_dsi_rx_ctrl_set_ipi_cfg CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00018738 0x00018738 0x00000072 Code RO 612 i.hal_dsi_rx_ctrl_set_rxbr_clk CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000187aa 0x000187aa 0x00000002 PAD + 0x000187ac 0x000187ac 0x00000034 Code RO 613 i.hal_dsi_rx_ctrl_set_sw_tear_mode CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x000187e0 0x000187e0 0x0000003c Code RO 616 i.hal_dsi_rx_ctrl_start CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x0001881c 0x0001881c 0x0000003c Code RO 617 i.hal_dsi_rx_ctrl_stop CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00018858 0x00018858 0x00000020 Code RO 619 i.hal_dsi_rx_ctrl_toggle_resolution CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00018878 0x00018878 0x00000190 Code RO 668 i.hal_dsi_tx_calc_video_chunks CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018a08 0x00018a08 0x00000034 Code RO 669 i.hal_dsi_tx_config_params_for_lane_rate CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018a3c 0x00018a3c 0x000004d0 Code RO 670 i.hal_dsi_tx_count_lane_rate CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018f0c 0x00018f0c 0x0000002c Code RO 672 i.hal_dsi_tx_ctrl_create_handle CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018f38 0x00018f38 0x00000048 Code RO 673 i.hal_dsi_tx_ctrl_deinit CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018f80 0x00018f80 0x0000004c Code RO 674 i.hal_dsi_tx_ctrl_enter_init_panel_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018fcc 0x00018fcc 0x00000028 Code RO 676 i.hal_dsi_tx_ctrl_exit_init_panel_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00018ff4 0x00018ff4 0x000000c4 Code RO 678 i.hal_dsi_tx_ctrl_init CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000190b8 0x000190b8 0x00000024 Code RO 679 i.hal_dsi_tx_ctrl_init_clk CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000190dc 0x000190dc 0x0000000c Code RO 680 i.hal_dsi_tx_ctrl_panel_reset_pin CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000190e8 0x000190e8 0x00000020 Code RO 683 i.hal_dsi_tx_ctrl_set_ccm CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00019108 0x00019108 0x00000014 Code RO 689 i.hal_dsi_tx_ctrl_set_overwrite_rgb CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001911c 0x0001911c 0x00000010 Code RO 690 i.hal_dsi_tx_ctrl_set_partial_disp CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001912c 0x0001912c 0x00000024 Code RO 691 i.hal_dsi_tx_ctrl_set_partial_disp_area CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00019150 0x00019150 0x0000006c Code RO 693 i.hal_dsi_tx_ctrl_start CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000191bc 0x000191bc 0x00000044 Code RO 694 i.hal_dsi_tx_ctrl_stop CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00019200 0x00019200 0x000000d8 Code RO 695 i.hal_dsi_tx_ctrl_write_array_cmd CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000192d8 0x000192d8 0x000000b0 Code RO 696 i.hal_dsi_tx_ctrl_write_cmd CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00019388 0x00019388 0x00000044 Code RO 697 i.hal_dsi_tx_init_data_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000193cc 0x000193cc 0x00000030 Code RO 698 i.hal_dsi_tx_init_dpi_cfg CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000193fc 0x000193fc 0x00000020 Code RO 699 i.hal_dsi_tx_init_interrupt CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001941c 0x0001941c 0x00000020 Code RO 700 i.hal_dsi_tx_init_phy_cfg CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001943c 0x0001943c 0x00000094 Code RO 701 i.hal_dsi_tx_init_remains CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x000194d0 0x000194d0 0x00000058 Code RO 702 i.hal_dsi_tx_init_video_mode CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00019528 0x00019528 0x00000044 Code RO 703 i.hal_dsi_tx_send_cmd CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001956c 0x0001956c 0x00000018 Code RO 761 i.hal_gpio_ctrl_eint CVWL568.lib(hal_gpio.o) + 0x00019584 0x00019584 0x00000012 Code RO 762 i.hal_gpio_get_input_data CVWL568.lib(hal_gpio.o) + 0x00019596 0x00019596 0x00000002 PAD + 0x00019598 0x00019598 0x00000040 Code RO 765 i.hal_gpio_init_eint CVWL568.lib(hal_gpio.o) + 0x000195d8 0x000195d8 0x00000020 Code RO 766 i.hal_gpio_init_input CVWL568.lib(hal_gpio.o) + 0x000195f8 0x000195f8 0x00000028 Code RO 767 i.hal_gpio_init_output CVWL568.lib(hal_gpio.o) + 0x00019620 0x00019620 0x00000018 Code RO 768 i.hal_gpio_reg_eint_cb CVWL568.lib(hal_gpio.o) + 0x00019638 0x00019638 0x00000050 Code RO 769 i.hal_gpio_set_ap_reset_int CVWL568.lib(hal_gpio.o) + 0x00019688 0x00019688 0x00000060 Code RO 771 i.hal_gpio_set_mode CVWL568.lib(hal_gpio.o) + 0x000196e8 0x000196e8 0x00000008 Code RO 772 i.hal_gpio_set_output_data CVWL568.lib(hal_gpio.o) + 0x000196f0 0x000196f0 0x00000020 Code RO 774 i.hal_gpio_set_pull_state CVWL568.lib(hal_gpio.o) + 0x00019710 0x00019710 0x0000006c Code RO 799 i.hal_i2c_m_dma_init CVWL568.lib(hal_i2c_master.o) + 0x0001977c 0x0001977c 0x00000020 Code RO 800 i.hal_i2c_m_dma_read CVWL568.lib(hal_i2c_master.o) + 0x0001979c 0x0001979c 0x0000001c Code RO 801 i.hal_i2c_m_dma_write CVWL568.lib(hal_i2c_master.o) + 0x000197b8 0x000197b8 0x0000000c Code RO 803 i.hal_i2c_m_transfer_complate CVWL568.lib(hal_i2c_master.o) + 0x000197c4 0x000197c4 0x00000020 Code RO 804 i.hal_i2c_master_irq_callback CVWL568.lib(hal_i2c_master.o) + 0x000197e4 0x000197e4 0x00000010 Code RO 816 i.hal_i2c_s_dma_user_callback CVWL568.lib(hal_i2c_slave.o) + 0x000197f4 0x000197f4 0x00000038 Code RO 817 i.hal_i2c_s_dma_write CVWL568.lib(hal_i2c_slave.o) + 0x0001982c 0x0001982c 0x0000006c Code RO 819 i.hal_i2c_s_init CVWL568.lib(hal_i2c_slave.o) + 0x00019898 0x00019898 0x00000014 Code RO 820 i.hal_i2c_s_nonblocking_read CVWL568.lib(hal_i2c_slave.o) + 0x000198ac 0x000198ac 0x0000000c Code RO 827 i.hal_i2c_s_set_transfer CVWL568.lib(hal_i2c_slave.o) + 0x000198b8 0x000198b8 0x0000014c Code RO 830 i.hal_i2c_slave_irq_callback CVWL568.lib(hal_i2c_slave.o) + 0x00019a04 0x00019a04 0x000000e4 Code RO 1779 i.hal_internal_init_memc CVWL568.lib(hal_internal_vsync.o) + 0x00019ae8 0x00019ae8 0x00000010 Code RO 1780 i.hal_internal_sync_get_fb_setting CVWL568.lib(hal_internal_vsync.o) + 0x00019af8 0x00019af8 0x00000214 Code RO 1781 i.hal_internal_sync_input_resolution_change CVWL568.lib(hal_internal_vsync.o) + 0x00019d0c 0x00019d0c 0x0000001c Code RO 1783 i.hal_internal_vsync_deinit CVWL568.lib(hal_internal_vsync.o) + 0x00019d28 0x00019d28 0x0000000c Code RO 1784 i.hal_internal_vsync_get_rx_state CVWL568.lib(hal_internal_vsync.o) + 0x00019d34 0x00019d34 0x00000018 Code RO 1785 i.hal_internal_vsync_get_sync_line CVWL568.lib(hal_internal_vsync.o) + 0x00019d4c 0x00019d4c 0x0000000c Code RO 1786 i.hal_internal_vsync_get_tx_state CVWL568.lib(hal_internal_vsync.o) + 0x00019d58 0x00019d58 0x000000fc Code RO 1787 i.hal_internal_vsync_init_rx CVWL568.lib(hal_internal_vsync.o) + 0x00019e54 0x00019e54 0x000000b0 Code RO 1788 i.hal_internal_vsync_init_tx CVWL568.lib(hal_internal_vsync.o) + 0x00019f04 0x00019f04 0x0000011c Code RO 1789 i.hal_internal_vsync_set_auto_hw_filter CVWL568.lib(hal_internal_vsync.o) + 0x0001a020 0x0001a020 0x00000014 Code RO 1791 i.hal_internal_vsync_set_rx_state CVWL568.lib(hal_internal_vsync.o) + 0x0001a034 0x0001a034 0x0000001c Code RO 1792 i.hal_internal_vsync_set_sync_line CVWL568.lib(hal_internal_vsync.o) + 0x0001a050 0x0001a050 0x00000048 Code RO 1793 i.hal_internal_vsync_set_tear_mode CVWL568.lib(hal_internal_vsync.o) + 0x0001a098 0x0001a098 0x00000040 Code RO 1794 i.hal_internal_vsync_set_tx_state CVWL568.lib(hal_internal_vsync.o) + 0x0001a0d8 0x0001a0d8 0x00000024 Code RO 704 i.hal_lcdc_config_ccm CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001a0fc 0x0001a0fc 0x00000048 Code RO 705 i.hal_lcdc_config_remains CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001a144 0x0001a144 0x00000014 Code RO 706 i.hal_lcdc_config_rgb_to_pentile CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001a158 0x0001a158 0x00000164 Code RO 707 i.hal_lcdc_config_upscaler CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001a2bc 0x0001a2bc 0x00000040 Code RO 708 i.hal_lcdc_init_cfg CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001a2fc 0x0001a2fc 0x00000180 Code RO 709 i.hal_lcdc_init_clk CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001a47c 0x0001a47c 0x00000040 Code RO 710 i.hal_lcdc_init_interrupt CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x0001a4bc 0x0001a4bc 0x0000000e Code RO 852 i.hal_spi_m_clear_rxfifo CVWL568.lib(hal_spi_master.o) + 0x0001a4ca 0x0001a4ca 0x00000016 Code RO 876 i.hal_swire_open CVWL568.lib(hal_swire.o) + 0x0001a4e0 0x0001a4e0 0x00000008 Code RO 890 i.hal_system_enable_systick CVWL568.lib(hal_system.o) + 0x0001a4e8 0x0001a4e8 0x00000088 Code RO 895 i.hal_system_init CVWL568.lib(hal_system.o) + 0x0001a570 0x0001a570 0x0000001c Code RO 896 i.hal_system_init_console CVWL568.lib(hal_system.o) + 0x0001a58c 0x0001a58c 0x00000008 Code RO 899 i.hal_system_set_phy_calibration CVWL568.lib(hal_system.o) + 0x0001a594 0x0001a594 0x00000008 Code RO 900 i.hal_system_set_pvd CVWL568.lib(hal_system.o) + 0x0001a59c 0x0001a59c 0x00000008 Code RO 901 i.hal_system_set_vcc CVWL568.lib(hal_system.o) + 0x0001a5a4 0x0001a5a4 0x0000001a Code RO 926 i.hal_timer_init CVWL568.lib(hal_timer.o) + 0x0001a5be 0x0001a5be 0x00000002 PAD + 0x0001a5c0 0x0001a5c0 0x00000050 Code RO 928 i.hal_timer_start CVWL568.lib(hal_timer.o) + 0x0001a610 0x0001a610 0x00000030 Code RO 929 i.hal_timer_stop CVWL568.lib(hal_timer.o) + 0x0001a640 0x0001a640 0x0000008c Code RO 1092 i.hal_uart_init CVWL568.lib(hal_uart.o) + 0x0001a6cc 0x0001a6cc 0x00000010 Code RO 1095 i.hal_uart_transmit_blocking CVWL568.lib(hal_uart.o) + 0x0001a6dc 0x0001a6dc 0x00000110 Code RO 2319 i.handle_init CVWL568.lib(irq_redirect .o) + 0x0001a7ec 0x0001a7ec 0x00000068 Code RO 112 i.init_mipi_tx ap_demo.o + 0x0001a854 0x0001a854 0x000000b8 Code RO 113 i.init_panel ap_demo.o + 0x0001a90c 0x0001a90c 0x0000000a Code RO 3 i.main main.o + 0x0001a916 0x0001a916 0x00000002 PAD + 0x0001a918 0x0001a918 0x000000a8 Code RO 114 i.open_mipi_rx ap_demo.o + 0x0001a9c0 0x0001a9c0 0x00000054 Code RO 115 i.pps_update_handle ap_demo.o + 0x0001aa14 0x0001aa14 0x000003f4 Code RO 1795 i.rx_get_dcs_packet_data CVWL568.lib(hal_internal_vsync.o) + 0x0001ae08 0x0001ae08 0x00000140 Code RO 1796 i.rx_partial_update CVWL568.lib(hal_internal_vsync.o) + 0x0001af48 0x0001af48 0x0000008c Code RO 1797 i.rx_receive_packet CVWL568.lib(hal_internal_vsync.o) + 0x0001afd4 0x0001afd4 0x00000180 Code RO 1798 i.rx_receive_pps CVWL568.lib(hal_internal_vsync.o) + 0x0001b154 0x0001b154 0x000000a4 Code RO 1799 i.rxbr_irq0_callback CVWL568.lib(hal_internal_vsync.o) + 0x0001b1f8 0x0001b1f8 0x00000170 Code RO 1800 i.rxbr_irq1_callback CVWL568.lib(hal_internal_vsync.o) + 0x0001b368 0x0001b368 0x0000002a Code RO 116 i.send_panel_init_code ap_demo.o + 0x0001b392 0x0001b392 0x00000002 PAD + 0x0001b394 0x0001b394 0x00000060 Code RO 117 i.soft_disable_mipi_timer_init ap_demo.o + 0x0001b3f4 0x0001b3f4 0x0000008c Code RO 1801 i.soft_gen_te CVWL568.lib(hal_internal_vsync.o) + 0x0001b480 0x0001b480 0x00000030 Code RO 118 i.soft_timer3_cb ap_demo.o + 0x0001b4b0 0x0001b4b0 0x00000048 Code RO 2685 i.sqrt m_ps.l(sqrt.o) + 0x0001b4f8 0x0001b4f8 0x00000048 Code RO 119 i.tp_heartbeat_exec ap_demo.o + 0x0001b540 0x0001b540 0x00000014 Code RO 120 i.tx_display_on ap_demo.o + 0x0001b554 0x0001b554 0x00000028 Code RO 121 i.tx_panel_reset ap_demo.o + 0x0001b57c 0x0001b57c 0x000000e8 Code RO 1802 i.vidc_callback CVWL568.lib(hal_internal_vsync.o) + 0x0001b664 0x0001b664 0x000000d0 Code RO 1803 i.vpre_err_reset CVWL568.lib(hal_internal_vsync.o) + 0x0001b734 0x0001b734 0x0000019c Code RO 1804 i.vsync_set_te_mode CVWL568.lib(hal_internal_vsync.o) + 0x0001b8d0 0x0001b8d0 0x0000199c Data RO 122 .constdata ap_demo.o + 0x0001d26c 0x0001d26c 0x00000020 Data RO 464 .constdata app_tp_st_touch.o + 0x0001d28c 0x0001d28c 0x000000d2 Data RO 777 .constdata CVWL568.lib(hal_gpio.o) + 0x0001d35e 0x0001d35e 0x00002150 Data RO 963 .constdata WL568_S20U_TP.lib(app_tp_for_custom_s8.o) + 0x0001f4ae 0x0001f4ae 0x00000001 Data RO 976 .constdata WL568_S20U_TP.lib(app_tp_for_custom_s8.o) + 0x0001f4af 0x0001f4af 0x00000001 PAD + 0x0001f4b0 0x0001f4b0 0x00000008 Data RO 1595 .constdata CVWL568.lib(drv_param_init.o) + 0x0001f4b8 0x0001f4b8 0x00000186 Data RO 2369 .constdata CVWL568.lib(drv_phy_common.o) + 0x0001f63e 0x0001f63e 0x00000002 PAD + 0x0001f640 0x0001f640 0x00000048 Data RO 621 .conststring CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x0001f688 0x0001f688 0x00000134 Data RO 1806 .conststring CVWL568.lib(hal_internal_vsync.o) + 0x0001f7bc 0x0001f7bc 0x00000030 Data RO 3047 Region$$Table anon$$obj.o + + + Execution Region RW_RAM1 (Exec base: 0x00070000, Load base: 0x0001f7ec, Size: 0x00000000, Max: 0x000000f0, ABSOLUTE) + + **** No section assigned to this execution region **** + + + Execution Region RW_RAM2 (Exec base: 0x00070100, Load base: 0x0001f7ec, Size: 0x000000c0, Max: 0x000000d0, ABSOLUTE) + + Exec Addr Load Addr Size Type Attr Idx E Section Name Object + + 0x00070100 - 0x000000c0 Zero RW 2320 .ARM.__AT_0x00070100 CVWL568.lib(irq_redirect .o) + + + Execution Region RW_RAM3 (Exec base: 0x000701d0, Load base: 0x0001f7ec, Size: 0x00003700, Max: 0x00007e30, ABSOLUTE, COMPRESSED[0x000003e8]) + + Exec Addr Load Addr Size Type Attr Idx E Section Name Object + + 0x000701d0 COMPRESSED 0x00000038 Data RW 123 .data ap_demo.o + 0x00070208 COMPRESSED 0x00000017 Data RW 302 .data app_tp_transfer.o + 0x0007021f COMPRESSED 0x00000028 Data RW 465 .data app_tp_st_touch.o + 0x00070247 COMPRESSED 0x00000001 PAD + 0x00070248 COMPRESSED 0x00000008 Data RW 622 .data CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00070250 COMPRESSED 0x00000001 Data RW 712 .data CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00070251 COMPRESSED 0x00000001 Data RW 805 .data CVWL568.lib(hal_i2c_master.o) + 0x00070252 COMPRESSED 0x00000002 PAD + 0x00070254 COMPRESSED 0x0000001c Data RW 831 .data CVWL568.lib(hal_i2c_slave.o) + 0x00070270 COMPRESSED 0x000000e4 Data RW 977 .data WL568_S20U_TP.lib(app_tp_for_custom_s8.o) + 0x00070354 COMPRESSED 0x00000001 Data RW 980 .data WL568_S20U_TP.lib(app_tp_for_custom_s8.o) + 0x00070355 COMPRESSED 0x00000001 Data RW 981 .data WL568_S20U_TP.lib(app_tp_for_custom_s8.o) + 0x00070356 COMPRESSED 0x00000001 Data RW 986 .data WL568_S20U_TP.lib(app_tp_for_custom_s8.o) + 0x00070357 COMPRESSED 0x00000003 Data RW 987 .data WL568_S20U_TP.lib(app_tp_for_custom_s8.o) + 0x0007035a COMPRESSED 0x00000005 Data RW 988 .data WL568_S20U_TP.lib(app_tp_for_custom_s8.o) + 0x0007035f COMPRESSED 0x00000001 PAD + 0x00070360 COMPRESSED 0x00000030 Data RW 998 .data WL568_S20U_TP.lib(app_tp_for_custom_s8.o) + 0x00070390 COMPRESSED 0x00000012 Data RW 1149 .data CVWL568.lib(norflash.o) + 0x000703a2 COMPRESSED 0x00000002 PAD + 0x000703a4 COMPRESSED 0x0000000c Data RW 1202 .data CVWL568.lib(drv_common.o) + 0x000703b0 COMPRESSED 0x00000004 Data RW 1467 .data CVWL568.lib(drv_gpio.o) + 0x000703b4 COMPRESSED 0x00000008 Data RW 1505 .data CVWL568.lib(drv_i2c_dma.o) + 0x000703bc COMPRESSED 0x00000004 Data RW 1533 .data CVWL568.lib(drv_i2c_master.o) + 0x000703c0 COMPRESSED 0x00000008 Data RW 1567 .data CVWL568.lib(drv_i2c_slave.o) + 0x000703c8 COMPRESSED 0x000004a4 Data RW 1596 .data CVWL568.lib(drv_param_init.o) + 0x0007086c COMPRESSED 0x00000004 Data RW 1661 .data CVWL568.lib(drv_spi_master.o) + 0x00070870 COMPRESSED 0x00000008 Data RW 1687 .data CVWL568.lib(drv_swire.o) + 0x00070878 COMPRESSED 0x00000001 Data RW 1712 .data CVWL568.lib(drv_sys_cfg.o) + 0x00070879 COMPRESSED 0x00000003 PAD + 0x0007087c COMPRESSED 0x00000050 Data RW 1748 .data CVWL568.lib(drv_timer.o) + 0x000708cc COMPRESSED 0x00000004 Data RW 1807 .data CVWL568.lib(hal_internal_vsync.o) + 0x000708d0 COMPRESSED 0x00000008 Data RW 2172 .data CVWL568.lib(drv_rxbr.o) + 0x000708d8 COMPRESSED 0x00000004 Data RW 2245 .data CVWL568.lib(drv_vidc.o) + 0x000708dc COMPRESSED 0x00000001 Data RW 2370 .data CVWL568.lib(drv_phy_common.o) + 0x000708dd COMPRESSED 0x00000003 PAD + 0x000708e0 COMPRESSED 0x0000000c Data RW 2390 .data CVWL568.lib(drv_chip_info.o) + 0x000708ec COMPRESSED 0x0000000c Data RW 2500 .data CVWL568.lib(drv_pwm.o) + 0x000708f8 COMPRESSED 0x00000008 Data RW 2578 .data CVWL568.lib(drv_uart.o) + 0x00070900 COMPRESSED 0x0000000c Data RW 2645 .data CVWL568.lib(drv_wdg.o) + 0x0007090c COMPRESSED 0x00000004 Data RW 3016 .data mc_p.l(stdout.o) + 0x00070910 COMPRESSED 0x00000004 Data RW 3028 .data mc_p.l(errno.o) + 0x00070914 - 0x00000190 Zero RW 301 .bss app_tp_transfer.o + 0x00070aa4 - 0x0000000c Zero RW 463 .bss app_tp_st_touch.o + 0x00070ab0 - 0x000000c0 Zero RW 620 .bss CVWL568.lib(hal_dsi_rx_ctrl.o) + 0x00070b70 - 0x00000048 Zero RW 711 .bss CVWL568.lib(hal_dsi_tx_ctrl.o) + 0x00070bb8 - 0x00000100 Zero RW 951 .bss CVWL568.lib(tau_log.o) + 0x00070cb8 - 0x000000d0 Zero RW 1097 .bss CVWL568.lib(hal_uart.o) + 0x00070d88 - 0x0000001c Zero RW 1329 .bss CVWL568.lib(drv_dma.o) + 0x00070da4 - 0x00000040 Zero RW 1466 .bss CVWL568.lib(drv_gpio.o) + 0x00070de4 - 0x00000140 Zero RW 1504 .bss CVWL568.lib(drv_i2c_dma.o) + 0x00070f24 - 0x00000958 Zero RW 1805 .bss CVWL568.lib(hal_internal_vsync.o) + 0x0007187c - 0x00001030 Zero RW 1849 .bss CVWL568.lib(dcs_packet_fifo.o) + 0x000728ac - 0x00000020 Zero RW 2434 .bss CVWL568.lib(hal_spi_slave.o) + 0x000728cc COMPRESSED 0x00000004 PAD + 0x000728d0 - 0x00001000 Zero RW 570 STACK startup_armcm0.o + + +============================================================================== + +Image component sizes + + + Code (inc. data) RO Data RW Data ZI Data Debug Object Name + + 8102 780 6556 56 0 40546 ap_demo.o + 1266 182 32 40 12 12073 app_tp_st_touch.o + 1022 102 0 23 400 15463 app_tp_transfer.o + 36 6 0 0 0 525 board.o + 10 0 0 0 0 5679 main.o + 120 18 192 0 4096 2092 startup_armcm0.o + + ---------------------------------------------------------------------- + 10566 1088 6828 120 4508 76378 Object Totals + 0 0 48 0 0 0 (incl. Generated) + 10 0 0 1 0 0 (incl. Padding) + + ---------------------------------------------------------------------- + + Code (inc. data) RO Data RW Data ZI Data Debug Library Member Name + + 216 32 0 0 4144 252 dcs_packet_fifo.o + 296 96 0 12 0 256 drv_chip_info.o + 192 82 20 12 0 264 drv_common.o + 420 90 0 0 0 1200 drv_crgu.o + 410 28 0 0 28 796 drv_dma.o + 232 28 0 0 0 340 drv_dsc_dec.o + 1624 494 0 0 0 1332 drv_dsi_rx.o + 1476 118 0 0 0 2428 drv_dsi_tx.o + 118 0 0 0 0 256 drv_efuse.o + 10 0 0 0 0 60 drv_fls.o + 784 112 0 4 64 1236 drv_gpio.o + 588 88 0 8 320 624 drv_i2c_dma.o + 360 86 0 4 0 456 drv_i2c_master.o + 324 74 0 8 0 516 drv_i2c_slave.o + 668 6 0 0 0 1444 drv_lcdc.o + 492 28 0 0 0 1112 drv_memc.o + 112 36 8 1188 0 376 drv_param_init.o + 428 30 390 1 0 664 drv_phy_common.o + 72 10 0 12 0 76 drv_pwm.o + 104 24 0 0 0 180 drv_pwr.o + 682 66 0 8 0 1448 drv_rxbr.o + 104 24 0 4 0 188 drv_spi_master.o + 132 16 0 8 0 200 drv_swire.o + 300 64 0 1 0 628 drv_sys_cfg.o + 334 22 0 80 0 944 drv_timer.o + 698 18 0 8 0 680 drv_uart.o + 510 28 0 4 0 1452 drv_vidc.o + 156 22 0 12 0 316 drv_wdg.o + 3038 298 72 8 192 1532 hal_dsi_rx_ctrl.o + 4312 278 0 1 72 2384 hal_dsi_tx_ctrl.o + 450 48 210 0 0 752 hal_gpio.o + 212 40 0 1 0 340 hal_i2c_master.o + 544 76 0 28 0 400 hal_i2c_slave.o + 6580 1504 308 4 2392 2264 hal_internal_vsync.o + 14 0 0 0 0 68 hal_spi_master.o + 580 32 0 0 32 136 hal_spi_slave.o + 22 0 0 0 0 68 hal_swire.o + 196 32 0 0 0 408 hal_system.o + 154 6 0 0 0 208 hal_timer.o + 156 18 0 0 208 144 hal_uart.o + 1076 324 0 0 192 1980 irq_redirect .o + 48 10 0 18 0 68 norflash.o + 58 0 0 0 0 128 tau_delay.o + 60 10 0 0 256 156 tau_log.o + 1760 74 8529 287 0 17751 app_tp_for_custom_s8.o + 200 20 0 0 0 76 ceil.o + 72 6 0 0 0 76 sqrt.o + 86 0 0 0 0 0 __dczerorl2.o + 0 0 0 0 0 0 entry.o + 0 0 0 0 0 0 entry10a.o + 0 0 0 0 0 0 entry11a.o + 8 4 0 0 0 0 entry2.o + 4 0 0 0 0 0 entry5.o + 0 0 0 0 0 0 entry7b.o + 0 0 0 0 0 0 entry8b.o + 8 4 0 0 0 0 entry9a.o + 12 6 0 4 0 60 errno.o + 30 0 0 0 0 0 handlers.o + 40 0 0 0 0 72 idiv.o + 36 8 0 0 0 68 init.o + 0 0 0 0 0 0 iusefp.o + 32 0 0 0 0 68 llshl.o + 38 0 0 0 0 68 llsshr.o + 34 0 0 0 0 68 llushr.o + 36 0 0 0 0 60 memcpya.o + 36 0 0 0 0 100 memseta.o + 2298 104 0 0 0 544 printfa.o + 0 0 0 4 0 0 stdout.o + 44 0 0 0 0 72 uidiv.o + 96 0 0 0 0 84 uldiv.o + 40 2 0 0 0 68 cdcmple.o + 40 2 0 0 0 68 cdrcmple.o + 20 0 0 0 0 68 cfrcmple.o + 356 4 0 0 0 140 dadd.o + 240 6 0 0 0 84 ddiv.o + 236 0 0 0 0 216 depilogue.o + 72 10 0 0 0 72 dfixi.o + 60 10 0 0 0 68 dfixui.o + 64 10 0 0 0 68 dfixul.o + 28 4 0 0 0 68 dfltui.o + 208 6 0 0 0 88 dmul.o + 162 0 0 0 0 80 dsqrt.o + 40 0 0 0 0 60 f2d.o + 178 0 0 0 0 108 fadd.o + 124 0 0 0 0 72 fdiv.o + 130 0 0 0 0 144 fepilogue.o + 50 0 0 0 0 60 ffixi.o + 40 0 0 0 0 60 ffixui.o + 22 0 0 0 0 68 fflti.o + 14 0 0 0 0 68 ffltui.o + 122 0 0 0 0 72 fmul.o + 24 0 0 0 0 60 fscalb.o + + ---------------------------------------------------------------------- + 36534 4678 9540 1740 7904 51787 Library Totals + 52 0 3 11 4 0 (incl. Padding) + + ---------------------------------------------------------------------- + + Code (inc. data) RO Data RW Data ZI Data Debug Library Name + + 29342 4398 1008 1434 7900 30760 CVWL568.lib + 1760 74 8529 287 0 17751 WL568_S20U_TP.lib + 272 26 0 0 0 152 m_ps.l + 2838 126 0 8 0 1264 mc_p.l + 2270 54 0 0 0 1860 mf_p.l + + ---------------------------------------------------------------------- + 36534 4678 9540 1740 7904 51787 Library Totals + + ---------------------------------------------------------------------- + +============================================================================== + + + Code (inc. data) RO Data RW Data ZI Data Debug + + 47100 5766 16368 1860 12412 103769 Grand Totals + 47100 5766 16368 1000 12412 103769 ELF Image Totals (compressed) + 47100 5766 16368 1000 0 0 ROM Totals + +============================================================================== + + Total RO Size (Code + RO Data) 63468 ( 61.98kB) + Total RW Size (RW Data + ZI Data) 14272 ( 13.94kB) + Total ROM Size (Code + RO Data + RW Data) 64468 ( 62.96kB) + +============================================================================== + diff --git a/project/Objects/WL568_S20U.bin b/project/Objects/WL568_S20U.bin new file mode 100644 index 0000000000000000000000000000000000000000..a57922b434c8f7527f7f4432e815484ac7252446 GIT binary patch literal 64052 zcmb@u33wCNwE%o)(dtF=2C^-jnUM^#F(4ZV5VDLU7)xde7_tzOB7;q2R(XNgK)^uK z7)W17k_EO&THL06Nt%VYabMcTtszMZN&7l7p$$v=#wm%DwrQ2LiEPXJPq7o zfE5A_2mBs@Uo-r|@Oue zFz?APgfE|)BUBck8J}FX_xgK~wNOAd;v!+?ou~-hLXR^MdpGf%6G;FmL6XPm@1=wk z*KrLc>16HM%$u}*baA|&l2e)}KX3M!D+`AE{pJ1LgiPXa!3cy9_xYf)Cri)^w2&(# zV$lR67<-3$NTGs%+u%e?P^EUQw$n-WlY&;r5Gs&GdM&L2z1y9c{(K%YW9~%{Nlf+V zKUW>j#igipGVGoC8NyHbVu#UmI<3>mN~mPAM9k1$zNl)+>o>II_G>P6qv+O=pckZyJm)57NjU?P*Ph3&*$Q^4b;?iY^2EDnxKA^H6?lkl^|?EBR*? zcLo2$K~nJdRPg5vmoz+@AyuGaiAc{*M`R|c%jNZz`bSLf6ST0}h4h*Fne+sxMzRN?5(23Bdyxgh4&_lUUJFoLEP{&kQou<@2==T-B|~gK!4firT(YXq#OI>u z8*zWH6R9L8%1p0x9(EF!fKvHcmDc1hkM?Mwx9;U1JK1NTMK?+p)*zs)eKoJuq3WM6 zlnMpHWFbW$g?j;RbS;(aX_UyT04vRtrV{x)Qsiy*7flqwq7mo$D9R-n1B@rE! zPQ>MGcAnMe5gn)>{oRQ2Tr9K_U{RmfcD=r^do)2~4xB1j%B7A!DNzZch>jP~Nv#s?>< zxC(>NZR*SWF9*TuAjO>yWZLJ*5KN|K$9phpw&qqlvgG$PTeUf^Y8XA)E~=B5n#?1a z!+%5X*j*lNpJ}BdnL~B_w}Xj6x}D&7bZT;D9yzi_bvgbvXn&coUeRpe z?XTW7?ymy>or4IbakS^Ams?M!bm-cV)y?ZV`V1cA(dq(ynv@PCVt-0N*P(6yp`dk{ zrIZeRyVhlrbnP&Mku%MW9BI0Cs|rylg>mV`l=h@AMO@5q0*AIo?LVtO*HdoNJ)}a#8Tz`%j1(PdF@&cz?!PoIxmm2)WydOK%{RD?BY8hJ1 za!EtVz#UwxjHta)AXM|sRSxnA>PeJa>p;=X!@q?3UZoH^J^7Sj1#j%(O>b(BS`dq( z)?s6>u?KNSEg3NSra&mYN97>{5EszHY=M@G-aAa4M7^_VNN;c;o&@ftzohEd=+gU4 z`+zUwIe4^)x_s2KChrVS$VV5n@~HTqz@z=;3O>i{`&GL1mK(8wtDWH?C13+jM*g1P z8Y+;EA}qR;d{wS1Wy!}HWUT~ln&cOnC39wXI;qQ@c_{ki5Gm81m8Mp{#Ptczrx&3F z)bF<=iNr)2x+TV*YZQ#V>IoF~3>kYVg@SQH+S7)9;HA7aMLLzHv0Ng~ns`#D;`JG> z(^?*QGn5nh(q9fORzzRI^MrRk?qCHpoxWria6eQ!zwbEWM3DndOc!%(WJ8yXdB8g_ zt;}nM7Qu5!4Knb+NtM7`@yN`Vi4IOM2zKZJ`w-o!I^L4k;V_;vLZ5R0n>2KD-nSjZ zF-{;D=$G%JXxh+x(=rDV8KJrW+5YD;aU8W531tH29mXD}7|JFvw*+{^7<&UeV|gNv z68^;Jx5c*qb7p<0YQ4elIToqbnCAA;wT&dTTPqF*;67PI0N_6d}uT zBNnv4MUbe7h+x^^FZaKUtg2L1#Arn{3A~(@GOVg}B7#Wm9F+lF!aC(qa9hw*W{~Qa zcm(pGNGmagGxO7g&-gALNd#Nu0=}!x&qw-8Q^@l$vR?I#xar>qsO433Lrd%au6xCj3>?F)oR|86bTs)6!fK4YZ?atD~}Dr7=;OC?!hKG+MY_m@lAXM1T}P zPBA)FA~q@U8c3cYQ>< z?SkK-%YWKI^&{XLSpork1itNm-ORviB$O6#MzXHogahQw4~pZ zi1mT*i@Esq^P~gjiKxsI^-`ixy<8>#$*1|vbXV%F?d8TfFFRxB60xV^%;yAJ0Y87w z<0e%TZ{Dm~3!{hvUvY*yLV`=l>ZWu>+gn>O9GR|By^SoD1!-@m_&w(MAjW(vF9=vu zn$iHW7VCuPyPWTwgV6&*>`}hqm6B{u;dHOLVWn`@RI9IA)+e zH;kDfSo=7aX)VqQg0=am=%XXr=!Fqv8<9w8zu%ACwmenVS{9DS?u6JkugCs+#NMQh zJ{?E4kEOCZ=Qkl8B8)J;85<$lZ74!mQHcD3DOA)0@I%+(-yG3evd7D2gP1)^%uqA3>7_n3 zm7X>pmj`j%lsH`CJE6o{N$VjP?E-Bb75(Ly+JhLae+c@1HKjpXod$WpHIf?i4$RMq z?ZDO&KCII>U$EjMqk^bg#E%4qJ_wp(joz?)|z$1QDpMJ==`}YR%0CUu}y5Y`!j^)_($WIpIBV2y)r~;dZ2nz74rRy!Kzj zV>r%bzmm&ajJ*DXS~QcE-Wt#4WI1a84_50mNIqY-f)fFp-$7}Tc-QKEvV5#pBfqx& zxMuWxN|VP-c`FNo-KhAp2p*wBN^9cw`r#OG2ymSV{5>)D>+TPIc*cL|ZJEmKV)wM5 zvqWlgpVc5q!`PuL?8ArEK|>}%y84&{F0H!7 z&_WnpPkS>xKSQl6Y_;q6GAt?vjmpIXHj-Oi-`h(9ga8N*aeIvuLbfV`#bfl`@Q1#W zkT;&kc&uF;r|3)k@EV-|3ciZIG_DnX{S3W?t{`De=NrDpsWrR71_!)iUQagI1Jp}4 z380_D8ip2XLF-1*zmGD)?NFANrVxl>$y7ozvPOZ_gDYqkkUH$@ZaSdF?x6xFxUB{L za&4Z!-2QSS=-Y)&)#e{LQU4TS!vky4pG@{wK|0t}mrkkArV~snPk6LmtV3YC*Z+IC z?m8U`==|~@cYgbq|JeR*h2FrwriTE2P?O*;rFZg&U`^J+!^pgJP^)tvMp)IjK{mqlQc5Nq> zhFB7G<(2N06(-XPmnu7>ov<0(^CVjyXqQu$-MP$zjuHV{M7GR}i<}uU#9KYzCu~H- z*nY~TZqMj^#7lWkdmY{s(0F<0l|foyRfxHx0-0Ajr~oNu%Cbfyl?e+4Y-JgXy`I3U zBpk*oqOsVk2{mZ#)kakE=Lp?S9Y;2@6I&hB7sp~RBw#JnITm|1p^_6Z!w?Q7VktwI zzah@HBoXV0Q|}QwV)9rb)*3g0RT7oxFX>@roro0=YmVE?^6siG zAi)aoX(WTIHfxS&=9_afjuT)vB`jK3dPFa4U9^?QN22H0 zNmwTqn%*n4JrqIKX~I-PBCmDEBKD?YTe?JY_9jBGFVGcDdWY`N zTh_Sj3wTpD;L_qJgQj-!3>`3uc+EyIJVm?QPFe(A0^;pWGi})s8vOpIo#tYjE@Eom zX>K`V5_Phkz0+mCeqYU&_ zv?~?tb~+UyQ}9i7)iv#RQW1hdDywOy8B@y;H`-F9tjqV>9+q^Mk!`oM*!H<3*#0S% z+wvkm7%<5jY;&b*n_sE{s!tC1ZCfPmmd!J62C zfX|~qvKB-;UqFbw`O^qalXpC~(>O3s*5mcRNCdp3!$1~kBvU8xrYU%Oa+^TGN?H$P z?VEB+dlsqAngVTje0SqG8u&cleQNUKFaxTDw#Dj;dI7P#GvIh!n8A`VtD?_OXEzBM z4FpTc0~$hN*w`Q$xC`>r%SJ{EKO|zEoOTfb?KDc(LOJl9ys;dJOO`|XrE*YmOE+DF zB7NP!I|8hx=zKBk=zj^Cfw3G2dO zmLF4yM$+0<&uH@)J0W^C)Oi@4^dlh0h-pOoV@~4T`FX$>8Q?&o!$h|0OmsV+M~gD0 zew$VL18l?59}h3iMbp$W^>kim-vi0fx6e#M`p+)ORO?fBu4CrjIZ&F$|d(PaO=gnVGwSGf&%|--&U%(tr z*P_J&hN0+vkPn_;SpR(QeVdREJl3m0Z>y(W8yjw)-lr{n4R#Gofm}pLPjqQv1Q6$s zchO4UcXlDUv&)4t+Sh80ff`#X%=N`Emjv4sn46A>L*59Q(Sx>IBe%kM&zMDA%3zS( z1oHuj+GjGJPQ*SO&FWBr1u>&DC%Dg?*-jioffX{r^l2!VQ3PP2V;Jx4(X7tw4pk6w z8OKpDvppxI>Lh}AZ4L5RZZ`8KLY$vRoG038nRoKgUXY8}mrsf=nV5wx64R9Y-^KaQ zS8Tk={GV3x&*(%f&GTw=yx$Jv@D)Vmp4$Z<4}#>rj5-`9NZp~!qhzAfVGcOayHLvx9wZ$JHNo{^H0rm>4x)X(lLRYH zp9}2GOs#O{A9VvYb?FpqM+xsT# zOw{-&r;U!}b9LY}sjH+;`hAIC`fJH{X7i*o zC7Yx(CAHGo5})+r5+XuG2Zz!HRdfzm3yCmlBQ1#ISpOzYQ`pH86gSnR(O z`%V%}CX{h`{eG~o6M)CE>gbjDr-RGuGbTVT#XkZFJps}mmj`J!gWGRWc8dZOq%}j@ zU&Y@ZOohBZAERJB@?GH5NvdAR{gwEy2A{+bkrb2o82Wtt=Ywf-wwy1|l;_L0%Zuc& z{FMBH{F?lG`5y!2e;WN$%Y=N7#-AGOn-Knw_!CNgzZe7EB>Y8Q2jaxcZ%YX-yX*&D zFP#{R-J57t@SYu;h_yZb@L)0x3ag{O_|6HTs`z##MPTf2>|2&;g~4gXjD7xaN5AV2UM`K>!6it4LpuF~p|~ z&H*m*8}5w7!hUF_LNw+tZL0C!NDQY9l3^-Lhm#QED6Z!}hsnVoa!;^ySQk_WIxJLJ z6{cC9>#~wzZ3y-h1DdvE?&|0thyVJ4k<|sX;Zl|gsKZ)L6}GdQF!03y33RXFy*d2O z2L|Z(_|>28fujWyQFOaR7S%~q(KhG>BwB>7GFR6s=!wwSYah%Pe$i+P7lx;Xr-dzH zYnTml;ezl@VJ18!oEy#y=ZDSVobaUZy51N z2W)yEJNOZ62+w6w1A1{Gn-Zp&w6N}|Isknos*chD3fd7`b3&fa4gKtWRrKA_rJ%Df zvF(*6gAPvGeili%8J1|E*lZ4u$s`xUz1ueQz4s|Dn>AW9m?goAfTztZrf@%J7yU?h ztz1-d8(C-26`0N49?a(W@FI3$@Q%REK}VRg+!DMkG&gwb(FMVI!8yVC!BR1cn;lH& z>}>{SW^k66X(K&X_gKA!w;F})ww%zUV7m2g z%VjRJ%^1oOpS3nw?qV{6LSbq+?fKj{2suywj+|{t3F*bX%zIW%KrQOpmRjh*B<5tH zDwNBTqE?xG|K*031a5*`BxNY~eP|CZgYiInl#Ao-@tpAbMvE)7$Z|(0+oEQj0gjy? zx-F0^@Zklag&{}yme6eLywL4!a{_Y%HwUsTvqQHY&18)hgLPJ$JyaGb71J$gY${Xo zT*~XygBn)PObh6^Vo}W&1))6xG>6;68YEeXp$h#R7hptN+fBjmFk4s)w8$;olt6)) zAN)OIKK2xAf>xOv*vLR@0Jq5!vx7N-N#bSe-R!fB;n}RynV}|D;8KI>fx8&o0%_uV z+#*&N)Qg(HUUm_)lvBex{-i|}%w@EpNwD%D13RG=h_)r;GhY?`W}@xNMy8(Q*{mOF zUYjJQgI)vlEyjQ$beX%0%?LIzf+gFU(v})Z3#5xDt?ya1ZHpLPNFUIMdo4>@>L?Ah zoy6dl#$4_J_vGu;?@82LQAJxvj@TZ)z*snTAM-81-NQW|+{_&b)-kPOGkZ9&$?|Au z8+SkRO|gkN7~ElLu1u{!}o{Rh3^fo3Evl98@?-icle(0>hOy2%5Y_PRd{K5S$KK)&hV13JM0NpgoSW< zcu{z9*b#PyU12_aYxuVC?cqDZ^TP|mw}cml=Y{8l=Z0?%mxX7C?cvh!jPT6xtZ+%# z7A^`Gho^^;yj0!{{kwrH2w210fiFx0zQBcR*(pc!1Gzzmb!ynfnA$d4SaBiu4dx~o z^Ja0YWiGqQnitB3F>s${9ea;8C$xrpU}{ENX25tfE4Z9pY4vcafwUJU{i>WJ6+X!h zqy*Qp_j5W?9b977i262dz`&?NKj1(L2Cy_txKa4=>;3cCSjrX7HVI_(T_B@}A~Cm- zbuH=!en3P3nC!cS)) zindF8K<;klnk|jYHdYhT2G!#I+$IYO)G>5`#Ja#Sm3U1{P(^iP+AD+xQ^2WbOW$B> zSuM<*MsBM`7u>+8LvvY`NCg~Fn^i0wB7^sV4S|?I;lr!iD|Q#t@C|k?b3X^1C#Zv- z(uzM|4IBbph73|L|0bsR-Br^S60Gt}!#d_3ZVmf@MHAHG8V8m$E1_jT&x00S!j^w2 zrypOP30A&b8Ryo_?&kI|nt(2-1zxwy@*?{ZrwV~J2y)9|@G9<$Iv%^4Ii6n=vx9Bm zG*CkIF|7#m$pUo)?FZ{e6I1NHS^_in#o;5iy%+A`)XcYnN5o1?J^Og*aNt316Z3$@ z$vzf36#QnORlLWtliSSJGY6hCyq+QKgO>X;UBZ}4Gp|FH&cPhfX&yJc6Xp54hc z1)Bpq7(dq-+!3g=G=z4F4~co!`Zf*d#Ko3PFju#Pw}=s4Do4K!c@;Yh>>`w)VO7*Zr1y?%vSd!FvKb z+3j4t<*wkWz#6eKusYOWt>ad-Ef3upY-CpkCUNd?xt3({u*beLM0X}d?=(e_Ic7b?naH05+<(9xs=4OyEP260NTaDbDK$%#o^vNz} z2EgsX-5`xAS&)0=|B>Gqm>wt*i-K62wm=UQfIe*wKhM0#zQE;zPK~wc9LprE(*5wBQ=cYIZiGhJ2r3R6(8vUJ&@sc+b>c z=Vxz>+;(LVw+Lp6OR4i-7;}ywAJ}hc;O+?B9%yFwFivrYWnpjuXk$=A%grGe^_Dv8 zt)O$v3(Pt;H#jG-i=BULc4)d-7A!qh5-1ML6!Exwk(&{i7G%QDvoBck!#3a#P@B+K zjXOKkY;qWnI~a4p6^xV35RHMQ7DH&2WwF)4l(JB>V0s(K9C0@AkJTLJT*|l$KEdK~ zM+Y{J*H5@!zq>|$b7dZrEv|qOoe^+?-fQPD&CDRQ7EoMlEoIW%(gHd$RZI!4W@d9L z&@9$i)WIh}Ye}}+igBtr*QpkdbX{4p)C*F8m9QjO4MV$boR@EtV5D+881?gMZ)^jZ zP|s{&G2c*$SPIaA?F?A7CU8l5WH(3xlQfUf!kk*cIbkFQ&dngR z_A)h`4tg8pRY)VM#0GW;S7*U_l7Z$g$$=N+Q?JYcn={UL7qf>|2XxR@T5&hdFYr9~ zq9upLb$sDV=|XY+6+HK`?D012WSc-*H8X19hdPi3bO0SwR?0WX$L6?Bsozdmqc?I5 zST@4yx1Pn)bP`8HYo;rC6@N+QJP@C$$Q*A&0|#>u^ihy-$20-p&kXr|${Ra4RdBmv zef~mDx#HPZd`pcC)8O5WcR#%iNJoI}U=eU~p24db3RXbZ*72(7^f+_ntKz1_Gq0oy zbadI+G&s|&x2*yW*AZbDZv&?Pe*I=x$Kf?Tnm~_==U&;&Obst(Eg}o!1Fzk7L7kak zeqc&qAI!k57IVl1x_K^Wa5o*B9LNjowM+`+gtDRSje#uCV>5y&flLw4jfX8;m^G{+ zqzS+(GN?aR!xXbBye>Ir1A7q-GYdg|@S1L#GM>G_Wls;MU6FSo*pne_rPBNLOPTHL zE)KW3F3=uR$sE$!$ zF&4}lpHpdhD*+1+0nLG{Cb9G4&39t7(ebu=)H z*er0r1uhNlA#k(7eRP zpVcAjoO;1c`+E*hj3#==FtWHRz@iHN@?mXMH9W_^qmJb6fD z@<07W6Ch6}{JRKf_mhXSZK?||ADCMYyBv^X2juwUt6Dg#ilSFXX73`WzY$5VFm%{g^;+%qGxQ@K3aP06x>uSXJN1)NZS7WD2Xn;GwI4 z)1r-Md_`RdBK^qmgemZjcTe4-#nj*=0aNN^k$~)No zmxCwrd315AJ+GzP_Q?10Dp7Y{uzS-ZYFLq{2dmBBcV-F1T} z&3#7MXGg!hI{10^SGRGMzrLZd_}ZTy(I~FM`{rXkZ~Fdwsj+EQ6C(Re@_|+#VcQvj zMeiPBbE5F1 zd|+Ud@gBTyU>Lsl415OP)dPQr@5+I{z<2q;`|w>d@JIN%2i}J7;(_16*E#SOeD4@I z1K(Q*eg)qJ1FymN=7C=L&K~#)eC-2pVCUeBffwOhJn$p7LCJF7IpNWj z{%7F?#`5*n=l^5@s`V-&RchJ5cQq>$hBCkJqNWQ0HNm;--`NArXsWf5v z`|Q3#k!x4VzFR5B`hyS2iTQt@ZwLCzJfpF8h5lB#!mCK0?eEkG!I?5vD_o8J zI{pVPh%{X~n8!sU>A=;`G$c8*icv)`juLRz{i|%e)wKR10^ppV9M!l9*5QX8@j6w7x=RbxF2pr(&InUX=C|o< z?9VmZ8f)sAhAlNUerD_T>Y5~dx`OV~0Hv4XX;4#bow2v>>u59q7r&8&QcujyVXrg7 zH{tU)q^Gt13my*V0@)%r+zuI2MSnDg&z8boV)W@Tt8&&8Mb`oRyVv1Qj1{>#hd(lwshkZ((S-oteI4F3mI`nk;Lig1_UrI1V`_k>0^9=d z4cFmbou^?2WJ~tRA^c5kQd$WG*vcb z>DHRhPWfGTR!LR_aWCBu^DROYQgWrazgu1W`8hO0qregD|0ZEW=Vq6vq+I#OtGk;k z&E0je!R}^MoFOGst0Ksv#1wSbU8C~pIfDJ94zVwJEhSh|CjI-&!`)Sje||0seUHm# z>`7fJHxo8hB*k;W*9x}^@o7S1Z&x$U8~1VNC}K|3p=jn%BKCL!j~SeWh+HDWQASo;ZL2d5QpP32=)&Tqm3LKAx?_I@Z$%VFu z`Qmmcr{3WfTzMu#MZc-Uy$QgSd(t;`S?XeGr!qakt(OM{H8k zZE7tyL)^?8;`S?XeGoSV;+Pxah|Nm6&8_7H5SMvF+(2(af(U0Rd$zC{6fiqf|J2mVwNJ7fs#juuqK}L|6+(xU>_*3r2pk1Qh{AoU`hY8 zLzDvRS71s1i6L5nol#&(|Is0p0{evmOZp!lqM-%yM`6ULB7Uf6f#)~A1?~lR-m;8# zW=RV`H(ud&dkN(`-FI`vysr5tMq}?M7H*zhF{i82diEY$|;Kg zaz3$axffuweZ>{UUAnRgfW4J~Gb86`Zz`;q+Lcze0wAXovRZw9p^vR#yE4k|0?1Dj zaL(xb^jdSpl&+kz`vGz?aRNg&n<`9Qxn*8}{Aa?8A-=4N?5-(gIRN=if&s|v%?4Oy zunJB%;U%@_wQk-{)nXlZYFRbl9Zrx?*B`*$VmKwl6No`A#RzWf!LJDMKOhmRZm3;X z-*n?X>7rGhb(Qz7TU=SWZiRczI>E8pv2?Ay2{un}+!vjIhjA-ctiFczmGp3u8|d*+ zmWi`w0?kE>zJ&V~c%BviH$1^3+<9Z>Fb==17-WSIMCFqD?R1qiz`=s zfeUwT+^=m;h5n>{4&S4`6elg=eocX1{q9(aQ!Ra)vk3i2)s+d5qhl2G^Gk4Nx`jr3 z1C3B))sA&rwmFdm+Oo7e ziK!pe+JzH5;Y^ciYYA6v)ibq(QzJEjv_KN=UjSSmNv-A8W_8I&m+<*;IMc*mQDlmC z{Far*-C7R%RV~3)(g7DymBCz%dEu5SLSDdw5zC`iJYV-LF9m95Y4=jUZ&wAH#@~w9 z!dcLpq({3;g(J0EU!Q3@x*D52tUF;TDqUE9SIt955Mn>A)e2(y zf6K;AT0g;@tm>3W_~MXpQ>oAG56aXHVGM2cKPG2wqWrD3yt%b%r{d4rRIV84vjaP9Nadz7_|{ z0eD(_YgP8Y#e;Iyx7O+a_eibV*O!NH$m5oN)LD4$(eCAgpVpc{XBEp&Z0gfwNt5y2 zIQ63jk~Ko#Jv)S<^W9;>p@9925UGtEeWv*{YDwH6XR46_fNQE zj8IZXN`>%WhxBfIYLALg(fK1(v;cl3aQ{gwfetc4xzUs)?PR(Csn8_dMD!MXlLjt9 zL0x-v?o+ubJej3&dYn0E1Xtyd_ zHhhMqz{PjI5xQ+Lfh0KF5Bi&X|1NwJ7qR>66S02`C)XaMv7J~ND(i@Wud$14sM=Dy zzP_rlcKbG_VaJ9IH4P0LcWhCXNkALlz8zA^59>INU`F6-N)g! zs47}CG=%#o>Vj6lZYj7J-ymeeeS30N3Y?a|V$(+c?sn|muEaH?GoE4NdAYL*J( z9<`B?58ZW5r|PL$dI-N@(?tAD--nZqe{v(X1bd5fcZzj+~1()$XU|?_hFkY za$$+T>79l(d#EBE}r%_W0R~NdyjQ0#< zgWEnwmlNzsXtA7xzuCy*^#R;m^84!oZpK>#@qU;I8U^XyanZpBcax`Y zH>aGCoKfY0(CAFOcS2ELizql0d@pri^6y4-zW+t)zZk3^jAd`M-6RF4kc z;a;p@v<%+no(E7pKz9w!ccVReXzv_2wLQBu-H9I@!dUWb5B=%D+et~ZI*#MO@X)vZ*rsEm~#H3gmgKQVaf5EEKn-Es@FD9w$=;4 zof}Mpx+SKC82;&?dP%0@`*@IElB)PV9IOU@K>mY3x_$zs!dhkhWdhy(2Lk;E=&tX5 zLZEE}1RDJlfewE_pgDgdkm(}={qQdYIvpht0hXUuI3282*0pr>NrkV|V86ic20V5W z?g>qM0b7S)f8mp6V-dOlmIcORRtGZVQ>gBKolZwE_>4MO$1&&GXHIn6VZLL(Vw>n_ zb^iGrymBK|7hLH^g@~cWS7o}r50xrusQ}f%z{;QM01EK67u_d4Ew|*JZaUbMq0yz~ zx~S%SB2$;;LLnY*@51>r>M`~#8i{#F2=S1IfV0`e1+74csQsHBM2*B&k6;@r0vM(_ zT_QX7R(Q;ZP)q4_BC?w3m`><*yF6=56@F58*blc-G?@f4kghlVTCgm+>lmiB?l*O~ zv~VlC{vhM7Cz;lIXn}fdgS(-%;Y`C;^T*wH%VdX7q01|D`v+TcRpP%dwF*kT_J&fg zQA#}=zk9sYWJe{?J%ajX7ZIyg6UXy)hfGWSlHI z=*{|TC8axb#356%ymUM64O&#g-5Y3~{@Vr@z$*jhTZvgyE}Ve7$a%nf5|+th&Gl<>h3l?TIL8%f63fP}~L`QxPo*y;S`X0X|!0M-i$ zcpZs=TlI<9!qGD<4esJGxakCPk$@L9Tw~_mqz;mZSw`W;prl`__jsFiO|8zU_CgoOKl=Mr#tAoi04 z^c+|>KWWmsK9>@)zk$y6DV+G<0XHkKy-EdV;^+G9!ate`?jFxQ%hB|`(rWh`b*KGl zg4U)V&ZoJRW(&}<`4X}30M@5ah7qY6dSPV5-t-T!4*Hu&km4tyM1(Z&&ROzU%sQ5| zGmOMuf_i8zrOLheL~Jjl?^n{3kp6cgQK)tLmrAk)aQd#}^!~3rGGUjKj)vpN)-P%2 z40PwY$71(io#ZxoTAGoZDnGj^5o@|S)H@a%xSCUu16GJhCq`mhp&YZD{xMw@X=oy+ zlaU`cq3Jq_7Eae4-lX%KXimhwarFmv@57z_vDh0|KU3`WT1dANmmm6T;yr$W`eHpg zalO5I1)Nc9Xsp@F)YmlBG%9OQe-FJB6&BXj)Fomcjn(-5FwQYOJM2To3)Nv{)wF5b zbZyT}(Ffq9Xc94j;AZ}>Bo_raa_e^k|Af|JJ+F|H^~{DQy?YYKgOw( zw2A)o@zmqgmDF3gOdptnr#PTp$xi|Ji0 zW%(Gb)huzr{ca1Ak>xL@0)Z&J+ciV=0<5W_#t}_Bo^J&3BvOXkkKnesnfa%@WR
FqWp?xHFBCZxy0xhZn=>iqV0LZa;u`nCP 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 Dvi+Ze literal 0 HcmV?d00001 diff --git a/project/Objects/WL568_S20U_VSN667_V100_20230714.bin b/project/Objects/WL568_S20U_VSN667_V100_20230714.bin new file mode 100644 index 0000000000000000000000000000000000000000..e43d56d4ce3a7b51f5954d5114868ec56faa98b2 GIT binary patch literal 64468 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.7V +#define SWIRE_DEFAULT_NUM 50 +#else +#define SWIRE_DEFAULT_NUM 38 +#endif + +static uint8_t swire_num=SWIRE_DEFAULT_NUM; +static uint8_t swire_num_bak=SWIRE_DEFAULT_NUM; + +/* ĬÈÏfalse,³õʼ»¯ÆÁ±ê־λ,ÆÁ¶ËʹÓÃTP1.8V,AC ³õʼ»¯ÆÁÐèÒªµÈTP1.8VÓеç */ +static volatile bool start_display_on = true; + +#if ENABLE_TP_WAKE_UP +static bool g_need_enter_sleep_mode = false; +#endif + +static bool g_mipi_path_off = false; +extern bool s_screen_init_complate; + +static uint8_t phone_off_flag =0; //µç»°Ï¨ÆÁFLAG¡£=1ϨÆÁ +static bool g_exit_sleep_mode = false; + +/* ÆÁ³õʼ»¯Íê³É±ê־λ */ +static bool panel_display_done = false; +//static bool g_panel_init_done = false; +static volatile bool g_resolution_change = false; +static void swire_init(void); +static void soft_disable_mipi_timer_init(); +void Gpio_swire_output(uint8_t flag, uint8_t num); + +#if AUTO_CAL_TP +static uint16_t g_cal_cnt = 100; //3sµ¹¼ÆÊ±½øÈëTPУ׼ +#endif + +#ifdef USE_FOR_SUMSUNG_S20PLUS +extern uint8_t Flag_blacklight_EN; +extern uint8_t tp_sleep_in; +extern uint8_t tp_sleep_count; +#endif + +#ifdef USE_FOR_SUMSUNG_S20PLUS +uint8_t phone_DoubleDlick_flag=0; +uint8_t phone_86_flag=0; +uint8_t phone_A6_flag=0; +uint8_t phone_start_flag=0; +uint16_t phone_DisplayOFF_count=0; +uint8_t phone_DisplayOFF_flag=0; +#endif + +#if ADD_TP_CALIBRATION +static volatile bool g_calibration_flag = false; +#endif + +static uint32_t test_count =1; + +uint32_t s_heartbeat = 0; + + +void blue_change_ccm(void) +{ + ccm_coef_t ccm; + ccm.coef_c00 = 250; // 260 + ccm.coef_c01 = 0; + ccm.coef_c02 = 0; + ccm.coef_c10 = 0; + ccm.coef_c11 = 256; // 250 + ccm.coef_c12 = 0; + ccm.coef_c20 = 0; + ccm.coef_c21 = 0; + ccm.coef_c22 = 256; //260 + + hal_dsi_tx_ctrl_set_ccm(ccm); +} + + +static uint8_t b3_read_flag =0; +static uint8_t c8_read_flag =0; +static uint8_t c9_read_flag =0; + +static bool ap_dcs_read(uint8_t data_type, uint8_t dcs_cmd, uint8_t param) +{ +#ifdef USE_FOR_SUMSUNG_S20PLUS + if (dcs_cmd == 0xDA) + { + phone_DisplayOFF_flag=1; + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_SHORT_RESPONSE_1B, + DSI_VC_0, + 0x1, 0x81); + + } + else if (dcs_cmd == 0xDB) + { + phone_DisplayOFF_flag=1; + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_SHORT_RESPONSE_1B, + DSI_VC_0, + 0x1, 0x11); + + } + else if (dcs_cmd == 0xDC) + { + phone_DisplayOFF_flag=1; + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_SHORT_RESPONSE_1B, + DSI_VC_0, + 0x1, 0x04); + + } + else if (dcs_cmd == 0x01) + { + ap_get_tp_calibration_status_01(g_rx_ctrl_handle,param); + } + else if (dcs_cmd == 0x04) + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 3, 0x81,0x11,0x04); + } + else if (dcs_cmd == 0x0A) + { + uint32_t return_size = hal_dsi_rx_ctrl_get_max_ret_size(g_rx_ctrl_handle); + + if (return_size == 3) + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 3, 0x9D,0x9D,0x9D); + } + else + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_SHORT_RESPONSE_1B, + DSI_VC_0, + 0x1, 0x9F); + } + } + else if (dcs_cmd == 0x0E) + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_SHORT_RESPONSE_1B, + DSI_VC_0, + 0x1, 0x80); + } + else if (dcs_cmd == 0x0F) + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_SHORT_RESPONSE_1B, + DSI_VC_0, + 0x1, 0xC0); + } + else if (dcs_cmd == 0xEE) + { + uint32_t return_size = hal_dsi_rx_ctrl_get_max_ret_size(g_rx_ctrl_handle); + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_SHORT_RESPONSE_1B, + DSI_VC_0, + 0x1, 0x00); + if(return_size != 1){ + TAU_LOGD("ee err\n"); + } + } + else if (dcs_cmd == 0xEA) + { + uint32_t return_size = hal_dsi_rx_ctrl_get_max_ret_size(g_rx_ctrl_handle); + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_SHORT_RESPONSE_1B, + DSI_VC_0, + 0x1, 0x00); + //leo +// TAU_LOGD("r[%x] [%d] err\n", dcs_cmd, return_size); + } + else if (dcs_cmd == 0x05) + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_SHORT_RESPONSE_1B, + DSI_VC_0, + 0x1, 0x00); + } + else if (dcs_cmd == 0x87) + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_SHORT_RESPONSE_1B, + DSI_VC_0, + 0x1, 0x00); + } + else if (dcs_cmd == 0xA1) + { + uint32_t return_size = hal_dsi_rx_ctrl_get_max_ret_size(g_rx_ctrl_handle); + if (return_size == 11) + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + return_size, 0x0B,0xEE,0x0C,0x98,0x92,0x15,0x14,0x19,0x27,0x10,0xCB); + + } + else if (return_size == 10) + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 10, 0x0B,0xEE,0x0C,0x98,0x92,0x15,0x14,0x19,0x27,0x10); + + } + else if (return_size == 4) + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 4, 0x0B,0xEE,0x0C,0x98); + + } + else if (return_size == 1) + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_SHORT_RESPONSE_1B, + DSI_VC_0, + 1, 0xCB); + } + else + { +// TAU_LOGD("r[%x] [%d] err\n", dcs_cmd, return_size); + } + } + else if (dcs_cmd == 0xD6) + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 5, 0x23,0xE8,0x34,0xC8,0xCC); + } + else if (dcs_cmd == 0xEC) + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 5, 0x00,0x01,0x00,0x00,0x00); + } + else if (dcs_cmd == 0x7F) + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 10, 0x40,0x04,0x00,0x00,0x00,0x00,0x9C,0xA1,0x99,0xA6); + + } + else if (dcs_cmd == 0xFE) + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 10, 0x30,0x08,0x00,0x31,0x00,0x00,0x00,0x00,0x00,0x10); + } + else if (dcs_cmd == 0x5A) + { + static uint8_t flag_5a =0; + + uint32_t return_size = hal_dsi_rx_ctrl_get_max_ret_size(g_rx_ctrl_handle); + + if (flag_5a==0) + { + flag_5a =1; + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 41, 0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00); + } + else if (flag_5a==1) + { + flag_5a =2; + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 41, 0x01,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00); + } + else if (flag_5a==2) + { + flag_5a =3; + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 41, 0x01,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00); + } + else if (flag_5a==3) + { + flag_5a = 0; + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 41, 0x01,0x00,0x03,0x01,0x3B,0x01,0x3B,0x00,0x03,0x01,0x35,0x00,0xE9,0x00,0xE6,0x00,0xF0,0x00,0x9E,0x00, + 0x85,0x00,0xAD,0x00,0x9E,0x00,0x85,0x00,0xAD,0x00,0x9E,0x00,0x85,0x00,0xAD,0x00,0x9E,0x00,0x85,0x00,0xAD); + }else{ + // TAU_LOGD("5a err\n"); + + // flag_5a = 0; + + TAU_LOGD("r[%x] [%d] err\n", dcs_cmd, return_size); + } + } + else if (dcs_cmd == 0xB5) + { + uint32_t return_size = hal_dsi_rx_ctrl_get_max_ret_size(g_rx_ctrl_handle); + + if (return_size == 76) + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + return_size, + 0x19,0xDC,0x16,0x01,0x44,0x4C,0x7E,0x44,0xB0,0xE2,0x55,0x14,0x46,0x55,0x78,0xAA,0x56,0xDC,0x0E,0x66, + 0x40,0x72,0x66,0xA4,0xD6,0x77,0x08,0x3A,0x77,0x6C,0x9E,0x70,0xD0,0x01,0x02,0x03,0x04,0x05,0x06,0x07, + 0x08,0x09,0x0A,0x0B,0x0C,0x0D,0x0E,0x0F,0x10,0x11,0x12,0x13,0x14,0x14,0x14,0x14,0x14,0x14,0x14,0x14, + 0x01,0x22,0x33,0x44,0x00,0x00,0x06,0x66,0xBB,0x0B,0x01,0x11,0x11,0x10,0x14,0x03); + } + else if (return_size == 75) + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + return_size, 0x19,0xDC,0x16,0x01,0x44,0x4C,0x7E,0x44,0xB0,0xE2,0x55,0x14,0x46,0x55,0x78,0xAA,0x56, + 0xDC,0x0E,0x66,0x40,0x72,0x66,0xA4,0xD6,0x77,0x08,0x3A,0x77,0x6C,0x9E,0x70,0xD0,0x01,0x02,0x03,0x04, + 0x05,0x06,0x07,0x08,0x09,0x0A,0x0B,0x0C,0x0D,0x0E,0x0F,0x10,0x11,0x12,0x13,0x14,0x14,0x14,0x14,0x14, + 0x14,0x14,0x14,0x01,0x22,0x33,0x44,0x00,0x00,0x06,0x66,0xBB,0x0B,0x01,0x11,0x11,0x10,0x14); + } + else if (return_size == 23) + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 23, 0x19,0xDC,0x16,0x01,0x44,0x4C,0x7E,0x44,0xB0,0xE2,0x55,0x14,0x46,0x55,0x78,0xAA,0x56,0xDC,0x0E,0x66,0x40,0x72,0x66); + } + else if (return_size == 2) + { + c8_read_flag =0x20; // C8¸ú×ÅB5ºóÃæ£¬±êÖ¾0x20 + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_SHORT_RESPONSE_2B, + DSI_VC_0, + 2, 0x14,0x03); + } + else + { +// TAU_LOGD("r[%x] [%d] err\n", dcs_cmd, return_size); + } + + } + else if (dcs_cmd == 0xC8) + { + uint32_t return_size = hal_dsi_rx_ctrl_get_max_ret_size(g_rx_ctrl_handle); + + if (return_size > 0x8B) + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 0x8C, + 0x00,0x5B,0x0F,0xA5,0x5B,0x5A,0x5C,0x5E,0x5B,0x5E,0x4B,0x47,0x4E,0x4E,0x49,0x51,0x5D,0x57,0x5F,0x59, + 0x53,0x5A,0x3B,0x35,0x41,0x63,0x6D,0x69,0x5E,0x74,0x6B,0x66,0x63,0x43,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x15,0xAF,0xB1,0xAF,0x7C,0x7A,0x7C,0x79,0x79, + 0x7B,0x78,0x75,0x78,0x76,0x72,0x78,0x77,0x73,0x78,0x75,0x6E,0x77,0x6A,0x5C,0x6E,0x71,0x74,0x79,0x6B, + 0x7C,0x7F,0x22,0x20); + } + else if (return_size == 34) + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + return_size, + 0x00,0x5B,0x0F,0xA5,0x5B,0x5A,0x5C,0x5E,0x5B,0x5E,0x4B,0x47,0x4E,0x4E,0x49,0x51,0x5D,0x57,0x5F,0x59, + 0x53,0x5A,0x3B,0x35,0x41,0x63,0x6D,0x69,0x5E,0x74,0x6B,0x66,0x63,0x43); + } + else if (return_size == 10) + { + if ((c8_read_flag&0xF0) ==0x10) // ÔÚC9/B3ºóÃæ + { + if ((c8_read_flag&0x0F) ==0) + { + c8_read_flag |=0x01; + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 10, 0x00,0x5B,0x0F,0xA5,0x5B,0x5A,0x5C,0x5E,0x5B,0x5E); + } + else if ((c8_read_flag&0x0F) ==1) + { + c8_read_flag |=0x02; + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 10, 0x4B,0x47,0x4E,0x4E,0x49,0x51,0x5D,0x57,0x5F,0x59); + } + else + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 10, 0x53,0x5A,0x3B,0x35,0x41,0x63,0x6D,0x69,0x5E,0x74); + } + } + else // if ((c8_read_flag&0xF0) ==0x20) //ÔÚB5ºóÃæ + { + if ((c8_read_flag&0x0F) ==0) + { + c8_read_flag |=0x01; + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 10, 0x15,0xAF,0xB1,0xAF,0x7C,0x7A,0x7C,0x79,0x79,0x7B); + } + else if ((c8_read_flag&0x0F) ==1) + { + c8_read_flag |=0x02; + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 10, 0x78,0x75,0x78,0x76,0x72,0x78,0x77,0x73,0x78,0x75); + } + else + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 10, 0x6E,0x77,0x6A,0x5C,0x6E,0x71,0x74,0x79,0x6B,0x7C); + } + } + + } + else if (return_size == 4) + { + c9_read_flag =0x10; // C9¸ú×ÅC8ºóÃæ£¬±êÖ¾0x10 + + c8_read_flag =0x10; + if ((c8_read_flag&0xF0) ==0x10) + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 4, 0x6B,0x66,0x63,0x43); + } + else + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 4, 0x7F,0x22,0x20,0x00); + } + } + else + { +// TAU_LOGD("r[%x] [%d] err\n", dcs_cmd, return_size); + } + } + else if (dcs_cmd == 0xC9) + { + uint32_t return_size = hal_dsi_rx_ctrl_get_max_ret_size(g_rx_ctrl_handle); + if (return_size > 0x8B) + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 0x8C, + 0x00,0x40,0x01,0x01,0x9C,0x41,0x33,0x54,0x59,0x31,0x53,0x30,0x31,0x41,0x45,0x4C,0x42,0x50,0x30,0x37, + 0x37,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x15,0xAE,0xAF, + 0xAD,0x7B,0x7A,0x7C,0x7A,0x7A,0x7C,0x77,0x74,0x77,0x78,0x74,0x79,0x78,0x76,0x79,0x77,0x73,0x79,0x73, + 0x71,0x75,0x7E,0x81,0x7E,0x65,0x7C,0x6F,0x44,0x40,0x00,0x00,0x00,0x00,0x2A,0x0E,0x04,0x16,0x72,0x71, + 0x73,0x74,0x76,0x76,0x72,0x6F,0x72,0x74,0x70,0x75,0x77,0x74,0x78,0x73,0x6F,0x77,0x5D,0x51,0x63,0x72, + 0x75,0x76,0x4E,0x6E,0x69,0x00,0x00,0x00,0x00,0x00,0x00,0x2A,0x11,0x07,0x1A,0x71,0x70,0x72,0x75,0x75, + 0x76,0x72,0x6F,0x73,0x74,0x71,0x74,0x76,0x71,0x77,0x72,0x6B,0x76,0x57,0x42,0x5D,0x6A,0x67,0x72,0x06, + 0x52,0x57); + } + else if (return_size == 105) + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + return_size, + 0x00,0x40,0x01,0x01,0x9C,0x41,0x33,0x54,0x59,0x31,0x53,0x30,0x31,0x41,0x45,0x4C,0x42,0x50,0x30,0x37, + 0x37,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x15,0xAE,0xAF, + 0xAD,0x7B,0x7A,0x7C,0x7A,0x7A,0x7C,0x77,0x74,0x77,0x78,0x74,0x79,0x78,0x76,0x79,0x77,0x73,0x79,0x73, + 0x71,0x75,0x7E,0x81,0x7E,0x65,0x7C,0x6F,0x44,0x40,0x00,0x00,0x00,0x00,0x2A,0x0E,0x04,0x16,0x72,0x71, + 0x73,0x74,0x76,0x76,0x72,0x6F,0x72,0x74,0x70,0x75,0x77,0x74,0x78,0x73,0x6F,0x77,0x5D,0x51,0x63,0x72, + 0x75,0x76,0x4E,0x6E,0x69); + } + else if (return_size == 70) + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + return_size, + 0x00,0x40,0x01,0x01,0x9C,0x41,0x33,0x54,0x59,0x31,0x53,0x30,0x31,0x41,0x45,0x4C,0x42,0x50,0x30,0x37, + 0x37,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x15,0xAE,0xAF, + 0xAD,0x7B,0x7A,0x7C,0x7A,0x7A,0x7C,0x77,0x74,0x77,0x78,0x74,0x79,0x78,0x76,0x79,0x77,0x73,0x79,0x73, + 0x71,0x75,0x7E,0x81,0x7E,0x65,0x7C,0x6F,0x44,0x40); + } + else if (return_size == 21) + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + return_size, + 0x00,0x40,0x01,0x01,0x9C,0x41,0x33,0x54,0x59,0x31,0x53,0x30,0x31,0x41,0x45,0x4C,0x42,0x50,0x30,0x37,0x37); + } + else if (return_size == 10) + { + if ((c9_read_flag&0xF0) ==0) + { + if ((c9_read_flag&0x0F) ==0) + { + c9_read_flag |=0x01; + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 10, 0x40,0x01,0x01,0x9C,0x41,0x33,0x54,0x59,0x31,0x53); + } + else + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 10, 0x30,0x31,0x41,0x45,0x4C,0x42,0x50,0x30,0x37,0x37); + } + } + else if ((c9_read_flag&0xF0) ==0x10) // ÔÚC8ºóÃæ + { + if ((c9_read_flag&0x0F) ==0) + { + c9_read_flag |=0x01; + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 10, 0x15,0xAE,0xAF,0xAD,0x7B,0x7A,0x7C,0x7A,0x7A,0x7C); + } + else if ((c9_read_flag&0x0F) ==1) + { + c9_read_flag |=0x02; + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 10, 0x77,0x74,0x77,0x78,0x74,0x79,0x78,0x76,0x79,0x77); + } + else + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 10, 0x73,0x79,0x73,0x71,0x75,0x7E,0x81,0x7E,0x65,0x7C); + } + } + else // if ((c9_read_flag&0xF0) ==0x20) //ÔÚB3ºóÃæ + { + if ((c9_read_flag&0x0F) ==0) + { + c9_read_flag |=0x01; + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 10, 0x2A,0x0E,0x04,0x16,0x72,0x71,0x73,0x74,0x76,0x76); + } + else if ((c9_read_flag&0x0F) ==1) + { + c9_read_flag |=0x02; + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 10, 0x72,0x6F,0x72,0x74,0x70,0x75,0x77,0x74,0x78,0x73); + } + else + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 10, 0x6F,0x77,0x5D,0x51,0x63,0x72,0x75,0x76,0x4E,0x6E); + } + } + + } + else if (return_size == 4) + { + c8_read_flag =0x10; // C8¸ú×ÅC9(size=4)ºóÃæ£¬±êÖ¾0x10 + + c9_read_flag &=0xF0; + if ((c9_read_flag&0xF0) ==0x10) + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 4, 0x6F,0x44,0x40,0x00); + } + else + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 4, 0x6F,0x44,0x40,0x00); + } + } + else if (return_size == 1) + { + c8_read_flag =0x20; // C8¸ú×ÅC9(size=1)ºóÃæ£¬±êÖ¾0x20 + + c9_read_flag =0x10; + if ((c9_read_flag&0xF0) ==0x20) + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_SHORT_RESPONSE_1B, + DSI_VC_0, + 1, 0x69); + } + else + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_SHORT_RESPONSE_1B, + DSI_VC_0, + 1, 0x57); + } + } + else + { +// TAU_LOGD("r[%x] [%d] err\n", dcs_cmd, return_size); + } + } + else if (dcs_cmd == 0xB3) + { + uint32_t return_size = hal_dsi_rx_ctrl_get_max_ret_size(g_rx_ctrl_handle); + if (return_size == 39) + { + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + return_size, + 0x21,0x00,0x50,0x00,0x28,0x2A,0x65,0x59,0x6C,0x77,0x77,0x79,0x79,0x7C,0x7A,0x7D,0x7B,0x7A,0x7C,0x7C, + 0x7C,0x7E,0x7F,0x7F,0x7F,0x7F,0x7F,0x73,0x6D,0x73,0x7C,0x77,0x7A,0x4C,0x6F,0x6B,0x00,0x00,0x00); + } + else if (return_size == 10) + { + if (b3_read_flag ==0) + { + b3_read_flag =1; + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 10, 0x2A,0x65,0x59,0x6C,0x77,0x77,0x79,0x79,0x7C,0x7A); + } + else if (b3_read_flag ==1) + { + b3_read_flag =2; + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 10, 0x7D,0x7B,0x7A,0x7C,0x7C,0x7C,0x7E,0x7F,0x7F,0x7F); + } + else //if (b3_read_flag ==2) + { + b3_read_flag =0; + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 10, 0x7F,0x7F,0x73,0x6D,0x73,0x7C,0x77,0x7A,0x4C,0x6F); + } + + } + else if (return_size == 4) + { + c9_read_flag =0x20; // C9¸ú×ÅB3ºóÃæ£¬±êÖ¾0x20 + c8_read_flag =0x10; // C8¸ú×ÅB3ºóÃæ£¬±êÖ¾0x10 + + b3_read_flag =0; + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_LONG_RESPONSE, + DSI_VC_0, + 4, 0x6B,0x00,0x00,0x00); + } + else + { +// TAU_LOGD("r[%x] [%d] err\n", dcs_cmd, return_size); + } + } + else + { + uint32_t return_size = hal_dsi_rx_ctrl_get_max_ret_size(g_rx_ctrl_handle); + hal_dsi_rx_ctrl_send_ack_cmd(g_rx_ctrl_handle, + DSI_ACK_DT_DSC_SHORT_RESPONSE_2B, + DSI_VC_0, + 0x2, dcs_cmd,return_size); + TAU_LOGD("r[%x] [%d] err!!!!!!\n", dcs_cmd, return_size); + } + // printf("r %x\n",dcs_cmd); + return true; +#endif // USE_FOR_SUMSUNG_S20 +} + +bool ap_tear_flag = true; +/* PPS update callback ÓÃÓÚ·Ö±æÂÊÇл»case */ +static bool pps_update_handle(uint8_t *pps, uint8_t size, uint32_t pic_width, uint32_t pic_height) +{ + //hal_gpio_set_output_data(IO_PAD_PWMEN, IO_LVL_HIGH); + if (pic_width != g_rx_ctrl_handle->base_info.src_w || pic_height != g_rx_ctrl_handle->base_info.src_h) + { + /* PPS Update ÇÒ·Ö±æÂÊ·¢Éú±ä»¯ */ + hal_dsi_rx_ctrl_set_sw_tear_mode(g_rx_ctrl_handle); + g_rx_ctrl_handle->base_info.src_w = pic_width; + g_rx_ctrl_handle->base_info.src_h = pic_height; + /* ×¢Òⲿ·Ö»ù°å¸üÐÂPPSǰ²»·¢ Compression Mode CommandµÄÇé¿ö */ + g_rx_ctrl_handle->compress_en = true; //hal_dsi_rx_ctrl_get_compressen_en(g_rx_ctrl_handle); +// g_rx_ctrl_handle->compress_en = hal_dsi_rx_ctrl_get_compressen_en(g_rx_ctrl_handle); + if(pic_width > 720) + { + g_tx_ctrl_handle->base_info.src_w = pic_width; + g_tx_ctrl_handle->base_info.src_h = pic_height; + } + hal_dsi_rx_ctrl_toggle_resolution(g_rx_ctrl_handle); + //*((uint32_t *)(0x40002B04)) = 1; + if(ap_tear_flag){ + hal_dsi_rx_ctrl_set_hw_tear_mode(g_rx_ctrl_handle); + }else{ + hal_dsi_rx_ctrl_set_sw_tear_mode(g_rx_ctrl_handle); + } + } + return true; +} + +bool g_enter_display_off = false; + +static bool ap_set_display_on(hal_dsi_rx_ctrl_handle_t *handler, hal_dcs_packet_t *dcs_packet) +{ +// if(g_enter_display_off == true) +{ + // Gpio_swire_output(2,38); + g_enter_display_off = false; + } + TAU_LOGD("disp on \n"); + return true; +} + +static bool ap_set_display_off(hal_dsi_rx_ctrl_handle_t *handler, hal_dcs_packet_t *dcs_packet) +{ + Gpio_swire_output(0, 0); + + TAU_LOGD("disp off \n"); + g_enter_display_off = true; + hal_dsi_tx_ctrl_write_cmd(0x05, 0, 2, 0x28); +// hal_gpio_set_output_data(IO_PAD_PWMEN, IO_LVL_LOW); + return true; +} + +static bool ap_set_enter_sleep_mode(hal_dsi_rx_ctrl_handle_t *handler, hal_dcs_packet_t *dcs_packet) +{ + hal_dsi_tx_ctrl_write_cmd(0x05, 0, 2, 0x10); +#if ENABLE_TP_WAKE_UP + g_need_enter_sleep_mode = true; +#endif + g_exit_sleep_mode = false; + TAU_LOGD("enter sleep mode\n"); + soft_disable_mipi_timer_init(); + return true; +} + +static bool ap_set_exit_sleep_mode(hal_dsi_rx_ctrl_handle_t *handler, hal_dcs_packet_t *dcs_packet) +{ + TAU_LOGD("exit sleep mode\n"); + /* AVDD Éϵç, ÓÃÓÚ½â¾öÏ¢ÆÁ¿ªÆÁPPS²»¸üÐÂÎÊÌâ */ + //hal_gpio_set_output_data(IO_PAD_PWMEN, IO_LVL_HIGH); //leo + g_exit_sleep_mode = true; + + return true; +} + +/***************************************************************************** +*GPIO·¢ËÍswire²¨ÐÎ +*flag: =0, SWIRE=0; =1,½ö·¢ËÍSWIREÐźÅ; =2, ÏÈÖøßÔÙ·¢SWIREÐźŠ+*num: ·¢¼¸¸öÂö³å +*×¢ÒâFLAG=1ʱÎÞGPIO³õʼ»¯!!!!!! +*****************************************************************************/ +#define GPIO_SWIRE_PAD IO_PAD_AP_SWIRE //S20PʹÓôËÒý½Å +//#define GPIO_SWIRE_PAD IO_PAD_ADCIN //S20UʹÓôËÒý½Å +void Gpio_swire_output(uint8_t flag, uint8_t num) +{ + uint8_t ii; + + if (flag) + { + if (flag ==2) + { + //hal_gpio_init_output(GPIO_SWIRE_PAD, IO_LVL_HIGH); + hal_gpio_set_output_data(GPIO_SWIRE_PAD, IO_LVL_HIGH); + hal_gpio_set_output_data(IO_PAD_ADCIN, IO_LVL_HIGH); + //delayMs(4); //2 + delayUs(807); + } + for (ii =0; ii< num; ii++) + { + hal_gpio_set_output_data(GPIO_SWIRE_PAD, IO_LVL_LOW); + hal_gpio_set_output_data(IO_PAD_ADCIN, IO_LVL_LOW); + delayUs(9); + hal_gpio_set_output_data(GPIO_SWIRE_PAD, IO_LVL_HIGH); + hal_gpio_set_output_data(IO_PAD_ADCIN, IO_LVL_HIGH); + delayUs(9); + } + } + else + { + hal_gpio_init_output(GPIO_SWIRE_PAD, IO_LVL_LOW); + hal_gpio_init_output(IO_PAD_ADCIN, IO_LVL_LOW); + } +} + +#ifdef ADD_PWM_OUTPUT_FOR_BL +/***************************************************************************** +* @brief µ÷ÖÆpwmÊä³öÒÔ¿ØÖƱ³¹â +* @param init: ÊÇ·ñΪ³õʼ»¯£¬µÚÒ»´Î±ØÐëÑ¡Ôñ³õʼ»¯ +* @param polarity: ¼«ÐÔ£¬false:ÏȸߺóµÍ£¬true:Ïȵͺó¸ß +* @param duty_ratio: Õ¼¿Õ±È(0-100) +* @param frequency: ƵÂÊ£¬µ¥Î»HZ +* @retval null +*****************************************************************************/ +static void test_pwm_out_adjust(bool init, bool polarity, uint8_t duty_ratio, uint32_t frequency) +{ + + pwm_out_ctrl_e ctl0 = PWMO_CTRL_HIGH; + pwm_out_ctrl_e ctl1 = PWMO_CTRL_LOW; + if (polarity) + { + ctl0 = PWMO_CTRL_LOW; + ctl1 = PWMO_CTRL_HIGH; + } + uint32_t period = 1000000 / frequency; //µ¥Î»us + uint32_t thr0 = 0; + uint32_t thr1 = (period * duty_ratio / 100); + + if (duty_ratio == 100) + { + ctl1 = ctl0; + thr1 = period / 2; + } + if (init) + { + hal_pwm_out_init(); + hal_pwm_out_config_all(ctl0, ctl1, thr0, thr1, period); + } + else + { + hal_pwm_out_sync_all(ctl0, ctl1, thr0, thr1, period); + } +} + +void PWM_OUTPUT_TEST(void) +{ + test_pwm_out_adjust(true, true, 30, 20000); + delayMs(2); + test_pwm_out_adjust(false, false, 40, 10000); +} + +#define PWM_PERIOD 1000 //PWMÖÜÆÚ.µ¥Î»US +#define PWM_MIN 8 //×îСֵ¡£¿Éµ÷×îµÍÁÁ¶È +static void PWM_init(void) +{ + // 1ms ÖÜÆÚ³õʼ»¯Êä³öµÍµçƽ×î¶à1000¼¶µ÷¹â + hal_pwm_out_init(); + hal_pwm_out_config_all(PWMO_CTRL_LOW, PWMO_CTRL_HIGH, 0, PWM_PERIOD, PWM_PERIOD); +} + +static uint16_t read_bl_data =0; +static uint16_t read_bl_data_bak =0; +void PWM_Task(void) +{ +uint16_t pwm_h; + +#ifdef USE_FOR_SUMSUNG_S20 +// s20: read_bl_data = 1~FD + + if(Flag_blacklight_EN) + { + read_bl_data_bak =0; + hal_pwm_out_sync_thr(0, PWM_PERIOD+1); + //printf("Flag_blacklight_EN!!!! read_bl_data[%4x] \n", read_bl_data); + return; + } + + if (g_need_enter_sleep_mode) + { + //ΪÁËϨÆÁʱÖÓ + read_bl_data_bak =0; + hal_pwm_out_sync_thr(0, PWM_PERIOD-PWM_MIN); //ÉèÖÃΪ×îС +// printf("tp_sleep_in!!!! read_bl_data[%4x] \n", read_bl_data); + // return; + } + + if(read_bl_data !=read_bl_data_bak) + { + pwm_h = PWM_PERIOD*read_bl_data/0xFF; + #if 1//·ÇÏßÐÔ²¹³¥ + if (pwm_h >700) + pwm_h = 300+(pwm_h-700)*7/3; + else + pwm_h = 1+(pwm_h-1)*3/7; + #endif + if(pwm_h 0: Ϊ¿ª»ú±ê¼Ç¡£ÑÓʱ¿ª±³¹â +uint32_t value_reg_ca_bak =0; +uint16_t value_reg_b1_bak =0; +//#define USE_BL_ADJ6 //֮ǰS20µ÷¹â·½Ê½ +#define USE_BL_ADJ7 //¸Ä¹ýºóS20µ÷¹â·½Ê½ +uint16_t value_reg51 =0; +uint16_t value_reg51_bak =0; +#endif + +#if 1 // +static bool ap_set_backlight(hal_dsi_rx_ctrl_handle_t *handler, hal_dcs_packet_t *dcs_packet) +{ + /* AP »ºÂýµ÷¹â 0xC ×îÁÁ£¬ 0xb8d ×î°µ, ¿ìËÙÀ­¶¯Ê±»áÌø»á0xC,µ÷¹âƽ»¬¶ÈÐèÒª½øÒ»²½ÓÅ»¯ */ + uint8_t temp_u8; + uint16_t temp_u16,temp_min,temp_max; + uint16_t temp51_min,temp51_max; + + value_reg_b1 = (dcs_packet->packet_param[0] << 8) + dcs_packet->packet_param[1]; +// printf("B1[%4x],CA[%4x] \n", value_reg_b1, value_reg_ca); +// TAU_LOGD("B1[%x]", value_reg_b1); + +#ifdef USE_BL_ADJ7 + +#if 0//def ADD_PWM_OUTPUT_FOR_BL + if (value_reg_b1 &0x8000) + { + // 60Hz + if(value_reg_ca >0x15FE) + { + read_bl_data = 0xFF; + } + else if(value_reg_ca >=0x1550) + { + // value_reg_ca =0x1550¶ÔÓ¦105¼¶µ÷¹â(ÈýÐǵ÷¹â¼¶ÊýΪ256) + read_bl_data = 105+(value_reg_ca-0x1550)*150/175; + } + else + { + //value_reg_b1_bak=0xC65~0x1E4¶ÔÓ¦1~104¼¶µ÷¹â + if (value_reg_b1_bak>0xC65) + read_bl_data =1; + else if (value_reg_b1_bak<0x1E4) + read_bl_data =104; + else + read_bl_data = 1+(0xC65-value_reg_b1_bak)*103/2689; + } + } + else if (value_reg_b1 &0x4000) + { + // 120Hz + if(value_reg_ca >0x15AD) + { + read_bl_data = 0xFF; + } + else if(value_reg_ca >=0x150F) + { + // value_reg_ca =0x15AD~0x150F¶ÔÓ¦256~109¼¶µ÷¹â(ÈýÐǵ÷¹â¼¶ÊýΪ256) + read_bl_data = 109+(value_reg_ca-0x150F)*146/158; + } + else + { + //value_reg_b1_bak=0xC54~0x1E4¶ÔÓ¦1~108¼¶µ÷¹â + if (value_reg_b1_bak>0xC54) + read_bl_data =1; + else if (value_reg_b1_bak<0x1E4) + read_bl_data =108; + else + read_bl_data = 1+(0xC54-value_reg_b1_bak)*107/2672; + } + } + else + { + value_reg_b1_bak = value_reg_b1; + if ((value_reg_ca ==0x2A00) &&(value_reg_b1 >0x500)) + s20_power_on_flag =1; + else + s20_power_on_flag =0; + } + + +#else + if (dcs_packet->param_length ==1) + { + if (bl_adj_flag) + { + // ²¿·Ö»ú°å120HzģʽÏ¡£Õý³£CAÊý¾ÝΪ0 + if(value_reg_b1_bak <=0x222) + { + switch(value_reg_ca) + { + case 0: + case 1: + value_reg51 = 255; + break; + + case 2: + value_reg51 = 252; + break; + + case 3: + value_reg51 = 249; + break; + + case 4: + value_reg51 = 245; + break; + + case 5: + value_reg51 = 239; + break; + + case 6: + value_reg51 = 235; + break; + + case 7: + case 8: + value_reg51 = 229; + break; + + case 9: + value_reg51 = 222; + break; + + case 10: + value_reg51 = 212; + break; + + case 11: + value_reg51 = 207; + break; + + case 12: + value_reg51 = 203; + break; + + case 13: + value_reg51 = 200; + break; + + case 14: + value_reg51 = 198; + break; + + case 15: + value_reg51 = 195; + break; + + case 16: + value_reg51 = 189; + break; + + case 17: + value_reg51 = 182; + break; + + case 18: + value_reg51 = 178; + break; + + case 19: + value_reg51 = 175; + break; + + case 20: + value_reg51 = 171; + break; + + default: + case 21: + value_reg51 = 168; + break; + } + } + else if(value_reg_b1_bak <=0x55B) + { + // value_reg_b1_bak =0x55B ~ 0x22B¶ÔÓ¦130 ~ 167¼¶µ÷¹â(ÈýÐǵ÷¹â¼¶ÊýΪ256) + temp_max = 0x55B; + temp_min = 0x22B; + + temp51_max =167; + temp51_min =130; + if(value_reg_b1_bak<=temp_min) + value_reg51 =temp51_max; + else if(value_reg_b1_bak>=temp_max) + value_reg51 =temp51_min; + else + value_reg51 = temp51_max - (value_reg_b1_bak-temp_min)*(temp51_max-temp51_min)/(temp_max-temp_min); + } + else if(value_reg_b1_bak ==0x56F) + { + if(value_reg_ca <0x27) + { + value_reg51 = 122; + } + else if(value_reg_ca <0x2D) + { + value_reg51 = 116; + } + else if(value_reg_ca <0x30) + { + value_reg51 = 112; + } + else if(value_reg_ca <0x3B) + { + value_reg51 = 108; + } + else if(value_reg_ca <0x40) + { + value_reg51 = 105; + } + else if(value_reg_ca <0x50) + { + value_reg51 = 103; + } + else + { + value_reg51 = 101; + } + } + else if(value_reg_b1_bak <=0xB3B) + { + // value_reg_b1_bak =0xB3B ~ 0x589¶ÔÓ¦55~ 100¼¶µ÷¹â(ÈýÐǵ÷¹â¼¶ÊýΪ256) + temp_max = 0xB3B; + temp_min = 0x589; + + temp51_max =100; + temp51_min =55; + if(value_reg_b1_bak<=temp_min) + value_reg51 =temp51_max; + else if(value_reg_b1_bak>=temp_max) + value_reg51 =temp51_min; + else + value_reg51 = temp51_max - (value_reg_b1_bak-temp_min)*(temp51_max-temp51_min)/(temp_max-temp_min); + } + else if(value_reg_b1_bak <=0xBF9) + { + // value_reg_b1_bak =0xB44 ~ 0xBF9¶ÔÓ¦54~ 37¼¶µ÷¹â(ÈýÐǵ÷¹â¼¶ÊýΪ256) + temp_max = 0xBF9; + temp_min = 0xB44; + + temp51_max =54; + temp51_min =37; + if(value_reg_b1_bak<=temp_min) + value_reg51 =temp51_max; + else if(value_reg_b1_bak>=temp_max) + value_reg51 =temp51_min; + else + value_reg51 = temp51_max - (value_reg_b1_bak-temp_min)*(temp51_max-temp51_min)/(temp_max-temp_min); + } + else + { + // value_reg_b1_bak =0xC0B ~ 0xC71¶ÔÓ¦36 ~ 1¼¶µ÷¹â(ÈýÐǵ÷¹â¼¶ÊýΪ256) + temp_max = 0xC71; + temp_min = 0xC0B; + + temp51_max =36; + temp51_min =1; + if(value_reg_b1_bak<=temp_min) + value_reg51 =temp51_max; + else if(value_reg_b1_bak>=temp_max) + value_reg51 =temp51_min; + else + value_reg51 = temp51_max - (value_reg_b1_bak-temp_min)*(temp51_max-temp51_min)/(temp_max-temp_min); + } + } + else if (dcs_packet->packet_param[0] &0x80) + { + //ÉèÖÃΪ60Hz + if(value_reg_ca >=0x15C0) + { + // value_reg51 = 0xC0~ 0xFF + if(value_reg_ca >=0x15FF) + value_reg51 = 0xFF; + else + value_reg51 = value_reg_ca&0xFF; + } + else if(value_reg_ca >0x15B8) + { + // value_reg51 = 0x90~ 0xC0 + temp_max = 0x573; + temp_min = 0x1EE; + + temp51_max =0xC0; + temp51_min =0x90; + if(value_reg_b1_bak<=temp_min) + value_reg51 =temp51_max; + else if(value_reg_b1_bak>=temp_max) + value_reg51 =temp51_min; + else + value_reg51 = temp51_max - (value_reg_b1_bak-temp_min)*(temp51_max-temp51_min)/(temp_max-temp_min); + } + else if(value_reg_ca >=0x156D) + { + // value_reg51 = 0x70~ 0x90 + temp_max = 0x15B8; + temp_min = 0x156D; + + temp51_max =0x90; + temp51_min =0x70; + if(value_reg_ca <=temp_min) + value_reg51 =temp51_min; + else if(value_reg_ca>=temp_max) + value_reg51 =temp51_max; + else + value_reg51 = temp51_min + (value_reg_ca-temp_min)*(temp51_max-temp51_min)/(temp_max-temp_min); + } + else + { + // value_reg51 = 0x10~ 0x70 + temp_max = 0xC77; + temp_min = 0x587; + + temp51_max =0x70; + temp51_min =1; + if(value_reg_b1_bak<=temp_min) + value_reg51 =temp51_max; + else if(value_reg_b1_bak>=temp_max) + value_reg51 =temp51_min; + else + value_reg51 = temp51_max - (value_reg_b1_bak-temp_min)*(temp51_max-temp51_min)/(temp_max-temp_min); + + } + } + else //if (dcs_packet->packet_param[0] &0x40) + { + //ÉèÖÃΪ120Hz + if(value_reg_ca >=0x156D) + { + // value_reg51 = 0xBE~ 0xFF + if(value_reg_ca >=0x15AE) + value_reg51 = 0xFF; + else + value_reg51 = (value_reg_ca&0xFF)+0x51; + } + else if(value_reg_ca >0x1564) + { + // value_reg51 = 0x90~ 0xBE + temp_max = 0x56F; + temp_min = 0x1ED; + + temp51_max =0xBE; + temp51_min =0x90; + if(value_reg_b1_bak<=temp_min) + value_reg51 =temp51_max; + else if(value_reg_b1_bak>=temp_max) + value_reg51 =temp51_min; + else + value_reg51 = temp51_max - (value_reg_b1_bak-temp_min)*(temp51_max-temp51_min)/(temp_max-temp_min); + } + else if(value_reg_ca >=0x1518) + { + // value_reg51 = 0x70~ 0x90 + temp_max = 0x1518; + temp_min = 0x1564; + + temp51_max =0x90; + temp51_min =0x70; + if(value_reg_ca <=temp_min) + value_reg51 =temp51_min; + else if(value_reg_ca>=temp_max) + value_reg51 =temp51_max; + else + value_reg51 = temp51_min + (value_reg_ca-temp_min)*(temp51_max-temp51_min)/(temp_max-temp_min); + } + else + { + // value_reg51 = 0x01~ 0x70 + temp_max = 0xC71; + temp_min = 0x5A2; + + temp51_max =0x70; + temp51_min =0x01; + if(value_reg_b1_bak<=temp_min) + value_reg51 =temp51_max; + else if(value_reg_b1_bak>=temp_max) + value_reg51 =temp51_min; + else + value_reg51 = temp51_max - (value_reg_b1_bak-temp_min)*(temp51_max-temp51_min)/(temp_max-temp_min); + + } + } + + if (value_reg51 != value_reg51_bak) + { + #if 0// 1: ƽ»¬Ò»µã + if (value_reg51 <0x41) + { + temp_max = 0x40; + temp_min = 1; + + temp51_max =0x100; + temp51_min =0x10; + + temp_u16 = temp51_min + (value_reg51-temp_min)*(temp51_max-temp51_min)/(temp_max-temp_min); + } + else if (value_reg51 <0x81) + { + temp_max = 0x80; + temp_min = 41; + + temp51_max =0x400; + temp51_min =0x101; + + temp_u16 = temp51_min + (value_reg51-temp_min)*(temp51_max-temp51_min)/(temp_max-temp_min); + } + else + { + temp_max = 0xFF; + temp_min = 0x81; + + temp51_max =0xDBB; + temp51_min =0x401; + + temp_u16 = temp51_min + (value_reg51-temp_min)*(temp51_max-temp51_min)/(temp_max-temp_min); + } + + #else + temp_u16 = value_reg51*0xFFF/0xFF; + #endif + //temp_u16 = value_reg51; + + //ÏÞÖÆ×îµÍÁÁ¶È + if (temp_u16 <0x3F) + temp_u16 = 0X3F; + + hal_dsi_tx_ctrl_write_cmd(0x39, 0, 3, 0x51, temp_u16>>8, temp_u16&0xFF); + //hal_dsi_tx_ctrl_write_cmd(0x39, 0, 3, 0x51, 0, 0xF4); + value_reg51_bak = value_reg51; + //printf("51[%4x],value_reg51[%4x]\n", value_reg51 ,temp_u16); + } + } + +#endif + +#endif // // USE_BL_ADJ7 + + return true; +} +#endif + +static bool ap_get_reg_ca(hal_dsi_rx_ctrl_handle_t *handler, hal_dcs_packet_t *dcs_packet) +{ + uint8_t ii; + bl_adj_flag =0; + value_reg_ca = (dcs_packet->packet_param[0] << 8)+ dcs_packet->packet_param[1]; + if (value_reg_ca ==0) + { + bl_adj_flag =1; + value_reg_ca = dcs_packet->packet_param[5]; + } + value_reg_b1_bak = value_reg_b1; + return true; +} + +#if 0 +static bool ap_get_reg_b5(hal_dsi_rx_ctrl_handle_t *handler, hal_dcs_packet_t *dcs_packet) +{ + value_reg_b5 = (dcs_packet->packet_param[3] << 8) + dcs_packet->packet_param[2]; + TAU_LOGD("CA[%4x],B1[%4x],B5[%4x]", value_reg_ca,value_reg_b1,value_reg_b5); + + return true; +} +#endif + +#ifdef ADD_PANEL_DISPLAY_MODE +uint8_t panel_mode =1; // DF¼Ä´æÆ÷µÚ1¸ö²ÎÊý¡£00:»¤ÑÛ¿ª,01:»¤ÑÛ¹Ø,11:ÆäËü3ÖÖ(Ó°Ôº/ÕÕÆ¬/»ù±¾.Ä¿Ç°Ã»Çø·Ö) +uint16_t panel_r,panel_g,panel_b; // ¼Ç¼RGB²ÎÊýÖµ + +#ifdef USE_FOR_SUMSUNG_S9PLUS +#define RATIO_VALUE 2 //ÓÅ»¯ÏµÊý +#else +#define RATIO_VALUE 2 //ÓÅ»¯ÏµÊý +#endif + +#endif + + +static bool ap_get_reg_df(hal_dsi_rx_ctrl_handle_t *handler, hal_dcs_packet_t *dcs_packet) +{ + ccm_coef_t ccm; + ccm.coef_c00 = 255; + ccm.coef_c01 = 0; + ccm.coef_c02 = 0; + ccm.coef_c10 = 0; + ccm.coef_c11 = 255; + ccm.coef_c12 = 0; + ccm.coef_c20 = 0; + ccm.coef_c21 = 0; + ccm.coef_c22 = 255; + +#ifdef ADD_PANEL_DISPLAY_MODE + value_reg_df = (dcs_packet->packet_param[35] << 8) + dcs_packet->packet_param[33]; + panel_mode = dcs_packet->packet_param[0]; + panel_r =dcs_packet->packet_param[49]; + panel_g =dcs_packet->packet_param[51]; + panel_b =dcs_packet->packet_param[53]; +// TAU_LOGD("value_reg_df[%4x],panel_mode[%4x],panel_r[%4x],panel_g[%4x],panel_b[%4x]", value_reg_df,panel_mode,panel_r,panel_g,panel_b); + + if (panel_mode ==00) + { + //»¤ÑÛģʽ + + #ifdef USE_FOR_S10_BLUE_MODE + //panel_r =256-RATIO_VALUE*(0xFF-panel_r); + //panel_g =256-RATIO_VALUE*(0xFF-panel_g); + //panel_b =256-RATIO_VALUE*(0xFF-panel_b); +// hal_dsi_rx_ctrl_set_cus_pq_gain(g_rx_ctrl_handle,panel_r,panel_g,panel_b); + ccm.coef_c00 = panel_r; + ccm.coef_c11 = panel_g; + ccm.coef_c22 = panel_b; + hal_dsi_tx_ctrl_set_ccm(ccm); + + #else + + value_reg_df =value_reg_df&0xFF; + switch(value_reg_df) + { + case 0xC1: + case 0xC3: + value_blue = BLUE_MIN; + break; + + case 0xCF: + case 0xD0: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)/BLUE_STEP; + break; + + case 0xD8: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*2/BLUE_STEP; + break; + + case 0xDE: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*3/BLUE_STEP; + break; + + case 0xE4: + case 0xE5: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*4/BLUE_STEP; + break; + + case 0xE9: + case 0xEA: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*5/BLUE_STEP; + break; + + case 0xED: + case 0xEE: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*6/BLUE_STEP; + break; + + case 0xF1: + case 0xF2: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*7/BLUE_STEP; + break; + + case 0xF4: + case 0xF5: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*8/BLUE_STEP; + break; + + case 0xF7: + case 0xF8: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*9/BLUE_STEP; + break; + + case 0xFA: + value_blue = BLUE_MAX; + break; + + default: + case 0xFF: + value_blue = 0; + break; + + } + hal_dsi_rx_ctrl_set_cus_pq_gain(g_rx_ctrl_handle,256,256,256); + hal_dsi_tx_ctrl_write_cmd(0x15, 0, 2, 0x84, value_blue); + + #endif + + } + else + { + #ifndef USE_FOR_S10_BLUE_MODE + value_blue =0; + hal_dsi_tx_ctrl_write_cmd(0x15, 0, 2, 0x84, value_blue); //»¤ÑÛģʽ¹Øs8+/s9+ + #endif + + //×öÒ»ÏÂÔËË㣬ÈÃЧ¹û¸ü¼ÓÃ÷ÏÔ¡£Õâ¸ö¹À¼ÆÒª¸ù¾Ý¿Í»§ÒªÇóϸµ÷ + panel_r =208-RATIO_VALUE*(0xFF-panel_r); //230 + panel_g =218-RATIO_VALUE*(0xFF-panel_g); //235 + panel_b =218-RATIO_VALUE*(0xFF-panel_b); //235 +// hal_dsi_rx_ctrl_set_cus_pq_gain(g_rx_ctrl_handle,panel_r,panel_g,panel_b); + + ccm.coef_c00 = panel_r; + ccm.coef_c11 = panel_g; + ccm.coef_c22 = panel_b; + if((panel_r == 256)&&(panel_g == 256)&&(panel_b == 256)) + { + blue_change_ccm(); + } + else + hal_dsi_tx_ctrl_set_ccm(ccm); + } + + #ifndef USE_FOR_S10_BLUE_MODE + if (blue_flag==0) + { + blue_flag =1; + delayMs(20); + hal_dsi_tx_ctrl_write_cmd(0x15, 0, 2, 0x84, value_blue); + } + #endif + +#else + value_reg_df = (dcs_packet->packet_param[35] << 8) + dcs_packet->packet_param[33]; + + value_reg_df =value_reg_df&0xFF; + switch(value_reg_df) + { + case 0xC1: + case 0xC3: + value_blue = BLUE_MIN; + break; + + case 0xCF: + case 0xD0: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)/BLUE_STEP; + break; + + case 0xD8: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*2/BLUE_STEP; + break; + + case 0xDE: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*3/BLUE_STEP; + break; + + case 0xE4: + case 0xE5: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*4/BLUE_STEP; + break; + + case 0xE9: + case 0xEA: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*5/BLUE_STEP; + break; + + case 0xED: + case 0xEE: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*6/BLUE_STEP; + break; + + case 0xF1: + case 0xF2: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*7/BLUE_STEP; + break; + + case 0xF4: + case 0xF5: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*8/BLUE_STEP; + break; + + case 0xF7: + case 0xF8: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*9/BLUE_STEP; + break; + + case 0xFA: + value_blue = BLUE_MAX; + break; + + default: + case 0xFF: + value_blue = 0; + break; + + } + + TAU_LOGD("df[%4x]", value_reg_df); + hal_dsi_tx_ctrl_write_cmd(0x15, 0, 2, 0x84, value_blue); + if (blue_flag==0) + { + blue_flag =1; + delayMs(20); + hal_dsi_tx_ctrl_write_cmd(0x15, 0, 2, 0x84, value_blue); + } +#endif + + return true; +} + + +#if 0 +static bool ap_get_reg_df(hal_dsi_rx_ctrl_handle_t *handler, hal_dcs_packet_t *dcs_packet) +{ + ccm_coef_t ccm; + ccm.coef_c00 = 255; + ccm.coef_c01 = 0; + ccm.coef_c02 = 0; + ccm.coef_c10 = 0; + ccm.coef_c11 = 255; + ccm.coef_c12 = 0; + ccm.coef_c20 = 0; + ccm.coef_c21 = 0; + ccm.coef_c22 = 255; + +#ifdef ADD_PANEL_DISPLAY_MODE + value_reg_df = (dcs_packet->packet_param[35] << 8) + dcs_packet->packet_param[33]; + panel_mode = dcs_packet->packet_param[0]; + panel_r =dcs_packet->packet_param[49]; + panel_g =dcs_packet->packet_param[51]; + panel_b =dcs_packet->packet_param[53]; +// TAU_LOGD("value_reg_df[%4x],panel_mode[%4x],panel_r[%4x],panel_g[%4x],panel_b[%4x]", value_reg_df,panel_mode,panel_r,panel_g,panel_b); + + if (panel_mode ==00) + { + //»¤ÑÛģʽ + + #ifdef USE_FOR_S10_BLUE_MODE + //panel_r =256-RATIO_VALUE*(0xFF-panel_r); + //panel_g =256-RATIO_VALUE*(0xFF-panel_g); + //panel_b =256-RATIO_VALUE*(0xFF-panel_b); +// hal_dsi_rx_ctrl_set_cus_pq_gain(g_rx_ctrl_handle,panel_r,panel_g,panel_b); + ccm.coef_c00 = panel_r; + ccm.coef_c11 = panel_g; + ccm.coef_c22 = panel_b; + hal_dsi_tx_ctrl_set_ccm(ccm); + + #else + + value_reg_df =value_reg_df&0xFF; + switch(value_reg_df) + { + case 0xC1: + case 0xC3: + value_blue = BLUE_MIN; + break; + + case 0xCF: + case 0xD0: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)/BLUE_STEP; + break; + + case 0xD8: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*2/BLUE_STEP; + break; + + case 0xDE: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*3/BLUE_STEP; + break; + + case 0xE4: + case 0xE5: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*4/BLUE_STEP; + break; + + case 0xE9: + case 0xEA: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*5/BLUE_STEP; + break; + + case 0xED: + case 0xEE: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*6/BLUE_STEP; + break; + + case 0xF1: + case 0xF2: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*7/BLUE_STEP; + break; + + case 0xF4: + case 0xF5: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*8/BLUE_STEP; + break; + + case 0xF7: + case 0xF8: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*9/BLUE_STEP; + break; + + case 0xFA: + value_blue = BLUE_MAX; + break; + + default: + case 0xFF: + value_blue = 0; + break; + + } + hal_dsi_rx_ctrl_set_cus_pq_gain(g_rx_ctrl_handle,256,256,256); + hal_dsi_tx_ctrl_write_cmd(0x15, 0, 2, 0x84, value_blue); + + #endif + + } + else + { + #ifndef USE_FOR_S10_BLUE_MODE + value_blue =0; + hal_dsi_tx_ctrl_write_cmd(0x15, 0, 2, 0x84, value_blue); //»¤ÑÛģʽ¹Øs8+/s9+ + #endif + + //×öÒ»ÏÂÔËË㣬ÈÃЧ¹û¸ü¼ÓÃ÷ÏÔ¡£Õâ¸ö¹À¼ÆÒª¸ù¾Ý¿Í»§ÒªÇóϸµ÷ + panel_r =256-RATIO_VALUE*(0xFF-panel_r); + panel_g =256-RATIO_VALUE*(0xFF-panel_g); + panel_b =256-RATIO_VALUE*(0xFF-panel_b); +// hal_dsi_rx_ctrl_set_cus_pq_gain(g_rx_ctrl_handle,panel_r,panel_g,panel_b); + + ccm.coef_c00 = panel_r; + ccm.coef_c11 = panel_g; + ccm.coef_c22 = panel_b; + hal_dsi_tx_ctrl_set_ccm(ccm); + } + + #ifndef USE_FOR_S10_BLUE_MODE + if (blue_flag==0) + { + blue_flag =1; + delayMs(20); + hal_dsi_tx_ctrl_write_cmd(0x15, 0, 2, 0x84, value_blue); + } + #endif + +#else + value_reg_df = (dcs_packet->packet_param[35] << 8) + dcs_packet->packet_param[33]; + + value_reg_df =value_reg_df&0xFF; + switch(value_reg_df) + { + case 0xC1: + case 0xC3: + value_blue = BLUE_MIN; + break; + + case 0xCF: + case 0xD0: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)/BLUE_STEP; + break; + + case 0xD8: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*2/BLUE_STEP; + break; + + case 0xDE: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*3/BLUE_STEP; + break; + + case 0xE4: + case 0xE5: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*4/BLUE_STEP; + break; + + case 0xE9: + case 0xEA: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*5/BLUE_STEP; + break; + + case 0xED: + case 0xEE: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*6/BLUE_STEP; + break; + + case 0xF1: + case 0xF2: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*7/BLUE_STEP; + break; + + case 0xF4: + case 0xF5: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*8/BLUE_STEP; + break; + + case 0xF7: + case 0xF8: + value_blue = BLUE_MIN+(BLUE_MAX-BLUE_MIN)*9/BLUE_STEP; + break; + + case 0xFA: + value_blue = BLUE_MAX; + break; + + default: + case 0xFF: + value_blue = 0; + break; + + } + + TAU_LOGD("df[%4x]", value_reg_df); + hal_dsi_tx_ctrl_write_cmd(0x15, 0, 2, 0x84, value_blue); + if (blue_flag==0) + { + blue_flag =1; + delayMs(20); + hal_dsi_tx_ctrl_write_cmd(0x15, 0, 2, 0x84, value_blue); + } +#endif + + return true; +} +#endif + + +static bool ap_set_tear_on(hal_dsi_rx_ctrl_handle_t *handler, hal_dcs_packet_t *dcs_packet) +{ + hal_dsi_rx_ctrl_set_hw_tear_mode(g_rx_ctrl_handle); + ap_tear_flag = true; +// printf("tear on\n"); + return true; +} + + +/* ¿ÍÖÆ»¯DCS command ´¦Àíº¯Êý±í¸ñ */ +static const hal_dcs_execute_entry_t g_cus_rx_dcs_execute_table[] = +{ + {DCS_SET_DISPLAY_ON, ap_set_display_on, true}, + {DCS_SET_DISPLAY_OFF, ap_set_display_off, true}, + {0xDF, ap_get_reg_df, false}, //À¶¹â + {0xCA, ap_get_reg_ca, false}, // ±³¹â¡£Òª¼ÓÉÏB1²ÅÄܵ÷Á÷³© + {0xB1, ap_set_backlight, false}, +// {0x35, ap_set_tear_on, true}, + {DCS_ENTER_SLEEP_MODE, ap_set_enter_sleep_mode, true}, + {DCS_EXIT_SLEEP_MODE, ap_set_exit_sleep_mode, true}, +#if ADD_TP_CALIBRATION +// TP calibration + {0x04, ap_set_tp_calibration_04, true}, +#endif + {0, NULL, false} //{0,NULL,false} Êý×é×îºóÒ»¸ö¹Ì¶¨³ÉÔ±£¬×÷Ϊtable½áβµÄÅжϱê×¼ +}; + +static void tx_panel_reset(void) +{ +#ifdef USE_WL518_INTERNAL_FLASH + hal_system_share_flash_mode(true); +#endif + +#if USE_FIRST_CODE + hal_dsi_tx_ctrl_panel_reset_pin(IO_LVL_HIGH); + delayMs(10); //10ms + hal_dsi_tx_ctrl_panel_reset_pin(IO_LVL_LOW); + delayMs(10); //10ms + hal_dsi_tx_ctrl_panel_reset_pin(IO_LVL_HIGH); + delayMs(10); +#else + //20221103 µÚ¶þÖÖÄ£×éʱÐò£¬°´ÎµÀ´Ð¾µÄÒªÇó¸ü¸Ä + hal_dsi_tx_ctrl_panel_reset_pin(IO_LVL_HIGH); + delayMs(50); //10ms + hal_dsi_tx_ctrl_panel_reset_pin(IO_LVL_LOW); + delayMs(50); //10ms + hal_dsi_tx_ctrl_panel_reset_pin(IO_LVL_HIGH); + delayMs(50); +#endif +} + + +#if PANEL_INIT_CODE_ARRAY +static void send_panel_init_code(uint32_t size, uint8_t * data) +{ + uint32_t data_offeset = 0; + uint8_t data_type; + uint8_t vc; + uint8_t data_size; + uint8_t * p_data; + + while(data_offeset < size) + { + data_type = data[data_offeset]; + vc = data[data_offeset + 1]; + data_size = data[data_offeset + 2]; + p_data = &data[data_offeset + 3]; + hal_dsi_tx_ctrl_write_array_cmd(data_type, vc, data_size, p_data); + data_offeset = data_offeset + data_size + 3; + delayUs(50); + } +} + + +//#define USE_PARAS_20220715 +//#define USE_PARAS_20220714 +//#define USE_PARAS_20220712 +//#define USE_PARAS_20220629 +#define USE_PARAS_20220716 + +const uint8_t panel_init_code[] = { +#ifdef USE_PARAS_20220716 + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x00, + 0x39, 0, 9, 0xBA,0x01,0xB0,0x00,0x10,0x09,0x90,0x00,0x01, + 0x39, 0, 9, 0xBB,0x01,0xB0,0x00,0x10,0x00,0x20,0x00,0x41, + 0x39, 0, 2, 0x6F,0x08, + 0x39, 0, 9, 0xBA,0x01,0xAD,0x00,0x10,0x03,0x50,0x00,0x01, + 0x39, 0, 2, 0x6F,0x10, + 0x39, 0, 8, 0xBA,0x01,0xB0,0x00,0x10,0x00,0x10,0x01, + 0x39, 0, 2, 0x6F,0x17, + 0x39, 0, 8, 0xBA,0x01,0xB0,0x00,0x10,0x00,0x10,0x01, + 0x39, 0, 3, 0xB2,0x11,0x40, //ÉÙÁË°×ÆÁ + 0x39, 0, 2, 0x6F,0x0F, + 0x39, 0, 9, 0xB2,0xA0,0x90,0x70,0x00,0x00,0x00,0x2F,0xFF, + 0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x01,0x00,0x01,0x01,0x1C,0x01,0x1C,0x02,0xBD,0x02,0xBD,0x05,0x02,0x05,0x02, //ÉÙÁË£¬²»ÁÁ + 0x39, 0, 2, 0x6F,0x12, //ÉÙÁË£¬²»ÁÁ + 0x39, 0, 19, 0xB3,0x05,0x03,0x05,0x03,0x06,0x96,0x06,0x96,0x0A,0xC9,0x0A,0xC9,0x0D,0xBB,0x0D,0xBB,0x0F,0xFF, + 0x39, 0, 19, 0xB4,0x13,0x00,0x00,0x40,0x00,0x40,0x00,0x40,0x00,0x40,0x00,0x40,0x00,0x40,0x00,0x40,0x00,0x40, + 0x39, 0, 2, 0x6F,0x12, + 0x39, 0, 21, 0xB4,0x00,0x40,0x00,0x40,0x00,0x40,0x00,0x40,0x00,0x40,0x00,0x40,0x00,0x40,0x00,0x40,0x00,0x40,0x00,0x40, + 0x39, 0, 2, 0x6F,0x2C, + 0x39, 0, 19, 0xB3,0x0C,0xC0,0x0C,0xC0,0x0C,0x14,0x0C,0x14,0x0C,0x14,0x0C,0x14,0x08,0xCF,0x08,0xCF,0x00,0xF0, + 0x39, 0, 2, 0x6F,0x3E, + 0x39, 0, 21, 0xB3,0x00,0xF0,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A, + 0x39, 0, 2, 0x6F,0x30, + 0x39, 0, 19, 0xB4,0x09,0x80,0x09,0x80,0x09,0x00,0x09,0x00,0x09,0x00,0x09,0x00,0x06,0x90,0x06,0x90,0x00,0xA0, + 0x39, 0, 2, 0x6F,0x42, + 0x39, 0, 21, 0xB4,0x00,0xA0,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A, + 0x39, 0, 2, 0x6F,0x56, + 0x39, 0, 19, 0xB4,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A, + 0x39, 0, 2, 0x6F,0x68, + 0x39, 0, 21, 0xB4,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 9, 0xB3,0x01,0x55,0x07,0xFF,0x07,0xFF,0x0F,0xFF, + 0x39, 0, 2, 0x6F,0x26, + 0x39, 0, 11, 0xB4,0x00,0x28,0x00,0x28,0x00,0x28,0x00,0x28,0x00,0x28, + 0x39, 0, 3, 0xB9,0x00,0x96, + 0x39, 0, 3, 0xBD,0x04,0xB0, + 0x39, 0, 5, 0xBE,0x10,0x0E,0x13,0x14, + 0x39, 0, 4, 0xC0,0x66,0xB3,0x00, + 0x39, 0, 2, 0x6F,0x06, + 0x39, 0, 2, 0xC0,0x7E, + 0x39, 0, 2, 0x6F,0x08, + 0x39, 0, 7, 0xC0,0x00,0x20,0x48,0x60,0x00,0x00, + 0x39, 0, 2, 0x6F,0x11, + 0x39, 0, 2, 0xC0,0x30, + 0x39, 0, 2, 0x6F,0x02, + 0x39, 0, 11, 0xC1,0x00,0x5C,0x00,0x5B,0x00,0x5C,0x00,0x5C,0x00,0x5B, + 0x39, 0, 2, 0x6F,0x01, + 0x39, 0, 2, 0xC3,0x7F, + 0x39, 0, 3, 0xC5,0x00,0x00, + 0x39, 0, 2, 0x6F,0x04, + 0x39, 0, 2, 0xC6,0x11, + 0x39, 0, 2, 0xC9,0x87, + //0x39, 0, 2, 0xC9,0x84, + 0x39, 0, 5, 0xCA,0x11,0xBB,0x92,0x47, + 0x39, 0, 2, 0xCB,0x44, + 0x39, 0, 2, 0x6F,0x02, + 0x39, 0, 3, 0xE7,0x22,0x00, + 0x39, 0, 2, 0x6F,0x2A, + 0x39, 0, 2, 0xD9,0x43, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x01, + 0x39, 0, 3, 0xB0,0x04,0x02, + 0x39, 0, 5, 0xB3,0x13,0x14,0x33,0x33, + 0x39, 0, 3, 0xB1,0x03,0x02, + 0x39, 0, 5, 0xB4,0x13,0x14,0x33,0x33, + 0x39, 0, 10, 0xB7,0x23,0x16,0x16,0x23,0x23,0x23,0x23,0x23,0x23, + 0x39, 0, 9, 0xB8,0x42,0x41,0x42,0x42,0x42,0x42,0x42,0x42, + 0x39, 0, 14, 0xB9,0x00,0x1A,0x1A,0x00,0x00,0x1A,0x1A,0x00,0x1A,0x1A,0x00,0x1A,0x1A, + 0x39, 0, 2, 0x6F,0x12, + 0x39, 0, 6, 0xB9,0x17,0x17,0x17,0x1A,0x1A, + 0x39, 0, 5, 0xBA,0x10,0x10,0x10,0x10, + 0x39, 0, 2, 0xBB,0x03, + 0x39, 0, 2, 0x6F,0x05, + 0x39, 0, 20, 0xBB,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x1C,0x1C,0x20,0x20,0x26, + 0x39, 0, 2, 0x6F,0x18, + 0x39, 0, 20, 0xBB,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x1C,0x1C,0x20,0x20,0x26, + 0x39, 0, 2, 0x6F,0x2B, + 0x39, 0, 20, 0xBB,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x1C,0x1C,0x20,0x20,0x26, + 0x39, 0, 2, 0x6F,0x3E, + 0x39, 0, 20, 0xBB,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x1C,0x1C,0x20,0x20,0x26, + 0x39, 0, 2, 0x6F,0x9D, + 0x39, 0, 2, 0xBB,0x01, + 0x39, 0, 2, 0x6F,0x9E, + 0x39, 0, 20, 0xBB,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x23,0x23,0x23,0x23,0x20,0x20,0x13, + 0x39, 0, 2, 0x6F,0xB1, + 0x39, 0, 20, 0xBB,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x23,0x23,0x23,0x23,0x20,0x20,0x13, + 0x39, 0, 2, 0x6F,0xC4, + 0x39, 0, 20, 0xBB,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x23,0x23,0x23,0x23,0x20,0x20,0x13, + 0x39, 0, 2, 0x6F,0xD7, + 0x39, 0, 20, 0xBB,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x23,0x23,0x23,0x23,0x20,0x20,0x13, + 0x39, 0, 2, 0xC7,0x01, + 0x39, 0, 3, 0xCD,0x07,0x91, + 0x39, 0, 6, 0xCE,0x00,0x00,0x01,0x00,0x03, + 0x39, 0, 2, 0xCF,0x9C, + 0x39, 0, 5, 0xD0,0x00,0x00,0x00,0x00, + 0x39, 0, 8, 0xD2,0x00,0x40,0x11,0x41,0x25,0x00,0x07, + 0x39, 0, 2, 0x6F,0x09, + 0x39, 0, 2, 0xD2,0x00, + 0x39, 0, 11, 0xB5,0x00,0xE0,0x00,0x88,0x00,0x88,0x00,0xE0,0x00,0x88, + 0x39, 0, 11, 0xB6,0x00,0xEA,0x00,0xBF,0x00,0xBF,0x00,0xEA,0x00,0xBF, + 0x39, 0, 7, 0xDE,0x10,0x00,0x10,0x00,0x00,0x00, + 0x39, 0, 23, 0xE0,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x16, + 0x39, 0, 23, 0xE0,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x00,0x06,0x00,0x0C, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x02, + 0x39, 0, 2, 0xBC,0x11, + 0x39, 0, 17, 0xBD,0x96,0x00,0x00,0x96,0x69,0x00,0x00,0x69,0xBB,0x44,0x44,0xBB,0xEE,0x11,0x11,0xEE, + 0x39, 0, 2, 0xC1,0x02, + 0x39, 0, 5, 0xC2,0x91,0x00,0x19,0x00, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x02, + 0x39, 0, 2, 0x6F,0x08, + 0x39, 0, 7, 0xD0,0x0D,0x66,0x0B,0x43,0x0E,0xE6, + 0x39, 0, 2, 0xD1,0x01, + 0x39, 0, 2, 0x6F,0x03, + 0x39, 0, 5, 0xD1,0x02,0x1C,0x08,0x7D, + 0x39, 0, 2, 0x6F,0x07, + 0x39, 0, 5, 0xD1,0x01,0xC1,0x08,0x26, + 0x39, 0, 2, 0x6F,0x0B, + 0x39, 0, 5, 0xD1,0x02,0x6F,0x08,0xD3, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x03, + 0x39, 0, 7, 0xB0,0x0F,0x00,0x00,0x0F,0x00,0x02, + 0x39, 0, 2, 0x6F,0x06, + 0x39, 0, 7, 0xB0,0x0F,0x00,0x00,0x0F,0x00,0x00, + 0x39, 0, 2, 0x6F,0x0C, + 0x39, 0, 7, 0xB0,0x0F,0x00,0x00,0x0F,0x00,0x00, + 0x39, 0, 2, 0x6F,0x12, + 0x39, 0, 7, 0xB0,0x0F,0x00,0x00,0x0F,0x00,0x00, + 0x39, 0, 2, 0x6F,0x18, + 0x39, 0, 7, 0xB0,0xFF,0x00,0x00,0xFF,0x00,0x00, + 0x39, 0, 2, 0x6F,0x1E, + 0x39, 0, 7, 0xB0,0xFF,0x00,0x00,0xFF,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 7, 0xB0,0xFF,0x00,0x00,0xFF,0x00,0x00, + 0x39, 0, 2, 0x6F,0x2A, + 0x39, 0, 7, 0xB0,0xFF,0x00,0x00,0xFF,0x00,0x00, + 0x39, 0, 2, 0x6F,0x30, + 0x39, 0, 7, 0xB0,0xFF,0x00,0x00,0xFF,0x00,0x00, + 0x39, 0, 2, 0x6F,0x36, + 0x39, 0, 7, 0xB0,0xFF,0x00,0x00,0xFF,0x00,0x00, + 0x39, 0, 6, 0xB2,0x00,0x0C,0x0C,0x06,0x01, + 0x39, 0, 2, 0x6F,0x05, + 0x39, 0, 4, 0xB2,0x00,0x0C,0x0C, + 0x39, 0, 2, 0x6F,0x13, + 0x39, 0, 3, 0xB2,0x06,0x01, + 0x39, 0, 2, 0x6F,0x08, + 0x39, 0, 4, 0xB2,0x00,0x0C,0x0C, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 3, 0xB2,0x06,0x01, + 0x39, 0, 2, 0x6F,0x0B, + 0x39, 0, 4, 0xB2,0x00,0x0C,0x0C, + 0x39, 0, 2, 0x6F,0x17, + 0x39, 0, 3, 0xB2,0x06,0x01, + 0x39, 0, 2, 0x6F,0x0E, + 0x39, 0, 6, 0xB2,0x00,0x0B,0x0B,0x06,0x01, + 0x39, 0, 4, 0xB6,0x70,0x0C,0x0C, + 0x39, 0, 2, 0x6F,0x03, + 0x39, 0, 4, 0xB6,0x00,0x0C,0x0C, + 0x39, 0, 2, 0x6F,0x06, + 0x39, 0, 4, 0xB6,0x00,0x0C,0x0C, + 0x39, 0, 2, 0x6F,0x09, + 0x39, 0, 4, 0xB6,0x00,0x0C,0x0C, + 0x39, 0, 2, 0x6F,0x0C, + 0x39, 0, 4, 0xB6,0x00,0x0B,0x0B, + 0x39, 0, 2, 0x6F,0x0F, + 0x39, 0, 4, 0xB6,0x1F,0x00,0x08, + 0x39, 0, 2, 0x6F,0x1A, + 0x39, 0, 4, 0xB6,0x1F,0x00,0x08, + 0x39, 0, 2, 0x6F,0x25, + 0x39, 0, 4, 0xB6,0x1F,0x00,0x08, + 0x39, 0, 2, 0x6F,0x30, + 0x39, 0, 4, 0xB6,0x1F,0x00,0x08, + 0x39, 0, 5, 0xBB,0x11,0x00,0x0C,0x4D, + 0x39, 0, 2, 0x6F,0x04, + 0x39, 0, 4, 0xBB,0x00,0x0C,0x4D, + 0x39, 0, 2, 0x6F,0x07, + 0x39, 0, 4, 0xBB,0x00,0x0C,0x4D, + 0x39, 0, 2, 0x6F,0x0A, + 0x39, 0, 4, 0xBB,0x00,0x0C,0x4D, + 0x39, 0, 2, 0x6F,0x0D, + 0x39, 0, 4, 0xBB,0x00,0x0B,0x4C, + 0x39, 0, 5, 0xBC,0x22,0x10,0x0C,0x3F, + 0x39, 0, 2, 0x6F,0x04, + 0x39, 0, 4, 0xBC,0x00,0x0C,0x3F, + 0x39, 0, 2, 0x6F,0x07, + 0x39, 0, 4, 0xBC,0x00,0x0C,0x3F, + 0x39, 0, 2, 0x6F,0x0A, + 0x39, 0, 4, 0xBC,0x00,0x0C,0x3F, + 0x39, 0, 2, 0x6F,0x0D, + 0x39, 0, 4, 0xBC,0x00,0x0B,0x3D, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x05, + 0x39, 0, 4, 0xB0,0x03,0x21,0x00, + 0x39, 0, 3, 0xB3,0x82,0x80, + 0x39, 0, 6, 0xB5,0x86,0x81,0x00,0x00,0x00, + 0x39, 0, 5, 0xB7,0x05,0x00,0x00,0x81, + 0x39, 0, 5, 0xB8,0x06,0x00,0x00,0x81, + 0x39, 0, 3, 0xC7,0x0B,0x03, + 0x39, 0, 2, 0xC9,0x11, + 0x39, 0, 2, 0xCA,0x11, + 0x39, 0, 8, 0xCB,0x11,0x11,0x11,0x11,0x11,0x11,0x11, + 0x39, 0, 2, 0xD8,0x11, + 0x39, 0, 4, 0xD0,0x00,0x02,0x10, + 0x39, 0, 5, 0xE0,0x82,0x00,0x00,0x00, + 0x39, 0, 4, 0xD1,0x00,0x04,0x10, + 0x39, 0, 5, 0xE1,0x82,0x00,0x00,0x00, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x06, + 0x39, 0, 6, 0xB0,0x32,0x32,0x32,0x12,0x12, + 0x39, 0, 6, 0xB1,0x13,0x13,0x04,0x04,0x0E, + 0x39, 0, 6, 0xB2,0x0E,0x0F,0x0F,0x00,0x00, + 0x39, 0, 2, 0xB3,0x32, + 0x39, 0, 6, 0xB6,0x32,0x32,0x32,0x12,0x12, + 0x39, 0, 6, 0xB7,0x13,0x13,0x04,0x04,0x0E, + 0x39, 0, 6, 0xB8,0x0E,0x0F,0x0F,0x00,0x00, + 0x39, 0, 2, 0xB9,0x32, + 0x39, 0, 2, 0xD0,0x01, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x07, + 0x39, 0, 6, 0xB0,0x8C,0xC0,0x78,0x70,0x00, + 0x39, 0, 7, 0xB1,0x1C,0x0C,0x00,0x0C,0x1C,0x00, + 0x39, 0, 2, 0xB2,0x20, + 0x39, 0, 2, 0x6F,0x09, + 0x39, 0, 2, 0xB2,0x20, + 0x39, 0, 2, 0x6F,0x12, + 0x39, 0, 2, 0xB2,0xF0, + 0x39, 0, 2, 0x6F,0x1B, + 0x39, 0, 2, 0xB2,0x20, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 2, 0xB2,0x20, + 0x39, 0, 2, 0x6F,0x2D, + 0x39, 0, 2, 0xB2,0xCC, + 0x39, 0, 2, 0x6F,0x36, + 0x39, 0, 2, 0xB2,0x32, + 0x39, 0, 2, 0x6F,0x3F, + 0x39, 0, 2, 0xB2,0x04, + 0x39, 0, 2, 0x6F,0x48, + 0x39, 0, 2, 0xB2,0x32, + 0x39, 0, 2, 0x6F,0x51, + 0x39, 0, 2, 0xB2,0x04, + 0x39, 0, 2, 0x6F,0x5A, + 0x39, 0, 2, 0xB2,0x03, + 0x39, 0, 2, 0x6F,0x63, + 0x39, 0, 2, 0xB2,0x9B, + 0x39, 0, 2, 0x6F,0x6C, + 0x39, 0, 2, 0xB2,0x32, + 0x39, 0, 2, 0x6F,0x75, + 0x39, 0, 2, 0xB2,0x04, + 0x39, 0, 2, 0x6F,0x7E, + 0x39, 0, 2, 0xB2,0x32, + 0x39, 0, 2, 0x6F,0x87, + 0x39, 0, 2, 0xB2,0x04, + 0x39, 0, 2, 0x6F,0x90, + 0x39, 0, 2, 0xB2,0x03, + 0x39, 0, 2, 0x6F,0x99, + 0x39, 0, 2, 0xB2,0x3A, + 0x39, 0, 2, 0xB4,0xC0, + 0x39, 0, 2, 0x6F,0x01, + 0x39, 0, 4, 0xB4,0x60,0x80,0x80, + 0x39, 0, 2, 0x6F,0x04, + 0x39, 0, 4, 0xB4,0x80,0x40,0x80, + 0x39, 0, 2, 0x6F,0x07, + 0x39, 0, 4, 0xB4,0x80,0x80,0x80, + 0x39, 0, 2, 0x6F,0x0A, + 0x39, 0, 4, 0xB4,0x80,0x40,0x80, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x07, + 0x39, 0, 2, 0xC0,0x01, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xC1,0x38,0x0F,0x02,0x11,0x01,0xE4,0xFC,0x0C,0x3F,0xFE,0x39,0x64,0xBF,0xFE,0xFB,0x18,0x00,0x00,0x23,0x29,0x44, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xC1,0x00,0x00,0x13,0x00,0x16,0x58,0x33,0x50,0x05,0xEE,0x0F,0xBB,0xEA,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xC1,0x00,0x0C,0x0F,0x00,0x16,0x12,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xC2,0x30,0x0F,0x01,0x44,0x08,0x44,0xF9,0x88,0x3F,0xFF,0x30,0x70,0x3F,0xFD,0x92,0x70,0x80,0x00,0x21,0x3E,0x10, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xC2,0x00,0x17,0x00,0x00,0x69,0x12,0x33,0x20,0x05,0xC4,0x0F,0xEE,0xAE,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xC2,0x04,0x21,0x0D,0x04,0x28,0x12,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xC3,0x36,0x00,0x01,0x44,0x08,0x44,0x06,0x78,0x00,0x00,0x00,0x00,0x3F,0xFB,0x80,0x00,0x80,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xC3,0x03,0xCE,0x00,0x04,0x20,0x12,0x33,0x20,0x00,0x00,0x03,0x12,0xAE,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xC3,0x94,0x20,0x4D,0x94,0x25,0x54,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xC4,0x3E,0x00,0x02,0x11,0x01,0xE4,0x03,0xF4,0x00,0x01,0x6B,0xB0,0xBF,0xFE,0xA4,0x20,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xC4,0x04,0x21,0x13,0x04,0x37,0x58,0x33,0x50,0x00,0x00,0x03,0x45,0xEA,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xC4,0x90,0x12,0x4D,0x90,0x16,0x50,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xC5,0x2A,0x0F,0x01,0x44,0x08,0xA1,0xF9,0x64,0x00,0x00,0x76,0xF8,0x00,0x03,0x49,0x5C,0x7F,0xFF,0xB9,0xEB,0xC4, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xC5,0x93,0xCE,0x4D,0x94,0x1F,0x5F,0x33,0x0F,0xFA,0x4E,0x00,0x12,0x51,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xC5,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xC6,0x2A,0x0F,0x02,0x11,0x02,0x11,0xFB,0xDE,0x00,0x02,0x99,0x62,0x80,0x00,0x5F,0x0E,0x7F,0xFF,0xBF,0xF3,0x11, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xC6,0x94,0x20,0x07,0x94,0x37,0x4C,0x33,0x4F,0xF9,0xCD,0x00,0x45,0x17,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xC6,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xC7,0x2C,0x00,0x02,0x11,0x01,0xE4,0x03,0xF4,0x3F,0xFD,0x28,0xA0,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xC7,0x90,0x00,0x07,0x90,0x16,0x4C,0x33,0x50,0x00,0x00,0x0C,0xBB,0x16,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xC7,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xC8,0x24,0x00,0x01,0x44,0x08,0x44,0x06,0x78,0x3F,0xFE,0xBC,0x00,0x00,0x01,0x44,0x00,0x80,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xC8,0x90,0x17,0x4D,0x90,0x69,0x5F,0x33,0x20,0x00,0x00,0x0C,0xEE,0x52,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xC8,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xC9,0x2B,0x00,0x03,0xC1,0x03,0xC1,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xF1,0xE8,0x7F, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xC9,0x02,0x1C,0x34,0x02,0x3C,0x54,0x55,0x5F,0xFC,0x3F,0x00,0x1F,0x1F,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xC9,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xCA,0x2D,0x00,0x03,0xC1,0x03,0xC1,0x00,0x00,0x3F,0xFF,0x17,0x42,0x00,0x00,0x00,0x00,0x80,0x00,0x00,0xEC,0x7F, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xCA,0x01,0xFB,0x34,0x02,0x1B,0x54,0x55,0x50,0x00,0x00,0x3C,0xE1,0x1F,0xFF,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xCA,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xCB,0x21,0x00,0x03,0xC1,0x03,0xC1,0x00,0x00,0x3F,0xFF,0x17,0x42,0x3F,0xFF,0x17,0x42,0x00,0x00,0x0F,0xF0,0x7F, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xCB,0x01,0xFB,0x13,0x02,0x1B,0x33,0x55,0x90,0x03,0xC1,0xFF,0xE1,0xE1,0xFF,0xFF, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xCB,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xCC,0x27,0x00,0x03,0xC1,0x03,0xC1,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0xFF,0x17,0x42,0x00,0x00,0x00,0xEC,0x7F, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xCC,0x02,0x1C,0x13,0x02,0x3C,0x33,0x55,0x90,0x00,0x00,0xC3,0x1F,0xE1,0x00,0xFF, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xCC,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xCD,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xCD,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xCD,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xCE,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xCE,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xCE,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xCF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xCF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xCF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD0,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD1,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD1,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD1,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD2,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD2,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD2,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD3,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD4,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD4,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD4,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD5,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD6,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD6,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD6,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD7,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD8,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x07, + 0x39, 0, 3, 0xC0,0x01,0x01, + 0x39, 0, 2, 0x6F,0x02, + 0x39, 0, 7, 0xC0,0x00,0x00,0x00,0x55,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xCD,0x21,0x00,0x1C,0x39,0x1C,0xE4,0x00,0x00,0x3F,0xED,0x09,0xB4,0x3F,0xEC,0xD0,0x98,0x80,0x03,0x55,0xBD,0x95, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xCD,0x81,0xC1,0x26,0x82,0x18,0x7C,0x55,0x90,0x1C,0x8E,0xFF,0xAB,0xAA,0xFF,0xFF, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xCD,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xCE,0x27,0x00,0x1C,0x39,0x1C,0x39,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0xED,0x42,0x26,0x80,0x00,0x12,0xDA,0x13, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xCE,0x82,0x19,0x26,0x82,0x6F,0x7C,0x55,0x80,0x00,0x00,0xC3,0x55,0xAB,0x00,0xFF, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xCE,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xCF,0x2D,0x00,0x1C,0x39,0x1E,0xF1,0x00,0x00,0x3F,0xEC,0x60,0x5E,0x40,0x00,0x00,0x00,0x80,0x00,0x13,0xBB,0xDB, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xCF,0x81,0xC1,0x7D,0x82,0x1B,0xD3,0x55,0xA0,0x00,0x00,0x3C,0xAB,0x59,0xFF,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xCF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD0,0x2B,0x00,0x1C,0x39,0x1A,0x44,0x00,0x00,0x00,0x00,0x00,0x00,0x40,0x00,0x00,0x00,0xFF,0xFD,0x1A,0xB6,0xDC, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD0,0x82,0x1C,0x7D,0x82,0x6F,0xD3,0x55,0xDF,0xE4,0xC6,0x00,0x55,0x52,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD0,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x88,0x01, + 0x39, 0, 2, 0x6F,0x01, + 0x39, 0, 5, 0x88,0x02,0x18,0x08,0x7D, + 0x39, 0, 5, 0xFF,0xAA,0x55,0xA5,0x80, + 0x39, 0, 2, 0x6F,0x61, + 0x39, 0, 2, 0xF3,0x80, + 0x39, 0, 2, 0x6F,0x1D, + 0x39, 0, 2, 0xF2,0x05, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x00,0x00, + 0x39, 0, 5, 0xFF,0xAA,0x55,0xA5,0x00, + 0x39, 0, 2, 0x03,0x00, + 0x39, 0, 2, 0x90,0x02, + 0x39, 0, 19, 0x91,0x89,0x28,0x00,0x14,0xC2,0x00,0x02,0x0E,0x01,0xE8,0x00,0x07,0x05,0x0E,0x05,0x16,0x10,0xF0, + 0x39, 0, 1, 0x2C, + 0x39, 0, 2, 0x2F,0x01, + 0x39, 0, 5, 0x51,0x0D,0xBB,0x0F,0xFE, + 0x39, 0, 2, 0x53,0x20, + 0x39, 0, 2, 0x35,0x00, + 0x39, 0, 5, 0x2A,0x00,0x00,0x04,0x37, + 0x39, 0, 5, 0x2B,0x00,0x00,0x09,0x5F, + 0x39, 0, 5, 0x3B,0x00,0x10,0x00,0x20, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x04, + 0x39, 0, 5, 0xF0,0x55,0xAA,0x52,0x08, + 0x39, 0, 3, 0xB5,0x80,0x02, + 0x39, 0, 2, 0x6F,0x06, + 0x39, 0, 16, 0xB5,0x48,0x17,0x00,0x00,0x00,0x46,0x29,0x00,0x00,0x00,0x17,0x17,0x17,0x17,0x17, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x00, + 0x39, 0, 2, 0xC0,0x66, + // Gamma + + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x02, + 0x39, 0, 2, 0xCC,0x30, + + //CMD2_Page2 + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x02, + + 0x39, 0, 2, 0xBF,0x09, + //R+ + 0x39, 0, 19, 0xB0,0x00,0x00,0x01,0x13,0x01,0xB9,0x02,0x97,0x03,0x26,0x03,0xA2,0x04,0x0D,0x04,0x64,0x04,0xEB, + 0x39, 0, 19, 0xB1,0x05,0x68,0x05,0xCD,0x06,0x23,0x06,0x79,0x07,0x0B,0x07,0x8C,0x08,0x0D,0x08,0x7F,0x08,0xF1, + 0x39, 0, 15, 0xB2,0x09,0x61,0x09,0xCE,0x0A,0x38,0x0A,0x9D,0x0A,0xFF,0x0B,0xC4,0x0B,0xC6, + //G+ + 0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x74,0x01,0x06,0x01,0xD8,0x02,0x68,0x02,0xE6,0x03,0x52,0x03,0xA8,0x04,0x2D, + 0x39, 0, 19, 0xB4,0x04,0xA4,0x05,0x03,0x05,0x53,0x05,0xA3,0x06,0x2A,0x06,0xA2,0x07,0x1A,0x07,0x83,0x07,0xEC, + 0x39, 0, 15, 0xB5,0x08,0x4F,0x08,0xAE,0x09,0x08,0x09,0x5D,0x09,0xB7,0x0A,0x6B,0x0A,0x6E, + //B+ + 0x39, 0, 19, 0xB6,0x00,0x00,0x01,0x85,0x02,0x38,0x03,0x30,0x03,0xD9,0x04,0x64,0x04,0xD9,0x05,0x36,0x05,0xC8, + 0x39, 0, 19, 0xB7,0x06,0x4A,0x06,0xB3,0x07,0x0D,0x07,0x67,0x08,0x01,0x08,0x8C,0x09,0x17,0x09,0x93,0x0A,0x0F, + 0x39, 0, 15, 0xB8,0x0A,0x8B,0x0B,0x04,0x0B,0x7A,0x0B,0xEB,0x0C,0x63,0x0D,0x54,0x0D,0x56, + + 0x39, 0, 2, 0xBF,0x08, + //R+ + 0x39, 0, 19, 0xB0,0x00,0x00,0x00,0xE0,0x01,0x96,0x02,0x60,0x02,0xEE,0x03,0x60,0x03,0xC5,0x04,0x1E,0x04,0xA1, + 0x39, 0, 19, 0xB1,0x05,0x12,0x05,0x71,0x05,0xC5,0x06,0x0F,0x06,0x95,0x07,0x0F,0x07,0x88,0x07,0xF0,0x08,0x57, + 0x39, 0, 15, 0xB2,0x08,0xB6,0x09,0x16,0x09,0x61,0x09,0xCB,0x0A,0x22,0x0A,0xD1,0x0A,0xD3, + //G+ + 0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x58,0x00,0xD8,0x01,0xA3,0x02,0x30,0x02,0xA3,0x03,0x09,0x03,0x62,0x03,0xE4, + 0x39, 0, 19, 0xB4,0x04,0x52,0x04,0xAD,0x04,0xFC,0x05,0x4A,0x05,0xCB,0x06,0x3C,0x06,0xA1,0x07,0x03,0x07,0x5D, + 0x39, 0, 15, 0xB5,0x07,0xB5,0x08,0x0D,0x08,0x60,0x08,0xAF,0x08,0xF9,0x09,0x8F,0x09,0x92, + //B+ + 0x39, 0, 19, 0xB6,0x00,0x00,0x01,0x42,0x02,0x12,0x02,0xF2,0x03,0x97,0x04,0x18,0x04,0x85,0x04,0xE5,0x05,0x71, + 0x39, 0, 19, 0xB7,0x05,0xE8,0x06,0x4F,0x06,0xA5,0x06,0xFA,0x07,0x8E,0x08,0x12,0x08,0x87,0x08,0xF9,0x09,0x66, + 0x39, 0, 15, 0xB8,0x09,0xD0,0x0A,0x3A,0x0A,0x98,0x0B,0x02,0x0B,0x65,0x0C,0x2A,0x0C,0x2C, + + 0x39, 0, 2, 0xBF,0x07, + //R+ + 0x39, 0, 19, 0xB0,0x00,0x00,0x00,0xA1,0x01,0x6A,0x02,0x3B,0x02,0xC6,0x03,0x34,0x03,0x93,0x03,0xE9,0x04,0x6B, + 0x39, 0, 19, 0xB1,0x04,0xD6,0x05,0x35,0x05,0x84,0x05,0xCF,0x06,0x50,0x06,0xC4,0x07,0x2D,0x07,0x98,0x07,0xF8, + 0x39, 0, 15, 0xB2,0x08,0x53,0x08,0xA9,0x08,0xFF,0x09,0x48,0x09,0x9E,0x0A,0x3F,0x0A,0x43, + //G+ + 0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x27,0x00,0x8C,0x01,0x7C,0x02,0x07,0x02,0x76,0x02,0xD7,0x03,0x2D,0x03,0xB0, + 0x39, 0, 19, 0xB4,0x04,0x1A,0x04,0x76,0x04,0xC4,0x05,0x0A,0x05,0x89,0x05,0xF7,0x06,0x5B,0x06,0xB2,0x07,0x0D, + 0x39, 0, 15, 0xB5,0x07,0x5D,0x07,0xAC,0x07,0xF8,0x08,0x44,0x08,0x8D,0x09,0x15,0x09,0x18, + //B+ + 0x39, 0, 19, 0xB6,0x00,0x00,0x00,0xF9,0x01,0xF2,0x02,0xC9,0x03,0x68,0x03,0xE6,0x04,0x4F,0x04,0xAB,0x05,0x34, + 0x39, 0, 19, 0xB7,0x05,0xA8,0x06,0x0F,0x06,0x62,0x06,0xAF,0x07,0x3E,0x07,0xBD,0x08,0x2F,0x08,0x98,0x09,0x01, + 0x39, 0, 15, 0xB8,0x09,0x62,0x09,0xC2,0x0A,0x20,0x0A,0x78,0x0A,0xD5,0x0B,0x85,0x0B,0x8B, + + 0x39, 0, 2, 0xBF,0x06, + //R+ + 0x39, 0, 19, 0xB0,0x00,0x00,0x00,0x00,0x01,0x2E,0x01,0xF2,0x02,0x7A,0x02,0xE2,0x03,0x39,0x03,0x85,0x04,0x06, + 0x39, 0, 19, 0xB1,0x04,0x6D,0x04,0xC1,0x05,0x04,0x05,0x4B,0x05,0xC4,0x06,0x38,0x06,0x97,0x06,0xF0,0x07,0x40, + 0x39, 0, 15, 0xB2,0x07,0x96,0x07,0xDE,0x08,0x24,0x08,0x64,0x08,0xA4,0x09,0x31,0x09,0x33, + //G+ + 0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x1E,0x01,0xAD,0x02,0x20,0x02,0x7B,0x02,0xC9,0x03,0x4B, + 0x39, 0, 19, 0xB4,0x03,0xB3,0x04,0x08,0x04,0x54,0x04,0x97,0x05,0x0C,0x05,0x71,0x05,0xCD,0x06,0x20,0x06,0x6A, + 0x39, 0, 15, 0xB5,0x06,0xB3,0x06,0xF5,0x07,0x37,0x07,0x77,0x07,0xB5,0x08,0x2D,0x08,0x2F, + //B+ + 0x39, 0, 19, 0xB6,0x00,0x00,0x00,0xC7,0x01,0xA7,0x02,0x7E,0x03,0x11,0x03,0x88,0x03,0xEB,0x04,0x3E,0x04,0xC9, + 0x39, 0, 19, 0xB7,0x05,0x37,0x05,0x92,0x05,0xE2,0x06,0x2B,0x06,0xAD,0x07,0x20,0x07,0x88,0x07,0xE8,0x08,0x3E, + 0x39, 0, 15, 0xB8,0x08,0x96,0x08,0xE3,0x09,0x31,0x09,0x7E,0x09,0xCC,0x0A,0x5F,0x0A,0x61, + + 0x39, 0, 2, 0xBF,0x05, + //R+ + 0x39, 0, 19, 0xB0,0x00,0x00,0x00,0xC5,0x01,0x2F,0x01,0xCA,0x02,0x4F,0x02,0xB5,0x03,0x09,0x03,0x52,0x03,0xCC, + 0x39, 0, 19, 0xB1,0x04,0x32,0x04,0x87,0x04,0xCF,0x05,0x0D,0x05,0x7F,0x05,0xE8,0x06,0x4B,0x06,0x9E,0x06,0xEC, + 0x39, 0, 15, 0xB2,0x07,0x34,0x07,0x7E,0x07,0xC2,0x08,0x01,0x08,0x3D,0x08,0xAF,0x08,0xB1, + //G+ + 0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xE4,0x01,0x80,0x01,0xEE,0x02,0x49,0x02,0x95,0x03,0x11, + 0x39, 0, 19, 0xB4,0x03,0x78,0x03,0xCE,0x04,0x18,0x04,0x5A,0x04,0xC9,0x05,0x2C,0x05,0x83,0x05,0xD4,0x06,0x1C, + 0x39, 0, 15, 0xB5,0x06,0x5F,0x06,0x9F,0x06,0xDC,0x07,0x16,0x07,0x50,0x07,0xBE,0x07,0xC0, + //B+ + 0x39, 0, 19, 0xB6,0x00,0x00,0x01,0x75,0x01,0xDF,0x02,0x53,0x02,0xE2,0x03,0x54,0x03,0xB5,0x04,0x07,0x04,0x8B, + 0x39, 0, 19, 0xB7,0x04,0xF7,0x05,0x53,0x05,0xA2,0x05,0xE9,0x06,0x63,0x06,0xD1,0x07,0x32,0x07,0x90,0x07,0xE4, + 0x39, 0, 15, 0xB8,0x08,0x31,0x08,0x7D,0x08,0xC6,0x09,0x0A,0x09,0x4F,0x09,0xD7,0x09,0xDA, + + 0x39, 0, 2, 0xBF,0x04, + //R+ + 0x39, 0, 19, 0xB0,0x00,0x00,0x00,0xC5,0x01,0x2F,0x01,0xCA,0x02,0x4F,0x02,0xB5,0x03,0x09,0x03,0x52,0x03,0xCC, + 0x39, 0, 19, 0xB1,0x04,0x32,0x04,0x87,0x04,0xCF,0x05,0x0D,0x05,0x7F,0x05,0xE8,0x06,0x4B,0x06,0x9E,0x06,0xEB, + 0x39, 0, 15, 0xB2,0x07,0x33,0x07,0x7D,0x07,0xBE,0x08,0x01,0x08,0x3C,0x08,0xAE,0x08,0xB1, + //G+ + 0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xE4,0x01,0x80,0x01,0xEE,0x02,0x49,0x02,0x95,0x03,0x11, + 0x39, 0, 19, 0xB4,0x03,0x78,0x03,0xCE,0x04,0x18,0x04,0x5A,0x04,0xC9,0x05,0x2C,0x05,0x83,0x05,0xD4,0x06,0x1B, + 0x39, 0, 15, 0xB5,0x06,0x5E,0x06,0x9E,0x06,0xD9,0x07,0x16,0x07,0x4F,0x07,0xBD,0x07,0xC0, + //B+ + 0x39, 0, 19, 0xB6,0x00,0x00,0x01,0x75,0x01,0xE1,0x02,0x53,0x02,0xE2,0x03,0x54,0x03,0xB5,0x04,0x07,0x04,0x8A, + 0x39, 0, 19, 0xB7,0x04,0xF7,0x05,0x53,0x05,0xA2,0x05,0xE9,0x06,0x63,0x06,0xD1,0x07,0x32,0x07,0x90,0x07,0xE3, + 0x39, 0, 15, 0xB8,0x08,0x30,0x08,0x7C,0x08,0xC2,0x09,0x0A,0x09,0x4E,0x09,0xD6,0x09,0xDA, + + 0x39, 0, 2, 0xBF,0x03, + //R+ + 0x39, 0, 19, 0xB0,0x00,0x00,0x00,0x00,0x01,0x09,0x01,0x8A,0x01,0xF8,0x02,0x5A,0x02,0xA8,0x02,0xEB,0x03,0x5C, + 0x39, 0, 19, 0xB1,0x03,0xB9,0x04,0x0A,0x04,0x52,0x04,0x91,0x04,0xF8,0x05,0x51,0x05,0xA4,0x05,0xF4,0x06,0x3F, + 0x39, 0, 15, 0xB2,0x06,0x81,0x06,0xBC,0x06,0xF6,0x07,0x2D,0x07,0x65,0x07,0xCB,0x07,0xCD, + //G+ + 0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x85,0x01,0x1A,0x01,0x8C,0x01,0xE0,0x02,0x28,0x02,0x9F, + 0x39, 0, 19, 0xB4,0x02,0xFE,0x03,0x50,0x03,0x98,0x03,0xD8,0x04,0x44,0x04,0x9C,0x04,0xEC,0x05,0x36,0x05,0x79, + 0x39, 0, 15, 0xB5,0x05,0xB7,0x05,0xF0,0x06,0x25,0x06,0x59,0x06,0x89,0x06,0xE5,0x06,0xE7, + //B+ + 0x39, 0, 19, 0xB6,0x00,0x00,0x01,0x1D,0x01,0xBB,0x02,0x24,0x02,0x85,0x02,0xEF,0x03,0x46,0x03,0x92,0x04,0x12, + 0x39, 0, 19, 0xB7,0x04,0x76,0x04,0xCC,0x05,0x19,0x05,0x5D,0x05,0xD1,0x06,0x31,0x06,0x8A,0x06,0xDD,0x07,0x27, + 0x39, 0, 15, 0xB8,0x07,0x6F,0x07,0xB1,0x07,0xEF,0x08,0x2A,0x08,0x63,0x08,0xD1,0x08,0xD3, + + 0x39, 0, 2, 0xBF,0x02, + //R+ + 0x39, 0, 19, 0xB0,0x00,0x00,0x00,0x00,0x00,0x86,0x01,0x4E,0x01,0x96,0x01,0xEA,0x02,0x23,0x02,0x62,0x02,0xC6, + 0x39, 0, 19, 0xB1,0x03,0x18,0x03,0x62,0x03,0xA1,0x03,0xDA,0x04,0x3F,0x04,0x96,0x04,0xDB,0x05,0x1B,0x05,0x56, + 0x39, 0, 15, 0xB2,0x05,0x8E,0x05,0xC4,0x05,0xF3,0x06,0x26,0x06,0x53,0x06,0xA5,0x06,0xA6, + //G+ + 0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x00,0x94,0x01,0x10,0x01,0x4E,0x01,0x95,0x02,0x00, + 0x39, 0, 19, 0xB4,0x02,0x57,0x02,0xA5,0x02,0xE5,0x03,0x1F,0x03,0x86,0x03,0xDD,0x04,0x25,0x04,0x66,0x04,0xA1, + 0x39, 0, 15, 0xB5,0x04,0xD6,0x05,0x0A,0x05,0x35,0x05,0x62,0x05,0x8C,0x05,0xDA,0x05,0xDB, + //B+ + 0x39, 0, 19, 0xB6,0x00,0x00,0x00,0xBF,0x01,0x6D,0x01,0xF6,0x02,0x2F,0x02,0x7A,0x02,0xB3,0x02,0xF8,0x03,0x68, + 0x39, 0, 19, 0xB7,0x03,0xC5,0x04,0x19,0x04,0x5C,0x04,0x99,0x05,0x06,0x05,0x62,0x05,0xB0,0x05,0xF6,0x06,0x36, + 0x39, 0, 15, 0xB8,0x06,0x72,0x06,0xAB,0x06,0xDC,0x07,0x0E,0x07,0x3E,0x07,0x99,0x07,0x9A, + + 0x39, 0, 2, 0xBF,0x01, + //R+ + 0x39, 0, 19, 0xB0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xAC,0x01,0x0F,0x01,0x10,0x01,0x5C, + 0x39, 0, 19, 0xB1,0x01,0x82,0x01,0xB1,0x01,0xD0,0x01,0xF5,0x02,0x37,0x02,0x6C,0x02,0x9E,0x02,0xCE,0x02,0xF7, + 0x39, 0, 15, 0xB2,0x03,0x1F,0x03,0x44,0x03,0x66,0x03,0x87,0x03,0xA5,0x03,0xDB,0x03,0xDC, + //G+ + 0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x49, + 0x39, 0, 19, 0xB4,0x00,0x79,0x00,0xC5,0x00,0xEA,0x01,0x1C,0x01,0x61,0x01,0x9F,0x01,0xD5,0x02,0x09,0x02,0x34, + 0x39, 0, 15, 0xB5,0x02,0x5F,0x02,0x86,0x02,0xAA,0x02,0xCB,0x02,0xE8,0x03,0x21,0x03,0x22, + //B+ + 0x39, 0, 19, 0xB6,0x00,0x00,0x00,0x30,0x00,0x8F,0x01,0x00,0x01,0x58,0x01,0x87,0x01,0xC5,0x01,0xCB,0x02,0x01, + 0x39, 0, 19, 0xB7,0x02,0x1F,0x02,0x48,0x02,0x63,0x02,0x85,0x02,0xC8,0x03,0x03,0x03,0x3B,0x03,0x71,0x03,0xA0, + 0x39, 0, 15, 0xB8,0x03,0xCD,0x03,0xF7,0x04,0x1E,0x04,0x40,0x04,0x60,0x04,0x9B,0x04,0x9C, + + 0x39, 0, 2, 0xBF,0x00, + //R+ + 0x39, 0, 19, 0xB0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 19, 0xB1,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 15, 0xB2,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + //G+ + 0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 19, 0xB4,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 15, 0xB5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + //B+ + 0x39, 0, 19, 0xB6,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 19, 0xB7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 15, 0xB8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + //By Gamma Update Echo + 0x39, 0, 2, 0xCE,0x01, + //By 26h/51h/38h/39h Change + 0x39, 0, 2, 0xCC,0x00, + + //CMD2_Page2 + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x02, + 0x39, 0, 25, 0xB9,0x00,0x04,0x00,0x0C,0x00,0x1C,0x00,0x2C,0x00,0x3C,0x00,0x4C,0x00,0x5C,0x00,0x7C,0x00,0x9C,0x00,0xBC,0x00,0xDC,0x00,0xFC, + 0x39, 0, 25, 0xBA,0x01,0x3C,0x01,0x7C,0x01,0xBC,0x01,0xFC,0x02,0x3C,0x02,0x7C,0x02,0xBC,0x02,0xFC,0x03,0x3C,0x03,0x7C,0x03,0xFC,0x03,0xFF, + + + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x00, + 0x39, 0, 2, 0xC0,0x77, + 0x39, 0, 5, 0x3B,0x00,0x10,0x09,0x90, + 0x39, 0, 2, 0x90,0x00, + 0x05, 0, 1, 0x2C, + 0x39, 0, 3, 0x51,0x03,0x00, + +#endif + +#ifdef USE_PARAS_20220715 + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x00, + 0x39, 0, 9, 0xBA,0x01,0xB0,0x00,0x10,0x09,0x90,0x00,0x01, + 0x39, 0, 9, 0xBB,0x01,0xB0,0x00,0x10,0x00,0x20,0x00,0x41, + 0x39, 0, 2, 0x6F,0x08, + 0x39, 0, 9, 0xBA,0x01,0xAD,0x00,0x10,0x03,0x50,0x00,0x01, + 0x39, 0, 2, 0x6F,0x10, + 0x39, 0, 8, 0xBA,0x01,0xB0,0x00,0x10,0x00,0x10,0x01, + 0x39, 0, 2, 0x6F,0x17, + 0x39, 0, 8, 0xBA,0x01,0xB0,0x00,0x10,0x00,0x10,0x01, + 0x39, 0, 3, 0xB2,0x11,0x60, + 0x39, 0, 2, 0x6F,0x0F, + 0x39, 0, 9, 0xB2,0xA0,0x90,0x75,0x02,0x05,0x02,0x2F,0xFF, + 0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x01,0x00,0x01,0x01,0x1C,0x01,0x1C,0x02,0xBD,0x02,0xBD,0x05,0x02,0x05,0x02, + 0x39, 0, 2, 0x6F,0x12, + 0x39, 0, 19, 0xB3,0x05,0x03,0x05,0x03,0x06,0x96,0x06,0x96,0x0A,0xC9,0x0A,0xC9,0x0D,0xBB,0x0D,0xBB,0x0F,0xFF, + 0x39, 0, 19, 0xB4,0x13,0x00,0x13,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x0D,0x20,0x0D,0x20,0x01,0x40, + 0x39, 0, 2, 0x6F,0x12, + 0x39, 0, 21, 0xB4,0x01,0x40,0x00,0x30,0x00,0x30,0x00,0x30,0x00,0x30,0x00,0x30,0x00,0x30,0x00,0x30,0x00,0x30,0x00,0x30, + 0x39, 0, 2, 0x6F,0x2C, + 0x39, 0, 19, 0xB3,0x0C,0xC0,0x0C,0xC0,0x0C,0x14,0x0C,0x14,0x0C,0x14,0x0C,0x14,0x08,0xCF,0x08,0xCF,0x00,0xF0, + 0x39, 0, 2, 0x6F,0x3E, + 0x39, 0, 21, 0xB3,0x00,0xF0,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A, + 0x39, 0, 2, 0x6F,0x30, + 0x39, 0, 19, 0xB4,0x09,0x80,0x09,0x80,0x09,0x00,0x09,0x00,0x09,0x00,0x09,0x00,0x06,0x90,0x06,0x90,0x00,0xA0, + 0x39, 0, 2, 0x6F,0x42, + 0x39, 0, 21, 0xB4,0x00,0xA0,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A, + 0x39, 0, 2, 0x6F,0x56, + 0x39, 0, 19, 0xB4,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A, + 0x39, 0, 2, 0x6F,0x68, + 0x39, 0, 21, 0xB4,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 9, 0xB3,0x01,0x55,0x07,0xFF,0x07,0xFF,0x0F,0xFF, + 0x39, 0, 2, 0x6F,0x26, + 0x39, 0, 11, 0xB4,0x00,0x28,0x00,0x28,0x00,0x28,0x00,0x28,0x00,0x28, + 0x39, 0, 3, 0xB9,0x00,0x96, + 0x39, 0, 3, 0xBD,0x04,0xB0, + 0x39, 0, 5, 0xBE,0x10,0x0E,0x13,0x14, + 0x39, 0, 4, 0xC0,0x66,0xB3,0x00, + 0x39, 0, 2, 0x6F,0x06, + 0x39, 0, 2, 0xC0,0x7E, + 0x39, 0, 2, 0x6F,0x08, + 0x39, 0, 7, 0xC0,0x00,0x20,0x48,0x60,0x00,0x00, + 0x39, 0, 2, 0x6F,0x11, + 0x39, 0, 2, 0xC0,0x30, + 0x39, 0, 2, 0x6F,0x02, + 0x39, 0, 11, 0xC1,0x00,0x5C,0x00,0x5B,0x00,0x5C,0x00,0x5C,0x00,0x5B, + 0x39, 0, 2, 0x6F,0x01, + 0x39, 0, 2, 0xC3,0x7F, + 0x39, 0, 4, 0xC5,0x00,0x00, + 0x39, 0, 2, 0x6F,0x04, + 0x39, 0, 2, 0xC6,0x11, + 0x39, 0, 2, 0xC9,0x84, + 0x39, 0, 5, 0xCA,0x11,0xBB,0x92,0x47, + 0x39, 0, 2, 0xCB,0x44, + 0x39, 0, 2, 0x6F,0x02, + 0x39, 0, 3, 0xE7,0x22,0x00, + 0x39, 0, 2, 0x6F,0x2A, + 0x39, 0, 2, 0xD9,0x43, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x01, + 0x39, 0, 3, 0xB0,0x04,0x02, + 0x39, 0, 5, 0xB3,0x13,0x14,0x33,0x33, + 0x39, 0, 3, 0xB1,0x03,0x02, + 0x39, 0, 5, 0xB4,0x13,0x14,0x33,0x33, + 0x39, 0, 10, 0xB7,0x23,0x16,0x16,0x23,0x23,0x23,0x23,0x23,0x23, + 0x39, 0, 9, 0xB8,0x42,0x41,0x42,0x42,0x42,0x42,0x42,0x42, + 0x39, 0, 14, 0xB9,0x00,0x1A,0x1A,0x00,0x00,0x1A,0x1A,0x00,0x1A,0x1A,0x00,0x1A,0x1A, + 0x39, 0, 2, 0x6F,0x12, + 0x39, 0, 6, 0xB9,0x17,0x17,0x17,0x1A,0x1A, + 0x39, 0, 5, 0xBA,0x10,0x10,0x10,0x10, + 0x39, 0, 2, 0xBB,0x03, + 0x39, 0, 2, 0x6F,0x05, + 0x39, 0, 20, 0xBB,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x1C,0x1C,0x20,0x20,0x26, + 0x39, 0, 2, 0x6F,0x18, + 0x39, 0, 20, 0xBB,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x1C,0x1C,0x20,0x20,0x26, + 0x39, 0, 2, 0x6F,0x2B, + 0x39, 0, 20, 0xBB,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x1C,0x1C,0x20,0x20,0x26, + 0x39, 0, 2, 0x6F,0x3E, + 0x39, 0, 20, 0xBB,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x1C,0x1C,0x20,0x20,0x26, + 0x39, 0, 2, 0x6F,0x9D, + 0x39, 0, 2, 0xBB,0x01, + 0x39, 0, 2, 0x6F,0x9E, + 0x39, 0, 20, 0xBB,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x23,0x23,0x23,0x23,0x20,0x20,0x13, + 0x39, 0, 2, 0x6F,0xB1, + 0x39, 0, 20, 0xBB,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x23,0x23,0x23,0x23,0x20,0x20,0x13, + 0x39, 0, 2, 0x6F,0xC4, + 0x39, 0, 20, 0xBB,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x23,0x23,0x23,0x23,0x20,0x20,0x13, + 0x39, 0, 2, 0x6F,0xD7, + 0x39, 0, 20, 0xBB,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x23,0x23,0x23,0x23,0x20,0x20,0x13, + 0x39, 0, 2, 0xC7,0x01, + 0x39, 0, 3, 0xCD,0x07,0x91, + 0x39, 0, 6, 0xCE,0x00,0x00,0x01,0x00,0x03, + 0x39, 0, 2, 0xCF,0x9C, + 0x39, 0, 5, 0xD0,0x00,0x00,0x00,0x00, + 0x39, 0, 8, 0xD2,0x00,0x40,0x11,0x41,0x25,0x00,0x07, + 0x39, 0, 2, 0x6F,0x09, + 0x39, 0, 2, 0xD2,0x00, + 0x39, 0, 11, 0xB5,0x00,0xE0,0x00,0x88,0x00,0x88,0x00,0xE0,0x00,0x88, + 0x39, 0, 11, 0xB6,0x00,0xEA,0x00,0xBF,0x00,0xBF,0x00,0xEA,0x00,0xBF, + 0x39, 0, 7, 0xDE,0x10,0x00,0x10,0x00,0x00,0x00, + 0x39, 0, 23, 0xE0,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x16, + 0x39, 0, 23, 0xE0,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x00,0x06,0x00,0x0C, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x02, + 0x39, 0, 2, 0xBC,0x11, + 0x39, 0, 17, 0xBD,0x96,0x00,0x00,0x96,0x69,0x00,0x00,0x69,0xBB,0x44,0x44,0xBB,0xEE,0x11,0x11,0xEE, + 0x39, 0, 2, 0xC1,0x02, + 0x39, 0, 5, 0xC2,0x91,0x00,0x19,0x00, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x02, + 0x39, 0, 2, 0x6F,0x08, + 0x39, 0, 7, 0xD0,0x0D,0x66,0x0B,0x43,0x0E,0xE6, + 0x39, 0, 2, 0xD1,0x01, + 0x39, 0, 2, 0x6F,0x03, + 0x39, 0, 5, 0xD1,0x02,0x1C,0x08,0x7D, + 0x39, 0, 2, 0x6F,0x07, + 0x39, 0, 5, 0xD1,0x01,0xC1,0x08,0x26, + 0x39, 0, 2, 0x6F,0x0B, + 0x39, 0, 5, 0xD1,0x02,0x6F,0x08,0xD3, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x03, + 0x39, 0, 7, 0xB0,0x0F,0x00,0x00,0x0F,0x00,0x02, + 0x39, 0, 2, 0x6F,0x06, + 0x39, 0, 7, 0xB0,0x0F,0x00,0x00,0x0F,0x00,0x00, + 0x39, 0, 2, 0x6F,0x0C, + 0x39, 0, 7, 0xB0,0x0F,0x00,0x00,0x0F,0x00,0x00, + 0x39, 0, 2, 0x6F,0x12, + 0x39, 0, 7, 0xB0,0x0F,0x00,0x00,0x0F,0x00,0x00, + 0x39, 0, 2, 0x6F,0x18, + 0x39, 0, 7, 0xB0,0xFF,0x00,0x00,0xFF,0x00,0x00, + 0x39, 0, 2, 0x6F,0x1E, + 0x39, 0, 7, 0xB0,0xFF,0x00,0x00,0xFF,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 7, 0xB0,0xFF,0x00,0x00,0xFF,0x00,0x00, + 0x39, 0, 2, 0x6F,0x2A, + 0x39, 0, 7, 0xB0,0xFF,0x00,0x00,0xFF,0x00,0x00, + 0x39, 0, 2, 0x6F,0x30, + 0x39, 0, 7, 0xB0,0xFF,0x00,0x00,0xFF,0x00,0x00, + 0x39, 0, 2, 0x6F,0x36, + 0x39, 0, 7, 0xB0,0xFF,0x00,0x00,0xFF,0x00,0x00, + 0x39, 0, 6, 0xB2,0x00,0x0C,0x0C,0x06,0x01, + 0x39, 0, 2, 0x6F,0x05, + 0x39, 0, 4, 0xB2,0x00,0x0C,0x0C, + 0x39, 0, 2, 0x6F,0x13, + 0x39, 0, 3, 0xB2,0x06,0x01, + 0x39, 0, 2, 0x6F,0x08, + 0x39, 0, 4, 0xB2,0x00,0x0C,0x0C, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 3, 0xB2,0x06,0x01, + 0x39, 0, 2, 0x6F,0x0B, + 0x39, 0, 4, 0xB2,0x00,0x0C,0x0C, + 0x39, 0, 2, 0x6F,0x17, + 0x39, 0, 3, 0xB2,0x06,0x01, + 0x39, 0, 2, 0x6F,0x0E, + 0x39, 0, 6, 0xB2,0x00,0x0B,0x0B,0x06,0x01, + 0x39, 0, 4, 0xB6,0x70,0x0C,0x0C, + 0x39, 0, 2, 0x6F,0x03, + 0x39, 0, 4, 0xB6,0x00,0x0C,0x0C, + 0x39, 0, 2, 0x6F,0x06, + 0x39, 0, 4, 0xB6,0x00,0x0C,0x0C, + 0x39, 0, 2, 0x6F,0x09, + 0x39, 0, 4, 0xB6,0x00,0x0C,0x0C, + 0x39, 0, 2, 0x6F,0x0C, + 0x39, 0, 4, 0xB6,0x00,0x0B,0x0B, + 0x39, 0, 2, 0x6F,0x0F, + 0x39, 0, 4, 0xB6,0x1F,0x00,0x08, + 0x39, 0, 2, 0x6F,0x1A, + 0x39, 0, 4, 0xB6,0x1F,0x00,0x08, + 0x39, 0, 2, 0x6F,0x25, + 0x39, 0, 4, 0xB6,0x1F,0x00,0x08, + 0x39, 0, 2, 0x6F,0x30, + 0x39, 0, 4, 0xB6,0x1F,0x00,0x08, + 0x39, 0, 5, 0xBB,0x11,0x00,0x0C,0x4D, + 0x39, 0, 2, 0x6F,0x04, + 0x39, 0, 4, 0xBB,0x00,0x0C,0x4D, + 0x39, 0, 2, 0x6F,0x07, + 0x39, 0, 4, 0xBB,0x00,0x0C,0x4D, + 0x39, 0, 2, 0x6F,0x0A, + 0x39, 0, 4, 0xBB,0x00,0x0C,0x4D, + 0x39, 0, 2, 0x6F,0x0D, + 0x39, 0, 4, 0xBB,0x00,0x0B,0x4C, + 0x39, 0, 5, 0xBC,0x22,0x10,0x0C,0x3F, + 0x39, 0, 2, 0x6F,0x04, + 0x39, 0, 4, 0xBC,0x00,0x0C,0x3F, + 0x39, 0, 2, 0x6F,0x07, + 0x39, 0, 4, 0xBC,0x00,0x0C,0x3F, + 0x39, 0, 2, 0x6F,0x0A, + 0x39, 0, 4, 0xBC,0x00,0x0C,0x3F, + 0x39, 0, 2, 0x6F,0x0D, + 0x39, 0, 4, 0xBC,0x00,0x0B,0x3D, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x05, + 0x39, 0, 4, 0xB0,0x03,0x21,0x00, + 0x39, 0, 3, 0xB3,0x82,0x80, + 0x39, 0, 6, 0xB5,0x86,0x81,0x00,0x00,0x00, + 0x39, 0, 5, 0xB7,0x05,0x00,0x00,0x81, + 0x39, 0, 5, 0xB8,0x06,0x00,0x00,0x81, + 0x39, 0, 3, 0xC7,0x0B,0x03, + 0x39, 0, 2, 0xC9,0x11, + 0x39, 0, 2, 0xCA,0x11, + 0x39, 0, 8, 0xCB,0x11,0x11,0x11,0x11,0x11,0x11,0x11, + 0x39, 0, 2, 0xD8,0x11, + 0x39, 0, 4, 0xD0,0x00,0x02,0x10, + 0x39, 0, 5, 0xE0,0x82,0x00,0x00,0x00, + 0x39, 0, 4, 0xD1,0x00,0x04,0x10, + 0x39, 0, 5, 0xE1,0x82,0x00,0x00,0x00, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x06, + 0x39, 0, 6, 0xB0,0x32,0x32,0x32,0x12,0x12, + 0x39, 0, 6, 0xB1,0x13,0x13,0x04,0x04,0x0E, + 0x39, 0, 6, 0xB2,0x0E,0x0F,0x0F,0x00,0x00, + 0x39, 0, 2, 0xB3,0x32, + 0x39, 0, 6, 0xB6,0x32,0x32,0x32,0x12,0x12, + 0x39, 0, 6, 0xB7,0x13,0x13,0x04,0x04,0x0E, + 0x39, 0, 6, 0xB8,0x0E,0x0F,0x0F,0x00,0x00, + 0x39, 0, 2, 0xB9,0x32, + 0x39, 0, 2, 0xD0,0x01, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x07, + 0x39, 0, 7, 0xB0,0x8C,0xC0,0x78,0x70,0x00, + 0x39, 0, 7, 0xB1,0x1C,0x0C,0x00,0x0C,0x1C,0x00, + 0x39, 0, 2, 0xB2,0x20, + 0x39, 0, 2, 0x6F,0x09, + 0x39, 0, 2, 0xB2,0x20, + 0x39, 0, 2, 0x6F,0x12, + 0x39, 0, 2, 0xB2,0xF0, + 0x39, 0, 2, 0x6F,0x1B, + 0x39, 0, 2, 0xB2,0x20, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 2, 0xB2,0x20, + 0x39, 0, 2, 0x6F,0x2D, + 0x39, 0, 2, 0xB2,0xCC, + 0x39, 0, 2, 0x6F,0x36, + 0x39, 0, 2, 0xB2,0x32, + 0x39, 0, 2, 0x6F,0x3F, + 0x39, 0, 2, 0xB2,0x04, + 0x39, 0, 2, 0x6F,0x48, + 0x39, 0, 2, 0xB2,0x32, + 0x39, 0, 2, 0x6F,0x51, + 0x39, 0, 2, 0xB2,0x04, + 0x39, 0, 2, 0x6F,0x5A, + 0x39, 0, 2, 0xB2,0x03, + 0x39, 0, 2, 0x6F,0x63, + 0x39, 0, 2, 0xB2,0x9B, + 0x39, 0, 2, 0x6F,0x6C, + 0x39, 0, 2, 0xB2,0x32, + 0x39, 0, 2, 0x6F,0x75, + 0x39, 0, 2, 0xB2,0x04, + 0x39, 0, 2, 0x6F,0x7E, + 0x39, 0, 2, 0xB2,0x32, + 0x39, 0, 2, 0x6F,0x87, + 0x39, 0, 2, 0xB2,0x04, + 0x39, 0, 2, 0x6F,0x90, + 0x39, 0, 2, 0xB2,0x03, + 0x39, 0, 2, 0x6F,0x99, + 0x39, 0, 2, 0xB2,0x3A, + 0x39, 0, 2, 0xB4,0xC0, + 0x39, 0, 2, 0x6F,0x01, + 0x39, 0, 4, 0xB4,0x60,0x80,0x80, + 0x39, 0, 2, 0x6F,0x04, + 0x39, 0, 4, 0xB4,0x80,0x40,0x80, + 0x39, 0, 2, 0x6F,0x07, + 0x39, 0, 4, 0xB4,0x80,0x80,0x80, + 0x39, 0, 2, 0x6F,0x0A, + 0x39, 0, 5, 0xB4,0x80,0x40,0x80, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x07, + 0x39, 0, 2, 0xC0,0x01, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xC1,0x38,0x0F,0x02,0x11,0x01,0xE4,0xFC,0x0C,0x3F,0xFE,0x39,0x64,0xBF,0xFE,0xFB,0x18,0x00,0x00,0x23,0x29,0x44, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xC1,0x00,0x00,0x13,0x00,0x16,0x58,0x33,0x50,0x05,0xEE,0x0F,0xBB,0xEA,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xC1,0x00,0x0C,0x0F,0x00,0x16,0x12,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xC2,0x30,0x0F,0x01,0x44,0x08,0x44,0xF9,0x88,0x3F,0xFF,0x30,0x70,0x3F,0xFD,0x92,0x70,0x80,0x00,0x21,0x3E,0x10, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xC2,0x00,0x17,0x00,0x00,0x69,0x12,0x33,0x20,0x05,0xC4,0x0F,0xEE,0xAE,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xC2,0x04,0x21,0x0D,0x04,0x28,0x12,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xC3,0x36,0x00,0x01,0x44,0x08,0x44,0x06,0x78,0x00,0x00,0x00,0x00,0x3F,0xFB,0x80,0x00,0x80,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xC3,0x03,0xCE,0x00,0x04,0x20,0x12,0x33,0x20,0x00,0x00,0x03,0x12,0xAE,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xC3,0x94,0x20,0x4D,0x94,0x25,0x54,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xC4,0x3E,0x00,0x02,0x11,0x01,0xE4,0x03,0xF4,0x00,0x01,0x6B,0xB0,0xBF,0xFE,0xA4,0x20,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xC4,0x04,0x21,0x13,0x04,0x37,0x58,0x33,0x50,0x00,0x00,0x03,0x45,0xEA,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xC4,0x90,0x12,0x4D,0x90,0x16,0x50,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xC5,0x2A,0x0F,0x01,0x44,0x08,0xA1,0xF9,0x64,0x00,0x00,0x76,0xF8,0x00,0x03,0x49,0x5C,0x7F,0xFF,0xB9,0xEB,0xC4, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xC5,0x93,0xCE,0x4D,0x94,0x1F,0x5F,0x33,0x0F,0xFA,0x4E,0x00,0x12,0x51,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xC5,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xC6,0x2A,0x0F,0x02,0x11,0x02,0x11,0xFB,0xDE,0x00,0x02,0x99,0x62,0x80,0x00,0x5F,0x0E,0x7F,0xFF,0xBF,0xF3,0x11, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xC6,0x94,0x20,0x07,0x94,0x37,0x4C,0x33,0x4F,0xF9,0xCD,0x00,0x45,0x17,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xC6,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xC7,0x2C,0x00,0x02,0x11,0x01,0xE4,0x03,0xF4,0x3F,0xFD,0x28,0xA0,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xC7,0x90,0x00,0x07,0x90,0x16,0x4C,0x33,0x50,0x00,0x00,0x0C,0xBB,0x16,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xC7,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xC8,0x24,0x00,0x01,0x44,0x08,0x44,0x06,0x78,0x3F,0xFE,0xBC,0x00,0x00,0x01,0x44,0x00,0x80,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xC8,0x90,0x17,0x4D,0x90,0x69,0x5F,0x33,0x20,0x00,0x00,0x0C,0xEE,0x52,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xC8,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xC9,0x2B,0x00,0x03,0xC1,0x03,0xC1,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xF1,0xE8,0x7F, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xC9,0x02,0x1C,0x34,0x02,0x3C,0x54,0x55,0x5F,0xFC,0x3F,0x00,0x1F,0x1F,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xC9,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xCA,0x2D,0x00,0x03,0xC1,0x03,0xC1,0x00,0x00,0x3F,0xFF,0x17,0x42,0x00,0x00,0x00,0x00,0x80,0x00,0x00,0xEC,0x7F, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xCA,0x01,0xFB,0x34,0x02,0x1B,0x54,0x55,0x50,0x00,0x00,0x3C,0xE1,0x1F,0xFF,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xCA,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xCB,0x21,0x00,0x03,0xC1,0x03,0xC1,0x00,0x00,0x3F,0xFF,0x17,0x42,0x3F,0xFF,0x17,0x42,0x00,0x00,0x0F,0xF0,0x7F, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xCB,0x01,0xFB,0x13,0x02,0x1B,0x33,0x55,0x90,0x03,0xC1,0xFF,0xE1,0xE1,0xFF,0xFF, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xCB,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xCC,0x27,0x00,0x03,0xC1,0x03,0xC1,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0xFF,0x17,0x42,0x00,0x00,0x00,0xEC,0x7F, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xCC,0x02,0x1C,0x13,0x02,0x3C,0x33,0x55,0x90,0x00,0x00,0xC3,0x1F,0xE1,0x00,0xFF, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xCC,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xCD,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xCD,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xCD,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xCE,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xCE,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xCE,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xCF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xCF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xCF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD0,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD1,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD1,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD1,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD2,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD2,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD2,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD3,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD4,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD4,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD4,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD5,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD6,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD6,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD6,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD7,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD8,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x07, + 0x39, 0, 3, 0xC0,0x01,0x01, + 0x39, 0, 2, 0x6F,0x02, + 0x39, 0, 7, 0xC0,0x00,0x00,0x00,0x55,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xCD,0x21,0x00,0x1C,0x39,0x1C,0xE4,0x00,0x00,0x3F,0xED,0x09,0xB4,0x3F,0xEC,0xD0,0x98,0x80,0x03,0x55,0xBD,0x95, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xCD,0x81,0xC1,0x26,0x82,0x18,0x7C,0x55,0x90,0x1C,0x8E,0xFF,0xAB,0xAA,0xFF,0xFF, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xCD,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xCE,0x27,0x00,0x1C,0x39,0x1C,0x39,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0xED,0x42,0x26,0x80,0x00,0x12,0xDA,0x13, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xCE,0x82,0x19,0x26,0x82,0x6F,0x7C,0x55,0x80,0x00,0x00,0xC3,0x55,0xAB,0x00,0xFF, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xCE,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xCF,0x2D,0x00,0x1C,0x39,0x1E,0xF1,0x00,0x00,0x3F,0xEC,0x60,0x5E,0x40,0x00,0x00,0x00,0x80,0x00,0x13,0xBB,0xDB, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xCF,0x81,0xC1,0x7D,0x82,0x1B,0xD3,0x55,0xA0,0x00,0x00,0x3C,0xAB,0x59,0xFF,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xCF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD0,0x2B,0x00,0x1C,0x39,0x1A,0x44,0x00,0x00,0x00,0x00,0x00,0x00,0x40,0x00,0x00,0x00,0xFF,0xFD,0x1A,0xB6,0xDC, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD0,0x82,0x1C,0x7D,0x82,0x6F,0xD3,0x55,0xDF,0xE4,0xC6,0x00,0x55,0x52,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD0,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x88,0x01, + 0x39, 0, 2, 0x6F,0x01, + 0x39, 0, 5, 0x88,0x02,0x18,0x08,0x7D, + 0x39, 0, 5, 0xFF,0xAA,0x55,0xA5,0x80, + 0x39, 0, 2, 0x6F,0x61, + 0x39, 0, 2, 0xF3,0x80, + 0x39, 0, 2, 0x6F,0x1D, + 0x39, 0, 2, 0xF2,0x05, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x00,0x00, + 0x39, 0, 5, 0xFF,0xAA,0x55,0xA5,0x00, + 0x39, 0, 2, 0x03,0x00, + 0x39, 0, 2, 0x90,0x02, + 0x39, 0, 19, 0x91,0x89,0x28,0x00,0x14,0xC2,0x00,0x02,0x0E,0x01,0xE8,0x00,0x07,0x05,0x0E,0x05,0x16,0x10,0xF0, + 0x39, 0, 1, 0x2C, + 0x39, 0, 2, 0x2F,0x01, + 0x39, 0, 5, 0x51,0x0D,0xBB,0x0F,0xFE, + 0x39, 0, 2, 0x53,0x20, + 0x39, 0, 2, 0x35,0x00, + 0x39, 0, 5, 0x2A,0x00,0x00,0x04,0x37, + 0x39, 0, 5, 0x2B,0x00,0x00,0x09,0x5F, + 0x39, 0, 5, 0x3B,0x00,0x10,0x00,0x20, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x04, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x00 , + 0x39, 0, 3, 0xB5,0x80,0x02, + 0x39, 0, 2, 0x6F,0x06, + 0x39, 0, 16, 0xB5,0x48,0x17,0x00,0x00,0x00,0x46,0x29,0x00,0x00,0x00,0x17,0x17,0x17,0x17,0x17, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x00, + 0x39, 0, 2, 0xC0,0x66, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x02, + 0x39, 0, 2, 0xCC,0x30, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x02, + 0x39, 0, 2, 0xBF,0x09, + 0x39, 0, 19, 0xB0,0x00,0x00,0x02,0x8D,0x02,0xEA,0x03,0xA5,0x04,0x32,0x04,0xA6,0x05,0x07,0x05,0x59,0x05,0xFD, + 0x39, 0, 19, 0xB1,0x06,0x73,0x06,0xD2,0x07,0x31,0x07,0x7F,0x08,0x10,0x08,0xA1,0x09,0x1E,0x09,0x96,0x0A,0x0A, + 0x39, 0, 15, 0xB2,0x0A,0x76,0x0A,0xDB,0x0B,0x44,0x0B,0xA7,0x0C,0x14,0x0C,0xED,0x0C,0xF6, + 0x39, 0, 19, 0xB3,0x00,0x00,0x01,0xF3,0x02,0x41,0x02,0xDD,0x03,0x63,0x03,0xDA,0x04,0x3E,0x04,0x8F,0x05,0x31, + 0x39, 0, 19, 0xB4,0x05,0xA2,0x05,0xFC,0x06,0x56,0x06,0x9F,0x07,0x26,0x07,0xAD,0x08,0x20,0x08,0x8D,0x08,0xF8, + 0x39, 0, 15, 0xB5,0x09,0x56,0x09,0xB2,0x0A,0x10,0x0A,0x69,0x0A,0xC5,0x0B,0x7C,0x0B,0x85, + 0x39, 0, 19, 0xB6,0x00,0x00,0x02,0xEF,0x03,0x5E,0x04,0x3D,0x04,0xE1,0x05,0x67,0x05,0xD5,0x06,0x2D,0x06,0xDE, + 0x39, 0, 19, 0xB7,0x07,0x58,0x07,0xBB,0x08,0x1E,0x08,0x70,0x09,0x09,0x09,0xA2,0x0A,0x27,0x0A,0xA7,0x0B,0x27, + 0x39, 0, 15, 0xB8,0x0B,0xA1,0x0C,0x19,0x0C,0x95,0x0D,0x0B,0x0D,0x82,0x0E,0x6C,0x0E,0x75, + 0x39, 0, 2, 0xBF,0x08, + 0x39, 0, 19, 0xB0,0x00,0x00,0x02,0x42,0x02,0xA1,0x03,0x64,0x03,0xE7,0x04,0x52,0x04,0xAE,0x04,0xFD,0x05,0x83, + 0x39, 0, 19, 0xB1,0x05,0xFC,0x06,0x60,0x06,0xA9,0x06,0xFE,0x07,0x84,0x07,0xFB,0x08,0x6B,0x08,0xD7,0x09,0x33, + 0x39, 0, 15, 0xB2,0x09,0x97,0x09,0xF0,0x0A,0x4B,0x0A,0x9D,0x0A,0xF2,0x0B,0x95,0x0B,0x9A, + 0x39, 0, 19, 0xB3,0x00,0x00,0x01,0xAC,0x01,0xF7,0x02,0x9C,0x03,0x1C,0x03,0x84,0x03,0xE3,0x04,0x33,0x04,0xB8, + 0x39, 0, 19, 0xB4,0x05,0x34,0x05,0x93,0x05,0xDF,0x06,0x27,0x06,0xA6,0x07,0x1A,0x07,0x80,0x07,0xDF,0x08,0x37, + 0x39, 0, 15, 0xB5,0x08,0x8E,0x08,0xE4,0x09,0x31,0x09,0x7D,0x09,0xC7,0x0A,0x57,0x0A,0x5B, + 0x39, 0, 19, 0xB6,0x00,0x00,0x02,0x92,0x03,0x18,0x03,0xF0,0x04,0x8A,0x05,0x03,0x05,0x6B,0x05,0xC4,0x06,0x54, + 0x39, 0, 19, 0xB7,0x06,0xD4,0x07,0x3F,0x07,0x92,0x07,0xE4,0x08,0x71,0x08,0xF3,0x09,0x6B,0x09,0xDC,0x0A,0x43, + 0x39, 0, 15, 0xB8,0x0A,0xA9,0x0B,0x11,0x0B,0x71,0x0B,0xD1,0x0C,0x2E,0x0C,0xEA,0x0C,0xF0, + 0x39, 0, 2, 0xBF,0x07, + 0x39, 0, 19, 0xB0,0x00,0x00,0x01,0xCC,0x02,0x7D,0x03,0x23,0x03,0xC2,0x04,0x28,0x04,0x81,0x04,0xCE,0x05,0x4D, + 0x39, 0, 19, 0xB1,0x05,0xBE,0x06,0x22,0x06,0x74,0x06,0xB9,0x07,0x3F,0x07,0xB1,0x08,0x1B,0x08,0x7E,0x08,0xDD, + 0x39, 0, 15, 0xB2,0x09,0x30,0x09,0x88,0x09,0xDD,0x0A,0x2B,0x0A,0x78,0x0B,0x0F,0x0B,0x12, + 0x39, 0, 19, 0xB3,0x00,0x00,0x01,0x58,0x01,0xB0,0x02,0x58,0x02,0xF2,0x03,0x5C,0x03,0xB4,0x04,0x06,0x04,0x89, + 0x39, 0, 19, 0xB4,0x04,0xF5,0x05,0x59,0x05,0xA9,0x05,0xEC,0x06,0x6B,0x06,0xD8,0x07,0x38,0x07,0x97,0x07,0xEA, + 0x39, 0, 15, 0xB5,0x08,0x39,0x08,0x89,0x08,0xD6,0x09,0x1B,0x09,0x5F,0x09,0xE1,0x09,0xE3, + 0x39, 0, 19, 0xB6,0x00,0x00,0x02,0x14,0x02,0xFC,0x03,0xAB,0x04,0x5E,0x04,0xD4,0x05,0x37,0x05,0x8F,0x06,0x1A, + 0x39, 0, 19, 0xB7,0x06,0x92,0x06,0xFB,0x07,0x54,0x07,0x9C,0x08,0x29,0x08,0xA3,0x09,0x15,0x09,0x7F,0x09,0xE3, + 0x39, 0, 15, 0xB8,0x0A,0x40,0x0A,0x9D,0x0A,0xFA,0x0B,0x50,0x0B,0xA5,0x0C,0x4F,0x0C,0x53, + 0x39, 0, 2, 0xBF,0x06, + 0x39, 0, 19, 0xB0,0x00,0x00,0x01,0x06,0x02,0x39,0x02,0xE9,0x03,0x6B,0x03,0xDC,0x04,0x2C,0x04,0x72,0x04,0xEA, + 0x39, 0, 19, 0xB1,0x05,0x50,0x05,0xA2,0x05,0xF1,0x06,0x38,0x06,0xB7,0x07,0x1B,0x07,0x81,0x07,0xDB,0x08,0x21, + 0x39, 0, 15, 0xB2,0x08,0x75,0x08,0xBE,0x09,0x0A,0x09,0x4E,0x09,0x93,0x0A,0x10,0x0A,0x16, + 0x39, 0, 19, 0xB3,0x00,0x00,0x00,0xA0,0x00,0xEF,0x02,0x10,0x02,0x94,0x03,0x0D,0x03,0x61,0x03,0xA7,0x04,0x24, + 0x39, 0, 19, 0xB4,0x04,0x8C,0x04,0xE2,0x05,0x34,0x05,0x7B,0x05,0xEE,0x06,0x53,0x06,0xAE,0x07,0x00,0x07,0x4C, + 0x39, 0, 15, 0xB5,0x07,0x93,0x07,0xD6,0x08,0x17,0x08,0x57,0x08,0x93,0x09,0x07,0x09,0x0C, + 0x39, 0, 19, 0xB6,0x00,0x00,0x01,0x40,0x02,0xC9,0x03,0x6E,0x03,0xFC,0x04,0x7C,0x04,0xD9,0x05,0x27,0x05,0xAB, + 0x39, 0, 19, 0xB7,0x06,0x1A,0x06,0x75,0x06,0xD1,0x07,0x1C,0x07,0x9A,0x08,0x08,0x08,0x6E,0x08,0xCE,0x09,0x22, + 0x39, 0, 15, 0xB8,0x09,0x75,0x09,0xC4,0x0A,0x12,0x0A,0x5D,0x0A,0xA5,0x0B,0x32,0x0B,0x38, + 0x39, 0, 2, 0xBF,0x05, + 0x39, 0, 19, 0xB0,0x00,0x00,0x00,0xE8,0x02,0x08,0x02,0xC5,0x03,0x43,0x03,0xAB,0x04,0x00,0x04,0x44,0x04,0xB4, + 0x39, 0, 19, 0xB1,0x05,0x17,0x05,0x6A,0x05,0xB2,0x05,0xF7,0x06,0x6F,0x06,0xD7,0x07,0x2F,0x07,0x89,0x07,0xD8, + 0x39, 0, 15, 0xB2,0x08,0x17,0x08,0x5F,0x08,0xA2,0x08,0xE5,0x09,0x23,0x09,0x9B,0x09,0x9C, + 0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x8E,0x00,0xA5,0x01,0xD6,0x02,0x67,0x02,0xD8,0x03,0x32,0x03,0x79,0x03,0xEC, + 0x39, 0, 19, 0xB4,0x04,0x53,0x04,0xA8,0x04,0xF3,0x05,0x3A,0x05,0xAC,0x06,0x0E,0x06,0x65,0x06,0xB5,0x06,0xFD, + 0x39, 0, 15, 0xB5,0x07,0x41,0x07,0x80,0x07,0xBD,0x07,0xF7,0x08,0x2E,0x08,0x9B,0x08,0x9C, + 0x39, 0, 19, 0xB6,0x00,0x00,0x01,0x1B,0x02,0xB9,0x03,0x4D,0x03,0xCF,0x04,0x45,0x04,0xA6,0x04,0xF3,0x05,0x70, + 0x39, 0, 19, 0xB7,0x05,0xDC,0x06,0x37,0x06,0x88,0x06,0xD6,0x07,0x52,0x07,0xBA,0x08,0x1C,0x08,0x76,0x08,0xCB, + 0x39, 0, 15, 0xB8,0x09,0x16,0x09,0x5F,0x09,0xA6,0x09,0xEC,0x0A,0x2D,0x0A,0xAF,0x0A,0xB0, + 0x39, 0, 2, 0xBF,0x04, + 0x39, 0, 19, 0xB0,0x00,0x00,0x00,0xAF,0x01,0x1C,0x02,0x43,0x03,0x06,0x03,0x83,0x03,0xE5,0x04,0x33,0x04,0xAA, + 0x39, 0, 19, 0xB1,0x05,0x11,0x05,0x65,0x05,0xB0,0x05,0xF7,0x06,0x6F,0x06,0xD5,0x07,0x2F,0x07,0x89,0x07,0xD7, + 0x39, 0, 15, 0xB2,0x08,0x17,0x08,0x5F,0x08,0xA4,0x08,0xE8,0x09,0x2C,0x09,0xA7,0x09,0xAB, + 0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x75,0x02,0x46,0x02,0xC0,0x03,0x20,0x03,0x6D,0x03,0xE6, + 0x39, 0, 19, 0xB4,0x04,0x4F,0x04,0xA5,0x04,0xEF,0x05,0x31,0x05,0xAB,0x06,0x0D,0x06,0x63,0x06,0xB5,0x06,0xFD, + 0x39, 0, 15, 0xB5,0x07,0x41,0x07,0x80,0x07,0xBE,0x07,0xF9,0x08,0x35,0x08,0xA4,0x08,0xA7, + 0x39, 0, 19, 0xB6,0x00,0x00,0x00,0xE2,0x02,0x95,0x03,0x2C,0x03,0xCF,0x04,0x45,0x04,0xA5,0x04,0xF3,0x05,0x70, + 0x39, 0, 19, 0xB7,0x05,0xDC,0x06,0x37,0x06,0x88,0x06,0xD6,0x07,0x52,0x07,0xBA,0x08,0x1C,0x08,0x76,0x08,0xCB, + 0x39, 0, 15, 0xB8,0x09,0x16,0x09,0x5F,0x09,0xA8,0x09,0xF0,0x0A,0x3B,0x0A,0xC0,0x0A,0xC6, + 0x39, 0, 2, 0xBF,0x03, + 0x39, 0, 19, 0xB0,0x00,0x00,0x00,0x86,0x01,0x33,0x02,0x38,0x02,0xDF,0x03,0x2E,0x03,0xAF,0x03,0xF5,0x04,0x89, + 0x39, 0, 19, 0xB1,0x05,0x06,0x05,0x77,0x05,0xEC,0x06,0x40,0x06,0xC0,0x07,0x32,0x07,0xA8,0x08,0x09,0x08,0x63, + 0x39, 0, 15, 0xB2,0x08,0xAF,0x08,0xFA,0x09,0x30,0x09,0x79,0x09,0xC8,0x0A,0x4D,0x0A,0x4E, + 0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xA7,0x01,0x5B,0x01,0xFE,0x02,0xA9,0x02,0xFD,0x03,0x9D, + 0x39, 0, 19, 0xB4,0x04,0x1F,0x04,0x8E,0x04,0xFA,0x05,0x51,0x05,0xDA,0x06,0x53,0x06,0xC3,0x07,0x21,0x07,0x72, + 0x39, 0, 15, 0xB5,0x07,0xBC,0x08,0x02,0x08,0x3B,0x08,0x82,0x08,0xBB,0x09,0x2E,0x09,0x2F, + 0x39, 0, 19, 0xB6,0x00,0x00,0x00,0xAC,0x02,0x61,0x03,0x4C,0x03,0xBD,0x04,0x1D,0x04,0xA4,0x04,0xF1,0x05,0x9D, + 0x39, 0, 19, 0xB7,0x06,0x1E,0x06,0x89,0x06,0xEF,0x07,0x3B,0x07,0xBA,0x08,0x2F,0x08,0xA8,0x09,0x11,0x09,0x6D, + 0x39, 0, 15, 0xB8,0x09,0xC3,0x0A,0x13,0x0A,0x59,0x0A,0xAA,0x0A,0xF2,0x0B,0x86,0x0B,0x87, + 0x39, 0, 2, 0xBF,0x02, + 0x39, 0, 19, 0xB0,0x00,0x00,0x00,0x5A,0x00,0xDE,0x01,0xA2,0x02,0x91,0x03,0x0C,0x03,0x69,0x03,0xDA,0x04,0x93, + 0x39, 0, 19, 0xB1,0x05,0x41,0x05,0xEF,0x06,0x69,0x06,0xDC,0x07,0x8B,0x07,0xF6,0x08,0x82,0x08,0xE2,0x09,0x54, + 0x39, 0, 15, 0xB2,0x09,0xA9,0x0A,0x04,0x0A,0x5E,0x0A,0xB2,0x0B,0x01,0x0B,0xA6,0x0B,0xA7, + 0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x5C,0x01,0x31,0x01,0xA2,0x02,0x2D,0x03,0x22, + 0x39, 0, 19, 0xB4,0x03,0xCA,0x04,0x6B,0x04,0xF8,0x05,0x94,0x06,0x6B,0x06,0xE5,0x07,0x75,0x07,0xD9,0x08,0x3C, + 0x39, 0, 15, 0xB5,0x08,0x8B,0x08,0xE3,0x09,0x33,0x09,0x7F,0x09,0xC4,0x0A,0x4F,0x0A,0x50, + 0x39, 0, 19, 0xB6,0x00,0x00,0x00,0x73,0x01,0x89,0x02,0xC5,0x03,0xA0,0x04,0x4D,0x04,0x9B,0x05,0x43,0x06,0x38, + 0x39, 0, 19, 0xB7,0x06,0xCF,0x07,0x57,0x07,0xBA,0x08,0x17,0x08,0xBC,0x09,0x28,0x09,0xB4,0x0A,0x17,0x0A,0x8F, + 0x39, 0, 15, 0xB8,0x0A,0xE9,0x0B,0x54,0x0B,0xB2,0x0C,0x1C,0x0C,0x6E,0x0D,0x3D,0x0D,0x3E, + 0x39, 0, 2, 0xBF,0x01, + 0x39, 0, 19, 0xB0,0x00,0x00,0x00,0x17,0x00,0x44,0x00,0x8C,0x00,0xCE,0x01,0x03,0x01,0x34,0x01,0xCE,0x02,0x33, + 0x39, 0, 19, 0xB1,0x02,0x47,0x02,0xA9,0x02,0xE6,0x03,0x1E,0x03,0x90,0x03,0xF0,0x04,0x4F,0x04,0xA0,0x05,0x06, + 0x39, 0, 15, 0xB2,0x05,0x62,0x05,0xBE,0x05,0xFF,0x06,0x52,0x06,0x7E,0x06,0xE5,0x06,0xE7, + 0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x11, + 0x39, 0, 19, 0xB4,0x00,0x40,0x00,0x85,0x00,0xEF,0x01,0x47,0x01,0xC5,0x02,0x4C,0x02,0xC8,0x03,0x33,0x03,0x99, + 0x39, 0, 15, 0xB5,0x03,0xEB,0x04,0x36,0x04,0x7A,0x04,0xCB,0x05,0x17,0x05,0x9F,0x05,0xA2, + 0x39, 0, 19, 0xB6,0x00,0x00,0x00,0x1D,0x00,0x56,0x00,0xDC,0x01,0x67,0x01,0xC5,0x02,0x14,0x03,0x1A,0x03,0x6A, + 0x39, 0, 19, 0xB7,0x03,0x6B,0x03,0xC1,0x04,0x18,0x04,0x5C,0x04,0xCD,0x05,0x6A,0x05,0xE9,0x06,0x47,0x06,0xA7, + 0x39, 0, 15, 0xB8,0x06,0xEC,0x07,0x2B,0x07,0x63,0x07,0x9E,0x07,0xCD,0x08,0x20,0x08,0x22, + 0x39, 0, 2, 0xBF,0x00, + 0x39, 0, 19, 0xB0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 19, 0xB1,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 15, 0xB2,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 19, 0xB4,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 15, 0xB5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 19, 0xB6,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 19, 0xB7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 15, 0xB8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0xCE,0x01, + 0x39, 0, 2, 0xCC,0x00, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x02, + 0x39, 0, 25, 0xB9,0x00,0x04,0x00,0x0C,0x00,0x1C,0x00,0x2C,0x00,0x3C,0x00,0x4C,0x00,0x5C,0x00,0x7C,0x00,0x9C,0x00,0xBC,0x00,0xDC,0x00,0xFC, + 0x39, 0, 25, 0xBA,0x01,0x3C,0x01,0x7C,0x01,0xBC,0x01,0xFC,0x02,0x3C,0x02,0x7C,0x02,0xBC,0x02,0xFC,0x03,0x3C,0x03,0x7C,0x03,0xFC,0x03,0xFF, + +#if 0 // NT37701 TEST MODE + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x00, + 0x39, 0, 8, 0xEF,0x00,0x0D,0x00,0x00,0xFF,0x10,0xFF, + 0x39, 0, 5, 0xEE,0x87,0x78,0x02,0x40, +#endif + +#if 1 + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x00, + 0x39, 0, 2, 0xC0,0x77, + 0x39, 0, 5, 0x3B,0x00,0x10,0x00,0x10, + 0x39, 0, 2, 0x90,0x00, + 0x05, 0, 1, 0x2C, + 0x39, 0, 3, 0x51,0x03,0x00, +#endif + +#endif + + +#ifdef USE_PARAS_20220714// 20220714. 0712+Gamma3 + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x00, + 0x39, 0, 9, 0xBA,0x01,0x68,0x00,0x10,0x0D,0x70,0x00,0x01, + 0x39, 0, 9, 0xBB,0x02,0x41,0x00,0x10,0x00,0x18,0x00,0x31, + 0x39, 0, 2, 0x6F,0x08, + 0x39, 0, 9, 0xBA,0x01,0x68,0x00,0x10,0x05,0xD0,0x00,0x00, + 0x39, 0, 2, 0x6F,0x10, + 0x39, 0, 8, 0xBA,0x01,0x68,0x00,0x10,0x02,0x00,0x00, + 0x39, 0, 2, 0x6F,0x17, + 0x39, 0, 7, 0xBA,0x01,0x68,0x00,0x10,0x00,0x18, + 0x39, 0, 3, 0xB2,0x11,0x60, + 0x39, 0, 2, 0x6F,0x0F, + 0x39, 0, 9, 0xB2,0x60,0x30,0x51,0x99,0x81,0x99,0x0F,0xFF, + 0x39, 0, 37, 0xB3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x2D,0x00,0x2D,0x00,0x88,0x00,0x88,0x01,0x98,0x01,0x98,0x01,0x99,0x01,0x99,0x03,0x93,0x03,0x93,0x07,0xFF,0x07,0xFF,0x0F,0xFF, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 9, 0xB3,0x01,0x24,0x06,0xDB,0x06,0xDB,0x0F,0xFF, + 0x39, 0, 39, 0xB4,0x16,0xE0,0x16,0xE0,0x16,0xE0,0x16,0xE0,0x16,0xE0,0x14,0x64,0x14,0x64,0x14,0x64,0x0F,0x6C,0x0F,0x6C,0x00,0x78,0x00,0x78,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A, + 0x39, 0, 2, 0x6F,0x2C, + 0x39, 0, 39, 0xB3,0x0F,0x40,0x0F,0x40,0x0F,0x40,0x0F,0x40,0x0F,0x40,0x0D,0x98,0x0D,0x98,0x0D,0x98,0x0A,0x48,0x0A,0x48,0x00,0x50,0x00,0x50,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A, + 0x39, 0, 2, 0x6F,0x30, + 0x39, 0, 39, 0xB4,0x0B,0x70,0x0B,0x70,0x0B,0x70,0x0B,0x70,0x0B,0x70,0x0A,0x32,0x0A,0x32,0x0A,0x32,0x07,0xB6,0x07,0xB6,0x00,0x3C,0x00,0x3C,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A, + 0x39, 0, 2, 0x6F,0x56, + 0x39, 0, 39, 0xB4,0x09,0x88,0x09,0x88,0x09,0x88,0x09,0x88,0x09,0x88,0x08,0x7F,0x08,0x7F,0x08,0x7F,0x06,0x6D,0x06,0x6D,0x00,0x32,0x00,0x32,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A, + 0x39, 0, 2, 0x6F,0x26, + 0x39, 0, 11, 0xB4,0x09,0x88,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A, + 0x39, 0, 3, 0xB5,0x84,0x02, + 0x39, 0, 2, 0x6F,0x06, + 0x39, 0, 16, 0xB5,0x4B,0x1B,0x00,0x00,0x00,0x44,0x2D,0x00,0x00,0x00,0x1B,0x1B,0x1B,0x1B,0x1B, + 0x39, 0, 14, 0xB7,0xDC,0xBA,0xA9,0x87,0x65,0x43,0x21,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x0D, + 0x39, 0, 7, 0xB7,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x13, + 0x39, 0, 13, 0xB7,0x12,0x23,0x78,0x9A,0xBB,0xCD,0xEF,0xFF,0xFF,0xFF,0xFF,0xFF, + 0x39, 0, 2, 0x6F,0x1F, + 0x39, 0, 25, 0xB7,0x99,0x41,0xEA,0x93,0xFF,0xCA,0x97,0x64,0x31,0xFE,0xCB,0x98,0x65,0x32,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF, + 0x39, 0, 3, 0xB9,0x00,0x96, + 0x39, 0, 3, 0xBD,0x04,0xB0, + 0x39, 0, 5, 0xBE,0x00,0x0E,0x13,0x14, + 0x39, 0, 4, 0xC0,0x66,0xF3,0xC1, + 0x39, 0, 2, 0x6F,0x09, + 0x39, 0, 6, 0xC0,0x00,0x40,0x40,0x07,0x10, + 0x39, 0, 13, 0xC1,0x00,0x80,0x00,0x48,0x00,0x48,0x00,0x48,0x00,0x48,0x00,0x86, + 0x39, 0, 2, 0x6F,0x01, + 0x39, 0, 2, 0xC3,0x7F, + 0x39, 0, 3, 0xC5,0x13,0x00, + 0x39, 0, 2, 0x6F,0x04, + 0x39, 0, 2, 0xC6,0x11, + 0x39, 0, 2, 0xC9,0x84, + 0x39, 0, 5, 0xCA,0x11,0x00,0x82,0x64, + 0x39, 0, 2, 0xCB,0x44, + 0x39, 0, 2, 0x6F,0x02, + 0x39, 0, 3, 0xE7,0x22,0x00, + 0x39, 0, 2, 0x6F,0x02, + 0x39, 0, 3, 0xEC,0x82,0x00, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x01, + 0x39, 0, 3, 0xB0,0x00,0x00, + 0x39, 0, 3, 0xB1,0x00,0x00, + 0x39, 0, 5, 0xB2,0x02,0x02,0x22,0x22, + 0x39, 0, 5, 0xB3,0x13,0x12,0x33,0x33, + 0x39, 0, 5, 0xB4,0x13,0x12,0x33,0x33, + 0x39, 0, 2, 0x6F,0x06, + 0x39, 0, 5, 0xB5,0x00,0xC0,0x00,0x88, + 0x39, 0, 2, 0x6F,0x06, + 0x39, 0, 5, 0xB6,0x00,0xC0,0x00,0xC0, + 0x39, 0, 9, 0xB7,0x1E,0x17,0x17,0x1E,0x1E,0x1E,0x1E,0x1E, + 0x39, 0, 8, 0xB8,0x41,0x41,0x41,0x41,0x41,0x41,0x41, + 0x39, 0, 13, 0xB9,0x00,0x1A,0x00,0x00,0x00,0x1A,0x00,0x00,0x1A,0x00,0x00,0x1A, + 0x39, 0, 2, 0xBB,0x03, + 0x39, 0, 2, 0x6F,0x01, + 0x39, 0, 5, 0xBB,0x1E,0x35,0x50,0x6F, + 0x39, 0, 2, 0x6F,0x17, + 0x39, 0, 2, 0xBB,0x28, + 0x39, 0, 2, 0x6F,0x2A, + 0x39, 0, 2, 0xBB,0x28, + 0x39, 0, 2, 0x6F,0x3D, + 0x39, 0, 2, 0xBB,0x28, + 0x39, 0, 2, 0x6F,0x50, + 0x39, 0, 2, 0xBB,0x28, + 0x39, 0, 2, 0x6F,0x12, + 0x39, 0, 4, 0xB9,0x1A,0x1A,0x1A, + 0x39, 0, 6, 0xBA,0x10,0x10,0x10,0x10,0x22, + 0x39, 0, 4, 0xBE,0x03,0x00,0x08, + 0x39, 0, 2, 0xC7,0x01, + 0x39, 0, 3, 0xCD,0x07,0x91, + 0x39, 0, 6, 0xCE,0x00,0x00,0x01,0x00,0x03, + 0x39, 0, 2, 0xCF,0x9C, + 0x39, 0, 5, 0xD0,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x08, + 0x39, 0, 2, 0xD0,0x00, + 0x39, 0, 4, 0xD1,0x07,0x09,0x18, + 0x39, 0, 8, 0xD2,0x00,0x40,0x22,0x41,0x25,0x00,0x07, + 0x39, 0, 2, 0x6F,0x09, + 0x39, 0, 2, 0xD2,0x00, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x02, + 0x39, 0, 2, 0xCC,0x00, + 0x39, 0, 2, 0xBC,0x11, + 0x39, 0, 17, 0xBD,0x96,0x00,0x69,0x00,0x00,0x96,0x00,0x69,0xBB,0x44,0x44,0xBB,0xEE,0x11,0x11,0xEE, + 0x39, 0, 5, 0xC0,0x00,0x00,0x03,0x88, + 0x39, 0, 2, 0xC1,0x02, + 0x39, 0, 5, 0xC2,0x91,0x00,0x19,0x00, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x03, + 0x39, 0, 2, 0x6F,0x18, + 0x39, 0, 2, 0xB0,0xFF, + 0x39, 0, 2, 0x6F,0x1B, + 0x39, 0, 2, 0xB0,0xFF, + 0x39, 0, 2, 0x6F,0x36, + 0x39, 0, 2, 0xB0,0xFF, + 0x39, 0, 2, 0x6F,0x39, + 0x39, 0, 2, 0xB0,0xFF, + 0x39, 0, 6, 0xB2,0x00,0x12,0x12,0x06,0x01, + 0x39, 0, 2, 0x6F,0x05, + 0x39, 0, 4, 0xB2,0x00,0x12,0x12, + 0x39, 0, 2, 0x6F,0x13, + 0x39, 0, 3, 0xB2,0x06,0x01, + 0x39, 0, 2, 0x6F,0x08, + 0x39, 0, 4, 0xB2,0x00,0x12,0x12, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 3, 0xB2,0x06,0x01, + 0x39, 0, 2, 0x6F,0x0B, + 0x39, 0, 4, 0xB2,0x00,0x12,0x12, + 0x39, 0, 2, 0x6F,0x17, + 0x39, 0, 3, 0xB2,0x06,0x01, + 0x39, 0, 2, 0x6F,0x0E, + 0x39, 0, 6, 0xB2,0x00,0x09,0x09,0x06,0x01, + 0x39, 0, 4, 0xB6,0x30,0x12,0x00, + 0x39, 0, 2, 0x6F,0x03, + 0x39, 0, 4, 0xB6,0x00,0x12,0x00, + 0x39, 0, 2, 0x6F,0x06, + 0x39, 0, 4, 0xB6,0x00,0x12,0x00, + 0x39, 0, 2, 0x6F,0x09, + 0x39, 0, 4, 0xB6,0x00,0x12,0x00, + 0x39, 0, 2, 0x6F,0x0C, + 0x39, 0, 4, 0xB6,0x00,0x09,0x00, + 0x39, 0, 2, 0x6F,0x10, + 0x39, 0, 3, 0xB6,0x00,0x08, + 0x39, 0, 2, 0x6F,0x19, + 0x39, 0, 3, 0xB6,0x00,0x08, + 0x39, 0, 2, 0x6F,0x22, + 0x39, 0, 3, 0xB6,0x00,0x08, + 0x39, 0, 2, 0x6F,0x2B, + 0x39, 0, 3, 0xB6,0x00,0x08, + 0x39, 0, 5, 0xBB,0x11,0x00,0x10,0x42, + 0x39, 0, 2, 0x6F,0x04, + 0x39, 0, 4, 0xBB,0x00,0x10,0x42, + 0x39, 0, 2, 0x6F,0x07, + 0x39, 0, 4, 0xBB,0x00,0x10,0x42, + 0x39, 0, 2, 0x6F,0x0A, + 0x39, 0, 4, 0xBB,0x00,0x10,0x42, + 0x39, 0, 2, 0x6F,0x0D, + 0x39, 0, 4, 0xBB,0x00,0x15,0x65, + 0x39, 0, 5, 0xBC,0x22,0x10,0x0F,0x43, + 0x39, 0, 2, 0x6F,0x04, + 0x39, 0, 4, 0xBC,0x00,0x10,0x43, + 0x39, 0, 2, 0x6F,0x07, + 0x39, 0, 4, 0xBC,0x00,0x10,0x43, + 0x39, 0, 2, 0x6F,0x0A, + 0x39, 0, 4, 0xBC,0x00,0x10,0x43, + 0x39, 0, 2, 0x6F,0x0D, + 0x39, 0, 4, 0xBC,0x00,0x15,0x65, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x05, + 0x39, 0, 4, 0xB0,0x03,0x21,0x00, + 0x39, 0, 3, 0xB3,0x82,0x80, + 0x39, 0, 6, 0xB5,0x86,0x81,0x00,0x00,0x00, + 0x39, 0, 5, 0xB7,0x05,0x00,0x00,0x81, + 0x39, 0, 5, 0xB8,0x06,0x00,0x00,0x81, + 0x39, 0, 3, 0xC7,0x0B,0x03, + 0x39, 0, 2, 0xC9,0x11, + 0x39, 0, 2, 0xCA,0x11, + 0x39, 0, 8, 0xCB,0x11,0x11,0x11,0x11,0x11,0x11,0x11, + 0x39, 0, 3, 0xD8,0x11,0x11, + 0x39, 0, 4, 0xD0,0x00,0x02,0x10, + 0x39, 0, 4, 0xD1,0x00,0x02,0x10, + 0x39, 0, 5, 0xE0,0x02,0x00,0x00,0x00, + 0x39, 0, 5, 0xE1,0x02,0x00,0x00,0x00, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x06, + 0x39, 0, 6, 0xB0,0x34,0x31,0x34,0x12,0x12, + 0x39, 0, 6, 0xB1,0x13,0x13,0x04,0x04,0x0E, + 0x39, 0, 6, 0xB2,0x0E,0x0F,0x0F,0x00,0x00, + 0x39, 0, 2, 0xB3,0x34, + 0x39, 0, 6, 0xB6,0x34,0x31,0x34,0x12,0x12, + 0x39, 0, 6, 0xB7,0x13,0x13,0x04,0x04,0x0E, + 0x39, 0, 6, 0xB8,0x0E,0x0F,0x0F,0x00,0x00, + 0x39, 0, 2, 0xB9,0x34, + 0x39, 0, 2, 0xD0,0x01, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x07, + 0x39, 0, 6, 0xB0,0x8C,0xC0,0x78,0x70,0x00, + 0x39, 0, 7, 0xB1,0x1C,0x0C,0x1C,0x0C,0x1C,0x00, + 0x39, 0, 10, 0xB2,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, + 0x39, 0, 2, 0x6F,0x36, + 0x39, 0, 19, 0xB2,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, + 0x39, 0, 2, 0x6F,0x09, + 0x39, 0, 10, 0xB2,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, + 0x39, 0, 2, 0x6F,0x48, + 0x39, 0, 19, 0xB2,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, + 0x39, 0, 2, 0x6F,0x12, + 0x39, 0, 10, 0xB2,0xF0,0xF0,0xF0,0xF0,0xF0,0xF0,0xF0,0xF0,0xF0, + 0x39, 0, 2, 0x6F,0x5A, + 0x39, 0, 19, 0xB2,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x9B,0x9B,0x9B,0x9B,0x9B,0x9B,0x9B,0x9B,0x9B, + 0x39, 0, 2, 0x6F,0x1B, + 0x39, 0, 10, 0xB2,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, + 0x39, 0, 2, 0x6F,0x6C, + 0x39, 0, 19, 0xB2,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 10, 0xB2,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, + 0x39, 0, 2, 0x6F,0x7E, + 0x39, 0, 19, 0xB2,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, + 0x39, 0, 2, 0x6F,0x2D, + 0x39, 0, 10, 0xB2,0xCC,0xCC,0xCC,0xCC,0xCC,0xCC,0xCC,0xCC,0xCC, + 0x39, 0, 2, 0x6F,0x90, + 0x39, 0, 19, 0xB2,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A, + 0x39, 0, 2, 0xB4,0xC0, + 0x39, 0, 2, 0x6F,0x01, + 0x39, 0, 4, 0xB4,0x40,0x70,0x80, + 0x39, 0, 2, 0x6F,0x04, + 0x39, 0, 4, 0xB4,0x40,0x35,0x80, + 0x39, 0, 2, 0x6F,0x07, + 0x39, 0, 4, 0xB4,0x80,0x80,0x80, + 0x39, 0, 2, 0x6F,0x0A, + 0x39, 0, 4, 0xB4,0x80,0x40,0x80, + 0x39, 0, 3, 0xC0,0x01,0x02, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xC1,0x20,0x0F,0x1C,0x39,0x17,0xC4,0xCC,0x34,0x3F,0xEE,0xCD,0x44,0x3F,0xF0,0x37,0xD8,0x80,0x02,0x9E,0xBA,0xA4, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xC1,0x00,0x00,0x00,0x00,0x4E,0x55,0x33,0x30,0x19,0xE6,0x0F,0xAB,0xB2,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xC1,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xC2,0x26,0x00,0x1C,0xE4,0x19,0x00,0x35,0xC0,0x00,0x00,0x00,0x00,0x3F,0xDE,0x68,0x00,0x80,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xC2,0x03,0xE7,0x00,0x04,0x37,0x56,0x33,0x30,0x00,0x00,0x03,0x56,0xB0,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xC2,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xC3,0x2C,0x00,0x12,0x10,0x15,0x64,0x27,0x50,0x3F,0xE8,0xFF,0x40,0x40,0x00,0xFC,0x60,0x80,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xC3,0x90,0x00,0x17,0x90,0x50,0x5F,0x33,0x20,0x00,0x00,0x0C,0xB8,0x50,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xC3,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xC4,0x2A,0x0F,0x15,0xF9,0x17,0xC4,0xD2,0x4C,0x00,0x0E,0xD8,0x94,0x40,0x0E,0xA7,0x44,0xFF,0xF9,0x37,0x00,0xC0, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xC4,0x93,0xE7,0x10,0x94,0x37,0x5F,0x33,0x9F,0xE7,0x50,0x00,0x4F,0x50,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xC4,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xC5,0x27,0x00,0x03,0x84,0x03,0x84,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0xFF,0x2D,0x10,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xC5,0x02,0x1C,0x14,0x02,0x3A,0x32,0x33,0x80,0x00,0x00,0x03,0x1E,0xE2,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xC5,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xC6,0x21,0x00,0x03,0x84,0x03,0x84,0x00,0x00,0x3F,0xFF,0x2D,0x10,0x3F,0xFF,0x2D,0x10,0x00,0x00,0x0C,0x5C,0x10, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xC6,0x01,0xFD,0x14,0x02,0x1B,0x32,0x33,0x80,0x03,0x84,0x0F,0xE2,0xE2,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xC6,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xC7,0x2D,0x00,0x03,0x84,0x03,0x84,0x00,0x00,0x3F,0xFF,0x2D,0x10,0x00,0x00,0x00,0x00,0x80,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xC7,0x01,0xFD,0x33,0x02,0x1B,0x51,0x33,0x50,0x00,0x00,0x0C,0xE2,0x1E,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xC7,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xC8,0x2B,0x00,0x03,0x84,0x03,0x84,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xF3,0xA3,0xF0, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xC8,0x02,0x1C,0x33,0x02,0x3A,0x51,0x33,0x5F,0xFC,0x7C,0x00,0x1E,0x1E,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xC8,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xC9,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xC9,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xC9,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xCA,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xCA,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xCA,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xCB,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xCB,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xCB,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xCC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xCC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xCC,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xCD,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xCD,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xCD,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xCE,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xCE,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xCE,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xCF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xCF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xCF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD0,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD1,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD1,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD1,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD2,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD2,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD2,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD3,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD4,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD4,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD4,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD5,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD6,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD6,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD6,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 8, 0xD7,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x00, + 0x39, 0, 22, 0xD8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x15, + 0x39, 0, 16, 0xD8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0x6F,0x24, + 0x39, 0, 7, 0xD8,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 5, 0xFF,0xAA,0x55,0xA5,0x80, + 0x39, 0, 2, 0x6F,0x61, + 0x39, 0, 2, 0xF3,0x80, + 0x39, 0, 2, 0x03,0x01, + 0x39, 0, 2, 0x90,0x01, + 0x39, 0, 19, 0x91,0x89,0x28,0x00,0x14,0xC2,0x00,0x03,0x1C,0x02,0x8C,0x00,0x0F,0x05,0x0E,0x02,0x8B,0x10,0xF0, + 0x39, 0, 1, 0x2C, + 0x39, 0, 2, 0x2F,0x01, + 0x39, 0, 5, 0x51,0x07,0xFF,0x0F,0xFF, + 0x39, 0, 2, 0x53,0x20, + 0x39, 0, 2, 0x35,0x00, + 0x39, 0, 5, 0x2A,0x00,0x00,0x04,0x37, + 0x39, 0, 5, 0x2B,0x00,0x00,0x09,0x5F, + 0x39, 0, 5, 0xFF,0xAA,0x55,0xA5,0x80, + 0x39, 0, 2, 0x6F,0x61, + 0x39, 0, 2, 0xF3,0x80, + 0x39, 0, 2, 0x03,0x01, + 0x39, 0, 2, 0x90,0x01, + 0x39, 0, 19, 0x91,0x89,0x28,0x00,0x14,0xC2,0x00,0x03,0x1C,0x02,0x8C,0x00,0x0F,0x05,0x0E,0x02,0x8B,0x10,0xF0, + 0x39, 0, 1, 0x2C, + 0x39, 0, 2, 0x2F,0x01, + 0x39, 0, 5, 0x51,0x07,0xFF,0x0F,0xFF, + 0x39, 0, 2, 0x53,0x20, + 0x39, 0, 2, 0x35,0x00, + 0x39, 0, 5, 0x2A,0x00,0x00,0x04,0x37, + 0x39, 0, 5, 0x2B,0x00,0x00,0x09,0x5F, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x02, + 0x39, 0, 2, 0xCC,0x30, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x02, + 0x39, 0, 2, 0xBF,0x09, + 0x39, 0, 19, 0xB0,0x00,0x00,0x01,0xF6,0x02,0x1F,0x02,0xB0,0x03,0x53,0x03,0xC8,0x04,0x34,0x04,0x95,0x05,0x25, + 0x39, 0, 19, 0xB1,0x05,0xA7,0x06,0x11,0x06,0x70,0x06,0xCA,0x07,0x6B,0x08,0x04,0x08,0x93,0x09,0x19,0x09,0x9E, + 0x39, 0, 15, 0xB2,0x0A,0x1B,0x0A,0x94,0x0B,0x0C,0x0B,0x84,0x0C,0x04,0x0D,0x04,0x0D,0x07, + 0x39, 0, 19, 0xB3,0x00,0x00,0x01,0x96,0x01,0xB4,0x02,0x10,0x02,0x89,0x02,0xED,0x03,0x51,0x03,0xAA,0x04,0x32, + 0x39, 0, 19, 0xB4,0x04,0xAE,0x05,0x15,0x05,0x71,0x05,0xC8,0x06,0x5E,0x06,0xE5,0x07,0x62,0x07,0xD6,0x08,0x45, + 0x39, 0, 15, 0xB5,0x08,0xB2,0x09,0x1B,0x09,0x83,0x09,0xEE,0x0A,0x5D,0x0B,0x3C,0x0B,0x42, + 0x39, 0, 19, 0xB6,0x00,0x00,0x02,0xA4,0x02,0xD3,0x03,0x6F,0x04,0x1F,0x04,0x9F,0x05,0x14,0x05,0x7C,0x06,0x18, + 0x39, 0, 19, 0xB7,0x06,0xA5,0x07,0x17,0x07,0x7E,0x07,0xE0,0x08,0x91,0x09,0x34,0x09,0xCD,0x0A,0x5D,0x0A,0xEC, + 0x39, 0, 15, 0xB8,0x0B,0x79,0x0C,0x02,0x0C,0x8A,0x0D,0x19,0x0D,0xB0,0x0E,0xDF,0x0E,0xE2, + 0x39, 0, 2, 0xBF,0x08, + 0x39, 0, 19, 0xB0,0x00,0x00,0x01,0x85,0x01,0xDE,0x02,0x7F,0x02,0xFD,0x03,0x74,0x03,0xD1,0x04,0x29,0x04,0xA8, + 0x39, 0, 19, 0xB1,0x05,0x2D,0x05,0x96,0x05,0xEF,0x06,0x41,0x06,0xD6,0x07,0x6B,0x07,0xE9,0x08,0x5F,0x08,0xD4, + 0x39, 0, 15, 0xB2,0x09,0x3F,0x09,0xA8,0x0A,0x0E,0x0A,0x5F,0x0A,0xD7,0x0B,0xA0,0x0B,0xA1, + 0x39, 0, 19, 0xB3,0x00,0x00,0x01,0x3C,0x01,0x55,0x01,0xC9,0x02,0x34,0x02,0x9F,0x02,0xF6,0x03,0x46,0x03,0xCD, + 0x39, 0, 19, 0xB4,0x04,0x3F,0x04,0xA6,0x05,0x00,0x05,0x48,0x05,0xDE,0x06,0x5E,0x06,0xCF,0x07,0x39,0x07,0x9C, + 0x39, 0, 15, 0xB5,0x07,0xFD,0x08,0x55,0x08,0xAF,0x09,0x0A,0x09,0x5C,0x0A,0x07,0x0A,0x0D, + 0x39, 0, 19, 0xB6,0x00,0x00,0x02,0x12,0x02,0xA1,0x03,0x3A,0x03,0xC2,0x04,0x43,0x04,0xA9,0x05,0x07,0x05,0x99, + 0x39, 0, 19, 0xB7,0x06,0x21,0x06,0x93,0x06,0xF2,0x07,0x4B,0x07,0xED,0x08,0x8F,0x09,0x15,0x09,0x8E,0x0A,0x10, + 0x39, 0, 15, 0xB8,0x0A,0x89,0x0A,0xFB,0x0B,0x6D,0x0B,0xDC,0x0C,0x51,0x0D,0x34,0x0D,0x35, + 0x39, 0, 2, 0xBF,0x07, + 0x39, 0, 19, 0xB0,0x00,0x00,0x01,0x6F,0x01,0xBE,0x02,0x29,0x02,0x93,0x02,0xEB,0x03,0x3F,0x03,0x8B,0x04,0x09, + 0x39, 0, 19, 0xB1,0x04,0x6A,0x04,0xC4,0x05,0x20,0x05,0x6C,0x05,0xEE,0x06,0x67,0x06,0xC7,0x07,0x2C,0x07,0x8D, + 0x39, 0, 15, 0xB2,0x07,0xE5,0x08,0x37,0x08,0x89,0x08,0xDA,0x09,0x24,0x09,0xB6,0x09,0xB8, + 0x39, 0, 19, 0xB3,0x00,0x00,0x01,0x21,0x01,0x48,0x01,0x8B,0x01,0xDA,0x02,0x25,0x02,0x6F,0x02,0xB4,0x03,0x29, + 0x39, 0, 19, 0xB4,0x03,0x8B,0x03,0xE5,0x04,0x35,0x04,0x7E,0x04,0xFF,0x05,0x71,0x05,0xCE,0x06,0x28,0x06,0x7D, + 0x39, 0, 15, 0xB5,0x06,0xCB,0x07,0x15,0x07,0x5C,0x07,0xA1,0x07,0xE5,0x08,0x61,0x08,0x63, + 0x39, 0, 19, 0xB6,0x00,0x00,0x02,0x0C,0x02,0x8B,0x02,0xE8,0x03,0x50,0x03,0xAE,0x04,0x09,0x04,0x5C,0x04,0xE5, + 0x39, 0, 19, 0xB7,0x05,0x52,0x05,0xB5,0x06,0x14,0x06,0x65,0x06,0xF1,0x07,0x74,0x07,0xDD,0x08,0x4B,0x08,0xB4, + 0x39, 0, 15, 0xB8,0x09,0x11,0x09,0x65,0x09,0xBD,0x0A,0x16,0x0A,0x6A,0x0B,0x0B,0x0B,0x0D, + 0x39, 0, 2, 0xBF,0x06, + 0x39, 0, 19, 0xB0,0x00,0x00,0x00,0xE1,0x01,0x00,0x01,0x31,0x01,0xA3,0x01,0xE6,0x02,0x4B,0x02,0x93,0x03,0x01, + 0x39, 0, 19, 0xB1,0x03,0x5F,0x03,0xDD,0x04,0x21,0x04,0x60,0x04,0xE9,0x05,0x6F,0x05,0xC8,0x06,0x26,0x06,0x77, + 0x39, 0, 15, 0xB2,0x06,0xC0,0x07,0x0C,0x07,0x48,0x07,0x8A,0x07,0xCA,0x08,0x40,0x08,0x41, + 0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x34,0x00,0xAA,0x00,0xF4,0x01,0x4E,0x01,0x96,0x01,0xFE, + 0x39, 0, 19, 0xB4,0x02,0x66,0x02,0xDC,0x03,0x1C,0x03,0x64,0x03,0xEA,0x04,0x6A,0x04,0xBB,0x05,0x19,0x05,0x64, + 0x39, 0, 15, 0xB5,0x05,0xAD,0x05,0xF2,0x06,0x2C,0x06,0x6A,0x06,0xA4,0x07,0x12,0x07,0x13, + 0x39, 0, 19, 0xB6,0x00,0x00,0x02,0x17,0x02,0x1A,0x02,0x45,0x02,0x9A,0x02,0xDD,0x03,0x3C,0x03,0x83,0x03,0xF3, + 0x39, 0, 19, 0xB7,0x04,0x5D,0x04,0xD8,0x05,0x20,0x05,0x68,0x05,0xFA,0x06,0x7A,0x06,0xD7,0x07,0x38,0x07,0x91, + 0x39, 0, 15, 0xB8,0x07,0xDB,0x08,0x28,0x08,0x6A,0x08,0xB2,0x08,0xF8,0x09,0x73,0x09,0x76, + 0x39, 0, 2, 0xBF,0x05, + 0x39, 0, 19, 0xB0,0x00,0x00,0x00,0xEB,0x01,0x84,0x01,0xB9,0x01,0xFE,0x02,0x5B,0x02,0xA6,0x02,0xC4,0x03,0x49, + 0x39, 0, 19, 0xB1,0x03,0xB1,0x03,0xEF,0x04,0x4D,0x04,0x95,0x05,0x20,0x05,0x72,0x05,0xD6,0x06,0x26,0x06,0x77, + 0x39, 0, 15, 0xB2,0x06,0xCC,0x07,0x0C,0x07,0x51,0x07,0x89,0x07,0xCA,0x08,0x42,0x08,0x43, + 0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x05,0x00,0xE3,0x01,0x38,0x01,0x5D,0x01,0xAA,0x01,0xE5,0x02,0x04,0x02,0x75, + 0x39, 0, 19, 0xB4,0x02,0xD6,0x03,0x13,0x03,0x6B,0x03,0xAF,0x04,0x2F,0x04,0x8B,0x04,0xE1,0x05,0x2E,0x05,0x7C, + 0x39, 0, 15, 0xB5,0x05,0xC7,0x05,0xFE,0x06,0x38,0x06,0x7B,0x06,0xAD,0x07,0x14,0x07,0x16, + 0x39, 0, 19, 0xB6,0x00,0x00,0x02,0x21,0x02,0x77,0x02,0x9C,0x02,0xD4,0x03,0x30,0x03,0x79,0x03,0x9D,0x04,0x27, + 0x39, 0, 19, 0xB7,0x04,0x96,0x04,0xDA,0x05,0x3E,0x05,0x82,0x06,0x18,0x06,0x7A,0x06,0xD9,0x07,0x38,0x07,0x91, + 0x39, 0, 15, 0xB8,0x07,0xE7,0x08,0x28,0x08,0x6D,0x08,0xB6,0x08,0xF8,0x09,0x75,0x09,0x78, + 0x39, 0, 2, 0xBF,0x04, + 0x39, 0, 19, 0xB0,0x00,0x00,0x01,0x8A,0x01,0xA0,0x01,0xCC,0x01,0xF3,0x02,0x2C,0x02,0x65,0x02,0x97,0x02,0xEF, + 0x39, 0, 19, 0xB1,0x03,0x43,0x03,0x8C,0x03,0xD5,0x04,0x0A,0x04,0x71,0x04,0xD8,0x05,0x28,0x05,0x78,0x05,0xBA, + 0x39, 0, 15, 0xB2,0x05,0xF7,0x06,0x36,0x06,0x75,0x06,0xA8,0x06,0xDB,0x07,0x3C,0x07,0x3D, + 0x39, 0, 19, 0xB3,0x00,0x00,0x01,0x1F,0x01,0x2F,0x01,0x4F,0x01,0x6A,0x01,0x93,0x01,0xBD,0x01,0xE7,0x02,0x30, + 0x39, 0, 19, 0xB4,0x02,0x73,0x02,0xB6,0x02,0xF9,0x03,0x2D,0x03,0x91,0x03,0xF5,0x04,0x40,0x04,0x8A,0x04,0xC6, + 0x39, 0, 15, 0xB5,0x05,0x02,0x05,0x3F,0x05,0x7C,0x05,0xAD,0x05,0xDE,0x06,0x2E,0x06,0x2F, + 0x39, 0, 19, 0xB6,0x00,0x00,0x02,0x8F,0x02,0x9F,0x02,0xC0,0x02,0xDC,0x03,0x0E,0x03,0x42,0x03,0x76,0x03,0xD3, + 0x39, 0, 19, 0xB7,0x04,0x26,0x04,0x75,0x04,0xC1,0x04,0xFE,0x05,0x6C,0x05,0xD8,0x06,0x2A,0x06,0x7B,0x06,0xBE, + 0x39, 0, 15, 0xB8,0x07,0x01,0x07,0x46,0x07,0x8B,0x07,0xC4,0x07,0xFD,0x08,0x5E,0x08,0x5F, + 0x39, 0, 2, 0xBF,0x03, + 0x39, 0, 19, 0xB0,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0xA0,0x01,0xBE,0x01,0xE2,0x02,0x00,0x02,0x17,0x02,0x52, + 0x39, 0, 19, 0xB1,0x02,0x8A,0x02,0xC9,0x02,0xF9,0x03,0x2B,0x03,0x92,0x03,0xDF,0x04,0x2A,0x04,0x72,0x04,0xA9, + 0x39, 0, 15, 0xB2,0x04,0xDA,0x05,0x1A,0x05,0x44,0x05,0x7B,0x05,0xA5,0x05,0xF4,0x05,0xF5, + 0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x2F,0x01,0x45,0x01,0x63,0x01,0x7B,0x01,0x87,0x01,0xB2, + 0x39, 0, 19, 0xB4,0x01,0xDC,0x02,0x0C,0x02,0x34,0x02,0x5F,0x02,0xBA,0x03,0x02,0x03,0x49,0x03,0x89,0x03,0xC8, + 0x39, 0, 15, 0xB5,0x03,0xF7,0x04,0x30,0x04,0x5D,0x04,0x85,0x04,0xB3,0x05,0x02,0x05,0x03, + 0x39, 0, 19, 0xB6,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x9F,0x02,0xB8,0x02,0xD7,0x02,0xF1,0x03,0x03,0x03,0x37, + 0x39, 0, 19, 0xB7,0x03,0x6A,0x03,0xA6,0x03,0xD8,0x04,0x0D,0x04,0x7B,0x04,0xCD,0x05,0x1C,0x05,0x65,0x05,0xA5, + 0x39, 0, 15, 0xB8,0x05,0xD6,0x06,0x1B,0x06,0x47,0x06,0x7B,0x06,0xA6,0x07,0x05,0x07,0x07, + 0x39, 0, 2, 0xBF,0x02, + 0x39, 0, 19, 0xB0,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x8F,0x01,0xA1,0x01,0xA2,0x01,0xB2,0x01,0xC0,0x01,0xDC, + 0x39, 0, 19, 0xB1,0x01,0xEB,0x02,0x02,0x02,0x1C,0x02,0x33,0x02,0x6B,0x02,0x9B,0x02,0xD1,0x02,0xFC,0x03,0x28, + 0x39, 0, 15, 0xB2,0x03,0x57,0x03,0x7A,0x03,0xA4,0x03,0xBF,0x03,0xE2,0x04,0x20,0x04,0x2A, + 0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x1D,0x01,0x30,0x01,0x33,0x01,0x3F,0x01,0x4A,0x01,0x57, + 0x39, 0, 19, 0xB4,0x01,0x6A,0x01,0x7A,0x01,0x8C,0x01,0x9A,0x01,0xC3,0x01,0xE9,0x02,0x14,0x02,0x3A,0x02,0x5D, + 0x39, 0, 15, 0xB5,0x02,0x86,0x02,0xA4,0x02,0xCB,0x02,0xE9,0x03,0x07,0x03,0x43,0x03,0x4A, + 0x39, 0, 19, 0xB6,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x4F,0x02,0x75,0x02,0x9B,0x02,0xB1,0x02,0xBD,0x02,0xCD, + 0x39, 0, 19, 0xB7,0x02,0xE0,0x02,0xF4,0x03,0x0B,0x03,0x1E,0x03,0x50,0x03,0x7C,0x03,0xB0,0x03,0xDD,0x04,0x0C, + 0x39, 0, 15, 0xB8,0x04,0x3D,0x04,0x62,0x04,0x8F,0x04,0xAC,0x04,0xCF,0x05,0x11,0x05,0x1C, + 0x39, 0, 2, 0xBF,0x01, + 0x39, 0, 19, 0xB0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 19, 0xB1,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 15, 0xB2,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 19, 0xB4,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 15, 0xB5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 19, 0xB6,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 19, 0xB7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 15, 0xB8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0xBF,0x00, + 0x39, 0, 19, 0xB0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 19, 0xB1,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 15, 0xB2,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 19, 0xB4,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 15, 0xB5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 19, 0xB6,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 19, 0xB7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 15, 0xB8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39, 0, 2, 0xCE,0x01, + 0x39, 0, 2, 0xCC,0x00, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x02, + 0x39, 0, 25, 0xB9,0x00,0x04,0x00,0x0C,0x00,0x1C,0x00,0x2C,0x00,0x3C,0x00,0x4C,0x00,0x5C,0x00,0x7C,0x00,0x9C,0x00,0xBC,0x00,0xDC,0x00,0xFC, + 0x39, 0, 25, 0xBA,0x01,0x3C,0x01,0x7C,0x01,0xBC,0x01,0xFC,0x02,0x3C,0x02,0x7C,0x02,0xBC,0x02,0xFC,0x03,0x3C,0x03,0x7C,0x03,0xFC,0x03,0xFF, + 0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x00, + 0x39, 0, 2, 0xC0,0x77, + 0x39, 0, 5, 0x3B,0x00,0x10,0x00,0x10, + 0x39, 0, 2, 0x90,0x00, + 0x05, 0, 1, 0x2C, + 0x39, 0, 3, 0x51,0x03,0x00, + + +#endif + +#ifdef USE_PARAS_20220712// 20220712 +0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x00, +0x39, 0, 9, 0xBA,0x01,0x68,0x00,0x10,0x0D,0x70,0x00,0x01, +0x39, 0, 9, 0xBB,0x02,0x41,0x00,0x10,0x00,0x18,0x00,0x31, +0x39, 0, 2, 0x6F,0x08, +0x39, 0, 9, 0xBA,0x01,0x68,0x00,0x10,0x05,0xD0,0x00,0x00, +0x39, 0, 2, 0x6F,0x10, +0x39, 0, 8, 0xBA,0x01,0x68,0x00,0x10,0x02,0x00,0x00, +0x39, 0, 2, 0x6F,0x17, +0x39, 0, 7, 0xBA,0x01,0x68,0x00,0x10,0x00,0x18, +0x39, 0, 3, 0xB2,0x11,0x60, +0x39, 0, 2, 0x6F,0x0F, +0x39, 0, 9, 0xB2,0x60,0x30,0x51,0x99,0x81,0x99,0x0F,0xFF, +0x39, 0, 37, 0xB3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x2D,0x00,0x2D,0x00,0x88,0x00,0x88,0x01,0x98,0x01,0x98,0x01,0x99,0x01,0x99,0x03,0x93,0x03,0x93,0x07,0xFF,0x07,0xFF,0x0F,0xFF, +0x39, 0, 2, 0x6F,0x24, +0x39, 0, 9, 0xB3,0x01,0x24,0x06,0xDB,0x06,0xDB,0x0F,0xFF, +0x39, 0, 39, 0xB4,0x16,0xE0,0x16,0xE0,0x16,0xE0,0x16,0xE0,0x16,0xE0,0x14,0x64,0x14,0x64,0x14,0x64,0x0F,0x6C,0x0F,0x6C,0x00,0x78,0x00,0x78,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A, +0x39, 0, 2, 0x6F,0x2C, +0x39, 0, 39, 0xB3,0x0F,0x40,0x0F,0x40,0x0F,0x40,0x0F,0x40,0x0F,0x40,0x0D,0x98,0x0D,0x98,0x0D,0x98,0x0A,0x48,0x0A,0x48,0x00,0x50,0x00,0x50,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A, +0x39, 0, 2, 0x6F,0x30, +0x39, 0, 39, 0xB4,0x0B,0x70,0x0B,0x70,0x0B,0x70,0x0B,0x70,0x0B,0x70,0x0A,0x32,0x0A,0x32,0x0A,0x32,0x07,0xB6,0x07,0xB6,0x00,0x3C,0x00,0x3C,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A, +0x39, 0, 2, 0x6F,0x56, +0x39, 0, 39, 0xB4,0x09,0x88,0x09,0x88,0x09,0x88,0x09,0x88,0x09,0x88,0x08,0x7F,0x08,0x7F,0x08,0x7F,0x06,0x6D,0x06,0x6D,0x00,0x32,0x00,0x32,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A, +0x39, 0, 2, 0x6F,0x26, +0x39, 0, 11, 0xB4,0x09,0x88,0x00,0x0A,0x00,0x0A,0x00,0x0A,0x00,0x0A, +0x39, 0, 3, 0xB5,0x84,0x02, +0x39, 0, 2, 0x6F,0x06, +0x39, 0, 16, 0xB5,0x4B,0x1B,0x00,0x00,0x00,0x44,0x2D,0x00,0x00,0x00,0x1B,0x1B,0x1B,0x1B,0x1B, +0x39, 0, 14, 0xB7,0xDC,0xBA,0xA9,0x87,0x65,0x43,0x21,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x0D, +0x39, 0, 7, 0xB7,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x13, +0x39, 0, 13, 0xB7,0x12,0x23,0x78,0x9A,0xBB,0xCD,0xEF,0xFF,0xFF,0xFF,0xFF,0xFF, +0x39, 0, 2, 0x6F,0x1F, +0x39, 0, 25, 0xB7,0x99,0x41,0xEA,0x93,0xFF,0xCA,0x97,0x64,0x31,0xFE,0xCB,0x98,0x65,0x32,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF, +0x39, 0, 3, 0xB9,0x00,0x96, +0x39, 0, 3, 0xBD,0x04,0xB0, +0x39, 0, 5, 0xBE,0x00,0x0E,0x13,0x14, +0x39, 0, 4, 0xC0,0x66,0xF3,0xC1, +0x39, 0, 2, 0x6F,0x09, +0x39, 0, 6, 0xC0,0x00,0x40,0x40,0x07,0x10, +0x39, 0, 13, 0xC1,0x00,0x80,0x00,0x48,0x00,0x48,0x00,0x48,0x00,0x48,0x00,0x86, +0x39, 0, 2, 0x6F,0x01, +0x39, 0, 2, 0xC3,0x7F, +0x39, 0, 3, 0xC5,0x13,0x00, +0x39, 0, 2, 0x6F,0x04, +0x39, 0, 2, 0xC6,0x11, +0x39, 0, 2, 0xC9,0x84, +0x39, 0, 5, 0xCA,0x11,0x00,0x82,0x64, +0x39, 0, 2, 0xCB,0x44, +0x39, 0, 2, 0x6F,0x02, +0x39, 0, 3, 0xE7,0x22,0x00, +0x39, 0, 2, 0x6F,0x02, +0x39, 0, 3, 0xEC,0x82,0x00, +0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x01, +0x39, 0, 3, 0xB0,0x00,0x00, +0x39, 0, 3, 0xB1,0x00,0x00, +0x39, 0, 5, 0xB2,0x02,0x02,0x22,0x22, +0x39, 0, 5, 0xB3,0x13,0x12,0x33,0x33, +0x39, 0, 5, 0xB4,0x13,0x12,0x33,0x33, +0x39, 0, 2, 0x6F,0x06, +0x39, 0, 5, 0xB5,0x00,0xC0,0x00,0x88, +0x39, 0, 2, 0x6F,0x06, +0x39, 0, 5, 0xB6,0x00,0xC0,0x00,0xC0, +0x39, 0, 9, 0xB7,0x1E,0x17,0x17,0x1E,0x1E,0x1E,0x1E,0x1E, +0x39, 0, 8, 0xB8,0x41,0x41,0x41,0x41,0x41,0x41,0x41, +0x39, 0, 13, 0xB9,0x00,0x1A,0x00,0x00,0x00,0x1A,0x00,0x00,0x1A,0x00,0x00,0x1A, +0x39, 0, 2, 0xBB,0x03, +0x39, 0, 2, 0x6F,0x01, +0x39, 0, 5, 0xBB,0x1E,0x35,0x50,0x6F, +0x39, 0, 2, 0x6F,0x17, +0x39, 0, 2, 0xBB,0x28, +0x39, 0, 2, 0x6F,0x2A, +0x39, 0, 2, 0xBB,0x28, +0x39, 0, 2, 0x6F,0x3D, +0x39, 0, 2, 0xBB,0x28, +0x39, 0, 2, 0x6F,0x50, +0x39, 0, 2, 0xBB,0x28, +0x39, 0, 2, 0x6F,0x12, +0x39, 0, 4, 0xB9,0x1A,0x1A,0x1A, +0x39, 0, 6, 0xBA,0x10,0x10,0x10,0x10,0x22, +0x39, 0, 4, 0xBE,0x03,0x00,0x08, +0x39, 0, 2, 0xC7,0x01, +0x39, 0, 3, 0xCD,0x07,0x91, +0x39, 0, 6, 0xCE,0x00,0x00,0x01,0x00,0x03, +0x39, 0, 2, 0xCF,0x9C, +0x39, 0, 5, 0xD0,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x08, +0x39, 0, 2, 0xD0,0x00, +0x39, 0, 4, 0xD1,0x07,0x09,0x18, +0x39, 0, 8, 0xD2,0x00,0x40,0x22,0x41,0x25,0x00,0x07, +0x39, 0, 2, 0x6F,0x09, +0x39, 0, 2, 0xD2,0x00, +0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x02, +0x39, 0, 2, 0xCC,0x00, +0x39, 0, 2, 0xBC,0x11, +0x39, 0, 17, 0xBD,0x96,0x00,0x69,0x00,0x00,0x96,0x00,0x69,0xBB,0x44,0x44,0xBB,0xEE,0x11,0x11,0xEE, +0x39, 0, 5, 0xC0,0x00,0x00,0x03,0x88, +0x39, 0, 2, 0xC1,0x02, +0x39, 0, 5, 0xC2,0x91,0x00,0x19,0x00, +0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x03, +0x39, 0, 2, 0x6F,0x18, +0x39, 0, 2, 0xB0,0xFF, +0x39, 0, 2, 0x6F,0x1B, +0x39, 0, 2, 0xB0,0xFF, +0x39, 0, 2, 0x6F,0x36, +0x39, 0, 2, 0xB0,0xFF, +0x39, 0, 2, 0x6F,0x39, +0x39, 0, 2, 0xB0,0xFF, +0x39, 0, 6, 0xB2,0x00,0x12,0x12,0x06,0x01, +0x39, 0, 2, 0x6F,0x05, +0x39, 0, 4, 0xB2,0x00,0x12,0x12, +0x39, 0, 2, 0x6F,0x13, +0x39, 0, 3, 0xB2,0x06,0x01, +0x39, 0, 2, 0x6F,0x08, +0x39, 0, 4, 0xB2,0x00,0x12,0x12, +0x39, 0, 2, 0x6F,0x15, +0x39, 0, 3, 0xB2,0x06,0x01, +0x39, 0, 2, 0x6F,0x0B, +0x39, 0, 4, 0xB2,0x00,0x12,0x12, +0x39, 0, 2, 0x6F,0x17, +0x39, 0, 3, 0xB2,0x06,0x01, +0x39, 0, 2, 0x6F,0x0E, +0x39, 0, 6, 0xB2,0x00,0x09,0x09,0x06,0x01, +0x39, 0, 4, 0xB6,0x30,0x12,0x00, +0x39, 0, 2, 0x6F,0x03, +0x39, 0, 4, 0xB6,0x00,0x12,0x00, +0x39, 0, 2, 0x6F,0x06, +0x39, 0, 4, 0xB6,0x00,0x12,0x00, +0x39, 0, 2, 0x6F,0x09, +0x39, 0, 4, 0xB6,0x00,0x12,0x00, +0x39, 0, 2, 0x6F,0x0C, +0x39, 0, 4, 0xB6,0x00,0x09,0x00, +0x39, 0, 2, 0x6F,0x10, +0x39, 0, 3, 0xB6,0x00,0x08, +0x39, 0, 2, 0x6F,0x19, +0x39, 0, 3, 0xB6,0x00,0x08, +0x39, 0, 2, 0x6F,0x22, +0x39, 0, 3, 0xB6,0x00,0x08, +0x39, 0, 2, 0x6F,0x2B, +0x39, 0, 3, 0xB6,0x00,0x08, +0x39, 0, 5, 0xBB,0x11,0x00,0x10,0x42, +0x39, 0, 2, 0x6F,0x04, +0x39, 0, 4, 0xBB,0x00,0x10,0x42, +0x39, 0, 2, 0x6F,0x07, +0x39, 0, 4, 0xBB,0x00,0x10,0x42, +0x39, 0, 2, 0x6F,0x0A, +0x39, 0, 4, 0xBB,0x00,0x10,0x42, +0x39, 0, 2, 0x6F,0x0D, +0x39, 0, 4, 0xBB,0x00,0x15,0x65, +0x39, 0, 5, 0xBC,0x22,0x10,0x0F,0x43, +0x39, 0, 2, 0x6F,0x04, +0x39, 0, 4, 0xBC,0x00,0x10,0x43, +0x39, 0, 2, 0x6F,0x07, +0x39, 0, 4, 0xBC,0x00,0x10,0x43, +0x39, 0, 2, 0x6F,0x0A, +0x39, 0, 4, 0xBC,0x00,0x10,0x43, +0x39, 0, 2, 0x6F,0x0D, +0x39, 0, 4, 0xBC,0x00,0x15,0x65, +0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x05, +0x39, 0, 4, 0xB0,0x03,0x21,0x00, +0x39, 0, 3, 0xB3,0x82,0x80, +0x39, 0, 6, 0xB5,0x86,0x81,0x00,0x00,0x00, +0x39, 0, 5, 0xB7,0x05,0x00,0x00,0x81, +0x39, 0, 5, 0xB8,0x06,0x00,0x00,0x81, +0x39, 0, 3, 0xC7,0x0B,0x03, +0x39, 0, 2, 0xC9,0x11, +0x39, 0, 2, 0xCA,0x11, +0x39, 0, 8, 0xCB,0x11,0x11,0x11,0x11,0x11,0x11,0x11, +0x39, 0, 3, 0xD8,0x11,0x11, +0x39, 0, 4, 0xD0,0x00,0x02,0x10, +0x39, 0, 4, 0xD1,0x00,0x02,0x10, +0x39, 0, 5, 0xE0,0x02,0x00,0x00,0x00, +0x39, 0, 5, 0xE1,0x02,0x00,0x00,0x00, +0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x06, +0x39, 0, 6, 0xB0,0x34,0x31,0x34,0x12,0x12, +0x39, 0, 6, 0xB1,0x13,0x13,0x04,0x04,0x0E, +0x39, 0, 6, 0xB2,0x0E,0x0F,0x0F,0x00,0x00, +0x39, 0, 2, 0xB3,0x34, +0x39, 0, 6, 0xB6,0x34,0x31,0x34,0x12,0x12, +0x39, 0, 6, 0xB7,0x13,0x13,0x04,0x04,0x0E, +0x39, 0, 6, 0xB8,0x0E,0x0F,0x0F,0x00,0x00, +0x39, 0, 2, 0xB9,0x34, +0x39, 0, 2, 0xD0,0x01, +0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x07, +0x39, 0, 6, 0xB0,0x8C,0xC0,0x78,0x70,0x00, +0x39, 0, 7, 0xB1,0x1C,0x0C,0x1C,0x0C,0x1C,0x00, +0x39, 0, 10, 0xB2,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x39, 0, 2, 0x6F,0x36, +0x39, 0, 19, 0xB2,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, +0x39, 0, 2, 0x6F,0x09, +0x39, 0, 10, 0xB2,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x39, 0, 2, 0x6F,0x48, +0x39, 0, 19, 0xB2,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, +0x39, 0, 2, 0x6F,0x12, +0x39, 0, 10, 0xB2,0xF0,0xF0,0xF0,0xF0,0xF0,0xF0,0xF0,0xF0,0xF0, +0x39, 0, 2, 0x6F,0x5A, +0x39, 0, 19, 0xB2,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x9B,0x9B,0x9B,0x9B,0x9B,0x9B,0x9B,0x9B,0x9B, +0x39, 0, 2, 0x6F,0x1B, +0x39, 0, 10, 0xB2,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x39, 0, 2, 0x6F,0x6C, +0x39, 0, 19, 0xB2,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, +0x39, 0, 2, 0x6F,0x24, +0x39, 0, 10, 0xB2,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x39, 0, 2, 0x6F,0x7E, +0x39, 0, 19, 0xB2,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, +0x39, 0, 2, 0x6F,0x2D, +0x39, 0, 10, 0xB2,0xCC,0xCC,0xCC,0xCC,0xCC,0xCC,0xCC,0xCC,0xCC, +0x39, 0, 2, 0x6F,0x90, +0x39, 0, 19, 0xB2,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A, +0x39, 0, 2, 0xB4,0xC0, +0x39, 0, 2, 0x6F,0x01, +0x39, 0, 4, 0xB4,0x40,0x70,0x80, +0x39, 0, 2, 0x6F,0x04, +0x39, 0, 4, 0xB4,0x40,0x35,0x80, +0x39, 0, 2, 0x6F,0x07, +0x39, 0, 4, 0xB4,0x80,0x80,0x80, +0x39, 0, 2, 0x6F,0x0A, +0x39, 0, 4, 0xB4,0x80,0x40,0x80, +0x39, 0, 3, 0xC0,0x01,0x02, +0x39, 0, 2, 0x6F,0x00, +0x39, 0, 22, 0xC1,0x20,0x0F,0x1C,0x39,0x17,0xC4,0xCC,0x34,0x3F,0xEE,0xCD,0x44,0x3F,0xF0,0x37,0xD8,0x80,0x02,0x9E,0xBA,0xA4, +0x39, 0, 2, 0x6F,0x15, +0x39, 0, 16, 0xC1,0x00,0x00,0x00,0x00,0x4E,0x55,0x33,0x30,0x19,0xE6,0x0F,0xAB,0xB2,0x00,0x00, +0x39, 0, 2, 0x6F,0x24, +0x39, 0, 8, 0xC1,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x00, +0x39, 0, 22, 0xC2,0x26,0x00,0x1C,0xE4,0x19,0x00,0x35,0xC0,0x00,0x00,0x00,0x00,0x3F,0xDE,0x68,0x00,0x80,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x15, +0x39, 0, 16, 0xC2,0x03,0xE7,0x00,0x04,0x37,0x56,0x33,0x30,0x00,0x00,0x03,0x56,0xB0,0x00,0x00, +0x39, 0, 2, 0x6F,0x24, +0x39, 0, 8, 0xC2,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x00, +0x39, 0, 22, 0xC3,0x2C,0x00,0x12,0x10,0x15,0x64,0x27,0x50,0x3F,0xE8,0xFF,0x40,0x40,0x00,0xFC,0x60,0x80,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x15, +0x39, 0, 16, 0xC3,0x90,0x00,0x17,0x90,0x50,0x5F,0x33,0x20,0x00,0x00,0x0C,0xB8,0x50,0x00,0x00, +0x39, 0, 2, 0x6F,0x24, +0x39, 0, 8, 0xC3,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x00, +0x39, 0, 22, 0xC4,0x2A,0x0F,0x15,0xF9,0x17,0xC4,0xD2,0x4C,0x00,0x0E,0xD8,0x94,0x40,0x0E,0xA7,0x44,0xFF,0xF9,0x37,0x00,0xC0, +0x39, 0, 2, 0x6F,0x15, +0x39, 0, 16, 0xC4,0x93,0xE7,0x10,0x94,0x37,0x5F,0x33,0x9F,0xE7,0x50,0x00,0x4F,0x50,0x00,0x00, +0x39, 0, 2, 0x6F,0x24, +0x39, 0, 8, 0xC4,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x00, +0x39, 0, 22, 0xC5,0x27,0x00,0x03,0x84,0x03,0x84,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0xFF,0x2D,0x10,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x15, +0x39, 0, 16, 0xC5,0x02,0x1C,0x14,0x02,0x3A,0x32,0x33,0x80,0x00,0x00,0x03,0x1E,0xE2,0x00,0x00, +0x39, 0, 2, 0x6F,0x24, +0x39, 0, 8, 0xC5,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x00, +0x39, 0, 22, 0xC6,0x21,0x00,0x03,0x84,0x03,0x84,0x00,0x00,0x3F,0xFF,0x2D,0x10,0x3F,0xFF,0x2D,0x10,0x00,0x00,0x0C,0x5C,0x10, +0x39, 0, 2, 0x6F,0x15, +0x39, 0, 16, 0xC6,0x01,0xFD,0x14,0x02,0x1B,0x32,0x33,0x80,0x03,0x84,0x0F,0xE2,0xE2,0x00,0x00, +0x39, 0, 2, 0x6F,0x24, +0x39, 0, 8, 0xC6,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x00, +0x39, 0, 22, 0xC7,0x2D,0x00,0x03,0x84,0x03,0x84,0x00,0x00,0x3F,0xFF,0x2D,0x10,0x00,0x00,0x00,0x00,0x80,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x15, +0x39, 0, 16, 0xC7,0x01,0xFD,0x33,0x02,0x1B,0x51,0x33,0x50,0x00,0x00,0x0C,0xE2,0x1E,0x00,0x00, +0x39, 0, 2, 0x6F,0x24, +0x39, 0, 8, 0xC7,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x00, +0x39, 0, 22, 0xC8,0x2B,0x00,0x03,0x84,0x03,0x84,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xF3,0xA3,0xF0, +0x39, 0, 2, 0x6F,0x15, +0x39, 0, 16, 0xC8,0x02,0x1C,0x33,0x02,0x3A,0x51,0x33,0x5F,0xFC,0x7C,0x00,0x1E,0x1E,0x00,0x00, +0x39, 0, 2, 0x6F,0x24, +0x39, 0, 8, 0xC8,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x00, +0x39, 0, 22, 0xC9,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x15, +0x39, 0, 16, 0xC9,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x24, +0x39, 0, 8, 0xC9,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x00, +0x39, 0, 22, 0xCA,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x15, +0x39, 0, 16, 0xCA,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x24, +0x39, 0, 8, 0xCA,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x00, +0x39, 0, 22, 0xCB,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x15, +0x39, 0, 16, 0xCB,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x24, +0x39, 0, 8, 0xCB,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x00, +0x39, 0, 22, 0xCC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x15, +0x39, 0, 16, 0xCC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x24, +0x39, 0, 8, 0xCC,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x00, +0x39, 0, 22, 0xCD,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x15, +0x39, 0, 16, 0xCD,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x24, +0x39, 0, 8, 0xCD,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x00, +0x39, 0, 22, 0xCE,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x15, +0x39, 0, 16, 0xCE,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x24, +0x39, 0, 8, 0xCE,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x00, +0x39, 0, 22, 0xCF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x15, +0x39, 0, 16, 0xCF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x24, +0x39, 0, 8, 0xCF,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x00, +0x39, 0, 22, 0xD0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x15, +0x39, 0, 16, 0xD0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x24, +0x39, 0, 8, 0xD0,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x00, +0x39, 0, 22, 0xD1,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x15, +0x39, 0, 16, 0xD1,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x24, +0x39, 0, 8, 0xD1,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x00, +0x39, 0, 22, 0xD2,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x15, +0x39, 0, 16, 0xD2,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x24, +0x39, 0, 8, 0xD2,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x00, +0x39, 0, 22, 0xD3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x15, +0x39, 0, 16, 0xD3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x24, +0x39, 0, 8, 0xD3,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x00, +0x39, 0, 22, 0xD4,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x15, +0x39, 0, 16, 0xD4,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x24, +0x39, 0, 8, 0xD4,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x00, +0x39, 0, 22, 0xD5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x15, +0x39, 0, 16, 0xD5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x24, +0x39, 0, 8, 0xD5,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x00, +0x39, 0, 22, 0xD6,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x15, +0x39, 0, 16, 0xD6,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x24, +0x39, 0, 8, 0xD6,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x00, +0x39, 0, 22, 0xD7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x15, +0x39, 0, 16, 0xD7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x24, +0x39, 0, 8, 0xD7,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x00, +0x39, 0, 22, 0xD8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x15, +0x39, 0, 16, 0xD8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0x6F,0x24, +0x39, 0, 7, 0xD8,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 5, 0xFF,0xAA,0x55,0xA5,0x80, +0x39, 0, 2, 0x6F,0x61, +0x39, 0, 2, 0xF3,0x80, +0x39, 0, 2, 0x03,0x01, +0x39, 0, 2, 0x90,0x01, +0x39, 0, 19, 0x91,0x89,0x28,0x00,0x14,0xC2,0x00,0x03,0x1C,0x02,0x8C,0x00,0x0F,0x05,0x0E,0x02,0x8B,0x10,0xF0, +0x39, 0, 1, 0x2C, +0x39, 0, 2, 0x2F,0x01, +0x39, 0, 5, 0x51,0x07,0xFF,0x0F,0xFF, +0x39, 0, 2, 0x53,0x20, +0x39, 0, 2, 0x35,0x00, +0x39, 0, 5, 0x2A,0x00,0x00,0x04,0x37, +0x39, 0, 5, 0x2B,0x00,0x00,0x09,0x5F, +0x39, 0, 5, 0xFF,0xAA,0x55,0xA5,0x80, +0x39, 0, 2, 0x6F,0x61, +0x39, 0, 2, 0xF3,0x80, +0x39, 0, 2, 0x03,0x01, +0x39, 0, 2, 0x90,0x01, +0x39, 0, 19, 0x91,0x89,0x28,0x00,0x14,0xC2,0x00,0x03,0x1C,0x02,0x8C,0x00,0x0F,0x05,0x0E,0x02,0x8B,0x10,0xF0, +0x39, 0, 1, 0x2C, +0x39, 0, 2, 0x2F,0x01, +0x39, 0, 5, 0x51,0x07,0xFF,0x0F,0xFF, +0x39, 0, 2, 0x53,0x20, +0x39, 0, 2, 0x35,0x00, +0x39, 0, 5, 0x2A,0x00,0x00,0x04,0x37, +0x39, 0, 5, 0x2B,0x00,0x00,0x09,0x5F, +0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x02, +0x39, 0, 2, 0xCC,0x30, +0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x02, +0x39, 0, 2, 0xBF,0x09, +0x39, 0, 19, 0xB0,0x00,0x00,0x01,0xF7,0x02,0x22,0x02,0xB4,0x03,0x46,0x03,0xC4,0x04,0x38,0x04,0x8D,0x05,0x29, +0x39, 0, 19, 0xB1,0x05,0xAD,0x06,0x13,0x06,0x78,0x06,0xD0,0x07,0x73,0x08,0x05,0x08,0x95,0x09,0x16,0x09,0x97, +0x39, 0, 15, 0xB2,0x0A,0x18,0x0A,0x99,0x0B,0x13,0x0B,0x8B,0x0C,0x02,0x0C,0xFC,0x0D,0x00, +0x39, 0, 19, 0xB3,0x00,0x00,0x01,0xA3,0x01,0xBF,0x02,0x18,0x02,0x84,0x02,0xF0,0x03,0x5B,0x03,0xA7,0x04,0x3B, +0x39, 0, 19, 0xB4,0x04,0xB7,0x05,0x16,0x05,0x74,0x05,0xC5,0x06,0x5C,0x06,0xE0,0x07,0x63,0x07,0xD4,0x08,0x45, +0x39, 0, 15, 0xB5,0x08,0xB0,0x09,0x1B,0x09,0x85,0x09,0xEE,0x0A,0x5D,0x0B,0x3F,0x0B,0x43, +0x39, 0, 19, 0xB6,0x00,0x00,0x02,0xA7,0x02,0xD6,0x03,0x70,0x04,0x0A,0x04,0x99,0x05,0x16,0x05,0x71,0x06,0x19, +0x39, 0, 19, 0xB7,0x06,0xA6,0x07,0x12,0x07,0x7D,0x07,0xDB,0x08,0x8B,0x09,0x2B,0x09,0xCB,0x0A,0x5A,0x0A,0xE9, +0x39, 0, 15, 0xB8,0x0B,0x78,0x0C,0x07,0x0C,0x95,0x0D,0x22,0x0D,0xB3,0x0E,0xE1,0x0E,0xE5, +0x39, 0, 2, 0xBF,0x08, +0x39, 0, 19, 0xB0,0x00,0x00,0x01,0x7B,0x01,0xD9,0x02,0x84,0x02,0xF9,0x03,0x69,0x03,0xCE,0x04,0x2C,0x04,0xB5, +0x39, 0, 19, 0xB1,0x05,0x31,0x05,0x9C,0x05,0xF2,0x06,0x44,0x06,0xE0,0x07,0x6E,0x07,0xEF,0x08,0x60,0x08,0xD2, +0x39, 0, 15, 0xB2,0x09,0x35,0x09,0xA6,0x0A,0x0B,0x0A,0x6E,0x0A,0xCB,0x0B,0xA0,0x0B,0xA3, +0x39, 0, 19, 0xB3,0x00,0x00,0x01,0x40,0x01,0x58,0x01,0xD2,0x02,0x35,0x02,0x99,0x02,0xF9,0x03,0x50,0x03,0xD5, +0x39, 0, 19, 0xB4,0x04,0x49,0x04,0xAF,0x04,0xFD,0x05,0x48,0x05,0xDA,0x06,0x5A,0x06,0xD3,0x07,0x35,0x07,0x9B, +0x39, 0, 15, 0xB5,0x07,0xFC,0x08,0x55,0x08,0xAD,0x09,0x07,0x09,0x61,0x0A,0x09,0x0A,0x0D, +0x39, 0, 19, 0xB6,0x00,0x00,0x02,0x09,0x02,0x98,0x03,0x3C,0x03,0xB9,0x04,0x32,0x04,0xA4,0x05,0x09,0x05,0x9C, +0x39, 0, 19, 0xB7,0x06,0x22,0x06,0x94,0x06,0xEF,0x07,0x46,0x07,0xF0,0x08,0x88,0x09,0x16,0x09,0x93,0x0A,0x0E, +0x39, 0, 15, 0xB8,0x0A,0x87,0x0A,0xFB,0x0B,0x6A,0x0B,0xDC,0x0C,0x57,0x0D,0x36,0x0D,0x3A, +0x39, 0, 2, 0xBF,0x07, +0x39, 0, 19, 0xB0,0x00,0x00,0x01,0x98,0x01,0xBF,0x02,0x29,0x02,0x97,0x02,0xE8,0x03,0x37,0x03,0x82,0x04,0x0A, +0x39, 0, 19, 0xB1,0x04,0x72,0x04,0xCF,0x05,0x25,0x05,0x71,0x05,0xF1,0x06,0x63,0x06,0xD0,0x07,0x34,0x07,0x91, +0x39, 0, 15, 0xB2,0x07,0xEB,0x08,0x3A,0x08,0x89,0x08,0xD7,0x09,0x1C,0x09,0xB4,0x09,0xB6, +0x39, 0, 19, 0xB3,0x00,0x00,0x01,0x24,0x01,0x48,0x01,0x91,0x01,0xE2,0x02,0x26,0x02,0x6C,0x02,0xB1,0x03,0x30, +0x39, 0, 19, 0xB4,0x03,0x94,0x03,0xED,0x04,0x3E,0x04,0x86,0x04,0xFC,0x05,0x65,0x05,0xCA,0x06,0x25,0x06,0x7B, +0x39, 0, 15, 0xB5,0x06,0xCF,0x07,0x14,0x07,0x5A,0x07,0xA0,0x07,0xE4,0x08,0x61,0x08,0x63, +0x39, 0, 19, 0xB6,0x00,0x00,0x01,0xFB,0x02,0x7F,0x02,0xE4,0x03,0x50,0x03,0xA7,0x03,0xFC,0x04,0x4F,0x04,0xE4, +0x39, 0, 19, 0xB7,0x05,0x54,0x05,0xB8,0x06,0x15,0x06,0x66,0x06,0xEE,0x07,0x68,0x07,0xDE,0x08,0x4A,0x08,0xAF, +0x39, 0, 15, 0xB8,0x09,0x11,0x09,0x69,0x09,0xBF,0x0A,0x14,0x0A,0x68,0x0B,0x0A,0x0B,0x0D, +0x39, 0, 2, 0xBF,0x06, +0x39, 0, 19, 0xB0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 19, 0xB1,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 15, 0xB2,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 19, 0xB4,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 15, 0xB5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 19, 0xB6,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 19, 0xB7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 15, 0xB8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0xBF,0x05, +0x39, 0, 19, 0xB0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 19, 0xB1,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 15, 0xB2,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0x00,0xE1, +0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 19, 0xB4,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 15, 0xB5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x95,0x00,0x96, +0x39, 0, 19, 0xB6,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 19, 0xB7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 15, 0xB8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0x00,0xE1, +0x39, 0, 2, 0xBF,0x04, +0x39, 0, 19, 0xB0,0x00,0x00,0x00,0x00,0x01,0x81,0x01,0x82,0x01,0xF6,0x02,0x24,0x02,0x52,0x02,0x7C,0x02,0xE7, +0x39, 0, 19, 0xB1,0x03,0x3B,0x03,0x6F,0x03,0xB6,0x03,0xF1,0x04,0x63,0x04,0xBF,0x05,0x26,0x05,0x6F,0x05,0xA9, +0x39, 0, 15, 0xB2,0x05,0xEF,0x06,0x2F,0x06,0x70,0x06,0xAA,0x06,0xDD,0x07,0x34,0x07,0x35, +0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x00,0x01,0x1C,0x01,0x1D,0x01,0x74,0x01,0x90,0x01,0xB0,0x01,0xD6,0x02,0x2A, +0x39, 0, 19, 0xB4,0x02,0x70,0x02,0xA1,0x02,0xE4,0x03,0x1A,0x03,0x83,0x03,0xDE,0x04,0x40,0x04,0x82,0x04,0xC3, +0x39, 0, 15, 0xB5,0x05,0x03,0x05,0x3C,0x05,0x75,0x05,0xAA,0x05,0xDA,0x06,0x33,0x06,0x34, +0x39, 0, 19, 0xB6,0x00,0x00,0x00,0x00,0x02,0x2E,0x02,0x2F,0x02,0xDD,0x03,0x01,0x03,0x2A,0x03,0x58,0x03,0xC2, +0x39, 0, 19, 0xB7,0x04,0x17,0x04,0x54,0x04,0x9D,0x04,0xE0,0x05,0x58,0x05,0xB9,0x06,0x22,0x06,0x6E,0x06,0xB1, +0x39, 0, 15, 0xB8,0x06,0xF9,0x07,0x40,0x07,0x7A,0x07,0xB6,0x07,0xF0,0x08,0x5B,0x08,0x5C, +0x39, 0, 2, 0xBF,0x03, +0x39, 0, 19, 0xB0,0x00,0x00,0x01,0x65,0x01,0x84,0x01,0xA6,0x01,0xC7,0x01,0xE8,0x02,0x05,0x02,0x22,0x02,0x5D, +0x39, 0, 19, 0xB1,0x02,0x92,0x02,0xC7,0x03,0x10,0x03,0x3F,0x03,0x9A,0x03,0xEC,0x04,0x37,0x04,0x74,0x04,0xAC, +0x39, 0, 15, 0xB2,0x04,0xE4,0x05,0x1A,0x05,0x4F,0x05,0x74,0x05,0x9E,0x05,0xF2,0x06,0x05, +0x39, 0, 19, 0xB3,0x00,0x00,0x01,0x0F,0x01,0x28,0x01,0x3F,0x01,0x55,0x01,0x6B,0x01,0x81,0x01,0x97,0x01,0xC4, +0x39, 0, 19, 0xB4,0x01,0xE9,0x02,0x0E,0x02,0x4D,0x02,0x77,0x02,0xC5,0x03,0x13,0x03,0x5A,0x03,0x94,0x03,0xC9, +0x39, 0, 15, 0xB5,0x03,0xFE,0x04,0x31,0x04,0x63,0x04,0x91,0x04,0xB5,0x04,0xFD,0x05,0x13, +0x39, 0, 19, 0xB6,0x00,0x00,0x02,0x61,0x02,0x7D,0x02,0x99,0x02,0xB4,0x02,0xCF,0x02,0xEA,0x03,0x05,0x03,0x3C, +0x39, 0, 19, 0xB7,0x03,0x6D,0x03,0x9E,0x03,0xEB,0x04,0x21,0x04,0x7E,0x04,0xD4,0x05,0x22,0x05,0x63,0x05,0xA1, +0x39, 0, 15, 0xB8,0x05,0xDF,0x06,0x15,0x06,0x4A,0x06,0x7B,0x06,0xA4,0x06,0xF6,0x07,0x14, +0x39, 0, 2, 0xBF,0x02, +0x39, 0, 19, 0xB0,0x00,0x00,0x00,0x89,0x01,0x67,0x01,0x7F,0x01,0x8E,0x01,0xA3,0x01,0xB1,0x01,0xBB,0x01,0xD5, +0x39, 0, 19, 0xB1,0x01,0xF6,0x02,0x05,0x02,0x1B,0x02,0x36,0x02,0x63,0x02,0xA2,0x02,0xCE,0x02,0xFF,0x03,0x2A, +0x39, 0, 15, 0xB2,0x03,0x55,0x03,0x7C,0x03,0x9F,0x03,0xC7,0x03,0xE4,0x04,0x23,0x04,0x31, +0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x68,0x01,0x11,0x01,0x24,0x01,0x2F,0x01,0x3B,0x01,0x44,0x01,0x4D,0x01,0x5E, +0x39, 0, 19, 0xB4,0x01,0x72,0x01,0x7F,0x01,0x90,0x01,0xA3,0x01,0xC6,0x01,0xF7,0x02,0x15,0x02,0x3D,0x02,0x64, +0x39, 0, 15, 0xB5,0x02,0x8D,0x02,0xA9,0x02,0xD1,0x02,0xEE,0x03,0x0D,0x03,0x44,0x03,0x57, +0x39, 0, 19, 0xB6,0x00,0x00,0x00,0xEA,0x02,0x63,0x02,0x79,0x02,0x86,0x02,0x97,0x02,0xA3,0x02,0xAE,0x02,0xC2, +0x39, 0, 19, 0xB7,0x02,0xDA,0x02,0xEB,0x02,0xFF,0x03,0x19,0x03,0x42,0x03,0x7D,0x03,0xA7,0x03,0xD8,0x04,0x05, +0x39, 0, 15, 0xB8,0x04,0x36,0x04,0x5E,0x04,0x87,0x04,0xAE,0x04,0xD2,0x05,0x11,0x05,0x25, +0x39, 0, 2, 0xBF,0x01, +0x39, 0, 19, 0xB0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 19, 0xB1,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 15, 0xB2,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 19, 0xB4,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 15, 0xB5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 19, 0xB6,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 19, 0xB7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 15, 0xB8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0xBF,0x00, +0x39, 0, 19, 0xB0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 19, 0xB1,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 15, 0xB2,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 19, 0xB3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 19, 0xB4,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 15, 0xB5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 19, 0xB6,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 19, 0xB7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 15, 0xB8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, +0x39, 0, 2, 0xCE,0x01, +0x39, 0, 2, 0xCC,0x00, +0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x02, +0x39, 0, 25, 0xB9,0x00,0x04,0x00,0x0C,0x00,0x1C,0x00,0x2C,0x00,0x3C,0x00,0x4C,0x00,0x5C,0x00,0x7C,0x00,0x9C,0x00,0xBC,0x00,0xDC,0x00,0xFC, +0x39, 0, 25, 0xBA,0x01,0x3C,0x01,0x7C,0x01,0xBC,0x01,0xFC,0x02,0x3C,0x02,0x7C,0x02,0xBC,0x02,0xFC,0x03,0x3C,0x03,0x7C,0x03,0xFC,0x03,0xFF, +0x39, 0, 6, 0xF0,0x55,0xAA,0x52,0x08,0x00, +0x39, 0, 2, 0xC0,0x77, +0x39, 0, 5, 0x3B,0x00,0x10,0x00,0x10, +0x39, 0, 2, 0x90,0x00, +0x05, 0, 1, 0x2C, +//0x39, 0, 3, 0x51,0x03,0x00, +#endif + +#if 0 + 0x39,0,6,0xF0,0x55,0xAA,0x52,0x08,0x00, + 0x39,0,9,0xBA,0x01,0xB3,0x00,0x10,0x09,0x90,0x00,0x01, + 0x39,0,9,0xBB,0x01,0xB3,0x00,0x10,0x00,0x10,0x00,0x41, + 0x39,0,2,0x6F,0x10, + 0x39,0,8,0xBA,0x01,0xB3,0x00,0x10,0x00,0x10,0x00, + 0x39,0,3,0xB2,0x11,0x60, + 0x39,0,2,0x6F,0x0F, + 0x39,0,9,0xB2,0xA0,0x00,0x75,0x83,0x05,0x83,0x2F,0xFF, + 0x39,0,37,0xB3,0x00,0x00,0x00,0x01,0x00,0x01,0x00,0xEF,0x00,0xEF,0x01,0x90,0x01,0x90,0x03,0x04,0x03,0x04,0x05,0x83,0x05,0x83,0x05,0x84,0x05,0x84,0x08,0xB8,0x08,0xB8,0x0D,0xBB,0x0D,0xBB,0x0F,0xFF, + 0x39,0,2,0x6F,0x24, + 0x39,0,9,0xB3,0x01,0x55,0x07,0xFF,0x07,0xFF,0x0F,0xFF, + 0x39,0,39,0xB4,0x13,0x00,0x13,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x11,0x00,0x11,0x00,0x0D,0x20,0x0D,0x20,0x01,0x40,0x01,0x40,0x00,0xF0,0x00,0xF0,0x00,0xF0,0x00,0xF0,0x00,0xF0,0x00,0xF0,0x00,0x0A, + 0x39,0,2,0x6F,0x30, + 0x39,0,39,0xB4,0x09,0x80,0x09,0x80,0x09,0x00,0x09,0x00,0x09,0x00,0x09,0x00,0x08,0x80,0x08,0x80,0x06,0x90,0x06,0x90,0x00,0xA0,0x00,0xA0,0x00,0x78,0x00,0x78,0x00,0x78,0x00,0x78,0x00,0x78,0x00,0x78,0x00,0x0A, + 0x39,0,2,0x6F,0x26, + 0x39,0,11,0xB4,0x04,0xC0,0x04,0xC0,0x04,0xC0,0x04,0xC0,0x04,0xC0, + 0x39,0,3,0xB5,0x84,0x02, + 0x39,0,2,0x6F,0x06, + 0x39,0,16,0xB5,0x4B,0x1B,0x00,0x00,0x00,0x44,0x2D,0x00,0x00,0x00,0x1B,0x1B,0x1B,0x1B,0x1B, + 0x39,0,14,0xB7,0xDC,0xBA,0x98,0x87,0x65,0x43,0x21,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,2,0x6F,0x0D, + 0x39,0,7,0xB7,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,2,0x6F,0x13, + 0x39,0,13,0xB7,0x56,0x67,0x88,0xDE,0xEE,0xEF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF, + 0x39,0,2,0x6F,0x1F, + 0x39,0,25,0xB7,0x84,0x28,0xCC,0x70,0x14,0xB8,0xBB,0x03,0x4B,0x93,0xDB,0x23,0x6B,0xB3,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF, + 0x39,0,3,0xB9,0x00,0x96, + 0x39,0,3,0xBD,0x04,0xB0, + 0x39,0,5,0xBE,0x10,0x0E,0x13,0x14, + 0x39,0,4,0xC0,0x77,0xF3,0xC1, + 0x39,0,2,0x6F,0x09, + 0x39,0,3,0xC0,0x20,0x40, + 0x39,0,13,0xC1,0x00,0x80,0x00,0x59,0x00,0x59,0x00,0x59,0x00,0x59,0x00,0x59, + 0x39,0,2,0x6F,0x01, + 0x39,0,2,0xC3,0x7F, + 0x39,0,3,0xC5,0x13,0x00, + 0x39,0,2,0x6F,0x04, + 0x39,0,2,0xC6,0x11, + 0x39,0,2,0xC9,0x87, + 0x39,0,5,0xCA,0x11,0x00,0x82,0x64, + 0x39,0,2,0xCB,0x44, + 0x39,0,2,0x6F,0x02, + 0x39,0,3,0xE7,0x22,0x00, + 0x39,0,2,0x6F,0x02, + 0x39,0,3,0xEC,0x82,0x00, + 0x39,0,2,0x6F,0x2A, + 0x39,0,2,0xD9,0x43, + 0x39,0,6,0xF0,0x55,0xAA,0x52,0x08,0x01, + 0x39,0,3,0xB0,0x04,0x04, + 0x39,0,3,0xB1,0x03,0x03, + 0x39,0,5,0xB2,0x02,0x02,0x22,0x22, + 0x39,0,5,0xB3,0x13,0x12,0x33,0x33, + 0x39,0,5,0xB4,0x13,0x12,0x33,0x33, + 0x39,0,2,0x6F,0x06, + 0x39,0,5,0xB5,0x00,0xC0,0x00,0x88, + 0x39,0,2,0x6F,0x06, + 0x39,0,5,0xB6,0x00,0xC0,0x00,0xC0, + 0x39,0,9,0xB7,0x1E,0x17,0x17,0x1E,0x1E,0x1E,0x1E,0x1E, + 0x39,0,8,0xB8,0x41,0x41,0x41,0x41,0x41,0x41,0x41, + 0x39,0,13,0xB9,0x00,0x1A,0x00,0x00,0x00,0x1A,0x00,0x00,0x1A,0x00,0x00,0x1A, + 0x39,0,2,0x6F,0x12, + 0x39,0,4,0xB9,0x1A,0x1A,0x1A, + 0x39,0,6,0xBA,0x10,0x10,0x10,0x10,0x22, + 0x39,0,2,0xC7,0x88, + 0x39,0,3,0xCD,0x07,0x91, + 0x39,0,6,0xCE,0x00,0x00,0x01,0x00,0x03, + 0x39,0,2,0xCF,0x9C, + 0x39,0,5,0xD0,0x00,0x31,0x00,0x00, + 0x39,0,2,0x6F,0x08, + 0x39,0,2,0xD0,0x00, + 0x39,0,8,0xD2,0x00,0x40,0x11,0x41,0x25,0x00,0x07, + 0x39,0,2,0x6F,0x09, + 0x39,0,2,0xD2,0x00, + 0x39,0,6,0xF0,0x55,0xAA,0x52,0x08,0x02, + 0x39,0,2,0xBC,0x11, + 0x39,0,17,0xBD,0x96,0x00,0x69,0x00,0x00,0x96,0x00,0x69,0xBB,0x44,0x44,0xBB,0xEE,0x11,0x11,0xEE, + 0x39,0,5,0xC0,0x00,0x00,0x03,0x88, + 0x39,0,2,0xC1,0x02, + 0x39,0,5,0xC2,0x91,0x00,0x19,0x00, + 0x39,0,6,0xF0,0x55,0xAA,0x52,0x08,0x02, + 0x39,0,2,0xCC,0x30, + 0x39,0,6,0xF0,0x55,0xAA,0x52,0x08,0x02, + 0x39,0,2,0xBF,0x09, + 0x39,0,19,0xB0,0x00,0x00,0x01,0x32,0x01,0xB2,0x02,0x8B,0x03,0x52,0x03,0xCD,0x04,0x49,0x04,0xA9,0x05,0x4E, + 0x39,0,19,0xB1,0x05,0xCA,0x06,0x46,0x06,0xAE,0x07,0x0B,0x07,0xB6,0x08,0x50,0x08,0xDF,0x09,0x64,0x09,0xE6, + 0x39,0,15,0xB2,0x0A,0x68,0x0A,0xEA,0x0B,0x68,0x0B,0xEA,0x0C,0x73,0x0D,0xA0,0x0D,0xA1, + 0x39,0,19,0xB3,0x00,0x00,0x00,0x4C,0x00,0xC6,0x01,0x93,0x02,0x58,0x02,0xD7,0x03,0x56,0x03,0xB4,0x04,0x53, + 0x39,0,19,0xB4,0x04,0xC9,0x05,0x3F,0x05,0xA1,0x05,0xF8,0x06,0x97,0x07,0x25,0x07,0xA8,0x08,0x21,0x08,0x97, + 0x39,0,15,0xB5,0x09,0x07,0x09,0x76,0x09,0xE5,0x0A,0x56,0x0A,0xC8,0x0B,0xB2,0x0B,0xB7, + 0x39,0,19,0xB6,0x00,0x00,0x01,0xA8,0x02,0x3B,0x03,0x3A,0x04,0x1F,0x04,0xAC,0x05,0x36,0x05,0x9D,0x06,0x4D, + 0x39,0,19,0xB7,0x06,0xD4,0x07,0x5B,0x07,0xCB,0x08,0x30,0x08,0xEA,0x09,0x93,0x0A,0x31,0x0A,0xC5,0x0B,0x56, + 0x39,0,15,0xB8,0x0B,0xE7,0x0C,0x78,0x0D,0x14,0x0D,0xB4,0x0E,0x5B,0x0F,0xB2,0x0F,0xB3, + 0x39,0,2,0xBF,0x08, + 0x39,0,19,0xB0,0x00,0x00,0x01,0x70,0x01,0xB6,0x02,0x68,0x02,0xF7,0x03,0x7F,0x03,0xE5,0x04,0x4D,0x04,0xDE, + 0x39,0,19,0xB1,0x05,0x60,0x05,0xC7,0x06,0x2D,0x06,0x87,0x07,0x25,0x07,0xB5,0x08,0x3B,0x08,0xB6,0x09,0x24, + 0x39,0,15,0xB2,0x09,0x98,0x09,0xF9,0x0A,0x67,0x0A,0xCE,0x0B,0x33,0x0C,0x07,0x0C,0x0A, + 0x39,0,19,0xB3,0x00,0x00,0x00,0xD3,0x01,0x2E,0x01,0x92,0x02,0x0D,0x02,0x8D,0x02,0xF1,0x03,0x56,0x03,0xE7, + 0x39,0,19,0xB4,0x04,0x65,0x04,0xC6,0x05,0x27,0x05,0x7C,0x06,0x0F,0x06,0x93,0x07,0x0B,0x07,0x7C,0x07,0xE2, + 0x39,0,15,0xB5,0x08,0x47,0x08,0xA4,0x09,0x00,0x09,0x5C,0x09,0xB6,0x0A,0x6D,0x0A,0x70, + 0x39,0,19,0xB6,0x00,0x00,0x01,0xF2,0x02,0x4A,0x03,0x06,0x03,0xB1,0x04,0x50,0x04,0xC4,0x05,0x35,0x05,0xD6, + 0x39,0,19,0xB7,0x06,0x61,0x06,0xD1,0x07,0x40,0x07,0xA1,0x08,0x4C,0x08,0xE8,0x09,0x7A,0x0A,0x02,0x0A,0x7C, + 0x39,0,15,0xB8,0x0A,0xFD,0x0B,0x76,0x0B,0xF2,0x0C,0x61,0x0C,0xDC,0x0D,0xD7,0x0D,0xDC, + 0x39,0,2,0xBF,0x07, + 0x39,0,19,0xB0,0x00,0x00,0x01,0x79,0x01,0xAD,0x02,0x2D,0x02,0xAF,0x03,0x1F,0x03,0x8A,0x03,0xDD,0x04,0x74, + 0x39,0,19,0xB1,0x04,0xE9,0x05,0x52,0x05,0xA9,0x05,0xFC,0x06,0x92,0x07,0x12,0x07,0x89,0x07,0xF9,0x08,0x62, + 0x39,0,15,0xB2,0x08,0xC4,0x09,0x1D,0x09,0x7A,0x09,0xCF,0x0A,0x22,0x0A,0xCE,0x0A,0xD1, + 0x39,0,19,0xB3,0x00,0x00,0x00,0xF2,0x01,0x24,0x01,0x71,0x01,0xCE,0x02,0x33,0x02,0x98,0x02,0xE9,0x03,0x7D, + 0x39,0,19,0xB4,0x03,0xF1,0x04,0x58,0x04,0xA9,0x04,0xF8,0x05,0x86,0x05,0xFE,0x06,0x6B,0x06,0xD0,0x07,0x2F, + 0x39,0,15,0xB5,0x07,0x89,0x07,0xDC,0x08,0x2C,0x08,0x7B,0x08,0xC7,0x09,0x5B,0x09,0x5D, + 0x39,0,19,0xB6,0x00,0x00,0x01,0xF8,0x02,0x3C,0x02,0xC8,0x03,0x5A,0x03,0xE0,0x04,0x5C,0x04,0xBA,0x05,0x61, + 0x39,0,19,0xB7,0x05,0xE1,0x06,0x52,0x06,0xB0,0x07,0x0A,0x07,0xAD,0x08,0x38,0x08,0xB8,0x09,0x32,0x09,0xA5, + 0x39,0,15,0xB8,0x0A,0x12,0x0A,0x75,0x0A,0xDC,0x0B,0x41,0x0B,0xA5,0x0C,0x61,0x0C,0x65, + 0x39,0,2,0xBF,0x06, + 0x39,0,19,0xB0,0x00,0x00,0x01,0xBE,0x01,0xDC,0x02,0x2A,0x02,0x8E,0x02,0xF5,0x03,0x44,0x03,0x89,0x04,0x1F, + 0x39,0,19,0xB1,0x04,0x7E,0x04,0xDD,0x05,0x36,0x05,0x7F,0x06,0x13,0x06,0x95,0x06,0xF9,0x07,0x5F,0x07,0xBE, + 0x39,0,15,0xB2,0x08,0x15,0x08,0x66,0x08,0xB7,0x08,0xFF,0x09,0x4F,0x09,0xDC,0x09,0xE1, + 0x39,0,19,0xB3,0x00,0x00,0x01,0x32,0x01,0x63,0x01,0x89,0x01,0xC2,0x02,0x0F,0x02,0x55,0x02,0x97,0x03,0x24, + 0x39,0,19,0xB4,0x03,0x87,0x03,0xE5,0x04,0x3A,0x04,0x82,0x05,0x08,0x05,0x80,0x05,0xE0,0x06,0x3E,0x06,0x93, + 0x39,0,15,0xB5,0x06,0xE4,0x07,0x2F,0x07,0x78,0x07,0xBC,0x08,0x02,0x08,0x81,0x08,0x85, + 0x39,0,19,0xB6,0x00,0x00,0x02,0x39,0x02,0x68,0x02,0xC1,0x03,0x2E,0x03,0xA5,0x04,0x04,0x04,0x58,0x05,0x00, + 0x39,0,19,0xB7,0x05,0x6C,0x05,0xD7,0x06,0x37,0x06,0x88,0x07,0x26,0x07,0xB3,0x08,0x20,0x08,0x8E,0x08,0xF0, + 0x39,0,15,0xB8,0x09,0x4F,0x09,0xAA,0x0A,0x04,0x0A,0x55,0x0A,0xAB,0x0B,0x54,0x0B,0x5A, + 0x39,0,2,0xBF,0x05, + 0x39,0,19,0xB0,0x00,0x00,0x01,0x47,0x01,0x6E,0x01,0xD7,0x02,0x58,0x02,0xCD,0x03,0x2A,0x03,0x7B,0x04,0x16, + 0x39,0,19,0xB1,0x04,0x7E,0x04,0xEB,0x05,0x3A,0x05,0x84,0x06,0x14,0x06,0x95,0x06,0xF9,0x07,0x61,0x07,0xD2, + 0x39,0,15,0xB2,0x08,0x19,0x08,0x6E,0x08,0xC2,0x09,0x0D,0x09,0x55,0x09,0xEB,0x09,0xEC, + 0x39,0,19,0xB3,0x00,0x00,0x01,0x0B,0x01,0x26,0x01,0x56,0x01,0xA6,0x01,0xFB,0x02,0x45,0x02,0x8B,0x03,0x1B, + 0x39,0,19,0xB4,0x03,0x85,0x03,0xE5,0x04,0x3A,0x04,0x82,0x05,0x08,0x05,0x80,0x05,0xE0,0x06,0x3F,0x06,0x9D, + 0x39,0,15,0xB5,0x06,0xE6,0x07,0x33,0x07,0x7D,0x07,0xC3,0x08,0x05,0x08,0x88,0x08,0x8A, + 0x39,0,19,0xB6,0x00,0x00,0x02,0x0C,0x02,0x33,0x02,0x9F,0x03,0x2E,0x03,0xA5,0x04,0x04,0x04,0x58,0x05,0x00, + 0x39,0,19,0xB7,0x05,0x79,0x05,0xE7,0x06,0x46,0x06,0x96,0x07,0x2E,0x07,0xB3,0x08,0x20,0x08,0x90,0x09,0x04, + 0x39,0,15,0xB8,0x09,0x54,0x09,0xB2,0x0A,0x0F,0x0A,0x63,0x0A,0xB7,0x0B,0x64,0x0B,0x65, + 0x39,0,2,0xBF,0x04, + 0x39,0,19,0xB0,0x00,0x00,0x01,0x4B,0x01,0x7E,0x01,0xDB,0x02,0x63,0x02,0xD4,0x03,0x3D,0x03,0xA5,0x04,0x55, + 0x39,0,19,0xB1,0x04,0xE2,0x05,0x66,0x05,0xC9,0x06,0x1F,0x06,0xAE,0x07,0x1E,0x07,0x8E,0x08,0x10,0x08,0x6D, + 0x39,0,15,0xB2,0x08,0xD0,0x09,0x25,0x09,0x7A,0x09,0xCF,0x0A,0x24,0x0A,0xCF,0x0A,0xD0, + 0x39,0,19,0xB3,0x00,0x00,0x00,0xD2,0x00,0xF3,0x01,0x2C,0x01,0x7A,0x01,0xDB,0x02,0x34,0x02,0x7E,0x03,0x13, + 0x39,0,19,0xB4,0x03,0xA8,0x04,0x3D,0x04,0xA6,0x04,0xF9,0x05,0x82,0x05,0xF3,0x06,0x64,0x06,0xE1,0x07,0x39, + 0x39,0,15,0xB5,0x07,0x91,0x07,0xDA,0x08,0x23,0x08,0x6C,0x08,0xB5,0x09,0x3C,0x09,0x3D, + 0x39,0,19,0xB6,0x00,0x00,0x02,0x1B,0x02,0x5B,0x02,0xD1,0x03,0x72,0x04,0x08,0x04,0x84,0x04,0xDE,0x05,0x79, + 0x39,0,19,0xB7,0x05,0xFE,0x06,0x83,0x06,0xE8,0x07,0x41,0x07,0xD6,0x08,0x53,0x08,0xCF,0x09,0x5D,0x09,0xC6, + 0x39,0,15,0xB8,0x0A,0x2F,0x0A,0x8A,0x0A,0xE5,0x0B,0x40,0x0B,0xA1,0x0C,0x64,0x0C,0x66, + 0x39,0,2,0xBF,0x03, + 0x39,0,19,0xB0,0x00,0x00,0x01,0x4F,0x01,0x92,0x01,0xB6,0x02,0x34,0x02,0x91,0x03,0x0F,0x03,0x7C,0x04,0x7C, + 0x39,0,19,0xB1,0x05,0x2D,0x05,0xC5,0x06,0x0F,0x06,0x7F,0x07,0x13,0x07,0xA3,0x08,0x25,0x08,0x92,0x09,0x12, + 0x39,0,15,0xB2,0x09,0x74,0x09,0xDD,0x0A,0x32,0x0A,0x98,0x0A,0xF0,0x0B,0x9C,0x0B,0x9D, + 0x39,0,19,0xB3,0x00,0x00,0x00,0xC9,0x00,0xF6,0x01,0x1E,0x01,0x61,0x01,0x93,0x01,0xDE,0x02,0x2A,0x02,0xE3, + 0x39,0,19,0xB4,0x03,0xAF,0x04,0x69,0x04,0xBE,0x05,0x44,0x05,0xDA,0x06,0x69,0x06,0xE5,0x07,0x4C,0x07,0xB2, + 0x39,0,15,0xB5,0x08,0x0F,0x08,0x6C,0x08,0xBF,0x09,0x0B,0x09,0x53,0x09,0xE8,0x09,0xE9, + 0x39,0,19,0xB6,0x00,0x00,0x01,0xFA,0x02,0x63,0x02,0xED,0x03,0x92,0x04,0x14,0x04,0xA6,0x05,0x0D,0x05,0xE0, + 0x39,0,19,0xB7,0x06,0x7B,0x07,0x08,0x07,0x52,0x07,0xCD,0x08,0x60,0x08,0xF9,0x09,0x86,0x09,0xFD,0x0A,0x77, + 0x39,0,15,0xB8,0x0A,0xEA,0x0B,0x5D,0x0B,0xD0,0x0C,0x30,0x0C,0x97,0x0D,0x69,0x0D,0x6A, + 0x39,0,2,0xBF,0x02, + 0x39,0,19,0xB0,0x00,0x00,0x01,0x29,0x01,0x69,0x01,0xB4,0x02,0x38,0x02,0x8A,0x02,0xD6,0x03,0x62,0x04,0x7A, + 0x39,0,19,0xB1,0x05,0x33,0x05,0xBE,0x06,0x35,0x06,0x81,0x07,0x17,0x07,0xAD,0x08,0x45,0x08,0xB8,0x09,0x20, + 0x39,0,15,0xB2,0x09,0x88,0x09,0xE8,0x0A,0x48,0x0A,0xA4,0x0A,0xFC,0x0B,0xB6,0x0B,0xB8, + 0x39,0,19,0xB3,0x00,0x00,0x00,0xE6,0x00,0xFE,0x01,0x13,0x01,0x44,0x01,0x7B,0x01,0xAC,0x01,0xEF,0x02,0x8E, + 0x39,0,19,0xB4,0x03,0x55,0x04,0x1C,0x04,0xC0,0x05,0x1A,0x05,0xBF,0x06,0x5A,0x06,0xF6,0x07,0x61,0x07,0xC7, + 0x39,0,15,0xB5,0x08,0x27,0x08,0x7A,0x08,0xCD,0x09,0x1C,0x09,0x67,0x09,0xF5,0x09,0xF6, + 0x39,0,19,0xB6,0x00,0x00,0x02,0x40,0x02,0x94,0x03,0x06,0x03,0xB1,0x04,0x5C,0x04,0xCE,0x05,0x34,0x06,0x00, + 0x39,0,19,0xB7,0x06,0x9B,0x07,0x1B,0x07,0x8D,0x07,0xDA,0x08,0x75,0x09,0x10,0x09,0xAD,0x0A,0x25,0x0A,0x9D, + 0x39,0,15,0xB8,0x0B,0x15,0x0B,0x85,0x0B,0xF5,0x0C,0x61,0x0C,0xC9,0x0D,0x91,0x0D,0x92, + 0x39,0,2,0xBF,0x01, + 0x39,0,19,0xB0,0x00,0x00,0x00,0x52,0x01,0x25,0x01,0x47,0x01,0x69,0x01,0x7E,0x01,0x93,0x01,0xA8,0x01,0xE7, + 0x39,0,19,0xB1,0x02,0x1A,0x02,0x51,0x02,0x83,0x02,0xB7,0x03,0x38,0x03,0xD2,0x04,0x68,0x04,0xC4,0x05,0x23, + 0x39,0,15,0xB2,0x05,0x6F,0x05,0xB7,0x05,0xEE,0x06,0x2C,0x06,0x62,0x06,0xC6,0x06,0xC8, + 0x39,0,19,0xB3,0x00,0x00,0x00,0x3F,0x00,0xD4,0x00,0xF1,0x00,0xFD,0x01,0x04,0x01,0x0A,0x01,0x10,0x01,0x26, + 0x39,0,19,0xB4,0x01,0x39,0x01,0x50,0x01,0x73,0x01,0x98,0x01,0xDB,0x02,0x2A,0x02,0x81,0x02,0xD2,0x03,0x42, + 0x39,0,15,0xB5,0x03,0xB5,0x04,0x1B,0x04,0x6A,0x04,0xB6,0x04,0xF8,0x05,0x66,0x05,0x68, + 0x39,0,19,0xB6,0x00,0x00,0x00,0x9F,0x02,0x0C,0x02,0x67,0x02,0x94,0x02,0xB4,0x02,0xD4,0x02,0xF3,0x03,0x45, + 0x39,0,19,0xB7,0x03,0x86,0x03,0xDE,0x04,0x3E,0x04,0xA0,0x05,0x15,0x05,0x86,0x05,0xF1,0x06,0x3B,0x06,0x8F, + 0x39,0,15,0xB8,0x06,0xD5,0x07,0x15,0x07,0x4C,0x07,0x85,0x07,0xBB,0x08,0x21,0x08,0x23, + 0x39,0,2,0xBF,0x00, + 0x39,0,19,0xB0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,19,0xB1,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,15,0xB2,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,19,0xB3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,19,0xB4,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,15,0xB5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,19,0xB6,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,19,0xB7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,15,0xB8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,2,0xCE,0x01, + 0x39,0,2,0xCC,0x00, + 0x39,0,6,0xF0,0x55,0xAA,0x52,0x08,0x00, + 0x39,0,33,0xB3,0x00,0x00,0x00,0x01,0x00,0x01,0x00,0xEF,0x00,0xEF,0x01,0x90,0x01,0x90,0x03,0x04,0x03,0x04,0x05,0x83,0x05,0x83,0x05,0x84,0x05,0x84,0x08,0xB8,0x08,0xB8,0x0D,0xBB, + 0x39,0,2,0x6F,0x20, + 0x39,0,5,0xB3,0x0D,0xBB,0x0F,0xFF, + 0x39,0,33,0xB4,0x13,0x00,0x13,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x11,0x00,0x11,0x00,0x0D,0x20,0x0D,0x20,0x01,0x40,0x01,0x40,0x00,0x96,0x00,0x96,0x00,0x96,0x00,0x96, + 0x39,0,2,0x6F,0x20, + 0x39,0,7,0xB4,0x00,0x96,0x00,0x96,0x00,0x0A, + 0x39,0,6,0xF0,0x55,0xAA,0x52,0x08,0x02, + 0x39,0,25,0xB9,0x00,0x04,0x00,0x0C,0x00,0x1C,0x00,0x2C,0x00,0x3C,0x00,0x4C,0x00,0x5C,0x00,0x7C,0x00,0x9C,0x00,0xBC,0x00,0xDC,0x00,0xFC, + 0x39,0,25,0xBA,0x01,0x3C,0x01,0x7C,0x01,0xBC,0x01,0xFC,0x02,0x3C,0x02,0x7C,0x02,0xBC,0x02,0xFC,0x03,0x3C,0x03,0x7C,0x03,0xFC,0x03,0xFF, + 0x39,0,6,0xF0,0x55,0xAA,0x52,0x08,0x03, + 0x39,0,6,0xB2,0x00,0x15,0x15,0x06,0x01, + 0x39,0,2,0x6F,0x08, + 0x39,0,4,0xB2,0x00,0x15,0x15, + 0x39,0,2,0x6F,0x15, + 0x39,0,3,0xB2,0x06,0x01, + 0x39,0,2,0x6F,0x0E, + 0x39,0,6,0xB2,0x00,0x15,0x15,0x06,0x01, + 0x39,0,4,0xB6,0x30,0x15,0x00, + 0x39,0,2,0x6F,0x06, + 0x39,0,4,0xB6,0x00,0x15,0x00, + 0x39,0,2,0x6F,0x0C, + 0x39,0,4,0xB6,0x00,0x15,0x00, + 0x39,0,2,0x6F,0x10, + 0x39,0,3,0xB6,0x00,0x08, + 0x39,0,2,0x6F,0x26, + 0x39,0,3,0xB6,0x00,0x08, + 0x39,0,5,0xBB,0x11,0x00,0x13,0x53, + 0x39,0,2,0x6F,0x07, + 0x39,0,4,0xBB,0x00,0x13,0x53, + 0x39,0,2,0x6F,0x0D, + 0x39,0,4,0xBB,0x00,0x13,0x53, + 0x39,0,5,0xBC,0x22,0x10,0x13,0x44, + 0x39,0,2,0x6F,0x07, + 0x39,0,4,0xBC,0x00,0x13,0x44, + 0x39,0,2,0x6F,0x0D, + 0x39,0,4,0xBC,0x00,0x13,0x44, + 0x39,0,6,0xF0,0x55,0xAA,0x52,0x08,0x05, + 0x39,0,4,0xB0,0x03,0x21,0x00, + 0x39,0,3,0xB3,0x82,0x80, + 0x39,0,6,0xB5,0x86,0x81,0x00,0x00,0x00, + 0x39,0,5,0xB7,0x05,0x00,0x00,0x81, + 0x39,0,5,0xB8,0x06,0x00,0x00,0x81, + 0x39,0,3,0xC7,0x0B,0x03, + 0x39,0,2,0xC9,0x11, + 0x39,0,2,0xCA,0x11, + 0x39,0,8,0xCB,0x11,0x11,0x11,0x11,0x11,0x11,0x11, + 0x39,0,3,0xD8,0x11,0x11, + 0x39,0,4,0xD0,0x00,0x02,0x10, + 0x39,0,4,0xD1,0x00,0x02,0x10, + 0x39,0,5,0xE0,0x02,0x00,0x00,0x00, + 0x39,0,5,0xE1,0x02,0x00,0x00,0x00, + 0x39,0,6,0xF0,0x55,0xAA,0x52,0x08,0x06, + 0x39,0,6,0xB0,0x34,0x31,0x34,0x12,0x12, + 0x39,0,6,0xB1,0x13,0x13,0x04,0x04,0x0E, + 0x39,0,6,0xB2,0x0E,0x0F,0x0F,0x00,0x00, + 0x39,0,2,0xB3,0x34, + 0x39,0,6,0xB6,0x34,0x31,0x34,0x12,0x12, + 0x39,0,6,0xB7,0x13,0x13,0x04,0x04,0x0E, + 0x39,0,6,0xB8,0x0E,0x0F,0x0F,0x00,0x00, + 0x39,0,2,0xB9,0x34, + 0x39,0,2,0xD0,0x01, + 0x39,0,6,0xF0,0x55,0xAA,0x52,0x08,0x07, + 0x39,0,6,0xB0,0x8C,0xC0,0x78,0x70,0x00, + 0x39,0,7,0xB1,0x1C,0x0C,0x1C,0x0C,0x1C,0x00, + 0x39,0,10,0xB2,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, + 0x39,0,2,0x6F,0x36, + 0x39,0,19,0xB2,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, + 0x39,0,2,0x6F,0x09, + 0x39,0,10,0xB2,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, + 0x39,0,2,0x6F,0x48, + 0x39,0,19,0xB2,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, + 0x39,0,2,0x6F,0x12, + 0x39,0,10,0xB2,0xF0,0xF0,0xF0,0xF0,0xF0,0xF0,0xF0,0xF0,0xF0, + 0x39,0,2,0x6F,0x5A, + 0x39,0,19,0xB2,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x9B,0x9B,0x9B,0x9B,0x9B,0x9B,0x9B,0x9B,0x9B, + 0x39,0,2,0x6F,0x1B, + 0x39,0,10,0xB2,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, + 0x39,0,2,0x6F,0x6C, + 0x39,0,19,0xB2,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, + 0x39,0,2,0x6F,0x24, + 0x39,0,10,0xB2,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, + 0x39,0,2,0x6F,0x7E, + 0x39,0,19,0xB2,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, + 0x39,0,2,0x6F,0x2D, + 0x39,0,10,0xB2,0xCC,0xCC,0xCC,0xCC,0xCC,0xCC,0xCC,0xCC,0xCC, + 0x39,0,2,0x6F,0x90, + 0x39,0,19,0xB2,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A, + 0x39,0,3,0xC0,0x01,0x01, + 0x39,0,2,0x6F,0x00, + 0x39,0,22,0xC1,0x20,0x0F,0x1C,0x39,0x17,0xC4,0xCC,0x34,0x3F,0xEE,0xCD,0x44,0x3F,0xF0,0x37,0xD8,0x80,0x02,0x9E,0xBA,0xA4, + 0x39,0,2,0x6F,0x15, + 0x39,0,16,0xC1,0x00,0x00,0x00,0x00,0x4E,0x55,0x33,0x30,0x19,0xE6,0x0F,0xAB,0xB2,0x00,0x00, + 0x39,0,2,0x6F,0x24, + 0x39,0,8,0xC1,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,2,0x6F,0x00, + 0x39,0,22,0xC2,0x26,0x00,0x1C,0xE4,0x19,0x00,0x35,0xC0,0x00,0x00,0x00,0x00,0x3F,0xDE,0x68,0x00,0x80,0x00,0x00,0x00,0x00, + 0x39,0,2,0x6F,0x15, + 0x39,0,16,0xC2,0x03,0xE7,0x00,0x04,0x37,0x56,0x33,0x30,0x00,0x00,0x03,0x56,0xB0,0x00,0x00, + 0x39,0,2,0x6F,0x24, + 0x39,0,8,0xC2,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,2,0x6F,0x00, + 0x39,0,22,0xC3,0x2C,0x00,0x12,0x10,0x15,0x64,0x27,0x50,0x3F,0xE8,0xFF,0x40,0x40,0x00,0xFC,0x60,0x80,0x00,0x00,0x00,0x00, + 0x39,0,2,0x6F,0x15, + 0x39,0,16,0xC3,0x90,0x00,0x17,0x90,0x50,0x5F,0x33,0x20,0x00,0x00,0x0C,0xB8,0x50,0x00,0x00, + 0x39,0,2,0x6F,0x24, + 0x39,0,8,0xC3,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,2,0x6F,0x00, + 0x39,0,22,0xC4,0x2A,0x0F,0x15,0xF9,0x17,0xC4,0xD2,0x4C,0x00,0x0E,0xD8,0x94,0x40,0x0E,0xA7,0x44,0xFF,0xF9,0x37,0x00,0xC0, + 0x39,0,2,0x6F,0x15, + 0x39,0,16,0xC4,0x93,0xE7,0x10,0x94,0x37,0x5F,0x33,0x9F,0xE7,0x50,0x00,0x4F,0x50,0x00,0x00, + 0x39,0,2,0x6F,0x24, + 0x39,0,8,0xC4,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,2,0x6F,0x00, + 0x39,0,22,0xC5,0x27,0x00,0x03,0x84,0x03,0x84,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0xFF,0x2D,0x10,0x00,0x00,0x00,0x00,0x00, + 0x39,0,2,0x6F,0x15, + 0x39,0,16,0xC5,0x02,0x1C,0x14,0x02,0x3A,0x32,0x33,0x80,0x00,0x00,0x03,0x1E,0xE2,0x00,0x00, + 0x39,0,2,0x6F,0x24, + 0x39,0,8,0xC5,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,2,0x6F,0x00, + 0x39,0,22,0xC6,0x21,0x00,0x03,0x84,0x03,0x84,0x00,0x00,0x3F,0xFF,0x2D,0x10,0x3F,0xFF,0x2D,0x10,0x00,0x00,0x0C,0x5C,0x10, + 0x39,0,2,0x6F,0x15, + 0x39,0,16,0xC6,0x01,0xFD,0x14,0x02,0x1B,0x32,0x33,0x80,0x03,0x84,0x0F,0xE2,0xE2,0x00,0x00, + 0x39,0,2,0x6F,0x24, + 0x39,0,8,0xC6,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,2,0x6F,0x00, + 0x39,0,22,0xC7,0x2D,0x00,0x03,0x84,0x03,0x84,0x00,0x00,0x3F,0xFF,0x2D,0x10,0x00,0x00,0x00,0x00,0x80,0x00,0x00,0x00,0x00, + 0x39,0,2,0x6F,0x15, + 0x39,0,16,0xC7,0x01,0xFD,0x33,0x02,0x1B,0x51,0x33,0x50,0x00,0x00,0x0C,0xE2,0x1E,0x00,0x00, + 0x39,0,2,0x6F,0x24, + 0x39,0,8,0xC7,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,2,0x6F,0x00, + 0x39,0,22,0xC8,0x2B,0x00,0x03,0x84,0x03,0x84,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xF3,0xA3,0xF0, + 0x39,0,2,0x6F,0x15, + 0x39,0,16,0xC8,0x02,0x1C,0x33,0x02,0x3A,0x51,0x33,0x5F,0xFC,0x7C,0x00,0x1E,0x1E,0x00,0x00, + 0x39,0,2,0x6F,0x24, + 0x39,0,8,0xC8,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,2,0xB4,0x00, + 0x39,0,5,0xFF,0xAA,0x55,0xA5,0x80, + 0x39,0,2,0x6F,0x61, + 0x39,0,2,0xF3,0x80, + 0x39,0,2,0x6F,0x1D, + 0x39,0,2,0xF2,0x05, + 0x39,0,2,0x03,0x00, + 0x39,0,2,0x90,0x02, + 0x39,0,19,0x91,0x89,0x28,0x00,0x14,0xC2,0x00,0x03,0x1C,0x02,0x8C,0x00,0x0F,0x05,0x0E,0x02,0x8B,0x10,0xF0, + 0x05,0,1,0x2C, + 0x39,0,2,0x2F,0x01, + 0x39,0,2,0x26,0x01, + 0x39,0,5,0x51,0x0D,0xBB,0x0F,0xFE, + 0x39,0,2,0x53,0x20, + 0x39,0,2,0x35,0x00, + 0x39,0,5,0x2A,0x00,0x00,0x04,0x37, + 0x39,0,5,0x2B,0x00,0x00,0x09,0x5F, + 0x39,0,5,0x3B,0x00,0x10,0x00,0x10, + 0x39,0,6,0xF0,0x55,0xAA,0x52,0x08,0x00, + 0x39,0,2,0xC0,0x65, +#endif + +#ifdef USE_PARAS_20220629 + 0x39,0,6,0xF0,0x55,0xAA,0x52,0x08,0x00, + 0x39,0,9,0xBA,0x01,0xB3,0x00,0x10,0x09,0x90,0x00,0x01, + 0x39,0,9,0xBB,0x01,0xB3,0x00,0x10,0x00,0x10,0x00,0x41, + 0x39,0,2,0x6F,0x10, + 0x39,0,8,0xBA,0x01,0xB3,0x00,0x10,0x00,0x10,0x00, + 0x39,0,3,0xB2,0x11,0x60, + 0x39,0,2,0x6F,0x0F, + 0x39,0,9,0xB2,0xA0,0x00,0x75,0x83,0x05,0x83,0x2F,0xFF, + 0x39,0,37,0xB3,0x00,0x00,0x01,0x00,0x01,0x00,0xEF,0x00,0xEF,0x01,0x90,0x01,0x90,0x03,0x04,0x03,0x04,0x05,0x83,0x05,0x83,0x05,0x84,0x05,0x84,0x08,0xB8,0x08,0xB8,0x0D,0xBB,0x0D,0xBB,0x0F,0xFF, + 0x39,0,2,0x6F,0x24, + 0x39,0,9,0xB3,0x01,0x55,0x07,0xFF,0x07,0xFF,0x0F,0xFF, + 0x39,0,39,0xB4,0x13,0x00,0x13,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x11,0x00,0x11,0x00,0x0D,0x20,0x0D,0x20,0x01,0x40,0x01,0x40,0x00,0xF0,0x00,0xF0,0x00,0xF0,0x00,0xF0,0x00,0xF0,0x00,0xF0,0x00,0x0A, + 0x39,0,2,0x6F,0x30, + 0x39,0,39,0xB4,0x09,0x80,0x09,0x80,0x09,0x00,0x09,0x00,0x09,0x00,0x09,0x00,0x08,0x80,0x08,0x80,0x06,0x90,0x06,0x90,0x00,0xA0,0x00,0xA0,0x00,0x78,0x00,0x78,0x00,0x78,0x00,0x78,0x00,0x78,0x00,0x78,0x00,0x0A, + 0x39,0,2,0x6F,0x26, + 0x39,0,11,0xB4,0x04,0xC0,0x04,0xC0,0x04,0xC0,0x04,0xC0,0x04,0xC0, + //PMIC Setting + ///PMIC + 0x39,0,3,0xB5,0x84,0x02, + 0x39,0,2,0x6F,0x06, + 0x39,0,16,0xB5,0x4B,0x1B,0x00,0x00,0x00,0x44,0x2D,0x00,0x00,0x00,0x1B,0x1B,0x1B,0x1B,0x1B, + 0x39,0,14,0xB7,0xDC,0xBA,0x98,0x87,0x65,0x43,0x21,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,2,0x6F,0x0D, + 0x39,0,7,0xB7,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,2,0x6F,0x13, + 0x39,0,13,0xB7,0x56,0x67,0x88,0xDE,0xEE,0xEF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF, + 0x39,0,2,0x6F,0x1F, + 0x39,0,25,0xB7,0x84,0x28,0xCC,0x70,0x14,0xB8,0xBB,0x03,0x4B,0x93,0xDB,0x23,0x6B,0xB3,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF, + 0x39,0,3,0xB9,0x00,0x96, + 0x39,0,3,0xBD,0x04,0xB0, + 0x39,0,5,0xBE,0x10,0x0E,0x13,0x14, + 0x39,0,4,0xC0,0x77,0xF3,0xC1, + 0x39,0,2,0x6F,0x09, + 0x39,0,3,0xC0,0x20,0x40, + 0x39,0,13,0xC1,0x00,0x80,0x00,0x59,0x00,0x59,0x00,0x59,0x00,0x59,0x00,0x59, + 0x39,0,2,0x6F,0x01, + 0x39,0,2,0xC3,0x7F, + 0x39,0,3,0xC5,0x13,0x00, + 0x39,0,2,0x6F,0x04, + 0x39,0,2,0xC6,0x11, + 0x39,0,2,0xC9,0x87, + 0x39,0,5,0xCA,0x11,0x00,0x82,0x64, + 0x39,0,2,0xCB,0x44, + 0x39,0,2,0x6F,0x02, + 0x39,0,3,0xE7,0x22,0x00, + 0x39,0,2,0x6F,0x02, + 0x39,0,3,0xEC,0x82,0x00, + 0x39,0,2,0x6F,0x2A, + 0x39,0,2,0xD9,0x43, + //----------------------- Page 1 ------------------------ + 0x39,0,6,0xF0,0x55,0xAA,0x52,0x08,0x01, + 0x39,0,3,0xB0,0x04,0x04, + 0x39,0,3,0xB1,0x03,0x03, + 0x39,0,5,0xB2,0x02,0x02,0x22,0x22, + 0x39,0,5,0xB3,0x13,0x12,0x33,0x33, + 0x39,0,5,0xB4,0x13,0x12,0x33,0x33, + 0x39,0,2,0x6F,0x06, + 0x39,0,5,0xB5,0x00,0xC0,0x00,0x88, + 0x39,0,2,0x6F,0x06, + 0x39,0,5,0xB6,0x00,0xC0,0x00,0xC0, + 0x39,0,9,0xB7,0x1E,0x17,0x17,0x1E,0x1E,0x1E,0x1E,0x1E, + 0x39,0,8,0xB8,0x41,0x41,0x41,0x41,0x41,0x41,0x41, + 0x39,0,13,0xB9,0x00,0x1A,0x00,0x00,0x00,0x1A,0x00,0x00,0x1A,0x00,0x00,0x1A, + 0x39,0,2,0x6F,0x12, + 0x39,0,4,0xB9,0x1A,0x1A,0x1A, + 0x39,0,6,0xBA,0x10,0x10,0x10,0x10,0x22, + 0x39,0,2,0xC7,0x88, + 0x39,0,3,0xCD,0x07,0x91, + 0x39,0,6,0xCE,0x00,0x00,0x01,0x00,0x03, + 0x39,0,2,0xCF,0x9C, + 0x39,0,5,0xD0,0x00,0x31,0x00,0x00, + 0x39,0,2,0x6F,0x08, + 0x39,0,2,0xD0,0x00, + 0x39,0,8,0xD2,0x00,0x40,0x11,0x41,0x25,0x00,0x07, + 0x39,0,2,0x6F,0x09, + 0x39,0,2,0xD2,0x00, + //----------------------- Page 2 ------------------------ + 0x39,0,6,0xF0,0x55,0xAA,0x52,0x08,0x02, + 0x39,0,2,0xBC,0x11, + 0x39,0,17,0xBD,0x96,0x00,0x69,0x00,0x00,0x96,0x00,0x69,0xBB,0x44,0x44,0xBB,0xEE,0x11,0x11,0xEE, + 0x39,0,5,0xC0,0x00,0x00,0x03,0x88, + 0x39,0,2,0xC1,0x02, + 0x39,0,5,0xC2,0x91,0x00,0x19,0x00, + + //By Gamma Update + 0x39,0,6,0xF0,0x55,0xAA,0x52,0x08,0x02, + 0x39,0,2,0xCC,0x30, + + //CMD2_Page2 + 0x39,0,6,0xF0,0x55,0xAA,0x52,0x08,0x02, + + 0x39,0,2,0xBF,0x09, + //R+ + 0x39,0,19,0xB0,0x00,0x00,0x01,0x32,0x01,0xB2,0x02,0x8B,0x03,0x52,0x03,0xCD,0x04,0x49,0x04,0xA9,0x05,0x4E, + 0x39,0,19,0xB1,0x05,0xCA,0x06,0x46,0x06,0xAE,0x07,0x0B,0x07,0xB6,0x08,0x50,0x08,0xDF,0x09,0x64,0x09,0xE6, + 0x39,0,15,0xB2,0x0A,0x68,0x0A,0xEA,0x0B,0x68,0x0B,0xEA,0x0C,0x73,0x0D,0xA0,0x0D,0xA1, + //G+ + 0x39,0,19,0xB3,0x00,0x00,0x00,0x4C,0x00,0xC6,0x01,0x93,0x02,0x58,0x02,0xD7,0x03,0x56,0x03,0xB4,0x04,0x53, + 0x39,0,19,0xB4,0x04,0xC9,0x05,0x3F,0x05,0xA1,0x05,0xF8,0x06,0x97,0x07,0x25,0x07,0xA8,0x08,0x21,0x08,0x97, + 0x39,0,19,0xB5,0x09,0x07,0x09,0x76,0x09,0xE5,0x0A,0x56,0x0A,0xC8,0x0B,0xB2,0x0B,0xB7, + //B+ + 0x39,0,19,0xB6,0x00,0x00,0x01,0xA8,0x02,0x3B,0x03,0x3A,0x04,0x1F,0x04,0xAC,0x05,0x36,0x05,0x9D,0x06,0x4D, + 0x39,0,19,0xB7,0x06,0xD4,0x07,0x5B,0x07,0xCB,0x08,0x30,0x08,0xEA,0x09,0x93,0x0A,0x31,0x0A,0xC5,0x0B,0x56, + 0x39,0,15,0xB8,0x0B,0xE7,0x0C,0x78,0x0D,0x14,0x0D,0xB4,0x0E,0x5B,0x0F,0xB2,0x0F,0xB3, + + 0x39,0,2,0xBF,0x08, + //R+ + 0x39,0,19,0xB0,0x00,0x00,0x01,0x70,0x01,0xB6,0x02,0x68,0x02,0xF7,0x03,0x7F,0x03,0xE5,0x04,0x4D,0x04,0xDE, + 0x39,0,19,0xB1,0x05,0x60,0x05,0xC7,0x06,0x2D,0x06,0x87,0x07,0x25,0x07,0xB5,0x08,0x3B,0x08,0xB6,0x09,0x24, + 0x39,0,15,0xB2,0x09,0x98,0x09,0xF9,0x0A,0x67,0x0A,0xCE,0x0B,0x33,0x0C,0x07,0x0C,0x0A, + //G+ + 0x39,0,19,0xB3,0x00,0x00,0x00,0xD3,0x01,0x2E,0x01,0x92,0x02,0x0D,0x02,0x8D,0x02,0xF1,0x03,0x56,0x03,0xE7, + 0x39,0,19,0xB4,0x04,0x65,0x04,0xC6,0x05,0x27,0x05,0x7C,0x06,0x0F,0x06,0x93,0x07,0x0B,0x07,0x7C,0x07,0xE2, + 0x39,0,15,0xB5,0x08,0x47,0x08,0xA4,0x09,0x00,0x09,0x5C,0x09,0xB6,0x0A,0x6D,0x0A,0x70, + //B+ + 0x39,0,19,0xB6,0x00,0x00,0x01,0xF2,0x02,0x4A,0x03,0x06,0x03,0xB1,0x04,0x50,0x04,0xC4,0x05,0x35,0x05,0xD6, + 0x39,0,19,0xB7,0x06,0x61,0x06,0xD1,0x07,0x40,0x07,0xA1,0x08,0x4C,0x08,0xE8,0x09,0x7A,0x0A,0x02,0x0A,0x7C, + 0x39,0,15,0xB8,0x0A,0xFD,0x0B,0x76,0x0B,0xF2,0x0C,0x61,0x0C,0xDC,0x0D,0xD7,0x0D,0xDC, + + 0x39,0,2,0xBF,0x07, + //R+ + 0x39,0,19,0xB0,0x00,0x00,0x01,0x79,0x01,0xAD,0x02,0x2D,0x02,0xAF,0x03,0x1F,0x03,0x8A,0x03,0xDD,0x04,0x74, + 0x39,0,19,0xB1,0x04,0xE9,0x05,0x52,0x05,0xA9,0x05,0xFC,0x06,0x92,0x07,0x12,0x07,0x89,0x07,0xF9,0x08,0x62, + 0x39,0,15,0xB2,0x08,0xC4,0x09,0x1D,0x09,0x7A,0x09,0xCF,0x0A,0x22,0x0A,0xCE,0x0A,0xD1, + //G+ + 0x39,0,19,0xB3,0x00,0x00,0x00,0xF2,0x01,0x24,0x01,0x71,0x01,0xCE,0x02,0x33,0x02,0x98,0x02,0xE9,0x03,0x7D, + 0x39,0,19,0xB4,0x03,0xF1,0x04,0x58,0x04,0xA9,0x04,0xF8,0x05,0x86,0x05,0xFE,0x06,0x6B,0x06,0xD0,0x07,0x2F, + 0x39,0,15,0xB5,0x07,0x89,0x07,0xDC,0x08,0x2C,0x08,0x7B,0x08,0xC7,0x09,0x5B,0x09,0x5D, + //B+ + 0x39,0,19,0xB6,0x00,0x00,0x01,0xF8,0x02,0x3C,0x02,0xC8,0x03,0x5A,0x03,0xE0,0x04,0x5C,0x04,0xBA,0x05,0x61, + 0x39,0,19,0xB7,0x05,0xE1,0x06,0x52,0x06,0xB0,0x07,0x0A,0x07,0xAD,0x08,0x38,0x08,0xB8,0x09,0x32,0x09,0xA5, + 0x39,0,15,0xB8,0x0A,0x12,0x0A,0x75,0x0A,0xDC,0x0B,0x41,0x0B,0xA5,0x0C,0x61,0x0C,0x65, + + 0x39,0,2,0xBF,0x06, + //R+ + 0x39,0,19,0xB0,0x00,0x00,0x01,0xBE,0x01,0xDC,0x02,0x2A,0x02,0x8E,0x02,0xF5,0x03,0x44,0x03,0x89,0x04,0x1F, + 0x39,0,19,0xB1,0x04,0x7E,0x04,0xDD,0x05,0x36,0x05,0x7F,0x06,0x13,0x06,0x95,0x06,0xF9,0x07,0x5F,0x07,0xBE, + 0x39,0,15,0xB2,0x08,0x15,0x08,0x66,0x08,0xB7,0x08,0xFF,0x09,0x4F,0x09,0xDC,0x09,0xE1, + //G+ + 0x39,0,19,0xB3,0x00,0x00,0x01,0x32,0x01,0x63,0x01,0x89,0x01,0xC2,0x02,0x0F,0x02,0x55,0x02,0x97,0x03,0x24, + 0x39,0,19,0xB4,0x03,0x87,0x03,0xE5,0x04,0x3A,0x04,0x82,0x05,0x08,0x05,0x80,0x05,0xE0,0x06,0x3E,0x06,0x93, + 0x39,0,15,0xB5,0x06,0xE4,0x07,0x2F,0x07,0x78,0x07,0xBC,0x08,0x02,0x08,0x81,0x08,0x85, + //B+ + 0x39,0,19,0xB6,0x00,0x00,0x02,0x39,0x02,0x68,0x02,0xC1,0x03,0x2E,0x03,0xA5,0x04,0x04,0x04,0x58,0x05,0x00, + 0x39,0,19,0xB7,0x05,0x6C,0x05,0xD7,0x06,0x37,0x06,0x88,0x07,0x26,0x07,0xB3,0x08,0x20,0x08,0x8E,0x08,0xF0, + 0x39,0,15,0xB8,0x09,0x4F,0x09,0xAA,0x0A,0x04,0x0A,0x55,0x0A,0xAB,0x0B,0x54,0x0B,0x5A, + + 0x39,0,2,0xBF,0x05, + //R+ + 0x39,0,19,0xB0,0x00,0x00,0x01,0x47,0x01,0x6E,0x01,0xD7,0x02,0x58,0x02,0xCD,0x03,0x2A,0x03,0x7B,0x04,0x16, + 0x39,0,19,0xB1,0x04,0x7E,0x04,0xEB,0x05,0x3A,0x05,0x84,0x06,0x14,0x06,0x95,0x06,0xF9,0x07,0x61,0x07,0xD2, + 0x39,0,15,0xB2,0x08,0x19,0x08,0x6E,0x08,0xC2,0x09,0x0D,0x09,0x55,0x09,0xEB,0x09,0xEC, + //G+ + 0x39,0,19,0xB3,0x00,0x00,0x01,0x0B,0x01,0x26,0x01,0x56,0x01,0xA6,0x01,0xFB,0x02,0x45,0x02,0x8B,0x03,0x1B, + 0x39,0,19,0xB4,0x03,0x85,0x03,0xE5,0x04,0x3A,0x04,0x82,0x05,0x08,0x05,0x80,0x05,0xE0,0x06,0x3F,0x06,0x9D, + 0x39,0,15,0xB5,0x06,0xE6,0x07,0x33,0x07,0x7D,0x07,0xC3,0x08,0x05,0x08,0x88,0x08,0x8A, + //B+ + 0x39,0,19,0xB6,0x00,0x00,0x02,0x0C,0x02,0x33,0x02,0x9F,0x03,0x2E,0x03,0xA5,0x04,0x04,0x04,0x58,0x05,0x00, + 0x39,0,19,0xB7,0x05,0x79,0x05,0xE7,0x06,0x46,0x06,0x96,0x07,0x2E,0x07,0xB3,0x08,0x20,0x08,0x90,0x09,0x04, + 0x39,0,15,0xB8,0x09,0x54,0x09,0xB2,0x0A,0x0F,0x0A,0x63,0x0A,0xB7,0x0B,0x64,0x0B,0x65, + + 0x39,0,2,0xBF,0x04, + //R+ + 0x39,0,19,0xB0,0x00,0x00,0x01,0x4B,0x01,0x7E,0x01,0xDB,0x02,0x63,0x02,0xD4,0x03,0x3D,0x03,0xA5,0x04,0x55, + 0x39,0,19,0xB1,0x04,0xE2,0x05,0x66,0x05,0xC9,0x06,0x1F,0x06,0xAE,0x07,0x1E,0x07,0x8E,0x08,0x10,0x08,0x6D, + 0x39,0,15,0xB2,0x08,0xD0,0x09,0x25,0x09,0x7A,0x09,0xCF,0x0A,0x24,0x0A,0xCF,0x0A,0xD0, + //G+ + 0x39,0,19,0xB3,0x00,0x00,0x00,0xD2,0x00,0xF3,0x01,0x2C,0x01,0x7A,0x01,0xDB,0x02,0x34,0x02,0x7E,0x03,0x13, + 0x39,0,19,0xB4,0x03,0xA8,0x04,0x3D,0x04,0xA6,0x04,0xF9,0x05,0x82,0x05,0xF3,0x06,0x64,0x06,0xE1,0x07,0x39, + 0x39,0,15,0xB5,0x07,0x91,0x07,0xDA,0x08,0x23,0x08,0x6C,0x08,0xB5,0x09,0x3C,0x09,0x3D, + //B+ + 0x39,0,19,0xB6,0x00,0x00,0x02,0x1B,0x02,0x5B,0x02,0xD1,0x03,0x72,0x04,0x08,0x04,0x84,0x04,0xDE,0x05,0x79, + 0x39,0,19,0xB7,0x05,0xFE,0x06,0x83,0x06,0xE8,0x07,0x41,0x07,0xD6,0x08,0x53,0x08,0xCF,0x09,0x5D,0x09,0xC6, + 0x39,0,15,0xB8,0x0A,0x2F,0x0A,0x8A,0x0A,0xE5,0x0B,0x40,0x0B,0xA1,0x0C,0x64,0x0C,0x66, + + 0x39,0,2,0xBF,0x03, + //R+ + 0x39,0,19,0xB0,0x00,0x00,0x01,0x4F,0x01,0x92,0x01,0xB6,0x02,0x34,0x02,0x91,0x03,0x0F,0x03,0x7C,0x04,0x7C, + 0x39,0,19,0xB1,0x05,0x2D,0x05,0xC5,0x06,0x0F,0x06,0x7F,0x07,0x13,0x07,0xA3,0x08,0x25,0x08,0x92,0x09,0x12, + 0x39,0,15,0xB2,0x09,0x74,0x09,0xDD,0x0A,0x32,0x0A,0x98,0x0A,0xF0,0x0B,0x9C,0x0B,0x9D, + //G+ + 0x39,0,19,0xB3,0x00,0x00,0x00,0xC9,0x00,0xF6,0x01,0x1E,0x01,0x61,0x01,0x93,0x01,0xDE,0x02,0x2A,0x02,0xE3, + 0x39,0,19,0xB4,0x03,0xAF,0x04,0x69,0x04,0xBE,0x05,0x44,0x05,0xDA,0x06,0x69,0x06,0xE5,0x07,0x4C,0x07,0xB2, + 0x39,0,15,0xB5,0x08,0x0F,0x08,0x6C,0x08,0xBF,0x09,0x0B,0x09,0x53,0x09,0xE8,0x09,0xE9, + //B+ + 0x39,0,19,0xB6,0x00,0x00,0x01,0xFA,0x02,0x63,0x02,0xED,0x03,0x92,0x04,0x14,0x04,0xA6,0x05,0x0D,0x05,0xE0, + 0x39,0,19,0xB7,0x06,0x7B,0x07,0x08,0x07,0x52,0x07,0xCD,0x08,0x60,0x08,0xF9,0x09,0x86,0x09,0xFD,0x0A,0x77, + 0x39,0,15,0xB8,0x0A,0xEA,0x0B,0x5D,0x0B,0xD0,0x0C,0x30,0x0C,0x97,0x0D,0x69,0x0D,0x6A, + + 0x39,0,2,0xBF,0x02, + //R+ + 0x39,0,19,0xB0,0x00,0x00,0x01,0x29,0x01,0x69,0x01,0xB4,0x02,0x38,0x02,0x8A,0x02,0xD6,0x03,0x62,0x04,0x7A, + 0x39,0,19,0xB1,0x05,0x33,0x05,0xBE,0x06,0x35,0x06,0x81,0x07,0x17,0x07,0xAD,0x08,0x45,0x08,0xB8,0x09,0x20, + 0x39,0,15,0xB2,0x09,0x88,0x09,0xE8,0x0A,0x48,0x0A,0xA4,0x0A,0xFC,0x0B,0xB6,0x0B,0xB8, + //G+ + 0x39,0,19,0xB3,0x00,0x00,0x00,0xE6,0x00,0xFE,0x01,0x13,0x01,0x44,0x01,0x7B,0x01,0xAC,0x01,0xEF,0x02,0x8E, + 0x39,0,19,0xB4,0x03,0x55,0x04,0x1C,0x04,0xC0,0x05,0x1A,0x05,0xBF,0x06,0x5A,0x06,0xF6,0x07,0x61,0x07,0xC7, + 0x39,0,15,0xB5,0x08,0x27,0x08,0x7A,0x08,0xCD,0x09,0x1C,0x09,0x67,0x09,0xF5,0x09,0xF6, + //B+ + 0x39,0,19,0xB6,0x00,0x00,0x02,0x40,0x02,0x94,0x03,0x06,0x03,0xB1,0x04,0x5C,0x04,0xCE,0x05,0x34,0x06,0x00, + 0x39,0,19,0xB7,0x06,0x9B,0x07,0x1B,0x07,0x8D,0x07,0xDA,0x08,0x75,0x09,0x10,0x09,0xAD,0x0A,0x25,0x0A,0x9D, + 0x39,0,15,0xB8,0x0B,0x15,0x0B,0x85,0x0B,0xF5,0x0C,0x61,0x0C,0xC9,0x0D,0x91,0x0D,0x92, + + 0x39,0,2,0xBF,0x01, + //R+ + 0x39,0,19,0xB0,0x00,0x00,0x00,0x52,0x01,0x25,0x01,0x47,0x01,0x69,0x01,0x7E,0x01,0x93,0x01,0xA8,0x01,0xE7, + 0x39,0,19,0xB1,0x02,0x1A,0x02,0x51,0x02,0x83,0x02,0xB7,0x03,0x38,0x03,0xD2,0x04,0x68,0x04,0xC4,0x05,0x23, + 0x39,0,15,0xB2,0x05,0x6F,0x05,0xB7,0x05,0xEE,0x06,0x2C,0x06,0x62,0x06,0xC6,0x06,0xC8, + //G+ + 0x39,0,19,0xB3,0x00,0x00,0x00,0x3F,0x00,0xD4,0x00,0xF1,0x00,0xFD,0x01,0x04,0x01,0x0A,0x01,0x10,0x01,0x26, + 0x39,0,19,0xB4,0x01,0x39,0x01,0x50,0x01,0x73,0x01,0x98,0x01,0xDB,0x02,0x2A,0x02,0x81,0x02,0xD2,0x03,0x42, + 0x39,0,15,0xB5,0x03,0xB5,0x04,0x1B,0x04,0x6A,0x04,0xB6,0x04,0xF8,0x05,0x66,0x05,0x68, + //B+ + 0x39,0,19,0xB6,0x00,0x00,0x00,0x9F,0x02,0x0C,0x02,0x67,0x02,0x94,0x02,0xB4,0x02,0xD4,0x02,0xF3,0x03,0x45, + 0x39,0,19,0xB7,0x03,0x86,0x03,0xDE,0x04,0x3E,0x04,0xA0,0x05,0x15,0x05,0x86,0x05,0xF1,0x06,0x3B,0x06,0x8F, + 0x39,0,15,0xB8,0x06,0xD5,0x07,0x15,0x07,0x4C,0x07,0x85,0x07,0xBB,0x08,0x21,0x08,0x23, + + 0x39,0,2,0xBF,0x00, + //R+ + 0x39,0,19,0xB0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,19,0xB1,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,15,0xB2,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + //G+ + 0x39,0,19,0xB3,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,19,0xB4,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,15,0xB5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + //B+ + 0x39,0,19,0xB6,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,19,0xB7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,15,0xB8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + //By Gamma Update Echo + 0x39,0,2,0xCE,0x01, + //By 26h/51h/38h/39h Change + 0x39,0,2,0xCC,0x00, + + //CMD2_Page0 + 0x39,0,6,0xF0,0x55,0xAA,0x52,0x08,0x00, + 0x39,0,33,0xB3,0x00,0x00,0x00,0x01,0x00,0x01,0x00,0xEF,0x00,0xEF,0x01,0x90,0x01,0x90,0x03,0x04,0x03,0x04,0x05,0x83,0x05,0x83,0x05,0x84,0x05,0x84,0x08,0xB8,0x08,0xB8,0x0D,0xBB, + 0x39,0,2,0x6F,0x20, + 0x39,0,5,0xB3,0x0D,0xBB,0x0F,0xFF, + 0x39,0,33,0xB4,0x13,0x00,0x13,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x11,0x00,0x11,0x00,0x0D,0x20,0x0D,0x20,0x01,0x40,0x01,0x40,0x00,0x96,0x00,0x96,0x00,0x96,0x00,0x96, + 0x39,0,2,0x6F,0x20, + 0x39,0,7,0xB4,0x00,0x96,0x00,0x96,0x00,0x0A, + + //CMD2_Page2 + 0x39,0,6,0xF0,0x55,0xAA,0x52,0x08,0x02, + 0x39,0,25,0xB9,0x00,0x04,0x00,0x0C,0x00,0x1C,0x00,0x2C,0x00,0x3C,0x00,0x4C,0x00,0x5C,0x00,0x7C,0x00,0x9C,0x00,0xBC,0x00,0xDC,0x00,0xFC, + 0x39,0,25,0xBA,0x01,0x3C,0x01,0x7C,0x01,0xBC,0x01,0xFC,0x02,0x3C,0x02,0x7C,0x02,0xBC,0x02,0xFC,0x03,0x3C,0x03,0x7C,0x03,0xFC,0x03,0xFF, + + + + //----------------------- Page 3 ------------------------ + 0x39,0,6,0xF0,0x55,0xAA,0x52,0x08,0x03, + 0x39,0,6,0xB2,0x00,0x15,0x15,0x06,0x01, + 0x39,0,2,0x6F,0x08, + 0x39,0,4,0xB2,0x00,0x15,0x15, + 0x39,0,2,0x6F,0x15, + 0x39,0,3,0xB2,0x06,0x01, + 0x39,0,2,0x6F,0x0E, + 0x39,0,6,0xB2,0x00,0x15,0x15,0x06,0x01, + 0x39,0,4,0xB6,0x30,0x15,0x00, + 0x39,0,2,0x6F,0x06, + 0x39,0,4,0xB6,0x00,0x15,0x00, + 0x39,0,2,0x6F,0x0C, + 0x39,0,4,0xB6,0x00,0x15,0x00, + 0x39,0,2,0x6F,0x10, + 0x39,0,3,0xB6,0x00,0x08, + 0x39,0,2,0x6F,0x26, + 0x39,0,3,0xB6,0x00,0x08, + 0x39,0,5,0xBB,0x11,0x00,0x13,0x53, + 0x39,0,2,0x6F,0x07, + 0x39,0,4,0xBB,0x00,0x13,0x53, + 0x39,0,2,0x6F,0x0D, + 0x39,0,4,0xBB,0x00,0x13,0x53, + 0x39,0,5,0xBC,0x22,0x10,0x13,0x44, + 0x39,0,2,0x6F,0x07, + 0x39,0,4,0xBC,0x00,0x13,0x44, + 0x39,0,2,0x6F,0x0D, + 0x39,0,4,0xBC,0x00,0x13,0x44, + //----------------------- Page 5 ------------------------ + 0x39,0,6,0xF0,0x55,0xAA,0x52,0x08,0x05, + 0x39,0,4,0xB0,0x03,0x21,0x00, + 0x39,0,3,0xB3,0x82,0x80, + 0x39,0,6,0xB5,0x86,0x81,0x00,0x00,0x00, + 0x39,0,5,0xB7,0x05,0x00,0x00,0x81, + 0x39,0,5,0xB8,0x06,0x00,0x00,0x81, + 0x39,0,3,0xC7,0x0B,0x03, + 0x39,0,2,0xC9,0x11, + 0x39,0,2,0xCA,0x11, + 0x39,0,8,0xCB,0x11,0x11,0x11,0x11,0x11,0x11,0x11, + 0x39,0,3,0xD8,0x11,0x11, + 0x39,0,4,0xD0,0x00,0x02,0x10, + 0x39,0,4,0xD1,0x00,0x02,0x10, + 0x39,0,5,0xE0,0x02,0x00,0x00,0x00, + 0x39,0,5,0xE1,0x02,0x00,0x00,0x00, + //----------------------- Page 6 ------------------------ + 0x39,0,6,0xF0,0x55,0xAA,0x52,0x08,0x06, + 0x39,0,6,0xB0,0x34,0x31,0x34,0x12,0x12, + 0x39,0,6,0xB1,0x13,0x13,0x04,0x04,0x0E, + 0x39,0,6,0xB2,0x0E,0x0F,0x0F,0x00,0x00, + 0x39,0,2,0xB3,0x34, + 0x39,0,6,0xB6,0x34,0x31,0x34,0x12,0x12, + 0x39,0,6,0xB7,0x13,0x13,0x04,0x04,0x0E, + 0x39,0,6,0xB8,0x0E,0x0F,0x0F,0x00,0x00, + 0x39,0,2,0xB9,0x34, + 0x39,0,2,0xD0,0x01, + //----------------------------- Page 7 --------------------------// + //SPR BGRG + 0x39,0,6,0xF0,0x55,0xAA,0x52,0x08,0x07, + 0x39,0,6,0xB0,0x8C,0xC0,0x78,0x70,0x00 , + 0x39,0,7,0xB1,0x1C,0x0C,0x1C,0x0C,0x1C,0x00, + 0x39,0,10,0xB2,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, + 0x39,0,2,0x6F,0x36, + 0x39,0,19,0xB2,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, + 0x39,0,2,0x6F,0x09, + 0x39,0,10,0xB2,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, + 0x39,0,2,0x6F,0x48, + 0x39,0,19,0xB2,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, + 0x39,0,2,0x6F,0x12, + 0x39,0,10,0xB2,0xF0,0xF0,0xF0,0xF0,0xF0,0xF0,0xF0,0xF0,0xF0, + 0x39,0,2,0x6F,0x5A, + 0x39,0,19,0xB2,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x9B,0x9B,0x9B,0x9B,0x9B,0x9B,0x9B,0x9B,0x9B, + 0x39,0,2,0x6F,0x1B, + 0x39,0,10,0xB2,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, + 0x39,0,2,0x6F,0x6C, + 0x39,0,19,0xB2,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, + 0x39,0,2,0x6F,0x24, + 0x39,0,10,0xB2,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, + 0x39,0,2,0x6F,0x7E, + 0x39,0,19,0xB2,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, + 0x39,0,2,0x6F,0x2D, + 0x39,0,10,0xB2,0xCC,0xCC,0xCC,0xCC,0xCC,0xCC,0xCC,0xCC,0xCC, + 0x39,0,2,0x6F,0x90, + 0x39,0,19,0xB2,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A,0x3A, + 0x39,0,3,0xC0,0x01,0x01, + 0x39,0,2,0x6F,0x00, + 0x39,0,22,0xC1,0x20,0x0F,0x1C,0x39,0x17,0xC4,0xCC,0x34,0x3F,0xEE,0xCD,0x44,0x3F,0xF0,0x37,0xD8,0x80,0x02,0x9E,0xBA,0xA4, + 0x39,0,2,0x6F,0x15, + 0x39,0,16,0xC1,0x00,0x00,0x00,0x00,0x4E,0x55,0x33,0x30,0x19,0xE6,0x0F,0xAB,0xB2,0x00,0x00, + 0x39,0,2,0x6F,0x24, + 0x39,0,8,0xC1,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,2,0x6F,0x00, + 0x39,0,22,0xC2,0x26,0x00,0x1C,0xE4,0x19,0x00,0x35,0xC0,0x00,0x00,0x00,0x00,0x3F,0xDE,0x68,0x00,0x80,0x00,0x00,0x00,0x00, + 0x39,0,2,0x6F,0x15, + 0x39,0,16,0xC2,0x03,0xE7,0x00,0x04,0x37,0x56,0x33,0x30,0x00,0x00,0x03,0x56,0xB0,0x00,0x00, + 0x39,0,2,0x6F,0x24, + 0x39,0,8,0xC2,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,2,0x6F,0x00, + 0x39,0,22,0xC3,0x2C,0x00,0x12,0x10,0x15,0x64,0x27,0x50,0x3F,0xE8,0xFF,0x40,0x40,0x00,0xFC,0x60,0x80,0x00,0x00,0x00,0x00, + 0x39,0,2,0x6F,0x15, + 0x39,0,16,0xC3,0x90,0x00,0x17,0x90,0x50,0x5F,0x33,0x20,0x00,0x00,0x0C,0xB8,0x50,0x00,0x00, + 0x39,0,2,0x6F,0x24, + 0x39,0,8,0xC3,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,2,0x6F,0x00, + 0x39,0,22,0xC4,0x2A,0x0F,0x15,0xF9,0x17,0xC4,0xD2,0x4C,0x00,0x0E,0xD8,0x94,0x40,0x0E,0xA7,0x44,0xFF,0xF9,0x37,0x00,0xC0, + 0x39,0,2,0x6F,0x15 , + 0x39,0,16,0xC4,0x93,0xE7,0x10,0x94,0x37,0x5F,0x33,0x9F,0xE7,0x50,0x00,0x4F,0x50,0x00,0x00 , + 0x39,0,2,0x6F,0x24 , + 0x39,0,8,0xC4,0x00,0x00,0x00,0x00,0x00,0x00,0x00 , + 0x39,0,2,0x6F,0x00, + 0x39,0,22,0xC5,0x27,0x00,0x03,0x84,0x03,0x84,0x00,0x00,0x00,0x00,0x00,0x00,0x3F,0xFF,0x2D,0x10,0x00,0x00,0x00,0x00,0x00, + 0x39,0,2,0x6F,0x15, + 0x39,0,16,0xC5,0x02,0x1C,0x14,0x02,0x3A,0x32,0x33,0x80,0x00,0x00,0x03,0x1E,0xE2,0x00,0x00, + 0x39,0,2,0x6F,0x24, + 0x39,0,8,0xC5,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,2,0x6F,0x00, + 0x39,0,22,0xC6,0x21,0x00,0x03,0x84,0x03,0x84,0x00,0x00,0x3F,0xFF,0x2D,0x10,0x3F,0xFF,0x2D,0x10,0x00,0x00,0x0C,0x5C,0x10, + 0x39,0,2,0x6F,0x15, + 0x39,0,16,0xC6,0x01,0xFD,0x14,0x02,0x1B,0x32,0x33,0x80,0x03,0x84,0x0F,0xE2,0xE2,0x00,0x00, + 0x39,0,2,0x6F,0x24, + 0x39,0,8,0xC6,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,2,0x6F,0x00, + 0x39,0,22,0xC7,0x2D,0x00,0x03,0x84,0x03,0x84,0x00,0x00,0x3F,0xFF,0x2D,0x10,0x00,0x00,0x00,0x00,0x80,0x00,0x00,0x00,0x00, + 0x39,0,2,0x6F,0x15, + 0x39,0,16,0xC7,0x01,0xFD,0x33,0x02,0x1B,0x51,0x33,0x50,0x00,0x00,0x0C,0xE2,0x1E,0x00,0x00, + 0x39,0,2,0x6F,0x24, + 0x39,0,8,0xC7,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,2,0x6F,0x00, + 0x39,0,22,0xC8,0x2B,0x00,0x03,0x84,0x03,0x84,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xF3,0xA3,0xF0, + 0x39,0,2,0x6F,0x15, + 0x39,0,16,0xC8,0x02,0x1C,0x33,0x02,0x3A,0x51,0x33,0x5F,0xFC,0x7C,0x00,0x1E,0x1E,0x00,0x00, + 0x39,0,2,0x6F,0x24, + 0x39,0,8,0xC8,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0,2,0xB4,0x00, + //----------------------- CMD 3 ------------------------ + 0x39,0,5,0xFF,0xAA,0x55,0xA5,0x80, + 0x39,0,2,0x6F,0x61, + 0x39,0,2,0xF3,0x80, + 0x39,0,2,0x6F,0x1D, + 0x39,0,2,0xF2,0x05, + //----------------------- CMD1 ------------------------ + //VESA compression / Slice=20 + 0x39,0,2,0x03,0x00, + 0x39,0,2,0x90,0x02, + 0x39,0,19,0x91,0x89,0x28,0x00,0x14,0xC2,0x00,0x03,0x1C,0x02,0x8C,0x00,0x0F,0x05,0x0E,0x02,0x8B,0x10,0xF0, + 0x39,0,2,0x2C, + //60hz + 0x39,0,2,0x2F,0x01, + 0x39,0,2,0x26,0x01, + 0x39,0,5,0x51,0x0D,0xBB,0x0F,0xFE, + 0x39,0,2,0x53,0x20, + 0x39,0,2,0x35,0x00, + //1080x2400 + 0x39,0,5,0x2A,0x00,0x00,0x04,0x37, + 0x39,0,5,0x2B,0x00,0x00,0x09,0x5F, + 0x39,0,5,0x3B,0x00,0x10,0x00,0x10, + 0x39,0,6,0xF0,0x55,0xAA,0x52,0x08,0x00, + 0x39,0,2,0xC0,0x65, + + +// 0x05, 0, 1, 0x11, +// delayMs(120, +// 0x05, 0, 1, 0x29, + +#endif +}; +#endif + + +static void send_panel_init_code_1(uint32_t size, uint8_t*data,uint32_t us) +{ + uint32_t data_offeset = 0; + uint8_t data_type; + uint8_t vc; + uint8_t data_size; + uint8_t *p_data; + + while(data_offesetbase_info.src_w = INPUT_WIDTH; + g_rx_ctrl_handle->base_info.src_h = INPUT_HEIGHT; + g_rx_ctrl_handle->base_info.dst_w = OUTPUT_WIDTH; + g_rx_ctrl_handle->base_info.dst_h = OUTPUT_HEIGHT; + g_rx_ctrl_handle->base_info.src_frate = INPUT_FRAME_RATE; + g_rx_ctrl_handle->base_info.src_mode = INPUT_DATA_MODE; + g_rx_ctrl_handle->rx_color_mode = INPUT_COLOR_MODE; + g_rx_ctrl_handle->rx_lanes = INPUT_MIPI_LANE_NUM; + g_rx_ctrl_handle->rx_nonburst_models = INPUT_VIDEO_MODEL; /* ¿É²»ÅäÖà */ + g_rx_ctrl_handle->rx_vc = INPUT_VC; + g_rx_ctrl_handle->compress_en = INPUT_COMPRESS; + g_rx_ctrl_handle->rx_hsclk_rate = INPUT_MIPI_LANE_RATE; + g_rx_ctrl_handle->cus_dcs_entry_table = g_cus_rx_dcs_execute_table; /* ×¢²á DCS´¦ÀíÁбí */ + g_rx_ctrl_handle->rx_dcs_read_entry = ap_dcs_read; /* ×¢²ádsc read »Øµ÷º¯Êý,¿ÉÑ¡,´Ëº¯ÊýΪ¿ÕʱÓÉcus_dcs_entry_tableÖ´ÐÐ */ + g_rx_ctrl_handle->pps_update_entry = pps_update_handle; +#if 1//Õâ¸ö´ò¿ª»áµ¼Ö¿ª»ú·ÖÆÁ¡£´òÓ¡ÐÅÏ¢TXÓÐÎÊÌâ + g_rx_ctrl_handle->pq_marginal = PQ_TYPE_5; + //g_rx_ctrl_handle->err_handler_level = ERR_HANDLE_L1; +#endif + /* ÌáǰԤÖÃPPS, AP ÓÐPPS cmdÒ²»á¸üР*/ + if (g_rx_ctrl_handle->compress_en == true) + { + uint8_t pps[128] = {0x11,0x00,0x00,0x89,0x30,0x80,0x09,0x60,0x04,0x38,0x00,0x1E,0x02,0x1C,0x02,0x1C, + 0x02,0x00,0x02,0x0E,0x00,0x20,0x02,0xE3,0x00,0x07,0x00,0x0C,0x03,0x50,0x03,0x64, + 0x18,0x00,0x10,0xF0,0x03,0x0C,0x20,0x00,0x06,0x0B,0x0B,0x33,0x0E,0x1C,0x2A,0x38, + 0x46,0x54,0x62,0x69,0x70,0x77,0x79,0x7B,0x7D,0x7E,0x01,0x02,0x01,0x00,0x09,0x40, + 0x09,0xBE,0x19,0xFC,0x19,0xFA,0x19,0xF8,0x1A,0x38,0x1A,0x78,0x1A,0xB6,0x2A,0xF6, + 0x2B,0x34,0x2B,0x74,0x3B,0x74,0x63,0xF4,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; + hal_dsi_rx_ctrl_pre_init_pps(g_rx_ctrl_handle, pps, 128); + } + + /* ³õʼ»¯rx ctrl */ + hal_dsi_rx_ctrl_init(g_rx_ctrl_handle); + //*((uint32_t *)(0x40002B04)) = 1; + +#ifdef USE_FOR_SUMSUNG_S20PLUS + //hal_dsi_rx_ctrl_set_cus_sync_line(g_rx_ctrl_handle, 1600);// lss add, ˺ÁÑÎÊÌâ1600 1440 + hal_dsi_rx_ctrl_set_cus_sync_line(g_rx_ctrl_handle, 1860);// lss add, ˺ÁÑÎÊÌâ1600 1440 +#endif + //hal_dsi_rx_ctrl_set_sw_tear_mode(g_rx_ctrl_handle); + /* Æô¶¯rx ctrl */ + hal_dsi_rx_ctrl_start(g_rx_ctrl_handle); +} + +static void init_mipi_tx(void) +{ + if (g_tx_ctrl_handle == NULL) + { + g_tx_ctrl_handle = hal_dsi_tx_ctrl_create_handle(); + } + g_tx_ctrl_handle->channel_id = OUTPUT_VC; + g_tx_ctrl_handle->lane_num = OUTPUT_LANE_NUMBER; + g_tx_ctrl_handle->vid_mode = OUTPUT_VIDEO_MODEL; + g_tx_ctrl_handle->cmd_tx_type = _CMD_TYPE; + g_tx_ctrl_handle->dpi_vsa = OUTPUT_VSA; + g_tx_ctrl_handle->dpi_vbp = OUTPUT_VBP; + g_tx_ctrl_handle->dpi_vfp = OUTPUT_VFP; + g_tx_ctrl_handle->dpi_hsa = OUTPUT_HSA; + g_tx_ctrl_handle->dpi_hbp = OUTPUT_HBP; + g_tx_ctrl_handle->dpi_hfp = OUTPUT_HFP; + g_tx_ctrl_handle->base_info.src_w = INPUT_WIDTH; + g_tx_ctrl_handle->base_info.src_h = INPUT_HEIGHT; + g_tx_ctrl_handle->base_info.dst_w = OUTPUT_WIDTH; + g_tx_ctrl_handle->base_info.dst_h = OUTPUT_HEIGHT; + g_tx_ctrl_handle->base_info.src_frate = INPUT_FRAME_RATE; + g_tx_ctrl_handle->base_info.src_mode = INPUT_DATA_MODE; +// g_tx_ctrl_handle->lp_exit_lpdt = true; + g_tx_ctrl_handle->tx_line_delay = 800; //3200; + + hal_dsi_tx_ctrl_init(g_tx_ctrl_handle); + /* AP ûÓз¢ËÍÊý¾ÝʱĬÈϵÄÏÔʾÑÕÉ«, Á¿²úΪ0 0 0(ºÚÉ«), ÅäÖÃÆäËûÑÕÉ«½öΪdebugʹÓà */ +#ifndef DISPLAY_ONLY + hal_dsi_tx_ctrl_set_overwrite_rgb(0x00, 0x00, 0x00); +#else + hal_dsi_tx_ctrl_set_overwrite_rgb(0x00, 0x00, 0x00); +#endif +} + + +static void tx_display_on(void) +{ + init_panel(); + +// swire_init(); + hal_dsi_tx_ctrl_start(g_tx_ctrl_handle); + + //delayMs(50); + //hal_dsi_tx_ctrl_write_cmd(0x05, 0, 2, 0x29); +#if 0 + uint8_t data[10] = {0}; + hal_dsi_tx_ctrl_read_cmd(0x06, 0, 0x0A, 1, data); + TAU_LOGI("read[0x%02x]:%02x\n", 0x0A, data[0]); +#endif +} + +static void swire_timer_callback(void *data) +{ +#ifdef USE_FOR_SUMSUNG_S20 + if(Flag_blacklight_EN) + { + hal_swire_start(12, 12, 12, 12, SWIRE_DEFAULT_NUM); + } + else if(s20_power_on_flag) + { + hal_swire_start(12, 12, 12, 12, SWIRE_DEFAULT_NUM); + } + else +#endif + { + hal_swire_start(12, 12, 12, 12, swire_num); + } +} + +static void swire_callback(void *data) +{ + /* swire µÄÊÇ·ñÐèÒªÒ»Ö±·¢ËÍÐèÒª¸ù¾ÝÊÖ»ú¶¨£¬²»Í¬ÊÖ»ú²»Í¬ */ + //if(start_display_on == false) + { + hal_timer_start(SWIRE_TIMER, 26, swire_timer_callback, NULL); + } +} + +/* swire ³õʼ»¯,ͨ¹ý hal_swire_start µ÷Õû²¨ÐÎ, ÕâÀïÔÚÑ­»µÒ»Ö±·¢ËÍ */ +static void swire_init() +{ + hal_swire_open(DISABLE); + hal_swire_init(); + /* swire ²¨Ðη¢ÉúÍê³Éºó»Øµ÷º¯Êý */ + hal_swire_register_callback(swire_callback); + hal_swire_open(ENABLE); + //hal_swire_start(12, 12, 12, 12, 43); + hal_swire_start(12, 12, 12, 12, SWIRE_DEFAULT_NUM); //3~27,ÁÁ~°µ,9.45V~7.43V + hal_timer_init(SWIRE_TIMER); + hal_timer_start(SWIRE_TIMER, 26, swire_timer_callback, NULL); +} + +static void disable_mipi_timer_cb(void *data) +{ +#if ENABLE_TP_WAKE_UP + g_mipi_path_off = true; + hal_gpio_init_output(IO_PAD_TD_LEDPWM, IO_LVL_HIGH); + /* FIXME stop more model */ + hal_dsi_tx_ctrl_stop(g_tx_ctrl_handle); + hal_dsi_tx_ctrl_deinit(g_tx_ctrl_handle); + hal_dsi_rx_ctrl_stop(g_rx_ctrl_handle); + hal_dsi_rx_ctrl_deinit(g_rx_ctrl_handle); + hal_swire_open(DISABLE); + hal_timer_stop(SWIRE_TIMER); + hal_gpio_set_output_data(IO_PAD_PWMEN, IO_LVL_LOW); + hal_dsi_tx_ctrl_panel_reset_pin(IO_LVL_LOW); + hal_system_set_vcc(false); + tp_sleep_in=1; + TAU_LOGD("disable video path \n"); +#endif +} + +static void soft_disable_mipi_timer_init() +{ + TAU_LOGD("soft_disable_mipi_timer_init\n"); + hal_timer_init(WAKE_UP_TIMER); + hal_timer_start(WAKE_UP_TIMER, 20, disable_mipi_timer_cb, NULL); +} + +#ifdef ADD_TIMER3_FUNCTION +static void soft_timer3_cb(void *data) +{ + hal_timer_start(TIMER_NUM3, 10, soft_timer3_cb, NULL); + tp_sleep_count++; + if(phone_DisplayOFF_count>0) + { + phone_DisplayOFF_count++; + } + +#if 0// test + if (test_count) + { + test_count++; + } +#endif + +#if AUTO_CAL_TP + if (g_exit_sleep_mode) + { + if (g_cal_cnt > 0) + { + g_cal_cnt--; + if (g_cal_cnt == 0) + { + g_calibration_flag = true; + TAU_LOGD("Start cal tp!\n"); + } + } + } +#endif +} +#endif + + +#if ENABLE_TP_WAKE_UP +#if 0 +static void ap_reset_high_cb(void *data) +{ + TAU_LOGD("ap_reset_high_cb***********\n"); + delayMs(5); + hal_system_set_pvd(true); + hal_system_set_vcc(true); + NVIC_SystemReset(); +} +#endif +static void ap_reset_cb(void *data) +{ + /* Çл»µçÔ´ */ + // hal_gpio_set_output_data_ex(POWER_IO_B, IO_LVL_HIGH, POWER_IO_A, IO_LVL_LOW); + /* ´ò¿ªVCC¹©µç */ + TAU_LOGD("aprst*********\n"); + //hal_gpio_set_ap_reset_int(ENABLE, ap_reset_high_cb, DETECT_HIGH_LVL); + //hal_system_set_vcc(false); + hal_system_set_pvd(true); + hal_system_set_vcc(true); + NVIC_SystemReset(); +} +#endif + + +void tp_heartbeat_exec(void) +{ + if (s_screen_init_complate) + { + if(hal_gpio_get_input_data(IO_PAD_TD_INT)) + { + s_heartbeat = 0; + } + else + { + if(s_heartbeat < (65536/50)) // 65536*3 = 900ms 65536/50 = 6ms + { + s_heartbeat ++; + }else + { + printf("hb\n"); + s_heartbeat = 0; + ap_tp_st_touch_hardware_reset(); + // ap_tp_system_softReset(); + } + } + } +} +//static uint32_t loop_count=1; +void ap_demo(void) +{ + hal_gpio_init_output(IO_PAD_TD_LEDPWM, IO_LVL_LOW); + hal_gpio_init_output(IO_PAD_PWMEN, IO_LVL_LOW);//LED_ON + hal_gpio_init_output(IO_PAD_AP_SWIRE, IO_LVL_LOW);//IO_LVL_LOW + hal_gpio_init_output(IO_PAD_ADCIN, IO_LVL_LOW);//IO_LVL_LOW + + /* mipi rx³õʼ»¯ */ + app_tp_I2C_init(); + open_mipi_rx(); + +// TAU_LOGD("s20u vsn %s %s", __DATE__, __TIME__); + TAU_LOGD("s20u vsn V100 20230714"); + + /* mipi tx ³õʼ»¯*/ + init_mipi_tx(); + + /* touch Ïà¹ØÄ£¿é³õʼ»¯ */ +#ifndef DISPLAY_ONLY + app_tp_init(); + phone_86_flag=1; + phone_A6_flag=1; + phone_start_flag=0; +#endif + +#ifdef ADD_TIMER3_FUNCTION + tp_sleep_count=0; + phone_DisplayOFF_count=1; + hal_timer_init(TIMER_NUM3); + hal_timer_start(TIMER_NUM3, 10, soft_timer3_cb, NULL); +#endif + + /* ÆÁ³õʼ»¯ */ + tx_display_on(); + start_display_on = false; + panel_display_done = true; + + hal_gpio_set_ap_reset_int(ENABLE, ap_reset_cb, DETECT_RISING_EDGE); +#ifndef DISPLAY_ONLY + app_tp_phone_clear_reset_on(); +#ifndef DISABLE_TDDI_I2C_FUNCTION + /* ÓëÆÁµÄTP Ä£¿éͨѶ²¢³õʼ»¯ */ + delayMs(50); +// printf("tp start begin\n"); + app_tp_transfer_screen_start(); +// printf("tp start end\n"); +#endif +#endif + uint32_t heartbeat = 0; + while (1) + { + if(g_mipi_path_off == false){ + while (hal_dsi_rx_ctrl_dsc_async_handler(g_rx_ctrl_handle)); + + #if ADD_TP_CALIBRATION + app_tp_calibration_exec(); + #endif + + #if 0 + if ((test_count ==1200)) + { + test_count =0; + printf(" tp reset\n"); + ap_tp_system_softReset(); + printf(" tp reset ok\n"); + } + #endif + + #if 1//µç»°Ï¨ÆÁ + if (phone_off_flag==0) + { + if(Flag_blacklight_EN) + { + phone_off_flag =1; + hal_dsi_tx_ctrl_write_cmd(0x39, 0, 2, 0x28, 0x00); + } + } + else + { + if(Flag_blacklight_EN ==0) + { + phone_off_flag =0; + hal_dsi_tx_ctrl_write_cmd(0x39, 0, 2, 0x29, 0x00); + } + } + #endif + } + + if(phone_DisplayOFF_flag==1) + { + if(phone_DisplayOFF_count>800) + { + phone_DisplayOFF_count=0; + phone_start_flag=1; + } + } + else + { + if(phone_DisplayOFF_count>20) + { + phone_DisplayOFF_count=0; + phone_start_flag=1; + hal_gpio_set_output_data(IO_PAD_AP_INT, IO_LVL_LOW);//±ØÐëÀ­µÍ£¬·ñÔò´ý»ú»òÕßË«»÷»½ÐÑ2~3sÎÞ´¥Ãþ.jason_su + } + } + app_tp_transfer_screen_int(); + + tp_heartbeat_exec(); + app_tp_calibration_exec(); + ap_tp_st_touch_scan_point_record_event_exec(); + + #ifdef USE_FOR_SUMSUNG_S20PLUS + if(phone_start_flag==2) + { + TAU_LOGD("s20 start init %d\n",phone_start_flag); + S20_Start_init(); + } + #endif + /* if(heartbeat < (65536 * 3)){ + heartbeat ++; + }else{ + printf("hb\n"); + heartbeat = 0; + } + */ + } +} diff --git a/src/app/demo/ap_demo.h b/src/app/demo/ap_demo.h new file mode 100644 index 0000000..345b60b --- /dev/null +++ b/src/app/demo/ap_demo.h @@ -0,0 +1,57 @@ +/******************************************************************************* +* +* +* File: s8_demo.h +* Description: s8²âÊÔÍ·Îļþ +* Version: V0.1 +* Date: 2021-02-22 +* Author: Tempest + *******************************************************************************/ + +#ifndef __AP_DEMO_H__ +#define __AP_DEMO_H__ + +//#define DISABLE_TDDI_I2C_FUNCTION +//#define USE_WL518_INTERNAL_FLASH + + +/* ²»Í¬·½°¸Ñ¡Ôñ¡£Ñ¡½öÑ¡1¸ö*/ +#define USE_FOR_SUMSUNG_S20PLUS +//#define USE_FOR_OPPO_RENO3_PRO + +//#define DISPLAY_ONLY //leo``````````````````````````````````````````````````````````````````````````````10 + +//#define USE_FOR_SUMSUNG_S20Ultra //¶¨ÒåÕâ¸ö°æ±¾£¬¶¨ÒåSWIER½Å_jason +#ifdef USE_FOR_SUMSUNG_S20PLUS +#define AMOLED_NT37701_VNOX667 1 + +#define PANEL_INIT_CODE_ARRAY 1 //»»Ò»ÖÖ·¢³õʼ»¯·½Ê½¡£¼õÉÙ´úÂëÁ¿ + +#define ENABLE_TP_SLEEP +#define ADD_TIMER3_FUNCTION +//#define G_PHONE_INT_DEFAULT_LOW +#define USE_FOR_S10_BLUE_MODE //S10À¶¹âģʽ +#define ADD_PANEL_DISPLAY_MODE //ÆÁĻģʽ¹¦ÄÜ¡£°×ƽºâ¹¦ÄÜ + +#define USE_51_REG_ADJ_BL //µ÷¹âÓÃ51¼Ä´æÆ÷ +#ifdef USE_51_REG_ADJ_BL +#define REG51_MAX_VALUE 0x3FF //×î´ó51Öµ +#define REG51_MIN_VALUE 0x80 //×îС51Öµ¡£ÉèÖÃÄ¿µÄÊǵ÷¹â¿´ÆðÀ´¸üºÏÀí¡£ +#define SWIRE_MAX_VALUE 9 //×îÁÁSWIREÖµ +#define SWIRE_STEP_VALUE 15 //µ÷¹â¼¶Êý +#endif +#endif + +#ifdef USE_FOR_OPPO_RENO3_PRO +#define AMOLED_NT37701_HX655 1 +#endif + +/** +* @brief test system Ö÷º¯Êý +* @param none +* @retval none +*/ +void ap_demo(void); +void S20_Start_init(void); +void app_tp_I2C_init(void); +#endif diff --git a/src/app/demo/ap_demo_version.txt b/src/app/demo/ap_demo_version.txt new file mode 100644 index 0000000..329628d --- /dev/null +++ b/src/app/demo/ap_demo_version.txt @@ -0,0 +1,21 @@ + +//////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////// + + WL568_S20U_NT37701AH_VSN667_20230713 + + 1ã€å¢žåŠ æ ¡å‡†çŠ¶æ€å›žè¯»ï¼› + 2ã€å°†ST触摸软件å¤ä½å…¨éƒ¨æ›´æ”¹ä¸ºç¡¬ä»¶å¤ä½ï¼› + 3ã€ST 触摸报错F3åŽå¯åŠ¨ç¡¬ä»¶å¤ä½ï¼Œæ— éœ€åˆ¤æ–­æ˜¯å¦æ˜¯ F3 02 00ï¼› + 4ã€ä¿®æ­£æŒ‡çº¹å”¤é†’弹窗问题:将app_tp_screen_init函数å±è”½ã€‚ + 5ã€å¢žåŠ ç‰ˆæœ¬å·æ‰“å°å’ŒBIN文件版本 + + + + + +//////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////// + + + diff --git a/src/app/demo/app_tp_for_custom_s8.h b/src/app/demo/app_tp_for_custom_s8.h new file mode 100644 index 0000000..3fd16c9 --- /dev/null +++ b/src/app/demo/app_tp_for_custom_s8.h @@ -0,0 +1,156 @@ +/******************************************************************************* +* +* +* File: app_tp_for_custom.h +* Description tp ЭÒé´¦ÀíÎļþ£¬°üÀ¨Ìض¨ÅäÖõĺê +* Version V0.1 +* Date 2021-10-14 +* Author zhanghz +*******************************************************************************/ +#ifndef __APP_TP_FOR_CUSTOM_S8_H__ +#define __APP_TP_FOR_CUSTOM_S8_H__ +#include "test_cfg_global.h" + +#include "string.h" +#include "tau_device_datatype.h" +#include "tau_common.h" +#include "app_tp_transfer.h" +#include "hal_gpio.h" + +#define AP_TP_TRANSFER 1 + +#if AMOLED_NT37280 + #define PHONE_SLAVE_TRANSFER_I2C 1 //1:±íʾÊÖ»ú¸úоƬ֮¼ä£¬touch Êý¾Ý²ÉÓà I2C ͨÐÅ£» + #define PHONE_SLAVE_TRANSFER_SPI 0 //1:±íʾÊÖ»ú¸úоƬ֮¼ä£¬touch Êý¾Ý²ÉÓà SPI ͨÐÅ£» + #define SCREEN_MASTER_TRANSFER_I2C 0 //1:±íʾÆÁÄ»¸úоƬ֮¼ä£¬touch Êý¾Ý²ÉÓà I2C ͨÐÅ£» + #define SCREEN_MASTER_TRANSFER_SPI 1 //1:±íʾÆÁÄ»¸úоƬ֮¼ä£¬touch Êý¾Ý²ÉÓà SPI ͨÐÅ£» +#elif LCD_HX83112A + #define PHONE_SLAVE_TRANSFER_I2C 1 //1:±íʾÊÖ»ú¸úоƬ֮¼ä£¬touch Êý¾Ý²ÉÓà I2C ͨÐÅ£» + #define PHONE_SLAVE_TRANSFER_SPI 0 //1:±íʾÊÖ»ú¸úоƬ֮¼ä£¬touch Êý¾Ý²ÉÓà SPI ͨÐÅ£» + #define SCREEN_MASTER_TRANSFER_I2C 0 //1:±íʾÆÁÄ»¸úоƬ֮¼ä£¬touch Êý¾Ý²ÉÓà I2C ͨÐÅ£» + #define SCREEN_MASTER_TRANSFER_SPI 0 //1:±íʾÆÁÄ»¸úоƬ֮¼ä£¬touch Êý¾Ý²ÉÓà SPI ͨÐÅ£» +#else // #if LCD_TD4310 + #define PHONE_SLAVE_TRANSFER_I2C 1 //1:±íʾÊÖ»ú¸úоƬ֮¼ä£¬touch Êý¾Ý²ÉÓà I2C ͨÐÅ£» + #define PHONE_SLAVE_TRANSFER_SPI 0 //1:±íʾÊÖ»ú¸úоƬ֮¼ä£¬touch Êý¾Ý²ÉÓà SPI ͨÐÅ£» + #define SCREEN_MASTER_TRANSFER_I2C 1 //1:±íʾÆÁÄ»¸úоƬ֮¼ä£¬touch Êý¾Ý²ÉÓà I2C ͨÐÅ£» + #define SCREEN_MASTER_TRANSFER_SPI 0 //1:±íʾÆÁÄ»¸úоƬ֮¼ä£¬touch Êý¾Ý²ÉÓà SPI ͨÐÅ£» +#endif + +#ifdef USE_FOR_SUMSUNG_S20PLUS +#define CHIP_I2C_ADDRESS 0x48 //оƬ±¾Éí I2C ´Ó»úµØÖ·.»ú°åI2CµØÖ· +#define SCREEN_I2C_ADDRESS 0x49 //ÆÁÄ» I2C ´Ó»úµØÖ· + +#elif defined(USE_FOR_SUMSUNG_S9PLUS) +#define CHIP_I2C_ADDRESS 0x48 //оƬ±¾Éí I2C ´Ó»úµØÖ· +#define SCREEN_I2C_ADDRESS 0x20 //ÆÁÄ» I2C ´Ó»úµØÖ· + +#else +#define CHIP_I2C_ADDRESS 0x48 //оƬ±¾Éí I2C ´Ó»úµØÖ· +#define SCREEN_I2C_ADDRESS 0x49 //ÆÁÄ» I2C ´Ó»úµØÖ· +#endif + +#define CHIP_I2C_ADDR_BITS I2C_ADDR_BITS_7 //ÆÁÄ» I2C µØÖ·Î»Êý 7/10£¬Ä¬ÈÏΪ7 +#define SCREEN_I2C_ADDR_BITS I2C_ADDR_BITS_7 //ÆÁÄ» I2C µØÖ·Î»Êý 7/10£¬Ä¬ÈÏΪ7 +#define I2C_MASTER_SPEED 800000 //ÉèÖà I2C Ö÷»úͨÐÅËÙÂÊ + +#define SPI_MASTER_SPEED 10000000 //ÉèÖà SPI Ö÷»úͨÐÅËÙÂÊ + +#define BUFFER_SIZE_MAX 200 //¶¨Òå bufrer ×î´óµÄ×Ö½ÚÊý + +#define INPUT_WIDTH_VALUE 1440 //Ô­×°ÆÁ X ×ø±êÂëÖµµÄ×î´óÖµ +#define INPUT_HEIGHT_VALUE 3200 //Ô­×°ÆÁ Y ×ø±êÂëÖµµÄ×î´óÖµ + +#if LCD_FT8006S_TRULY59 +#define OUTPUT_WIDTH_VALUE 720 //άÐÞÆÁ X ×ø±êÂëÖµµÄ×î´óÖµ +#define OUTPUT_HEIGHT_VALUE 1520 //άÐÞÆÁ Y ×ø±êÂëÖµµÄ×î´óÖµ + +#else +#define OUTPUT_WIDTH_VALUE 1080 //άÐÞÆÁ X ×ø±êÂëÖµµÄ×î´óÖµ +#define OUTPUT_HEIGHT_VALUE 2340 //άÐÞÆÁ Y ×ø±êÂëÖµµÄ×î´óÖµ +#endif + + +#define SCREEN_TRANSFER_WRITE false //½ÓÊÕµ½screen ioÖжϣ¬·¢ËÍÊý¾ÝÖ®ºó²»ÓöÁ»Ø +#define SCREEN_TRANSFER_READ true //½ÓÊÕµ½screen ioÖжϣ¬·¢ËÍÊý¾ÝÖ®ºóÒª¶Á»ØÊý¾Ý + +typedef enum +{ + I2C_ADDR_BITS_7 = 7, + I2C_ADDR_BITS_10 = 10 +} en_I2C_ADDR_BITS_mdoe; + +typedef struct +{ + uint8_t *buffer; //½ÓÊÕµ½screen ioÖжϺó£¬Í¨Ðŵķ¢ËÍbufferÖ¸Õë + size_t txbuffer_size; //·¢ËÍ buffer Êý¾Ý³¤¶È£»ÐèÒª¶Á»ØÊ±£¬Ä¿Ç°Ö»Ö§³Ö4¸ö×Ö½Ú + size_t rxbuffer_size; //·¢ËÍÍêÊý¾ÝÖ®ºó£¬Òª¶Á»ØµÄÊý¾Ý³¤¶È + bool read_flag; //true ½ÓÊÕµ½screen ioÖжϣ¬·¢ËÍÊý¾ÝÖ®ºóÒª¶Á»ØÊý¾Ý +} st_screen_data; + +typedef struct +{ + const uint8_t *buffer; //ͨÐŵķ¢ËÍbufferÖ¸Õë + size_t txbuffer_size; //·¢ËÍ buffer Êý¾Ý³¤¶È£»ÐèÒª¶Á»ØÊ±£¬Ä¿Ç°Ö»Ö§³Ö4¸ö×Ö½Ú + size_t rxbuffer_size; //·¢ËÍÍêÊý¾ÝÖ®ºó£¬Òª¶Á»ØµÄÊý¾Ý³¤¶È + bool read_flag; //true ½ÓÊÕµ½screen ioÖжϣ¬·¢ËÍÊý¾ÝÖ®ºóÒª¶Á»ØÊý¾Ý +} st_screen_const_data; + +typedef struct +{ + uint8_t reg_size; //½ÓÊÕbufferµÄ¸öÊý + size_t write_back_size; //Òª·¢Ë͵ÄÊý¾Ý³¤¶È + const uint8_t *reg_data; //½ÓÊÕbuffer + const uint8_t *write_back; //·¢ËÍbufer +} st_reg_const_data; + +typedef struct +{ + uint8_t reg_size; //½ÓÊÕbufferµÄ¸öÊý + size_t write_back_size; //Òª·¢Ë͵ÄÊý¾Ý³¤¶È + uint8_t *reg_data; //½ÓÊÕbuffer + uint8_t *write_back; //·¢ËÍbufer +} st_reg_data; + +extern io_pad_e g_screen_input_rst_pad; +extern io_pad_e g_screen_input_int_pad; +extern io_pad_e g_phone_input_rst_pad; +extern io_pad_e g_phone_output_int_pad; + +extern uint8_t phone_start_flag; +extern uint8_t phone_touch_flag; +extern const uint8_t screen_reg_int_data_size; +extern const uint8_t screen_reg_start_data_size; +extern st_screen_data screen_reg_int_data[]; +extern st_screen_const_data screen_reg_start_data[]; +//extern st_reg_const_data phone_reg_const_data[]; + +/************************************************************************** +* @name : app_tp_screen_analysis_const +* @brief : screen start ½×¶ÎÊý¾Ý½âÎöº¯Êý£¬Óɿͻ§¶¨ÖÆ +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +uint8_t app_tp_screen_analysis_const(uint8_t transfer_now, uint8_t *rxbuffer, size_t data_size); + +/************************************************************************** +* @name : app_tp_screen_analysis_int +* @brief : screen À´IOÖжϺóµÄ Êý¾Ý½âÎöº¯Êý£¬Óɿͻ§¶¨ÖÆ +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +uint8_t app_tp_screen_analysis_int(uint8_t transfer_now, uint8_t *rxbuffer, size_t data_size); + +/************************************************************************** +* @name : app_tp_phone_analysis_data +* @brief : phone Êý¾Ý½âÎöº¯Êý£¬Óɿͻ§¶¨ÖÆ +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +void app_tp_phone_analysis_data(uint8_t *rxbuffer, size_t rxbuffer_size, const uint8_t **txbuffer, size_t *txbuffer_size); + + +#endif + diff --git a/src/app/demo/app_tp_phone_transfer_data_s8.h b/src/app/demo/app_tp_phone_transfer_data_s8.h new file mode 100644 index 0000000..367bff0 --- /dev/null +++ b/src/app/demo/app_tp_phone_transfer_data_s8.h @@ -0,0 +1,489 @@ +/******************************************************************************* +* +* +* File: app_tp_transfer_data.h +* Description ÅäÖôӻúÐèÒª´ð¸´µÄ½ÓÊÕÖµ£¬¼°Æä¶ÔÓ¦µÄ´ð¸´Öµ +* Version V0.1 +* Date 2021-10-14 +* Author zhanghz +*******************************************************************************/ +#ifndef __APP_TP_PHONE_TRANSFER_DATA_S8_H__ +#define __APP_TP_PHONE_TRANSFER_DATA_S8_H__ + +#include "tau_common.h" +#include "ap_demo.h" +/***************send to phone***************/ +//const uint8_t phone_b6_00_28_data[] = {0xB6, 0x00, 0x28, 0x80}; +//const uint8_t phone_b6_00_28_back[] = {0x10, 0x00, 0x00, 0x00, 0x00, 0x26, 0x0D, 0x01}; + +//const uint8_t phone_b6_00_08_data[] = {0xB6, 0x00, 0x08}; +//const uint8_t phone_b6_00_08_back[] = {0x00, 0x26, 0x23}; + +//const uint8_t phone_b6_00_04_data[] = {0xB6, 0x00, 0x04}; +//const uint8_t phone_b6_00_04_back[] = {0x00, 0x36, 0x70, 0x01, 0x00, 0x26, 0x23}; + +//const uint8_t phone_b8_00_08_data[] = {0xB8, 0x00, 0x08}; +//const uint8_t phone_b8_00_08_back[] = {0x13, 0x00, 0x08, 0x05, 0x07, 0x06, 0x00, 0x00}; //// becareful ÀíÂÛÒ»Ö + +//const uint8_t phone_ac_data[] = {0xAC}; +//const uint8_t phone_ac_back[] = {0x16, 0x06, 0x23, 0x00, 0x00, 0x00, 0x00, 0x00}; + +//const uint8_t phone_a7_data[] = {0xA7}; +//const uint8_t phone_a7_back[] = {0x0F, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; + +//const uint8_t phone_84_data[] = {0x84}; +//const uint8_t phone_84_back[] = {0x00, 0x00, 0x00, 0x00}; + +//const uint8_t phone_aa_00_data[] = {0xaa, 0x00}; +//const uint8_t phone_aa_00_back[] = {0x19, 0x01, 0x01, 0x23, 0x26, 0x26, 0x0D, 0x00}; + +//const uint8_t phone_aa_01_data[] = {0xaa, 0x01}; +//const uint8_t phone_aa_01_back[] = {0x1A, 0x9D, 0x9B, 0x00, 0x00, 0x00, 0x00, 0x00}; + +//const uint8_t phone_d0_00_5a_data[] = {0xD0, 0x00, 0x5A}; +//const uint8_t phone_d0_00_5a_back[] = {0x00, 0x20, 0x00, 0x10}; + +//const uint8_t phone_d0_00_5c_data[] = {0xD0, 0x00, 0x5C}; +//const uint8_t phone_d0_00_5c_back[] = {0x00, 0x10, 0x00, 0x3D}; + +//const uint8_t phone_d0_00_64_data[] = {0xD0, 0x00, 0x64}; +//const uint8_t phone_d0_00_64_back[] = {0x00, 0x01, 0x00}; + +//const uint8_t phone_d0_00_88_data[] = {0xD0, 0x00, 0x88}; +//const uint8_t phone_d0_00_88_back[] = {0x00, 0x8F, 0x0B, 0x9F, 0x05}; + +//const uint8_t phone_d0_00_7a_data[] = {0xD0, 0x00, 0x7A}; +//const uint8_t phone_d0_00_7a_back[] = {0x06, 0x04, 0x76, 0x00, 0x00, 0x05, 0x00, 0x24, 0x00, 0x00, 0x30, 0x00, 0x00, 0x20, 0x00}; + +//const uint8_t phone_d0_76_04_data[] = {0xD0, 0x76, 0x04}; +//const uint8_t phone_d0_76_04_back[] = {0x8F, 0x47, 0x39, 0x35, 0x35}; + +//const uint8_t phone_d0_00_50_data[] = {0xD0, 0x00, 0x50}; +//const uint8_t phone_d0_00_50_back[] = {0x06, 0x5C, 0x1F, 0x01, 0x06, 0x00, 0x00, 0x09}; //// becareful + +//const uint8_t phone_d0_1f_6e_data[] = {0xD0, 0x1F, 0x6E}; +//const uint8_t phone_d0_1f_6e_back[] = {0x00, 0x01, 0x9D, 0x90, 0x00}; + +//const uint8_t phone_d0_1f_b3_data[] = {0xD0, 0x1F, 0xB3}; +//const uint8_t phone_d0_1f_b3_back[] = {0x00, 0x01, 0x01, 0x01, 0x00}; + +//const uint8_t phone_d0_1f_6c_data[] = {0xD0, 0x1F, 0x6C}; +//const uint8_t phone_d0_1f_6c_back[] = {0x00, 0x09, 0x00}; + +//const uint8_t phone_d0_1f_b2_data[] = {0xD0, 0x1F, 0xB2}; +//const uint8_t phone_d0_1f_b2_back[] = {0x00, 0x02}; + +//const uint8_t phone_d0_1f_72_data[] = {0xD0, 0x1F, 0x72}; +//const uint8_t phone_d0_1f_72_back[] = {0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x14, 0x02, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}; + +//const uint8_t phone_d0_00_06_data[] = {0xD0, 0x00, 0x06}; +//const uint8_t phone_d0_00_06_back[] = {0x00, 0x6C, 0x23, 0x00}; + +//const uint8_t phone_d0_23_ac_data[] = {0xD0, 0x23, 0xAC}; +//const uint8_t phone_d0_23_ac_back[] = {0x00, 0x42, 0x0A, 0x71, 0x0A, 0x28, 0x0A, 0xDE, 0x09, 0x05, 0x0A, 0xDE, 0x09, 0xCA, 0x09, 0x11, 0x0A, 0x50, 0x0A, 0xF5, 0x09, 0xF1, 0x09, 0x40, 0x0A, 0xF5, 0x09, 0x8E, 0x0A, 0x04, 0x0A, 0x54, 0x0A, 0x14, 0x0A, 0xBE, 0x09, 0x4E, 0x0A, 0x35, 0x0A, 0xB0, 0x0A, 0x6F, 0x0A, 0x00, 0x0B, 0xA6, 0x0A, 0x62, 0x0A, 0x62, 0x0A, 0x5E, 0x0A, 0xEA, 0x0A, 0xB5, 0x0A, 0x7B, 0x0B, 0x97, 0x0B, 0x82, 0x0B, 0xE1, 0x09, 0x5D, 0x0A, 0xF6, 0x09, 0xF3, 0x09, 0x10, 0x0A, 0x07, 0x0A, 0xBA, 0x09, 0x27, 0x0A, 0xC8, 0x09, 0x2C, 0x0A, 0xF0, 0x09, 0xAF, 0x09, 0x02, 0x0A, 0xC9, 0x09, 0xF7, 0x09, 0x7E, 0x0A, 0x94, 0x0A, 0xC7, 0x0A, 0x57, 0x0B, 0xCF, 0x0A, 0x4F, 0x0B, 0xF1, 0x0A, 0x5B, 0x0B, 0x07, 0x0B, 0x17, 0x0B, 0x9C, 0x0A, 0x57, 0x0A, 0xE7, 0x0A, 0xBE, 0x0A, 0x03, 0x0B, 0x69, 0x0B, 0x82, 0x0B}; + +//const uint8_t phone_d0_24_2c_data[] = {0xD0, 0x24, 0x2C}; +//const uint8_t phone_d0_24_2c_back[] = {0xEF, 0xEF, 0x09, 0xCE, 0x09, 0xD6, 0x09, 0xD4, 0x09, 0xEF, 0x09, 0xDE, 0x09, 0xD6, 0x09, 0x91, 0x09, 0x03, 0x0A, 0x88, 0x09, 0x16, 0x0A, 0xC9, 0x09, 0x1F, 0x0A, 0xD7, 0x09, 0xFB, 0x09, 0xBD, 0x09, 0x14, 0x0A, 0x38, 0x0A, 0xE2, 0x09, 0x22, 0x0A, 0x86, 0x0A, 0x2E, 0x0A, 0x64, 0x0A, 0xDF, 0x09, 0x0E, 0x0A, 0x53, 0x0A, 0x24, 0x0A, 0xBE, 0x0A, 0x94, 0x0A, 0xD7, 0x0A, 0x64, 0x0B, 0xD7, 0x0A, 0x6F, 0x0A, 0x3B, 0x0A, 0x44, 0x0A, 0x7D, 0x09, 0x9C, 0x09, 0x91, 0x09, 0x98, 0x09, 0x0A, 0x0A, 0x14, 0x0A, 0x25, 0x0A, 0xF5, 0x09, 0x7C, 0x09, 0xBC, 0x09, 0x76, 0x09, 0xA1, 0x09, 0x06, 0x0A, 0x7D, 0x09, 0xEA, 0x09, 0x9B, 0x09, 0xEA, 0x09, 0x3B, 0x0A, 0xE9, 0x09, 0x46, 0x0A, 0xD9, 0x09, 0x1D, 0x0A, 0x71, 0x0A, 0x3C, 0x0A, 0x09, 0x0A, 0xA3, 0x0A, 0xAC, 0x0A, 0xAD, 0x0B, 0x06, 0x0B}; + +//const uint8_t phone_d0_24_ac_data[] = {0xD0, 0x24, 0xAC}; +//const uint8_t phone_d0_24_ac_back[] = {0x28, 0x28, 0x0A, 0xE8, 0x09, 0xF1, 0x09, 0xE9, 0x09, 0x03, 0x0A, 0xEF, 0x09, 0xD5, 0x09, 0xC2, 0x09, 0xA4, 0x09, 0xF2, 0x09, 0x11, 0x0A, 0xF3, 0x09, 0x3F, 0x0A, 0xF2, 0x09, 0xF4, 0x09, 0x47, 0x0A, 0xA5, 0x09, 0x3A, 0x0A, 0xC3, 0x09, 0x04, 0x0A, 0x95, 0x09, 0x0E, 0x0A, 0x9B, 0x09, 0xED, 0x09, 0x2C, 0x0A, 0xDB, 0x09, 0x5A, 0x0A, 0x11, 0x0A, 0xAA, 0x0A, 0xA4, 0x0A, 0xA8, 0x0B, 0x65, 0x0B, 0xC6, 0x09, 0x99, 0x09, 0x9F, 0x09, 0x93, 0x09, 0xBC, 0x09, 0xB0, 0x09, 0x8C, 0x09, 0x62, 0x09, 0x70, 0x09, 0x95, 0x09, 0x12, 0x0A, 0xB7, 0x09, 0xED, 0x09, 0xEF, 0x09, 0xA9, 0x09, 0xE9, 0x09, 0x05, 0x0A, 0x00, 0x0A, 0x55, 0x0A, 0x77, 0x09, 0xD5, 0x09, 0x4C, 0x0A, 0xFC, 0x09, 0x3E, 0x0A, 0x94, 0x0A, 0xF6, 0x09, 0xA2, 0x0A, 0x71, 0x0A, 0xD5, 0x0A, 0xC0, 0x0A, 0xE4, 0x0A, 0x49, 0x0B}; + +//const uint8_t phone_d0_25_2c_data[] = {0xD0, 0x25, 0x2C}; +//const uint8_t phone_d0_25_2c_back[] = {0x21, 0x21, 0x0A, 0xE4, 0x09, 0xE9, 0x09, 0xE7, 0x09, 0x3F, 0x09, 0x2D, 0x09, 0xD6, 0x09, 0x91, 0x09, 0xA7, 0x09, 0xA1, 0x09, 0xB5, 0x09, 0xDC, 0x09, 0x6A, 0x09, 0xB1, 0x09, 0x34, 0x09, 0x79, 0x09, 0x0E, 0x0A, 0x11, 0x0A, 0x25, 0x0A, 0xD1, 0x09, 0xFE, 0x09, 0x9C, 0x09, 0xFE, 0x09, 0xED, 0x09, 0x05, 0x0A, 0x30, 0x0A, 0x1F, 0x0A, 0x9C, 0x0A, 0x15, 0x0A, 0xEC, 0x0A, 0xCE, 0x0A, 0x29, 0x0B, 0xCC, 0x09, 0x88, 0x09, 0x91, 0x09, 0x92, 0x09, 0xAC, 0x09, 0x9E, 0x09, 0x8F, 0x09, 0x3D, 0x09, 0x53, 0x09, 0x80, 0x09, 0xD6, 0x09, 0x3D, 0x09, 0xAC, 0x09, 0x9E, 0x09, 0x9F, 0x09, 0xE9, 0x09, 0xAA, 0x09, 0x0B, 0x0A, 0xE4, 0x09, 0x63, 0x0A, 0x94, 0x0A, 0x68, 0x0A, 0xC9, 0x09, 0x12, 0x0A, 0x0A, 0x0A, 0x98, 0x0A, 0x7F, 0x0A, 0xC5, 0x0A, 0x62, 0x0A, 0xB7, 0x0A, 0x4A, 0x0B, 0x52, 0x0B}; + +//const uint8_t phone_d0_25_ac_data[] = {0xD0, 0x25, 0xAC}; +//const uint8_t phone_d0_25_ac_back[] = {0xCF, 0xCF, 0x09, 0xCB, 0x09, 0xD5, 0x09, 0xDD, 0x09, 0x3F, 0x09, 0x35, 0x09, 0xEE, 0x09, 0x8E, 0x09, 0xAB, 0x09, 0xEF, 0x09, 0xC0, 0x09, 0x9B, 0x09, 0xE3, 0x09, 0xCC, 0x09, 0xBB, 0x09, 0x64, 0x09, 0xA6, 0x09, 0x0C, 0x0A, 0xB2, 0x09, 0x10, 0x0A, 0xE3, 0x09, 0x71, 0x0A, 0xD6, 0x0A, 0x1F, 0x0A, 0x02, 0x0A, 0x63, 0x0B, 0x7C, 0x0A, 0xE9, 0x09, 0x6F, 0x0A, 0xBF, 0x0A, 0x1A, 0x0B, 0x75, 0x0B, 0x6B, 0x09, 0xEA, 0x09, 0x76, 0x09, 0x91, 0x09, 0x9F, 0x09, 0x9B, 0x09, 0xCE, 0x09, 0xF5, 0x09, 0x4E, 0x09, 0x94, 0x09, 0xE7, 0x09, 0x52, 0x09, 0x94, 0x09, 0x90, 0x09, 0x86, 0x09, 0xBF, 0x09, 0x07, 0x0A, 0x99, 0x09, 0x06, 0x0A, 0x98, 0x09, 0xDD, 0x09, 0x2F, 0x0A, 0x47, 0x0B, 0x17, 0x0B, 0x24, 0x0A, 0xD3, 0x09, 0x96, 0x0A, 0x47, 0x0A, 0x8A, 0x0A, 0xAC, 0x0A, 0x95, 0x0B, 0x2B, 0x0B}; + +//const uint8_t phone_d0_26_2c_data[] = {0xD0, 0x26, 0x2C}; +//const uint8_t phone_d0_26_2c_back[] = {0xBC, 0xBC, 0x09, 0x74, 0x09, 0x85, 0x09, 0x92, 0x09, 0xB0, 0x09, 0xAE, 0x09, 0x4B, 0x09, 0x8E, 0x09, 0xA3, 0x09, 0x89, 0x09, 0x59, 0x09, 0xB4, 0x09, 0x5D, 0x09, 0x8A, 0x09, 0xCD, 0x09, 0x05, 0x0A, 0x0E, 0x0A, 0xA2, 0x09, 0x31, 0x0A, 0x90, 0x09, 0xD4, 0x09, 0xAE, 0x09, 0x4D, 0x0A, 0x4E, 0x0B, 0x74, 0x0A, 0xA6, 0x0A, 0x99, 0x0A, 0x46, 0x0A, 0x47, 0x0B, 0x99, 0x0A, 0x2D, 0x0B, 0x55, 0x0B, 0x50, 0x09, 0xCE, 0x09, 0x20, 0x09, 0x2D, 0x09, 0x56, 0x09, 0x4D, 0x09, 0x6D, 0x09, 0xB6, 0x09, 0x47, 0x09, 0xAC, 0x09, 0xCC, 0x09, 0x92, 0x09, 0xEB, 0x09, 0x82, 0x09, 0x9C, 0x09, 0xA2, 0x09, 0xCE, 0x09, 0x28, 0x0A, 0xCB, 0x09, 0xD1, 0x09, 0x11, 0x0A, 0x92, 0x0A, 0x2F, 0x0B, 0xF0, 0x09, 0x55, 0x0B, 0x25, 0x0A, 0x93, 0x0A, 0x50, 0x0A, 0xE7, 0x0A, 0xE5, 0x0A, 0x4B, 0x0B, 0xE9, 0x0A}; + +//const uint8_t phone_d0_26_ac_data[] = {0xD0, 0x26, 0xAC}; +//const uint8_t phone_d0_26_ac_back[] = {0xC5, 0xC5, 0x09, 0x88, 0x09, 0xA3, 0x09, 0xB4, 0x09, 0xDE, 0x09, 0xD7, 0x09, 0x9A, 0x09, 0x74, 0x09, 0x9E, 0x09, 0x65, 0x09, 0x7F, 0x09, 0xCF, 0x09, 0x64, 0x09, 0xB6, 0x09, 0x4E, 0x09, 0x93, 0x09, 0x45, 0x0A, 0x58, 0x0B, 0xFE, 0x0A, 0x3B, 0x0B, 0xA7, 0x0A, 0xA9, 0x0B, 0x36, 0x0B, 0xD4, 0x0A, 0xA2, 0x0A, 0x89, 0x0A, 0x2E, 0x0A, 0xA5, 0x0A, 0x65, 0x0A, 0xFB, 0x0A, 0xB4, 0x0A, 0xD2, 0x0A, 0x8C, 0x09, 0x4C, 0x09, 0x6D, 0x09, 0x83, 0x09, 0xB3, 0x09, 0xAB, 0x09, 0x58, 0x09, 0x5C, 0x09, 0x78, 0x09, 0xC1, 0x09, 0x5F, 0x09, 0xB0, 0x09, 0x46, 0x09, 0xA8, 0x09, 0xFC, 0x09, 0x93, 0x09, 0xB1, 0x0A, 0x72, 0x0A, 0x79, 0x0A, 0x5D, 0x0A, 0x2F, 0x0B, 0x82, 0x0B, 0x22, 0x0B, 0xD6, 0x0A, 0xB8, 0x0A, 0xE3, 0x0A, 0xA2, 0x0A, 0xD9, 0x0A, 0xAC, 0x0A, 0x32, 0x0B, 0xF8, 0x0A, 0xE7, 0x0A}; + +//const uint8_t phone_d0_27_2c_data[] = {0xD0, 0x27, 0x2C}; +//const uint8_t phone_d0_27_2c_back[] = {0x20, 0x20, 0x09, 0xC7, 0x09, 0x2E, 0x09, 0x4C, 0x09, 0x7C, 0x09, 0x6F, 0x09, 0xD7, 0x09, 0xEA, 0x09, 0x42, 0x09, 0x92, 0x09, 0xBD, 0x09, 0x8B, 0x09, 0xE8, 0x09, 0x6F, 0x09, 0xD7, 0x09, 0x05, 0x0A, 0x37, 0x0A, 0x78, 0x0A, 0x60, 0x0A, 0xA9, 0x0A, 0x2C, 0x0B, 0x27, 0x0B, 0xDF, 0x0A, 0x2C, 0x0B, 0x20, 0x0B, 0x8E, 0x0B, 0x4A, 0x0B, 0x40, 0x0B, 0x0D, 0x0B, 0xEB, 0x0A, 0x72, 0x0B, 0x57, 0x0B, 0x37, 0x09, 0x29, 0x09, 0x6C, 0x09, 0x8E, 0x09, 0xBF, 0x09, 0xBD, 0x09, 0x58, 0x09, 0x77, 0x09, 0x90, 0x09, 0xDC, 0x09, 0x48, 0x09, 0x8F, 0x09, 0xEA, 0x09, 0xB3, 0x09, 0x27, 0x0A, 0x97, 0x09, 0x0E, 0x0A, 0x25, 0x0A, 0x6E, 0x0A, 0xB3, 0x0A, 0xCA, 0x0A, 0x88, 0x0A, 0x8C, 0x0A, 0xB8, 0x0A, 0xCD, 0x0A, 0xDF, 0x0A, 0x2A, 0x0B, 0xE6, 0x0A, 0x63, 0x0B, 0x06, 0x0B, 0x83, 0x0B, 0xD5, 0x0A}; + + +/*******************************************/ +#ifdef USE_FOR_SUMSUNG_S20PLUS +const uint8_t phone_data_60_1[]={0x09,0x00,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; +const uint8_t phone_data_60_2[]={0x1D,0x61,0x02,0x02,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; +const uint8_t phone_data_60_3[]={0x1D,0x61,0x06,0x00,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; +const uint8_t phone_data_60_4[]={0x1D,0x41,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; +const uint8_t phone_data_60_5[]={0x1D,0x61,0x05,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; +const uint8_t phone_data_60_6[]={0x1D,0x61,0x02,0x02,0x05,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; +const uint8_t phone_data_60_7[]={0x1D,0x61,0x05,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; +const uint8_t phone_data_60_8[]={0x09,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; +const uint8_t phone_data_21[]={0x80}; +const uint8_t phone_data_22[]={0x53,0x45,0x37,0x91,0x00}; +const uint8_t phone_data_23[]={0x10,0x00,0x10,0x00,0x05,0xA0,0x0C,0x80,0x11,0x26,0x00}; +const uint8_t phone_data_30[]={0x61,0x00}; +const uint8_t phone_data_52[]={0xAC,0x37,0x91}; +const uint8_t phone_data_55[]={0x20}; +const uint8_t phone_data_85_1[]={0x00}; +const uint8_t phone_data_85_2[]={0x01,0x20,0x01,0x04,0x01,0x00,0x03,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00}; +const uint8_t phone_data_85_3[]={0x99,0x01,0x00,0x01,0x22,0x05,0x01,0x00,0x03,0x04,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x01,0xFF}; +const uint8_t phone_data_90[]={0x47,0x39,0x38,0x36,0x00,0x04,0x00,0x07,0x20,0x01}; +const uint8_t phone_data_92_1[]={0x03}; +const uint8_t phone_data_92_2[]={0xE6,0x00,0xC7,0x00,0xD7,0x00}; +const uint8_t phone_data_92_3[]={0x11,0x11,0x25}; +const uint8_t phone_data_A3[]={0x23,0x77,0x01,0x01}; +const uint8_t phone_data_A4[]={0x23,0x77,0x01,0x02}; +const uint8_t phone_data_A5[]={0x23,0x77,0x01,0x28}; +const uint8_t phone_data_AF[]={0x00,0x03,0x01,0x00}; +//const uint8_t phone_data_E4[]={0x00}; +uint8_t phone_data_E4[]={0x01}; +const uint8_t phone_data_F1[]={0x07,0x07,0x00,0xA2}; +//const uint8_t phone_data_F5[]={0x00}; +const uint8_t phone_data_F5_1[]={0xFF}; +const uint8_t phone_data_F5_2[]={0x13}; +const uint8_t phone_data_F5_3[]={0x00}; +const uint8_t phone_data_F5_4[]={0x06}; +const uint8_t phone_data_F6_1[]={0xFA,0xF4,0xFB,0x09,0xFB,0x09}; +const uint8_t phone_data_F6_2[]={0x25,0x23,0x23,0xE1,0x21,0x86}; +const uint8_t phone_data_F6_3[]={0x00,0x01,0x00,0x01,0x00,0x00}; +const uint8_t phone_data_F6_4[]={0x00,0x02,0x00,0x00,0x00,0x00}; + +uint8_t phone_data_B1[]={0x00,0x082}; + +#if 1 +const uint8_t phone_data_72_0[]={ +0xFF,0xD1,0xFF,0xDB,0xFF,0xDA,0xFF,0xE1,0xFF,0xDF,0xFF,0xDE,0xFF,0xDB,0xFF,0xDC,0xFF,0xDE,0xFF,0xD8,0xFF,0xCF,0xFF,0xD4,0xFF,0xCC,0xFF,0xCA,0xFF,0xC5,0xFF,0xBD,\ +0xFF,0xBE,0xFF,0xC4,0xFF,0xB7,0xFF,0xBE,0xFF,0xBD,0xFF,0xC3,0xFF,0xC3,0xFF,0xCB,0xFF,0xD3,0xFF,0xCF,0xFF,0xCC,0xFF,0xBF,0xFF,0xBB,0xFF,0xBA,0xFF,0xBC,0xFF,0xC3,\ +0xFF,0xBE,0xFF,0xBA,0x00,0x25,0xFF,0xB6,0xFF,0xC1,0xFF,0xC0,0xFF,0xE5,0xFF,0xE7,0xFF,0xE8,0xFF,0xE9,0xFF,0xEB,0xFF,0xE6,0xFF,0xE7,0xFF,0xEA,0xFF,0xE8,0xFF,0xE4,\ +0xFF,0xDF,0xFF,0xE2,0xFF,0xD8,0xFF,0xD7,0xFF,0xD5,0xFF,0xC9,0xFF,0xC3,0xFF,0xC2,0xFF,0xB8,0xFF,0xB9,0xFF,0xB7,0xFF,0xBF,0xFF,0xBF,0xFF,0xC9,0xFF,0xD1,0xFF,0xD1,\ +0xFF,0xC9,0xFF,0xBE,0xFF,0xB5,0xFF,0xB2,0xFF,0xBA,0xFF,0xC1,0xFF,0xBB,0xFF,0xB6,0x00,0xCF,0xFF,0xC3,0xFF,0xBD,0xFF,0xC2,0xFF,0xF1,0xFF,0xF5,0xFF,0xF5,0xFF,0xFA,\ +0xFF,0xFA,0xFF,0xF8,0xFF,0xF9,0xFF,0xFB,0xFF,0xF8,0xFF,0xF4,0xFF,0xEF,0xFF,0xF4,0xFF,0xEA,0xFF,0xEC,0xFF,0xE7,0xFF,0xDD,0xFF,0xD1,0xFF,0xD0,0xFF,0xC0,0xFF,0xBB,\ +0xFF,0xB6,0xFF,0xBB,0xFF,0xBA,0xFF,0xC3,0xFF,0xD3,0xFF,0xD9,0xFF,0xD6,0xFF,0xC8,0xFF,0xC1,0xFF,0xB3,0xFF,0xB6,0xFF,0xBD,0xFF,0xB7,0xFF,0xA9,0x00,0xC7,0xFF,0xC2,\ +0xFF,0xC5,0xFF,0xD0,0xFF,0xED,0xFF,0xEF,0xFF,0xF5,0xFF,0xF7,0xFF,0xFB,0xFF,0xF8,0xFF,0xF9,0xFF,0xF9,0xFF,0xF8,0xFF,0xF8,0xFF,0xF5,0xFF,0xFA,0xFF,0xF0,0xFF,0xEE,\ +0xFF,0xEF,0xFF,0xE5,0xFF,0xDE,0xFF,0xDC,0xFF,0xCC,0xFF,0xC1,0xFF,0xBA,0xFF,0xB9,0xFF,0xB7,0xFF,0xBF,0xFF,0xCD,0xFF,0xD5,0xFF,0xD5,0xFF,0xCC,0xFF,0xC7,0xFF,0xBA,\ +0xFF,0xB6,0xFF,0xBB,0xFF,0xB5,0xFF,0xBC,0xFF,0xBB,0xFF,0xBA,0xFF,0xB9,0xFF,0xBE,0xFF,0xF8,0xFF,0xFA,0xFF,0xFD,0x00,0x01,0x00,0x06,0x00,0x05,0x00,0x04,0x00,0x08,\ +0x00,0x08,0x00,0x04,0xFF,0xFE,0x00,0x01,0xFF,0xFB,0xFF,0xFD,0xFF,0xFD,0xFF,0xF1,0xFF,0xEC,0xFF,0xEB,0xFF,0xDD,0xFF,0xD4,0xFF,0xC9,0xFF,0xC3,0xFF,0xBB,0xFF,0xC1,\ +0xFF,0xCE,0xFF,0xD2,0xFF,0xD1,0xFF,0xD2,0xFF,0xC8,0xFF,0xC0,0xFF,0xBD,0xFF,0xBA,0xFF,0xB4,0xFF,0xBC,0xFF,0xBC,0xFF,0xB8,0xFF,0xBF,0xFF,0xC1,0xFF,0xF3,0xFF,0xF9,\ +0xFF,0xF8,0xFF,0xFF,0x00,0x01,0xFF,0xFF,0x00,0x03,0x00,0x00,0x00,0x01,0x00,0x03,0xFF,0xFE,0x00,0x01,0xFF,0xFB,0xFF,0xFD,0xFF,0xFC,0xFF,0xF1,0xFF,0xEA,0xFF,0xEE,\ +0xFF,0xE0,0xFF,0xDE,0xFF,0xD0,0xFF,0xC7,0xFF,0xBE,0xFF,0xC2,0xFF,0xC8,0xFF,0xC9,0xFF,0xC6,0xFF,0xC1,0xFF,0xBF,0xFF,0xB8,0xFF,0xB4,0xFF,0xB3,0xFF,0xB1,0xFF,0xB5,\ +0xFF,0xB9,0xFF,0xAB,0xFF,0xB1,0xFF,0xB6,0xFF,0xF3,0xFF,0xF6,0xFF,0xFB,0xFF,0xFD,0x00,0x02,0x00,0x01,0x00,0x00,0x00,0x06,0x00,0x04,0x00,0x02,0xFF,0xFC,0x00,0x03,\ +0xFF,0xFD,0xFF,0xFF,0xFF,0xFF,0xFF,0xF5,0xFF,0xEE,0xFF,0xF0,0xFF,0xE6,0xFF,0xE2,0xFF,0xDB,0xFF,0xD1,0xFF,0xC1,0xFF,0xC3,0xFF,0xC6,0xFF,0xC2,0xFF,0xC1,0xFF,0xBF,\ +0xFF,0xC0,0xFF,0xB6,0xFF,0xB6,0xFF,0xB8,0xFF,0xB4,0xFF,0xB2,0xFF,0xB6,0xFF,0xAD,0xFF,0xAD,0xFF,0xB4,0xFF,0xF3,0xFF,0xF7,0xFF,0xF7,0xFF,0xFD,0x00,0x01,0x00,0x00,\ +0x00,0x01,0x00,0x04,0x00,0x03,0xFF,0xFD,0xFF,0xFE,0x00,0x03,0xFF,0xFE,0xFF,0xFE,0x00,0x00,0xFF,0xF3,0xFF,0xF0,0xFF,0xEF,0xFF,0xEA,0xFF,0xE3,0xFF,0xDC,0xFF,0xD6,\ +0xFF,0xC2,0xFF,0xBE,0xFF,0xC2,0xFF,0xBD,0xFF,0xBD,0xFF,0xC0,0xFF,0xBE,0xFF,0xBA,0xFF,0xB8,0xFF,0xB9,0xFF,0xB1,0xFF,0xB1,0xFF,0xB6,0xFF,0xAB,0xFF,0xAF,0xFF,0xB6,\ +0xFF,0xFB,0xFF,0xFF,0x00,0x03,0x00,0x05,0x00,0x0C,0x00,0x08,0x00,0x08,0x00,0x0B,0x00,0x0C,0x00,0x0A,0x00,0x08,0x00,0x0E,0x00,0x09,0x00,0x09,0x00,0x07,0xFF,0xFD,\ +0xFF,0xF7,0xFF,0xFA,0xFF,0xF1,0xFF,0xF2,0xFF,0xE8,0xFF,0xE1,0xFF,0xCF,0xFF,0xC4,0xFF,0xC7,0xFF,0xC6,0xFF,0xC6,0xFF,0xC7,0xFF,0xCA,0xFF,0xCA,0xFF,0xCB,0xFF,0xCC,\ +0xFF,0xC6,0xFF,0xC2,0xFF,0xC0,0xFF,0xB2,0xFF,0xBD,0xFF,0xBE,0xFF,0xFA,0xFF,0xFE,0x00,0x03,0x00,0x05,0x00,0x09,0x00,0x07,0x00,0x07,0x00,0x0A,0x00,0x0A,0x00,0x07,\ +0x00,0x04,0x00,0x09,0x00,0x04,0x00,0x05,0x00,0x04,0xFF,0xFA,0xFF,0xF9,0xFF,0xFB,0xFF,0xF2,0xFF,0xEF,0xFF,0xEA,0xFF,0xE3,0xFF,0xD3,0xFF,0xCC,0xFF,0xC7,0xFF,0xC8,\ +0xFF,0xC9,0xFF,0xC5,0xFF,0xCC,0xFF,0xCF,0xFF,0xCF,0xFF,0xD6,0xFF,0xCF,0xFF,0xC9,0xFF,0xC7,0xFF,0xB0,0xFF,0xB5,0xFF,0xBC,0xFF,0xF5,0xFF,0xF9,0xFF,0xFD,0x00,0x02,\ +0x00,0x05,0x00,0x03,0x00,0x06,0x00,0x07,0x00,0x08,0x00,0x02,0x00,0x00,0x00,0x0A,0x00,0x01,0x00,0x03,0x00,0x01,0xFF,0xF9,0xFF,0xF3,0xFF,0xF8,0xFF,0xF1,0xFF,0xF1,\ +0xFF,0xEA,0xFF,0xE9,0xFF,0xDB,0xFF,0xD0,0xFF,0xC9,0xFF,0xC8,0xFF,0xCC,0xFF,0xC5,0xFF,0xC5,0xFF,0xCA,0xFF,0xD1,0xFF,0xD8,0xFF,0xD3,0xFF,0xD2,0xFF,0xCC,0xFF,0xB2,\ +0xFF,0xB1,0xFF,0xB8,0xFF,0xEF,0xFF,0xF6,0xFF,0xFA,0xFF,0xFD,0x00,0x00,0xFF,0xFE,0x00,0x02,0x00,0x03,0x00,0x02,0xFF,0xFD,0xFF,0xFD,0x00,0x04,0xFF,0xFB,0xFF,0xFF,\ +0xFF,0xFF,0xFF,0xF3,0xFF,0xEE,0xFF,0xF5,0xFF,0xEC,0xFF,0xEC,0xFF,0xE8,0xFF,0xE5,0xFF,0xD9,0xFF,0xD4,0xFF,0xCE,0xFF,0xC7,0xFF,0xC7,0xFF,0xC1,0xFF,0xC1,0xFF,0xC2,\ +0xFF,0xCA,0xFF,0xD4,0xFF,0xCB,0xFF,0xCE,0xFF,0xD1,0xFF,0xB8,0xFF,0xB1,0xFF,0xB2,0xFF,0xFC,0xFF,0xFF,0x00,0x02,0x00,0x04,0x00,0x06,0x00,0x05,0x00,0x08,0x00,0x0A,\ +0x00,0x09,0x00,0x04,0x00,0x02,0x00,0x09,0x00,0x01,0x00,0x04,0x00,0x02,0xFF,0xFB,0xFF,0xF6,0xFF,0xFD,0xFF,0xF5,0xFF,0xF5,0xFF,0xF2,0xFF,0xF1,0xFF,0xE4,0xFF,0xE2,\ +0xFF,0xDE,0xFF,0xD0,0xFF,0xCC,0xFF,0xC2,0xFF,0xC4,0xFF,0xC5,0xFF,0xD1,0xFF,0xDA,0xFF,0xD6,0xFF,0xD8,0xFF,0xDE,0xFF,0xCA,0xFF,0xC4,0xFF,0xC0,0xFF,0xEF,0xFF,0xF5,\ +0xFF,0xF7,0xFF,0xF8,0xFF,0xFB,0xFF,0xF7,0xFF,0xFA,0xFF,0xFD,0xFF,0xFC,0xFF,0xF9,0xFF,0xF6,0xFF,0xFD,0xFF,0xF7,0xFF,0xF8,0xFF,0xF6,0xFF,0xEF,0xFF,0xEC,0xFF,0xF2,\ +0xFF,0xEB,0xFF,0xEA,0xFF,0xE8,0xFF,0xE6,0xFF,0xDE,0xFF,0xDA,0xFF,0xDB,0xFF,0xD5,0xFF,0xCD,0xFF,0xBD,0xFF,0xC2,0xFF,0xC4,0xFF,0xCA,0xFF,0xD3,0xFF,0xCF,0xFF,0xD5,\ +0xFF,0xDC,0xFF,0xCC,0xFF,0xC4,0xFF,0xC5,0xFF,0xF7,0xFF,0xF9,0xFF,0xFA,0xFF,0xFA,0x00,0x00,0xFF,0xFB,0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFB,0xFF,0xFA,0xFF,0xFE,\ +0xFF,0xF3,0xFF,0xFA,0xFF,0xF8,0xFF,0xF1,0xFF,0xF0,0xFF,0xF2,0xFF,0xED,0xFF,0xEC,0xFF,0xEA,0xFF,0xE6,0xFF,0xE0,0xFF,0xDE,0xFF,0xDF,0xFF,0xD9,0xFF,0xCF,0xFF,0xC1,\ +0xFF,0xC0,0xFF,0xC7,0xFF,0xCB,0xFF,0xD3,0xFF,0xD0,0xFF,0xD7,0xFF,0xE2,0xFF,0xD2,0xFF,0xD0,0xFF,0xCD,0xFF,0xEB,0xFF,0xED,0xFF,0xE9,0xFF,0xED,0xFF,0xF3,0xFF,0xED,\ +0xFF,0xED,0xFF,0xF0,0xFF,0xEF,0xFF,0xEB,0xFF,0xE8,0xFF,0xEF,0xFF,0xE7,0xFF,0xEB,0xFF,0xEC,0xFF,0xE3,0xFF,0xDE,0xFF,0xE3,0xFF,0xDF,0xFF,0xE2,0xFF,0xE2,0xFF,0xDE,\ +0xFF,0xD8,0xFF,0xD8,0xFF,0xDC,0xFF,0xD7,0xFF,0xD0,0xFF,0xC0,0xFF,0xBE,0xFF,0xC0,0xFF,0xC4,0xFF,0xCE,0xFF,0xCA,0xFF,0xD2,0xFF,0xDB,0xFF,0xCD,0xFF,0xCD,0xFF,0xC7,\ +0xFF,0xD8,0xFF,0xDF,0xFF,0xE0,0xFF,0xDD,0xFF,0xDF,0xFF,0xDE,0xFF,0xE0,0xFF,0xE0,0xFF,0xDF,0xFF,0xDE,0xFF,0xD9,0xFF,0xE1,0xFF,0xD8,0xFF,0xDF,0xFF,0xDD,0xFF,0xD6,\ +0xFF,0xD6,0xFF,0xDB,0xFF,0xD4,0xFF,0xD7,0xFF,0xD4,0xFF,0xD5,0xFF,0xD4,0xFF,0xD6,0xFF,0xD8,0xFF,0xD7,0xFF,0xD3,0xFF,0xC8,0xFF,0xC6,0xFF,0xBF,0xFF,0xC5,0xFF,0xCE,\ +0xFF,0xC6,0xFF,0xD3,0xFF,0xD7,0xFF,0xCD,0xFF,0xCB,0xFF,0xC7}; +const uint8_t phone_data_72_5[]={ +0xFF,0xDA,0xFF,0xE4,0xFF,0xE0,0xFF,0xE6,0xFF,0xE5,0xFF,0xDF,0xFF,0xE1,0xFF,0xE4,0xFF,0xE3,0xFF,0xDD,0xFF,0xD6,0xFF,0xD5,0xFF,0xD2,0xFF,0xCF,0xFF,0xC9,0xFF,0xC1,\ +0xFF,0xC0,0xFF,0xC7,0xFF,0xBD,0xFF,0xBD,0xFF,0xBF,0xFF,0xC5,0xFF,0xC3,0xFF,0xCF,0xFF,0xD0,0xFF,0xCE,0xFF,0xCC,0xFF,0xC1,0xFF,0xBC,0xFF,0xBC,0xFF,0xBB,0xFF,0xC3,\ +0xFF,0xBA,0xFF,0xB9,0x00,0x24,0xFF,0xB8,0xFF,0xC1,0xFF,0xBD,0xFF,0xEE,0xFF,0xF4,0xFF,0xF2,0xFF,0xF2,0xFF,0xF7,0xFF,0xF3,0xFF,0xF5,0xFF,0xF6,0xFF,0xF5,0xFF,0xED,\ +0xFF,0xEA,0xFF,0xE9,0xFF,0xE4,0xFF,0xE1,0xFF,0xDB,0xFF,0xD1,0xFF,0xC8,0xFF,0xC9,0xFF,0xBF,0xFF,0xBD,0xFF,0xC1,0xFF,0xC7,0xFF,0xC5,0xFF,0xD1,0xFF,0xD6,0xFF,0xD6,\ +0xFF,0xD2,0xFF,0xC7,0xFF,0xBA,0xFF,0xBA,0xFF,0xBD,0xFF,0xC5,0xFF,0xBC,0xFF,0xB5,0x00,0xD2,0xFF,0xC6,0xFF,0xC1,0xFF,0xC7,0xFF,0xE8,0xFF,0xE0,0xFF,0xE4,0xFF,0xEC,\ +0xFF,0xED,0xFF,0xEB,0xFF,0xEB,0xFF,0xF0,0xFF,0xEF,0xFF,0xE7,0xFF,0xE4,0xFF,0xE9,0xFF,0xE4,0xFF,0xE1,0xFF,0xDD,0xFF,0xD3,0xFF,0xCA,0xFF,0xC5,0xFF,0xB9,0xFF,0xB5,\ +0xFF,0xAF,0xFF,0xB3,0xFF,0xB3,0xFF,0xC1,0xFF,0xC8,0xFF,0xCA,0xFF,0xCC,0xFF,0xC1,0xFF,0xB6,0xFF,0xAA,0xFF,0xAB,0xFF,0xB5,0xFF,0xAC,0xFF,0xA3,0x00,0xBA,0xFF,0xBE,\ +0xFF,0xBF,0xFF,0xC9,0xFF,0xF0,0xFF,0xF4,0xFF,0xF6,0xFF,0xFC,0x00,0x01,0xFF,0xFD,0xFF,0xFD,0xFF,0xFE,0xFF,0xFF,0xFF,0xF9,0xFF,0xF8,0xFF,0xFF,0xFF,0xF6,0xFF,0xF1,\ +0xFF,0xF1,0xFF,0xE5,0xFF,0xE2,0xFF,0xDD,0xFF,0xCD,0xFF,0xBF,0xFF,0xBF,0xFF,0xBB,0xFF,0xB7,0xFF,0xC1,0xFF,0xCA,0xFF,0xD2,0xFF,0xD6,0xFF,0xCD,0xFF,0xC4,0xFF,0xB8,\ +0xFF,0xB7,0xFF,0xBD,0xFF,0xB2,0xFF,0xB5,0xFF,0xB8,0xFF,0xB8,0xFF,0xBD,0xFF,0xBD,0xFF,0xF8,0xFF,0xFA,0xFF,0xFF,0x00,0x04,0x00,0x05,0x00,0x02,0x00,0x05,0x00,0x07,\ +0x00,0x07,0x00,0x02,0xFF,0xFF,0x00,0x01,0xFF,0xFD,0xFF,0xFE,0xFF,0xFA,0xFF,0xEE,0xFF,0xE8,0xFF,0xE6,0xFF,0xDC,0xFF,0xD3,0xFF,0xC8,0xFF,0xC1,0xFF,0xBA,0xFF,0xC0,\ +0xFF,0xCA,0xFF,0xCC,0xFF,0xCE,0xFF,0xCE,0xFF,0xC7,0xFF,0xBD,0xFF,0xB8,0xFF,0xB5,0xFF,0xAF,0xFF,0xB8,0xFF,0xB7,0xFF,0xB4,0xFF,0xB9,0xFF,0xBE,0x00,0x0A,0x00,0x0E,\ +0x00,0x0D,0x00,0x16,0x00,0x15,0x00,0x0C,0x00,0x13,0x00,0x13,0x00,0x15,0x00,0x10,0x00,0x07,0x00,0x0D,0x00,0x09,0x00,0x0A,0x00,0x06,0xFF,0xFC,0xFF,0xF6,0xFF,0xF6,\ +0xFF,0xEA,0xFF,0xE7,0xFF,0xDC,0xFF,0xD1,0xFF,0xC6,0xFF,0xCA,0xFF,0xCE,0xFF,0xCA,0xFF,0xCA,0xFF,0xC8,0xFF,0xC3,0xFF,0xB9,0xFF,0xBA,0xFF,0xB5,0xFF,0xAF,0xFF,0xB4,\ +0xFF,0xBB,0xFF,0xB2,0xFF,0xB1,0xFF,0xBA,0xFF,0xF6,0xFF,0xF8,0xFF,0xFD,0x00,0x04,0x00,0x03,0x00,0x06,0x00,0x07,0x00,0x07,0x00,0x07,0x00,0x00,0xFF,0xF9,0x00,0x03,\ +0x00,0x01,0x00,0x00,0xFF,0xFE,0xFF,0xF4,0xFF,0xEE,0xFF,0xEE,0xFF,0xE6,0xFF,0xE1,0xFF,0xDC,0xFF,0xCF,0xFF,0xBE,0xFF,0xC8,0xFF,0xC4,0xFF,0xBA,0xFF,0xBE,0xFF,0xC0,\ +0xFF,0xBD,0xFF,0xB7,0xFF,0xB4,0xFF,0xB5,0xFF,0xB1,0xFF,0xAC,0xFF,0xB3,0xFF,0xAC,0xFF,0xA7,0xFF,0xB0,0x00,0x00,0x00,0x04,0x00,0x05,0x00,0x0E,0x00,0x0D,0x00,0x08,\ +0x00,0x0F,0x00,0x0D,0x00,0x13,0x00,0x0A,0x00,0x07,0x00,0x0D,0x00,0x0B,0x00,0x08,0x00,0x06,0xFF,0xFE,0xFF,0xF8,0xFF,0xFA,0xFF,0xF0,0xFF,0xEB,0xFF,0xE8,0xFF,0xDD,\ +0xFF,0xCE,0xFF,0xC6,0xFF,0xC8,0xFF,0xC4,0xFF,0xC6,0xFF,0xC6,0xFF,0xC3,0xFF,0xC1,0xFF,0xBE,0xFF,0xBB,0xFF,0xB3,0xFF,0xB4,0xFF,0xB9,0xFF,0xB2,0xFF,0xB9,0xFF,0xBC,\ +0x00,0x02,0x00,0x07,0x00,0x09,0x00,0x0F,0x00,0x12,0x00,0x0A,0x00,0x0B,0x00,0x10,0x00,0x14,0x00,0x05,0x00,0x08,0x00,0x11,0x00,0x08,0x00,0x0B,0x00,0x0A,0xFF,0xFF,\ +0xFF,0xFA,0xFF,0xFB,0xFF,0xF3,0xFF,0xF3,0xFF,0xEC,0xFF,0xE1,0xFF,0xD3,0xFF,0xCD,0xFF,0xC9,0xFF,0xC7,0xFF,0xCA,0xFF,0xC4,0xFF,0xCB,0xFF,0xCA,0xFF,0xCB,0xFF,0xCB,\ +0xFF,0xC0,0xFF,0xC0,0xFF,0xC0,0xFF,0xB4,0xFF,0xBB,0xFF,0xC1,0x00,0x12,0x00,0x17,0x00,0x19,0x00,0x1B,0x00,0x1E,0x00,0x1C,0x00,0x17,0x00,0x1E,0x00,0x20,0x00,0x15,\ +0x00,0x18,0x00,0x19,0x00,0x0E,0x00,0x15,0x00,0x12,0x00,0x09,0x00,0x08,0x00,0x09,0x00,0x01,0xFF,0xFB,0xFF,0xFA,0xFF,0xF3,0xFF,0xE3,0xFF,0xD7,0xFF,0xCF,0xFF,0xCF,\ +0xFF,0xCE,0xFF,0xC4,0xFF,0xD1,0xFF,0xD4,0xFF,0xD7,0xFF,0xD5,0xFF,0xD0,0xFF,0xD0,0xFF,0xCC,0xFF,0xB8,0xFF,0xBB,0xFF,0xC1,0x00,0x02,0x00,0x07,0x00,0x07,0x00,0x0D,\ +0x00,0x10,0x00,0x0C,0x00,0x09,0x00,0x12,0x00,0x16,0x00,0x0D,0x00,0x0A,0x00,0x0F,0x00,0x0A,0x00,0x0B,0x00,0x0A,0xFF,0xFF,0xFF,0xFC,0xFF,0xFF,0xFF,0xF7,0xFF,0xF9,\ +0xFF,0xF2,0xFF,0xED,0xFF,0xE1,0xFF,0xD5,0xFF,0xCF,0xFF,0xCB,0xFF,0xD2,0xFF,0xC8,0xFF,0xCB,0xFF,0xD0,0xFF,0xD7,0xFF,0xDB,0xFF,0xD4,0xFF,0xD4,0xFF,0xD6,0xFF,0xBA,\ +0xFF,0xB9,0xFF,0xBD,0xFF,0xFA,0xFF,0xFD,0x00,0x01,0x00,0x03,0x00,0x08,0x00,0x02,0x00,0x03,0x00,0x08,0x00,0x0A,0x00,0x03,0x00,0x02,0x00,0x05,0x00,0x00,0x00,0x03,\ +0x00,0x02,0xFF,0xF7,0xFF,0xF6,0xFF,0xF7,0xFF,0xEF,0xFF,0xF3,0xFF,0xF0,0xFF,0xE5,0xFF,0xDB,0xFF,0xD5,0xFF,0xCF,0xFF,0xC5,0xFF,0xC6,0xFF,0xC0,0xFF,0xBF,0xFF,0xC2,\ +0xFF,0xCD,0xFF,0xD3,0xFF,0xCC,0xFF,0xCC,0xFF,0xD2,0xFF,0xBA,0xFF,0xAF,0xFF,0xB3,0x00,0x0D,0x00,0x14,0x00,0x13,0x00,0x15,0x00,0x18,0x00,0x12,0x00,0x18,0x00,0x17,\ +0x00,0x19,0x00,0x13,0x00,0x14,0x00,0x12,0x00,0x08,0x00,0x0E,0x00,0x0C,0x00,0x08,0x00,0x05,0x00,0x04,0xFF,0xFE,0x00,0x02,0xFF,0xFE,0xFF,0xF9,0xFF,0xED,0xFF,0xEF,\ +0xFF,0xDF,0xFF,0xD1,0xFF,0xCC,0xFF,0xC9,0xFF,0xC7,0xFF,0xCB,0xFF,0xD4,0xFF,0xDC,0xFF,0xDA,0xFF,0xDB,0xFF,0xE3,0xFF,0xD0,0xFF,0xC7,0xFF,0xC8,0xFF,0xFD,0x00,0x04,\ +0x00,0x03,0x00,0x03,0x00,0x08,0x00,0x06,0x00,0x06,0x00,0x07,0x00,0x0B,0x00,0x01,0x00,0x04,0x00,0x08,0x00,0x02,0x00,0x02,0x00,0x04,0xFF,0xFA,0xFF,0xF7,0xFF,0xFA,\ +0xFF,0xF6,0xFF,0xF6,0xFF,0xF6,0xFF,0xF5,0xFF,0xE7,0xFF,0xE7,0xFF,0xE5,0xFF,0xDD,0xFF,0xD2,0xFF,0xC7,0xFF,0xCB,0xFF,0xCF,0xFF,0xD4,0xFF,0xDA,0xFF,0xDA,0xFF,0xDD,\ +0xFF,0xE5,0xFF,0xD6,0xFF,0xCF,0xFF,0xD0,0xFF,0xF1,0xFF,0xF4,0xFF,0xEF,0xFF,0xF5,0xFF,0xFA,0xFF,0xF2,0xFF,0xF6,0xFF,0xFB,0xFF,0xFB,0xFF,0xF3,0xFF,0xF4,0xFF,0xF8,\ +0xFF,0xF4,0xFF,0xF4,0xFF,0xF4,0xFF,0xEC,0xFF,0xEB,0xFF,0xEE,0xFF,0xEA,0xFF,0xE8,0xFF,0xE4,0xFF,0xE5,0xFF,0xDB,0xFF,0xDB,0xFF,0xD9,0xFF,0xD5,0xFF,0xCC,0xFF,0xBF,\ +0xFF,0xBD,0xFF,0xC5,0xFF,0xC8,0xFF,0xCE,0xFF,0xCC,0xFF,0xD3,0xFF,0xDB,0xFF,0xCC,0xFF,0xCD,0xFF,0xCA,0xFF,0xF7,0xFF,0xF8,0xFF,0xF5,0xFF,0xF5,0xFF,0xFA,0xFF,0xF6,\ +0xFF,0xFC,0xFF,0xF9,0xFF,0xFB,0xFF,0xF7,0xFF,0xF4,0xFF,0xF6,0xFF,0xEE,0xFF,0xF4,0xFF,0xF4,0xFF,0xEE,0xFF,0xEB,0xFF,0xEC,0xFF,0xEA,0xFF,0xEC,0xFF,0xEC,0xFF,0xE7,\ +0xFF,0xDF,0xFF,0xE1,0xFF,0xE1,0xFF,0xDB,0xFF,0xD6,0xFF,0xCB,0xFF,0xC7,0xFF,0xCB,0xFF,0xD0,0xFF,0xD4,0xFF,0xD0,0xFF,0xD7,0xFF,0xE3,0xFF,0xD6,0xFF,0xD7,0xFF,0xD2,\ +0xFF,0xE4,0xFF,0xEE,0xFF,0xEE,0xFF,0xEE,0xFF,0xF1,0xFF,0xED,0xFF,0xED,0xFF,0xF1,0xFF,0xED,0xFF,0xEC,0xFF,0xE6,0xFF,0xEC,0xFF,0xEA,0xFF,0xEA,0xFF,0xE7,0xFF,0xE3,\ +0xFF,0xE5,0xFF,0xE5,0xFF,0xE1,0xFF,0xE1,0xFF,0xE0,0xFF,0xE1,0xFF,0xDE,0xFF,0xDE,0xFF,0xDE,0xFF,0xDD,0xFF,0xD5,0xFF,0xD2,0xFF,0xCF,0xFF,0xCA,0xFF,0xD0,0xFF,0xD2,\ +0xFF,0xCE,0xFF,0xDA,0xFF,0xDD,0xFF,0xD8,0xFF,0xD5,0xFF,0xCE}; +const uint8_t phone_data_72_13[]={ +0x03,0x22,0x02,0xCD,0x02,0xCD,0x02,0xD0,0x02,0xC7,0x02,0xEB,0x02,0xF0,0x02,0xD6,0x02,0xA4,0x02,0xEE,0x02,0xF6,0x02,0xC4,0x02,0xDF,0x02,0xD6,0x02,0xD3,0x03,0x34,\ +0x03,0x2B,0x02,0xFC,0x03,0x31,0x03,0x0E,0x03,0x5D,0x03,0x2E,0x03,0x08,0x03,0x3A,0x03,0x63,0x03,0x54,0x03,0x14,0x03,0x3D,0x03,0x37,0x03,0x95,0x03,0x81,0x03,0x31,\ +0x03,0x95,0x03,0x72,0x03,0x6C,0x03,0x8F,0x03,0x46,0x03,0x57,0x02,0xFF,0x02,0xBE,0x02,0xC1,0x02,0xC7,0x02,0xB6,0x02,0xD9,0x02,0xE5,0x02,0xCD,0x02,0x95,0x02,0xDF,\ +0x02,0xEE,0x02,0xB3,0x02,0xD3,0x02,0xCA,0x02,0xCD,0x03,0x2B,0x03,0x1A,0x02,0xF6,0x03,0x2B,0x02,0xFF,0x03,0x54,0x03,0x22,0x02,0xF9,0x03,0x31,0x03,0x5A,0x03,0x49,\ +0x03,0x08,0x03,0x34,0x03,0x2B,0x03,0x89,0x03,0x72,0x03,0x22,0x03,0x8F,0x03,0x60,0x03,0x5D,0x03,0x84,0x03,0x3A,0x03,0x4F,0x02,0xF3,0x02,0xB3,0x02,0xB9,0x02,0xBC,\ +0x02,0xB0,0x02,0xD6,0x02,0xDF,0x02,0xC7,0x02,0x92,0x02,0xDC,0x02,0xEE,0x02,0xB3,0x02,0xD3,0x02,0xCD,0x02,0xC7,0x03,0x2B,0x03,0x1D,0x02,0xF6,0x03,0x28,0x02,0xFF,\ +0x03,0x54,0x03,0x22,0x02,0xFC,0x03,0x31,0x03,0x5D,0x03,0x49,0x03,0x05,0x03,0x31,0x03,0x2B,0x03,0x8C,0x03,0x75,0x03,0x28,0x03,0x92,0x03,0x66,0x03,0x60,0x03,0x84,\ +0x03,0x3D,0x03,0x54,0x02,0xF0,0x02,0xD9,0x02,0xDF,0x02,0xE8,0x02,0xDF,0x02,0xFC,0x03,0x0E,0x02,0xF0,0x02,0xC7,0x03,0x0E,0x03,0x1A,0x02,0xE8,0x03,0x02,0x02,0xF6,\ +0x02,0xF6,0x03,0x57,0x03,0x4F,0x03,0x2B,0x03,0x54,0x03,0x37,0x03,0x89,0x03,0x54,0x03,0x31,0x03,0x60,0x03,0x9B,0x03,0x86,0x03,0x49,0x03,0x72,0x03,0x69,0x03,0xC4,\ +0x03,0xB8,0x03,0x60,0x03,0xCD,0x03,0xAD,0x03,0xA7,0x03,0xC4,0x03,0x84,0x03,0xB3,0x02,0xEB,0x02,0xC1,0x02,0xCA,0x02,0xD0,0x02,0xC7,0x02,0xE8,0x02,0xF0,0x02,0xD9,\ +0x02,0xA7,0x02,0xF3,0x02,0xFF,0x02,0xD0,0x02,0xEB,0x02,0xE2,0x02,0xE2,0x03,0x43,0x03,0x37,0x03,0x11,0x03,0x40,0x03,0x20,0x03,0x6F,0x03,0x3D,0x03,0x17,0x03,0x4C,\ +0x03,0x81,0x03,0x69,0x03,0x2E,0x03,0x54,0x03,0x4C,0x03,0xAD,0x03,0x9B,0x03,0x49,0x03,0xB3,0x03,0x8F,0x03,0x8C,0x03,0xAA,0x03,0x60,0x03,0x8C,0x03,0x0E,0x02,0xDC,\ +0x02,0xE5,0x02,0xEB,0x02,0xDF,0x02,0xFC,0x03,0x08,0x02,0xF0,0x02,0xC4,0x03,0x11,0x03,0x1D,0x02,0xEB,0x03,0x08,0x02,0xF9,0x02,0xF9,0x03,0x5A,0x03,0x54,0x03,0x31,\ +0x03,0x5A,0x03,0x3D,0x03,0x92,0x03,0x5A,0x03,0x3A,0x03,0x66,0x03,0x9B,0x03,0x89,0x03,0x49,0x03,0x72,0x03,0x69,0x03,0xCA,0x03,0xB6,0x03,0x66,0x03,0xCD,0x03,0xAD,\ +0x03,0xA7,0x03,0xC4,0x03,0x81,0x03,0xA4,0x03,0x02,0x02,0xCA,0x02,0xCA,0x02,0xCD,0x02,0xCA,0x02,0xE5,0x02,0xF0,0x02,0xD9,0x02,0xAA,0x02,0xF3,0x03,0x05,0x02,0xD0,\ +0x02,0xF0,0x02,0xE2,0x02,0xE5,0x03,0x43,0x03,0x3A,0x03,0x11,0x03,0x43,0x03,0x25,0x03,0x75,0x03,0x43,0x03,0x1A,0x03,0x4F,0x03,0x81,0x03,0x6C,0x03,0x31,0x03,0x57,\ +0x03,0x4F,0x03,0xB0,0x03,0x9B,0x03,0x4C,0x03,0xB3,0x03,0x92,0x03,0x8C,0x03,0xAA,0x03,0x63,0x03,0x89,0x03,0x0E,0x02,0xCA,0x02,0xCD,0x02,0xD3,0x02,0xCA,0x02,0xEB,\ +0x02,0xF6,0x02,0xDF,0x02,0xAD,0x02,0xF6,0x03,0x05,0x02,0xD6,0x02,0xF0,0x02,0xE8,0x02,0xEB,0x03,0x49,0x03,0x3D,0x03,0x1A,0x03,0x49,0x03,0x2E,0x03,0x7B,0x03,0x49,\ +0x03,0x28,0x03,0x54,0x03,0x89,0x03,0x75,0x03,0x37,0x03,0x5D,0x03,0x57,0x03,0xB6,0x03,0xA1,0x03,0x52,0x03,0xB8,0x03,0x98,0x03,0x95,0x03,0xB3,0x03,0x6C,0x03,0x8F,\ +0x03,0x25,0x02,0xD3,0x02,0xD6,0x02,0xD9,0x02,0xD6,0x02,0xF6,0x03,0x02,0x02,0xEB,0x02,0xBC,0x03,0x02,0x03,0x14,0x02,0xDF,0x02,0xFC,0x02,0xF0,0x02,0xF0,0x03,0x52,\ +0x03,0x4C,0x03,0x25,0x03,0x52,0x03,0x34,0x03,0x89,0x03,0x54,0x03,0x31,0x03,0x5D,0x03,0x95,0x03,0x81,0x03,0x3D,0x03,0x69,0x03,0x5D,0x03,0xBB,0x03,0xAD,0x03,0x5A,\ +0x03,0xC1,0x03,0xA1,0x03,0xA1,0x03,0xB8,0x03,0x6C,0x03,0x6F,0x03,0x1A,0x02,0xD6,0x02,0xD9,0x02,0xDF,0x02,0xD3,0x02,0xF6,0x02,0xFF,0x02,0xEB,0x02,0xB9,0x03,0x02,\ +0x03,0x11,0x02,0xE2,0x02,0xFC,0x02,0xF3,0x02,0xF6,0x03,0x52,0x03,0x49,0x03,0x2B,0x03,0x52,0x03,0x37,0x03,0x89,0x03,0x54,0x03,0x31,0x03,0x5D,0x03,0x92,0x03,0x7B,\ +0x03,0x40,0x03,0x63,0x03,0x5D,0x03,0xBB,0x03,0xAA,0x03,0x5A,0x03,0xC1,0x03,0x9E,0x03,0x9B,0x03,0xBB,0x03,0x69,0x03,0x72,0x03,0x11,0x02,0xD3,0x02,0xD6,0x02,0xDF,\ +0x02,0xD3,0x02,0xF6,0x02,0xFC,0x02,0xEB,0x02,0xB9,0x03,0x02,0x03,0x14,0x02,0xDF,0x02,0xFC,0x02,0xF3,0x02,0xF3,0x03,0x54,0x03,0x4C,0x03,0x25,0x03,0x52,0x03,0x37,\ +0x03,0x86,0x03,0x54,0x03,0x31,0x03,0x5A,0x03,0x8C,0x03,0x78,0x03,0x3A,0x03,0x60,0x03,0x5A,0x03,0xBB,0x03,0xAA,0x03,0x57,0x03,0xBE,0x03,0x9E,0x03,0x98,0x03,0xB8,\ +0x03,0x6C,0x03,0x72,0x03,0x0B,0x02,0xDC,0x02,0xDC,0x02,0xE8,0x02,0xDC,0x02,0xF9,0x03,0x05,0x02,0xEE,0x02,0xBE,0x03,0x0B,0x03,0x17,0x02,0xE8,0x02,0xFF,0x02,0xF3,\ +0x02,0xF3,0x03,0x57,0x03,0x4C,0x03,0x2E,0x03,0x54,0x03,0x3A,0x03,0x8C,0x03,0x57,0x03,0x34,0x03,0x63,0x03,0x92,0x03,0x7B,0x03,0x3D,0x03,0x69,0x03,0x5D,0x03,0xBE,\ +0x03,0xB0,0x03,0x5A,0x03,0xBE,0x03,0x9E,0x03,0x9B,0x03,0xBB,0x03,0x81,0x03,0xBE,0x02,0xF3,0x02,0xD3,0x02,0xD6,0x02,0xDC,0x02,0xD0,0x02,0xF0,0x02,0xF9,0x02,0xE5,\ +0x02,0xB3,0x02,0xFC,0x03,0x0E,0x02,0xDC,0x02,0xF6,0x02,0xEE,0x02,0xF0,0x03,0x4F,0x03,0x43,0x03,0x1D,0x03,0x4C,0x03,0x34,0x03,0x7E,0x03,0x4F,0x03,0x28,0x03,0x57,\ +0x03,0x7E,0x03,0x6C,0x03,0x31,0x03,0x5A,0x03,0x52,0x03,0xB3,0x03,0x9E,0x03,0x4F,0x03,0xB6,0x03,0x92,0x03,0x92,0x03,0xAD,0x03,0x66,0x03,0x98,0x03,0x0B,0x02,0xDC,\ +0x02,0xDF,0x02,0xE8,0x02,0xDC,0x02,0xF9,0x03,0x08,0x02,0xEE,0x02,0xC1,0x03,0x0B,0x03,0x17,0x02,0xE8,0x02,0xFC,0x02,0xF3,0x02,0xF3,0x03,0x52,0x03,0x4C,0x03,0x2B,\ +0x03,0x4F,0x03,0x34,0x03,0x86,0x03,0x4F,0x03,0x31,0x03,0x5A,0x03,0x86,0x03,0x6F,0x03,0x34,0x03,0x5A,0x03,0x52,0x03,0xB3,0x03,0x9E,0x03,0x4F,0x03,0xB6,0x03,0x92,\ +0x03,0x95,0x03,0xB0,0x03,0x69,0x03,0x8F,0x03,0x1A,0x02,0xE5,0x02,0xE8,0x02,0xEE,0x02,0xE2,0x02,0xFF,0x03,0x0E,0x02,0xF3,0x02,0xC7,0x03,0x0E,0x03,0x1D,0x02,0xE8,\ +0x03,0x05,0x02,0xF6,0x02,0xF6,0x03,0x54,0x03,0x4C,0x03,0x2E,0x03,0x54,0x03,0x3A,0x03,0x89,0x03,0x54,0x03,0x31,0x03,0x5A,0x03,0x89,0x03,0x72,0x03,0x34,0x03,0x5A,\ +0x03,0x54,0x03,0xB6,0x03,0xA1,0x03,0x4F,0x03,0xB8,0x03,0x95,0x03,0x92,0x03,0xB3,0x03,0x6C,0x03,0x8F,0x03,0x14,0x02,0xE2,0x02,0xE8,0x02,0xEB,0x02,0xDF,0x02,0xFC,\ +0x03,0x0E,0x02,0xF0,0x02,0xC1,0x03,0x0B,0x03,0x1A,0x02,0xE5,0x02,0xFF,0x02,0xF3,0x02,0xF3,0x03,0x52,0x03,0x46,0x03,0x25,0x03,0x4F,0x03,0x34,0x03,0x81,0x03,0x4C,\ +0x03,0x28,0x03,0x54,0x03,0x7E,0x03,0x63,0x03,0x2E,0x03,0x54,0x03,0x4C,0x03,0xAA,0x03,0x98,0x03,0x46,0x03,0xAD,0x03,0x8C,0x03,0x89,0x03,0xAA,0x03,0x60,0x03,0x86,\ +0x03,0x0B,0x02,0xBE,0x02,0xCD,0x02,0xD0,0x02,0xC7,0x02,0xE8,0x02,0xF3,0x02,0xD6,0x02,0xA7,0x02,0xF0,0x02,0xF9,0x02,0xC7,0x02,0xE5,0x02,0xD3,0x02,0xD3,0x03,0x34,\ +0x03,0x28,0x02,0xF9,0x03,0x2B,0x03,0x0B,0x03,0x5A,0x03,0x28,0x02,0xF9,0x03,0x2E,0x03,0x5D,0x03,0x49,0x03,0x05,0x03,0x34,0x03,0x28,0x03,0x89,0x03,0x6F,0x03,0x20,\ +0x03,0x8C,0x03,0x63,0x03,0x63,0x03,0x8C,0x03,0x43,0x03,0x54}; + +const uint8_t phone_data_75_01[]={0x46,0x54,0x52,0x59,0x01,0x01,0x75,0x01,0xF1,0xEB,0xEA,0xEA,0xEA,0xEE,0xF1,0xF2,0xF3,0xF5,0xF7,0xF9,0xFB,0xFA,0xFF,0xFA,0xFF,0x01,0xFF,0x05,0x09,0x09,0x06,0x06,\ +0x08,0x0A,0x0A,0x0B,0x0C,0x0C,0x0D,0x0E,0x0E,0x0F,0x0E,0x0C,0x0B,0x04,0xE7,0xE8,0xE8,0xE9,0xEA,0xEC,0xF0,0xF0,0xF2,0xF5,0xF6,0xF9,0xFA,0xF9,0xFE,0xF9,0xFD,0x00,\ +0xFE,0x03,0x07,0x07,0x04,0x04,0x08,0x0B,0x0C,0x0C,0x0D,0x0D,0x0E,0x0F,0x0F,0x10,0x0F,0x0E,0x0D,0x07,0xE7,0xE9,0xE9,0xEA,0xEB,0xEE,0xF1,0xF2,0xF4,0xF6,0xF8,0xFA,\ +0xFC,0xFB,0xFF,0xFA,0xFF,0x01,0xFF,0x05,0x08,0x09,0x06,0x05,0x0A,0x0D,0x0D,0x0E,0x0F,0x0F,0x10,0x12,0x12,0x12,0x11,0x10,0x0F,0x0A,0xE6,0xEA,0xEA,0xEC,0xEC,0xF0,\ +0xF2,0xF4,0xF5,0xF7,0xF9,0xFC,0xFE,0xFC,0x01,0xFC,0x00,0x03,0x00,0x06,0x0B,0x0A,0x07,0x07,0x0D,0x0F,0x10,0x11,0x11,0x13,0x14,0x15,0x16,0x15,0x15,0x14,0x12,0x0E,\ +0xEA,0xEC,0xEE,0xEF,0xEF,0xF1,0xF4,0xF5,0xF8,0xF9,0xFB,0xFE,0x00,0xFE,0x02,0xFE,0x02,0x05,0x02,0x08,0x0D,0x0C,0x09,0x09,0x10,0x12,0x12,0x13,0x14,0x16,0x17,0x18,\ +0x19,0x18,0x18,0x16,0x14,0x10,0xEC,0xEE,0xEF,0xF0,0xF0,0xF2,0xF5,0xF6,0xF9,0xFA,0xFC,0xFF,0x00,0xFF,0x03,0xFE,0x03,0x05,0x03,0x09,0x0D,0x0D,0x0A,0x0A,0x11,0x13,\ +0x13,0x14,0x15,0x17,0x18,0x19,0x1A,0x1A,0x19,0x17,0x16,0x11,0xEF,0xF0,0xF0,0xF0,0xF1,0xF3,0xF6,0xF7,0xFA,0xFB,0xFC,0xFF,0x01,0x00,0x04,0xFF,0x03,0x06,0x04,0x0A,\ +0x0E,0x0E,0x0A,0x0A,0x12,0x14,0x15,0x16,0x17,0x18,0x19,0x1A,0x1B,0x1B,0x1A,0x19,0x17,0x12,0xF1,0xF1,0xF0,0xF1,0xF2,0xF4,0xF6,0xF8,0xFB,0xFC,0xFD,0x00,0x01,0x00,\ +0x04,0x00,0x04,0x07,0x05,0x0B,0x0F,0x0E,0x0B,0x0A,0x13,0x16,0x16,0x17,0x18,0x19,0x1B,0x1B,0x1C,0x1C,0x1B,0x1A,0x18,0x13,0xF3,0xF1,0xF0,0xF1,0xF2,0xF4,0xF6,0xF8,\ +0xFA,0xFB,0xFD,0x00,0x01,0x00,0x04,0xFF,0x04,0x06,0x04,0x0A,0x0F,0x0D,0x0A,0x0A,0x14,0x16,0x16,0x17,0x18,0x19,0x1A,0x1B,0x1C,0x1C,0x1B,0x1A,0x15,0x0A,0xF1,0xF0,\ +0xF0,0xF1,0xF2,0xF4,0xF7,0xF8,0xFB,0xFB,0xFD,0x00,0x01,0x00,0x04,0xFF,0x04,0x06,0x04,0x0A,0x0E,0x0D,0x0B,0x0A,0x15,0x17,0x17,0x19,0x19,0x1A,0x1C,0x1C,0x1D,0x1D,\ +0x1D,0x1B,0x19,0x14,0xEF,0xF0,0xF0,0xF0,0xF1,0xF3,0xF6,0xF7,0xFA,0xFB,0xFC,0xFF,0x00,0xFF,0x04,0xFF,0x03,0x05,0x03,0x09,0x0D,0x0D,0x0A,0x0A,0x15,0x17,0x17,0x19,\ +0x19,0x1A,0x1C,0x1C,0x1D,0x1D,0x1C,0x1B,0x19,0x15,0xEC,0xEE,0xEE,0xEF,0xF0,0xF2,0xF4,0xF6,0xF9,0xF9,0xFB,0xFE,0x00,0xFE,0x02,0xFD,0x02,0x04,0x01,0x08,0x0C,0x0C,\ +0x09,0x09,0x14,0x17,0x17,0x18,0x19,0x1A,0x1B,0x1C,0x1D,0x1D,0x1C,0x1B,0x19,0x15,0xE9,0xEB,0xED,0xEE,0xED,0xF1,0xF3,0xF5,0xF6,0xF8,0xFA,0xFD,0xFE,0xFD,0x01,0xFC,\ +0x00,0x03,0x00,0x07,0x0B,0x0B,0x08,0x08,0x14,0x16,0x16,0x17,0x18,0x1A,0x1B,0x1C,0x1D,0x1D,0x1C,0x1A,0x19,0x15,0xE6,0xE9,0xEA,0xEB,0xEB,0xEF,0xF1,0xF3,0xF4,0xF7,\ +0xF8,0xFB,0xFD,0xFB,0x00,0xFA,0xFF,0x01,0xFF,0x05,0x09,0x09,0x06,0x06,0x12,0x14,0x15,0x16,0x17,0x18,0x19,0x1A,0x1B,0x1B,0x1A,0x19,0x17,0x13,0xE5,0xE7,0xE8,0xE8,\ +0xE9,0xEC,0xF0,0xEF,0xF2,0xF4,0xF6,0xF9,0xFA,0xF8,0xFD,0xF7,0xFC,0xFF,0xFD,0x03,0x07,0x07,0x04,0x04,0x10,0x13,0x13,0x14,0x15,0x17,0x18,0x19,0x19,0x19,0x19,0x17,\ +0x15,0x11,0xE5,0xE6,0xE6,0xE7,0xE7,0xE9,0xED,0xEE,0xF0,0xF3,0xF4,0xF5,0xF8,0xF4,0xFB,0xF6,0xFB,0xFD,0xFB,0x01,0x05,0x05,0x02,0x01,0x0F,0x11,0x12,0x13,0x14,0x15,\ +0x16,0x17,0x17,0x18,0x17,0x16,0x14,0x0E,0xE5,0xE3,0xE4,0xE5,0xE5,0xE7,0xEA,0xEB,0xEE,0xEF,0xF1,0xF3,0xF4,0xF2,0xF7,0xF3,0xF8,0xFB,0xF9,0xFE,0x02,0x01,0xFE,0xFE,\ +0x10,0x11,0x11,0x12,0x12,0x14,0x15,0x16,0x16,0x16,0x16,0x16,0x14,0x0D}; +const uint8_t phone_data_75_02[]={0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; +const uint8_t phone_data_75_03[]={0x46,0x54,0x4D,0x33,0x01,0x02,0x61,0x01,0x15,0x0A,0x05,0x05,0x06,0x05,0x03,0x03,0x06,0x03,0x03,0x01,0x03,0x03,0x03,0x06,0x03,0x03,0x05,0x03,0x03,0x03,0x07,0x07,\ +0x05,0x03,0x03,0x03,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0xFB,0x08,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0xFF,0x00,\ +0xFF,0x00,0x01,0xFF,0x01,0x01,0x01,0xFF,0x01,0x01,0xFF,0xFF,0x01,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0xFF,0x06,0x03,0x01,0x01,0x01,0x01,0xFF,0x01,0x01,0xFF,0x01,0xFD,\ +0x01,0xFF,0xFF,0x00,0xFF,0x00,0xFF,0x00,0x00,0xFF,0x01,0x01,0x01,0xFF,0x00,0x01,0xFF,0xFF,0x01,0x01,0xFF,0xFF,0xFD,0xFD,0xFD,0xFF,0x03,0x03,0x01,0x01,0x01,0x01,\ +0xFF,0x00,0x01,0xFF,0xFF,0xFD,0xFF,0xFF,0xFF,0x00,0xFF,0x00,0xFF,0xFD,0x00,0xFF,0x01,0x01,0x01,0xFF,0x00,0xFF,0xFF,0xFF,0x01,0xFF,0xFF,0xFF,0xFD,0xFD,0xFD,0xFF,\ +0x03,0x03,0x01,0x01,0x01,0x01,0xFF,0x00,0x00,0xFF,0xFF,0xFD,0xFF,0xFF,0xFF,0x00,0xFF,0x00,0x01,0x00,0x01,0xFF,0x01,0x01,0x01,0xFF,0x01,0x01,0xFF,0xFF,0x01,0x01,\ +0xFF,0xFF,0xFF,0xFF,0x00,0xFF,0x06,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0xFF,0x01,0xFF,0xFF,0x01,0x01,0x00,0x01,0x00,0x01,0xFF,0x03,0x01,0x03,0x01,\ +0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0xFF,0xFF,0x00,0xFF,0x08,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0xFF,0x01,0xFF,0x01,0xFF,0xFF,0x01,0xFF,0x00,0x01,0x00,\ +0x01,0xFF,0x03,0x01,0x01,0x01,0x01,0x01,0xFF,0xFF,0x01,0x01,0x01,0xFF,0xFF,0xFF,0x00,0xFF,0x0C,0x03,0x01,0x01,0x01,0x01,0xFF,0x01,0x01,0xFF,0x01,0xFD,0xFF,0xFF,\ +0xFF,0x00,0x01,0x00,0x01,0x00,0x01,0xFF,0x03,0x01,0x01,0xFF,0x01,0x01,0xFF,0xFF,0x01,0xFF,0xFF,0xFF,0xFF,0xFD,0xFD,0xFD,0x0E,0x06,0x01,0x03,0x01,0x03,0x01,0x01,\ +0x01,0x01,0x01,0xFF,0x01,0xFF,0x01,0x01,0x01,0x01,0x01,0x00,0x01,0xFF,0x03,0x01,0x03,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0xFF,0xFF,0xFF,0xFF,0xFB,0xEC,0x0A,0x06,\ +0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0xFF,0x01,0xFF,0xFF,0x01,0xFF,0x00,0x01,0x00,0x01,0xFF,0x03,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0xFF,0xFF,\ +0xFF,0xFF,0x00,0xFF,0x0A,0x06,0x03,0x03,0x03,0x01,0x01,0x01,0x03,0x01,0x01,0xFF,0x01,0xFF,0x01,0x01,0x01,0x01,0x01,0x00,0x01,0x01,0x03,0x01,0x03,0x01,0x03,0x03,\ +0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x08,0x06,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0xFF,0x01,0xFF,0x01,0x01,0x01,0x00,0x01,0x00,0x01,0xFF,\ +0x03,0x01,0x03,0x01,0x03,0x01,0x01,0x01,0x03,0x03,0x01,0x01,0xFF,0xFF,0x00,0x01,0x06,0x06,0x01,0x01,0x01,0x01,0xFF,0x01,0x01,0x01,0x01,0xFF,0x01,0xFF,0xFF,0x01,\ +0xFF,0x00,0xFF,0x00,0x01,0xFF,0x03,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0xFF,0xFF,0xFF,0x00,0x01,0x03,0x06,0x01,0x01,0x01,0x01,0xFF,0x01,0x01,0xFF,\ +0x01,0xFF,0x01,0xFF,0x01,0x00,0xFF,0x00,0x01,0x00,0x01,0xFF,0x03,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0xFF,0xFF,0xFF,0x00,0x01,0x08,0x06,0x03,0x01,\ +0x03,0x01,0x01,0x01,0x01,0x01,0x01,0xFF,0x01,0xFF,0x01,0x01,0xFF,0x00,0x01,0x00,0x01,0xFF,0x03,0x01,0x03,0x01,0x03,0x03,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x01,\ +0x01,0x01,0x0A,0x06,0x01,0x01,0x01,0x01,0xFF,0x01,0x01,0xFF,0x01,0xFD,0x01,0xFF,0xFF,0x00,0x01,0x00,0xFF,0x00,0x01,0xFF,0x03,0x01,0x03,0x01,0x03,0x03,0x01,0x01,\ +0x03,0x01,0x01,0xFF,0x01,0x01,0x01,0xFF,0x0A,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x03,0xFF,0x01,0xFF,0x01,0x01,0x01,0x01,0x01,0x00,0x01,0xFF,0x01,0xFF,\ +0x0A,0x05,0x06,0x05,0x03,0x03,0x05,0x03,0x03,0x03,0x03,0x05,0x06,0xFF}; +const uint8_t phone_data_75_06[]={0x46,0x54,0x52,0x59,0x01,0x04,0x7D,0x01,0xE8,0xE5,0xE6,0xE6,0xE7,0xEA,0xEC,0xEF,0xF1,0xF2,0xF4,0xF6,0xF9,0xF7,0xFF,0xF7,0xFC,0x01,0xFE,0x06,0x0D,0x0B,0x07,0x05,\ +0x0D,0x0E,0x0F,0x10,0x11,0x13,0x15,0x15,0x16,0x13,0x13,0x11,0x10,0x07,0xDE,0xE1,0xE2,0xE3,0xE3,0xE6,0xE9,0xEB,0xED,0xEF,0xF1,0xF3,0xF5,0xF4,0xFB,0xF4,0xF9,0xFE,\ +0xFA,0x03,0x09,0x08,0x03,0x01,0x0B,0x0E,0x0D,0x0E,0x0F,0x12,0x14,0x14,0x15,0x14,0x12,0x13,0x0F,0x08,0xDD,0xE1,0xE2,0xE3,0xE4,0xE7,0xE9,0xEC,0xEE,0xEF,0xF2,0xF4,\ +0xF5,0xF4,0xFC,0xF4,0xF9,0xFE,0xFB,0x03,0x09,0x08,0x03,0x01,0x0C,0x0E,0x0E,0x0F,0x10,0x13,0x14,0x14,0x16,0x14,0x13,0x12,0x10,0x0A,0xDE,0xE3,0xE4,0xE6,0xE7,0xE9,\ +0xEC,0xEF,0xF1,0xF3,0xF5,0xF7,0xF9,0xF8,0x00,0xF7,0xFD,0x02,0xFF,0x07,0x0D,0x0E,0x07,0x05,0x10,0x14,0x15,0x16,0x17,0x18,0x1A,0x1B,0x1B,0x1A,0x1A,0x18,0x18,0x11,\ +0xE0,0xE4,0xE5,0xE6,0xE7,0xEA,0xED,0xEF,0xF1,0xF3,0xF6,0xF8,0xF9,0xF8,0x00,0xF8,0xFD,0x02,0xFF,0x07,0x0E,0x0C,0x07,0x05,0x12,0x15,0x16,0x17,0x18,0x19,0x1B,0x1C,\ +0x1C,0x1B,0x1C,0x19,0x18,0x12,0xE2,0xE5,0xE6,0xE7,0xE8,0xEB,0xEE,0xF0,0xF2,0xF4,0xF6,0xF8,0xFA,0xF9,0x01,0xF9,0xFE,0x03,0x02,0x08,0x0F,0x0F,0x08,0x06,0x13,0x16,\ +0x18,0x18,0x19,0x1A,0x1C,0x1E,0x1E,0x1C,0x1D,0x1A,0x19,0x13,0xE6,0xE7,0xE8,0xE9,0xEA,0xED,0xF0,0xF2,0xF5,0xF6,0xF9,0xFB,0xFD,0xFC,0x03,0xFE,0x02,0x07,0x04,0x0D,\ +0x12,0x12,0x0B,0x0C,0x17,0x1A,0x1C,0x1D,0x1D,0x1E,0x20,0x21,0x21,0x21,0x20,0x20,0x1E,0x17,0xE5,0xE6,0xE7,0xE7,0xE8,0xEB,0xEE,0xF0,0xF2,0xF4,0xF6,0xF8,0xF9,0xF8,\ +0x00,0xF9,0xFE,0x02,0xFE,0x07,0x0D,0x0C,0x07,0x05,0x14,0x16,0x18,0x19,0x19,0x1A,0x1C,0x1D,0x1E,0x1C,0x1D,0x1B,0x19,0x13,0xE7,0xE6,0xE7,0xE8,0xE9,0xEC,0xEE,0xF0,\ +0xF2,0xF4,0xF6,0xF9,0xFB,0xFA,0x01,0xFA,0xFF,0x03,0x00,0x07,0x0E,0x0D,0x07,0x08,0x15,0x18,0x1A,0x1A,0x1B,0x1C,0x1D,0x1F,0x1E,0x1E,0x1E,0x1B,0x17,0x0C,0xE9,0xE9,\ +0xEA,0xEB,0xEC,0xEF,0xF2,0xF4,0xF7,0xF8,0xFB,0xFE,0xFF,0xFE,0x06,0x00,0x04,0x0A,0x06,0x0E,0x14,0x15,0x10,0x0E,0x1C,0x1F,0x21,0x21,0x23,0x24,0x24,0x26,0x26,0x26,\ +0x26,0x24,0x22,0x1C,0xE2,0xE4,0xE5,0xE5,0xE6,0xE9,0xEC,0xEE,0xF0,0xF2,0xF4,0xF6,0xF8,0xF7,0xFE,0xF6,0xFC,0x00,0xFC,0x05,0x0B,0x0A,0x05,0x03,0x13,0x16,0x18,0x18,\ +0x19,0x1A,0x1C,0x1D,0x1F,0x1C,0x1D,0x1B,0x19,0x13,0xE0,0xE3,0xE5,0xE5,0xE6,0xE9,0xEC,0xEE,0xF0,0xF2,0xF4,0xF7,0xF8,0xF7,0xFF,0xF7,0xFC,0x00,0xFD,0x06,0x0D,0x0B,\ +0x05,0x04,0x15,0x18,0x19,0x1A,0x1B,0x1C,0x1E,0x1F,0x1F,0x1E,0x1E,0x1B,0x1B,0x15,0xE0,0xE4,0xE5,0xE6,0xE8,0xEB,0xED,0xF0,0xF2,0xF4,0xF6,0xF9,0xFB,0xFA,0x01,0xFA,\ +0x00,0x03,0x00,0x0A,0x0F,0x0E,0x0A,0x08,0x19,0x1C,0x1E,0x1E,0x20,0x21,0x22,0x24,0x24,0x23,0x24,0x22,0x20,0x1B,0xDB,0xE0,0xE1,0xE2,0xE3,0xE6,0xE8,0xEA,0xED,0xEE,\ +0xF1,0xF2,0xF5,0xF3,0xFB,0xF3,0xF8,0xFC,0xF9,0x02,0x06,0x06,0x02,0x00,0x12,0x14,0x16,0x17,0x18,0x18,0x1A,0x1B,0x1B,0x1A,0x1C,0x19,0x18,0x12,0xDB,0xDE,0xDF,0xE0,\ +0xE1,0xE4,0xE7,0xE9,0xEB,0xED,0xEF,0xF2,0xF3,0xF2,0xFA,0xF1,0xF7,0xFB,0xF8,0x01,0x04,0x05,0x00,0xFF,0x11,0x14,0x16,0x16,0x17,0x18,0x1A,0x1B,0x1C,0x19,0x1B,0x18,\ +0x16,0x11,0xDD,0xE0,0xE1,0xE2,0xE3,0xE6,0xE9,0xEB,0xED,0xEF,0xF2,0xF4,0xF6,0xF5,0xFC,0xF4,0xFA,0xFF,0xFB,0x04,0x0B,0x09,0x04,0x02,0x17,0x19,0x1B,0x1C,0x1D,0x1E,\ +0x20,0x21,0x21,0x21,0x21,0x20,0x1E,0x17,0xDA,0xDA,0xDC,0xDD,0xDE,0xE1,0xE3,0xE6,0xE7,0xE9,0xEC,0xEE,0xEF,0xEE,0xF5,0xED,0xF2,0xF7,0xF3,0xFC,0x00,0x00,0xFC,0xF9,\ +0x12,0x13,0x12,0x15,0x16,0x16,0x18,0x18,0x1A,0x1A,0x1A,0x19,0x15,0x0F}; +const uint8_t phone_data_75_07[]={0x46,0x54,0x4D,0x33,0x01,0x01,0x61,0x01,0x15,0x0A,0x07,0x05,0x06,0x03,0x03,0x06,0x06,0x05,0x01,0x01,0x03,0x03,0x05,0x06,0x05,0x06,0x05,0x06,0x03,0x08,0x08,0x07,\ +0x03,0x06,0x06,0x03,0x03,0x03,0x03,0x03,0x06,0x03,0x03,0x01,0x03,0xFB,0x0A,0x06,0x01,0x01,0x03,0xFF,0xFF,0x01,0x01,0xFF,0xFF,0xFD,0xFD,0xFF,0xFF,0x01,0x01,0x00,\ +0xFF,0x01,0xFF,0x01,0x01,0x01,0x00,0x03,0x01,0x00,0x01,0x01,0x00,0x01,0x01,0xFF,0xFF,0xFF,0x00,0x00,0x08,0x03,0x01,0xFF,0x01,0xFF,0xFF,0x00,0x01,0xFF,0xFF,0xFF,\ +0xFD,0xFF,0xFF,0x01,0xFF,0x00,0x01,0x00,0xFF,0x01,0x01,0x01,0x00,0x03,0x00,0x00,0xFF,0xFF,0x00,0x01,0x01,0xFF,0xFF,0xFF,0x00,0x00,0x03,0x03,0x01,0xFF,0x01,0xFF,\ +0xFF,0x01,0x01,0xFF,0xFD,0xFD,0xFD,0xFF,0x01,0x01,0xFF,0x00,0xFF,0x00,0xFF,0x01,0xFF,0x01,0x01,0x03,0x01,0x00,0xFF,0x01,0x00,0x01,0x01,0xFF,0xFF,0xFF,0x00,0x00,\ +0x06,0x03,0x01,0x01,0x01,0xFF,0xFF,0x00,0x01,0xFF,0xFF,0xFD,0xFD,0xFF,0xFF,0x00,0xFF,0x00,0xFF,0x00,0xFF,0x01,0x01,0x01,0x01,0x03,0x01,0x00,0xFF,0x01,0x01,0x01,\ +0x01,0xFF,0xFF,0xFF,0x00,0x00,0x08,0x03,0x01,0x01,0x01,0xFF,0xFF,0x01,0x01,0xFF,0xFF,0xFD,0xFD,0xFF,0xFF,0x00,0x01,0x00,0xFF,0x00,0xFF,0x01,0xFF,0x01,0x01,0x03,\ +0x01,0x00,0x01,0x01,0x00,0x01,0x01,0xFF,0xFF,0xFF,0x00,0x00,0x0A,0x03,0x01,0xFF,0x01,0xFF,0xFF,0x01,0x00,0xFF,0xFF,0xFD,0x00,0xFF,0xFF,0x01,0xFF,0x00,0x01,0x00,\ +0xFD,0x01,0xFF,0x03,0x01,0x03,0x01,0x00,0xFF,0x01,0x00,0x01,0x03,0x01,0xFF,0xFF,0x00,0x00,0x0C,0x06,0x01,0x01,0x01,0xFF,0xFF,0x00,0x01,0xFF,0xFF,0xFD,0x00,0xFF,\ +0xFF,0x01,0x01,0x00,0x01,0x00,0xFF,0x01,0x01,0x01,0x01,0x03,0x01,0x00,0x01,0x01,0x00,0x01,0x03,0xFF,0xFF,0xFF,0x01,0x00,0x0E,0x06,0x01,0x01,0x01,0xFF,0xFF,0x01,\ +0x01,0xFF,0xFF,0xFF,0x00,0xFF,0x01,0x01,0x01,0x01,0x01,0x00,0xFF,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0xFF,0x01,0xFD,0xEC,0x0C,0x06,\ +0x01,0x01,0x01,0xFF,0x01,0x01,0x01,0xFF,0xFF,0xFF,0x00,0xFF,0xFF,0x01,0x01,0x00,0x01,0x00,0xFF,0x01,0x01,0x03,0x01,0x03,0x03,0x00,0x01,0x01,0x01,0x01,0x01,0xFF,\ +0xFF,0xFF,0x01,0x00,0x0A,0x06,0x01,0x01,0x01,0xFF,0xFF,0x01,0x01,0xFF,0xFF,0xFF,0x00,0xFF,0x01,0x01,0x01,0x00,0x01,0x01,0xFF,0x03,0x01,0x01,0x01,0x03,0x01,0x00,\ +0x01,0x01,0x01,0x01,0x03,0x01,0xFF,0xFF,0x01,0x01,0x08,0x06,0x01,0x01,0x01,0xFF,0xFF,0x01,0x01,0x01,0xFF,0xFD,0x00,0xFF,0x01,0x01,0x01,0x00,0x01,0x00,0xFF,0x01,\ +0x01,0x01,0x01,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0xFF,0x01,0x01,0x01,0x06,0x06,0x01,0x01,0x01,0x01,0xFF,0x01,0x01,0x01,0xFF,0xFF,0x00,0x01,0x01,0x01,\ +0xFF,0x00,0x01,0x01,0xFF,0x01,0x01,0x03,0x01,0x03,0x03,0x01,0x01,0x03,0x01,0x01,0x03,0x01,0xFF,0xFF,0x00,0x01,0x06,0x03,0x01,0x01,0x01,0xFF,0xFF,0x01,0x01,0xFF,\ +0xFF,0xFF,0x00,0xFF,0xFF,0x01,0xFF,0x00,0x01,0x00,0xFF,0x01,0x01,0x01,0x01,0x03,0x01,0x00,0x01,0x01,0x01,0x03,0x03,0xFF,0x01,0xFF,0x01,0x01,0x08,0x06,0x01,0x01,\ +0x01,0xFF,0xFF,0x01,0x01,0xFF,0xFF,0xFD,0x00,0xFF,0x01,0x00,0x01,0x00,0x01,0x01,0xFF,0x01,0x01,0x01,0x01,0x03,0x03,0x01,0x01,0x01,0x01,0x03,0x03,0x01,0x01,0x01,\ +0x01,0x01,0x0A,0x06,0x03,0x01,0x01,0xFF,0x01,0x01,0x01,0xFF,0xFF,0xFF,0x00,0xFF,0xFF,0x01,0x01,0x00,0x01,0x00,0xFF,0x01,0x01,0x01,0x03,0x06,0x03,0x01,0x03,0x01,\ +0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x00,0x0A,0x06,0x03,0x03,0x03,0x01,0x01,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x01,0x01,0x01,0x00,0x01,0x01,0x01,0x01,\ +0x08,0x08,0x08,0x03,0x05,0x05,0x06,0x05,0x08,0x05,0x05,0x05,0x06,0x00}; +const uint8_t phone_data_75_05[]={0x46,0x4D,0x53,0x43,0x00,0x07,0x16,0x00,0x0A,0x06,0x0C,0x0F,0x09,0x06,0x06,0x07,0x05,0x07,0x09,0x09,0x09,0x08,0x0A,0x0F,0x09,0x08,0x0C,0x09,0x0B,0x11,0x0F,0x09,\ +0x0A,0x0C,0x08,0x06,0x09,0x0D,0x0A,0x07,0x06,0x06,0x0A,0x0A,0x0B,0x00,0x09,0x08,0x0E,0x0E,0x10,0x07,0x0B,0x07,0x06,0x07,0x0F,0x0E,0x07,0x06,0x07,0x0A,0x09,0x07,\ +0x07,0x07,0x09,0x0E,0x0A,0x09,0x07,0x09,0x08,0x07,0x0A,0x0E,0x0C,0x0C,0x05,0x06,0x08,0x08,0x05,0x00,0x0D,0x06,0x0C,0x0A,0x0C,0x0C,0x08,0x06,0x08,0x07,0x0A,0x10,\ +0x07,0x07,0x07,0x08,0x08,0x06,0x09,0x06,0x08,0x0F,0x09,0x0A,0x05,0x08,0x09,0x06,0x06,0x0A,0x0A,0x09,0x06,0x06,0x09,0x08,0x06,0x00,0x08,0x07,0x0C,0x0D,0x0E,0x0A,\ +0x06,0x05,0x06,0x0B,0x09,0x09,0x06,0x05,0x07,0x09,0x08,0x06,0x0C,0x0C,0x0C,0x0E,0x08,0x09,0x06,0x07,0x08,0x07,0x09,0x0A,0x0A,0x08,0x07,0x06,0x0C,0x0A,0x05,0x00,\ +0x08,0x07,0x06,0x07,0x08,0x07,0x0D,0x07,0x08,0x0A,0x08,0x09,0x09,0x07,0x06,0x0B,0x08,0x07,0x0B,0x09,0x07,0x11,0x0F,0x0E,0x0E,0x04,0x08,0x09,0x07,0x08,0x07,0x09,\ +0x07,0x08,0x08,0x08,0x0F,0x00,0x06,0x07,0x05,0x08,0x0E,0x07,0x0A,0x08,0x0B,0x0A,0x0A,0x08,0x05,0x06,0x07,0x07,0x09,0x06,0x0A,0x08,0x07,0x0C,0x0A,0x09,0x0A,0x05,\ +0x06,0x08,0x05,0x06,0x05,0x07,0x08,0x06,0x08,0x08,0x0C,0x00,0x09,0x09,0x06,0x06,0x08,0x09,0x09,0x07,0x08,0x06,0x09,0x09,0x0B,0x0A,0x08,0x0D,0x07,0x08,0x0A,0x0B,\ +0x07,0x12,0x10,0x0C,0x08,0x05,0x08,0x09,0x0C,0x08,0x08,0x07,0x06,0x09,0x0B,0x0B,0x0B,0x00,0x0B,0x0A,0x08,0x08,0x0B,0x09,0x09,0x06,0x08,0x09,0x07,0x08,0x08,0x08,\ +0x06,0x07,0x0B,0x0C,0x0F,0x08,0x06,0x0B,0x0B,0x0C,0x0B,0x07,0x08,0x09,0x0C,0x05,0x08,0x05,0x07,0x06,0x08,0x07,0x09,0x00,0x0A,0x06,0x06,0x08,0x0C,0x05,0x06,0x0B,\ +0x0E,0x08,0x0A,0x0C,0x07,0x08,0x07,0x06,0x07,0x06,0x07,0x0F,0x0B,0x09,0x07,0x0A,0x15,0x0F,0x05,0x0C,0x05,0x07,0x08,0x09,0x05,0x06,0x06,0x08,0x05,0x00,0x0A,0x08,\ +0x05,0x08,0x0C,0x07,0x08,0x09,0x08,0x0B,0x0B,0x0A,0x07,0x08,0x08,0x05,0x0A,0x09,0x07,0x0A,0x09,0x0A,0x07,0x0B,0x0F,0x0E,0x06,0x0C,0x05,0x07,0x08,0x06,0x07,0x06,\ +0x05,0x09,0x08,0x00,0x0C,0x05,0x05,0x06,0x08,0x07,0x07,0x0D,0x0E,0x0C,0x13,0x0D,0x05,0x09,0x08,0x07,0x07,0x0A,0x06,0x0A,0x08,0x0B,0x09,0x06,0x0E,0x0B,0x06,0x06,\ +0x06,0x06,0x06,0x05,0x08,0x09,0x07,0x0A,0x08,0x00,0x06,0x07,0x07,0x06,0x0C,0x09,0x08,0x0B,0x0A,0x06,0x0B,0x14,0x07,0x07,0x09,0x0A,0x07,0x07,0x07,0x11,0x0D,0x0B,\ +0x09,0x0A,0x16,0x0F,0x06,0x0A,0x05,0x0F,0x0E,0x06,0x09,0x05,0x09,0x0B,0x0A,0x00,0x09,0x08,0x05,0x07,0x0B,0x05,0x06,0x06,0x09,0x0B,0x0E,0x0A,0x07,0x08,0x0A,0x08,\ +0x0B,0x09,0x06,0x0D,0x0A,0x0D,0x0B,0x0C,0x0E,0x06,0x08,0x08,0x06,0x06,0x04,0x08,0x07,0x06,0x0A,0x07,0x09,0x00,0x0A,0x08,0x06,0x08,0x0A,0x05,0x07,0x09,0x0D,0x0A,\ +0x09,0x0A,0x07,0x08,0x08,0x09,0x08,0x07,0x0A,0x0A,0x0D,0x08,0x07,0x11,0x09,0x08,0x06,0x07,0x06,0x06,0x05,0x07,0x0B,0x06,0x07,0x07,0x0D,0x00,0x08,0x09,0x06,0x0A,\ +0x0C,0x08,0x09,0x06,0x0D,0x0A,0x0A,0x06,0x07,0x08,0x06,0x06,0x09,0x07,0x09,0x0C,0x10,0x09,0x08,0x11,0x09,0x07,0x08,0x09,0x08,0x07,0x07,0x05,0x09,0x08,0x07,0x04,\ +0x0A,0x00,0x0A,0x08,0x09,0x0B,0x0A,0x08,0x0F,0x0A,0x0B,0x0E,0x10,0x09,0x07,0x09,0x07,0x06,0x09,0x07,0x09,0x0D,0x0A,0x09,0x09,0x12,0x0B,0x09,0x06,0x09,0x07,0x06,\ +0x05,0x05,0x07,0x07,0x08,0x04,0x08,0x00,0x08,0x11,0x06,0x09,0x0D,0x07,0x07,0x05,0x05,0x05,0x07,0x0A,0x0B,0x0A,0x0A,0x07,0x0F,0x05,0x08,0x07,0x10,0x11,0x09,0x08,\ +0x06,0x07,0x07,0x0D,0x09,0x08,0x0A,0x07,0x0C,0x07,0x0D,0x0F,0x09,0x00}; + +const uint8_t phone_data_75_00[]={0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ +0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; +const uint8_t phone_data_75_FF[]={0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,\ +0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,\ +0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,\ +0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,\ +0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,\ +0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,\ +0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,\ +0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,\ +0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF}; + + + + +#endif + +#endif + +#ifdef USE_FOR_SUMSUNG_S9PLUS +const uint8_t phone_data_60_1[]={0x09,0x00,0x10,0x00,0x00,0x00,0x00,0x00}; +const uint8_t phone_data_60_2[]={0x1D,0x61,0x02,0x02,0x06,0x00,0x00,0x00}; +const uint8_t phone_data_60_3[]={0x1D,0x61,0x06,0x00,0x02,0x02,0x00,0x00}; +const uint8_t phone_data_60_4[]={0x1D,0x41,0x00,0x00,0x00,0x00,0x00,0x00}; +const uint8_t phone_data_60_5[]={0x1D,0x61,0x05,0x02,0x02,0x00,0x00,0x00}; +const uint8_t phone_data_60_6[]={0x1D,0x61,0x02,0x02,0x05,0x02,0x00,0x00}; +const uint8_t phone_data_60_7[]={0x1D,0x61,0x05,0x02,0x02,0x02,0x00,0x00}; +const uint8_t phone_data_21[]={0x80}; +const uint8_t phone_data_22[]={0x53,0x45,0x37,0x61,0x00}; +const uint8_t phone_data_23[]={0x10,0x00,0x10,0x00,0x05,0xA0,0x0B,0x90,0x10,0x21,0x03}; +const uint8_t phone_data_30[]={0x61,0x00}; +const uint8_t phone_data_52[]={0xAC,0x37,0x61}; +const uint8_t phone_data_55[]={0x20}; +const uint8_t phone_data_85_1[]={0x01}; +const uint8_t phone_data_85_2[]={0x22}; +const uint8_t phone_data_85_3[]={0x99,0x01,0x00,0x01,0x22,0x05,0x01,0x00,0x03,0x04,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x01,0xFF}; +const uint8_t phone_data_90[]={0x47,0x39,0x36,0x35,0x00,0x04,0x00,0x0C,0x10,0x00}; +const uint8_t phone_data_92_1[]={0x03}; +const uint8_t phone_data_92_2[]={0x96,0x00}; +const uint8_t phone_data_92_3[]={0x80,0x00}; +const uint8_t phone_data_A3[]={0x10,0x41,0x02,0x02}; +const uint8_t phone_data_A4[]={0x10,0x41,0x01,0x14}; +const uint8_t phone_data_A5[]={0x10,0x41,0x01,0x30}; +const uint8_t phone_data_AF[]={0x00,0x03,0x00,0x00}; +//const uint8_t phone_data_E4[]={0x00}; +uint8_t phone_data_E4[]={0x01}; +const uint8_t phone_data_F1[]={0x0C,0x0C,0x00,0xA2}; +//const uint8_t phone_data_F5[]={0x00}; +const uint8_t phone_data_F5_1[]={0xFF}; +const uint8_t phone_data_F5_2[]={0x13}; +const uint8_t phone_data_F5_3[]={0x00}; +const uint8_t phone_data_F5_4[]={0x06}; +const uint8_t phone_data_F6_1[]={0xFA,0xF4,0xFB,0x09,0xFB,0x09}; +const uint8_t phone_data_F6_2[]={0x25,0x23,0x23,0xE1,0x21,0x86}; +const uint8_t phone_data_F6_3[]={0x00,0x01,0x00,0x01,0x00,0x00}; +const uint8_t phone_data_F6_4[]={0x00,0x02,0x00,0x00,0x00,0x00}; + +uint8_t phone_data_B1[]={0x00,0x082}; + +const uint8_t phone_data_72[]={ +0x00,0x22,0x00,0x41,0x00,0x4A,0x00,0x33,0x00,0x2D,0x00,0x2D,0x00,0x28,0x00,0x27,0x00,0x2B,0x00,0x30,0x00,0x3C,0x00,0x3C,0x00,0x3D,0x00,0x49,0x00,0x4F,0x00,0x56,0x00,0x5B,0x00,0x5E,0x00,0x68,0x00,0x70,0x00,0x75,0x00,0x7B,0x00,0x80,0x00,0x9D,0x00,0x8E,0x00,0x91,0x00,0x94,0x00,0x9D,0x00,0xA7,0x00,0xAC,0x00,0xB3,0x00,0xC8,0x00,0xEB,0x00,0x82,0x00,0x93,0x00,0x9A,0x00,0x8F,0x00,0x8D,0x00,0x8F,0x00,0x90,0x00,0x91,0x00,0x93,0x00,0x9A,0x00,0xA2,0x00,0xAC,0x00,0xAD,0x00,0xB5,0x00,0xBD,0x00,0xC6,0x00,0xCF,0x00,0xCE,0x00,0xD2,0x00,0xDC,0x00,0xE7,0x00,0xEB,0x00,0xEE,0x00,0xF5,0x01,0x00,0x00,0xFF,0x01,0x06,0x01,0x0B,0x01,0x15,0x01,0x20,0x01,0x25,0x01,0x40,0x01,0x3B,0x00,0x80,0x00,0x8B,0x00,0x84,0x00,0x75,0x00,0x77,0x00,0x79,0x00,0x82,0x00,0x85,0x00,0x87,0x00,0x8E,0x00,0x98,0x00,0x9E,0x00,0xA1,0x00,0xAB,0x00,0xB3,0x00,0xBC,0x00,0xBF,0x00,0xC0,0x00,0xC8,0x00,0xD2,0x00,0xD9,0x00,0xDB,0x00,0xE0,0x00,0xE3,0x00,0xF0,0x00,0xF3,0x00,0xF6,0x00,0xFB,0x01,0x09,0x01,0x10,0x01,0x19,0x01,0x34,0x01,0x1F,0x00,0x74,0x00,0x7B,0x00,0x70,0x00,0x5F,0x00,0x65,0x00,0x69,0x00,0x72,0x00,0x79,0x00,0x7D,0x00,0x80,0x00,0x8A,0x00,0x92,0x00,0x97,0x00,0x9D,0x00,0xAB,0x00,0xB0,0x00,0xB1,0x00,0xB4,0x00,0xBA,0x00,0xC2,0x00,0xC5,0x00,0xCD,0x00,0xCE,0x00,0xD1,0x00,0xDE,0x00,0xDF,0x00,0xE0,0x00,0xE7,0x00,0xF5, +0x01,0x00,0x01,0x05,0x01,0x20,0x01,0x0D,0x00,0x76,0x00,0x70,0x00,0x73,0x00,0x65,0x00,0x65,0x00,0x6D,0x00,0x76,0x00,0x79,0x00,0x80,0x00,0x82,0x00,0x8C,0x00,0x90,0x00,0x94,0x00,0x9C,0x00,0xA4,0x00,0xAA,0x00,0xAB,0x00,0xAC,0x00,0xB5,0x00,0xBB,0x00,0xC2,0x00,0xC6,0x00,0xC8,0x00,0xC3,0x00,0xD3,0x00,0xD3,0x00,0xD9,0x00,0xDE,0x00,0xE8,0x00,0xEE,0x00,0xF7,0x01,0x10,0x01,0x01,0x00,0x78,0x00,0x7A,0x00,0x6F,0x00,0x5F,0x00,0x5F,0x00,0x6B,0x00,0x70,0x00,0x77,0x00,0x7A,0x00,0x7E,0x00,0x8A,0x00,0x92,0x00,0x94,0x00,0x98,0x00,0xA4,0x00,0xA6,0x00,0xA9,0x00,0xAA,0x00,0xB1,0x00,0xB9,0x00,0xC0,0x00,0xC2,0x00,0xC6,0x00,0xC7,0x00,0xD1,0x00,0xD3,0x00,0xD5,0x00,0xD8,0x00,0xE4,0x00,0xEC,0x00,0xF7,0x01,0x10,0x00,0xFB,0x00,0x70,0x00,0x72,0x00,0x65,0x00,0x57,0x00,0x59,0x00,0x63,0x00,0x66,0x00,0x71,0x00,0x72,0x00,0x72,0x00,0x7E,0x00,0x86,0x00,0x88,0x00,0x8C,0x00,0x96,0x00,0x9C,0x00,0x9D,0x00,0x9E,0x00,0xA7,0x00,0xA9,0x00,0xB2,0x00,0xB4,0x00,0xB6,0x00,0xB9,0x00,0xC7,0x00,0xC3,0x00,0xC5,0x00,0xCE,0x00,0xD6,0x00,0xE0,0x00,0xE9,0x01,0x04,0x00,0xEF,0x00,0x76,0x00,0x78,0x00,0x6B,0x00,0x5B,0x00,0x5D,0x00,0x67,0x00,0x6C,0x00,0x75,0x00,0x74,0x00,0x76,0x00,0x84,0x00,0x88,0x00,0x88,0x00,0x90,0x00,0x9A,0x00,0xA0,0x00,0xA1,0x00,0xA0,0x00,0xA5,0x00,0xB1,0x00,0xB4,0x00,0xB8,0x00,0xBC,0x00,0xB7,0x00,0xC3, +0x00,0xC5,0x00,0xC7,0x00,0xD0,0x00,0xDA,0x00,0xDE,0x00,0xE7,0x01,0x00,0x00,0xEF,0x00,0x70,0x00,0x72,0x00,0x67,0x00,0x57,0x00,0x5A,0x00,0x66,0x00,0x6C,0x00,0x72,0x00,0x71,0x00,0x76,0x00,0x7E,0x00,0x86,0x00,0x84,0x00,0x8C,0x00,0x95,0x00,0x9D,0x00,0x9E,0x00,0x9E,0x00,0xA0,0x00,0xA6,0x00,0xAF,0x00,0xB0,0x00,0xB6,0x00,0xB2,0x00,0xBF,0x00,0xC1,0x00,0xC4,0x00,0xC7,0x00,0xD1,0x00,0xD9,0x00,0xE0,0x00,0xFC,0x00,0xE8,0x00,0x6A,0x00,0x70,0x00,0x67,0x00,0x51,0x00,0x54,0x00,0x5E,0x00,0x64,0x00,0x68,0x00,0x69,0x00,0x6C,0x00,0x78,0x00,0x7C,0x00,0x7E,0x00,0x82,0x00,0x89,0x00,0x8F,0x00,0x92,0x00,0x92,0x00,0x96,0x00,0x9C,0x00,0xA1,0x00,0xA6,0x00,0xAA,0x00,0xAC,0x00,0xB5,0x00,0xB3,0x00,0xB8,0x00,0xBB,0x00,0xC1,0x00,0xC3,0x00,0xD2,0x00,0xEE,0x00,0xDE,0x00,0x68,0x00,0x6C,0x00,0x61,0x00,0x4D,0x00,0x4E,0x00,0x56,0x00,0x5C,0x00,0x5E,0x00,0x63,0x00,0x64,0x00,0x6C,0x00,0x72,0x00,0x72,0x00,0x78,0x00,0x81,0x00,0x81,0x00,0x88,0x00,0x86,0x00,0x8E,0x00,0x90,0x00,0x97,0x00,0x9C,0x00,0x9C,0x00,0x9E,0x00,0xAB,0x00,0xAD,0x00,0xAA,0x00,0xB3,0x00,0xB9,0x00,0xBB,0x00,0xC6,0x00,0xE0,0x00,0xD0,0x00,0x6A,0x00,0x6E,0x00,0x63,0x00,0x4D,0x00,0x50,0x00,0x56,0x00,0x5C,0x00,0x64,0x00,0x61,0x00,0x62,0x00,0x6A,0x00,0x70,0x00,0x70,0x00,0x72,0x00,0x7B,0x00,0x7D,0x00,0x80,0x00,0x82,0x00,0x84,0x00,0x8A,0x00,0x8F, +0x00,0x96,0x00,0x98,0x00,0x98,0x00,0xA3,0x00,0xA5,0x00,0xA6,0x00,0xA9,0x00,0xB3,0x00,0xBB,0x00,0xC4,0x00,0xDA,0x00,0xCA,0x00,0x55,0x00,0x5C,0x00,0x4C,0x00,0x3A,0x00,0x3A,0x00,0x41,0x00,0x49,0x00,0x4C,0x00,0x4E,0x00,0x50,0x00,0x59,0x00,0x59,0x00,0x5E,0x00,0x62,0x00,0x6A,0x00,0x6C,0x00,0x70,0x00,0x6F,0x00,0x74,0x00,0x7A,0x00,0x81,0x00,0x87,0x00,0x89,0x00,0x8A,0x00,0x90,0x00,0x94,0x00,0x97,0x00,0x9C,0x00,0xA6,0x00,0xAD,0x00,0xB2,0x00,0xCC,0x00,0xBC,0x00,0x55,0x00,0x60,0x00,0x4E,0x00,0x3E,0x00,0x3A,0x00,0x43,0x00,0x49,0x00,0x4C,0x00,0x4C,0x00,0x4E,0x00,0x57,0x00,0x5B,0x00,0x5C,0x00,0x60,0x00,0x66,0x00,0x6C,0x00,0x70,0x00,0x6F,0x00,0x74,0x00,0x78,0x00,0x81,0x00,0x85,0x00,0x8B,0x00,0x8A,0x00,0x94,0x00,0x94,0x00,0x9B,0x00,0xA0,0x00,0xAA,0x00,0xAF,0x00,0xB6,0x00,0xCE,0x00,0xBE,0x00,0x4D,0x00,0x5A,0x00,0x52,0x00,0x40,0x00,0x44,0x00,0x47,0x00,0x4D,0x00,0x50,0x00,0x54,0x00,0x54,0x00,0x5D,0x00,0x5F,0x00,0x60,0x00,0x62,0x00,0x6C,0x00,0x70,0x00,0x70,0x00,0x71,0x00,0x78,0x00,0x7E,0x00,0x85,0x00,0x8B,0x00,0x91,0x00,0x90,0x00,0x9C,0x00,0xA0,0x00,0xA3,0x00,0xA8,0x00,0xB0,0x00,0xB9,0x00,0xC4,0x00,0xDE,0x00,0xD2,0xFC,0x77,0xF6,0x12,0xFF,0xD4,0xFF,0xCC,0xFF,0xC4,0xFF,0xC7,0xFF,0xC3,0xFF,0xC8,0xFF,0xCA,0xFF,0xCE,0xFF,0xD5,0xFF,0xD3,0xFF,0xD2,0xFF,0xD8,0xFF,0xDC,0xFF,0xE0,0xFF,0xE4, +0xFF,0xE3,0xFF,0xEC,0xFF,0xEC,0xFF,0xF3,0xFF,0xFB,0xFF,0xFD,0x00,0x10,0x00,0x0C,0x00,0x0C,0x00,0x11,0x00,0x14,0x00,0x1C,0x00,0x25,0x00,0x30,0x00,0x3C,0x00,0x7C +}; + +const uint8_t phone_data_80[]={ +0x53,0x45,0x4C,0x46,0x20,0x02,0x00,0x00,0x50,0x08,0x00,0x00,0x61,0x70,0x02,0x56,0x00,0x00,0x00,0x00,0x13,0x00,0x00,0x00,0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x21,0x10,0x00,0x03,0xE6,0x01,0x99,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xE6,0x01,0x30,0x02,0x2D,0x02,0x35,0x02,0x31,0x02,0x2F,0x02,0x38,0x02,0x3A,0x02,0x3A,0x02,0x3E,0x02,0x42,0x02,0x42,0x02,0x45,0x02,0x4A,0x02,0x4D,0x02,0x4A,0x02,0x52,0x02,0x58,0x02,0x59,0x02,0x5C,0x02,0x5D,0x02,0x59,0x02,0x62,0x02,0x66,0x02,0x63,0x02,0x64,0x02,0x67,0x02,0x6D,0x02,0x6B,0x02,0x6D,0x02,0x71,0x02,0x6C,0x02,0x15,0x02,0x2E,0x02,0x2E,0x02,0x2C,0x02,0x36,0x02,0x33,0x02,0x31,0x02,0x39,0x02,0x3B,0x02,0x3A,0x02,0x3E,0x02,0x43,0x02,0x42,0x02,0x45,0x02,0x4A,0x02,0x4C,0x02,0x4A,0x02,0x51,0x02,0x53,0x02,0x53,0x02,0x5A,0x02,0x5A,0x02,0x53,0x02,0x5F,0x02,0x61,0x02,0x60,0x02,0x61,0x02,0x63,0x02,0x69,0x02,0x66,0x02,0x67,0x02,0x6D,0x02,0x69,0x02,0x53,0x02,0x2E,0x02,0x32,0x02,0x31,0x02,0x3C,0x02,0x39,0x02,0x36,0x02,0x3E,0x02,0x3F,0x02,0x3F,0x02,0x44,0x02,0x48,0x02,0x47,0x02,0x4B,0x02,0x4E,0x02,0x51,0x02,0x4E,0x02,0x59,0x02,0x5B,0x02,0x5A,0x02,0x5E,0x02,0x5F,0x02,0x5B,0x02, +0x63,0x02,0x65,0x02,0x65,0x02,0x66,0x02,0x68,0x02,0x6E,0x02,0x6B,0x02,0x6D,0x02,0x73,0x02,0x70,0x02,0x5C,0x02,0x31,0x02,0x36,0x02,0x36,0x02,0x41,0x02,0x3D,0x02,0x3B,0x02,0x41,0x02,0x42,0x02,0x41,0x02,0x46,0x02,0x4B,0x02,0x4A,0x02,0x4E,0x02,0x52,0x02,0x59,0x02,0x52,0x02,0x5D,0x02,0x5E,0x02,0x5F,0x02,0x62,0x02,0x63,0x02,0x60,0x02,0x68,0x02,0x6A,0x02,0x68,0x02,0x6B,0x02,0x6D,0x02,0x73,0x02,0x70,0x02,0x72,0x02,0x76,0x02,0x74,0x02,0x61,0x02,0x34,0x02,0x3B,0x02,0x39,0x02,0x42,0x02,0x3F,0x02,0x3D,0x02,0x43,0x02,0x45,0x02,0x44,0x02,0x48,0x02,0x4E,0x02,0x4D,0x02,0x51,0x02,0x58,0x02,0x5C,0x02,0x59,0x02,0x60,0x02,0x61,0x02,0x62,0x02,0x65,0x02,0x66,0x02,0x63,0x02,0x6C,0x02,0x6E,0x02,0x6D,0x02,0x6E,0x02,0x71,0x02,0x76,0x02,0x74,0x02,0x75,0x02,0x7A,0x02,0x76,0x02,0x63,0x02,0x34,0x02,0x3B,0x02,0x3C,0x02,0x46,0x02,0x41,0x02,0x3F,0x02,0x46,0x02,0x47,0x02,0x46,0x02,0x49,0x02,0x4E,0x02,0x4E,0x02,0x52,0x02,0x59,0x02,0x5C,0x02,0x59,0x02,0x61,0x02,0x62,0x02,0x62,0x02,0x66,0x02,0x67,0x02,0x64,0x02,0x6D,0x02,0x6F,0x02,0x6E,0x02,0x70,0x02,0x71,0x02,0x78,0x02,0x75,0x02,0x76,0x02,0x7B,0x02,0x78,0x02,0x63,0x02,0x35,0x02,0x3C,0x02,0x3D,0x02,0x46,0x02,0x42,0x02,0x40,0x02,0x46,0x02,0x47,0x02,0x46,0x02,0x4B,0x02,0x50,0x02,0x4F,0x02,0x52,0x02,0x5A,0x02,0x5C,0x02,0x59,0x02,0x60,0x02,0x63,0x02, +0x63,0x02,0x66,0x02,0x66,0x02,0x64,0x02,0x6D,0x02,0x6F,0x02,0x6E,0x02,0x71,0x02,0x72,0x02,0x78,0x02,0x75,0x02,0x76,0x02,0x7A,0x02,0x79,0x02,0x62,0x02,0x34,0x02,0x3E,0x02,0x3E,0x02,0x47,0x02,0x44,0x02,0x42,0x02,0x49,0x02,0x49,0x02,0x49,0x02,0x4C,0x02,0x52,0x02,0x51,0x02,0x54,0x02,0x5C,0x02,0x5E,0x02,0x5A,0x02,0x62,0x02,0x64,0x02,0x65,0x02,0x67,0x02,0x68,0x02,0x65,0x02,0x6F,0x02,0x71,0x02,0x70,0x02,0x72,0x02,0x73,0x02,0x79,0x02,0x76,0x02,0x77,0x02,0x7C,0x02,0x7A,0x02,0x63,0x02,0x34,0x02,0x3F,0x02,0x40,0x02,0x49,0x02,0x45,0x02,0x44,0x02,0x4B,0x02,0x4C,0x02,0x4B,0x02,0x4E,0x02,0x54,0x02,0x54,0x02,0x5A,0x02,0x5F,0x02,0x61,0x02,0x5D,0x02,0x64,0x02,0x66,0x02,0x66,0x02,0x6A,0x02,0x6B,0x02,0x68,0x02,0x71,0x02,0x73,0x02,0x73,0x02,0x74,0x02,0x76,0x02,0x7C,0x02,0x79,0x02,0x7B,0x02,0x80,0x02,0x7D,0x02,0x64,0x02,0x32,0x02,0x3D,0x02,0x3E,0x02,0x47,0x02,0x45,0x02,0x43,0x02,0x4A,0x02,0x4C,0x02,0x49,0x02,0x4C,0x02,0x53,0x02,0x53,0x02,0x5A,0x02,0x5D,0x02,0x5F,0x02,0x5C,0x02,0x63,0x02,0x64,0x02,0x64,0x02,0x67,0x02,0x69,0x02,0x66,0x02,0x6F,0x02,0x71,0x02,0x6F,0x02,0x71,0x02,0x73,0x02,0x79,0x02,0x77,0x02,0x79,0x02,0x7C,0x02,0x79,0x02,0x60,0x02,0x30,0x02,0x3C,0x02,0x3D,0x02,0x47,0x02,0x43,0x02,0x41,0x02,0x49,0x02,0x4B,0x02,0x49,0x02,0x4D,0x02,0x52,0x02,0x51,0x02,0x55,0x02,0x5C,0x02, +0x5E,0x02,0x5B,0x02,0x62,0x02,0x64,0x02,0x64,0x02,0x67,0x02,0x69,0x02,0x65,0x02,0x6D,0x02,0x6F,0x02,0x6D,0x02,0x6F,0x02,0x72,0x02,0x78,0x02,0x76,0x02,0x77,0x02,0x7B,0x02,0x77,0x02,0x5D,0x02,0x2C,0x02,0x3C,0x02,0x3D,0x02,0x47,0x02,0x43,0x02,0x42,0x02,0x48,0x02,0x49,0x02,0x47,0x02,0x4C,0x02,0x51,0x02,0x50,0x02,0x53,0x02,0x5B,0x02,0x5D,0x02,0x5A,0x02,0x61,0x02,0x64,0x02,0x63,0x02,0x66,0x02,0x68,0x02,0x64,0x02,0x6C,0x02,0x6E,0x02,0x6C,0x02,0x6E,0x02,0x70,0x02,0x76,0x02,0x73,0x02,0x73,0x02,0x78,0x02,0x75,0x02,0x5A,0x02,0x26,0x02,0x3D,0x02,0x3E,0x02,0x48,0x02,0x44,0x02,0x41,0x02,0x47,0x02,0x49,0x02,0x47,0x02,0x4B,0x02,0x52,0x02,0x50,0x02,0x53,0x02,0x5B,0x02,0x5C,0x02,0x5A,0x02,0x61,0x02,0x63,0x02,0x63,0x02,0x66,0x02,0x67,0x02,0x65,0x02,0x6C,0x02,0x6E,0x02,0x6C,0x02,0x6E,0x02,0x70,0x02,0x75,0x02,0x72,0x02,0x73,0x02,0x77,0x02,0x73,0x02,0x53,0x02,0x1F,0x02,0x3B,0x02,0x3D,0x02,0x46,0x02,0x43,0x02,0x40,0x02,0x48,0x02,0x49,0x02,0x47,0x02,0x4A,0x02,0x4F,0x02,0x4E,0x02,0x51,0x02,0x5A,0x02,0x5B,0x02,0x58,0x02,0x5F,0x02,0x61,0x02,0x62,0x02,0x65,0x02,0x65,0x02,0x62,0x02,0x6A,0x02,0x6B,0x02,0x6A,0x02,0x6C,0x02,0x6D,0x02,0x72,0x02,0x6E,0x02,0x6F,0x02,0x73,0x02,0x6F,0x02,0x4D,0x02,0x29,0x02,0x3A,0x02,0x3B,0x02,0x45,0x02,0x41,0x02,0x3F,0x02,0x46,0x02,0x47,0x02,0x45,0x02,0x49,0x02, +0x4C,0x02,0x4B,0x02,0x4F,0x02,0x54,0x02,0x5A,0x02,0x53,0x02,0x5D,0x02,0x5F,0x02,0x5F,0x02,0x62,0x02,0x63,0x02,0x60,0x02,0x68,0x02,0x69,0x02,0x68,0x02,0x67,0x02,0x68,0x02,0x6D,0x02,0x69,0x02,0x69,0x02,0x6D,0x02,0x6A,0x02,0x47,0x02,0x53,0x02,0x99,0x03,0x3B,0x02,0x42,0x02,0x3E,0x02,0x3D,0x02,0x43,0x02,0x44,0x02,0x42,0x02,0x45,0x02,0x4A,0x02,0x4A,0x02,0x4D,0x02,0x50,0x02,0x53,0x02,0x50,0x02,0x5A,0x02,0x5C,0x02,0x5C,0x02,0x5E,0x02,0x5F,0x02,0x5B,0x02,0x62,0x02,0x63,0x02,0x62,0x02,0x62,0x02,0x62,0x02,0x67,0x02,0x64,0x02,0x64,0x02,0x66,0x02,0x61,0x02,0xE7,0x01 +}; + +#endif + +#endif + diff --git a/src/app/demo/app_tp_screen_transfer_data_s8.h b/src/app/demo/app_tp_screen_transfer_data_s8.h new file mode 100644 index 0000000..c511a3e --- /dev/null +++ b/src/app/demo/app_tp_screen_transfer_data_s8.h @@ -0,0 +1,23 @@ +/******************************************************************************* +* +* +* File: hal_tp_screen_transfer_data.h +* Description ÅäÖÃÖ÷»ú start/sleep/awake ģʽÏÂÐèÒª·¢Ë͵ÄÖµ +* Version V0.1 +* Date 2021-10-14 +* Author zhanghz +*******************************************************************************/ +#ifndef __HAL_TP_SCREEN_TRANSFER_DATA_S8_H__ +#define __HAL_TP_SCREEN_TRANSFER_DATA_S8_H__ + +#include "tau_common.h" + +/***************send to screen***************/ +const uint8_t screen_87_data[] = {0x87}; +const uint8_t screen_a0_00_ff_data[] = {0xa0, 0x00, 0xff}; +const uint8_t screen_a4_06_c1_data[] = {0xa4, 0x06, 0xc1}; + +/*******************************************/ + +#endif + diff --git a/src/app/demo/app_tp_st_touch.c b/src/app/demo/app_tp_st_touch.c new file mode 100644 index 0000000..6bf813f --- /dev/null +++ b/src/app/demo/app_tp_st_touch.c @@ -0,0 +1,572 @@ +/******************************************************************************* +* +* +* File: app_tp_st_touch.cÐÅ +* Description ST touch У׼£¬¸´Î»µÈ¹¦Äܺ¯Êý +* Version V0.1 +* Date 2023-03-13 +* Author sfy + +* Description ST touch У׼»Ø¶Á¹¦ÄÜ£¬¿ª·Å½Ó¿Ú¸øÉÏλ»ú¶ÁÈ¡ÊÇ·ñ³É¹¦ +* Version V0.2 +* Date 2023-03-22 +* Author sfy + +*******************************************************************************/ + +#include "test_cfg_global.h" +#include "app_tp_transfer.h" +#include "hal_i2c_master.h" +#include "hal_i2c_slave.h" +#include "hal_spi_master.h" +#include "hal_spi_slave.h" +#include "tau_log.h" +#include "app_tp_st_touch.h" +#include "tau_delay.h" + + +#define ST_TP_CALIBRATION_SUCCESS 0x5A // У׼³É¹¦±êÖ¾ + +static volatile bool s_calibration_flag = false; +static volatile uint8_t s_calibration_correct_flag = false; + +st_tp_scan_data tp_scan_data; + +uint8_t st_touch_init_sensor_off[3] = {0xA0,0x00,0x00}; //2 sensor OFF +uint8_t st_touch_init_sensor_on[3] = {0xA0,0x00,0x01}; //2 sensor on + + +uint8_t st_touch_tp_tuning_reset[3] = {0xA4,0x00,0x00}; // 3 System Reset +uint8_t st_touch_tp_tuning_FpnlInit[3] = {0xA4,0x00,0x03}; // FPnl Init +uint8_t st_touch_tp_tuning_PnlInit[3] = {0xA4,0x00,0x02}; // Pnl Init +uint8_t st_touch_tp_tuning_TuneM[4] = {0xA4,0x03,0x13,0x00}; // TuneM +uint8_t st_touch_tp_tuning_TuneS[4] = {0xA4,0x03,0x0C,0x00}; // TuneS +uint8_t st_touch_tp_tuning_SvCfg[3] = {0xA4,0x05,0x01}; // SvCfg +uint8_t st_touch_tp_tuning_SvCx[3] = {0xA4,0x05,0x02}; // SvCx +uint8_t st_touch_tp_tuning_SvPnl[3] = {0xA4,0x05,0x04}; // SvPnl +uint8_t st_touch_tp_tuning_clearfifo[3] = {0xA4,0x00,0x01}; // 1 clear fifo + +uint8_t st_touch_tp_tuning_clkreset[3] = {0xA4,0x00,0x05}; // clk reset + +/************************************************************************** +* @name : ap_tp_st_touch_get_calibration_success_mark +* @brief : st touch »ñÈ¡´¥ÃþУ׼³É¹¦±êÖ¾ +* @param[in] : +* @return : +* @retval : +**************************************************************************/ + +void ap_tp_st_touch_get_calibration_success_mark(void) +{ + uint8_t cali_send_buff[6] = {0xFA,0x20,0x01,0x00,0x00,0x00}; + uint8_t cali_send_buff1[3] = {0xA4,0x06,0x01}; + uint8_t cali_read_buff[40] = {0}; + uint8_t i = 0; + + app_tp_m_read(cali_send_buff, 5, cali_read_buff, 4); + while(!hal_i2c_m_transfer_complate()); + delayMs(1); + + app_tp_m_write(cali_send_buff1, 3); + while(!hal_i2c_m_transfer_complate()); + delayMs(1); + + app_tp_m_read(cali_send_buff, 5, cali_read_buff, 4); + while(!hal_i2c_m_transfer_complate()); + delayMs(1); + + app_tp_m_read(cali_send_buff, 5, cali_read_buff, 32); + while(!hal_i2c_m_transfer_complate()); + + if((cali_read_buff[20] == 0xFF) && (cali_read_buff[21] == 0xFF)) + { + s_calibration_correct_flag = ST_TP_CALIBRATION_SUCCESS; // У׼³É¹¦ + } + else + { + s_calibration_correct_flag = 0x00; // У׼ʧ°Ü + } +/* + for(i=0;i<32;i++) + { + printf("%02x ",cali_read_buff[i]); + } +*/ +} + +/************************************************************************** +* @name : ap_tp_st_touch_calibration +* @brief : st touch ´¥ÃþУ׼ָÁîÁ÷³Ì +* @param[in] : +* @return : +* @retval : +**************************************************************************/ + +void ap_tp_st_touch_calibration(void) +{ + // app_tp_m_write(st_touch_tp_tuning_reset, sizeof(st_touch_tp_tuning_reset)); // System Reset + // while(!hal_i2c_m_transfer_complate()); + // delayMs(10); + app_tp_m_write(st_touch_tp_tuning_FpnlInit, sizeof(st_touch_tp_tuning_FpnlInit)); // FPnl Init + while(!hal_i2c_m_transfer_complate()); + delayMs(1); + app_tp_m_write(st_touch_tp_tuning_PnlInit, sizeof(st_touch_tp_tuning_PnlInit)); // Pnl Init + while(!hal_i2c_m_transfer_complate()); + delayMs(1); + app_tp_m_write(st_touch_tp_tuning_TuneM, sizeof(st_touch_tp_tuning_TuneM)); // TuneM + while(!hal_i2c_m_transfer_complate()); + delayMs(1); + app_tp_m_write(st_touch_tp_tuning_TuneS, sizeof(st_touch_tp_tuning_TuneS)); // TuneS + while(!hal_i2c_m_transfer_complate()); + delayMs(1); + app_tp_m_write(st_touch_tp_tuning_SvCfg, sizeof(st_touch_tp_tuning_SvCfg)); // SvCfg + while(!hal_i2c_m_transfer_complate()); + delayMs(1); + app_tp_m_write(st_touch_tp_tuning_SvCx, sizeof(st_touch_tp_tuning_SvCx)); // SvCx + while(!hal_i2c_m_transfer_complate()); + delayMs(1); + app_tp_m_write(st_touch_tp_tuning_SvPnl, sizeof(st_touch_tp_tuning_SvPnl)); // SvPnl + while(!hal_i2c_m_transfer_complate()); + delayMs(1); +} + +const unsigned short wCRCTalbeAbs[] = +{ + 0x0000, 0xCC01, 0xD801, 0x1400, 0xF001, 0x3C00, 0x2800, 0xE401, + 0xA001, 0x6C00, 0x7800, 0xB401, 0x5000, 0x9C01, 0x8801, 0x4400, +}; + +/************************************************************************** +* @name : CRC16_2 +* @brief : ¼ÆËãÊý×é CRC Öµ +* @param[in] :pchMsg Êý×éÖ¸ÕëµØÖ·; wDataLen ¼ÆËãCRC Êý×鳤¶È +* @return : 16λCRCÖµ +* @retval : +**************************************************************************/ + +unsigned short CRC16_2(unsigned char *pchMsg, unsigned short wDataLen) +{ + unsigned short wCRC = 0xFFFF; + unsigned short i; + unsigned char chChar; + + for (i = 0; i < wDataLen; i++) + { + chChar = *pchMsg++; + wCRC = wCRCTalbeAbs[(chChar ^ wCRC) & 15] ^ (wCRC >> 4); + wCRC = wCRCTalbeAbs[((chChar >> 4) ^ wCRC) & 15] ^ (wCRC >> 4); + } + + return wCRC; +} + +/************************************************************************** +* @name : ap_set_tp_calibration_04 +* @brief : »ñÈ¡»ú°å04 02ÃüÁִÐÐУ׼¡¢gammaУ׼µÈ¹¦ÄÜ +* @param[in] :handler rx handler; dcs_packet Ö¸Áî²ÎÊýºÍ³¤¶ÈµÈÐÅÏ¢½á¹¹Ìå +* @return : true +* @retval : +**************************************************************************/ + +bool ap_set_tp_calibration_04(hal_dsi_rx_ctrl_handle_t *handler, hal_dcs_packet_t *dcs_packet) +{ + uint8_t i,crch,crcl,command,param[30] = {0}; + unsigned short crc; + + // ¼ÆËãCRCÖµ + for(i=0;iparam_length;i++) + { + param[i+1] = dcs_packet->packet_param[i]; + printf("%02x ",dcs_packet->packet_param[i]); + } + + param[0] = 0x04; + crc = CRC16_2(param,dcs_packet->param_length-1); + crch = (crc>>8); + crcl = crc; + + // CRCУÑéÅÐ¶Ï +// if(crch == dcs_packet->packet_param[dcs_packet->param_length-2] && crcl == dcs_packet->packet_param[dcs_packet->param_length-1]) + { + command = param[3]; + switch(command) + { + case CMD_TP_CABLIBRATION: // TouchУ׼ + if( (param[4] == 0x01) && (param[5] == 0x01) && (param[6] == 0x01) ) + { + s_calibration_flag = true; + s_calibration_correct_flag = false; + + } + /* if( (param[4] == 0xA5) && (param[5] == 0x5A) && (param[6] == 0xA5) ) + { + if(s_calibration_correct_flag) // У׼³É¹¦ + { + hal_dsi_rx_ctrl_send_ack_cmd(handler, + DSI_ACK_DT_GEN_LONG_RESPONSE, //xxx + DSI_VC_0, + 0x7, 0x04,0x02,0x07,0x2A,ST_TP_CALIBRATION_SUCCESS,0x00,0x00); + printf("cali. send ok "); + } + else // У׼ʧ°Ü + { + hal_dsi_rx_ctrl_send_ack_cmd(handler, + DSI_ACK_DT_GEN_LONG_RESPONSE, //xxx + DSI_VC_0, + 0x7, 0x04,0x02,0x07,0x2A,0x00,0x00,0x00); + } + printf("%02x ",s_calibration_correct_flag); + } + */ + break; + case CMD_SET_IMAGE_RGB: // Image RGB·¢ËÍ + break; + case CMD_SEND_COMMAND: // Command Send + break; + case CMD_WRITE_GAMMA: // GammaУÕýдÈë + break; + case CMD_START_GAMMA: + break; + default: + break; + } + } + + // ¼æÈݾɰ汾tp calibration + if( (dcs_packet->packet_param[0] == 0x01) && (dcs_packet->packet_param[1] == 0x01) && (dcs_packet->packet_param[2] == 0x01) ) + { + s_calibration_flag = true; + s_calibration_correct_flag = false; + } +/* + if( (dcs_packet->packet_param[0] == 0xA5) && (dcs_packet->packet_param[1] == 0x5A) && (dcs_packet->packet_param[2] == 0xA5) ) + { + if(s_calibration_correct_flag) // У׼³É¹¦ + { + hal_dsi_rx_ctrl_send_ack_cmd(handler, + DSI_ACK_DT_GEN_LONG_RESPONSE, //xxx + DSI_VC_0, + 0x7, 0x04,0x02,0x07,0x2A,ST_TP_CALIBRATION_SUCCESS,0x00,0x00); + } + else // У׼ʧ°Ü + { + hal_dsi_rx_ctrl_send_ack_cmd(handler, + DSI_ACK_DT_GEN_LONG_RESPONSE, //xxx + DSI_VC_0, + 0x7, 0x04,0x02,0x07,0x2A,0x00,0x00,0x00); + } + } +*/ + return true; +} + + +/************************************************************************** +* @name : ap_get_tp_calibration_status_01 +* @brief : »ñÈ¡´¥ÃþУ׼״̬ +* @param[in] :param 01ÃüÁî²ÎÊý +* @return : true +* @retval : +**************************************************************************/ + +bool ap_get_tp_calibration_status_01(hal_dsi_rx_ctrl_handle_t *handler, uint8_t param) +{ +// if( param == 0x5A ) + { + if(s_calibration_correct_flag) // У׼³É¹¦ + { + hal_dsi_rx_ctrl_send_ack_cmd(handler, + DSI_ACK_DT_DSC_SHORT_RESPONSE_1B, //xxx + DSI_VC_0, + 1,ST_TP_CALIBRATION_SUCCESS); + } + else // У׼ʧ°Ü + { + hal_dsi_rx_ctrl_send_ack_cmd(handler, + DSI_ACK_DT_DSC_SHORT_RESPONSE_1B, //xxx + DSI_VC_0, + 1,0x00); + } + } + + return true; +} + +/************************************************************************** +* @name : app_tp_calibration_exec +* @brief : st touch ´¥ÃþУ׼ִÐк¯Êý +* @param[in] : +* @return : +* @retval : +**************************************************************************/ + +void app_tp_calibration_exec(void) +{ + uint8_t i = 0; + + if(s_calibration_flag) + { + s_calibration_flag = false; + for(i=0;i<2;i++) + { + ap_tp_st_touch_calibration(); + delayMs(4000); + ap_tp_st_touch_get_calibration_success_mark(); + if(s_calibration_correct_flag == ST_TP_CALIBRATION_SUCCESS) + { + TAU_LOGD("cali ok \n"); + break; + } + else + { + TAU_LOGD("cali ng \n"); + } + } + + } +} + + +/************************************************************************** +* @name : ap_tp_st_touch_scan_point_init +* @brief : st touch tp_scan_data½á¹¹Ìå³õʼ»¯ +* @param[in] : +* @return : +* @retval : +**************************************************************************/ + +void ap_tp_st_touch_scan_point_init(void) +{ + uint8_t i=0; + + for(i=0;i>4)+1; + i+=7; + + if(eventdata == 0x13) // °´ÏÂʼþ + { + for(j=0;j0)) // ÊÍ·Åʼþ + { + for(j=0;j0) // ÓвÐÁôµã + { + // printf("release finger %2d\n",tp_scan_data.tp_read_point_counter); + tp_scan_data.tp_read_point_counter = 0; + ap_tp_st_touch_simulate_finger_release_event(); + } + ap_tp_st_touch_scan_point_init(); + } + } +} + +/************************************************************************** +* @name : ap_tp_st_touch_error_handler_F3 +* @brief : st touch Òì³£±¨´í F3 02 ´¦Àíº¯Êý +* @param[in] : screendata ´¥Ãþ±¨µãÊý¾Ý +* @return : +* @retval : +**************************************************************************/ + +void ap_tp_st_touch_error_handler_F3(uint8_t* screendata) +{ + // ÊÕµ½ TP Òì³£»Ø¸´ 0xF3 0x02 0x00 0x00 0x00 0x00 0x00 0x00 +// if(screendata[0] == 0xF3 && screendata[1] == 0x02 && screendata[2] == 0x00) + if(screendata[0] == 0xF3) + { + // ap_tp_st_touch_software_reset(); + ap_tp_st_touch_hardware_reset(); + } +} + +/************************************************************************** +* @name : ap_tp_st_touch_error_handler_F3 +* @brief : st touch Òì³£±¨´í FF FF ´¦Àíº¯Êý +* @param[in] : screendata ´¥Ãþ±¨µãÊý¾Ý +* @return : +* @retval : +**************************************************************************/ + +void ap_tp_st_touch_error_handler_FF(uint8_t* screendata) +{ + // ÊÕµ½ TP Òì³£»Ø¸´ 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF + if(screendata[1] == 0xFF && screendata[2] == 0xFF&& screendata[3] == 0xFF&&screendata[4] == 0xFF) + { +// ap_tp_st_touch_software_reset(); + ap_tp_st_touch_hardware_reset(); + } +} + + + + diff --git a/src/app/demo/app_tp_st_touch.h b/src/app/demo/app_tp_st_touch.h new file mode 100644 index 0000000..4ee5002 --- /dev/null +++ b/src/app/demo/app_tp_st_touch.h @@ -0,0 +1,176 @@ +/******************************************************************************* +* +* +* File: app_tp_st_touch.h +* Description ST touch оƬÏà¹Øº¯Êý +* Version V0.1 +* Date 2023-03-13 +* Author sfy +*******************************************************************************/ + +#ifndef __APP_TP_ST_TOUCH_H__ +#define __APP_TP_ST_TOUCH_H__ + +#include "string.h" +#include "tau_device_datatype.h" +#include "tau_common.h" +#include "hal_dsi_rx_ctrl.h" +#include "hal_gpio.h" + +extern io_pad_e g_screen_input_rst_pad; +extern io_pad_e g_screen_input_int_pad; +extern io_pad_e g_phone_input_rst_pad; +extern io_pad_e g_phone_output_int_pad; + +typedef enum +{ + CMD_TP_CABLIBRATION = 0x2A, + CMD_SET_IMAGE_RGB = 0x2B, + CMD_SEND_COMMAND = 0x2C, + CMD_WRITE_GAMMA = 0x2D, + CMD_START_GAMMA = 0x2E +} st_tp_calibration_command; + + +#define ST_TP_SCAN_POINT_NUMBER_MAX 6 // TP ±¨µã×î´ó¸öÊý + +typedef struct +{ + uint8_t tp_point_buffer[ST_TP_SCAN_POINT_NUMBER_MAX]; // ¼Ç¼TP±¨µãID + uint8_t tp_read_point_counter; // ±¨µãID¸öÊýͳ¼Æ + uint8_t tp_point_up_error_flag; // ¼Ç¼ÐèÒªÖ´ÐÐUPʼþ±ê¼Ç + uint32_t tp_point_error_time_counter; // ûÓÐÊÕµ½moveʼþ»òÕßreleaseʼþʱ¼ä¼ÆËã +} st_tp_scan_data; + +/************************************************************************** +* @name : ap_tp_st_touch_calibration +* @brief : st touch ´¥ÃþУ׼ָÁîÁ÷³Ì +* @param[in] : +* @return : +* @retval : +**************************************************************************/ + +void ap_tp_st_touch_calibration(void); + +/************************************************************************** +* @name : app_tp_calibration_exec +* @brief : st touch ´¥ÃþУ׼ִÐк¯Êý +* @param[in] : +* @return : +* @retval : +**************************************************************************/ + +void app_tp_calibration_exec(void); + +/************************************************************************** +* @name : ap_tp_st_touch_get_calibration_success_mark +* @brief : st touch »ñÈ¡´¥ÃþУ׼³É¹¦±êÖ¾ +* @param[in] : +* @return : +* @retval : +**************************************************************************/ + +void ap_tp_st_touch_get_calibration_success_mark(void); + +/************************************************************************** +* @name : ap_set_tp_calibration_04 +* @brief : »ñÈ¡»ú°å04 02ÃüÁִÐÐУ׼¡¢gammaУ׼µÈ¹¦ÄÜ +* @param[in] :handler rx handler; dcs_packet Ö¸Áî²ÎÊýºÍ³¤¶ÈµÈÐÅÏ¢½á¹¹Ìå +* @return : true +* @retval : +**************************************************************************/ + +bool ap_set_tp_calibration_04(hal_dsi_rx_ctrl_handle_t *handler, hal_dcs_packet_t *dcs_packet); + +/************************************************************************** +* @name : ap_get_tp_calibration_status_01 +* @brief : »ñÈ¡´¥ÃþУ׼״̬ +* @param[in] :param 01ÃüÁî²ÎÊý +* @return : true +* @retval : +**************************************************************************/ + +bool ap_get_tp_calibration_status_01(hal_dsi_rx_ctrl_handle_t *handler, uint8_t param); + +/************************************************************************** +* @name : ap_tp_st_touch_scan_point_init +* @brief : st touch tp_scan_data½á¹¹Ìå³õʼ»¯ +* @param[in] : +* @return : +* @retval : +**************************************************************************/ + +void ap_tp_st_touch_scan_point_init(void); + +/************************************************************************** +* @name : ap_tp_st_touch_simulate_finger_release_event +* @brief : st touch Ä£ÄâST ÊÖÖ¸ÊÍ·Åʼþ¸øµ½´¦Àíº¯Êý +* @param[in] : +* @return : +* @retval : +**************************************************************************/ + +void ap_tp_st_touch_simulate_finger_release_event(void); + +/************************************************************************** +* @name : ap_tp_st_touch_software_reset +* @brief : st touch ´¥ÃþоƬÈí¼þ¸´Î»Ö¸Áî +* @param[in] : +* @return : +* @retval : +**************************************************************************/ + +void ap_tp_st_touch_software_reset(void); + +/************************************************************************** +* @name : app_tp_st_touch_hardware_reset +* @brief : st touch ´¥ÃþоƬӲ¼þ¸´Î»Ö¸Áî +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +void ap_tp_st_touch_hardware_reset(void); + +/************************************************************************** +* @name : ap_tp_st_touch_scan_point_record_event +* @brief : st touch ¼Ç¼±¨µãʼþ +* @param[in] : screendata ±¨µãÊý¾Ýbuf£»len ±¨µãÊý¾Ý³¤¶È +* @return : +* @retval : +**************************************************************************/ + +void ap_tp_st_touch_scan_point_record_event(uint8_t* screendata,uint8_t len); + +/************************************************************************** +* @name : ap_tp_st_touch_scan_point_record_event_exec +* @brief : st touch ±¨µãÈçÓвÐÁôµã£¬³¬Ê±¼ì²âÖ´Ðк¯Êý¡£ÐèÒª·ÅÔÚÖ÷º¯Êýwhile(1)ÖÐÖ´ÐÐ +* @param[in] : +* @return : +* @retval : +**************************************************************************/ + +void ap_tp_st_touch_scan_point_record_event_exec(void); + +/************************************************************************** +* @name : ap_tp_st_touch_error_handler_F3 +* @brief : st touch Òì³£±¨´í F3 02 ´¦Àíº¯Êý +* @param[in] : screendata ´¥Ãþ±¨µãÊý¾Ý +* @return : +* @retval : +**************************************************************************/ + +void ap_tp_st_touch_error_handler_F3(uint8_t* screendata); + +/************************************************************************** +* @name : ap_tp_st_touch_error_handler_F3 +* @brief : st touch Òì³£±¨´í FF FF ´¦Àíº¯Êý +* @param[in] : screendata ´¥Ãþ±¨µãÊý¾Ý +* @return : +* @retval : +**************************************************************************/ + +void ap_tp_st_touch_error_handler_FF(uint8_t* screendata); + + +#endif + diff --git a/src/app/demo/app_tp_transfer.c b/src/app/demo/app_tp_transfer.c new file mode 100644 index 0000000..d6850ac --- /dev/null +++ b/src/app/demo/app_tp_transfer.c @@ -0,0 +1,905 @@ +/******************************************************************************* +* +* +* File: app_tp_transfer.c +* Description touch I2C/SPI ³õʼ»¯¡¢ÒÔ¼°Êý¾ÝͨÐÅ +* Version V0.1 +* Date 2021-10-14 +* Author zhanghz +*******************************************************************************/ +#include "test_cfg_global.h" +#include "app_tp_transfer.h" +#include "hal_i2c_master.h" +#include "hal_i2c_slave.h" +#include "hal_spi_master.h" +#include "hal_spi_slave.h" +#include "tau_log.h" +#include "tau_delay.h" +#include "app_tp_st_touch.h" +#if 1//def AP_TP_TRANSFER +uint8_t read_point; //µ±Ç°Òª¶ÁµÄ±¨µãÊý¡£Ò»¸ö±¨µã8BYTEÊý¾Ý +uint8_t s_screen_number[2]; +uint8_t s_screen_temp[2]; +//uint8_t s_screen_read_bak[200]; +static uint8_t s_screen_read_buffer[BUFFER_SIZE_MAX]; +static uint8_t s_phone_read_buffer[BUFFER_SIZE_MAX]; + +static bool s_spim_write = false; //¼Ç¼SPIÖ÷»úÊÇ·ñÅäÖ÷¢ËÍ£¬ÊǵϰÐèÒªÇå³ýRXFIFO +static bool s_screen_int_flag = false; //¼Ç¼ÊÇ·ñ½ÓÊÕµ½ÆÁÄ»µÄ±¨µãÖÐ¶Ï +static bool s_phone_reset_flag = false; //¼Ç¼ÊÇ·ñ½ÓÊÕµ½ÊÖ»úµÄ¿ª»ú¸´Î»ÐźŠ+static bool s_screen_int_transfer_status = false; //¼Ç¼ÊÇ·ñÒѾ­¿ªÊ¼Í¨ÐÅ +bool s_screen_init_complate = false; //ÆÁÄ»TP¿ª»ú³õʼ»¯Íê³É±êÖ¾ +static uint8_t s_screen_const_transfer_count = 0xff; //¼Ç¼µ±Ç°Í¨Ðŵ½ÄÄÒ»²½,³õʼֵ±ØÐë´óÓÚ screen_reg_start_data_size + + +#ifdef USE_FOR_SUMSUNG_S20 +uint16_t u16TouchID; +#endif + +static void app_tp_transfer_phone(size_t recieve_num); +//static void app_tp_reset_callback(void *data); +#if PHONE_SLAVE_TRANSFER_I2C //Ïû³ýwarning + static void app_tp_i2cs_callback(e_i2c_s_int_status int_status, size_t recieve_num); +#endif +#if PHONE_SLAVE_TRANSFER_SPI //Ïû³ýwarning + static void app_tp_spis_callback(hal_spis_event_e event, hal_spi_packet_info_t *packet_info); +#endif + +#ifdef USE_FOR_SUMSUNG_S20PLUS +uint8_t MI10_PRO_screen_init_data1[3] = {0xA0,0x00,0x01}; +uint8_t MI10_PRO_screen_init_data2[6] = {0xA2,0x03,0x00,0x00,0x00,0x03}; +uint8_t MI10_PRO_screen_init_data3[3] = {0xA2,0x02,0x00}; +uint8_t MI10_PRO_screen_init_data4[3] = {0xC0,0x07,0x01}; + +uint8_t MI10_PRO_screen_init_data5[3] = {0xA4,0x06,0x70}; +uint8_t MI10_PRO_screen_init_data6[3] = {0xA6,0x00,0x00}; +uint8_t MI10_PRO_screen_init_data7[5] = {0xFA,0x20,0x00,0x00,0x78}; + +uint8_t MI10_PRO_screen_init_data8[6] = {0xA2,0x03,0x20,0x00,0x00,0x00}; +uint8_t MI10_PRO_screen_init_data9[2] = {0xA0,0x01}; +uint8_t MI10_PRO_screen_init_data10[3] = {0xA0,0x00,0x00}; +#endif + +#if 1//def ADD_TP_TUNING +uint8_t MI10_PRO_TP_Tuning_data1[3] = {0xA4,0x00,0x00}; // System Reset +uint8_t MI10_PRO_TP_Tuning_data2[3] = {0xA4,0x00,0x03}; // FPnl Init +uint8_t MI10_PRO_TP_Tuning_data3[3] = {0xA4,0x00,0x02}; // Pnl Init +uint8_t MI10_PRO_TP_Tuning_data4[4] = {0xA4,0x03,0x13,0x00}; // TuneM +uint8_t MI10_PRO_TP_Tuning_data5[4] = {0xA4,0x03,0x0C,0x00}; // TuneS +uint8_t MI10_PRO_TP_Tuning_data6[3] = {0xA4,0x05,0x01}; // SvCfg +uint8_t MI10_PRO_TP_Tuning_data7[3] = {0xA4,0x05,0x02}; // SvCx +uint8_t MI10_PRO_TP_Tuning_data8[3] = {0xA4,0x05,0x04}; // SvPnl +#endif + +/************************************************************************** +* @name : app_tp_screen_int_callback +* @brief : screen ±¨µãÖÐ¶Ï »Øµ÷º¯Êý +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +static void app_tp_screen_int_callback(void *data) +{ + s_screen_int_flag = true; +} + +/************************************************************************** +* @name : app_tp_screen_int_lvl_low +* @brief : »ñÈ¡ screen ±¨µãÖÐ¶Ï IO µçƽ +* @param[in] : +* @return : true£ºIO ΪµÍµçƽ +* @retval : +**************************************************************************/ +static bool app_tp_screen_int_lvl_low(void) +{ +#if SCREEN_MASTER_TRANSFER_I2C + return false; +#elif SCREEN_MASTER_TRANSFER_SPI + return !hal_gpio_get_input_data(g_screen_input_int_pad); //Ó¦¶ÔSPIÖ÷»úͨÐŹý³ÌÖÐż¶ûͻȻÀ­µÍCS µ¼ÖÂͨÐÅÒì³£ +#else + return false; +#endif +} + +/************************************************************************** +* @name : app_tp_screen_int_init +* @brief : screen ±¨µãÖÐ¶Ï IO ³õʼ»¯ +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +static void app_tp_screen_int_init(void) +{ + hal_gpio_set_pull_state(g_screen_input_int_pad, ENABLE, DISABLE); // 1.ÅäÖÃÉÏÀ­ + hal_gpio_ctrl_eint(g_screen_input_int_pad, DISABLE); // 2.¹Ø±ÕÖÐ¶Ï + hal_gpio_init_eint(g_screen_input_int_pad, DETECT_FALLING_EDGE); // 3.Öжϳõʼ»¯,TPÒ»°ã¶¼ÊÇϽµÑØ´¥·¢ÖÐ¶Ï + hal_gpio_reg_eint_cb(g_screen_input_int_pad, app_tp_screen_int_callback); // 4.×¢²á»Øµ÷ + hal_gpio_ctrl_eint(g_screen_input_int_pad, ENABLE); // 5.ʹÄÜÖÐ¶Ï +} + +#if 0 +/************************************************************************** +* @name : app_tp_phone_reset_init +* @brief : phone reset ÖÐ¶Ï IO ³õʼ»¯ +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +static void app_tp_phone_reset_init(void) +{ + /*0.ÅäÖÃΪÊäÈë*/ + hal_gpio_init_input(g_phone_input_rst_pad); + /*1.¹Ø±ÕÖжÏ*/ + hal_gpio_ctrl_eint(g_phone_input_rst_pad, DISABLE); + /*2.Öжϳõʼ»¯*/ + hal_gpio_init_eint(g_phone_input_rst_pad, DETECT_RISING_EDGE); + /*3.×¢²á»Øµ÷*/ + hal_gpio_reg_eint_cb(g_phone_input_rst_pad, app_tp_reset_callback); + /*4.ʹÄÜÖжÏ*/ + hal_gpio_ctrl_eint(g_phone_input_rst_pad, ENABLE); +} +#endif + + +/************************************************************************** +* @name : app_tp_screen_init +* @brief : screen IO Ìø±ä£¬¿ªÊ¼³õʼ»¯ +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +void app_tp_screen_init(void) +{ + hal_gpio_init_output(g_screen_input_rst_pad, IO_LVL_HIGH); + delayUs(200); + hal_gpio_set_output_data(g_screen_input_rst_pad, IO_LVL_LOW); + delayUs(200); + hal_gpio_set_output_data(g_screen_input_rst_pad, IO_LVL_HIGH); +} + +void app_tp_I2C_init(void) +{ + hal_i2c_s_init(CHIP_I2C_ADDRESS, CHIP_I2C_ADDR_BITS); + hal_i2c_s_set_transfer(app_tp_i2cs_callback); + hal_i2c_s_nonblocking_read(s_phone_read_buffer, BUFFER_SIZE_MAX); //ÏÈÅäÖýÓÊÕ buffer +} + + + + +/************************************************************************** +* @name : app_tp_init +* @brief : ³õʼ»¯Í¨ÐÅÏà¹Ø +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +void app_tp_init(void) +{ +#ifdef DISABLE_TDDI_I2C_FUNCTION + hal_gpio_init_output(g_phone_output_int_pad, IO_LVL_HIGH); //ÅäÖÃphone±¨µãÊä³öÖжÏIO¿Ú + hal_gpio_init_output(g_screen_input_rst_pad, IO_LVL_HIGH); //ÅäÖÃÄ£×éTP RESET + + hal_gpio_set_mode(IO_PAD_TD_SPIM_CLK,IO_MODE_I2C1_SCL); + hal_gpio_set_mode(IO_PAD_TD_SPIM_CSN,IO_MODE_I2C1_SDA); + + return; +#else + hal_gpio_set_pull_state(IO_PAD_TD_SPIM_CLK, ENABLE, DISABLE); + hal_gpio_set_pull_state(IO_PAD_TD_SPIM_CSN, ENABLE, DISABLE); +#endif + +// app_tp_screen_init(); //³õʼ»¯ÊÖ»ú¸´Î»µÄIO¿Ú +//app_tp_screen_int_init(); //ÅäÖÃscreenÖжÏÊäÈëÒý½Å +#ifdef G_PHONE_INT_DEFAULT_LOW + hal_gpio_init_output(g_phone_output_int_pad, IO_LVL_LOW); //ÅäÖÃphone±¨µãÊä³öÖжÏIO¿Ú +#else + hal_gpio_init_output(g_phone_output_int_pad, IO_LVL_HIGH); //ÅäÖÃphone±¨µãÊä³öÖжÏIO¿Ú +#endif + hal_gpio_init_input(g_screen_input_int_pad); +// hal_gpio_init_output(g_screen_input_rst_pad, IO_LVL_HIGH); //ÅäÖÃÄ£×éTP RESET + +#if SCREEN_MASTER_TRANSFER_I2C + hal_i2c_m_dma_init(SCREEN_I2C_ADDRESS, SCREEN_I2C_ADDR_BITS, I2C_MASTER_SPEED); +#elif SCREEN_MASTER_TRANSFER_SPI + hal_spi_m_dma_init(SPI_MASTER_SPEED, SCREEN_SPI_CPHA, SCREEN_SPI_CPOL); +#endif + +#if PHONE_SLAVE_TRANSFER_I2C +// hal_i2c_s_init(CHIP_I2C_ADDRESS, CHIP_I2C_ADDR_BITS); +// hal_i2c_s_set_transfer(app_tp_i2cs_callback); +// hal_i2c_s_nonblocking_read(s_phone_read_buffer, BUFFER_SIZE_MAX); //ÏÈÅäÖýÓÊÕ buffer +#elif PHONE_SLAVE_TRANSFER_SPI + hal_spi_slave_init(PHONE_SPI_CPHA, PHONE_SPI_CPOL, true); // ³õʼ»¯spiÒÔ¼°dma + hal_spi_slave_register_callback(app_tp_spis_callback); // ×¢²á»Øµ÷ + hal_spi_slave_auto_transfer_abort(); // Í£Ö¹´«Êä + hal_spi_slave_flush_fifo(); // Flush FIFO + + /* ÿ¸öpacket×Ô¶¯½ÓÊÕ, circle mode Ϊfalse, ¼´ÊÕµ½buffer max sizeÊý¾Ýºóbuffer²»ÔÙ¸üÐÂ, packetÍê³Éºóµ÷Óûص÷ */ + hal_spi_slave_set_auto_rx_buffer(s_phone_read_buffer, BUFFER_SIZE_MAX, false); // ÉèÖÃauto rx buffer + hal_spi_slave_set_auto_tx_buffer(phone_reg_const_data[0].write_back, phone_reg_const_data[0].write_back_size, false); // ÅäÖÃTX BUFFER + + hal_spi_slave_enable(); // Æô¶¯spis + hal_spi_slave_auto_transfer_start(); // Æô¶¯rx×Ô¶¯½ÓÊÕ +#endif + +// ap_tp_scan_point_init(); +} + + +/************************************************************************** +* @name : app_tp_m_transfer_complate +* @brief : »ñÈ¡Ö÷»úͨÐÅÍê³É״̬ +* @param[in] : +* @return :true: ͨÐÅÍê³É +* @retval : +**************************************************************************/ +bool app_tp_m_transfer_complate(void) +{ +#if SCREEN_MASTER_TRANSFER_I2C + return hal_i2c_m_transfer_complate(); +#elif SCREEN_MASTER_TRANSFER_SPI + return hal_spi_m_get_transfer_complate(); +#else + return true; +#endif +} + +/************************************************************************** +* @name : app_tp_s_transfer_complate +* @brief : »ñÈ¡´Ó»úͨÐÅÍê³É״̬ +* @param[in] : +* @return :true: ͨÐÅÍê³É +* @retval : +**************************************************************************/ +bool app_tp_s_transfer_complate(void) +{ +#if SCREEN_MASTER_TRANSFER_I2C + return hal_i2c_s_write_complate() && hal_i2c_s_read_complate(); +#elif SCREEN_MASTER_TRANSFER_SPI + return !hal_spi_slave_busy(); +#else + return true; +#endif +} + +/************************************************************************** +* @name : app_tp_m_write +* @brief : ¸ù¾ÝͨÐÅ·½Ê½ÅäÖ÷¢ËÍtxbufferÖеÄÊý¾Ý +* @param[in] :txbuffer: ·¢ËÍÊý¾Ý buffer Í·µØÖ· +* @param[in] :buffer_size: ·¢ËÍÊý¾Ý buffer ³¤¶È +* @return : +* @retval : +**************************************************************************/ + void app_tp_m_write(const uint8_t *txbuffer, size_t buffer_size) +{ +#if SCREEN_MASTER_TRANSFER_I2C + hal_i2c_m_dma_write(txbuffer, buffer_size); +#elif SCREEN_MASTER_TRANSFER_SPI + hal_spi_m_dma_write(txbuffer, buffer_size); + s_spim_write = true; +#endif +} + +/************************************************************************** +* @name : app_tp_m_read +* @brief : ¸ù¾ÝͨÐÅ·½Ê½ÅäÖ÷¢ËÍtxbufferÖеÄÊý¾ÝºÍrxbuffer +* @param[in] :cmd: ·¢ËÍÃüÁî buffer Í·µØÖ· +* @param[in] :cmd_size: ·¢ËÍÃüÁî buffer ³¤¶È +* @param[in] :data_buffer: ¶ÁÈ¡Êý¾Ý buffer Í·µØÖ· +* @param[in] :data_size: ¶ÁÈ¡Êý¾Ý buffer ³¤¶È +* @return : +* @retval : +**************************************************************************/ + void app_tp_m_read(const uint8_t *cmd, size_t cmd_size, uint8_t *data_buffer, size_t data_size) +{ +#if SCREEN_MASTER_TRANSFER_I2C + uint8_t i = 0; + uint32_t address = 0; + + for (i = 0; i < cmd_size; i++) //ÏȽ«Òª·¢Ë͵ÄÊý¾ÝÕûºÏµ½ address + { + address |= (uint32_t)cmd[i] << i * 8; + } + hal_i2c_m_dma_read(address, cmd_size, data_buffer, data_size); +#elif SCREEN_MASTER_TRANSFER_SPI + hal_spi_m_dma_read(cmd, cmd_size, data_buffer, data_size); +#endif +} + +/************************************************************************** +* @name : app_tp_s_write +* @brief : ¸ù¾ÝͨÐÅ·½Ê½ÅäÖ÷¢ËÍtxbufferÖеÄÊý¾Ý +* @param[in] :txbuffer: ·¢ËÍÊý¾Ý buffer Í·µØÖ· +* @param[in] :buffer_size: ·¢ËÍÊý¾Ý buffer ³¤¶È +* @return : +* @retval : +**************************************************************************/ +void app_tp_s_write(const uint8_t *txbuffer, size_t buffer_size) +{ +#if PHONE_SLAVE_TRANSFER_I2C + hal_i2c_s_dma_write(txbuffer, buffer_size); +#elif PHONE_SLAVE_TRANSFER_SPI + //while (hal_spi_slave_busy()); + hal_spi_slave_auto_transfer_abort(); + hal_spi_slave_flush_fifo(); + hal_spi_slave_set_auto_tx_buffer(txbuffer, buffer_size, true); + hal_spi_slave_auto_transfer_start(); +#endif +} + +/************************************************************************** +* @name : app_tp_s_read +* @brief : ¸ù¾ÝͨÐÅ·½Ê½ÅäÖÃrxbuffer +* @param[in] :rxBuffer: ¶ÁÈ¡Êý¾Ý buffer Í·µØÖ· +* @param[in] :data_size: ¶ÁÈ¡Êý¾Ý buffer ³¤¶È +* @return : +* @retval : +**************************************************************************/ +void app_tp_s_read(void *rxBuffer, size_t data_size) +{ +#if PHONE_SLAVE_TRANSFER_I2C + hal_i2c_s_nonblocking_read(rxBuffer, data_size); +#endif +} + +/************************************************************************** +* @name : app_tp_spis_callback +* @brief : SPI slave Öжϴ¦Àíº¯Êý +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +#if PHONE_SLAVE_TRANSFER_I2C //Ïû³ýwarning +//¾­²âÊÔ¡£int_status=0£¬Îª¶ÁÃüÁî¡£=2£¬ÎªSTOP¡£=1δ²âÊÔµ½¡£ +//recieve_numΪ½ÓÊÕµ½µÄÖ¸Áî¸öÊý +static void app_tp_i2cs_callback(e_i2c_s_int_status int_status, size_t recieve_num) +{ +#if 0 // 1: test + if (int_status >2) + { + s_phone_read_buffer[2]=int_status; + s_phone_read_buffer[3]=recieve_num; + app_tp_m_write(s_phone_read_buffer, 4); + } +#endif + app_tp_transfer_phone(recieve_num); +} +#endif + +/************************************************************************** +* @name : app_tp_spis_callback +* @brief : SPI slave Öжϴ¦Àíº¯Êý +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +#if PHONE_SLAVE_TRANSFER_SPI //Ïû³ýwarning +static void app_tp_spis_callback(hal_spis_event_e event, hal_spi_packet_info_t *packet_info) +{ + app_tp_transfer_phone(packet_info->packet_size); +} +#endif + +#if 0 +/************************************************************************** +* @name : app_tp_reset_callback +* @brief : ÊÖ»ú IOÌø±ä¸´Î»µÄÖжϴ¦Àíº¯Êý +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +static void app_tp_reset_callback(void *data) +{ + TAU_LOGD("app_tp_reset_callback\n"); + s_phone_reset_flag = true; + app_tp_s_write(phone_reg_const_data[0].write_back, phone_reg_const_data[0].write_back_size); +#if PHONE_SLAVE_TRANSFER_SPI + hal_gpio_set_output_data(IO_PAD_AP_INT, IO_LVL_LOW); +#endif +} +#endif + + +void S20_Start_init(void) +{ + uint8_t len=0; + uint8_t temp=0; + uint8_t temp_start_flag=0; + // if(phone_start_flag==1) + { + app_tp_m_read(screen_reg_int_data[0].buffer, 1, s_screen_read_buffer, 8); + while(!hal_i2c_m_transfer_complate()); + delayMs(2); + while(!hal_gpio_get_input_data(g_screen_input_int_pad)) + { + app_tp_m_read(screen_reg_int_data[0].buffer, 1, s_screen_read_buffer, 8); + while(!hal_i2c_m_transfer_complate()); + delayMs(2); + } + temp=s_screen_read_buffer[0]&0xf0; + if((temp==0x10)||(temp==0x20)||(temp==0x30)) + { + temp_start_flag=1; + } + if(temp_start_flag==0) + { + app_tp_m_write(MI10_PRO_screen_init_data1, sizeof(MI10_PRO_screen_init_data1));//0xA0,0x00,0x01 + while(!hal_i2c_m_transfer_complate()); + delayMs(1); + app_tp_m_write(MI10_PRO_screen_init_data2, sizeof(MI10_PRO_screen_init_data2));//0xA2,0x03,0x00,0x00,0x00,0x03 + while(!hal_i2c_m_transfer_complate()); + delayMs(1); + app_tp_m_write(MI10_PRO_screen_init_data3, sizeof(MI10_PRO_screen_init_data3));//0xA2,0x02,0x00 + while(!hal_i2c_m_transfer_complate()); + delayMs(1); + app_tp_m_write(MI10_PRO_screen_init_data4, sizeof(MI10_PRO_screen_init_data4));//0xC0,0x07,0x01 + while(!hal_i2c_m_transfer_complate()); + delayMs(1); + app_tp_m_read(screen_reg_int_data[0].buffer, 1, s_screen_read_buffer, 8); + while(!hal_i2c_m_transfer_complate()); + if(s_screen_read_buffer[7]>0) + { + len=s_screen_read_buffer[7]*8; + app_tp_m_read(screen_reg_int_data[0].buffer, 1, s_screen_read_buffer, len); + while(!hal_i2c_m_transfer_complate()); + } + } +#endif + if(hal_gpio_get_input_data(g_screen_input_int_pad)) + { + s_screen_init_complate = true; + app_tp_screen_int_init(); + phone_start_flag=0; + } + } +} + + + +/************************************************************************** +* @name : app_tp_transfer_screen_const +* @brief : °´ÕÕflow¶Áдscreen£¬Íê³É ¿ª»ú screen ³õʼ»¯ +* @param[in] : +* @return : +* @retval : +*ÐÞ¸ÄTPµÚ1²½£ºÄ£×é³õʼ»¯£¡£¡£¡£¡£¡£¡ +*Ö´ÐÐÊý×éscreen_reg_start_data[]¡£ +**************************************************************************/ +static void app_tp_transfer_screen_const(void) +{ +// static bool screen_const_transfer_buffer_ready = true; //·¢ËÍ buffer ÊÇ·ñÒÑ×¼±¸ºÃ + uint8_t ii; +// uint8_t len=0; + /**** 1. Åжϵ±Ç°×´Ì¬Í¨ÐÅÒѽáÊø, ״̬ͨÐÅÒѽáÊø£¬²¢ÇÒ¿ª»ú³õʼ»¯Á÷³Ì»¹Î´×ßÍê****/ +#if 0 // test + uint8_t test_master_read_buffer[10] = {0x08, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19}; + uint8_t write_buffer[10] = {0x04, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19}; + +// for (ii =0x20; ii<0x7F; ii++) + { + //hal_i2c_m_dma_init(ii, SCREEN_I2C_ADDR_BITS); + //delayMs(100); + if (hal_i2c_m_dma_write(write_buffer, 1)) + { + //break; + } + while(!hal_i2c_m_transfer_complate()); + hal_i2c_m_dma_read(test_master_read_buffer, 1, test_master_read_buffer, 2); + } +#endif + + + if (app_tp_m_transfer_complate() && (s_screen_const_transfer_count < screen_reg_start_data_size)) + { + if (s_spim_write) //SPI дÊý¾ÝºóÐèÒª°Ñ½ÓÊÕFIFOµÄÊý¾Ý¶Á³ö£¬²»È»»áÓ°ÏìÏÂÒ»´Î¶ÁÈ¡ + { + hal_spi_m_clear_rxfifo(); + s_spim_write = false; + } + + #if 1 + +// #ifndef USE_FOR_SUMSUNG_S20 +// for (ii =0; ii= screen_reg_start_data_size) + { + s_screen_init_complate = true; + } + } + #endif + } +} + + +/************************************************************************** +* @name : app_tp_transfer_screen_start +* @brief : °´ÕÕflow¶Áдscreen£¬¿ªÊ¼¿ª»ú³õʼ»¯ +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +void app_tp_transfer_screen_start(void) +{ + s_screen_init_complate = false; + s_screen_const_transfer_count = 0; + //app_tp_screen_init(); +#ifndef DISABLE_I2C_INIT_CODE + app_tp_transfer_screen_const(); +#endif + s_screen_int_flag = false; +} + +/************************************************************************** +* @name : app_tp_transfer_screen_int +* @brief : ½ÓÊÕscreenÖжϺ󣬰´ÕÕflow¶Áдscreen£¬¼´±¨µãЭÒéת»» +* @param[in] : +* @return : +* @retval : +*ÐÞ¸ÄTPµÚ2²½£º¶Áȡģ×鱨µã£¡£¡£¡£¡£¡£¡ +*Ö´ÐÐÊý×éscreen_reg_int_data[]¡£Ò²¿ÉÒÔ×Ô¼ºÐ´¡£ +**************************************************************************/ +void app_tp_transfer_screen_int(void) +{ + uint8_t len=0; + uint8_t temp_len=0; + bool screen_gpio_int = false; + static uint8_t screen_int_transfer_count = 0; //¼Ç¼µ±Ç°Í¨Ðŵ½ÄÄÒ»²½ + static bool screen_int_transfer_buffer_ready = true; //·¢ËÍ buffer ÊÇ·ñÒÑ×¼±¸ºÃ + // static uint8_t test_flag = 0; + // s_screen_init_complate=false;//ΪÁËÔÚÏßÉÕ¼£¬ÌØÒ⽫ÂëÆ¬ÉèÖÃΪ²»Ï·¢Êý¾Ý£¬¶øÊÇFT8719Óë¶ØÌ©µÄ¹¤¾ßͨѶ + if (!s_screen_init_complate) //TP ³õʼ»¯»¹Î´Íê³É£¬ÔòÏȽøÐгõʼ»¯²Ù×÷ + { + app_tp_transfer_screen_const(); + return; + } + +#if 0 //test + test_flag++; + if (test_flag >1000000) + { + test_flag =0; + //TAU_LOGD("Run ok!!\n"); + //app_tp_m_read(screen_reg_int_data[0].buffer, screen_reg_int_data[0].txbuffer_size, s_screen_number, screen_reg_int_data[0].rxbuffer_size); + //while(!hal_i2c_m_transfer_complate()); + } +#endif + + /**** 1. ÅÐ¶Ï screen ÊÇ·ñ·¢³öÖжÏÐźŠ****/ + // s_screen_int_flag: ÖжÏÐźűê־λ + // app_tp_screen_int_lvl_low : SPI ³¤Ê±¼äͨÐÅʱ£¬Å¼¶û»á³öÏÖcsÀ­¸ßµ¼ÖÂͨÐÅÒì³£¿¨ËÀ£¬¸Ã±ê־λÓÃÓÚ½â¾ö¿¨ËÀµÄÎÊÌâ + screen_gpio_int = s_screen_int_flag || app_tp_screen_int_lvl_low(); + if (((screen_gpio_int) || (s_screen_int_transfer_status)) && app_tp_m_transfer_complate()) //Åжϵ±Ç°²»´¦ÓÚͨÐÅ״̬£¬²¢ÇÒ×¼±¸Í¨ÐÅ + { + s_screen_int_flag = false; + if (s_spim_write) //SPI дÊý¾ÝºóÐèÒª°Ñ½ÓÊÕFIFOµÄÊý¾Ý¶Á³ö£¬²»È»»áÓ°ÏìÏÂÒ»´Î¶ÁÈ¡ + { + hal_spi_m_clear_rxfifo(); + s_spim_write = false; + } + + /**** 2. ·¢ËÍ»ò¶ÁÈ¡´Ó»úÊý¾Ý ****/ + if (screen_int_transfer_buffer_ready) + { + #ifndef READ_MODULE_TP_ONE_BY_ONE + screen_int_transfer_buffer_ready = false; + s_screen_int_transfer_status = true; + #ifdef USE_FOR_SUMSUNG_S20PLUS + app_tp_m_read(screen_reg_int_data[0].buffer, 1, s_screen_read_buffer, 8); + while(!hal_i2c_m_transfer_complate()); + if(s_screen_read_buffer[7]>0) + { + len=s_screen_read_buffer[7]*8; + app_tp_m_read(screen_reg_int_data[0].buffer, 1, &s_screen_read_buffer[8], len); + while(!hal_i2c_m_transfer_complate()); + temp_len=len+7; + } + if(s_screen_read_buffer[temp_len]>0) + { + len=s_screen_read_buffer[7]*8; + app_tp_m_read(screen_reg_int_data[0].buffer, 1, &s_screen_read_buffer[temp_len+1], len); + while(!hal_i2c_m_transfer_complate()); + } + delayUs(100); + + while(!hal_gpio_get_input_data(g_screen_input_int_pad)) + { + app_tp_m_read(screen_reg_int_data[0].buffer, 1, s_screen_read_buffer, 8); + while(!hal_i2c_m_transfer_complate()); + delayMs(2); + if(s_screen_read_buffer[7]>0) + { + len=s_screen_read_buffer[7]*8; + app_tp_m_read(screen_reg_int_data[0].buffer, 1, &s_screen_read_buffer[8], len); + while(!hal_i2c_m_transfer_complate()); + delayMs(2); + } + // printf("%2x,%2x\n",s_screen_read_buffer[0],s_screen_read_buffer[1]); + } + + + #else + app_tp_m_read(screen_reg_int_data[0].buffer, screen_reg_int_data[0].txbuffer_size, s_screen_temp, screen_reg_int_data[0].rxbuffer_size); + while(!hal_i2c_m_transfer_complate()); + app_tp_m_read(screen_reg_int_data[1].buffer, screen_reg_int_data[1].txbuffer_size, s_screen_number, screen_reg_int_data[1].rxbuffer_size); + while(!hal_i2c_m_transfer_complate()); + //TAU_LOGD("s_screen_number[%4x], size[%4x]", ((s_screen_number[1]<<8)|s_screen_number[0]), ((s_screen_temp[1]<<8)|s_screen_temp[0])); + + if(s_screen_number[1]) + { + if (s_screen_number[1]>3) + { + read_point =1; + s_screen_int_transfer_status = false; + } + else if (s_screen_number[1] &0x02) + read_point =10; + else + read_point =9; + } + else + { + if(s_screen_number[0] &0x80) + read_point =8; + else if(s_screen_number[0] &0x40) + read_point =7; + else if(s_screen_number[0] &0x20) + read_point =6; + else if(s_screen_number[0] &0x10) + read_point =5; + else if(s_screen_number[0] &0x08) + read_point =4; + else if(s_screen_number[0] &0x04) + read_point =3; + else if(s_screen_number[0] &0x02) + read_point =2; + else + read_point =1; + } + read_point =8*read_point; + app_tp_m_read(screen_reg_int_data[2].buffer, screen_reg_int_data[2].txbuffer_size, s_screen_read_buffer, read_point); + while(!hal_i2c_m_transfer_complate()); + #endif + #else + if (!screen_reg_int_data[screen_int_transfer_count].read_flag) //µ±Ç°Í¨ÐŲ»ÐèÒª¶Á»Ø£¬Ö±½Óд + { + app_tp_m_write(screen_reg_int_data[screen_int_transfer_count].buffer, screen_reg_int_data[screen_int_transfer_count].txbuffer_size); + } + else //µ±Ç°Í¨ÐÅÐèÒª¶Á»Ø£¬ÏÈдÔÙ¶Á + { + s_screen_int_transfer_status = true; + if (screen_int_transfer_count==0) + { + app_tp_m_read(screen_reg_int_data[screen_int_transfer_count].buffer, screen_reg_int_data[screen_int_transfer_count].txbuffer_size, \ + s_screen_temp, screen_reg_int_data[screen_int_transfer_count].rxbuffer_size); + screen_int_transfer_count =1; + } + else if (screen_int_transfer_count==1) + { + app_tp_m_read(screen_reg_int_data[screen_int_transfer_count].buffer, screen_reg_int_data[screen_int_transfer_count].txbuffer_size, \ + s_screen_number, screen_reg_int_data[screen_int_transfer_count].rxbuffer_size); + screen_int_transfer_count =2; + } + else if (screen_int_transfer_count==2) + { + if(s_screen_number[1]) + { + TAU_LOGD("s_screen_number[%4x], size[%4x]", ((s_screen_number[1]<<8)|s_screen_number[0]), ((s_screen_temp[1]<<8)|s_screen_temp[0])); + if (s_screen_number[1] &0x02) + read_point =10; + else + read_point =9; + } + else + { + if(s_screen_number[0] &0x80) + read_point =8; + else if(s_screen_number[0] &0x40) + read_point =7; + else if(s_screen_number[0] &0x20) + read_point =6; + else if(s_screen_number[0] &0x10) + read_point =5; + else if(s_screen_number[0] &0x08) + read_point =4; + else if(s_screen_number[0] &0x04) + read_point =3; + else if(s_screen_number[0] &0x02) + read_point =2; + else + read_point =1; + } + read_point =8*read_point; + + app_tp_m_read(screen_reg_int_data[screen_int_transfer_count].buffer, screen_reg_int_data[screen_int_transfer_count].txbuffer_size, \ + s_screen_read_buffer, read_point); + screen_int_transfer_count =0; + screen_int_transfer_buffer_ready = false; + } + } + #endif + ap_tp_st_touch_error_handler_F3(s_screen_read_buffer); + ap_tp_st_touch_error_handler_FF(s_screen_read_buffer); + ap_tp_st_touch_scan_point_record_event(s_screen_read_buffer, len + 8); + app_tp_screen_analysis_int(screen_int_transfer_count, s_screen_read_buffer,screen_reg_int_data[2].rxbuffer_size); + + } + /**** 3. ½âÎö±¾´ÎͨÐÅÊý¾Ý£¬²¢×¼±¸ÏÂÒ»´ÎͨÐŵÄbuffer ****/ + else + { + #if 1 + #ifdef USE_FOR_SUMSUNG_S20 + u16TouchID=0x0000; + #endif + + screen_int_transfer_buffer_ready = true; + screen_int_transfer_count = app_tp_screen_analysis_int(screen_int_transfer_count, s_screen_read_buffer,screen_reg_int_data[2].rxbuffer_size); + screen_int_transfer_count = 0; + s_screen_int_transfer_status = false; + + #else + screen_int_transfer_buffer_ready = true; + screen_int_transfer_count = app_tp_screen_analysis_int(screen_int_transfer_count, s_screen_read_buffer, \ + screen_reg_int_data[screen_int_transfer_count].rxbuffer_size); + + if (screen_int_transfer_count > screen_reg_int_data_size) //½âÎöÐèÒªµÈ×îºóÒ»´ÎͨÐŽáÊø£¬×îºóÒ»´ÎÊý¾Ý½âÎöºó£¬Í£Ö¹Í¨ÐÅ + { + screen_int_transfer_count = 0; + s_screen_int_transfer_status = false; + return; + } + #endif + } + } +} + +/************************************************************************** +* @name : app_tp_transfer_phone +* @brief : ¸ù¾ÝÊý¾Ý½âÎö½øÐÐÏàÓ¦µÄ´ð¸´ +* @param[in] : recieve_num£º½ÓÊÕÊý¾Ý³¤¶È +* @return : +* @retval : +**************************************************************************/ +static void app_tp_transfer_phone(size_t recieve_num) +{ + const uint8_t *phone_write_buffer; + size_t phone_write_buffer_size = 0; + /* Êý¾Ý½âÎö£¬ÅжÏÊÇ·ñÐèÒª´ð¸´ÒÔ¼°´ð¸´µÄbufferÖ¸Õë */ + if (recieve_num > 0) + { + #if 0// 1: test + s_phone_read_buffer[3]=recieve_num; + app_tp_m_write(s_phone_read_buffer, 4); + #endif + app_tp_phone_analysis_data(s_phone_read_buffer, recieve_num, &phone_write_buffer, &phone_write_buffer_size); + } + + app_tp_s_read(s_phone_read_buffer, BUFFER_SIZE_MAX); + if (phone_write_buffer_size) //´óÓÚ0±íʾÐèÒª´ð¸´ÊÖ»ú£¬ÅäÖ÷¢ËÍbuffer + { + app_tp_s_write(phone_write_buffer, phone_write_buffer_size); + } +} + +/************************************************************************** +* @name : app_tp_phone_reset_on +* @brief : »ñÈ¡ÊÖ»ú¸´Î»ÐźŵÄ״̬ +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +bool app_tp_phone_reset_on(void) +{ + return s_phone_reset_flag; +} + +/************************************************************************** +* @name : app_tp_phone_clear_reset_on +* @brief : Çå³ýÊÖ»ú¸´Î»ÐźŵÄ״̬ +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +void app_tp_phone_clear_reset_on(void) +{ + s_phone_reset_flag = false; +} + +#else + +void app_tp_screen_init(void) +{ + +} + +void app_tp_init(void) +{ + +} + +void app_tp_transfer_screen_int(void) +{ + +} + +void app_tp_transfer_screen_start(void) +{ + +} + +bool app_tp_phone_reset_on(void) +{ + return false; +} + +void app_tp_phone_clear_reset_on(void) +{ + +} + +void app_tp_s_write(const uint8_t *txbuffer, size_t buffer_size) +{ + +} + +bool app_tp_enter_sleep_on(void) +{ + return false; +} + +#endif + diff --git a/src/app/demo/app_tp_transfer.h b/src/app/demo/app_tp_transfer.h new file mode 100644 index 0000000..b46a1d9 --- /dev/null +++ b/src/app/demo/app_tp_transfer.h @@ -0,0 +1,105 @@ +/******************************************************************************* +* +* +* File: app_tp_transfer.h +* Description touch I2C/SPI ͨÐÅÏà¹Øº¯ÊýÉêÃ÷ +* Version V0.1 +* Date 2021-10-14 +* Author zhanghz +*******************************************************************************/ +#ifndef __APP_TP_TRANSFER_H__ +#define __APP_TP_TRANSFER_H__ + +#include "string.h" +#include "tau_device_datatype.h" +#include "tau_common.h" + +#define SCREEN_TRANSFER_WRITE false //½ÓÊÕµ½screen ioÖжϣ¬·¢ËÍÊý¾ÝÖ®ºó²»ÓöÁ»Ø +#define SCREEN_TRANSFER_READ true //½ÓÊÕµ½screen ioÖжϣ¬·¢ËÍÊý¾ÝÖ®ºóÒª¶Á»ØÊý¾Ý + + +/************************************************************************** +* @name : ap_tp_calibration +* @brief : ����У׼���� +* @param[in] : +* @return : +* @retval : +**************************************************************************/ + +/************************************************************************** +* @name : app_tp_screen_init +* @brief : screen IO Ìø±ä£¬¿ªÊ¼³õʼ»¯ +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +void app_tp_screen_init(void); + +/************************************************************************** +* @name : app_tp_init +* @brief : ³õʼ»¯Í¨ÐÅÏà¹Ø +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +void app_tp_init(void); + +/************************************************************************** +* @name : app_tp_transfer_screen_int +* @brief : ½ÓÊÕscreenÖжϺ󣬰´ÕÕflow¶Áдscreen£¬¼´±¨µãЭÒéת»» +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +void app_tp_transfer_screen_int(void); + +/************************************************************************** +* @name : app_tp_transfer_screen_start +* @brief : °´ÕÕflow¶Áдscreen£¬¿ªÊ¼¿ª»ú³õʼ»¯ +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +void app_tp_transfer_screen_start(void); + +/************************************************************************** +* @name : app_tp_phone_reset_on +* @brief : »ñÈ¡ÊÖ»ú¸´Î»ÐźŵÄ״̬ +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +bool app_tp_phone_reset_on(void); + +/************************************************************************** +* @name : app_tp_phone_clear_reset_on +* @brief : Çå³ýÊÖ»ú¸´Î»ÐźŵÄ״̬ +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +void app_tp_phone_clear_reset_on(void); + +/************************************************************************** +* @name : app_tp_s_write +* @brief : ¸ù¾ÝͨÐÅ·½Ê½ÅäÖ÷¢ËÍtxbufferÖеÄÊý¾Ý +* @param[in] :txbuffer: ·¢ËÍÊý¾Ý buffer Í·µØÖ· +* @param[in] :buffer_size: ·¢ËÍÊý¾Ý buffer ³¤¶È +* @return : +* @retval : +**************************************************************************/ +void app_tp_s_write(const uint8_t *txbuffer, size_t buffer_size); + +/************************************************************************** +* @name : app_tp_enter_sleep_on +* @brief : »ñÈ¡ tp ͨÐÅ״̬ +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +bool app_tp_enter_sleep_on(void); +void app_tp_m_write(const uint8_t *txbuffer, size_t buffer_size); +void app_tp_m_read(const uint8_t *cmd, size_t cmd_size, uint8_t *data_buffer, size_t data_size); + +#endif + diff --git a/src/app/main.c b/src/app/main.c new file mode 100644 index 0000000..a3b4715 --- /dev/null +++ b/src/app/main.c @@ -0,0 +1,26 @@ +#include +#include +#include +#include "test_cfg_global.h" +#include "tau_log.h" +#include "hal_system.h" +#include "board.h" +#include "tau_delay.h" + + + +//test_cfg_global.h file choice what you want test or completely demo of S8 or S8+ Felix + +int main() +{ +// hal_system_init(); + board_Init(); + + while (1) + { +#if _DEMO_S8_EN + ap_demo(); +#endif + while (1); + } +} diff --git a/src/app/test_cfg_global.h b/src/app/test_cfg_global.h new file mode 100644 index 0000000..37f4546 --- /dev/null +++ b/src/app/test_cfg_global.h @@ -0,0 +1,84 @@ +/******************************************************************************* +* Copyright (C) 2019-2022, 518 Systems (R),All Rights Reserved. +* +* File: test_cfg_global.h +* Description£º ²âÊÔÓÃÀýÈ«¾ÖÅäÖÃÍ·Îļþ +* Version£º V0.1 +* Date£º 2021-05-01 +* Author£º kevin + *******************************************************************************/ + +#ifndef __TEST_GLOBAL_CONFIG_H__ +#define __TEST_GLOBAL_CONFIG_H__ +/******************************************************************************* +* 1.Included files +*******************************************************************************/ + +/******************************************************************************* +* 2.Global constant and macro definitions using #define +*******************************************************************************/ + +#define _TEST_TIMER_EN 0 +#define _TEST_DSI_TX_EN 0 +#define _TEST_DSI_RX_EN 0 +#define _TEST_PWM_EN 0 +#define _TEST_SWIRE_EN 0 +#define _TEST_WDG_EN 0 +#define _TEST_GPIO_EN 0 +#define _TEST_I2C_EN 0 +#define _TEST_SPI_EN 0 + +#define _DEMO_S8_EN 1 +#define _DEMO_S8P_EN 0 +#if _TEST_TIMER_EN + #include "test_hal_timer.h" +#endif + +#if _TEST_I2C_EN + #include "test_hal_i2c.h" +#endif + +#if _TEST_SPI_EN + #include "test_hal_spi.h" +#endif + +#if _TEST_DSI_TX_EN + #include "test_hal_dsi_tx.h" +#endif + +#if _TEST_DSI_RX_EN + #include "test_hal_dsi_rx.h" +#endif + +#if _TEST_PWM_EN + #include "test_hal_pwm.h" +#endif + +#if _TEST_SWIRE_EN + #include "test_hal_swire.h" +#endif + +#if _TEST_WDG_EN + #include "test_hal_wdg.h" +#endif + +#if _TEST_GPIO_EN + #include "test_hal_gpio.h" +#endif + +#if _TEST_I2C_TP_EN + #include "test_hal_i2c_tp.h" +#endif + +#if _DEMO_S8_EN + #include "ap_demo.h" + #include "app_tp_for_custom_s8.h" +#endif + +#if _DEMO_S8P_EN + #include "s8p_demo.h" + #include "app_tp_for_custom_s8p.h" +#endif + +#endif + diff --git a/src/board/board.c b/src/board/board.c new file mode 100644 index 0000000..aea5ad9 --- /dev/null +++ b/src/board/board.c @@ -0,0 +1,26 @@ +/******************************************************************************* +* Copyright (C) 2019-2022, ISP Systems (R),All Rights Reserved. +* +* File: board.c +* Description æ¿çº§æ–‡ä»¶ +* Version V0.1 +* Date 2020-12-07 +* Author linyw +*******************************************************************************/ +#include "board.h" +#include "hal_system.h" +#include "ArmCM0.h" + +void board_Init(void) +{ + hal_system_init(SYSTEM_CLOCK); + hal_system_enable_systick(1); +#if !EDA_MODE + hal_system_init_console(115200); +#endif +#if defined(ISP_568) || defined(ISP_368) + /* 从EFUSE读å–DPHY校准值并设置 */ + hal_system_set_phy_calibration(true); +#endif +} + diff --git a/src/board/board.h b/src/board/board.h new file mode 100644 index 0000000..f0d36e2 --- /dev/null +++ b/src/board/board.h @@ -0,0 +1,16 @@ +/******************************************************************************* +* Copyright (C) 2019-2022, 518/568 Systems (R),All Rights Reserved. +* +* File: board.h +* Description: baord åˆå§‹åŒ–头文件 +* Version: V0.1 +* Date: 2020-01-08 +* Author: lzy + *******************************************************************************/ + +#ifndef __BOARD_H__ +#define __BOARD_H__ + +void board_Init(void); + +#endif diff --git a/src/board/startup/startup_ARMCM0.s b/src/board/startup/startup_ARMCM0.s new file mode 100644 index 0000000..4a17757 --- /dev/null +++ b/src/board/startup/startup_ARMCM0.s @@ -0,0 +1,226 @@ +;/**************************************************************************//** +; * @file startup_ARMCM0.s +; * @brief CMSIS Core Device Startup File for +; * ARMCM0 Device +; * @version V5.4.0 +; * @date 12. December 2018 +; ******************************************************************************/ +;/* +; * Copyright (c) 2009-2018 Arm Limited. All rights reserved. +; * +; * SPDX-License-Identifier: Apache-2.0 +; * +; * Licensed under the Apache License, Version 2.0 (the License); you may +; * not use this file except in compliance with the License. +; * You may obtain a copy of the License at +; * +; * www.apache.org/licenses/LICENSE-2.0 +; * +; * Unless required by applicable law or agreed to in writing, software +; * distributed under the License is distributed on an AS IS BASIS, WITHOUT +; * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +; * See the License for the specific language governing permissions and +; * limitations under the License. +; */ + +;//-------- <<< Use Configuration Wizard in Context Menu >>> ------------------ + + +; Stack Configuration +; Stack Size (in Bytes) <0x0-0xFFFFFFFF:8> +; + +Stack_Size EQU 0x00001000 + + AREA STACK, NOINIT, READWRITE, ALIGN=3 +__stack_limit +Stack_Mem SPACE Stack_Size +__initial_sp + + +; Heap Configuration +; Heap Size (in Bytes) <0x0-0xFFFFFFFF:8> +; + +Heap_Size EQU 0x00000C00 + + IF Heap_Size != 0 ; Heap is provided + AREA HEAP, NOINIT, READWRITE, ALIGN=3 +__heap_base +Heap_Mem SPACE Heap_Size +__heap_limit + ENDIF + + + PRESERVE8 + THUMB + + +; Vector Table Mapped to Address 0 at Reset + + AREA RESET, DATA, READONLY + EXPORT __Vectors + EXPORT __Vectors_End + EXPORT __Vectors_Size + +__Vectors DCD __initial_sp ; Top of Stack + DCD Reset_Handler ; Reset Handler + DCD NMI_Handler ; -14 NMI Handler + DCD HardFault_Handler ; -13 Hard Fault Handler + DCD 0 ; Reserved + DCD 0 ; Reserved + DCD 0 ; Reserved + DCD 0 ; Reserved + DCD 0 ; Reserved + DCD 0 ; Reserved + DCD 0 ; Reserved + DCD SVC_Handler ; -5 SVCall Handler + DCD 0 ; Reserved + DCD 0 ; Reserved + DCD PendSV_Handler ; -2 PendSV Handler + DCD SysTick_Handler ; -1 SysTick Handler + + + ; Interrupts + DCD VIDC_IRQn_Handler ; 0 Interrupt 0 + DCD LCDC_IRQn_Handler ; 1 Interrupt 1 + DCD MIPI_RX_IRQn_Handler ; 2 Interrupt 2 + DCD MIPI_TX_IRQn_Handler ; 3 Interrupt 3 + DCD MEMC_IRQn_Handler ; 4 Interrupt 4 + DCD VPRE_IRQn_Handler ; 5 Interrupt 5 + DCD FLSCTRL_IRQn_Handler ; 6 Interrupt 6 + DCD DMA_IRQn_Handler ; 7 Interrupt 7 + DCD TIMER0_IRQn_Handler ; 8 Interrupt 8 + DCD TIMER1_IRQn_Handler ; 9 Interrupt 9 + DCD TIMER2_IRQn_Handler ; 10 Interrupt 10 + DCD TIMER3_IRQn_Handler ; 11 Interrupt 11 + DCD WDG_IRQn_Handler ; 12 Interrupt 12 + DCD UART_IRQn_Handler ; 13 Interrupt 13 + DCD I2C0_IRQn_Handler ; 14 Interrupt 14 + DCD I2C1_IRQn_Handler ; 15 Interrupt 15 + DCD SPIS_IRQn_Handler ; 16 Interrupt 16 + DCD SPIM_IRQn_Handler ; 17 Interrupt 17 + DCD ADC_IRQn_Handler ; 18 Interrupt 18 + DCD PWMDET_IRQn_Handler ; 19 Interrupt 19 + DCD OTP_IRQn_Handler ; 20 Interrupt 20 + DCD SWIRE_IRQn_Handler ; 21 Interrupt 21 + DCD PVD_IRQn_Handler ; 22 Interrupt 22 + DCD AP_NRESET_IRQn_Handler ; 23 Interrupt 23 + DCD EXTI_INT0_IRQn_Handler ; 24 Interrupt 24 + DCD EXTI_INT1_IRQn_Handler ; 25 Interrupt 25 + DCD EXTI_INT2_IRQn_Handler ; 26 Interrupt 26 + DCD EXTI_INT3_IRQn_Handler ; 27 Interrupt 27 + DCD EXTI_INT4_IRQn_Handler ; 28 Interrupt 28 + DCD EXTI_INT5_IRQn_Handler ; 29 Interrupt 29 + DCD EXTI_INT6_IRQn_Handler ; 30 Interrupt 30 + DCD EXTI_INT7_IRQn_Handler ; 31 Interrupt 31 + + SPACE ( 0 * 4) ; Interrupts 10 .. 31 are left out + +__Vectors_End +__Vectors_Size EQU __Vectors_End - __Vectors +_NVIC_ICER0 EQU 0xE000E180 ;æ¸…ä¸­æ–­ä½¿èƒ½å¯„å­˜å™¨åœ°å€ +_NVIC_ICPR0 EQU 0xE000E280 ;清中断pendingå¯„å­˜å™¨åœ°å€ + + AREA |.text|, CODE, READONLY + +; Reset Handler + +Reset_Handler PROC + EXPORT Reset_Handler [WEAK] + IMPORT __main + +;清中断使能和pending ——开始—— + CPSID I ; å±è”½ä¸­æ–­ + LDR R0, =_NVIC_ICER0 + LDR R1, =_NVIC_ICPR0 + LDR R2, =0xFFFFFFFF + MOVS R3, #1 ; 设置循环次数 M0åªæœ‰1组(32个)中断,故åªéœ€è¦å¾ªçޝ1次 +_irq_clear + ;CBZ R3, _irq_clear_end + CMP R3,#0 ; 循环次数等于0,跳转到_irq_clear_end + BEQ _irq_clear_end + STR R2, [R0] ;,#4 ; NVIC_ICER0 - 清 enable IRQ 寄存器 + STR R2, [R1] ;,#4 ; NVIC_ICPR0 - 清 pending IRQ 寄存器 + SUBS R3, #1 ; 循环数自å‡1 + B _irq_clear +_irq_clear_end +;清中断使能和pending ——结æŸâ€”— + CPSIE I ; å¼€å¯ä¸­æ–­ + LDR R0, =__main + BX R0 + ENDP + + +; Macro to define default exception/interrupt handlers. +; Default handler are weak symbols with an endless loop. +; They can be overwritten by real handlers. + MACRO + Set_Default_Handler $Handler_Name +$Handler_Name PROC + EXPORT $Handler_Name [WEAK] + B . + ENDP + MEND + + +; Default exception/interrupt handler + + Set_Default_Handler NMI_Handler + Set_Default_Handler HardFault_Handler + Set_Default_Handler SVC_Handler + Set_Default_Handler PendSV_Handler + Set_Default_Handler SysTick_Handler + + Set_Default_Handler VIDC_IRQn_Handler + Set_Default_Handler LCDC_IRQn_Handler + Set_Default_Handler MIPI_RX_IRQn_Handler + Set_Default_Handler MIPI_TX_IRQn_Handler + Set_Default_Handler MEMC_IRQn_Handler + Set_Default_Handler VPRE_IRQn_Handler + Set_Default_Handler FLSCTRL_IRQn_Handler + Set_Default_Handler DMA_IRQn_Handler + Set_Default_Handler TIMER0_IRQn_Handler + Set_Default_Handler TIMER1_IRQn_Handler + + Set_Default_Handler TIMER2_IRQn_Handler + Set_Default_Handler TIMER3_IRQn_Handler + Set_Default_Handler WDG_IRQn_Handler + Set_Default_Handler UART_IRQn_Handler + Set_Default_Handler I2C0_IRQn_Handler + Set_Default_Handler I2C1_IRQn_Handler + Set_Default_Handler SPIS_IRQn_Handler + Set_Default_Handler SPIM_IRQn_Handler + Set_Default_Handler ADC_IRQn_Handler + Set_Default_Handler PWMDET_IRQn_Handler + + Set_Default_Handler OTP_IRQn_Handler + Set_Default_Handler SWIRE_IRQn_Handler + Set_Default_Handler PVD_IRQn_Handler + Set_Default_Handler AP_NRESET_IRQn_Handler + Set_Default_Handler EXTI_INT0_IRQn_Handler + Set_Default_Handler EXTI_INT1_IRQn_Handler + Set_Default_Handler EXTI_INT2_IRQn_Handler + Set_Default_Handler EXTI_INT3_IRQn_Handler + Set_Default_Handler EXTI_INT4_IRQn_Handler + Set_Default_Handler EXTI_INT5_IRQn_Handler + + Set_Default_Handler EXTI_INT6_IRQn_Handler + Set_Default_Handler EXTI_INT7_IRQn_Handler + ALIGN + + +; User setup Stack & Heap + + IF :LNOT::DEF:__MICROLIB + IMPORT __use_two_region_memory + ENDIF + + EXPORT __stack_limit + EXPORT __initial_sp + IF Heap_Size != 0 ; Heap is provided + EXPORT __heap_base + EXPORT __heap_limit + ENDIF + + END diff --git a/src/board/startup/system_ARMCM0.c b/src/board/startup/system_ARMCM0.c new file mode 100644 index 0000000..b02ec60 --- /dev/null +++ b/src/board/startup/system_ARMCM0.c @@ -0,0 +1,52 @@ +/**************************************************************************//** + * @file system_ARMCM0.c + * @brief CMSIS Device System Source File for + * ARMCM0 Device + * @version V5.3.1 + * @date 09. July 2018 + ******************************************************************************/ +/* + * Copyright (c) 2009-2018 Arm Limited. All rights reserved. + * + * SPDX-License-Identifier: Apache-2.0 + * + * Licensed under the Apache License, Version 2.0 (the License); you may + * not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an AS IS BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#include "ArmCM0.h" + +/*---------------------------------------------------------------------------- + System Core Clock Variable + *----------------------------------------------------------------------------*/ +uint32_t SystemCoreClock = SYSTEM_CLOCK; /* System Core Clock Frequency */ + + +/*---------------------------------------------------------------------------- + System Core Clock update function + *----------------------------------------------------------------------------*/ +void SystemCoreClockUpdate(void) +{ + SystemCoreClock = SYSTEM_CLOCK; +} + +/*---------------------------------------------------------------------------- + System initialization function + *----------------------------------------------------------------------------*/ +void SystemInit(void) +{ + SystemCoreClock = SYSTEM_CLOCK; + +#if defined(__Vendor_SysTickConfig) && (0U == __Vendor_SysTickConfig) + SysTick_Config(SystemCoreClock / 1000); +#endif +} diff --git a/src/common/tau_common.h b/src/common/tau_common.h new file mode 100644 index 0000000..575a466 --- /dev/null +++ b/src/common/tau_common.h @@ -0,0 +1,216 @@ +/******************************************************************************* +* +* +* File: tau_common.h +* Description ͨÓÃÊý¾ÝÀàÐÍÏà¹Ø¶¨ÒåÍ·Îļþ +* Version V0.1 +* Date 2020-09-07 +* Author lzy + *******************************************************************************/ + +#ifndef __TAU_COMMON_H +#define __TAU_COMMON_H + +/******************************************************************************* +* 1.Included files +*******************************************************************************/ +#include "stdint.h" +#include "math.h" + +/******************************************************************************* +* 2.Global constant and macro definitions using #define +*******************************************************************************/ +/** + * \name ͨÓó£Á¿¶¨Òå + * @{ + */ +//#define ENABLE 1 +//#define DISABLE 0 + +#define ON 1 +#define OFF 0 + +#define NONE 0 +#define EOS '\0' + +/* +#ifndef TRUE +#define TRUE 1 +#endif + +#ifndef FALSE +#define FALSE 0 +#endif +*/ + +#ifndef __cplusplus + #define true 1 + #define false 0 + #define bool _Bool +#endif /* ifndef __cplusplus */ + +#ifndef NULL + #define NULL ((void *)0) +#endif + +#define TAU_LITTLE_ENDIAN 1234 /**< \brief С¶Ëģʽ */ +#define TAU_BIG_ENDIAN 3412 /**< \brief ´ó¶Ëģʽ */ + +/** @} */ + +/******************************************************************************/ + +/** + * \name ³£Óú궨Òå + * @{ + */ + +#ifdef __cplusplus + #define __I volatile /*!< Defines 'read only' permissions */ +#else + #define __I volatile const /*!< Defines 'read only' permissions */ +#endif +#define __O volatile /*!< Defines 'write only' permissions */ +#define __IO volatile /*!< Defines 'read / write' permissions */ + +#define TAU_INLINE inline +#define TAU_STATIC_INLINE static inline +#define TAU_STATIC static +#define TAU_CONST const +#define TAU_EXTERN extern + +#define MIN(x, y) (((x) < (y)) ? (x) : (y)) +#define MAX(x, y) (((x) > (y)) ? (x) : (y)) + +/** + * \brief Çó½á¹¹Ìå³ÉÔ±µÄÆ«ÒÆ + * \attention ²»Í¬Æ½Ì¨ÉÏ£¬ÓÉÓÚ³ÉÔ±´óСºÍÄÚ´æ¶ÔÆëµÈÔ­Òò£¬ + * ͬһ½á¹¹Ìå³ÉÔ±µÄÆ«ÒÆ¿ÉÄÜÊDz»Ò»ÑùµÄ + * + * \par ʾÀý + * \code + * struct my_struct { + * int m1; + * char m2; + * }; + * int offset_m2; + * + * offset_m2 = TAU_OFFSET(struct my_struct, m2); + * \endcode + */ +#define TAU_OFFSET(structure, member) ((uint32_t)(&(((structure *)0)->member))) + +/** @} */ + +/** + * \brief ͨ¹ý½á¹¹Ìå³ÉÔ±Ö¸Õë»ñÈ¡°üº¬¸Ã½á¹¹Ìå³ÉÔ±µÄ½á¹¹Ìå + * + * \param ptr Ö¸Ïò½á¹¹Ìå³ÉÔ±µÄÖ¸Õë + * \param type ½á¹¹ÌåÀàÐÍ + * \param member ½á¹¹ÌåÖиóÉÔ±µÄÃû³Æ + * + * \par ʾÀý + * \code + * struct my_struct = { + * int m1; + * char m2; + * }; + * struct my_struct my_st; + * char *p_m2 = &my_st.m2; + * struct my_struct *p_st = TAU_CONTAINER_OF(p_m2, struct my_struct, m2); + * \endcode + */ +#define TAU_CONTAINER_OF(ptr, type, member) \ + ((type *)((char *)(ptr)-TAU_OFFSET(type, member))) + +/** + * \brief ¼ÆËã½á¹¹Ìå³ÉÔ±µÄ´óС + * + * \code + * struct a = { + * uint32_t m1; + * uint32_t m2; + * }; + * int size_m2; + * + * size_m2 = TAU_MEMBER_SIZE(a, m2); //size_m2 = 4 + * \endcode + */ +#define TAU_MEMBER_SIZE(structure, member) (sizeof(((structure *)0)->member)) + +/** + * \brief ¼ÆËãÊý×éÔªËØ¸öÊý + * + * \code + * int a[] = {0, 1, 2, 3}; + * int element_a = TAU_NELEMENTS(a); // element_a = 4 + * \endcode + */ +#define TAU_NELEMENTS(array) (sizeof(array) / sizeof((array)[0])) + +/** + * \brief ÏòÉÏÉáÈë + * + * \param x ±»ÔËËãµÄÊý + * \param align ¶ÔÆëÒòËØ + * + * \code + * int size = TAU_ROUND_UP(15, 4); // size = 16 + * \endcode + */ +#define TAU_ROUND_UP(x, align) (((int)(x)/(align))*(align) + (((int)(x)%(align)) ? (align) : 0)) + +/** + * \brief ÏòÏÂÉáÈë + * + * \param x ±»ÔËËãµÄÊý + * \param align ¶ÔÆëÒòËØ + * + * \code + * int size = TAU_ROUND_DOWN(15, 4); // size = 12 + * \endcode + */ +#define TAU_ROUND_DOWN(x, align) (((int)(x)/(align))*(align)) + +/** \brief ±¶ÊýÏòÉÏÉáÈë */ +#define TAU_DIV_ROUND_UP(n, d) (((n) + (d)-1) / (d)) + +/** + * \brief ²âÊÔÊÇ·ñ¶ÔÆë + * + * \param x ±»ÔËËãµÄÊý + * \param align ¶ÔÆëÒòËØ£¬±ØÐëΪ2µÄ³Ë·½ + * + * \code + * if (TAU_ALIGNED(x, 4) { + * ; // x¶ÔÆë + * } else { + * ; // x²»¶ÔÆë + * } + * \endcode + */ +#define TAU_ALIGNED(x, align) (((int)(x) & (align - 1)) == 0) + +/** \brief ½«1×Ö½ÚBCDÊý¾Ýת»»Îª16½øÖÆÊý¾Ý */ +#define TAU_BCD_TO_HEX(val) (((val)&0x0f) + ((val) >> 4) * 10) + +/** \brief ½«1×Ö½Ú16½øÖÆÊý¾Ýת»»ÎªBCDÊý¾Ý */ +#define TAU_HEX_TO_BCD(val) ((((val) / 10) << 4) + (val) % 10) + +/** + * \brief ÏòÉÏÈ¡Õû + */ +#define TAU_CEIL(val) ceil(val) + + +/*! @brief Construct the version number for drivers. */ +#define MAKE_VERSION(major, minor, bugfix) (((major) << 16) | ((minor) << 8) | (bugfix)) + + +/******************************************************************************* +* 3.Global structures, unions and enumerations using typedef +*******************************************************************************/ +/* \brief ͨÓûص÷º¯ÊýÖ¸Õ붨Òå */ +typedef void (*fcb_type)(void *data); + +#endif /* __TAU_COMMON_H */ diff --git a/src/common/tau_delay.h b/src/common/tau_delay.h new file mode 100644 index 0000000..aa3a2bf --- /dev/null +++ b/src/common/tau_delay.h @@ -0,0 +1,34 @@ +/** + * File Name: tau_delay.h + * + * + * + * Author: Fortsense 3D Firmware Team + * + * Date: 2020/12/04 + * + * Project: Taurus + * + * Description: + * + * HISTORY: +**/ +#ifndef _DELAY_H_ +#define _DELAY_H_ +#include "stdint.h" + +/** +* @brief delay ms º¯Êý,Îó²î2%ÒÔÄÚ +* @param ms:delayʱ³¤ +* @retval none +*/ +void delayMs(uint32_t ms); + +/** +* @brief delay us º¯Êý,Îó²î2%ÒÔÄÚ +* @param us:delayʱ³¤ +* @retval none +*/ +void delayUs(uint32_t us); + +#endif diff --git a/src/common/tau_device_datatype.h b/src/common/tau_device_datatype.h new file mode 100644 index 0000000..c121f0c --- /dev/null +++ b/src/common/tau_device_datatype.h @@ -0,0 +1,167 @@ +/******************************************************************************* + * + * + * File: tau_device_datatype.h + * Description device datatype + * Version V0.1 + * Date 2020-12-04 + * Author kevin + *******************************************************************************/ + +#ifndef _TAU_DEVICE_DATATYPE_H_ +#define _TAU_DEVICE_DATATYPE_H_ + + +/******************************************************************************* +* 1.Included files +*******************************************************************************/ + +#include "stdint.h" +#include "tau_common.h" + +/******************************************************************************* +* 2.Global constant and macro definitions using #define +*******************************************************************************/ + +/******************************************************************************* +* 3.Global structures, unions and enumerations using typedef +*******************************************************************************/ +/*! @brief ¼ÆËã×é״̬Âë */ +#define MAKE_STATUS(group, code) ((((group)*100) + (code))) + +/******************************************************************************* +* 3.Global structures, unions and enumerations using typedef +*******************************************************************************/ +/*! @brief ·Ö×é״ֵ̬ */ +enum _status_groups +{ + STATUS_GROUP_GENERIC = 0, + STATUS_GROUP_I2C = 1, + STATUS_GROUP_UART = 2, + STATUS_GROUP_SPI = 3, + kStatusGroup_Timer = 4, +}; + +/*! @brief ³£ÓÃ״̬Âë */ +enum _generic_status +{ + STATUS_SUCCESS = MAKE_STATUS(STATUS_GROUP_GENERIC, 0), + STATUS_FAIL = MAKE_STATUS(STATUS_GROUP_GENERIC, 1), + STATUS_READ_ONLY = MAKE_STATUS(STATUS_GROUP_GENERIC, 2), + STATUS_OUT_OF_RANGE = MAKE_STATUS(STATUS_GROUP_GENERIC, 3), + STATUS_INVALID_ARGUMENT = MAKE_STATUS(STATUS_GROUP_GENERIC, 4), + STATUS_TIME_OUT = MAKE_STATUS(STATUS_GROUP_GENERIC, 5), + STATUS_NO_TRANSFER_IN_PROGRESS = MAKE_STATUS(STATUS_GROUP_GENERIC, 6), +}; + +/*! + * @brief timer״̬ + */ +typedef enum +{ + TIMER_STATUS_IDLE = MAKE_STATUS(kStatusGroup_Timer, 0), /*!< ¿ÕÏÐ */ + TIMER_STATUS_RUNNING = MAKE_STATUS(kStatusGroup_Timer, 1), /*!< ÔËÐÐÖÐ */ + TIMER_STATUS_TIMEOUT = MAKE_STATUS(kStatusGroup_Timer, 2), /*!< ³¬Ê± */ +} timer_status_e; + +/*! + * @brief system´¥·¢Ê¼þ(ÖжÏ/¸´Î»)ģʽ + */ +typedef enum +{ + DETECT_HIGH_LVL = 0, + DETECT_LOW_LVL, + DETECT_RISING_EDGE, + DETECT_FALLING_EDGE +} sys_cfg_trigger_e; + +/** +* @brief GPIO interrupt type +*/ +typedef enum +{ + TIMER_NUM0 = 0, + TIMER_NUM1, + TIMER_NUM2, + TIMER_NUM3, + TIMER_NUM_MAX +} timer_num_e; + +/** +* @brief GPIO interrupt type +*/ +typedef enum +{ + GPIO_INT_EXTI_INT0 = 0, + GPIO_INT_EXTI_INT1, + GPIO_INT_EXTI_INT2, + GPIO_INT_EXTI_INT3, + GPIO_INT_EXTI_INT4, + GPIO_INT_EXTI_INT5, + GPIO_INT_EXTI_INT6, + GPIO_INT_EXTI_INT7, + GPIO_INT_MAX +} gpio_int_e; + +/*! @brief PWMIÖжÏÀàÐÍ */ +typedef enum _pwm_int_type +{ + PWM_INT_HIGH_OVERFLOW = 0, + PWM_INT_LOW_OVERFLOW, + PWM_INT_TOTAL_OVERFLOW, + PWM_INT_HIGH_DONE, + PWM_INT_LOW_DONE, + PWM_INT_TOTAL_DONE, + PWM_INT_MAX +} pwm_int_type_e; + +/** +* @brief I2C chose +*/ +typedef enum +{ + I2C_SELECT_0 = 0, //³£ÓÃslave + I2C_SELECT_1, //³£ÓÃmaster +} i2c_select_e; + +/*! + * @brief ´«ÊäËÙ¶È + * @note + */ +typedef enum _i2c_rate +{ + I2C_RATE_STANDARD = 1, //100kHz + I2C_RATE_FAST, //400kHz + I2C_RATE_HIGH, //1MHz +} i2c_rate_e; + +/*! @brief DMA channel type */ +typedef enum +{ + DMA_CH0 = 0, /*!< SPIM */ + DMA_CH1 = 1, /*!< IIC0 */ + DMA_CH2 = 2, /*!< SPIS */ + DMA_CH3 = 3, /*!< IIC1 */ + DMA_CH4 = 4, /*!< SPI FLASH */ + DMA_CH5 = 5, /*!< UART */ +} dma_channel_e; + + +/*! @brief Type used for all status and error return values. */ + +typedef enum +{ + DISABLE = 0, + ENABLE = !DISABLE +} function_state_e; +/*!< @brief ÓÃÓÚ·µ»Ø×´Ì¬ºÍ´íÎó */ +typedef int32_t status_t; + + + +/******************************************************************************* +* 4.Global variable extern declarations +*******************************************************************************/ + +#endif + diff --git a/src/common/tau_dsi_datatype.h b/src/common/tau_dsi_datatype.h new file mode 100644 index 0000000..f4e669a --- /dev/null +++ b/src/common/tau_dsi_datatype.h @@ -0,0 +1,348 @@ +/******************************************************************************* +* +* +* File: tau_dsi_datatype.h +* Description: mipi dsi ͨÓÃÍ·Îļþ +* Version: V0.1 +* Date: 2021-01-13 +* Author: lzy + *******************************************************************************/ + +#ifndef __MIPI_DSI_COMMON_H__ +#define __MIPI_DSI_COMMON_H__ + +/******************************************************************************* +* 1.Included files +*******************************************************************************/ +#include "tau_common.h" + +/******************************************************************************* +* 2.Global constant and macro definitions using #define +*******************************************************************************/ +#define DSC_PPS_SIZE 128 + +/******************************************************************************* +* 3.Global structures, unions and enumerations using typedef +*******************************************************************************/ +/** +* @brief Data Types for Peripheral-sourced Packets,From Mipi DSI Spec +*/ +typedef enum +{ + DSI_ACK_DT_ERROR = 0x02, + DSI_ACK_DT_EOTP = 0x08, + DSI_ACK_DT_GEN_SHORT_RESPONSE_1B = 0x11, + DSI_ACK_DT_GEN_SHORT_RESPONSE_2B = 0x12, + DSI_ACK_DT_GEN_LONG_RESPONSE = 0x1A, + DSI_ACK_DT_DSC_LONG_RESPONSE = 0x1C, + DSI_ACK_DT_DSC_SHORT_RESPONSE_1B = 0x21, + DSI_ACK_DT_DSC_SHORT_RESPONSE_2B = 0x22, + DSI_ACK_DT_MAX +} dsi_ack_data_type_e; + +/** +* @brief Software handle data types +*/ +typedef enum +{ + DSI_RECV_DT_PPS = 0x0A, //Picture Parameter Set + DSI_RECV_DT_GEN_WRITE_1B = 0x13, //Generic Short WRITE, 1 parameter + DSI_RECV_DT_GEN_WRITE_2B = 0x23, //Generic Short WRITE, 2 parameters + DSI_RECV_DT_GEN_READ_0B = 0x04, //Generic READ, no parameters + DSI_RECV_DT_GEN_READ_1B = 0x14, //Generic READ, 1 parameter + DSI_RECV_DT_GEN_READ_2B = 0x24, //Generic READ, 2 parameters + DSI_RECV_DT_DCS_WRITE_0B = 0x05, //DCS Short WRITE, no parameters + DSI_RECV_DT_DCS_WRITE_1B = 0x15, //DCS Short WRITE, 1 parameter + DSI_RECV_DT_DCS_READ_0B = 0x06, //DCS READ, no parameters + DSI_RECV_DT_GEN_WRITE_LONG = 0x29, //Generic Long Write + DSI_RECV_DT_DCS_WRITE_LONG = 0x39, //DCS Long Write/write_LUT Command Packet + DSI_RECV_DT_MAX +} dsi_data_type_e; + +typedef enum +{ + DCS_ENTER_IDLE_MODE = 0x39, + DCS_ENTER_INVERT_MODE = 0x21, + DCS_ENTER_NORMAL_MODE = 0x13, + DCS_ENTER_PARTIAL_MODE = 0x12, + DCS_ENTER_SLEEP_MODE = 0x10, + DCS_EXIT_IDLE_MODE = 0x38, + DCS_EXIT_INVERT_MODE = 0x20, + DCS_EXIT_SLEEP_MODE = 0x11, + DCS_GET_3D_CONTROL = 0x3F, + DCS_GET_ADDRESS_MODE = 0x0B, + DCS_GET_BLUE_CHANNEL = 0x08, + DCS_GET_COMPRESSION_MODE = 0x03, + DCS_GET_DIAGNOSTIC_RESULT = 0x0F, + DCS_GET_DISPLAY_MODE = 0x0D, + DCS_GET_GREEN_CHANNEL = 0x07, + DCS_GET_PIXEL_FORMAT = 0x0C, + DCS_GET_POWER_MODE = 0x0A, + DCS_GET_RED_CHANNEL = 0x06, + DCS_GET_SCANLINE = 0x45, + DCS_GET_SIGNAL_MODE = 0x0E, + DCS_NOP = 0x00, + DCS_READ_DDB_CONTINUE = 0xA8, + DCS_READ_DDB_START = 0xA1, + DCS_READ_MEMORY_CONTINUE = 0x3E, + DCS_READ_MEMORY_START = 0x2E, + DCS_SET_3D_CONTROL = 0x3D, + DCS_SET_ADDRESS_MODE = 0x36, + DCS_SET_COLUMN_ADDRESS = 0x2A, + DCS_SET_DISPLAY_OFF = 0x28, + DCS_SET_DISPLAY_ON = 0x29, + DCS_SET_GAMMA_CURVE = 0x26, + DCS_SET_PAGE_ADDRESS = 0x2B, + DCS_SET_PARTIAL_COLUMNS = 0x31, + DCS_SET_PARTIAL_ROWS = 0x30, + DCS_SET_PIXEL_FORMAT = 0x3A, + DCS_SET_SCROLL_AREA = 0x33, + DCS_SET_SCROLL_START = 0x37, + DCS_SET_TEAR_OFF = 0x34, + DCS_SET_TEAR_ON = 0x35, + DCS_SET_TEAR_SCANLINE = 0x44, + DCS_SET_VSYNC_TIMING = 0x40, + DCS_SOFT_RESET = 0x01, + DCS_WRITE_LUT = 0x2D, + DCS_WRITE_MEMORY_CONTINUE = 0x3C, + DCS_WRITE_MEMORY_START = 0x2C +} dsi_dcs_cmd_type_e; + +/** +* @brief video data transfer mode +*/ +typedef enum +{ + DSI_DATA_VIDEO_MODE = 0, + DSI_DATA_CMD_MODE = 1, + DSI_DATA_MODE_MAX +} dsi_video_data_mode_e; + +/** +* @brief dsi virtual channel +*/ +typedef enum +{ + DSI_VC_0 = 0, + DSI_VC_1 = 1, + DSI_VC_2 = 2, + DSI_VC_3 = 3, + DSI_VC_MAX +} dsi_virtual_channel_e; + +/** +* @brief video data mode +*/ +typedef enum +{ + DSI_FRAME_RATE_60HZ = 0, + DSI_FRAME_RATE_90HZ = 1, + DSI_FRAME_RATE_120HZ = 2, + DSI_FRAME_RATE_144HZ = 3, + DSI_FRAME_RATE_160HZ = 4, + DSI_FRAME_RATE_MAX +} dsi_video_frame_rate_e; + +/** +* @brief dsi rx color coding +*/ +typedef enum +{ + DSI_RGB565 = 1, + DSI_RGB666 = 2, /*!< 18 bbp(18bits per pixel) */ + DSI_RGB666_LOOSELY = 3, /*!< 24 bbp(24bits per pixel) */ + DSI_RGB888 = 4, /*!< 24 bbp(24bits per pixel) */ + DSI_RGB10_10_10 = 5, + DSI_RGB12_12_12 = 6, + DSI_YCbCr422_16 = 7, + DSI_PENTILE_16 = DSI_YCbCr422_16, + DSI_YCbCr422_20_LOOSELY = 8, + DSI_YCbCr422_24 = 9, + DSI_YCbCr420_12 = 10, + DSI_COLOR_CODE_MAX +} dsi_color_code_e; + +/** +* @brief dpi endianness type +*/ +typedef enum +{ + DPI_ENDIAN_RGB = 0, + DPI_ENDIAN_BGR +} dpi_endianness_type_e; + +/** +* @brief dpi polarity type +*/ +typedef enum +{ + DPI_SIG_ACTIVE_HIGH = 0, + DPI_SIG_ACTIVE_LOW = 1 +} dpi_polarity_e; + +/** +* @brief mipi lane number +*/ +typedef enum +{ + DSI_LANE_1 = 1, + DSI_LANE_2 = 2, + DSI_LANE_3 = 3, + DSI_LANE_4 = 4, + DSI_LANE_NUME_MAX +} dsi_lane_nume_e; + +/** +* @brief video mode +*/ +typedef enum +{ + DSI_NONBURST_PULSE = 0, + DSI_NONBURST_EVENT = 1, + DSI_BURST_MODE = 2, + DSI_VIDEO_MODE_MAX +} dsi_video_mode_type_e; + +/** +* @brief panel init cmd transfer type +*/ +typedef enum +{ + DSI_CMD_TX_HS = 0, + DSI_CMD_TX_LP = 1 +} dsi_tx_cmd_tx_type_e; + +/** +* @brief dpi tx vpg style +*/ +typedef enum +{ + TX_VPG_V_COLOR = 0, + TX_VPG_H_COLOR = 1, + TX_VPG_V_BER = 2, + TX_VPG_MAX +} dsi_tx_vpg_style_e; + +#if defined(ISP_568) || defined(ISP_368) +/** +* @brief angle of rotation +*/ +typedef enum +{ + VIDOE_ROT_ANGLE_0 = 0, /* ²»Ðýת */ + VIDOE_ROT_ANGLE_90 = 1, /* Ðýת90¶È */ + VIDOE_ROT_ANGLE_180 = 2, /* Ðýת180¶È */ + VIDOE_ROT_ANGLE_270 = 3, /* תת270¶È */ + VIDOE_ROT_ANGLE_MAX +} video_rotate_angle_e; + +/** +* @brief mipi rx lane swap +*/ +typedef enum +{ + RX_LANE_ORDER_DEFAULT = 0x0, + RX_LANE_ORDER_3012 = RX_LANE_ORDER_DEFAULT, + RX_LANE_ORDER_3210 = 0x1, + RX_LANE_ORDER_MAX +} dsi_rx_lane_swap_e; + +/** +* @brief transform »ù±¾ÐÅÏ¢ +*/ +typedef struct +{ + bool ltpo; /* ltpo ±ê־λ */ + bool mirror_en; /* ¶Ôvideo ×öˮƽ¾µÏñ±ê־λ */ + video_rotate_angle_e rot_angle; /* ¶Ôvideo ×öÐýתµÄ½Ç¶È */ + dsi_video_data_mode_e dst_mode; /* mipi tx Êä³övideo Êý¾Ý´«Êäģʽ(video/cmd mode) */ + dsi_rx_lane_swap_e rx_lane_swap; /* rx lane swap */ +} dsi_base_extra_info_t; +#endif + +/** +* @brief mipi P/N lane swap flag +* eg: pn_swap = RX_LANE_0_PN_SWAP | RX_LANE_CLK_PN_SWAP; +* ±íʾ lane0 Óë CLK µÄP¸úN½»»»£¬ÆäËûlane²»±ä +*/ +typedef enum +{ + RX_LANE_0_PN_SWAP = 0x1, + RX_LANE_1_PN_SWAP = 0x2, + RX_LANE_2_PN_SWAP = 0x4, + RX_LANE_3_PN_SWAP = 0x8, + RX_LANE_CLK_PN_SWAP = 0x10 +} dsi_rx_lane_pn_swap_e; + +/** +* @brief error processing level +*/ +typedef enum +{ + ERR_HANDLE_NONE = 0, + ERR_HANDLE_L1 = 1, + ERR_HANDLE_L2 = 2, + ERR_HANDLE_L3 = 3, + ERR_HANDLE_MAX +} hal_err_handle_level_e; + +/** +* @brief transform »ù±¾ÐÅÏ¢ +*/ +typedef struct +{ + uint32_t src_w; /* mipi rx ½ÓÊÕµÄ width */ + uint32_t src_h; /* mipi rx ½ÓÊÕµÄ height */ + uint32_t dst_w; /* mipi tx ·¢Ë굀 width */ + uint32_t dst_h; /* mipi tx ·¢Ë굀 height */ + dsi_video_frame_rate_e src_frate; /* mipi rx ½ÓÊÕµÄframe rate */ + dsi_video_data_mode_e src_mode; /* mipi rx ½ÓÊÕvideo Êý¾Ý´«Êäģʽ(video/cmd mode) */ + uint16_t pn_swap; /* mipi rx P/N swap±ê־λ */ +#if defined(ISP_568) || defined(ISP_368) + dsi_base_extra_info_t extra_info; /* ISP_568/ISP_368 ÐÂÔö¹¦ÄÜÅäÖà */ +#endif +} dsi_base_trans_info_t; + +/** +* @brief ccmϵÊý +*/ +typedef struct +{ + uint32_t coef_c00; + uint32_t coef_c01; + uint32_t coef_c02; + uint32_t coef_c10; + uint32_t coef_c11; + uint32_t coef_c12; + uint32_t coef_c20; + uint32_t coef_c21; + uint32_t coef_c22; +} ccm_coef_t; + +/** +* @brief video mode display timing +*/ +typedef struct +{ + uint32_t vsa; + uint32_t vbp; + uint32_t vact; + uint32_t vfp; + uint32_t hsa; + uint32_t hbp; + uint32_t hact; + uint32_t hfp; +} vid_disp_timing_t; + +/** +* @brief dpi¼«ÐÔÅäÖà +*/ +typedef struct +{ + dpi_polarity_e vsync_active_level; //vsync¼«ÐÔ + dpi_polarity_e hsync_active_level; //hsync¼«ÐÔ + dpi_polarity_e dataen_active_level; //dataen¼«ÐÔ + dpi_polarity_e shutdown_active_level; //shutdown¼«ÐÔ + dpi_polarity_e colorm_active_level; //colorm¼«ÐÔ +} dpi_polarity_t; +#endif //__MIPI_DSI_COMMON_H__ diff --git a/src/common/tau_log.h b/src/common/tau_log.h new file mode 100644 index 0000000..19f3773 --- /dev/null +++ b/src/common/tau_log.h @@ -0,0 +1,83 @@ +/******************************************************************************* +* +* +* File: tau_log.h +* Description log file +* Version V0.1 +* Date 2020-12-08 +* Author linyw +*******************************************************************************/ +#ifndef _TAU_LOG_H_ +#define _TAU_LOG_H_ + + +/******************************************************************************* +* 1.Included files +*******************************************************************************/ +#include +#include +#include +#include "ArmCM0.h" + +/******************************************************************************* +* 2.Global constant and macro definitions using #define +*******************************************************************************/ + +#ifdef LOG_TAG + #undef LOG_TAG +#endif +#define LOG_TAG "tau_log" +#define LOG_CURREN_LEVEL kLOG_LEVEL_DBG /* ÅäÖôòÓ¡µÈ¼¶ TODO:ÿ¸öÄ£¿é¿ÉÅäÖôòÓ¡µÈ¼¶ */ + +/* + * Using the following three macros for conveniently logging. + */ +#if EDA_MODE +#define TAU_LOGD(format,...) +#define TAU_LOGI(format,...) +#define TAU_LOGE(format,...) +#else +#define TAU_LOGD(format,...) \ + do { \ + if (LOG_CURREN_LEVEL <= kLOG_LEVEL_DBG) { \ + LOG_printf("[%s] (%04d) " format, LOG_TAG, __LINE__, ##__VA_ARGS__); \ + }; \ + } while (0) + + +#define TAU_LOGI(format,...) \ + do { \ + if (LOG_CURREN_LEVEL <= kLOG_LEVEL_INF) { \ + LOG_printf("[%s] (%04d) " format, LOG_TAG, __LINE__, ##__VA_ARGS__); \ + }; \ + } while (0) + +#define TAU_LOGE(format,...) \ + do { \ + if (LOG_CURREN_LEVEL <= kLOG_LEVEL_ERR) { \ + LOG_printf("error [%s] (%04d) " format, LOG_TAG, __LINE__, ##__VA_ARGS__); \ + }; \ + } while (0) +#endif + +/******************************************************************************* +* 3.Global structures, unions and enumerations using typedef +*******************************************************************************/ +typedef enum +{ + kLOG_LEVEL_DBG = 0, + kLOG_LEVEL_INF, + kLOG_LEVEL_ERR, + kLOG_LEVEL_NONE /* ²»´òÓ¡ÈκβÎÊý */ +} log_level_t; + +/******************************************************************************* +* 4.Global variable extern declarations +*******************************************************************************/ + +/******************************************************************************* +* 5.Global function prototypes +*******************************************************************************/ +void LOG_printf(const char *fmt, ...); + +#endif diff --git a/src/common/tau_operations.h b/src/common/tau_operations.h new file mode 100644 index 0000000..da2f90b --- /dev/null +++ b/src/common/tau_operations.h @@ -0,0 +1,229 @@ +/******************************************************************************* +* +* +* File: tau_operations.h +* Description 使“作与字节æ“作相关定义头文件 +* Version V0.1 +* Date 2020-09-07 +* Author lzy + *******************************************************************************/ +#ifndef __TAU_BYTEOPS_H +#define __TAU_BYTEOPS_H + +/** + * \name 通用ä½å¸¸æ•°å®šä¹‰ + * @{ + */ + +/** \brief é•¿æ•´æ•°ä½æ•° */ +#ifndef TAU_BITS_PER_LONG + #define TAU_BITS_PER_LONG 32 +#endif + +/** \brief å­—èŠ‚ä½æ•° */ +#define TAU_BITS_PER_BYTE 8 + +/** @} */ + + +/******************************************************************************/ + +/** + * \name é€šç”¨ä½æ“作 + * @{ + */ + +/** \brief bitç§»ä½ + * TAU_BIT(2) is 0x4 + */ +#define TAU_BIT(bit) (1u << (bit)) + +/** \brief å€¼ç§»ä½ + * TAU_SBF(0xFF, 8) is 0xff00 + */ +#define TAU_SBF(value, field) ((value) << (field)) + +/** \brief bitç½®ä½ + * TAU_BIT_SET(0, 8) is 0x100 + */ +#define TAU_BIT_SET(data, bit) ((data) |= TAU_BIT(bit)) + +/** \brief bit清零 + * TAU_BIT_CLR(0xFF, 2) is 0xfb + */ +#define TAU_BIT_CLR(data, bit) ((data) &= ~TAU_BIT(bit)) + +/** \brief bitç½®ä½, æ ¹æ® mask æŒ‡å®šçš„ä½ + * TAU_BIT_SET_MASK(0xF0F0, 0xF00) is 0xfff0 + */ +#define TAU_BIT_SET_MASK(data, mask) ((data) |= (mask)) + +/** \brief bit清零, æ ¹æ® mask æŒ‡å®šçš„ä½ + * TAU_BIT_CLR_MASK(0xFFFF, 0xFF00) is 0xff + */ +#define TAU_BIT_CLR_MASK(data, mask) ((data) &= ~(mask)) + +/** \brief bit翻转 + * TAU_BIT_TOGGLE(0xFFFF, 0) is 0xfffe + * TAU_BIT_TOGGLE(0x0000, 1) is 0x2 + */ +#define TAU_BIT_TOGGLE(data, bit) ((data) ^= TAU_BIT(bit)) + +/** \brief bit修改 + * TAU_BIT_MODIFY(0, 8, 1) is 0x100 + * TAU_BIT_MODIFY(0xFFFF, 1, 0) is 0xfffd + */ +#define TAU_BIT_MODIFY(data, bit, value) \ + ((value) ? TAU_BIT_SET(data, bit) : TAU_BIT_CLR(data, bit)) + +/** \brief 测试bit是å¦ç½®ä½ + * TAU_BIT_ISSET(0xF0F1, 1) is 0 + * TAU_BIT_ISSET(0xF0F2, 1) is 2 + */ +#define TAU_BIT_ISSET(data, bit) ((data) & TAU_BIT(bit)) + +/** \brief 获å–bit值 + * TAU_BIT_GET(0xF0F1, 1) is 0 + * TAU_BIT_GET(0xF0F2, 1) is 1 + */ +#define TAU_BIT_GET(data, bit) (TAU_BIT_ISSET(data, bit) ? 1 : 0) + +/** \brief 检测bit值 + * TAU_BIT_CHECK(0xF5FF, 4) is 1 + */ +#define TAU_BIT_CHECK(data, bit) \ + (((data) & TAU_BIT(bit)) ? 1 : 0) + +/** \brief èŽ·å– n bits 掩ç å€¼ + * TAU_BITS_MASK(2) is 0x3 + */ +#define TAU_BITS_MASK(n) (~((~0u) << (n))) + +/** \brief 获å–使®µå€¼ + * TAU_BITS_GET(0xF5FF, 0x0F00, 8) is 0x5 + */ +#define TAU_BITS_GET(data, mask, pos) \ + (((data) & (mask)) >> (pos)) + +/** \brief 获å–使®µå€¼ + * TAU_BITS_CHECK(0xF5FF, 0x0F00) is 1 + */ +#define TAU_BITS_CHECK(data, mask) \ + (((data) & (mask)) ? 1 : 0) + +/** \brief ä¿®æ”¹ä½æ®µå€¼ + * TAU_BITS_MODIFY(0xF5FF, 0x0FF0, 0x8A0) is 0xF8AF +*/ +#define TAU_BITS_MODIFY(data, clear_mask, set_mask) \ + (data) = (((data) & (~(clear_mask))) | (set_mask)) + +/** \brief è®¾ç½®ä½æ®µå€¼ + * TAU_WRITE_REG32(0x05FF, 0xFFFA) is 0xFFFA +*/ +#define TAU_WRITE_REG32(data, value) ((data) = (value)) + +/** \brief è®¾ç½®ä½æ®µå€¼ + * TAU_READ_REG32(0x05FF) is 0x05FF +*/ +#define TAU_READ_REG32(data) (data) + + +/** @} */ + +/******************************************************************************/ + +/** + * \brief å–2-byte整数的高ä½byte + * + * \par 示例 + * \code + * uint16_t a = 0x1234; + * uint16_t b; + * + * b = TAU_MSB(a); //b=0x12 + * \endcode + */ +#define TAU_MSB(x) (((x) >> 8) & 0xff) + +/** + * \brief å–2-byte整数的低ä½byte + * + * \par 示例 + * \code + * uint16_t a = 0x1234; + * uint16_t b; + * + * b = TAU_LSB(a); //b=0x34 + * \endcode + */ +#define TAU_LSB(x) ((x) & 0xff) + +/** + * \brief å–2-word整数的高ä½word + * + * \par 示例 + * \code + * uint32_t a = 0x12345678; + * uint32_t b; + * + * b = TAU_MSW(a); //b=0x1234 + * \endcode + */ +#define TAU_MSW(x) (((x) >> 16) & 0xffff) + +/** + * \brief å–2-word整数的低ä½word + * + * \par 示例 + * \code + * uint32_t a = 0x12345678; + * uint32_t b; + * + * b = TAU_LSW(a); //b=0x5678 + * \endcode + */ +#define TAU_LSW(x) ((x) & 0xffff) + +/** + * \brief 交æ¢32-bit整数的高ä½word和低ä½word + * + * \par 示例 + * \code + * uint32_t a = 0x12345678; + * uint32_t b; + * + * b = TAU_WORDSWAP(a); //b=0x56781234 + * \endcode + */ +#define TAU_WORDSWAP(x) (TAU_MSW(x) | (TAU_LSW(x) << 16)) + +/** + * \brief 交æ¢32-bitæ•´æ•°çš„å­—èŠ‚é¡ºåº + * + * \par 示例 + * \code + * uint32_t a = 0x12345678; + * uint32_t b; + * + * b = TAU_LONGSWAP(a); //b=0x78563412 + * \endcode + */ +#define TAU_LONGSWAP(x) ((TAU_LLSB(x) << 24) | \ + (TAU_LNLSB(x) << 16) | \ + (TAU_LNMSB(x) << 8) | \ + (TAU_LMSB(x))) + +#define TAU_LLSB(x) ((x) & 0xff) /**< \brief å–32bit整数第1个字节 */ +#define TAU_LNLSB(x) (((x) >> 8) & 0xff) /**< \brief å–32bit整数第2个字节 */ +#define TAU_LNMSB(x) (((x) >> 16) & 0xff) /**< \brief å–32bit整数第3个字节 */ +#define TAU_LMSB(x) (((x) >> 24) & 0xff) /**< \brief å–32bit整数第4个字节 */ +#define TAU_LNSB(x,n) (((x) >> ((n) * 8) ) & 0xff) /**< \brief å–32bit整数第n个字节 ,傿•° 0 - 3*/ + +/** + * @} + */ + +#endif /* __TAU_BYTEOPS_H */ + +/* end of file */ + diff --git a/src/common/tau_queue.h b/src/common/tau_queue.h new file mode 100644 index 0000000..cca9b4a --- /dev/null +++ b/src/common/tau_queue.h @@ -0,0 +1,54 @@ +/******************************************************************************* +* +* +* File: tau_queue.h +* Description tau ¶ÓÁвÙ×÷ +* Version V0.1 +* Date 2021-02-25 +* Author lzy + *******************************************************************************/ +#ifndef _TAU_QUEUE_H +#define _TAU_QUEUE_H + +#include +#include + +typedef struct node_t +{ + void *data; + struct node_t *next; +} node_t; + +typedef node_t node; + +typedef struct +{ + node *next; + node *tail; + int count; + int max_size; +} tau_queue_t; + +//ÉêÇënode +node *tau_new_node(void *data); +//ÊÍ·Ånode +void tau_free_node(node *qn); +//ÉêÇë¶ÓÁÐ +tau_queue_t *tau_new_queue(int max_size); +//ÊͷŶÓÁÐ +void tau_free_queue(tau_queue_t *q); +//ÈëÁÐ ·µ»Ø0 Ϊʧ°Ü£¬1Ϊ³É¹¦ +int tau_queue_push(tau_queue_t *q, void *data); +//³öÁÐ +void *tau_queue_pop(tau_queue_t *q); +//»ñÈ¡¶ÓÁÐsize +int tau_queue_size(tau_queue_t *q); +//¼ì²é¶ÓÁÐÊÇ·ñΪ¿Õ +int tau_queue_empty(tau_queue_t *q); +//¼ì²é¶ÓÁÐÊÇ·ñÂúÁË +int tau_queue_full(tau_queue_t *q); + + + +#endif + diff --git a/src/sdk/include/M0/ArmCM0.h b/src/sdk/include/M0/ArmCM0.h new file mode 100644 index 0000000..b1614d7 --- /dev/null +++ b/src/sdk/include/M0/ArmCM0.h @@ -0,0 +1,211 @@ +/**************************************************************************//** + * @file ARMCM0.h + * @brief CMSIS Core Peripheral Access Layer Header File for + * ARMCM0 Device + * @version V5.3.1 + * @date 09. July 2018 + ******************************************************************************/ +/* + * Copyright (c) 2009-2018 Arm Limited. All rights reserved. + * + * SPDX-License-Identifier: Apache-2.0 + * + * Licensed under the Apache License, Version 2.0 (the License); you may + * not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an AS IS BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#ifndef ARMCM0_H +#define ARMCM0_H + +#ifdef __cplusplus +extern "C" { +#endif + + +/* ------------------------- Interrupt Number Definition ------------------------ */ + +typedef enum IRQn +{ + /* ------------------- Processor Exceptions Numbers ----------------------------- */ + NonMaskableInt_IRQn = -14, /* 2 Non Maskable Interrupt */ + HardFault_IRQn = -13, /* 3 HardFault Interrupt */ + SVCall_IRQn = -5, /* 11 SV Call Interrupt */ + PendSV_IRQn = -2, /* 14 Pend SV Interrupt */ + SysTick_IRQn = -1, /* 15 System Tick Interrupt */ + + /* ------------------- Processor Interrupt Numbers ------------------------------ */ + VIDC_IRQn = 0, + LCDC_IRQn = 1, + MIPI_RX_IRQn = 2, + MIPI_TX_IRQn = 3, + MEMC_IRQn = 4, + VPRE_IRQn = 5, + FLSCTRL_IRQn = 6, + DMA_IRQn = 7, + TIMER0_IRQn = 8, + TIMER1_IRQn = 9, + TIMER2_IRQn = 10, + TIMER3_IRQn = 11, + WDG_IRQn = 12, + UART_IRQn = 13, + I2C0_IRQn = 14, + I2C1_IRQn = 15, + SPIS_IRQn = 16, + SPIM_IRQn = 17, + ADC_IRQn = 18, + PWMDET_IRQn = 19, + OTP_IRQn = 20, + SWIRE_IRQn = 21, + PVD_IRQn = 22, + AP_NRESET_IRQn = 23, + EXTI_INT0_IRQn = 24, + EXTI_INT1_IRQn = 25, + EXTI_INT2_IRQn = 26, + EXTI_INT3_IRQn = 27, + EXTI_INT4_IRQn = 28, + EXTI_INT5_IRQn = 29, + EXTI_INT6_IRQn = 30, + EXTI_INT7_IRQn = 31 + /* Interrupts 10 .. 31 are left out */ +} IRQn_Type; + + + + +/* ================================================================================ */ +/* ================ Processor and Core Peripheral Section ================ */ +/* ================================================================================ */ + +/* ------- Start of section using anonymous unions and disabling warnings ------- */ +#if defined (__CC_ARM) +#pragma push +#pragma anon_unions +#elif defined (__ICCARM__) +#pragma language=extended +#elif defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050) +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wc11-extensions" +#pragma clang diagnostic ignored "-Wreserved-id-macro" +#elif defined (__GNUC__) +/* anonymous unions are enabled by default */ +#elif defined (__TMS470__) +/* anonymous unions are enabled by default */ +#elif defined (__TASKING__) +#pragma warning 586 +#elif defined (__CSMC__) +/* anonymous unions are enabled by default */ +#else +#warning Not supported compiler type +#endif + +/* -------- Configuration of Core Peripherals ----------------------------------- */ +#define __CM0_REV 0x0000U /* Core revision r0p0 */ +#define __MPU_PRESENT 0U /* no MPU present */ +#define __VTOR_PRESENT 0U /* no VTOR present */ +#define __NVIC_PRIO_BITS 2U /* Number of Bits used for Priority Levels */ //20220228 +#define __Vendor_SysTickConfig 0U /* Set to 1 if different SysTick Config is used */ + +#define __FPU_PRESENT 0U /* Set to 1 if FPU is present */ +#define __FPU_DP 0U /* single precision FPU */ +#define __ICACHE_PRESENT 0U /* Set to 1 if I-CACHE is present */ +#define __DCACHE_PRESENT 0U /* Set to 1 if D-CACHE is present */ +#define __DSP_PRESENT 0U /* no DSP extension present */ + +#define FPGA_MODE 0 +#define EDA_MODE 0 +#define EXTERN_24M 0 +#define CPU_CLK_100M 0 + +#include "core_cm0.h" /* Processor and core peripherals */ +#include "system_ARMCM0.h" /* System Header */ + +/*---------------------------------------------------------------------------- + Define clocks + *----------------------------------------------------------------------------*/ +#define XTAL (500000000UL) /* Oscillator frequency */ + +#if FPGA_MODE +#define SYSTEM_CLOCK (33300000U) +#else +/* 使用外部晶振时,系统时钟åªèƒ½æ˜¯100M,ä¸ä½¿ç”¨å¤–部晶振时,系统时钟å¯ä»¥æ˜¯100M/80M*/ +#if EXTERN_24M +#define SYSTEM_CLOCK (100000000U) +#else +#if CPU_CLK_100M +#define SYSTEM_CLOCK (100000000U) +#else +#define SYSTEM_CLOCK (80000000U) +#endif +#endif +#endif + +/* -------- End of section using anonymous unions and disabling warnings -------- */ +#if defined (__CC_ARM) +#pragma pop +#elif defined (__ICCARM__) +/* leave anonymous unions enabled */ +#elif (defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)) +#pragma clang diagnostic pop +#elif defined (__GNUC__) +/* anonymous unions are enabled by default */ +#elif defined (__TMS470__) +/* anonymous unions are enabled by default */ +#elif defined (__TASKING__) +#pragma warning restore +#elif defined (__CSMC__) +/* anonymous unions are enabled by default */ +#else +#warning Not supported compiler type +#endif + +/* In HS mode and when the DMA is used, all variables and data structures dealing + with the DMA during the transaction process should be 4-bytes aligned */ +#define DMA_WORD_ALIGN_EN +#ifdef DMA_WORD_ALIGN_EN +#if defined (__GNUC__) /* GNU Compiler */ +#define __ALIGN_END __attribute__ ((aligned (4))) +#define __ALIGN_BEGIN +#else +#define __ALIGN_END +#if defined (__CC_ARM) /* ARM Compiler */ +#define __ALIGN_BEGIN __align(4) +#elif defined (__ICCARM__) /* IAR Compiler */ +#define __ALIGN_BEGIN +#elif defined (__TASKING__) /* TASKING Compiler */ +#define __ALIGN_BEGIN __align(4) +#endif /* __CC_ARM */ +#endif /* __GNUC__ */ +#else + +#define __ALIGN_BEGIN +#define __ALIGN_END + +#define __ALIGN_END_1 __attribute__ ((aligned (1))) +#endif /* DMA_WORD_ALIGN_EN */ + +/* __packed keyword used to decrease the data type alignment to 1-byte */ +#if defined (__CC_ARM) /* ARM Compiler */ +#define __packed __packed +#elif defined (__ICCARM__) /* IAR Compiler */ +#define __packed __packed +#elif defined ( __GNUC__ ) /* GNU Compiler */ +#define __packed __attribute__ ((__packed__)) +#define __weak __attribute__((weak)) +#elif defined (__TASKING__) /* TASKING Compiler */ +#define __packed __unaligned +#endif /* __CC_ARM */ + +#ifdef __cplusplus +} +#endif + +#endif /* ARMCM0_H */ diff --git a/src/sdk/include/hal_dsi_rx_ctrl.h b/src/sdk/include/hal_dsi_rx_ctrl.h new file mode 100644 index 0000000..54b6bd8 --- /dev/null +++ b/src/sdk/include/hal_dsi_rx_ctrl.h @@ -0,0 +1,533 @@ +/******************************************************************************* +* +* +* File: hal_dsi_rx_ctrl.h +* Description: hal mipi dsi rx path control 头文件 +* Version: V0.1 +* Date: 2021-04-06 +* Author: lzy + *******************************************************************************/ +#ifndef __HAL_DSI_RX_CTRL_H__ +#define __HAL_DSI_RX_CTRL_H__ + +/******************************************************************************* +* 1.Included files +*******************************************************************************/ +#include "tau_dsi_datatype.h" +#include "tau_common.h" + +/******************************************************************************* +* 2.Global constant and macro definitions using #define +*******************************************************************************/ +#define RX_DCS_QUEUE_MAX_SIZE 20 /* DCS存储队列长度 */ + +/******************************************************************************* +* 3.Global structures, unions and enumerations using typedef +*******************************************************************************/ +typedef struct hal_dcs_execute_entry_t hal_dcs_execute_entry_t; + +typedef struct hal_dcs_packet_t hal_dcs_packet_t; + +typedef struct hal_dsi_rx_ctrl_handle_t hal_dsi_rx_ctrl_handle_t; + +/* DCS CMD 回调函数, 注册进cus_dcs_entry_table里, 匹é…对应的DCS åŽå›žè°ƒ*/ +typedef bool (*hal_dsi_rx_ctrl_dcs_execute)(hal_dsi_rx_ctrl_handle_t *rx_handle, hal_dcs_packet_t *dcs_packet); + +/* AP 读cmd 回调, 需è¦å¿«é€Ÿå›žCMD æ—¶å¯æ³¨å†Œ, 为NULL æ—¶DSC 读指令与写指令ç»è¿‡parseåŽç”±cus_dcs_entry_table回调 */ +typedef bool (*hal_dsi_rx_ctrl_read_entry)(uint8_t data_type, uint8_t dcs_cmd, uint8_t param); + +/* AP PPS 更新回调,傿•°ä¸ºPPS 以åŠä»ŽPPS 里解æžå‡ºæ¥çš„picture width/height, 用于分辨率切æ¢, 䏿³¨å†Œè¯¥æŽ¥å£æ—¶å†…部处ç†PPS */ +typedef bool (*hal_dsi_rx_ctrl_pps_entry)(uint8_t *pps, uint8_t size, uint32_t pic_width, uint32_t pic_height); + +/** +* @brief hal_rx_dbg_event_e select +*/ +typedef enum hal_rx_dbg_event_e +{ + HAL_RX_DBG_FS = 0, /* Frame start */ + HAL_RX_DBG_EVENT_MAX +} hal_rx_dbg_event_e; + +/* RX debug 回调函数,用于获å–frame start 等功能debug */ +typedef void (*hal_dsi_rx_ctrl_dbg_entry)(hal_rx_dbg_event_e event); + +/** +* @brief dsi rx ctrl handle struct +*/ +typedef struct hal_dsi_rx_ctrl_handle_t +{ + dsi_base_trans_info_t base_info; /* mipi video 转æ¢åŸºæœ¬ä¿¡æ¯ */ + dsi_color_code_e rx_color_mode; /* 输入color mode */ + dsi_lane_nume_e rx_lanes; /* mipi data lane */ + dsi_video_mode_type_e rx_nonburst_models; /* transmission packet sequences */ + dsi_virtual_channel_e rx_vc; /* virtual channel number */ + bool compress_en; /* DSC 压缩标志 */ + uint32_t rx_hsclk_rate; /* mipi 高速信å·lane rate */ + uint8_t rx_dsc_pps[DSC_PPS_SIZE]; /* DSC 压缩PPS傿•° */ + const hal_dcs_execute_entry_t *cus_dcs_entry_table; /* DCS处ç†å‡½æ•°åˆ—表 */ + hal_dsi_rx_ctrl_read_entry rx_dcs_read_entry; /* Host读指令数æ®å‡½æ•°,为NULLæ—¶ç”±rx_dcs_queue注册cmdå¤„ç† */ + hal_dsi_rx_ctrl_pps_entry pps_update_entry; /* PPS Update 时回调函数,ç”¨äºŽåˆ†è¾¨çŽ‡åˆ‡æ¢æ›´æ–°PPS,为NULLæ—¶å†…éƒ¨å¤„ç† */ + bool used; /* handleä½¿ç”¨æ ‡å¿—ä½ */ + uint8_t pq_marginal; /* picture quality,傿•°ä¸ºhal_rx_pq_marginal_type_e */ + bool direct_mode; /* video mode 直通模å¼,预留,ä»…debug使用 */ + hal_dsi_rx_ctrl_dbg_entry rx_debug_cb; /* rx debug 回调函数,ç›®å‰ä¸ºæ”¶åˆ°frame start之åŽå›žè°ƒï¼Œé¢„留其他debug功能 */ + hal_err_handle_level_e err_handler_level; /* RX接收错误的时候对模å—åšreset等级, 等级越高reset模å—越多 */ + bool draw_mode; /* 画点模å¼,ä»…debug使用 */ +} hal_dsi_rx_ctrl_handle_t; + +/** +* @brief DCS command execute entry +*/ +typedef struct hal_dcs_execute_entry_t +{ + uint32_t dcs_command; /* DCS command */ + hal_dsi_rx_ctrl_dcs_execute execute_func; /* command 对应处ç†å‡½æ•° */ + bool immediately_func; /* 执行机制:true-åœ¨ä¸­æ–­é‡Œç«‹å³æ‰§è¡Œ,false-加入DCS队列异步执行 */ +} hal_dcs_execute_entry_t; + +/** +* @brief 存储 DCS packet 结构体 +*/ +typedef struct hal_dcs_packet_t +{ + uint32_t data_type; /* data type */ + uint32_t dcs_command; /* dcs command */ + uint32_t param_length; /* dcs param length */ + uint8_t *packet_param; /* dcs param */ + const hal_dcs_execute_entry_t *dcs_execute_entry; /* dcs packet 处ç†å‡½æ•°å…¥å£*/ +} hal_dcs_packet_t; + +/** +* @brief dcs command filter select +*/ +typedef enum +{ + HAL_RX_DCS_FILTER_0 = 0, + HAL_RX_DCS_FILTER_1 = 1, + HAL_RX_DCS_FILTER_2 = 2, + HAL_RX_DCS_FILTER_3 = 3, + HAL_RX_DCS_FILTER_4 = 4, + HAL_RX_DCS_FILTER_5 = 5, + HAL_RX_DCS_FILTER_6 = 6, + HAL_RX_DCS_FILTER_7 = 7, + HAL_RX_DCS_FILTER_MAX +} hal_rx_dcs_filter_sel_e; + +/** +* @brief pentile source color format +*/ +typedef enum +{ + PENTILE_SRC_FORMAT_RGB = 0x0, + PENTILE_SRC_FORMAT_BGR = 0x1, + PENTILE_SRC_FORMAT_RGBG_BGRG = 0x8, + PENTILE_SRC_FORMAT_GBGR_GRGB = 0x9, + PENTILE_SRC_FORMAT_BGRG_RGBG = 0xA, + PENTILE_SRC_FORMAT_GRGB_GBGR = 0xB, + PENTILE_SRC_FORMAT_RGBG_RGBG = 0xC, + PENTILE_SRC_FORMAT_GBGR_GBGR = 0xD, + PENTILE_SRC_FORMAT_BGRG_BGRG = 0xE, + PENTILE_SRC_FORMAT_GRGB_GRGB = 0xF, + PENTILE_SRC_FORMAT_MAX +} pentile_src_format_e; + +/** +* @brief pential G0 G1 swap mode +*/ +typedef enum +{ + PENTILE_G0G1 = 0, + PENTILE_G1G0 = 1 +} pentile_g_swap_e; + +/** +* @brief pential R B swap mode +*/ +typedef enum +{ + PENTILE_RGBG_BGRG = 0, + PENTILE_GGRB_RBGG = 1, + PENTILE_GGBR_BRGG = 3 +} pentile_rb_swap_e; + +/** +* @brief TE ä¿¡å·äº§ç”Ÿæ¨¡å¼ +*/ +typedef enum +{ + TE_HW_MODE = 0, /* TE由硬件产生,频率与输出帧率一致 */ + TE_USER_MODE = 1, /* 底层ä¸äº§ç”ŸTE, ç”±hal_dsi_rx_ctrl_gen_a_tear_signal 接å£äº§ç”Ÿ */ + TE_SOFT_60HZ_MODE = 2, /* åº•å±‚è½¯ä»¶äº§ç”ŸåŒæ­¥60Hz TE */ + TE_SOFT_90HZ_MODE = 4, /* åº•å±‚è½¯ä»¶äº§ç”ŸåŒæ­¥90Hz TE */ + TE_SOFT_120HZ_MODE = 5, /* åº•å±‚è½¯ä»¶äº§ç”ŸåŒæ­¥120Hz TE */ + TE_HW_MAX +} te_mode_e; + +/** +* @brief pq_marginal_type select +*/ +typedef enum +{ + PQ_TYPE_0 = 0x0, + PQ_TYPE_1 = 0x1, + PQ_TYPE_2 = 0x3, + PQ_TYPE_3 = 0x2, + PQ_TYPE_4 = 0xA, + PQ_TYPE_5 = 0xE, + PQ_TYPE_6 = 0xC, + PQ_TYPE_7 = 0x1A, + PQ_TYPE_8 = 0x18, + PQ_TYPE_MAX +} hal_rx_pq_marginal_type_e; + +/** +* @brief 设置RX CLK +*/ +typedef enum +{ + RX_CLK_100M = 0, + RX_CLK_150M = 1, + RX_CLK_200M = 2, + RX_CLK_300M = 3, + RX_CLK_MAX +} hal_rx_clk_e; + + +/******************************************************************************* +* 4.Global variable extern declarations +*******************************************************************************/ + +/******************************************************************************* +* 5.Global function prototypes +*******************************************************************************/ + +/** +* @brief 创建dsi rx ctrl handle (释放时需调用hal_dsi_rx_ctrl_release_handle) +* @param none +* @retval dsi rx handle +*/ +hal_dsi_rx_ctrl_handle_t *hal_dsi_rx_ctrl_create_handle(void); + +/** +* @brief 释放dsi rx ctrl handle +* @param rx_ctrl_handle: dsi rx handle +* @retval true/false +*/ +bool hal_dsi_rx_ctrl_release_handle(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle); + +/** +* @brief 设置rx ctrl handle 里的 PPS 傿•° +* @param rx_ctrl_handle: dsi rx handle +* @param pps: pps 傿•° +* @param pps_size: pps 傿•°é•¿åº¦ +* @retval true/false +*/ +bool hal_dsi_rx_ctrl_pre_init_pps(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle, uint8_t pps[], uint32_t pps_size); + +/** +* @brief åˆå§‹åŒ–dsi rx æ¨¡å— +* @param rx_ctrl_handle: dsi rx handle +* @retval true/false +*/ +bool hal_dsi_rx_ctrl_init(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle); + +/** +* @brief dsi rx 模å—去åˆå§‹åŒ– +* @param rx_ctrl_handle: dsi rx handle +* @retval true/false +*/ +bool hal_dsi_rx_ctrl_deinit(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle); + +/** +* @brief å¯åЍdsi rx +* @param rx_ctrl_handle: dsi rx handle +* @retval true/false +*/ +bool hal_dsi_rx_ctrl_start(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle); + +/** +* @brief 釿–°é…ç½®dsi rx傿•°å¹¶æ¢å¤çŠ¶æ€ (debug使用, 釿–°é…ç½®rx_ctrl_handle傿•°åŽè°ƒç”¨è¯¥æŽ¥å£é‡å¯) +* @param rx_ctrl_handle: dsi rx handle +* @retval true/false +*/ +bool hal_dsi_rx_ctrl_restart(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle); + +/** +* @brief åœæ­¢dsi rx +* @param rx_ctrl_handle: dsi rx handle +* @retval true/false +*/ +bool hal_dsi_rx_ctrl_stop(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle); + +/** +* @brief 手动设置RX clk,一般RX CLK 由底层自动计算,用于特殊video mode场景出现FIFO FULL情况调试使用 +* @param rxbr_clk: rx clk, 需è¦å¤§äºŽhs_lane_rate/8 +* @retval true/false +*/ +bool hal_dsi_rx_ctrl_set_rx_clk(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle, hal_rx_clk_e rxbr_clk); + +/** +* @brief å‘é€ MIPI HOST的读å“应 CMD +* @param rx_ctrl_handle: dsi rx handle +* @param data_type: data type +* @param vc: virtual channel +* @param cmd_count: ack command 的长度 +* @param ... : 需è¦å‘é€çš„command(æ•°é‡ä¸Žcmd_count é…置一致) +* @retval true/false +*/ +bool hal_dsi_rx_ctrl_send_ack_cmd(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle, dsi_ack_data_type_e data_type, dsi_virtual_channel_e vc, uint8_t cmd_count, ...); + +/** +* @brief 使用数组方å¼å›žå¤çŸ­åŒ…,与hal_dsi_rx_ctrl_send_ack_cmd功能一致 +* @param rx_ctrl_handle: dsi rx handle +* @param data_size: 数组长度,固定为4 +* @param data: 回å¤cmdæ•°æ®,æ•°æ®æŽ’åˆ—æœ‰ä¸¥æ ¼è§„å®š: +* data[0]:DI(data type) +* data[1]:data 0 +* data[2]:data 1 +* data[3]:内部pkt type,短包固定为0 +* @retval true/false +*/ +bool hal_dsi_rx_ctrl_ack_short_cmd(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle, uint8_t data_size, uint8_t data[]); + +/** +* @brief 使用数组方å¼å›žå¤é•¿åŒ…,与hal_dsi_rx_ctrl_send_ack_cmd功能一致 +* @param rx_ctrl_handle: dsi rx handle +* @param data_size: 数组长度,为Word Count + header长度 (header固定为4) +* @param data: 回å¤cmdæ•°æ®,æ•°æ®æŽ’åˆ—æœ‰ä¸¥æ ¼è§„å®š: +* data[0]:DI(data type) +* data[1]:wc 0 (Word Count 低八ä½) +* data[2]:wc 1 (Word Count 高八ä½) +* data[3]:内部pkt type,长包固定为1 +* data[N]:é•¿åŒ…æ•°æ® +* @retval true/false +*/ +bool hal_dsi_rx_ctrl_ack_long_cmd(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle, uint8_t data_size, uint8_t data[]); + +/** +* @brief 异步处ç†DSC接å£,执行cus_dcs_entry_table里对应DCS immediately_func为false的函数 +* @param rx_ctrl_handle: dsi rx handle +* @retval true - 正常处ç†1个DSC , false - æ— DSC å¤„ç† +*/ +bool hal_dsi_rx_ctrl_dsc_async_handler(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle); + +/** +* @brief 使用硬件filter丢弃ä¸éœ€è¦å¤„ç†çš„CMD,é¿å…MCU资æºè¢«æ— æ•ˆCMDå ç”¨ +* @param rx_ctrl_handle: dsi rx handle +* @param filter_number: filter ç¼–å·(0-7) +* @param cmd_start: 需è¦ä¸¢å¼ƒcommand codeèµ·å§‹ä½ +* @param cmd_end: 需è¦ä¸¢å¼ƒcommand codeç»ˆæ­¢ä½ +* @retval true/false +*/ +bool hal_dsi_rx_ctrl_set_hw_cmd_filter(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle, + hal_rx_dcs_filter_sel_e filter_number, + uint32_t cmd_start, uint32_t cmd_end); + +/** +* @brief é…ç½®è¾“å…¥è¾“å‡ºåŒæ­¥è¡Œæ•°,ç”¨äºŽè°ƒæ•´å›¾åƒæ’•裂问题 +* @param rx_ctrl_handle: dsi rx handle +* @param line_num: åŒæ­¥è¡Œå·,范围1 ~ input height +* @retval true/false +*/ +bool hal_dsi_rx_ctrl_set_cus_sync_line(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle, uint32_t line_num); + +/** +* @brief 使用内置pattern代替mipi输入(用于测试) +* @param rx_ctrl_handle: dsi rx handle +* @param pg_orient: pattern æ–¹å‘(0:Vertical mode ; 1:Horizontal mode) +* @param enable: å¼€å¯/关闭pattern +* @retval true/false +*/ +bool hal_dsi_rx_ctrl_enable_test_pattern(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle, uint8_t pg_orient, bool enable); + +/** +* @brief 设置TEä¿¡å·ç‰¹å¾ +* @param rx_ctrl_handle: dsi rx handle +* @param inverse_poly: tearä¿¡å·æžæ€§ +* @param te_width: tearä¿¡å·å®½åº¦(0-1023) +* @retval true/false +*/ +bool hal_dsi_rx_ctrl_set_te_waveform(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle, bool inverse_poly, uint32_t te_width); + +/** +* @brief 客制化scld filteré…ç½®,用于图åƒè´¨é‡è°ƒèŠ‚ +* @param rx_ctrl_handle: dsi rx handle +* @param scld_filter_h: 水平方å‘filter +* @param scld_filter_v: 垂直方å‘filter +* @retval true/false +*/ +bool hal_dsi_rx_ctrl_set_cus_scld_filter(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle, uint32_t scld_filter_h[32][2], uint32_t scld_filter_v[32][2]); + +/** +* @brief 获å–AP é…ç½® BTAå›žå¤æ•°æ®æœ€å¤§size +* @param rx_ctrl_handle: dsi rx handle +* @retval 返回数æ®å¤§å° +*/ +uint32_t hal_dsi_rx_ctrl_get_max_ret_size(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle); + +/** +* @brief 获å–AP Compression Mode Commandé…ç½®,默认为0,谨慎使用 +* @param rx_ctrl_handle: dsi rx handle +* @retval AP é…ç½®compressen_en +*/ +bool hal_dsi_rx_ctrl_get_compressen_en(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle); + +/** +* @brief 生æˆä¸€ä¸ªTEä¿¡å· +* @param rx_ctrl_handle: dsi rx handle +* @retval none +*/ +bool hal_dsi_rx_ctrl_gen_a_tear_signal(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle); + +/** +* @brief è¾“å…¥åˆ†è¾¨çŽ‡åˆ‡æ¢æŽ¥å£ +* @param rx_ctrl_handle: dsi rx handle +* @retval true/false +*/ +bool hal_dsi_rx_ctrl_toggle_resolution(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle); + +/** +* @brief å¯åŠ¨é«˜æ€§èƒ½æ¨¡å¼,通常为debug使用 +* @param rx_ctrl_handle: dsi rx handle +* @retval true/false +*/ +bool hal_dsi_rx_ctrl_hight_performan_mode(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle); + +/** +* @brief é…ç½®TEä¿¡å·ä¸ºè½¯ä»¶æ¨¡å¼ +* @param rx_ctrl_handle: dsi rx handle +* @retval none +*/ +bool hal_dsi_rx_ctrl_set_sw_tear_mode(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle); + +/** +* @brief é…ç½®TEä¿¡å·ä¸ºç¡¬ä»¶æ¨¡å¼ +* @param rx_ctrl_handle: dsi rx handle +* @retval none +*/ +bool hal_dsi_rx_ctrl_set_hw_tear_mode(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle); + +/** +* @brief é…ç½® pentileæ ¼å¼ +* @param rx_ctrl_handle: dsi rx handle +* @param src_format: pentile format +* @param g_swap: swap G0 G1 +* @param rb_swap: swap R B +* @retval true/false +*/ +bool hal_dsi_rx_ctrl_set_pentile_format(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle, pentile_src_format_e src_format, pentile_g_swap_e g_swap, pentile_rb_swap_e rb_swap); + +/** +* @brief é…ç½® RX escape clk +* @param rx_ctrl_handle: dsi rx handle +* @param esc_clk: escape clk å•ä½Hz,10000000时回CMD为10Mhz +* @retval true/false +*/ +bool hal_dsi_rx_ctrl_set_cus_esc_clk(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle, uint32_t esc_clk); + +/** +* @brief 自动计算并é…置硬件filter +* @param rx_ctrl_handle: dsi rx handle +* @param enable: å¯åЍ/关闭 硬件filter +* @retval true/false +*/ +bool hal_dsi_rx_ctrl_set_auto_hw_filter(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle, bool enable); + +/* +* @brief é…ç½®DCS cmd é€ä¼ æ¨¡å¼, Tx init 之åŽç”Ÿæ•ˆ +* @param enable/disable +* @retval true/false +*/ +bool hal_dsi_rx_ctrl_set_dcs_direct_mode(bool enable); + +/* +* @brief 输入帧率修改(针对video mode) +* @param rx_ctrl_handle: dsi rx handle +* @param frame_rate:frame rate +*/ +bool hal_dsi_rx_ctrl_toggle_input_frame_rate(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle, dsi_video_frame_rate_e frame_rate); + +/** +* @brief é…ç½®TEæ¨¡å¼æ‰©å±•æŽ¥å£ +* @param line_num: åŒæ­¥è¡Œå·,范围1 ~ input height +建议从最大开始é…ç½®,step为100逿­¥å‡å°,直到完全ä¸å‡ºçŽ°æ’•è£‚ +* @param te_mode: 产生 te 模å¼,建议使用HW mode +* @retval none +*/ +bool hal_dsi_rx_ctrl_set_tear_mode_ex(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle, uint32_t line_num, te_mode_e te_mode); + +#if !defined(ISP_568) && !defined(ISP_368) + /* ISP_518/ISP_308 æŽ¥å£ */ + /** + * @brief 客制化 Channel Gain é…ç½®,用于图åƒè´¨é‡è°ƒèŠ‚ + * @param rx_ctrl_handle: dsi rx handle + * @param gain_r: channel gain coefficient for R + * @param gain_g: channel gain coefficient for G + * @param gain_b: channel gain coefficient for B + * @retval true/false + */ + bool hal_dsi_rx_ctrl_set_cus_pq_gain(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle, int r_gain, int g_gain, int b_gain); + + /** + * @brief 客制化enhance for luma傿•°é…ç½®,用于图åƒè´¨é‡è°ƒèŠ‚ + * @param rx_ctrl_handle: dsi rx handle + * @param enhl_str: Enhance Str + * @param enhl_edgeslope: Enhance Edge Slope + * @retval none + */ + bool hal_dsi_rx_ctrl_set_cus_pq_enh_lum(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle, uint32_t enhl_str, uint32_t enhl_edgeslope); + + /** + * @brief 客制化false color remove for chroma傿•°é…ç½®,用于图åƒè´¨é‡è°ƒèŠ‚ + * @param rx_ctrl_handle: dsi rx handle + * @param desatstr: é¥±å’Œåº¦è°ƒæ•´å‚æ•° 范围:0-4095 + * @param desatslope: 饱和度调整斜率 范围:0-4095 + * @retval none + */ + bool hal_dsi_rx_ctrl_set_cus_pq_enh_chr(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle, uint32_t desatstr, uint32_t desatslope); + + /** + * @brief 客制化false color remove for chroma傿•°é…ç½®2,用于图åƒè´¨é‡è°ƒèŠ‚ + * @param rx_ctrl_handle: dsi rx handle + * @param desatmode: é¥±å’Œåº¦è°ƒæ•´æ¨¡å¼ 0-é™ä½Žé¥±å’Œåº¦ 1-æå‡é¥±å’Œåº¦ + * @param fc_final_alpha: é¥±å’Œåº¦è°ƒæ•´å‚æ•° 范围:0 - 255 + * @param edge_med_slope: é¥±å’Œåº¦è°ƒæ•´å‚æ•° 范围:0 - 4095 + * @retval none + */ + bool hal_dsi_rx_ctrl_set_cus_pq_enh_chr2(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle, uint32_t desatmode, uint32_t fc_final_alpha, uint32_t edge_med_slope); + +#else + /* ISP_568/ISP_368 æŽ¥å£ */ + /** + * @brief è£å‰ªè¾“å…¥video多余部分,用于部分机型比如mipi输入是900x1792,实际有效部分为828x1792,å¯ç”¨äºŽè£å‰ªå³è¾¹è·Ÿä¸‹è¾¹ + * @param rx_ctrl_handle: dsi rx handle + * @param crop_width: 需è¦è£å‰ªçš„列数 + * @param crop_height: 需è¦è£å‰ªçš„行数 + * @retval true/false + */ + bool hal_dsi_rx_ctrl_crop_video(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle, uint32_t crop_width, uint32_t crop_height); + + /* + * @brief åˆå§‹åŒ–画点模å¼,å…¨å±èµ‹å€¼ + * @param rx_ctrl_handle: dsi rx handle + * @param red_data: åƒç´ ç‚¹Råˆ†é‡ + * @param green_data: åƒç´ ç‚¹Gåˆ†é‡ + * @param blue_data: åƒç´ ç‚¹Båˆ†é‡ + * @retval none + */ + void hal_dsi_rx_ctrl_draw_mode_init(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle, uint8_t red_data, uint8_t green_data, uint8_t blue_data); + + /* + * @brief é…ç½®åƒç´ é¢œè‰² + * @param rx_ctrl_handle: dsi rx handle + * @param x: åƒç´ ç‚¹çš„x åæ ‡ + * @param y: åƒç´ ç‚¹çš„y åæ ‡ + * @param red_data: åƒç´ ç‚¹Råˆ†é‡ + * @param green_data: åƒç´ ç‚¹Gåˆ†é‡ + * @param blue_data: åƒç´ ç‚¹Båˆ†é‡ + * @retval none + */ + void hal_dsi_rx_ctrl_set_pixel_data(hal_dsi_rx_ctrl_handle_t *rx_ctrl_handle, int x, int y, uint8_t red_data, uint8_t green_data, uint8_t blue_data); +#endif + +#endif //__HAL_DSI_RX_CTRL_H__ diff --git a/src/sdk/include/hal_dsi_tx_ctrl.h b/src/sdk/include/hal_dsi_tx_ctrl.h new file mode 100644 index 0000000..4483232 --- /dev/null +++ b/src/sdk/include/hal_dsi_tx_ctrl.h @@ -0,0 +1,275 @@ +/******************************************************************************* +* +* +* File: hal_dsi_tx_ctrl.h +* Description: hal mipi dsi tx 头文件 +* Version: V0.1 +* Date: 2021-04-23 +* Author: wuc + *******************************************************************************/ +#ifndef __HAL_DSI_TX_CTRL_H__ +#define __HAL_DSI_TX_CTRL_H__ + +/******************************************************************************* +* 1.Included files +*******************************************************************************/ +#include "tau_dsi_datatype.h" +#include "tau_device_datatype.h" +#include "tau_common.h" +#include "hal_gpio.h" +#include "stdint.h" +#include "stdbool.h" + +/******************************************************************************* +* 2.Global constant and macro definitions using #define +*******************************************************************************/ + +/******************************************************************************* +* 3.Global structures, unions and enumerations using typedef +*******************************************************************************/ +/** +* @brief 客制化MIPI TX傿•°ç»“构体 +*/ +typedef struct +{ + bool used; /* handleä½¿ç”¨æ ‡å¿—ä½ */ + uint8_t lane_num; + dsi_virtual_channel_e channel_id; + dsi_video_mode_type_e vid_mode; + dsi_tx_cmd_tx_type_e cmd_tx_type; /* åˆå§‹åŒ–模å¼ä¼ è¾“命令方å¼ï¼Œ0:HS; 1:LP */ + uint8_t pclk_offset; /* 增加lane byte clk以增大HFP,适é…LONG Hçš„TP */ + uint32_t dpi_vsa; + uint32_t dpi_vbp; + uint32_t dpi_vfp; + uint32_t dpi_hsa; + uint32_t dpi_hbp; + uint32_t dpi_hfp; + dsi_base_trans_info_t base_info; /* mipi video 转æ¢åŸºæœ¬ä¿¡æ¯ */ + uint32_t tx_line_delay; /* tx å‘é€è‡³å±ç«¯æ˜¾ç¤ºçš„延迟行数,ç”±å±ç«¯å†³å®š,ç”¨äºŽåˆ†è¾¨çŽ‡åˆ‡æ¢æ—¶ç¡®è®¤åˆ‡æ¢æ—¶é—´ç‚¹ */ + float tx_frame_rate; /* 默认60Hz输出,ä¸å»ºè®®é…置为其他,仅作为debug使用 */ + bool tx_clkawayshs; /* 默认为false, é…置为trueæ—¶video mode消éšè¡ŒæœŸé—´clkä¸è¿›å…¥LP */ + uint8_t blank_rows; /* 默认为0, 针对特殊å±ä½¿ç”¨ï¼Œå¤§äºŽ0时生效表示å‘下补黑blank_rows行 */ + uint8_t blank_columns; /* 默认为0, 针对特殊å±ä½¿ç”¨ï¼Œå¤§äºŽ0时生效表示å‘å³è¡¥é»‘blank_columns列 */ + bool lp_exit_lpdt; /* æ¯ä¸€æ¡LP CMD都退出LPDT */ +} hal_dsi_tx_ctrl_handle_t; + +/** +* @brief crop parameters +*/ +typedef struct +{ + uint16_t crop_top; + uint16_t crop_bottom; + uint16_t crop_left; + uint16_t crop_right; +} hal_dsi_tx_crop_t; + +/** +* @brief MIPI TXåˆå§‹åŒ– +* @param tx_ctrl_handle: MIPI TX实例 +* @retval æˆåŠŸ:0 失败:-1 +*/ +bool hal_dsi_tx_ctrl_init(hal_dsi_tx_ctrl_handle_t *tx_ctrl_handle); + +/** +* @brief MIPI TXååˆå§‹åŒ– +* @param tx_ctrl_handle: MIPI TX实例 +* @retval æˆåŠŸ:0 失败:-1 +*/ +bool hal_dsi_tx_ctrl_deinit(hal_dsi_tx_ctrl_handle_t *tx_ctrl_handle); + +/** +* @brief MIPI TX创建实例 +* @param æ—  +* @retval tx_ctrl_handle: MIPI TX实例 +*/ +hal_dsi_tx_ctrl_handle_t *hal_dsi_tx_ctrl_create_handle(void); + +/** +* @brief MIPI TX释放实例 +* @param tx_ctrl_handle: MIPI TX实例 +* @retval æˆåŠŸ:0 失败:-1 +*/ +bool hal_dsi_tx_ctrl_release_handle(hal_dsi_tx_ctrl_handle_t *tx_ctrl_handle); + +/** +* @brief MIPI TX开始è¿è¡Œ +* @param tx_ctrl_handle: MIPI TX实例 +* @retval æˆåŠŸ:0 失败:-1 +*/ +bool hal_dsi_tx_ctrl_start(hal_dsi_tx_ctrl_handle_t *tx_ctrl_handle); + +/** +* @brief MIPI TXåœæ­¢è¿è¡Œ +* @param tx_ctrl_handle: MIPI TX实例 +* @retval æˆåŠŸ:0 失败:-1 +*/ +bool hal_dsi_tx_ctrl_stop(hal_dsi_tx_ctrl_handle_t *tx_ctrl_handle); + +/** +* @brief 进入åˆå§‹åŒ–panel +* @param æ—  +* @retval æ—  +*/ +void hal_dsi_tx_ctrl_enter_init_panel_mode(void); + +/** +* @brief 退出åˆå§‹åŒ–panel +* @param æ—  +* @retval æ—  +*/ +void hal_dsi_tx_ctrl_exit_init_panel_mode(void); + +/** +* @brief MIPI TX接收命令 +* @param data_type: æ•°æ®ç±»åž‹ï¼Œå‚考枚举类型dsi_data_type_e +* @param vc: 虚拟通é“ç¼–å·ï¼Œå‚考枚举类型dsi_virtual_channel_e +* @param cmd: DCS指令 +* @param size: è¯»å–æ•°æ®é•¿åº¦ +* @param data: æ•°æ®å­˜æ”¾åœ°å€ +* @retval æ—  +*/ +void hal_dsi_tx_ctrl_read_cmd(uint8_t data_type, uint8_t vc, uint8_t cmd, uint8_t size, uint8_t *data); + +/** +* @brief MIPI TXå‘é€å‘½ä»¤ +* @param data_type: æ•°æ®ç±»åž‹ï¼Œå‚考枚举类型dsi_data_type_e +* @param vc: 虚拟通é“ç¼–å·ï¼Œå‚考枚举类型dsi_virtual_channel_e +* @param cmd_count: å¯å˜å‚数个数 +* @param ...: å¯å˜å‚æ•° +* @retval æ—  +*/ +void hal_dsi_tx_ctrl_write_cmd(uint8_t data_type, uint8_t vc, uint8_t cmd_count, ...); + +/** +* @brief MIPI TXå‘é€å‘½ä»¤ +* @param data_type: æ•°æ®ç±»åž‹ï¼Œå‚考枚举类型dsi_data_type_e +* @param vc: 虚拟通é“ç¼–å·ï¼Œå‚考枚举类型dsi_virtual_channel_e +* @param size: data个数 +* @param data: data数组 +* @retval æ—  +*/ +void hal_dsi_tx_ctrl_write_array_cmd(uint8_t data_type, uint8_t vc, uint8_t size, const uint8_t *data); + +/** +* @brief 设置TX溢出时钟分频系统 +* @param esc_div: TX溢出时钟分频系数 +* @retval æ—  +*/ +void hal_dsi_tx_ctrl_set_escape_clock_div(uint8_t esc_div); + +/** +* @brief å±ç«¯å¤ä½è„šæ“作 +* @param state: Resetè„šæ‹‰é«˜ã€æ‹‰ä½Ž +* @retval æ—  +*/ +void hal_dsi_tx_ctrl_panel_reset_pin(gpio_level_e state); + +/** +* @brief 设置部分显示的区域 +* @param st_line: 起始行 +* @param st_col: 起始列 +* @param end_line: 结æŸè¡Œ +* @param end_col: 结æŸåˆ— +* @retval æ—  +*/ +void hal_dsi_tx_ctrl_set_partial_disp_area(uint32_t st_line, uint32_t st_col, uint32_t end_line, uint32_t end_col); + +/** +* @brief 部分显示功能开关 +* @param pd_en: 开关部分显示功能 +* @retval æ—  +*/ +void hal_dsi_tx_ctrl_set_partial_disp(function_state_e pd_en); + +/** +* @brief 设置å¤å†™é¢œè‰² +* @param R: RGBçš„Råˆ†é‡ +* @param G: RGBçš„Gåˆ†é‡ +* @param B: RGBçš„Båˆ†é‡ +* @retval æ—  +*/ +void hal_dsi_tx_ctrl_set_overwrite_rgb(uint8_t R, uint8_t G, uint8_t B); + +/** +* @brief å…¨å±å¤å†™å¼€å…³ +* @param ow_en: 开关全å±å¤å†™åŠŸèƒ½ +* @retval æ—  +*/ +void hal_dsi_tx_ctrl_set_overwrite(function_state_e ow_en); + +/** +* @brief 设置RGB或BGR +* @param endianness: 选择RGB或BGR显示 +* @retval æ—  +*/ +void hal_dsi_tx_ctrl_set_endianness(dpi_endianness_type_e endianness); + +/** +* @brief 设置CCM傿•° +* @param coef: å®¢åˆ¶åŒ–å‚æ•°ï¼Œå‚考结构体ccm_coef_t +* @retval æ—  +*/ +void hal_dsi_tx_ctrl_set_ccm(ccm_coef_t coef); + +/** +* @brief 控制TX VPG的输出 +* @param vpg_en: 使能VPG +* @param style: VPGçš„æ ·å¼ +* @retval æ—  +*/ +void hal_dsi_tx_ctrl_set_vpg(function_state_e vpg_en, dsi_tx_vpg_style_e style); + +/** +* @brief 在video mode下使能LP CMD +* @param lp_en:使能LP CMD +* @retval æ—  +*/ +void hal_dsi_tx_ctrl_set_lp_cmd(function_state_e lp_en); + +/** +* @brief è£å‰ªtxè¾“å‡ºçš„å›¾åƒ +* @param tx_ctrl_handle: dsi tx handle +* @param crop: è£å‰ªå‚æ•° +* @retval æ—  +*/ +void hal_dsi_tx_crop_pic(hal_dsi_tx_ctrl_handle_t *tx_ctrl_handle, hal_dsi_tx_crop_t *crop); + +#if !defined(ISP_568) && !defined(ISP_368) + /* ISP_518/ISP_308 æŽ¥å£ */ + /** + * @brief 设置水平翻转 + * @param flip_en: 开关水平翻转功能 + * @retval æ—  + */ + void hal_dsi_tx_ctrl_set_horizon_flip(function_state_e flip_en); + + /** + * @brief 设置tx 画质filter + * @param tx_ctrl_handle: dsi tx handle + * @param filter_h: 水平方å‘filter + * @param filter_v: 垂直方å‘filter + * @retval true/false + */ + bool hal_dsi_tx_ctrl_set_cus_pq_filter(hal_dsi_tx_ctrl_handle_t *tx_ctrl_handle, uint32_t filter_h[32][2], uint32_t filter_v[32][2]); + + /** + * @brief 设置txè¾¹ç¼˜å‚æ•°,åªåœ¨ + * @param tx_ctrl_handle: dsi tx handle + * @param threshold: 边缘增强强度 + * @param slope: 边缘增强范围 + * @retval true/false + */ + bool hal_dsi_tx_ctrl_set_cus_pq_edge(hal_dsi_tx_ctrl_handle_t *tx_ctrl_handle, uint8_t threshold, uint16_t slope); +#else + /* ISP_568/ISP_368 æŽ¥å£ */ + /** + * @brief 设置tx 画质filter + * @param tx_ctrl_handle: dsi tx handle + * @param filter: tx filter + * @retval true/false + */ + bool hal_dsi_tx_ctrl_set_cus_pq_filter(hal_dsi_tx_ctrl_handle_t *tx_ctrl_handle, uint32_t filter[32]); +#endif + +#endif //__HAL_DSI_TX_CTRL_H__ diff --git a/src/sdk/include/hal_gpio.h b/src/sdk/include/hal_gpio.h new file mode 100644 index 0000000..3c8ae01 --- /dev/null +++ b/src/sdk/include/hal_gpio.h @@ -0,0 +1,537 @@ +/******************************************************************************* +* +* +* File: hal_gpio.h +* Description£º gpio HAL²ãÍ·Îļþ +* Version£º V0.1 +* Date£º 2021-03-17 +* Author£º wuc + *******************************************************************************/ +#ifndef __HAL_GPIO_H__ +#define __HAL_GPIO_H__ + +/******************************************************************************* +* 1.Included files +*******************************************************************************/ +#include "tau_device_datatype.h" +#include "tau_common.h" + +/******************************************************************************* +* 2.Global constant and macro definitions using #define +*******************************************************************************/ +/** +* @brief GPIO pin +*/ +typedef enum +{ + /*ÒÔGPIOÃüÃûPIN*/ + IO_PAD_GPIO0 = 0, + IO_PAD_GPIO1, + IO_PAD_GPIO2, + IO_PAD_GPIO3, + IO_PAD_GPIO4, + IO_PAD_GPIO5, + IO_PAD_GPIO6, + IO_PAD_RESV, + IO_PAD_GPIO8, + IO_PAD_GPIO9, + IO_PAD_GPIO10, + IO_PAD_GPIO11, + IO_PAD_GPIO12, + IO_PAD_GPIO13, + IO_PAD_GPIO14, + IO_PAD_RESV1, + IO_PAD_RESV2, + IO_PAD_GPIO17, + IO_PAD_GPIO18, + IO_PAD_GPIO19, + IO_PAD_GPIO20, + IO_PAD_GPIO21, + + /*ÒÔʵ¼ÊPAD NAMEÃüÃûPIN*/ + IO_PAD_AP_SPIS_MISO = IO_PAD_GPIO0, + IO_PAD_AP_SPIS_MOSI = IO_PAD_GPIO1, + IO_PAD_AP_INT = IO_PAD_GPIO2, + IO_PAD_AP_TE = IO_PAD_GPIO3, + IO_PAD_AP_SWIRE = IO_PAD_GPIO4, + IO_PAD_TD_SPIM_MISO = IO_PAD_GPIO5, + IO_PAD_TD_SPIM_MOSI = IO_PAD_GPIO6, + IO_PAD_TD_RSTN = IO_PAD_RESV, + IO_PAD_TD_TPRSTN = IO_PAD_GPIO8, + IO_PAD_TD_INT = IO_PAD_GPIO9, + IO_PAD_TD_LEDPWM = IO_PAD_GPIO10, + IO_PAD_TD_FC_CLK = IO_PAD_GPIO11, + IO_PAD_TD_FC_CSN = IO_PAD_GPIO12, + IO_PAD_TD_FC_MISO = IO_PAD_GPIO13, + IO_PAD_TD_FC_MOSI = IO_PAD_GPIO14, + IO_PAD_UART_RX = IO_PAD_GPIO17, + IO_PAD_UART_TX = IO_PAD_GPIO18, + IO_PAD_PWMEN = IO_PAD_GPIO19, + IO_PAD_ADCIN = IO_PAD_GPIO20, + IO_PAD_AP_TPRSTN = IO_PAD_GPIO21, + + IO_PAD_AP_SPIS_CLK, + IO_PAD_AP_SPIS_CSN, + IO_PAD_TD_SPIM_CLK, + IO_PAD_TD_SPIM_CSN, + IO_PAD_SFC_CLK, + IO_PAD_SFC_CSN, + IO_PAD_SFC_IO0, + IO_PAD_SFC_IO1, + + IO_PAD_MAX, + + /*ÒÔʵ¼ÊBALL±àºÅÃüÃûPIN*/ + IO_PIN_A1 = IO_PAD_TD_TPRSTN, + IO_PIN_A2 = IO_PAD_TD_FC_CSN, + IO_PIN_A3 = IO_PAD_TD_SPIM_MISO, + IO_PIN_A4 = IO_PAD_TD_SPIM_CLK, + IO_PIN_A5 = IO_PAD_PWMEN, + IO_PIN_A6 = IO_PAD_ADCIN, + IO_PIN_A7 = IO_PAD_AP_INT, + IO_PIN_A8 = IO_PAD_AP_SPIS_MOSI, + IO_PIN_B1 = IO_PAD_TD_FC_CLK, + IO_PIN_B2 = IO_PAD_TD_FC_MISO, + IO_PIN_B3 = IO_PAD_TD_SPIM_MOSI, + IO_PIN_B4 = IO_PAD_TD_SPIM_CSN, + IO_PIN_B5 = IO_PAD_AP_SWIRE, + IO_PIN_B7 = IO_PAD_AP_SPIS_MISO, + IO_PIN_B8 = IO_PAD_AP_SPIS_CSN, + IO_PIN_C1 = IO_PAD_TD_FC_MOSI, + IO_PIN_C2 = IO_PAD_TD_LEDPWM, + IO_PIN_C4 = IO_PAD_UART_TX, + IO_PIN_C5 = IO_PAD_UART_RX, + IO_PIN_C6 = IO_PAD_AP_TE, + IO_PIN_D1 = IO_PAD_TD_RSTN, + IO_PIN_D2 = IO_PAD_TD_INT, + IO_PIN_D7 = IO_PAD_AP_TPRSTN, + IO_PIN_D8 = IO_PAD_AP_SPIS_CLK, +} io_pad_e; + +/** +* @brief PAD_AP_SPIS_CLK¿ÉÑ¡µÄmode +*/ +typedef enum +{ + IO_MODE_JTAG_TCK = 0, + IO_MODE_SPIS_SCLK = 1, + IO_MODE_I2C0_SCL = 3, +} pad_ap_spis_clk_mode_e; + +/** +* @brief PAD_AP_SPIS_CSN¿ÉÑ¡µÄmode +*/ +typedef enum +{ + IO_MODE_JTAG_TRSTN = 0, + IO_MODE_SPIS_CSN = 1, + IO_MODE_I2C0_SDA = 3, +} pad_ap_spis_csn_mode_e; + +/** +* @brief PAD_AP_SPIS_MISO¿ÉÑ¡µÄmode +*/ +typedef enum +{ + IO_MODE_JTAG_TDO = 0, + IO_MODE_SPIS_MISO = 1, + IO_MODE_GPIO0 = 2, + IO_MODE_UART_RX_AP = 3, + IO_MODE_SPIM_MISO_AP = 4, +} pad_ap_spis_miso_mode_e; + +/** +* @brief PAD_AP_SPIS_MOSI¿ÉÑ¡µÄmode +*/ +typedef enum +{ + IO_MODE_JTAG_TMS = 0, + IO_MODE_SPIS_MOSI = 1, + IO_MODE_GPIO1 = 2, + IO_MODE_UART_TX_AP = 3, + IO_MODE_SPIM_MOSI_AP = 4, +} pad_ap_spis_mosi_mode_e; + +/** +* @brief PAD_AP_TPRSTN¿ÉÑ¡µÄmode +*/ +typedef enum +{ + IO_MODE_JTAG_TDI = 0, + IO_MODE_GPIO21 = 2, +} pad_ap_tprstn_mode_e; + +/** +* @brief PAD_AP_INT¿ÉÑ¡µÄmode +*/ +typedef enum +{ + IO_MODE_GPIO2 = 2, +} pad_ap_int_mode_e; + +/** +* @brief PAD_AP_TE¿ÉÑ¡µÄmode +*/ +typedef enum +{ + IO_MODE_TEAR = 0, + IO_MODE_GPIO3 = 2, +} pad_ap_te_mode_e; + +/** +* @brief PAD_AP_SWIRE¿ÉÑ¡µÄmode +*/ +typedef enum +{ + IO_MODE_SWIRE = 0, + IO_MODE_PWMO = 1, + IO_MODE_GPIO4 = 2, +} pad_ap_swire_mode_e; + +/** +* @brief PAD_TD_SPIM_CLK¿ÉÑ¡µÄmode +*/ +typedef enum +{ + IO_MODE_SPIM_SCLK = 0, + IO_MODE_I2C1_SCL = 1, +} pad_td_spim_clk_mode_e; + +/** +* @brief PAD_TD_SPIM_CSN¿ÉÑ¡µÄmode +*/ +typedef enum +{ + IO_MODE_SPIM_CSN = 0, + IO_MODE_I2C1_SDA = 1, +} pad_td_spim_csn_mode_e; + +/** +* @brief PAD_TD_SPIM_MISO¿ÉÑ¡µÄmode +*/ +typedef enum +{ + IO_MODE_SPIM_MISO = 0, +#if defined(ISP_568) || defined(ISP_368) + IO_MODE_PWMO1 = 1, +#endif + IO_MODE_GPIO5 = 2, +} pad_td_spim_miso_mode_e; + +/** +* @brief PAD_TD_SPIM_MOSI¿ÉÑ¡µÄmode +*/ +typedef enum +{ + IO_MODE_SPIM_MOSI = 0, + IO_MODE_GPIO6 = 2, +} pad_td_spim_mosi_mode_e; + +/** +* @brief PAD_TD_TPRSTN¿ÉÑ¡µÄmode +*/ +typedef enum +{ + IO_MODE_GPIO8 = 2, +} pad_td_tprstn_mode_e; + +/** +* @brief PAD_TD_INT¿ÉÑ¡µÄmode +*/ +typedef enum +{ + IO_MODE_GPIO9_FUNC = 0, + IO_MODE_GPIO9 = 2, +} pad_td_int_mode_e; + +/** +* @brief PAD_TD_LEDPWM¿ÉÑ¡µÄmode +*/ +typedef enum +{ + IO_MODE_PWMI = 0, +#if defined(ISP_568) || defined(ISP_368) + IO_MODE_PWMO2 = 1, +#endif + IO_MODE_GPIO10 = 2, +} pad_td_ledpwm_mode_e; + +/** +* @brief PAD_TD_FC_CLK¿ÉÑ¡µÄmode +*/ +typedef enum +{ + IO_MODE_TSPIS_CLK = 0, + IO_MODE_GPIO11 = 2, +} pad_td_fc_clk_mode_e; + +/** +* @brief PAD_TD_FC_CSN¿ÉÑ¡µÄmode +*/ +typedef enum +{ + IO_MODE_TSPIS_CSN = 0, + IO_MODE_GPIO12 = 2, +} pad_td_fc_csn_mode_e; + +/** +* @brief PAD_TD_FC_MISO¿ÉÑ¡µÄmode +*/ +typedef enum +{ + IO_MODE_TSPIS_MISO = 0, + IO_MODE_GPIO13 = 2, +} pad_td_fc_miso_mode_e; + +/** +* @brief PAD_TD_FC_MOSI¿ÉÑ¡µÄmode +*/ +typedef enum +{ + IO_MODE_TSPIS_MOSI = 0, + IO_MODE_GPIO14 = 2, +} pad_td_fc_mosi_mode_e; + +/** +* @brief PAD_UART_RX¿ÉÑ¡µÄmode +*/ +typedef enum +{ + IO_MODE_UART_RX = 0, + IO_MODE_GPIO17 = 2, +} pad_uart_rx_mode_e; + +/** +* @brief PAD_UART_TX¿ÉÑ¡µÄmode +*/ +typedef enum +{ + IO_MODE_UART_TX = 0, + IO_MODE_GPIO18 = 2, +} pad_uart_tx_mode_e; + +/** +* @brief PAD_PWMEN¿ÉÑ¡µÄmode +*/ +typedef enum +{ + IO_MODE_GPIO19 = 2, +} pad_pwmen_mode_e; + +/** +* @brief PAD_ADCIN¿ÉÑ¡µÄmode +*/ +typedef enum +{ + IO_MODE_GPIO20 = 2, +} pad_adcin_mode_e; + +/** +* @brief PAD_SFC_CLK¿ÉÑ¡µÄmode +*/ +typedef enum +{ + IO_MODE_INTER_FLS_CLK = 0, + IO_MODE_EXT_FLS_CLK = 1, +} pad_sfc_clk_mode_e; + +/** +* @brief PAD_SFC_CSN¿ÉÑ¡µÄmode +*/ +typedef enum +{ + IO_MODE_INTER_FLS_CSN = 0, + IO_MODE_EXT_FLS_CSN = 1, +} pad_sfc_csn_mode_e; + +/** +* @brief PAD_SFC_IO0¿ÉÑ¡µÄmode +*/ +typedef enum +{ + IO_MODE_INTER_FLS_IO0 = 0, + IO_MODE_EXT_FLS_MISO = 1, +} pad_sfc_io0_mode_e; + +/** +* @brief PAD_SFC_IO1¿ÉÑ¡µÄmode +*/ +typedef enum +{ + IO_MODE_INTER_FLS_IO1 = 0, + IO_MODE_EXT_FLS_MOSI = 1, +} pad_sfc_io1_mode_e; + +/** +* @brief PADµçѹת»»ËÙÂÊ +*/ +typedef enum +{ + IO_SLEW_RATE_SLOW = 0, + IO_SLEW_RATE_FAST = 1, +} pad_slew_rate_e; + +/******************************************************************************* +* IOE +*******************************************************************************/ +/** +* @brief GPIO io·½Ïò +*/ +typedef enum +{ + IO_IOE_INPUT = 0, + IO_IOE_OUTPUT +} gpio_ioe_direct_e; + +/** +* @brief GPIO level +*/ +typedef enum +{ + IO_LVL_LOW = 0, + IO_LVL_HIGH +} gpio_level_e; + +/******************************************************************************* +* 3.Global structures, unions and enumerations using typedef +*******************************************************************************/ + +/******************************************************************************* +* 4.Global variable extern declarations +*******************************************************************************/ + +/******************************************************************************* +* 5.Global function prototypes +*******************************************************************************/ +/** +* @brief ÅäÖÃÖ¸¶¨PADΪGPIO mode£¬·½ÏòΪinput£¬Ö¸¶¨Öжϴ¥·¢·½Ê½ +* @param pad£ºGPIOÐòºÅ£¬²Î¿¼Ã¶¾ÙÀàÐÍgpio_pad_e +* @param trig£º4ÖÖÖжϴ¥·¢·½Ê½£¬²Î¿¼Ã¶¾ÙÀàÐÍsys_cfg_trigger_e +* @retval ÎÞ +*/ +void hal_gpio_init_eint(io_pad_e pad, sys_cfg_trigger_e trig); + +/** +* @brief ×¢²áGPIOÖжϻص÷º¯Êý +* @param pad£ºGPIOÐòºÅ£¬²Î¿¼Ã¶¾ÙÀàÐÍgpio_pad_e +* @param cb_func£º»Øµ÷º¯ÊýµØÖ· +* @param data£º»Øµ÷º¯Êý²ÎÊýµØÖ· +* @retval ÎÞ +*/ +void hal_gpio_reg_eint_cb(io_pad_e pad, fcb_type cb_func); + +/** +* @brief ¿ª¹ØGPIOÖÐ¶Ï +* @param pad£ºGPIOÐòºÅ£¬²Î¿¼Ã¶¾ÙÀàÐÍgpio_pad_e +* @param state£º¿ª¹Ø¿ØÖÆ +* @retval ÎÞ +*/ +void hal_gpio_ctrl_eint(io_pad_e pad, function_state_e state); + +/** +* @brief »ñÈ¡GPIOÖжÏÀàÐÍ +* @param pad£ºGPIOÐòºÅ£¬²Î¿¼Ã¶¾ÙÀàÐÍgpio_pad_e +* @retval ÎÞ +*/ +gpio_int_e hal_gpio_get_int_type(io_pad_e pad); + +/** +* @brief ÅäÖÃÖ¸¶¨PADΪGPIO mode£¬·½ÏòΪoutput£¬Ö¸¶¨³õʼµçƽ +* @param pad£ºGPIOÐòºÅ£¬²Î¿¼Ã¶¾ÙÀàÐÍgpio_pad_e +* @param lvl£º³õʼµçƽ£¬²Î¿¼Ã¶¾ÙÀàÐÍgpio_level_e +* @retval ÎÞ +*/ +void hal_gpio_init_output(io_pad_e pad, gpio_level_e lvl); + +/** +* @brief ·â×°ÉèÖÃÊä³ö½Ó¿Ú +* @param pad£ºGPIOÐòºÅ£¬²Î¿¼Ã¶¾ÙÀàÐÍgpio_pad_e +* @param lvl£º³õʼµçƽ£¬²Î¿¼Ã¶¾ÙÀàÐÍgpio_level_e +* @retval ÎÞ +*/ +void hal_gpio_set_output_data(io_pad_e pad, gpio_level_e lvl); + +/** +* @brief ·â×°ÉèÖÃÊä³ö½Ó¿ÚÀ©Õ¹£¬Ö§³Öͬʱ֪ͨÁ½¸öIOÊä³öµçƽ +* @param pad1£ºGPIOÐòºÅ£¬²Î¿¼Ã¶¾ÙÀàÐÍgpio_pad_e +* @param pad1_lvl£ºÅäÖÃµçÆ½£¬²Î¿¼Ã¶¾ÙÀàÐÍgpio_level_e +* @param pad2£ºGPIOÐòºÅ£¬²Î¿¼Ã¶¾ÙÀàÐÍgpio_pad_e +* @param pad2_lvl£ºÅäÖÃµçÆ½£¬²Î¿¼Ã¶¾ÙÀàÐÍgpio_level_e +* @retval ÎÞ +*/ +void hal_gpio_set_output_data_ex(io_pad_e pad1, gpio_level_e pad1_lvl, io_pad_e pad2, gpio_level_e pad2_lvl); + +/** +* @brief ÅäÖÃÖ¸¶¨PADΪGPIO mode£¬·½ÏòΪinput +* @param pad£ºGPIOÐòºÅ£¬²Î¿¼Ã¶¾ÙÀàÐÍgpio_pad_e +* @retval ÎÞ +*/ +void hal_gpio_init_input(io_pad_e pad); + +/** +* @brief ¶ÁÈ¡ÊäÈëµçƽ +* @param pad£ºGPIOÐòºÅ£¬²Î¿¼Ã¶¾ÙÀàÐÍgpio_pad_e +* @retval ÎÞ +*/ +gpio_level_e hal_gpio_get_input_data(io_pad_e pad); + +/** +* @brief ÉèÖÃio mode +* @param pad£ºGPIOÐòºÅ£¬²Î¿¼Ã¶¾ÙÀàÐÍgpio_pad_e +* @param mode£º¹¤×÷ģʽ£¬²Î¿¼¸÷PAD¶ÔÓ¦µÄmodeö¾ÙÀàÐÍ +* @retval ÎÞ +*/ +void hal_gpio_set_mode(io_pad_e pad, uint8_t mode); + +/** +* @brief »ñȡָ¶¨PADµÄĬÈÏÉÏÀ­¡¢ÏÂÀ­×´Ì¬ +* @param pad£ºGPIOÐòºÅ£¬²Î¿¼Ã¶¾ÙÀàÐÍgpio_pad_e +* @param up_enable£ºÄ¬ÈÏÉÏÀ­×´Ì¬ +* @param down_enable£ºÄ¬ÈÏÏÂÀ­×´Ì¬ +* @retval ÎÞ +*/ +void hal_gpio_get_pull_state(io_pad_e pad, function_state_e *up_enable, function_state_e *down_enable); + +/** +* @brief ÅäÖÃÖ¸¶¨PADµÄĬÈÏÉÏÀ­¡¢ÏÂÀ­×´Ì¬ +* @param pad£ºGPIOÐòºÅ£¬²Î¿¼Ã¶¾ÙÀàÐÍgpio_pad_e +* @param up_enable£ºÄ¬ÈÏÉÏÀ­×´Ì¬ +* @param down_enable£ºÄ¬ÈÏÏÂÀ­×´Ì¬ +* @retval ÎÞ +*/ +void hal_gpio_set_pull_state(io_pad_e pad, function_state_e up_enable, function_state_e down_enable); + +/** +* @brief ÅäÖÃÖ¸¶¨PADÊÇ·ñΪʩÃÜÌØ´¥·¢ +* @param pad£ºGPIOÐòºÅ£¬²Î¿¼Ã¶¾ÙÀàÐÍgpio_pad_e +* @param st_enable£º1ΪʩÃÜÌØ´¥·¢£¬0ΪÕý³£´¥·¢ +* @retval ÎÞ +*/ +void hal_gpio_set_schmitt_trigger(io_pad_e pad, function_state_e st_enable); + +/** +* @brief ÅäÖÃÖ¸¶¨PADµÄÇý¶¯ÄÜÁ¦ +* @param pad£ºGPIOÐòºÅ£¬²Î¿¼Ã¶¾ÙÀàÐÍgpio_pad_e +* @param strength£ºÇý¶¯Ç¿¶È£¬È¡ÖµÎª0~3 +* @retval ÎÞ +*/ +void hal_gpio_set_driving_strength(io_pad_e pad, uint8_t strength); + +/** +* @brief ÅäÖÃÖ¸¶¨PADµÄµçѹת»»ËÙÂÊ +* @param pad£ºGPIOÐòºÅ£¬²Î¿¼Ã¶¾ÙÀàÐÍgpio_pad_e +* @param rate£ºÇý¶¯Ç¿¶È£¬È¡ÖµÎª0~3 +* @retval ÎÞ +*/ +void hal_gpio_set_slew_rate(io_pad_e pad, pad_slew_rate_e rate); + +/** +* @brief ÅäÖÃAP_RSTNÒý½ÅÖÐ¶Ï +* @param enable: ÖжϿª¹Ø +* @param cb_func£º»Øµ÷º¯Êý +* @param trig£º´¥·¢Ä£Ê½ +* @retval ÎÞ +*/ +void hal_gpio_set_ap_reset_int(bool enable, fcb_type cb_func, sys_cfg_trigger_e trig); + +#endif /* __HAL_GPIO_H__ */ diff --git a/src/sdk/include/hal_i2c_master.h b/src/sdk/include/hal_i2c_master.h new file mode 100644 index 0000000..5d2ec10 --- /dev/null +++ b/src/sdk/include/hal_i2c_master.h @@ -0,0 +1,73 @@ +/******************************************************************************* +* +* +* File: hal_i2c_master.h +* Description i2c hal file +* Version V0.1 +* Date 2021-10-14 +* Author zhanghz +*******************************************************************************/ + +#ifndef __HAL_I2C_MASTER_H__ +#define __HAL_I2C_MASTER_H__ + +#include "tau_device_datatype.h" +#include "tau_common.h" +#include "string.h" + +/************************************************************************** +* @name : hal_i2c_m_dma_init +* @brief : i2c master dma ³õʼ»¯ +* @param[in] : slave_addr£ºÄ¿±ê´Ó»úµØÖ· +* @param[in] : addr_bits£ºÄ¿±ê´Ó»úµØÖ·Î»Êý +* @param[in] : i2c_speed_hz: ͨÐÅËÙÂÊ +* @return : +* @retval : +**************************************************************************/ +void hal_i2c_m_dma_init(uint8_t slave_addr, uint8_t addr_bits, uint32_t i2c_speed_hz); + +/************************************************************************** +* @name : hal_i2c_m_dma_write +* @brief : i2c master dma ·¢ËÍÊý¾Ý +* @param[in] : txBuffer£º·¢ËÍÊý¾Ýbuffer +* @param[in] : data_size£º·¢ËÍÊý¾Ý¸öÊý +* @return : STATUS_SUCCESS£ºÊý¾ÝÒÑÅÅÈë DMA ͨµÀ£¬µ«²»Ò»¶¨È«²¿·¢ËÍ +* @return : ÆäËü£º·¢Ëͳö´í£¬ÐèÒªÖØÐµ÷Óú¯Êý·¢ËÍ +* @retval : +**************************************************************************/ +status_t hal_i2c_m_dma_write(const uint8_t *txBuffer, size_t data_size); + +/************************************************************************** +* @name : hal_i2c_m_dma_read +* @brief : i2c master dma ½ÓÊÕÊý¾Ý +* @param[in] : reg_address£ºÏÈ·¢ËͼĴæÆ÷µØÖ·¸ø´Ó»ú +* @param[in] : reg_size£ºµØÖ·×Ö½ÚÊý +* @param[in] : rxBuffer£º½ÓÊÕÊý¾Ýbuffer +* @param[in] : data_size£º½ÓÊÕÊý¾Ý³¤¶È +* @return : STATUS_SUCCESS£º¼Ä´æÆ÷µØÖ··¢Ëͳɹ¦£¬²¢ÒÑÅäÖÃDMA½ÓÊÕͨµÀ£¬µ«²»Ò»¶¨Íê³É½ÓÊÕ +* @return : ÆäËü£º½ÓÊÕ³ö´í£¬ÐèÒªÖØÐµ÷Óú¯Êý½ÓÊÕ +* @retval : +**************************************************************************/ +status_t hal_i2c_m_dma_read(uint32_t reg_address, size_t reg_size, uint8_t *rxBuffer, size_t data_size); + +/************************************************************************** +* @name : hal_i2c_m_transfer_complate +* @brief : »ñÈ¡ i2c master ·¢ËÍ״̬ +* @param[in] : +* @return : true£ºÊý¾Ý·¢ËÍÍê³É +* @return : false£ºÊý¾Ý»¹ÔÚ·¢ËÍ +* @retval : +**************************************************************************/ +bool hal_i2c_m_transfer_complate(void); + +/************************************************************************** +* @name : hal_i2c_m_set_high_impedance +* @brief : ½« I2C Ö÷»úµÄIO¿ÚÉèÖÃΪ¸ß×è̬ +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +void hal_i2c_m_set_high_impedance(void); + +#endif /* __HAL_I2C_MASTER_H__*/ + diff --git a/src/sdk/include/hal_i2c_slave.h b/src/sdk/include/hal_i2c_slave.h new file mode 100644 index 0000000..06c4f0a --- /dev/null +++ b/src/sdk/include/hal_i2c_slave.h @@ -0,0 +1,152 @@ +/******************************************************************************* +* +* +* File: hal_i2c_slave.h +* Description i2c hal file +* Version V0.1 +* Date 2021-10-14 +* Author zhanghz +*******************************************************************************/ + +#ifndef __HAL_I2C_SLAVE_H__ +#define __HAL_I2C_SLAVE_H__ + +#include "tau_device_datatype.h" +#include "tau_common.h" +#include "string.h" + +typedef enum +{ + I2C_S_INT_READ = 0, //·¢Éú ¶ÁÇëÇó ÖÐ¶Ï + I2C_S_INT_RX, //·¢Éú ½ÓÊÕ ÖÐ¶Ï + I2C_S_INT_STOP //·¢Éú stop ÖÐ¶Ï +} e_i2c_s_int_status; + +typedef void (*hal_i2c_s_callback_t)(e_i2c_s_int_status int_status, size_t receive_num); + +/************************************************************************** +* @name : hal_i2c_s_init +* @brief : i2c slave ³õʼ»¯ +* @param[in] : slave_addr£º´Ó»úµØÖ· +* @param[in] : addr_bits£º´Ó»úµØÖ·Î»Êý +* @return : +* @retval : +**************************************************************************/ +void hal_i2c_s_init(uint8_t slave_addr, uint8_t addr_bits); + +/************************************************************************** +* @name : hal_i2c_s_dma_write +* @brief : i2c slave dma ·¢ËÍÊý¾Ý +* @param[in] : txBuffer£º·¢ËÍÊý¾Ýbuffer +* @param[in] : data_size£º·¢ËÍÊý¾Ý¸öÊý +* @return : STATUS_SUCCESS£ºÊý¾ÝÒÑÅÅÈë DMA ͨµÀ£¬µ«²»Ò»¶¨È«²¿·¢ËÍ +* @return : ÆäËü£º·¢Ëͳö´í£¬ÐèÒªÖØÐµ÷Óú¯Êý·¢ËÍ +* @retval : +**************************************************************************/ +status_t hal_i2c_s_dma_write(const uint8_t *txBuffer, size_t data_size); + +/************************************************************************** +* @name : hal_i2c_s_nonblocking_read +* @brief : i2c slave ×¼±¸½ÓÊÕÊý¾Ý +* @param[in] : rxBuffer£º½ÓÊÕÊý¾Ýbuffer +* @param[in] : data_size£º½ÓÊÕÊý¾Ý×î´ó¸öÊý +* @return : STATUS_SUCCESS£ºÒÑÅäÖÃ×¼±¸½ÓÊÕ£¬´ËʱͨÐŲ»Ò»¶¨¿ªÊ¼ +* @return : ÆäËü£º½ÓÊÕÅäÖóö´í£¬ÐèÒªÖØÐµ÷Óú¯ÊýÅäÖà +* @retval : +**************************************************************************/ +status_t hal_i2c_s_nonblocking_read(uint8_t *rxBuffer, size_t data_size); + +/************************************************************************** +* @name : hal_i2c_s_transfer_complate +* @brief : »ñÈ¡ i2c slave ·¢ËÍ״̬ +* @param[in] : +* @return : true£ºÊý¾Ý·¢ËÍÍê³É +* @return : false£ºÊý¾Ý»¹ÔÚ·¢ËÍ +* @retval : +**************************************************************************/ +bool hal_i2c_s_write_complate(void); + +/************************************************************************** +* @name : hal_i2c_s_read_complate +* @brief : »ñÈ¡ i2c slave ½ÓÊÕ״̬ +* @param[in] : +* @return : Êý¾Ý½ÓÊÕ¸öÊý +* @retval : +**************************************************************************/ +uint8_t hal_i2c_s_read_complate(void); + +/************************************************************************** +* @name : hal_i2c_s_read_complate_clear +* @brief : Çå³ý i2c slave ½ÓÊÕ״̬ +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +void hal_i2c_s_read_complate_clear(void); + +/************************************************************************** +* @name : hal_i2c_s_set_dma_tx_cycle +* @brief : ÅäÖà I2C cycle ģʽ +* @param[in] : +* @return : ENABLE£ºcycleģʽ£¬DISABLE£º·Çcycleģʽ +* @retval : +**************************************************************************/ +void hal_i2c_s_set_dma_tx_cycle(bool enable); + +/************************************************************************** +* @name : hal_i2c_s_set_transfer +* @brief : ÅäÖà i2c ´Ó»úÊý¾Ý½âÎöº¯Êý +* @param[in] :hal_tp_transfer_phone_tmp£º½âÎöº¯ÊýÖ¸Õë +* @return : +* @retval : +**************************************************************************/ +void hal_i2c_s_set_transfer(hal_i2c_s_callback_t hal_i2c_s_callback_tmp); + +/************************************************************************** +* @name : hal_i2c_s_read_data +* @brief :read data +* @param[in] : rx_data: ½ÓÊÕÊý¾Ý +* @return : 1: ³É¹¦»ñÈ¡Êý¾Ý +* @return : 0: ½ÓÊÕ fifo Ϊ¿Õ +* @retval : +**************************************************************************/ +status_t hal_i2c_s_read_data(uint8_t *rx_data); + +/************************************************************************** +* @name : hal_i2c_s_write_data +* @brief :write data +* @param[in] : tx_data: ×¼±¸·¢Ë͵ÄÊý¾Ý +* @return : 1: ÅäÖ÷¢Ëͳɹ¦ +* @return : 0: ·¢ËÍ fifo ÒÑÂú +* @retval : +**************************************************************************/ +status_t hal_i2c_s_write_data(const uint8_t tx_data); + +/************************************************************************** + * @name : hal_i2c_s_rxfifo_notempty + * @brief : Åжϵ±Ç° rxfifo ÖÐÊÇ·ñÓÐÊý¾Ý + * @param[in] : + * @return : true: rxfifo ÖÐÓÐÊý¾Ý + * @return : false: rxfifo ÖÐûÓÐÊý¾Ý + * @retval : + **************************************************************************/ +bool hal_i2c_s_rxfifo_notempty(void); + +/************************************************************************** +* @name : hal_i2c_s_set_high_impedance +* @brief : ½« I2C ´Ó»úµÄIO¿ÚÉèÖÃΪ¸ß×è̬ +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +void hal_i2c_s_set_high_impedance(void); + /************************************************************************** + * @name : hal_i2c_s_get_tx_byte_num + * @brief : »ñÈ¡I2C´Ó»ú·¢Ëͳɹ¦×Ö½ÚÊý + * @param[in] : + * @return :·¢ËÍ×Ü×Ö½ÚÊý + * @retval : + **************************************************************************/ +int hal_i2c_s_get_tx_byte_num(void); +#endif /* __HAL_I2C_SLAVE_H__*/ + diff --git a/src/sdk/include/hal_pwm.h b/src/sdk/include/hal_pwm.h new file mode 100644 index 0000000..ab75fec --- /dev/null +++ b/src/sdk/include/hal_pwm.h @@ -0,0 +1,209 @@ +/******************************************************************************* +* +* +* File: hal_pwm.h +* Description£º pwm HAL²ãÍ·Îļþ +* Version£º V0.1 +* Date£º 2021-03-17 +* Author£º wuc + *******************************************************************************/ +#ifndef __HAL_PWM_H__ +#define __HAL_PWM_H__ + +/******************************************************************************* +* 1.Included files +*******************************************************************************/ +#include "tau_device_datatype.h" +#include "tau_common.h" +#include "hal_gpio.h" + +/******************************************************************************* +* 2.Global constant and macro definitions using #define +*******************************************************************************/ + +/******************************************************************************* +* 3.Global structures, unions and enumerations using typedef +*******************************************************************************/ +/*! @brief PWM´¥·¢¹¦Ä͍ܵÒå */ +typedef enum _pwm_out_ctrl_e +{ + PWMO_CTRL_KEEP = 0, + PWMO_CTRL_LOW = 1, + PWMO_CTRL_HIGH = 2, + PWMO_CTRL_TOGGLE = 3, + PWMO_CTRL_MAX +} pwm_out_ctrl_e; + +/******************************************************************************* +* 4.Global variable extern declarations +*******************************************************************************/ + +/******************************************************************************* +* 5.Global function prototypes +*******************************************************************************/ +/** +* @brief PWMO³õʼ»¯ +* @param ÎÞ +* @retval ÎÞ +*/ +void hal_pwm_out_init(void); + +/** +* @brief PWMO·´³õʼ»¯ +* @param ÎÞ +* @retval ÎÞ +*/ +void hal_pwm_out_deinit(void); + +/** +* @brief PWMOÊä³öÂö³åÔÝÍ£¡¢»Ö¸´ +* @param state£º¿ª¹Ø¿ØÖÆ +* @retval ÎÞ +*/ +void hal_pwm_out_pause(function_state_e state); + +/** +* @brief ÅäÖÃPWMOÂö³å²¢¿ªÊ¼Êä³ö +* @param ctl0£ºµ½´ïãÐÖµthr0ʱµÄ²Ù×÷£¬²Î¿¼Ã¶¾ÙÀàÐÍpwm_out_ctrl_e +* @param ctl1£ºµ½´ïãÐÖµthr1ʱµÄ²Ù×÷£¬²Î¿¼Ã¶¾ÙÀàÐÍpwm_out_ctrl_e +* @param thr0£ºãÐÖµ0£¬µ¥Î»us +* @param thr1£ºãÐÖµ1£¬µ¥Î»us +* @param period£ºÒ»¸öÖÜÆÚµÄʱ¼ä£¬µ¥Î»us +* @retval ÎÞ +*/ +void hal_pwm_out_config_all(pwm_out_ctrl_e ctl0, pwm_out_ctrl_e ctl1, uint32_t thr0, uint32_t thr1, uint32_t period); + +/** +* @brief ÔÚͬ²½ËùÓÐģʽÏÂÅäÖÃPWMOÂö³åËùÓвÎÊý +* @param ctl0£ºµ½´ïãÐÖµthr0ʱµÄ²Ù×÷£¬²Î¿¼Ã¶¾ÙÀàÐÍpwm_out_ctrl_e +* @param ctl1£ºµ½´ïãÐÖµthr1ʱµÄ²Ù×÷£¬²Î¿¼Ã¶¾ÙÀàÐÍpwm_out_ctrl_e +* @param thr0£ºãÐÖµ0£¬µ¥Î»us +* @param thr1£ºãÐÖµ1£¬µ¥Î»us +* @param period£ºÒ»¸öÖÜÆÚµÄʱ¼ä£¬µ¥Î»us +* @retval ÎÞ +*/ +void hal_pwm_out_sync_all(pwm_out_ctrl_e ctl0, pwm_out_ctrl_e ctl1, uint32_t thr0, uint32_t thr1, uint32_t period); + +/** +* @brief ÔÚͬ²½ÖÜÆÚģʽÏÂÅäÖÃPWMOÂö³åµÄÖÜÆÚ +* @param period£ºÒ»¸öÖÜÆÚµÄʱ¼ä£¬µ¥Î»us +* @retval ÎÞ +*/ +void hal_pwm_out_sync_period(uint32_t period); + +/** +* @brief ÔÚͬ²½¿ØÖÆÄ£Ê½ÏÂÅäÖÃPWMOÂö³åµÄ¿ØÖÆ +* @param ctl0£ºµ½´ïãÐÖµthr0ʱµÄ²Ù×÷£¬²Î¿¼Ã¶¾ÙÀàÐÍpwm_out_ctrl_e +* @param ctl1£ºµ½´ïãÐÖµthr1ʱµÄ²Ù×÷£¬²Î¿¼Ã¶¾ÙÀàÐÍpwm_out_ctrl_e +* @retval ÎÞ +*/ +void hal_pwm_out_sync_ctl(pwm_out_ctrl_e ctl0, pwm_out_ctrl_e ctl1); + +/** +* @brief ÔÚͬ²½ãÐֵģʽÏÂÅäÖÃPWMOÂö³åµÄãÐÖµ +* @param thr0£ºãÐÖµ0£¬µ¥Î»us +* @param thr1£ºãÐÖµ1£¬µ¥Î»us +* @retval ÎÞ +*/ +void hal_pwm_out_sync_thr(uint32_t thr0, uint32_t thr1); + +/** +* @brief ÔÚͬ²½ÔÝͣģʽÏÂÔÝÍ£»ò»Ö¸´PWMOÂö³å +* @param pause_state£ºÔÝÍ£»ò»Ö¸´ +* @retval ÎÞ +*/ +void hal_pwm_out_sync_pause(function_state_e pause_state); + +/** +* @brief PWMI³õʼ»¯ +* @param ÎÞ +* @retval ÎÞ +*/ +void hal_pwm_in_init(void); + +/** +* @brief PWMI·´³õʼ»¯ +* @param ÎÞ +* @retval ÎÞ +*/ +void hal_pwm_in_deinit(void); + +/** +* @brief ×¢²áPWMIÖжϻص÷º¯Êý£¬»Ø´«PWMIÖжÏÀàÐÍÖ¸Õ룬²Î¿¼pwm_int_type_e +* @param cb_func£º»Øµ÷º¯ÊýµØÖ· +* @retval ÎÞ +*/ +void hal_pwm_in_register_callback(fcb_type cb_func); + +/** +* @brief ÅäÖÃPWMIËùÓÐÖжϵĿª¹Ø +* @param high_overflow_en£ºhigh overflowÖжÏʹÄÜ¿ª¹Ø +* @param low_overflow_en£ºlow overflowÖжÏʹÄÜ¿ª¹Ø +* @param total_overflow_en£ºtotal overflowÖжÏʹÄÜ¿ª¹Ø +* @param high_done_en£ºhigh doneÖжÏʹÄÜ¿ª¹Ø +* @param low_done_en£ºlow doneÖжÏʹÄÜ¿ª¹Ø +* @param total_done_en£ºtotal doneÖжÏʹÄÜ¿ª¹Ø +* @retval ÎÞ +*/ +void hal_pwm_in_config_int(function_state_e high_overflow_en, function_state_e low_overflow_en, function_state_e total_overflow_en, + function_state_e high_done_en, function_state_e low_done_en, function_state_e total_done_en); + +/** +* @brief ÅäÖÃPWMIµ¥¸öÖжϵĿª¹Ø +* @param pwm_int£ºÖжÏÀàÐÍ£¬²Î¿¼Ã¶¾ÙÀàÐÍpwm_int_type_e +* @param enable£º¿ØÖÆ¿ª¹Ø +* @retval ÎÞ +*/ +void hal_pwm_in_set_int(pwm_int_type_e pwm_int, function_state_e enable); + +/** +* @brief ¹Ø±ÕPWMIËùÓÐÖÐ¶Ï +* @param ÎÞ +* @retval ÎÞ +*/ +void hal_pwm_in_clear_int(void); + +/** +* @brief ¿ª¹ØPWMIÖÐ¶Ï +* @param state£º¿ª¹Ø¿ØÖÆ +* @retval ÎÞ +*/ +void hal_pwm_in_ctrl_int(function_state_e state); + +/** +* @brief »ñÈ¡PWMIÂö³åÖÜÆÚʱ³¤ +* @param ÎÞ +* @retval ÖÜÆÚʱ³¤£¬µ¥Î»us +*/ +uint32_t hal_pwm_in_get_total_period(void); + +/** +* @brief »ñÈ¡PWMIÂö³å¸ßµçƽʱ³¤ +* @param ÎÞ +* @retval ¸ßµçƽʱ³¤£¬µ¥Î»us +*/ +uint32_t hal_pwm_in_get_high_period(void); + +/** +* @brief »ñÈ¡PWMIÂö³åµÍµçƽʱ³¤ +* @param ÎÞ +* @retval µÍµçƽʱ³¤£¬µ¥Î»us +*/ +uint32_t hal_pwm_in_get_low_period(void); + +/** +* @brief »ñÈ¡PWMIÉÏÉýÑØÀÛ»ý¸öÊý +* @param ÎÞ +* @retval ´ÓÄ£¿éʹÄܵ½µ±Ç°Ê±¼äµÄÉÏÉýÑØ¸öÊý£¬³¬¹ý32λ¿íºóÇåÁãÖØÐ¼ÆÊý +*/ +uint32_t hal_pwm_in_get_current_count(void); + +#if defined(ISP_568) || defined(ISP_368) + /** + * @brief Ñ¡ÔñPWMOÊä³öµÄIO¿Ú + * @param pad: PWMOÊä³öµÄIO¿Ú,ĬÈÏΪIO_PAD_AP_SWIRE,¿Éѡͨ¹ýIO_PAD_TD_SPIM_MISO¡¢IO_PAD_TD_LEDPWMÊä³ö + * @retval ÎÞ + */ + void hal_pwm_out_sel_io(io_pad_e pad); +#endif +#endif /* __HAL_PWM_H__ */ diff --git a/src/sdk/include/hal_spi_master.h b/src/sdk/include/hal_spi_master.h new file mode 100644 index 0000000..93c178c --- /dev/null +++ b/src/sdk/include/hal_spi_master.h @@ -0,0 +1,82 @@ +/******************************************************************************* +* +* +* File: hal_spi_touch.h +* Description spi hal file +* Version V0.1 +* Date 2021-10-25 +* Author zhanghz +*******************************************************************************/ + +#ifndef __HAL_SPI_MASTER_H__ +#define __HAL_SPI_MASTER_H__ + +#include "tau_device_datatype.h" +#include "tau_common.h" +#include "string.h" + +/************************************************************************** +* @name : hal_spi_m_dma_init +* @brief : SPIM DMA ³õʼ»¯ +* @param[in] :speed£ºÅäÖÃͨÐÅËÙÂÊ +* @param[in] :cpha: ÅäÖõÚÒ»¸öʱÖÓÑØ»òÕßµÚ¶þ¸öʱÖÓÑØÓÐЧ +* @param[in] :cpol: ÅäÖÃ×ÜÏß¿ÕÏÐʱʱÖÓµçÆ½ +* @return : +* @retval : +**************************************************************************/ +void hal_spi_m_dma_init(uint32_t speed, uint8_t cpha, uint8_t cpol); + +/************************************************************************** +* @name : hal_spi_m_dma_write +* @brief : ÓÃSPIM ·¢ËÍÊý¾Ý +* @param[in] :data_buffer: ·¢ËÍÊý¾Ý buffer Í·µØÖ· +* @param[in] :data_size: ·¢ËÍÊý¾Ý buffer ³¤¶È +* @return :STATUS_SUCCESS: ÅäÖóɹ¦£¬µ«Êý¾Ý²»Ò»¶¨·¢ËÍÍê³É +* @return :ÆäËü£ºÅäÖò»³É¹¦£¬ÐèÒªÖØÐÂÅäÖ÷¢ËÍ +* @retval : +**************************************************************************/ +status_t hal_spi_m_dma_write(const uint8_t *data_buffer, size_t data_size); + +/************************************************************************** +* @name : hal_spi_m_dma_read +* @brief : ÓÃSPIM ¶ÁÈ¡Êý¾Ý +* @param[in] :cmd: ·¢ËÍÃüÁî buffer Í·µØÖ· +* @param[in] :cmd_size: ·¢ËÍÃüÁî buffer ³¤¶È +* @param[in] :data_buffer: ¶ÁÈ¡Êý¾Ý buffer Í·µØÖ· +* @param[in] :data_size: ·¢ËÍÃüÁî ºÍ ¶ÁÈ¡Êý¾Ý buffer ³¤¶È +* @return :STATUS_SUCCESS: ÅäÖóɹ¦£¬µ«Êý¾Ý²»Ò»¶¨¶ÁÈ¡Íê³É +* @return :ÆäËü£ºÅäÖò»³É¹¦£¬ÐèÒªÖØÐÂÅäÖ÷¢ËÍ +* @retval : +**************************************************************************/ +status_t hal_spi_m_dma_read(const uint8_t *cmd, size_t cmd_size, uint8_t *data_buffer, size_t data_size); + +/************************************************************************** +* @name : hal_spi_m_get_transfer_complate +* @brief : »ñÈ¡ SPIM ͨÐÅÍê³É״̬ +* @param[in] : +* @return :true£ºÍ¨ÐÅÍê³É +* @retval : +**************************************************************************/ +bool hal_spi_m_get_transfer_complate(void); + +/************************************************************************** +* @name : hal_spi_m_clear_rxfifo +* @brief : Çå¿Õ rxfifo ÖеÄÊý¾Ý +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +void hal_spi_m_clear_rxfifo(void); + +/************************************************************************** +* @name : hal_spi_m_set_high_impedance +* @brief : ½« SPI Ö÷»úµÄIO¿ÚÉèÖÃΪ¸ß×è̬ +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +void hal_spi_m_set_high_impedance(void); + + +#endif + diff --git a/src/sdk/include/hal_spi_slave.h b/src/sdk/include/hal_spi_slave.h new file mode 100644 index 0000000..fc0c57f --- /dev/null +++ b/src/sdk/include/hal_spi_slave.h @@ -0,0 +1,181 @@ +/******************************************************************************* +* Copyright (C) 2021-2022, All Rights Reserved. +* +* File: hal_spi_slave.h +* Description spi slave hal file +* Version V0.1 +* Date 2021-10-23 +* Author lzy +*******************************************************************************/ +#ifndef __HAL_SPI_SLAVE_H__ +#define __HAL_SPI_SLAVE_H__ + +/******************************************************************************* +* 1.Included files +*******************************************************************************/ +#include "tau_dsi_datatype.h" +#include "tau_common.h" + +/******************************************************************************* +* 2.Global constant and macro definitions using #define +*******************************************************************************/ + +/******************************************************************************* +* 3.Global structures, unions and enumerations using typedef +*******************************************************************************/ +/* +×Ô¶¯Ä£Ê½event eg:rx_buffer_size=8, host·¢ËÍ16¸öbyteÊý¾Ý, +ÊÕµ½Ç°Ãæ8byteÊý¾Ýʱ²úÉúSPI_EVENT_RCV_FULLʼþ,ºóÐøµÄʼþ¶ªÆú, +´«ÊäÍê³ÉºóhostÀ­¸ßCS,²úÉúSPI_EVENT_RCV_CS_HIGHʼþ +*/ +typedef enum +{ + SPI_EVENT_RCV_DATA = 0, /* ÊÖ¶¯Ä£Ê½Ï£¬SPIS ½ÓÊÜÿ½ÓÊÕÒ»¸öÊý¾Ý¼´²úÉúʼþ */ + SPI_EVENT_RCV_FULL, /* ×Ô¶¯Ä£Ê½Ï £¬SPIS ½ÓÊÕÊý¾ÝµÈÓÚbuffer sizeºó²úÉúʼþ */ + SPI_EVENT_RCV_CS_HIGH, /* ×Ô¶¯Ä£Ê½Ï £¬SPIS ÊÕµ½CS À­¸ßµÄÐźŠ*/ +} hal_spis_event_e; + +typedef struct hal_spi_packet_info_t +{ + uint8_t *rx_buffer; /* ½ÓÊÕbuffer */ + uint32_t rx_buffer_size; /* ½ÓÊÕbuffer size */ + bool rx_circle; /* ½ÓÊÕcircle mode */ + const uint8_t *tx_buffer; /* ·¢ËÍbuffer */ + uint32_t tx_buffer_size; /* ·¢ËÍbuffer size */ + bool tx_circle; /* ·¢ËÍcircle mode */ + uint32_t packet_size; /* packet size */ +} hal_spi_packet_info_t; + +typedef void (*hal_spi_slave_cb)(hal_spis_event_e event, hal_spi_packet_info_t *packet_info); + +/******************************************************************************* +* 4.Global variable extern declarations +*******************************************************************************/ + +/******************************************************************************* +* 5.Global function prototypes +*******************************************************************************/ +/** +* @brief ³õʼ»¯spi slave Ä£¿é +* @param cpha: ÏàλÅäÖà +* @param cpol: ¼«ÐÔÅäÖà +* @param dma: ×Ô¶¯Ä£Ê½ÏÂDMA enable +* @retval true/false +*/ +bool hal_spi_slave_init(uint8_t cpha, uint8_t cpol, bool dma); + +/** +* @brief spi slave Ä£¿éÈ¥³õʼ»¯ +* @param none +* @retval true/false +*/ +bool hal_spi_slave_deinit(void); + +/** +* @brief spi slave ×¢²á»Øµ÷º¯Êý +* @param cb£ºcall back +* @retval true/false +*/ +bool hal_spi_slave_register_callback(hal_spi_slave_cb cb); + +/** +* @brief spi slave enable +* @param none +* @retval true/false +*/ +bool hal_spi_slave_enable(void); + +/** +* @brief spi slave disable +* @param none +* @retval true/false +*/ +bool hal_spi_slave_disable(void); + +/** +* @brief spi slave ÅäÖÃ×Ô¶¯½ÓÊÕbuffer, µ×²ã×Ô¶¯½ÓÊÕÊý¾Ýºóµ÷ÓÃcallback, bufferΪNULLʱΪ×Ô¶¯½ÓÊÕģʽ +* @param buffer£º×Ô¶¯Ä£Ê½Êý¾Ý½ÓÊÕbuffer +* @param size£º ×Ô¶¯Ä£Ê½Êý¾Ý½ÓÊÕbuffer size +* @param circle£ºcircle mode£¬packet size ´óÓÚbuffer size ʱ´Óoffset 0ÖØÐÂд(Ôݲ»Ö§³Ö) +* @retval true/false +*/ +bool hal_spi_slave_set_auto_rx_buffer(uint8_t *buffer, uint32_t size, bool circle); + +/** +* @brief spi slave ÅäÖÃ×Ô¶¯·¢ËÍbuffer +* @param buffer£º×Ô¶¯Ä£Ê½Êý¾Ý·¢ËÍbuffer, bufferΪNULLΪÇл»Îª×Ô¶¯Ä£Ê½ +* @param size£º ×Ô¶¯Ä£Ê½Êý¾Ý·¢ÊÕbuffer size +* @param circle£ºcircle mode£¬Öظ´·¢ËÍbufferµÄÊý¾Ý +* @retval true/false +*/ +bool hal_spi_slave_set_auto_tx_buffer(const uint8_t *buffer, uint32_t size, bool circle); + +/** +* @brief spi slave Æô¶¯×Ô¶¯´«Êä +* @param none +* @retval true/false +*/ +bool hal_spi_slave_auto_transfer_start(void); + +/** +* @brief spi slave Í£Ö¹×Ô¶¯´«Êä(circle mode ÏÂpacket½áÊø¿ÉʹÓÃ) +* @param none +* @retval true/false +*/ +bool hal_spi_slave_auto_transfer_abort(void); + +/** +* @brief spi slave flush fifo(circle mode ÏÂpacket½áÊøºó¿ÉʹÓÃ) +* @param none +* @retval true/false +*/ +bool hal_spi_slave_flush_fifo(void); + +/** +* @brief reset spis tx,ÔÚÆô¶¯spisºóÖØÐÂÅäÖÃÊä³öÊý¾Ý +* @param buffer£º×Ô¶¯Ä£Ê½Êý¾Ý·¢ËÍbuffer +* @param size£º ×Ô¶¯Ä£Ê½Êý¾Ý·¢ÊÕbuffer size +* @param circle£ºcircle mode£¬Öظ´·¢ËÍbufferµÄÊý¾Ý +* @retval true/false +*/ +bool hal_spi_slave_reset_tx(const uint8_t *buffer, uint32_t size, bool circle); + +/** +* @brief check spi slave busy(CS status) +* @param none +* @retval true/false +*/ +bool hal_spi_slave_busy(void); + +/** +* @brief »ñÈ¡rx fifo ·Ç¿Õ +* @param none +* @retval true/false +*/ +bool hal_spi_slave_get_rxfifo_notempty(void); + +/** +* @brief ÊÖ¶¯Ä£Ê½Ï´Órx fifo ¶ÁÈ¡Êý¾Ý +* @param none +* @retval true/false +*/ +bool hal_spi_slave_read_data(uint32_t *data); + +/** +* @brief ÊÖ¶¯Ä£Ê½ÏÂÍùtx fifo дÊý¾Ý +* @param none +* @retval true/false +*/ +bool hal_spi_slave_write_data(const uint8_t data); + +/************************************************************************** +* @name : hal_spi_s_set_high_impedance +* @brief : ½« SPI ´Ó»úµÄIO¿ÚÉèÖÃΪ¸ß×è̬ +* @param[in] : +* @return : +* @retval : +**************************************************************************/ +void hal_spi_s_set_high_impedance(void); + +#endif /* __HAL_SPI_SLAVE_H__*/ + diff --git a/src/sdk/include/hal_swire.h b/src/sdk/include/hal_swire.h new file mode 100644 index 0000000..9660e83 --- /dev/null +++ b/src/sdk/include/hal_swire.h @@ -0,0 +1,75 @@ +/******************************************************************************* +* +* +* File: hal_swire.h +* Description£º swire HAL²ãÍ·Îļþ +* Version£º V0.1 +* Date£º 2021-03-17 +* Author£º wuc + *******************************************************************************/ +#ifndef __HAL_SWIRE_H__ +#define __HAL_SWIRE_H__ + +/******************************************************************************* +* 1.Included files +*******************************************************************************/ +#include "tau_device_datatype.h" +#include "tau_common.h" + +/******************************************************************************* +* 2.Global constant and macro definitions using #define +*******************************************************************************/ + +/******************************************************************************* +* 3.Global structures, unions and enumerations using typedef +*******************************************************************************/ + +/******************************************************************************* +* 4.Global variable extern declarations +*******************************************************************************/ + +/******************************************************************************* +* 5.Global function prototypes +*******************************************************************************/ +/** +* @brief SWIRE³õʼ»¯ +* @param ÎÞ +* @retval ÎÞ +*/ +void hal_swire_init(void); + +/** +* @brief SWIRE·´³õʼ»¯ +* @param ÎÞ +* @retval ÎÞ +*/ +void hal_swire_deinit(void); + +/** +* @brief ÅäÖÃSWIREÂö³å²¢¿ªÊ¼Êä³ö +* @param start_time£ºÆðʼʱ³¤£¬µ¥Î»us +* @param stop_time£º½áÊøÊ±³¤£¬µ¥Î»us£¬±ØÐë´óÓÚ300us +* @param high_time£º¸ßµçƽʱ³¤£¬µ¥Î»us +* @param low_time£ºµÍµçƽʱ³¤£¬µ¥Î»us +* @param pulse£ºÉÏÉýÑØ¸öÊý +* @retval ÎÞ +*/ +void hal_swire_start(uint32_t start_time, uint32_t stop_time, + uint32_t high_time, uint32_t low_time, + uint32_t pulse); + +/** +* @brief ´ò¿ª»ò¹Ø±Õ±³¹â +* @param state£º¿ª¹Ø¿ØÖÆ +* @retval ÎÞ +*/ +void hal_swire_open(function_state_e state); + +/** +* @brief ×¢²á»Øµ÷º¯Êý +* @param cb_func£º»Øµ÷º¯ÊýµØÖ· +* @retval ÎÞ +*/ +void hal_swire_register_callback(fcb_type cb_func); + +#endif /* __HAL_SWIRE_H__ */ diff --git a/src/sdk/include/hal_system.h b/src/sdk/include/hal_system.h new file mode 100644 index 0000000..35c229b --- /dev/null +++ b/src/sdk/include/hal_system.h @@ -0,0 +1,153 @@ +/******************************************************************************* +* +* +* File: hal_system.h +* Description hal 通用系统接å£å¤´æ–‡ä»¶ +* Version V0.1 +* Date 2021-05-21 +* Author lzy + *******************************************************************************/ +#ifndef __HAL_SYSTEM_H__ +#define __HAL_SYSTEM_H__ +/******************************************************************************* +* 1.Included files +*******************************************************************************/ +#include "tau_common.h" + +/******************************************************************************* +* 2.Global constant and macro definitions using #define +*******************************************************************************/ + +/******************************************************************************* +* 3.Global structures, unions and enumerations using typedef +*******************************************************************************/ + +/******************************************************************************* +* 4.Global variable extern declarations +*******************************************************************************/ + +/******************************************************************************* +* 5.Global function prototypes +*******************************************************************************/ + +/** +* @brief system åˆå§‹åŒ– +* @param none +* @retval none +*/ +void hal_system_init(uint32_t sysclk); + +/** +* @brief system åˆå§‹åŒ– console +* @param baud_rate 波特率 +* @retval none +*/ +void hal_system_init_console(uint32_t baud_rate); + +/** +* @brief mcu进入idle模å¼,等待中断唤醒 +* @param disable_systick: 进入idle时是å¦å…³é—­systick(退出idle æ¢å¤systick) +* @retval none +*/ +void hal_system_idle_mode(bool disable_systick); + +/** +* @brief 注册systick回调函数 +* @param cb_funcï¼šå›žè°ƒå‡½æ•°åœ°å€ +* @retval æ—  +*/ +void hal_system_register_systick_cb(fcb_type cb_func); + +/** +* @brief å¯åЍsys tickt +* @param ms: sys tickt é—´éš”, 范围1-10ms +* @retval true/false +*/ +bool hal_system_enable_systick(uint8_t ms); + +/** +* @brief 获å–systickt +* @param none +* @retval 当å‰systickt值 +*/ +bool hal_system_disable_systick(void); + +/** +* @brief 获å–systickt +* @param none +* @retval 当å‰systickt值 +*/ +uint32_t hal_system_get_tick(void); + +/** +* @brief 进入deep sleep mode 模å¼, 等待AP_RSTN 唤醒 +* @param polarity true:ä¸Šå‡æ²¿å”¤é†’, false:䏋陿²¿å”¤é†’ +* @retval none +*/ +void hal_system_deep_sleep_mode(bool polarity); + +/** +* @brief é…置共享flash开关(ä½¿ç”¨è¿‡åŽæ³¨æ„关闭,常开功耗会增加) +* @param enable:true:å¯é€šè¿‡F_SPI访问内部flash , false:ä¸å¯é€šè¿‡F_SPI访问内部flash +* @retval true/false +*/ +bool hal_system_share_flash_mode(bool enable); + +/** +* @brief sleep mode é…ç½® +* @param enable +* @retval none +*/ +void hal_system_sleep_mode(bool enable); + +/** +* @brief reset chip +* @param none +* @retval none +*/ +void hal_system_reset_chip(void); + +/** +* @brief 开关PVD检测 +* @param none +* @retval none +*/ +void hal_system_set_pvd(bool enable); + +/** +* @brief VCC电æºå¼€å…³ï¼Œ +* 使用场景: VCC掉电,13D与13M使用外çŒç”µæºæ—¶ï¼Œå…³é—­å†…部VCC供电,防止电æºå€’çŒ +* @param enable: true:打开CP, false:关闭CP +* @retval none +*/ +void hal_system_set_vcc(bool enable); + +/** +* @brief 用户字节数组形å¼ä»Žflashè¯»å–æ•°æ®,按页读å–,æ¯é¡µ1024字节 +* @param *usr_cfg_t_addr(数组首地å€), + usr_cfg_t_size(数组大å°å¯ä»¥è¶…过1024,å¯ä»¥æŒ‰é¡µè¯»ä¹Ÿå¯è¿žç»­è·¨é¡µè¯») + flash_page (页0~63) +* @retval bool æ—  +*/ +bool hal_system_flash_read(uint8_t *usr_cfg_t_addr, uint16_t usr_cfg_t_size, uint8_t flash_page); + +/** +* @brief 用户字节数组形å¼å­˜å…¥flash(次数有é™ï¼Œä¸å¯é¢‘ç¹å†™å…¥),按页写入,æ¯é¡µ1024字节 +* @param *usr_cfg_t_addr(数组首地å€), + usr_cfg_t_size(数组大å°å¯ä»¥è¶…过1024,å¯ä»¥æŒ‰é¡µå†™ä¹Ÿå¯è¿žç»­è·¨é¡µå†™å…¥), + æŽ¨èæŒ‰é¡µé¡ºåºå†™å…¥æ–¹å¼ï¼Œç¬¬ä¸€æ¬¡å¿…须从0页开始写入,åŽç»­æ‰å¯1~63ä»»æ„页写入 + flash_page (写入页0~63) +* @retval bool 校验size是å¦è¶…出 +*/ +bool hal_system_flash_write(uint8_t *usr_cfg_t_addr, uint16_t usr_cfg_t_size, uint8_t flash_page); + +#if defined(ISP_568) || defined(ISP_368) + /** + * @brief 控制DPHY内部校准开关 + * @param en: 使能开关 + * @retval none + */ + void hal_system_set_phy_calibration(bool en); +#endif + +#endif //__HAL_SYSTEM_H__ diff --git a/src/sdk/include/hal_timer.h b/src/sdk/include/hal_timer.h new file mode 100644 index 0000000..882fc60 --- /dev/null +++ b/src/sdk/include/hal_timer.h @@ -0,0 +1,81 @@ +/******************************************************************************* +* +* +* File: hal_timer.h +* Description: timer HAL层头文件 +* Version: V0.1 +* Date: 2021-03-16 +* Author: wuc + *******************************************************************************/ +#ifndef __HAL_TIMER_H__ +#define __HAL_TIMER_H__ + +/******************************************************************************* +* 1.Included files +*******************************************************************************/ +#include "tau_device_datatype.h" +#include "tau_common.h" + +/******************************************************************************* +* 2.Global constant and macro definitions using #define +*******************************************************************************/ + +/******************************************************************************* +* 3.Global structures, unions and enumerations using typedef +*******************************************************************************/ + +/******************************************************************************* +* 4.Global variable extern declarations +*******************************************************************************/ + +/******************************************************************************* +* 5.Global function prototypes +*******************************************************************************/ +/** +* @brief 指定定时器åˆå§‹åŒ– +* @param index:实例åºå·(0~3),å‚考枚举类型timer_num_e +* @retval æ—  +*/ +void hal_timer_init(timer_num_e index); + +/** +* @brief 指定定时器ååˆå§‹åŒ– +* @param index:实例åºå·(0~3),å‚考枚举类型timer_num_e +* @retval æ—  +*/ +void hal_timer_deinit(timer_num_e index); + +/** +* @brief å¯åŠ¨æŒ‡å®šå®šæ—¶å™¨ +* @param index:实例åºå·(0~3),å‚考枚举类型timer_num_e +* @param ms:超时时间,å•ä½ms。由于应用场景一般是ms级别的,应用开å‘ä¸éœ€è¦è®¡æ•°å…·ä½“时针数, + 故直接输入时间,在接å£å†…部æ¢ç®—æˆæ—¶é’Ÿæ•°è¿›è¡Œå¯„存器设置。 +* @param cb_func:回调函数地å€ï¼Œä¸éœ€è¦åˆ™å¡«NULL +* @param dataï¼šå›žè°ƒå‡½æ•°çš„å‚æ•°åœ°å€ï¼Œä¸éœ€è¦åˆ™å¡«NULL +* @retval æ—  +*/ +void hal_timer_start(timer_num_e index, uint32_t ms, fcb_type cb_func, void *data); + +/** +* @brief åœæ­¢æŒ‡å®šå®šæ—¶å™¨ +* @param index:实例åºå·(0~3),å‚考枚举类型timer_num_e +* @retval æ—  +*/ +void hal_timer_stop(timer_num_e index); + +/** +* @brief 设置定时器是å¦å¾ªçŽ¯è¶…æ—¶ +* @param index:实例åºå·(0~3),å‚考枚举类型timer_num_e +* @param bool enable:循环超时使能 +* @retval æ—  +*/ +void hal_timer_set_repeat(timer_num_e index, bool repeat); + +/** +* @brief èŽ·å–æŒ‡å®šæŒ‡ç¤ºå™¨çŠ¶æ€ +* @param index:实例åºå·(0~3),å‚考枚举类型timer_num_e +* @retval å‚考timer_status_e +*/ +timer_status_e hal_timer_get_status(timer_num_e index); + +#endif /* __HAL_TIMER_H__ */ diff --git a/src/sdk/include/hal_uart.h b/src/sdk/include/hal_uart.h new file mode 100644 index 0000000..82efe74 --- /dev/null +++ b/src/sdk/include/hal_uart.h @@ -0,0 +1,131 @@ +/******************************************************************************* +* +* +* File: hal_uart.h +* Description +* Version V0.1 +* Date 2021-11-24 +* Author kc +*******************************************************************************/ + +#ifndef __HAL_UART_H__ +#define __HAL_UART_H__ + +/******************************************************************************* +* 1.Included files +*******************************************************************************/ +#include "stdint.h" +#include "tau_common.h" + +/******************************************************************************* +* 2.Global constant and macro definitions using #define +*******************************************************************************/ + +/******************************************************************************* +* 3.Global structures, unions and enumerations using typedef +*******************************************************************************/ +typedef enum +{ + HAL_UART_STOPBIT_1 = 0, + HAL_UART_STOPBIT_2 = 1 +} hal_uart_stopbit_e; + +typedef enum +{ + HAL_UART_PARITY_NO = 0, + HAL_UART_PARITY_ODD = 0x01, + HAL_UART_PARITY_EVEN = 0x03, +} hal_uart_parity_e; + +typedef enum +{ + HAL_UART_DATAWIDTH_6 = 1, + HAL_UART_DATAWIDTH_7 = 2, + HAL_UART_DATAWIDTH_8 = 3 +} hal_uart_datawidth_e; + + +typedef struct +{ + uint32_t baudrate; + hal_uart_stopbit_e stopbits; + hal_uart_datawidth_e data_width; + hal_uart_parity_e parity; +} hal_uart_config_t; + + +typedef struct _hal_uart_handle_t +{ + hal_uart_config_t uart_config; + void (* txdmacallback)(void); + void (* rxdmacallback)(void); +} hal_uart_handle_t; + + +typedef enum +{ + HAL_UART_OK = 0x00U, + HAL_UART_ERROR = 0x01U, + HAL_UART_BUSY = 0x02U, + HAL_UART_TIMEOUT = 0x03U +} hal_uart_status; + + +/******************************************************************************* +* 4.Global variable extern declarations +*******************************************************************************/ + +/******************************************************************************* +* 5.Global function prototypes +*******************************************************************************/ +/** +* @brief ³õʼ»¯ÉèÖÃuart ´«ÊäµÄ²¨ÌØÂÊ¡¢Î»¿íµÈ²ÎÊý +* @param hal_uart_handle_t +* @retval hal_uart_status +*/ +hal_uart_status hal_uart_init(hal_uart_handle_t *huart); + +/** +* @brief ¹Ø±Õuart¿Ú +* @param hal_uart_handle_t +* @retval hal_uart_status +*/ +hal_uart_status hal_uart_deinit(hal_uart_handle_t *huart); + +/** +* @brief ×èÈûʽ·¢ËÍÊý¾Ý +* @param hal_uart_handle_t +* @param pdata:´«ÊäÊý¾ÝÖ¸Õë +* @param size:´«ÊäÊý¾Ý´óС +* @retval hal_uart_status +*/ +hal_uart_status hal_uart_transmit_blocking(hal_uart_handle_t *huart, uint8_t *pdata, uint16_t size); + +/** +* @brief ×èÈûʽ½ÓÊÕÊý¾Ý +* @param hal_uart_handle_t +* @param pdata:´«ÊäÊý¾ÝÖ¸Õë +* @param size:´«ÊäÊý¾Ý´óС +* @retval hal_uart_status +*/ +hal_uart_status hal_uart_receive_blocking(hal_uart_handle_t *huart, uint8_t *pdata, uint16_t size); + +/** +* @brief ʹÓÃDMA·¢ËÍÊý¾Ý£¬TXºÍRX¹²ÓÃÒ»¸öDMA ͨµÀ£¬ËùÒÔÐèÒªTX/RX´«ÊäÍêºó²ÅÄܽøÐÐRX/TXµÄ´«Êä +* @param hal_uart_handle_t +* @param pdata:´«ÊäÊý¾ÝÖ¸Õë +* @param size:´«ÊäÊý¾Ý´óС +* @retval hal_uart_status +*/ +hal_uart_status hal_uart_transmit_dma(hal_uart_handle_t *huart, uint8_t *pdata, uint16_t size); + +/** +* @brief ʹÓÃDMA·¢ËÍÊý¾Ý£¬TXºÍRX¹²ÓÃÒ»¸öDMA ͨµÀ£¬ËùÒÔÐèÒªTX/RX´«ÊäÍêºó²ÅÄܽøÐÐRX/TXµÄ´«Êä +* @param hal_uart_handle_t +* @param pdata:´«ÊäÊý¾ÝÖ¸Õë +* @param size:´«ÊäÊý¾Ý´óС +* @retval hal_uart_status +*/ +hal_uart_status hal_uart_receive_dma(hal_uart_handle_t *huart, uint8_t *pdata, uint16_t size); + +#endif /* __HAL_UART_H__ */ diff --git a/src/sdk/include/hal_wdg.h b/src/sdk/include/hal_wdg.h new file mode 100644 index 0000000..87c9360 --- /dev/null +++ b/src/sdk/include/hal_wdg.h @@ -0,0 +1,94 @@ +/******************************************************************************* +* +* +* File: hal_wdg.h +* Description: wdg HAL层头文件 +* Version: V0.1 +* Date: 2021-03-16 +* Author: wuc + *******************************************************************************/ +#ifndef __HAL_WDG_H__ +#define __HAL_WDG_H__ + +/******************************************************************************* +* 1.Included files +*******************************************************************************/ +#include "tau_device_datatype.h" +#include "tau_common.h" + + +/******************************************************************************* +* 2.Global constant and macro definitions using #define +*******************************************************************************/ + +/******************************************************************************* +* 3.Global structures, unions and enumerations using typedef +*******************************************************************************/ +/*! + * @brief watch dogæ¨¡å¼ + */ +typedef enum +{ + WDG_MODE_RESET = 0, //å¤ä½æ¨¡å¼ï¼Œè·‘飞å¤ä½ + WDG_MODE_INTERRUPT = 1 //中断模å¼ï¼Œè·‘飞进入中断 +} wdg_mode_e; + +/******************************************************************************* +* 4.Global variable extern declarations +*******************************************************************************/ + +/******************************************************************************* +* 5.Global function prototypes +*******************************************************************************/ +/** +* @brief 看门狗åˆå§‹åŒ– +* @param æ—  +* @retval æ—  +*/ +void hal_wdg_init(void); + +/** +* @brief 看门狗ååˆå§‹åŒ– +* @param æ—  +* @retval æ—  +*/ +void hal_wdg_deinit(void); + +/** +* @brief å¯åŠ¨çœ‹é—¨ç‹— +* @param wdg_mode_e modeSel: å¤ä½æˆ–ä¸­æ–­æ¨¡å¼ +* @param uint32_t load: 超时时间,å•ä½ms +* @retval æ—  +*/ +void hal_wdg_start(wdg_mode_e modeSel, uint32_t load); + +/** +* @brief åœæ­¢çœ‹é—¨ç‹— +* @param æ—  +* @retval æ—  +*/ +void hal_wdg_stop(void); + +/** +* @brief 设置WDG是å¦å¾ªçŽ¯è¶…æ—¶ +* @param enable:循环超时使能 +* @retval æ—  +*/ +void hal_wdg_set_repeat(bool repeat); + +/** +* @brief 注册中断回调函数 +* @param cb_funcï¼šå›žè°ƒå‡½æ•°åœ°å€ +* @param dataï¼šå›žè°ƒå‚æ•°åœ°å€ +* @retval æ—  +*/ +void hal_wdg_register_callback(fcb_type cb_func, void *data); + +/** +* @brief å–‚ç‹— +* @param æ—  +* @retval æ—  +*/ +void hal_wdg_kick_dog(void); + +#endif /* __HAL_WDG_H__ */ diff --git a/src/sdk/lib/CVWL568.lib b/src/sdk/lib/CVWL568.lib new file mode 100644 index 0000000000000000000000000000000000000000..f6008800623dc1aaefa175fabb5501fd353e55b9 GIT binary patch literal 643000 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

pULc@A&R+oZ+qZcwYe_SN;}wysw7vYCPW4 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�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 TqR{ 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 NoPj+kwGvS4{Vyo&WMBXQ literal 0 HcmV?d00001 diff --git a/src/sdk/sdk_version.h b/src/sdk/sdk_version.h new file mode 100644 index 0000000..4455add --- /dev/null +++ b/src/sdk/sdk_version.h @@ -0,0 +1 @@ +#define SDK_REVISION 3496 \ No newline at end of file