From 59dc136533bb8d768953a2b2799cae6cf8d02982 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期四, 31 十月 2024 18:12:56 +0800 Subject: [PATCH] 增加小于3.3V供电不足,停止震动,GPS和4G功能,增加自动检测供电足够后开启4G,GPS,震动功能,增加静止休眠逻辑。g_com_map表中4G发送频率上位机未改,供电不足下单片机不进入低功耗bug未解决, --- keil/Objects/uwb_simple_example.htm | 2053 ++++++++++++++++++++++++++++++---------------------------- 1 files changed, 1,058 insertions(+), 995 deletions(-) diff --git a/keil/Objects/uwb_simple_example.htm b/keil/Objects/uwb_simple_example.htm index 4e42efb..6fe1d97 100644 --- a/keil/Objects/uwb_simple_example.htm +++ b/keil/Objects/uwb_simple_example.htm @@ -3,7 +3,7 @@ <title>Static Call Graph - [.\Objects\uwb_simple_example.axf]</title></head> <body><HR> <H1>Static Call Graph for image .\Objects\uwb_simple_example.axf</H1><HR> -<BR><P>#<CALLGRAPH># ARM Linker, 6140002: Last Updated: Tue Oct 29 15:03:40 2024 +<BR><P>#<CALLGRAPH># ARM Linker, 6140002: Last Updated: Thu Oct 31 17:55:50 2024 <BR><P> <H3>Maximum Stack Usage = 1580 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3> Call chain for Maximum Stack Depth:</H3> @@ -11,7 +11,7 @@ <P> <H3> Mutually Recursive functions -</H3> <LI><a href="#[1e5]">trace_output</a> ⇒ <a href="#[93]">trace_printf</a><BR> +</H3> <LI><a href="#[1e9]">trace_output</a> ⇒ <a href="#[93]">trace_printf</a><BR> <LI><a href="#[b]">ACMP0_IRQHandler</a> ⇒ <a href="#[b]">ACMP0_IRQHandler</a><BR> </UL> <P> @@ -74,7 +74,7 @@ <LI><a href="#[21]">SPI1_IRQHandler</a> from startup_mk800x.o(.text.Default_Handler) referenced from startup_mk800x.o(RESET) <LI><a href="#[7]">SVC_Handler</a> from startup_mk800x.o(.text.Default_Handler) referenced from startup_mk800x.o(RESET) <LI><a href="#[9]">SysTick_Handler</a> from mk_misc.o(.text.SysTick_Handler) referenced from startup_mk800x.o(RESET) - <LI><a href="#[35]">TCPClient_SocketEventProc</a> from tcpclient.o(.text.TCPClient_SocketEventProc) referenced from tcpclient.o(.text.TCPClient_Init) + <LI><a href="#[36]">TCPClient_SocketEventProc</a> from tcpclient.o(.text.TCPClient_SocketEventProc) referenced from tcpclient.o(.text.TCPClient_Init) <LI><a href="#[1b]">TIMER0_IRQHandler</a> from startup_mk800x.o(.text.Default_Handler) referenced from startup_mk800x.o(RESET) <LI><a href="#[1c]">TIMER1_IRQHandler</a> from startup_mk800x.o(.text.Default_Handler) referenced from startup_mk800x.o(RESET) <LI><a href="#[1d]">TIMER2_IRQHandler</a> from mk_dual_timer.o(.text.TIMER2_IRQHandler) referenced from startup_mk800x.o(RESET) @@ -92,33 +92,34 @@ <LI><a href="#[29]">_sgetc</a> from _sgetc.o(.text) referenced 2 times from __0sscanf.o(.text) <LI><a href="#[47]">_snputc</a> from printfa.o(i._snputc) referenced from printfa.o(i.__0snprintf) <LI><a href="#[47]">_snputc</a> from printfa.o(i._snputc) referenced from printfa.o(i.__0vsnprintf) - <LI><a href="#[40]">adc_callback</a> from main.o(.text.adc_callback) referenced from main.o(.text.main) - <LI><a href="#[3d]">adc_dma_callback</a> from mk_adc.o(.text.adc_dma_callback) referenced from mk_adc.o(.text.adc_get) - <LI><a href="#[3e]">flash_dma_callback</a> from mk_flash.o(.text.flash_dma_callback) referenced from mk_flash.o(.text.flash_dma_callback) - <LI><a href="#[3e]">flash_dma_callback</a> from mk_flash.o(.text.flash_dma_callback) referenced from mk_flash.o(.text.flash_read) - <LI><a href="#[3f]">flash_dma_write_nbytes_callback</a> from mk_flash.o(.text.flash_dma_write_nbytes_callback) referenced from mk_flash.o(.text.flash_dma_write_nbytes_callback) - <LI><a href="#[3f]">flash_dma_write_nbytes_callback</a> from mk_flash.o(.text.flash_dma_write_nbytes_callback) referenced from mk_flash.o(.text.flash_write_nbytes) + <LI><a href="#[35]">adc_callback</a> from main.o(.text.adc_callback) referenced from main.o(.text.SecondTask) + <LI><a href="#[35]">adc_callback</a> from main.o(.text.adc_callback) referenced from main.o(.text.main) + <LI><a href="#[3e]">adc_dma_callback</a> from mk_adc.o(.text.adc_dma_callback) referenced from mk_adc.o(.text.adc_get) + <LI><a href="#[3f]">flash_dma_callback</a> from mk_flash.o(.text.flash_dma_callback) referenced from mk_flash.o(.text.flash_dma_callback) + <LI><a href="#[3f]">flash_dma_callback</a> from mk_flash.o(.text.flash_dma_callback) referenced from mk_flash.o(.text.flash_read) + <LI><a href="#[40]">flash_dma_write_nbytes_callback</a> from mk_flash.o(.text.flash_dma_write_nbytes_callback) referenced from mk_flash.o(.text.flash_dma_write_nbytes_callback) + <LI><a href="#[40]">flash_dma_write_nbytes_callback</a> from mk_flash.o(.text.flash_dma_write_nbytes_callback) referenced from mk_flash.o(.text.flash_write_nbytes) <LI><a href="#[2c]">isspace</a> from isspace_o.o(.text) referenced 2 times from scanf_char.o(.text) <LI><a href="#[28]">main</a> from main.o(.text.main) referenced from entry9a.o(.ARM.Collect$$$$0000000B) <LI><a href="#[42]">move_handler</a> from main.o(.text.move_handler) referenced from main.o(.text.main) - <LI><a href="#[37]">rx_int_callback</a> from uwb_tag.o(.text.rx_int_callback) referenced from uwb_tag.o(.text.TagRange) - <LI><a href="#[3c]">rx_int_callback</a> from uwb_app.o(.text.rx_int_callback) referenced from uwb_app.o(.text.UwbRange) - <LI><a href="#[3c]">rx_int_callback</a> from uwb_app.o(.text.rx_int_callback) referenced from uwb_app.o(.text.UwbSearch) + <LI><a href="#[38]">rx_int_callback</a> from uwb_tag.o(.text.rx_int_callback) referenced from uwb_tag.o(.text.TagRange) + <LI><a href="#[3d]">rx_int_callback</a> from uwb_app.o(.text.rx_int_callback) referenced from uwb_app.o(.text.UwbRange) + <LI><a href="#[3d]">rx_int_callback</a> from uwb_app.o(.text.rx_int_callback) referenced from uwb_app.o(.text.UwbSearch) <LI><a href="#[41]">sleep_timer_callback</a> from main.o(.text.sleep_timer_callback) referenced from main.o(.text.main) <LI><a href="#[45]">trace_sending_continue</a> from mk_trace.o(.text.trace_sending_continue) referenced from mk_trace.o(.text.trace_output) <LI><a href="#[45]">trace_sending_continue</a> from mk_trace.o(.text.trace_sending_continue) referenced from mk_trace.o(.text.trace_sending_continue) - <LI><a href="#[36]">tx_int_callback</a> from uwb_tag.o(.text.tx_int_callback) referenced from uwb_tag.o(.text.TagRange) - <LI><a href="#[3b]">tx_int_callback</a> from uwb_app.o(.text.tx_int_callback) referenced from uwb_app.o(.text.UwbRange) - <LI><a href="#[3b]">tx_int_callback</a> from uwb_app.o(.text.tx_int_callback) referenced from uwb_app.o(.text.UwbSearch) + <LI><a href="#[37]">tx_int_callback</a> from uwb_tag.o(.text.tx_int_callback) referenced from uwb_tag.o(.text.TagRange) + <LI><a href="#[3c]">tx_int_callback</a> from uwb_app.o(.text.tx_int_callback) referenced from uwb_app.o(.text.UwbRange) + <LI><a href="#[3c]">tx_int_callback</a> from uwb_app.o(.text.tx_int_callback) referenced from uwb_app.o(.text.UwbSearch) <LI><a href="#[46]">uart_dma_callback</a> from mk_uart.o(.text.uart_dma_callback) referenced from mk_uart.o(.text.uart_receive) <LI><a href="#[46]">uart_dma_callback</a> from mk_uart.o(.text.uart_dma_callback) referenced from mk_uart.o(.text.uart_send) - <LI><a href="#[38]">uart_receive_callback</a> from main.o(.text.uart_receive_callback) referenced from pin_config.o(.text.Uart1GpsRecDebugSend) - <LI><a href="#[39]">uart_receive_callback</a> from uart.o(.text.uart_receive_callback) referenced from uart.o(.text.Uart_Init) - <LI><a href="#[38]">uart_receive_callback</a> from main.o(.text.uart_receive_callback) referenced from main.o(.text.main) - <LI><a href="#[38]">uart_receive_callback</a> from main.o(.text.uart_receive_callback) referenced from pin_config.o(.text.uart1_change_from_gps_to_debug) - <LI><a href="#[38]">uart_receive_callback</a> from main.o(.text.uart_receive_callback) referenced 2 times from main.o(.text.uart_receive_callback) - <LI><a href="#[3a]">uart_send_callback</a> from uart.o(.text.uart_send_callback) referenced from uart.o(.text.Uart_Send) - <LI><a href="#[3a]">uart_send_callback</a> from uart.o(.text.uart_send_callback) referenced from uart.o(.text.uart_send_callback) + <LI><a href="#[39]">uart_receive_callback</a> from main.o(.text.uart_receive_callback) referenced from pin_config.o(.text.Uart1GpsRecDebugSend) + <LI><a href="#[3a]">uart_receive_callback</a> from uart.o(.text.uart_receive_callback) referenced from uart.o(.text.Uart_Init) + <LI><a href="#[39]">uart_receive_callback</a> from main.o(.text.uart_receive_callback) referenced from main.o(.text.main) + <LI><a href="#[39]">uart_receive_callback</a> from main.o(.text.uart_receive_callback) referenced from pin_config.o(.text.uart1_change_from_gps_to_debug) + <LI><a href="#[39]">uart_receive_callback</a> from main.o(.text.uart_receive_callback) referenced 2 times from main.o(.text.uart_receive_callback) + <LI><a href="#[3b]">uart_send_callback</a> from uart.o(.text.uart_send_callback) referenced from uart.o(.text.Uart_Send) + <LI><a href="#[3b]">uart_send_callback</a> from uart.o(.text.uart_send_callback) referenced from uart.o(.text.uart_send_callback) </UL> <P> <H3> @@ -127,7 +128,7 @@ <P><STRONG><a name="[44]"></a>__main</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry.o(.ARM.Collect$$$$00000000)) <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(.text.start_main_asm) </UL> -<P><STRONG><a name="[1f8]"></a>_main_stk</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry4.o(.ARM.Collect$$$$00000003)) +<P><STRONG><a name="[1fc]"></a>_main_stk</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry4.o(.ARM.Collect$$$$00000003)) <P><STRONG><a name="[5a]"></a>_main_scatterload</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry5.o(.ARM.Collect$$$$00000004)) <BR><BR>[Calls]<UL><LI><a href="#[5b]">>></a> __scatterload @@ -137,38 +138,38 @@ <BR><BR>[Called By]<UL><LI><a href="#[5b]">>></a> __scatterload </UL> -<P><STRONG><a name="[1f9]"></a>_main_clock</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry7b.o(.ARM.Collect$$$$00000008)) +<P><STRONG><a name="[1fd]"></a>_main_clock</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry7b.o(.ARM.Collect$$$$00000008)) -<P><STRONG><a name="[1fa]"></a>_main_cpp_init</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry8b.o(.ARM.Collect$$$$0000000A)) +<P><STRONG><a name="[1fe]"></a>_main_cpp_init</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry8b.o(.ARM.Collect$$$$0000000A)) -<P><STRONG><a name="[1fb]"></a>_main_init</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry9a.o(.ARM.Collect$$$$0000000B)) +<P><STRONG><a name="[1ff]"></a>_main_init</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry9a.o(.ARM.Collect$$$$0000000B)) -<P><STRONG><a name="[1fc]"></a>__rt_final_cpp</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry10a.o(.ARM.Collect$$$$0000000D)) +<P><STRONG><a name="[200]"></a>__rt_final_cpp</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry10a.o(.ARM.Collect$$$$0000000D)) -<P><STRONG><a name="[1fd]"></a>__rt_final_exit</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry11a.o(.ARM.Collect$$$$0000000F)) +<P><STRONG><a name="[201]"></a>__rt_final_exit</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry11a.o(.ARM.Collect$$$$0000000F)) <P><STRONG><a name="[d9]"></a>__aeabi_uidiv</STRONG> (Thumb, 0 bytes, Stack size 12 bytes, uidiv.o(.text)) <BR><BR>[Stack]<UL><LI>Max Depth = 12<LI>Call Chain = __aeabi_uidiv </UL> -<BR>[Called By]<UL><LI><a href="#[17e]">>></a> adc_open -<LI><a href="#[170]">>></a> flash_write_nbytes +<BR>[Called By]<UL><LI><a href="#[183]">>></a> adc_open +<LI><a href="#[176]">>></a> flash_write_nbytes <LI><a href="#[136]">>></a> flash_sector_erase <LI><a href="#[13a]">>></a> flash_read <LI><a href="#[138]">>></a> flash_open -<LI><a href="#[16f]">>></a> flash_erase -<LI><a href="#[1a0]">>></a> flash_block_erase -<LI><a href="#[1d7]">>></a> sys_tick_resume -<LI><a href="#[1ca]">>></a> trace_format -<LI><a href="#[179]">>></a> _PrintUnsigned -<LI><a href="#[178]">>></a> _PrintInt +<LI><a href="#[175]">>></a> flash_erase +<LI><a href="#[1a5]">>></a> flash_block_erase +<LI><a href="#[1db]">>></a> sys_tick_resume +<LI><a href="#[1ce]">>></a> trace_format +<LI><a href="#[17f]">>></a> _PrintUnsigned +<LI><a href="#[17e]">>></a> _PrintInt <LI><a href="#[25]">>></a> RCO32K_CAL_IRQHandler <LI><a href="#[142]">>></a> rtc_second_to_time -<LI><a href="#[15c]">>></a> uwb_rx -<LI><a href="#[164]">>></a> UwbRange +<LI><a href="#[162]">>></a> uwb_rx +<LI><a href="#[16a]">>></a> UwbRange <LI><a href="#[d7]">>></a> Anchor_RecNearPoll <LI><a href="#[97]">>></a> HIDO_ATLiteCmdSend <LI><a href="#[c8]">>></a> HIDO_ATLiteDataSend -<LI><a href="#[1b7]">>></a> mac_tx_desc_construct +<LI><a href="#[1bc]">>></a> mac_tx_desc_construct <LI><a href="#[130]">>></a> MK8000_sts_FAP_detect <LI><a href="#[119]">>></a> MK8000_all_antenna_FAP </UL> @@ -176,8 +177,8 @@ <P><STRONG><a name="[5d]"></a>__aeabi_uidivmod</STRONG> (Thumb, 44 bytes, Stack size 12 bytes, uidiv.o(.text)) <BR><BR>[Stack]<UL><LI>Max Depth = 12<LI>Call Chain = __aeabi_uidivmod </UL> -<BR>[Called By]<UL><LI><a href="#[16f]">>></a> flash_erase -<LI><a href="#[1ca]">>></a> trace_format +<BR>[Called By]<UL><LI><a href="#[175]">>></a> flash_erase +<LI><a href="#[1ce]">>></a> trace_format <LI><a href="#[142]">>></a> rtc_second_to_time <LI><a href="#[d7]">>></a> Anchor_RecNearPoll <LI><a href="#[ee]">>></a> HIDO_ArraryQueueOut @@ -187,17 +188,17 @@ <LI><a href="#[f0]">>></a> HIDO_BaseQueueEnqueue <LI><a href="#[ef]">>></a> HIDO_BaseQueueDequeue <LI><a href="#[5c]">>></a> __aeabi_idivmod -<LI><a href="#[1f2]">>></a> _printf_core +<LI><a href="#[1f6]">>></a> _printf_core </UL> <P><STRONG><a name="[13f]"></a>__aeabi_idiv</STRONG> (Thumb, 0 bytes, Stack size 16 bytes, idiv.o(.text)) <BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = __aeabi_idiv </UL> -<BR>[Called By]<UL><LI><a href="#[173]">>></a> sleep_timer_start -<LI><a href="#[1a6]">>></a> high_xtal_off_time +<BR>[Called By]<UL><LI><a href="#[179]">>></a> sleep_timer_start +<LI><a href="#[1ab]">>></a> high_xtal_off_time <LI><a href="#[25]">>></a> RCO32K_CAL_IRQHandler <LI><a href="#[142]">>></a> rtc_second_to_time -<LI><a href="#[1cd]">>></a> phy_freq_offset_get +<LI><a href="#[1d1]">>></a> phy_freq_offset_get </UL> <P><STRONG><a name="[5c]"></a>__aeabi_idivmod</STRONG> (Thumb, 40 bytes, Stack size 16 bytes, idiv.o(.text)) @@ -213,21 +214,21 @@ </UL> <BR>[Calls]<UL><LI><a href="#[5f]">>></a> __aeabi_uldivmod </UL> -<BR>[Called By]<UL><LI><a href="#[184]">>></a> average_filter +<BR>[Called By]<UL><LI><a href="#[189]">>></a> average_filter </UL> <P><STRONG><a name="[ed]"></a>__aeabi_memcpy</STRONG> (Thumb, 36 bytes, Stack size 0 bytes, memcpya.o(.text)) -<BR><BR>[Called By]<UL><LI><a href="#[181]">>></a> aes_open -<LI><a href="#[1e5]">>></a> trace_output -<LI><a href="#[1ce]">>></a> phy_params_generate -<LI><a href="#[166]">>></a> UwbSearch -<LI><a href="#[164]">>></a> UwbRange -<LI><a href="#[3c]">>></a> rx_int_callback -<LI><a href="#[14c]">>></a> Socket_Send -<LI><a href="#[14b]">>></a> Socket_Recv +<BR><BR>[Called By]<UL><LI><a href="#[186]">>></a> aes_open +<LI><a href="#[1e9]">>></a> trace_output +<LI><a href="#[1d2]">>></a> phy_params_generate +<LI><a href="#[16c]">>></a> UwbSearch +<LI><a href="#[16a]">>></a> UwbRange +<LI><a href="#[3d]">>></a> rx_int_callback +<LI><a href="#[152]">>></a> Socket_Send +<LI><a href="#[151]">>></a> Socket_Recv <LI><a href="#[34]">>></a> UsartParseDataHandler -<LI><a href="#[155]">>></a> TagRange -<LI><a href="#[37]">>></a> rx_int_callback +<LI><a href="#[15b]">>></a> TagRange +<LI><a href="#[38]">>></a> rx_int_callback <LI><a href="#[b6]">>></a> Socket_RecvData <LI><a href="#[96]">>></a> Module_SetIMSI <LI><a href="#[94]">>></a> Module_SetIMEI @@ -235,16 +236,16 @@ <LI><a href="#[cf]">>></a> Uart_Send <LI><a href="#[ee]">>></a> HIDO_ArraryQueueOut <LI><a href="#[ec]">>></a> HIDO_ArraryQueueIn -<LI><a href="#[1b7]">>></a> mac_tx_desc_construct -<LI><a href="#[1cb]">>></a> pdoa_ant_delays_set +<LI><a href="#[1bc]">>></a> mac_tx_desc_construct +<LI><a href="#[1cf]">>></a> pdoa_ant_delays_set </UL> -<P><STRONG><a name="[15f]"></a>__aeabi_memcpy4</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memcpya.o(.text)) -<BR><BR>[Called By]<UL><LI><a href="#[1ce]">>></a> phy_params_generate -<LI><a href="#[155]">>></a> TagRange +<P><STRONG><a name="[165]"></a>__aeabi_memcpy4</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memcpya.o(.text)) +<BR><BR>[Called By]<UL><LI><a href="#[1d2]">>></a> phy_params_generate +<LI><a href="#[15b]">>></a> TagRange </UL> -<P><STRONG><a name="[1fe]"></a>__aeabi_memcpy8</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memcpya.o(.text), UNUSED) +<P><STRONG><a name="[202]"></a>__aeabi_memcpy8</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memcpya.o(.text), UNUSED) <P><STRONG><a name="[61]"></a>__aeabi_memset</STRONG> (Thumb, 14 bytes, Stack size 0 bytes, memseta.o(.text)) <BR><BR>[Called By]<UL><LI><a href="#[139]">>></a> PalFlashRead @@ -253,29 +254,29 @@ </UL> <P><STRONG><a name="[e5]"></a>__aeabi_memset4</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text)) -<BR><BR>[Called By]<UL><LI><a href="#[1ce]">>></a> phy_params_generate +<BR><BR>[Called By]<UL><LI><a href="#[1d2]">>></a> phy_params_generate <LI><a href="#[e4]">>></a> HIDO_ATLiteCmdParse </UL> -<P><STRONG><a name="[1ff]"></a>__aeabi_memset8</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED) +<P><STRONG><a name="[203]"></a>__aeabi_memset8</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED) <P><STRONG><a name="[60]"></a>__aeabi_memclr</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, memseta.o(.text)) <BR><BR>[Calls]<UL><LI><a href="#[61]">>></a> __aeabi_memset </UL> -<BR>[Called By]<UL><LI><a href="#[1ce]">>></a> phy_params_generate +<BR>[Called By]<UL><LI><a href="#[1d2]">>></a> phy_params_generate <LI><a href="#[e9]">>></a> HIDO_UtilBzero </UL> <P><STRONG><a name="[f3]"></a>__aeabi_memclr4</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text)) <BR><BR>[Called By]<UL><LI><a href="#[93]">>></a> trace_printf <LI><a href="#[34]">>></a> UsartParseDataHandler -<LI><a href="#[155]">>></a> TagRange +<LI><a href="#[15b]">>></a> TagRange <LI><a href="#[9b]">>></a> HIDO_FSMStateChange </UL> -<P><STRONG><a name="[1af]"></a>__aeabi_memclr8</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text)) -<BR><BR>[Called By]<UL><LI><a href="#[1b3]">>></a> mac_restart -<LI><a href="#[1ae]">>></a> mac_init +<P><STRONG><a name="[1b4]"></a>__aeabi_memclr8</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text)) +<BR><BR>[Called By]<UL><LI><a href="#[1b8]">>></a> mac_restart +<LI><a href="#[1b3]">>></a> mac_init </UL> <P><STRONG><a name="[62]"></a>_memset$wrapper</STRONG> (Thumb, 18 bytes, Stack size 8 bytes, memseta.o(.text), UNUSED) @@ -296,7 +297,7 @@ <P><STRONG><a name="[d0]"></a>memcmp</STRONG> (Thumb, 26 bytes, Stack size 12 bytes, memcmp.o(.text)) <BR><BR>[Stack]<UL><LI>Max Depth = 12<LI>Call Chain = memcmp </UL> -<BR>[Called By]<UL><LI><a href="#[35]">>></a> TCPClient_SocketEventProc +<BR>[Called By]<UL><LI><a href="#[36]">>></a> TCPClient_SocketEventProc <LI><a href="#[34]">>></a> UsartParseDataHandler <LI><a href="#[2e]">>></a> AIR780E_ReadLine </UL> @@ -341,7 +342,7 @@ <BR>[Calls]<UL><LI><a href="#[6a]">>></a> _float_round <LI><a href="#[69]">>></a> _float_epilogue </UL> -<BR>[Called By]<UL><LI><a href="#[28]">>></a> main +<BR>[Called By]<UL><LI><a href="#[145]">>></a> SecondTask <LI><a href="#[12f]">>></a> MK8000_read_rssi <LI><a href="#[12b]">>></a> MK8000_preamble_FAP_LSP <LI><a href="#[130]">>></a> MK8000_sts_FAP_detect @@ -369,16 +370,16 @@ <P><STRONG><a name="[12a]"></a>__aeabi_fmul</STRONG> (Thumb, 122 bytes, Stack size 16 bytes, fmul.o(.text)) <BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = __aeabi_fmul </UL> -<BR>[Called By]<UL><LI><a href="#[1d3]">>></a> phy_timer_resume -<LI><a href="#[1ca]">>></a> trace_format -<LI><a href="#[1dd]">>></a> ranging_rx_time +<BR>[Called By]<UL><LI><a href="#[1d7]">>></a> phy_timer_resume +<LI><a href="#[1ce]">>></a> trace_format +<LI><a href="#[1e1]">>></a> ranging_rx_time <LI><a href="#[12f]">>></a> MK8000_read_rssi <LI><a href="#[12b]">>></a> MK8000_preamble_FAP_LSP -<LI><a href="#[129]">>></a> MK8000_fap_adjust_simple <LI><a href="#[130]">>></a> MK8000_sts_FAP_detect <LI><a href="#[131]">>></a> MK8000_sts_first_patch_detect <LI><a href="#[11b]">>></a> derive_scaled_thres <LI><a href="#[11c]">>></a> enhanced_sts_fap_detect +<LI><a href="#[129]">>></a> MK8000_fap_adjust_simple </UL> <P><STRONG><a name="[6d]"></a>__aeabi_fdiv</STRONG> (Thumb, 124 bytes, Stack size 16 bytes, fdiv.o(.text)) @@ -403,7 +404,7 @@ <LI><a href="#[73]">>></a> __aeabi_dsub <LI><a href="#[df]">>></a> CalculateDists <LI><a href="#[74]">>></a> __aeabi_drsub -<LI><a href="#[1f4]">>></a> _fp_digits +<LI><a href="#[1f8]">>></a> _fp_digits </UL> <P><STRONG><a name="[73]"></a>__aeabi_dsub</STRONG> (Thumb, 12 bytes, Stack size 8 bytes, dadd.o(.text)) @@ -423,11 +424,11 @@ </UL> <BR>[Calls]<UL><LI><a href="#[71]">>></a> _double_epilogue </UL> -<BR>[Called By]<UL><LI><a href="#[1ce]">>></a> phy_params_generate +<BR>[Called By]<UL><LI><a href="#[1d2]">>></a> phy_params_generate <LI><a href="#[13d]">>></a> PushAnchorDataArray <LI><a href="#[df]">>></a> CalculateDists <LI><a href="#[8c]">>></a> _fp_value -<LI><a href="#[1f4]">>></a> _fp_digits +<LI><a href="#[1f8]">>></a> _fp_digits </UL> <P><STRONG><a name="[76]"></a>__aeabi_ddiv</STRONG> (Thumb, 234 bytes, Stack size 40 bytes, ddiv.o(.text)) @@ -435,40 +436,42 @@ </UL> <BR>[Calls]<UL><LI><a href="#[72]">>></a> _double_round </UL> -<BR>[Called By]<UL><LI><a href="#[1ce]">>></a> phy_params_generate +<BR>[Called By]<UL><LI><a href="#[1d2]">>></a> phy_params_generate <LI><a href="#[df]">>></a> CalculateDists <LI><a href="#[8c]">>></a> _fp_value -<LI><a href="#[1f4]">>></a> _fp_digits +<LI><a href="#[1f8]">>></a> _fp_digits </UL> <P><STRONG><a name="[11a]"></a>__aeabi_fcmple</STRONG> (Thumb, 28 bytes, Stack size 0 bytes, fcmple.o(.text)) -<BR><BR>[Called By]<UL><LI><a href="#[130]">>></a> MK8000_sts_FAP_detect +<BR><BR>[Called By]<UL><LI><a href="#[28]">>></a> main +<LI><a href="#[130]">>></a> MK8000_sts_FAP_detect <LI><a href="#[119]">>></a> MK8000_all_antenna_FAP <LI><a href="#[11c]">>></a> enhanced_sts_fap_detect </UL> <P><STRONG><a name="[11d]"></a>__aeabi_fcmplt</STRONG> (Thumb, 28 bytes, Stack size 0 bytes, fcmplt.o(.text)) -<BR><BR>[Called By]<UL><LI><a href="#[129]">>></a> MK8000_fap_adjust_simple -<LI><a href="#[123]">>></a> MK8000_fap_adjust -<LI><a href="#[130]">>></a> MK8000_sts_FAP_detect +<BR><BR>[Called By]<UL><LI><a href="#[130]">>></a> MK8000_sts_FAP_detect <LI><a href="#[119]">>></a> MK8000_all_antenna_FAP <LI><a href="#[11c]">>></a> enhanced_sts_fap_detect <LI><a href="#[127]">>></a> MK8000_fap_adjust_FLT +<LI><a href="#[129]">>></a> MK8000_fap_adjust_simple +<LI><a href="#[123]">>></a> MK8000_fap_adjust </UL> <P><STRONG><a name="[122]"></a>__aeabi_fcmpge</STRONG> (Thumb, 28 bytes, Stack size 0 bytes, fcmpge.o(.text)) -<BR><BR>[Called By]<UL><LI><a href="#[1ca]">>></a> trace_format +<BR><BR>[Called By]<UL><LI><a href="#[1ce]">>></a> trace_format <LI><a href="#[11f]">>></a> MK8000_blender_packet <LI><a href="#[11b]">>></a> derive_scaled_thres <LI><a href="#[11c]">>></a> enhanced_sts_fap_detect </UL> <P><STRONG><a name="[121]"></a>__aeabi_fcmpgt</STRONG> (Thumb, 28 bytes, Stack size 0 bytes, fcmpgt.o(.text)) -<BR><BR>[Called By]<UL><LI><a href="#[12b]">>></a> MK8000_preamble_FAP_LSP -<LI><a href="#[129]">>></a> MK8000_fap_adjust_simple -<LI><a href="#[123]">>></a> MK8000_fap_adjust +<BR><BR>[Called By]<UL><LI><a href="#[145]">>></a> SecondTask +<LI><a href="#[12b]">>></a> MK8000_preamble_FAP_LSP <LI><a href="#[11f]">>></a> MK8000_blender_packet <LI><a href="#[127]">>></a> MK8000_fap_adjust_FLT +<LI><a href="#[129]">>></a> MK8000_fap_adjust_simple +<LI><a href="#[123]">>></a> MK8000_fap_adjust </UL> <P><STRONG><a name="[128]"></a>__aeabi_fcmpeq</STRONG> (Thumb, 28 bytes, Stack size 0 bytes, fcmpeq.o(.text)) @@ -493,10 +496,11 @@ </UL> <BR>[Calls]<UL><LI><a href="#[69]">>></a> _float_epilogue </UL> -<BR>[Called By]<UL><LI><a href="#[12f]">>></a> MK8000_read_rssi +<BR>[Called By]<UL><LI><a href="#[145]">>></a> SecondTask +<LI><a href="#[12f]">>></a> MK8000_read_rssi <LI><a href="#[12b]">>></a> MK8000_preamble_FAP_LSP -<LI><a href="#[123]">>></a> MK8000_fap_adjust <LI><a href="#[130]">>></a> MK8000_sts_FAP_detect +<LI><a href="#[123]">>></a> MK8000_fap_adjust </UL> <P><STRONG><a name="[78]"></a>__aeabi_ui2f</STRONG> (Thumb, 14 bytes, Stack size 8 bytes, ffltui.o(.text)) @@ -504,12 +508,14 @@ </UL> <BR>[Calls]<UL><LI><a href="#[69]">>></a> _float_epilogue </UL> -<BR>[Called By]<UL><LI><a href="#[1d3]">>></a> phy_timer_resume +<BR>[Called By]<UL><LI><a href="#[1d7]">>></a> phy_timer_resume +<LI><a href="#[28]">>></a> main +<LI><a href="#[145]">>></a> SecondTask <LI><a href="#[12b]">>></a> MK8000_preamble_FAP_LSP -<LI><a href="#[129]">>></a> MK8000_fap_adjust_simple -<LI><a href="#[123]">>></a> MK8000_fap_adjust <LI><a href="#[130]">>></a> MK8000_sts_FAP_detect <LI><a href="#[11b]">>></a> derive_scaled_thres +<LI><a href="#[129]">>></a> MK8000_fap_adjust_simple +<LI><a href="#[123]">>></a> MK8000_fap_adjust </UL> <P><STRONG><a name="[79]"></a>__aeabi_i2d</STRONG> (Thumb, 34 bytes, Stack size 16 bytes, dflti.o(.text)) @@ -526,7 +532,7 @@ </UL> <BR>[Calls]<UL><LI><a href="#[71]">>></a> _double_epilogue </UL> -<BR>[Called By]<UL><LI><a href="#[1ce]">>></a> phy_params_generate +<BR>[Called By]<UL><LI><a href="#[1d2]">>></a> phy_params_generate </UL> <P><STRONG><a name="[7b]"></a>__aeabi_l2d</STRONG> (Thumb, 38 bytes, Stack size 24 bytes, dfltl.o(.text)) @@ -538,8 +544,8 @@ </UL> <P><STRONG><a name="[11e]"></a>__aeabi_f2iz</STRONG> (Thumb, 50 bytes, Stack size 0 bytes, ffixi.o(.text)) -<BR><BR>[Called By]<UL><LI><a href="#[1ca]">>></a> trace_format -<LI><a href="#[1dd]">>></a> ranging_rx_time +<BR><BR>[Called By]<UL><LI><a href="#[1ce]">>></a> trace_format +<LI><a href="#[1e1]">>></a> ranging_rx_time <LI><a href="#[118]">>></a> ranging_rssi_get <LI><a href="#[130]">>></a> MK8000_sts_FAP_detect <LI><a href="#[119]">>></a> MK8000_all_antenna_FAP @@ -547,7 +553,7 @@ </UL> <P><STRONG><a name="[12e]"></a>__aeabi_f2uiz</STRONG> (Thumb, 40 bytes, Stack size 0 bytes, ffixui.o(.text)) -<BR><BR>[Called By]<UL><LI><a href="#[1d3]">>></a> phy_timer_resume +<BR><BR>[Called By]<UL><LI><a href="#[1d7]">>></a> phy_timer_resume <LI><a href="#[12b]">>></a> MK8000_preamble_FAP_LSP </UL> @@ -556,7 +562,7 @@ </UL> <BR>[Calls]<UL><LI><a href="#[7d]">>></a> __aeabi_llsr </UL> -<BR>[Called By]<UL><LI><a href="#[1ce]">>></a> phy_params_generate +<BR>[Called By]<UL><LI><a href="#[1d2]">>></a> phy_params_generate <LI><a href="#[13d]">>></a> PushAnchorDataArray <LI><a href="#[df]">>></a> CalculateDists </UL> @@ -571,7 +577,7 @@ </UL> <P><STRONG><a name="[e0]"></a>__aeabi_f2d</STRONG> (Thumb, 40 bytes, Stack size 0 bytes, f2d.o(.text)) -<BR><BR>[Called By]<UL><LI><a href="#[1ce]">>></a> phy_params_generate +<BR><BR>[Called By]<UL><LI><a href="#[1d2]">>></a> phy_params_generate <LI><a href="#[df]">>></a> CalculateDists </UL> @@ -580,7 +586,7 @@ </UL> <BR>[Calls]<UL><LI><a href="#[6a]">>></a> _float_round </UL> -<BR>[Called By]<UL><LI><a href="#[1ca]">>></a> trace_format +<BR>[Called By]<UL><LI><a href="#[1ce]">>></a> trace_format <LI><a href="#[8f]">>></a> _scanf_really_real </UL> @@ -591,8 +597,8 @@ <LI><a href="#[6f]">>></a> __aeabi_llsl </UL> <BR>[Called By]<UL><LI><a href="#[5e]">>></a> __aeabi_ldivmod -<LI><a href="#[1f2]">>></a> _printf_core -<LI><a href="#[1f4]">>></a> _fp_digits +<LI><a href="#[1f6]">>></a> _printf_core +<LI><a href="#[1f8]">>></a> _fp_digits </UL> <P><STRONG><a name="[6f]"></a>__aeabi_llsl</STRONG> (Thumb, 32 bytes, Stack size 8 bytes, llshl.o(.text)) @@ -606,7 +612,7 @@ <LI><a href="#[87]">>></a> __aeabi_d2ulz </UL> -<P><STRONG><a name="[200]"></a>_ll_shift_l</STRONG> (Thumb, 0 bytes, Stack size 8 bytes, llshl.o(.text), UNUSED) +<P><STRONG><a name="[204]"></a>_ll_shift_l</STRONG> (Thumb, 0 bytes, Stack size 8 bytes, llshl.o(.text), UNUSED) <P><STRONG><a name="[7d]"></a>__aeabi_llsr</STRONG> (Thumb, 34 bytes, Stack size 8 bytes, llushr.o(.text)) <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = __aeabi_llsr @@ -618,7 +624,7 @@ <LI><a href="#[87]">>></a> __aeabi_d2ulz </UL> -<P><STRONG><a name="[201]"></a>_ll_ushift_r</STRONG> (Thumb, 0 bytes, Stack size 8 bytes, llushr.o(.text), UNUSED) +<P><STRONG><a name="[205]"></a>_ll_ushift_r</STRONG> (Thumb, 0 bytes, Stack size 8 bytes, llushr.o(.text), UNUSED) <P><STRONG><a name="[70]"></a>__aeabi_lasr</STRONG> (Thumb, 38 bytes, Stack size 8 bytes, llsshr.o(.text)) <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = __aeabi_lasr @@ -626,7 +632,7 @@ <BR>[Called By]<UL><LI><a href="#[6e]">>></a> __aeabi_dadd </UL> -<P><STRONG><a name="[202]"></a>_ll_sshift_r</STRONG> (Thumb, 0 bytes, Stack size 8 bytes, llsshr.o(.text), UNUSED) +<P><STRONG><a name="[206]"></a>_ll_sshift_r</STRONG> (Thumb, 0 bytes, Stack size 8 bytes, llsshr.o(.text), UNUSED) <P><STRONG><a name="[64]"></a>__vfscanf_char</STRONG> (Thumb, 24 bytes, Stack size 8 bytes, scanf_char.o(.text)) <BR><BR>[Stack]<UL><LI>Max Depth = 192<LI>Call Chain = __vfscanf_char ⇒ __vfscanf ⇒ _scanf_real @@ -649,7 +655,7 @@ </UL> <BR>[Calls]<UL><LI><a href="#[81]">>></a> _local_sscanf </UL> -<BR>[Called By]<UL><LI><a href="#[171]">>></a> strtod +<BR>[Called By]<UL><LI><a href="#[177]">>></a> strtod </UL> <P><STRONG><a name="[67]"></a>strtol</STRONG> (Thumb, 108 bytes, Stack size 32 bytes, strtol.o(.text)) @@ -662,7 +668,7 @@ <BR>[Called By]<UL><LI><a href="#[65]">>></a> atoi </UL> -<P><STRONG><a name="[203]"></a>__I$use$fp</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, iusefp.o(.text), UNUSED) +<P><STRONG><a name="[207]"></a>__I$use$fp</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, iusefp.o(.text), UNUSED) <P><STRONG><a name="[6a]"></a>_float_round</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, fepilogue.o(.text)) <BR><BR>[Called By]<UL><LI><a href="#[68]">>></a> __aeabi_fadd @@ -706,11 +712,11 @@ <BR><BR>[Calls]<UL><LI><a href="#[7d]">>></a> __aeabi_llsr <LI><a href="#[6f]">>></a> __aeabi_llsl </UL> -<BR>[Called By]<UL><LI><a href="#[1f4]">>></a> _fp_digits +<BR>[Called By]<UL><LI><a href="#[1f8]">>></a> _fp_digits </UL> -<P><STRONG><a name="[1f5]"></a>__aeabi_cdrcmple</STRONG> (Thumb, 38 bytes, Stack size 0 bytes, cdrcmple.o(.text), UNUSED) -<BR><BR>[Called By]<UL><LI><a href="#[1f4]">>></a> _fp_digits +<P><STRONG><a name="[1f9]"></a>__aeabi_cdrcmple</STRONG> (Thumb, 38 bytes, Stack size 0 bytes, cdrcmple.o(.text), UNUSED) +<BR><BR>[Called By]<UL><LI><a href="#[1f8]">>></a> _fp_digits </UL> <P><STRONG><a name="[5b]"></a>__scatterload</STRONG> (Thumb, 28 bytes, Stack size 0 bytes, init.o(.text)) @@ -719,7 +725,7 @@ <BR>[Called By]<UL><LI><a href="#[5a]">>></a> _main_scatterload </UL> -<P><STRONG><a name="[204]"></a>__scatterload_rt2</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, init.o(.text), UNUSED) +<P><STRONG><a name="[208]"></a>__scatterload_rt2</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, init.o(.text), UNUSED) <P><STRONG><a name="[84]"></a>__rt_ctype_table</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, ctype_o.o(.text)) <BR><BR>[Called By]<UL><LI><a href="#[2c]">>></a> isspace @@ -773,7 +779,7 @@ <BR>[Called By]<UL><LI><a href="#[8c]">>></a> _fp_value </UL> -<P><STRONG><a name="[205]"></a>_ll_mul</STRONG> (Thumb, 0 bytes, Stack size 64 bytes, llmul.o(.text), UNUSED) +<P><STRONG><a name="[209]"></a>_ll_mul</STRONG> (Thumb, 0 bytes, Stack size 64 bytes, llmul.o(.text), UNUSED) <P><STRONG><a name="[91]"></a>_chval</STRONG> (Thumb, 30 bytes, Stack size 0 bytes, _chval.o(.text)) <BR><BR>[Called By]<UL><LI><a href="#[85]">>></a> _strtoul @@ -785,9 +791,9 @@ <BR>[Called By]<UL><LI><a href="#[8c]">>></a> _fp_value </UL> -<P><STRONG><a name="[206]"></a>__decompress</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, __dczerorl2.o(.text), UNUSED) +<P><STRONG><a name="[20a]"></a>__decompress</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, __dczerorl2.o(.text), UNUSED) -<P><STRONG><a name="[207]"></a>__decompress1</STRONG> (Thumb, 86 bytes, Stack size unknown bytes, __dczerorl2.o(.text), UNUSED) +<P><STRONG><a name="[20b]"></a>__decompress1</STRONG> (Thumb, 86 bytes, Stack size unknown bytes, __dczerorl2.o(.text), UNUSED) <P><STRONG><a name="[13]"></a>ADC_IRQHandler</STRONG> (Thumb, 196 bytes, Stack size 8 bytes, mk_adc.o(.text.ADC_IRQHandler)) <BR><BR>[Stack]<UL><LI>Max Depth = 308<LI>Call Chain = ADC_IRQHandler ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv @@ -1120,7 +1126,7 @@ </UL> <BR>[Calls]<UL><LI><a href="#[a4]">>></a> Uart_Init </UL> -<BR>[Called By]<UL><LI><a href="#[196]">>></a> board_restore_from_power_down +<BR>[Called By]<UL><LI><a href="#[19b]">>></a> board_restore_from_power_down </UL> <P><STRONG><a name="[59]"></a>AIR780EWaitSimCardReadyProc</STRONG> (Thumb, 164 bytes, Stack size 24 bytes, air780efsm.o(.text.AIR780EWaitSimCardReadyProc)) @@ -1135,7 +1141,7 @@ </UL> <BR>[Address Reference Count : 1]<UL><LI> air780efsm.o(.rodata.g_stStateAIR780EWaitSimCardReady) </UL> -<P><STRONG><a name="[1c7]"></a>AIR780E_IsIPIdle</STRONG> (Thumb, 20 bytes, Stack size 0 bytes, air780efsm.o(.text.AIR780E_IsIPIdle)) +<P><STRONG><a name="[1c9]"></a>AIR780E_IsIPIdle</STRONG> (Thumb, 20 bytes, Stack size 0 bytes, air780efsm.o(.text.AIR780E_IsIPIdle)) <BR><BR>[Called By]<UL><LI><a href="#[28]">>></a> main </UL> @@ -1149,8 +1155,7 @@ <BR>[Calls]<UL><LI><a href="#[d3]">>></a> delay_us <LI><a href="#[d2]">>></a> gps_air780_power_change </UL> -<BR>[Called By]<UL><LI><a href="#[28]">>></a> main -<LI><a href="#[ab]">>></a> AIR780EDriver_PowerOn +<BR>[Called By]<UL><LI><a href="#[ab]">>></a> AIR780EDriver_PowerOn </UL> <P><STRONG><a name="[d4]"></a>Accelerometer_Init</STRONG> (Thumb, 116 bytes, Stack size 16 bytes, lis3dh_driver.o(.text.Accelerometer_Init)) @@ -1175,8 +1180,8 @@ <LI><a href="#[5d]">>></a> __aeabi_uidivmod <LI><a href="#[d9]">>></a> __aeabi_uidiv </UL> -<BR>[Called By]<UL><LI><a href="#[166]">>></a> UwbSearch -<LI><a href="#[164]">>></a> UwbRange +<BR>[Called By]<UL><LI><a href="#[16c]">>></a> UwbSearch +<LI><a href="#[16a]">>></a> UwbRange </UL> <P><STRONG><a name="[a]"></a>BOD_IRQHandler</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, mk_misc.o(.text.BOD_IRQHandler)) @@ -1200,7 +1205,7 @@ <LI><a href="#[e2]">>></a> __aeabi_dcmpge <LI><a href="#[7e]">>></a> __aeabi_d2lz </UL> -<BR>[Called By]<UL><LI><a href="#[155]">>></a> TagRange +<BR>[Called By]<UL><LI><a href="#[15b]">>></a> TagRange </UL> <P><STRONG><a name="[10]"></a>DMA_IRQHandler</STRONG> (Thumb, 112 bytes, Stack size 24 bytes, mk_dma.o(.text.DMA_IRQHandler)) @@ -1218,7 +1223,7 @@ <P><STRONG><a name="[c]"></a>ACMP1_IRQHandler</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, startup_mk800x.o(.text.Default_Handler)) <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) </UL> -<P><STRONG><a name="[208]"></a>Default_Handler</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, startup_mk800x.o(.text.Default_Handler), UNUSED) +<P><STRONG><a name="[20c]"></a>Default_Handler</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, startup_mk800x.o(.text.Default_Handler), UNUSED) <P><STRONG><a name="[1f]"></a>I2C0_IRQHandler</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, startup_mk800x.o(.text.Default_Handler)) <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) @@ -1263,14 +1268,14 @@ </UL> <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) </UL> -<P><STRONG><a name="[1c5]"></a>GPS_Poll</STRONG> (Thumb, 144 bytes, Stack size 16 bytes, gps.o(.text.GPS_Poll)) +<P><STRONG><a name="[149]"></a>GPS_Poll</STRONG> (Thumb, 144 bytes, Stack size 16 bytes, gps.o(.text.GPS_Poll)) <BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = GPS_Poll </UL> -<BR>[Called By]<UL><LI><a href="#[28]">>></a> main +<BR>[Called By]<UL><LI><a href="#[145]">>></a> SecondTask </UL> -<P><STRONG><a name="[153]"></a>GetUWBBindState</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, uwb_app.o(.text.GetUWBBindState)) -<BR><BR>[Called By]<UL><LI><a href="#[14f]">>></a> TCPHeartBeatUpload +<P><STRONG><a name="[159]"></a>GetUWBBindState</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, uwb_app.o(.text.GetUWBBindState)) +<BR><BR>[Called By]<UL><LI><a href="#[155]">>></a> TCPHeartBeatUpload </UL> <P><STRONG><a name="[e4]"></a>HIDO_ATLiteCmdParse</STRONG> (Thumb, 232 bytes, Stack size 72 bytes, hido_atliteparse.o(.text.HIDO_ATLiteCmdParse)) @@ -1378,13 +1383,13 @@ <LI><a href="#[5d]">>></a> __aeabi_uidivmod </UL> <BR>[Called By]<UL><LI><a href="#[b6]">>></a> Socket_RecvData -<LI><a href="#[39]">>></a> uart_receive_callback +<LI><a href="#[3a]">>></a> uart_receive_callback </UL> -<P><STRONG><a name="[149]"></a>HIDO_ArraryQueueInit</STRONG> (Thumb, 16 bytes, Stack size 16 bytes, hido_arraryqueue.o(.text.HIDO_ArraryQueueInit)) +<P><STRONG><a name="[14f]"></a>HIDO_ArraryQueueInit</STRONG> (Thumb, 16 bytes, Stack size 16 bytes, hido_arraryqueue.o(.text.HIDO_ArraryQueueInit)) <BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = HIDO_ArraryQueueInit </UL> -<BR>[Called By]<UL><LI><a href="#[148]">>></a> Socket_Create +<BR>[Called By]<UL><LI><a href="#[14e]">>></a> Socket_Create <LI><a href="#[a4]">>></a> Uart_Init </UL> @@ -1394,7 +1399,7 @@ <BR>[Calls]<UL><LI><a href="#[ed]">>></a> __aeabi_memcpy <LI><a href="#[5d]">>></a> __aeabi_uidivmod </UL> -<BR>[Called By]<UL><LI><a href="#[14b]">>></a> Socket_Recv +<BR>[Called By]<UL><LI><a href="#[151]">>></a> Socket_Recv <LI><a href="#[cd]">>></a> Uart_GetChar </UL> @@ -1443,7 +1448,7 @@ </UL> <P><STRONG><a name="[eb]"></a>HIDO_Debug</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, hido_debug.o(.text.HIDO_Debug)) -<BR><BR>[Called By]<UL><LI><a href="#[14c]">>></a> Socket_Send +<BR><BR>[Called By]<UL><LI><a href="#[152]">>></a> Socket_Send <LI><a href="#[ea]">>></a> HIDO_ATLitePoll <LI><a href="#[b6]">>></a> Socket_RecvData <LI><a href="#[a5]">>></a> HIDO_TimerCreate @@ -1553,13 +1558,13 @@ </UL> <P><STRONG><a name="[b0]"></a>HIDO_TimerGetTick</STRONG> (Thumb, 8 bytes, Stack size 0 bytes, hido_timer.o(.text.HIDO_TimerGetTick)) -<BR><BR>[Called By]<UL><LI><a href="#[14e]">>></a> TCPClient_Poll +<BR><BR>[Called By]<UL><LI><a href="#[154]">>></a> TCPClient_Poll <LI><a href="#[b2]">>></a> AIR780ESocket_Poll <LI><a href="#[4c]">>></a> AIR780EIPPollProc <LI><a href="#[2e]">>></a> AIR780E_ReadLine </UL> -<P><STRONG><a name="[1c3]"></a>HIDO_TimerPoll</STRONG> (Thumb, 72 bytes, Stack size 16 bytes, hido_timer.o(.text.HIDO_TimerPoll)) +<P><STRONG><a name="[1c7]"></a>HIDO_TimerPoll</STRONG> (Thumb, 72 bytes, Stack size 16 bytes, hido_timer.o(.text.HIDO_TimerPoll)) <BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = HIDO_TimerPoll </UL> <BR>[Called By]<UL><LI><a href="#[28]">>></a> main @@ -1573,8 +1578,8 @@ <LI><a href="#[c8]">>></a> HIDO_ATLiteDataSend </UL> -<P><STRONG><a name="[1c6]"></a>HIDO_TimerTick</STRONG> (Thumb, 36 bytes, Stack size 0 bytes, hido_timer.o(.text.HIDO_TimerTick)) -<BR><BR>[Called By]<UL><LI><a href="#[28]">>></a> main +<P><STRONG><a name="[14a]"></a>HIDO_TimerTick</STRONG> (Thumb, 36 bytes, Stack size 0 bytes, hido_timer.o(.text.HIDO_TimerTick)) +<BR><BR>[Called By]<UL><LI><a href="#[145]">>></a> SecondTask </UL> <P><STRONG><a name="[e9]"></a>HIDO_UtilBzero</STRONG> (Thumb, 8 bytes, Stack size 8 bytes, hido_util.o(.text.HIDO_UtilBzero)) @@ -1582,15 +1587,15 @@ </UL> <BR>[Calls]<UL><LI><a href="#[60]">>></a> __aeabi_memclr </UL> -<BR>[Called By]<UL><LI><a href="#[148]">>></a> Socket_Create -<LI><a href="#[16d]">>></a> Uart_Register +<BR>[Called By]<UL><LI><a href="#[14e]">>></a> Socket_Create +<LI><a href="#[173]">>></a> Uart_Register <LI><a href="#[a6]">>></a> HIDO_ATLiteDeviceInit </UL> -<P><STRONG><a name="[151]"></a>HIDO_UtilHexStrToInt</STRONG> (Thumb, 86 bytes, Stack size 16 bytes, hido_util.o(.text.HIDO_UtilHexStrToInt)) +<P><STRONG><a name="[157]"></a>HIDO_UtilHexStrToInt</STRONG> (Thumb, 86 bytes, Stack size 16 bytes, hido_util.o(.text.HIDO_UtilHexStrToInt)) <BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = HIDO_UtilHexStrToInt </UL> -<BR>[Called By]<UL><LI><a href="#[35]">>></a> TCPClient_SocketEventProc +<BR>[Called By]<UL><LI><a href="#[36]">>></a> TCPClient_SocketEventProc </UL> <P><STRONG><a name="[ce]"></a>HIDO_UtilIsAsciiString</STRONG> (Thumb, 48 bytes, Stack size 8 bytes, hido_util.o(.text.HIDO_UtilIsAsciiString)) @@ -1619,15 +1624,15 @@ </UL> <BR>[Calls]<UL><LI><a href="#[a2]">>></a> vsnprintf </UL> -<BR>[Called By]<UL><LI><a href="#[147]">>></a> Socket_Connect -<LI><a href="#[14e]">>></a> TCPClient_Poll +<BR>[Called By]<UL><LI><a href="#[14d]">>></a> Socket_Connect +<LI><a href="#[154]">>></a> TCPClient_Poll <LI><a href="#[4b]">>></a> AIR780EIPInitProc </UL> -<P><STRONG><a name="[150]"></a>HIDO_UtilStrSplit</STRONG> (Thumb, 68 bytes, Stack size 16 bytes, hido_util.o(.text.HIDO_UtilStrSplit)) +<P><STRONG><a name="[156]"></a>HIDO_UtilStrSplit</STRONG> (Thumb, 68 bytes, Stack size 16 bytes, hido_util.o(.text.HIDO_UtilStrSplit)) <BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = HIDO_UtilStrSplit </UL> -<BR>[Called By]<UL><LI><a href="#[35]">>></a> TCPClient_SocketEventProc +<BR>[Called By]<UL><LI><a href="#[36]">>></a> TCPClient_SocketEventProc </UL> <P><STRONG><a name="[f4]"></a>HIDO_UtilStrToInt</STRONG> (Thumb, 116 bytes, Stack size 16 bytes, hido_util.o(.text.HIDO_UtilStrToInt)) @@ -1636,7 +1641,7 @@ <BR>[Calls]<UL><LI><a href="#[d1]">>></a> strchr <LI><a href="#[65]">>></a> atoi </UL> -<BR>[Called By]<UL><LI><a href="#[35]">>></a> TCPClient_SocketEventProc +<BR>[Called By]<UL><LI><a href="#[36]">>></a> TCPClient_SocketEventProc </UL> <P><STRONG><a name="[c9]"></a>HIDO_VLQDequeue</STRONG> (Thumb, 42 bytes, Stack size 16 bytes, hido_vlqueue.o(.text.HIDO_VLQDequeue)) @@ -1644,9 +1649,9 @@ </UL> <BR>[Calls]<UL><LI><a href="#[ef]">>></a> HIDO_BaseQueueDequeue </UL> -<BR>[Called By]<UL><LI><a href="#[14b]">>></a> Socket_Recv -<LI><a href="#[3a]">>></a> uart_send_callback +<BR>[Called By]<UL><LI><a href="#[151]">>></a> Socket_Recv <LI><a href="#[58]">>></a> AIR780ESocketSendDataProc +<LI><a href="#[3b]">>></a> uart_send_callback </UL> <P><STRONG><a name="[f5]"></a>HIDO_VLQEnqueue</STRONG> (Thumb, 42 bytes, Stack size 16 bytes, hido_vlqueue.o(.text.HIDO_VLQEnqueue)) @@ -1654,7 +1659,7 @@ </UL> <BR>[Calls]<UL><LI><a href="#[f0]">>></a> HIDO_BaseQueueEnqueue </UL> -<BR>[Called By]<UL><LI><a href="#[14c]">>></a> Socket_Send +<BR>[Called By]<UL><LI><a href="#[152]">>></a> Socket_Send <LI><a href="#[b6]">>></a> Socket_RecvData <LI><a href="#[cf]">>></a> Uart_Send </UL> @@ -1665,12 +1670,12 @@ <BR>[Calls]<UL><LI><a href="#[f6]">>></a> HIDO_BaseQueueIsEmpty <LI><a href="#[f7]">>></a> HIDO_BaseQueueGetFront </UL> -<BR>[Called By]<UL><LI><a href="#[14b]">>></a> Socket_Recv -<LI><a href="#[14a]">>></a> Socket_IsSendQueueEmpty +<BR>[Called By]<UL><LI><a href="#[151]">>></a> Socket_Recv +<LI><a href="#[150]">>></a> Socket_IsSendQueueEmpty <LI><a href="#[b2]">>></a> AIR780ESocket_Poll <LI><a href="#[cf]">>></a> Uart_Send -<LI><a href="#[3a]">>></a> uart_send_callback <LI><a href="#[58]">>></a> AIR780ESocketSendDataProc +<LI><a href="#[3b]">>></a> uart_send_callback </UL> <P><STRONG><a name="[f8]"></a>HIDO_VLQGetEnqueueMember</STRONG> (Thumb, 84 bytes, Stack size 32 bytes, hido_vlqueue.o(.text.HIDO_VLQGetEnqueueMember)) @@ -1680,7 +1685,7 @@ <LI><a href="#[fa]">>></a> HIDO_BaseQueueGetRear <LI><a href="#[f1]">>></a> HIDO_BaseQueueGetContinuousSize </UL> -<BR>[Called By]<UL><LI><a href="#[14c]">>></a> Socket_Send +<BR>[Called By]<UL><LI><a href="#[152]">>></a> Socket_Send <LI><a href="#[b6]">>></a> Socket_RecvData <LI><a href="#[cf]">>></a> Uart_Send </UL> @@ -1690,7 +1695,7 @@ </UL> <BR>[Calls]<UL><LI><a href="#[fc]">>></a> HIDO_BaseQueueInit </UL> -<BR>[Called By]<UL><LI><a href="#[148]">>></a> Socket_Create +<BR>[Called By]<UL><LI><a href="#[14e]">>></a> Socket_Create <LI><a href="#[a4]">>></a> Uart_Init </UL> @@ -1752,16 +1757,16 @@ <BR>[Calls]<UL><LI><a href="#[104]">>></a> gpio_pin_set <LI><a href="#[103]">>></a> gpio_pin_clr </UL> -<BR>[Called By]<UL><LI><a href="#[163]">>></a> uwb_led_on -<LI><a href="#[165]">>></a> uwb_led_off +<BR>[Called By]<UL><LI><a href="#[169]">>></a> uwb_led_on +<LI><a href="#[16b]">>></a> uwb_led_off <LI><a href="#[aa]">>></a> update_led_power_state <LI><a href="#[d2]">>></a> gps_air780_power_change -<LI><a href="#[19b]">>></a> charge_state_change -<LI><a href="#[19a]">>></a> charge_red_on -<LI><a href="#[199]">>></a> charge_red_off -<LI><a href="#[172]">>></a> blink_led -<LI><a href="#[183]">>></a> air780_led_on -<LI><a href="#[182]">>></a> air780_led_off +<LI><a href="#[1a0]">>></a> charge_state_change +<LI><a href="#[19f]">>></a> charge_red_on +<LI><a href="#[19e]">>></a> charge_red_off +<LI><a href="#[178]">>></a> blink_led +<LI><a href="#[188]">>></a> air780_led_on +<LI><a href="#[187]">>></a> air780_led_off </UL> <P><STRONG><a name="[109]"></a>IO_control_init</STRONG> (Thumb, 112 bytes, Stack size 24 bytes, sn74hc595.o(.text.IO_control_init)) @@ -1783,12 +1788,13 @@ <LI><a href="#[10e]">>></a> uart1_change_from_gps_to_debug <LI><a href="#[10d]">>></a> uart1_change_from_debug_to_gps </UL> -<BR>[Called By]<UL><LI><a href="#[166]">>></a> UwbSearch -<LI><a href="#[164]">>></a> UwbRange +<BR>[Called By]<UL><LI><a href="#[16c]">>></a> UwbSearch +<LI><a href="#[16a]">>></a> UwbRange </UL> -<P><STRONG><a name="[1c1]"></a>IfTCPConnected</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, tcpclient.o(.text.IfTCPConnected)) +<P><STRONG><a name="[148]"></a>IfTCPConnected</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, tcpclient.o(.text.IfTCPConnected)) <BR><BR>[Called By]<UL><LI><a href="#[28]">>></a> main +<LI><a href="#[145]">>></a> SecondTask </UL> <P><STRONG><a name="[10f]"></a>Internet_Init</STRONG> (Thumb, 16 bytes, Stack size 8 bytes, internet.o(.text.Internet_Init)) @@ -1804,7 +1810,7 @@ </UL> <BR>[Calls]<UL><LI><a href="#[111]">>></a> AIR780E_IsIPReady </UL> -<BR>[Called By]<UL><LI><a href="#[14e]">>></a> TCPClient_Poll +<BR>[Called By]<UL><LI><a href="#[154]">>></a> TCPClient_Poll </UL> <P><STRONG><a name="[112]"></a>Internet_Poll</STRONG> (Thumb, 24 bytes, Stack size 8 bytes, internet.o(.text.Internet_Poll)) @@ -1940,11 +1946,11 @@ <LI><a href="#[12c]">>></a> lsp_cmplx_mult_cmplx_int8 <LI><a href="#[12d]">>></a> lsp_inner_product_int16 <LI><a href="#[124]">>></a> lsp_vinverse_f32 +<LI><a href="#[6b]">>></a> __aeabi_fsub <LI><a href="#[129]">>></a> MK8000_fap_adjust_simple <LI><a href="#[123]">>></a> MK8000_fap_adjust -<LI><a href="#[6b]">>></a> __aeabi_fsub </UL> -<BR>[Called By]<UL><LI><a href="#[1dd]">>></a> ranging_rx_time +<BR>[Called By]<UL><LI><a href="#[1e1]">>></a> ranging_rx_time </UL> <P><STRONG><a name="[12f]"></a>MK8000_read_rssi</STRONG> (Thumb, 1176 bytes, Stack size 80 bytes, mk8000_read_rssi.o(.text.MK8000_read_rssi)) @@ -1989,7 +1995,7 @@ <LI><a href="#[11f]">>></a> MK8000_blender_packet <LI><a href="#[119]">>></a> MK8000_all_antenna_FAP </UL> -<BR>[Called By]<UL><LI><a href="#[1de]">>></a> sts_first_path_detect +<BR>[Called By]<UL><LI><a href="#[1e2]">>></a> sts_first_path_detect </UL> <P><STRONG><a name="[132]"></a>MK8000_update_fap_fom</STRONG> (Thumb, 108 bytes, Stack size 56 bytes, mk8000_spotter_top.o(.text.MK8000_update_fap_fom)) @@ -1998,7 +2004,7 @@ <BR>[Calls]<UL><LI><a href="#[11f]">>></a> MK8000_blender_packet <LI><a href="#[119]">>></a> MK8000_all_antenna_FAP </UL> -<BR>[Called By]<UL><LI><a href="#[1dd]">>></a> ranging_rx_time +<BR>[Called By]<UL><LI><a href="#[1e1]">>></a> ranging_rx_time </UL> <P><STRONG><a name="[ad]"></a>Module_GetIMSI</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, module.o(.text.Module_GetIMSI)) @@ -2106,7 +2112,7 @@ </UL> <BR>[Calls]<UL><LI><a href="#[136]">>></a> flash_sector_erase </UL> -<BR>[Called By]<UL><LI><a href="#[174]">>></a> WsfNvmInit +<BR>[Called By]<UL><LI><a href="#[17a]">>></a> WsfNvmInit </UL> <P><STRONG><a name="[137]"></a>PalFlashInit</STRONG> (Thumb, 24 bytes, Stack size 8 bytes, pal_flash.o(.text.PalFlashInit)) @@ -2114,7 +2120,7 @@ </UL> <BR>[Calls]<UL><LI><a href="#[138]">>></a> flash_open </UL> -<BR>[Called By]<UL><LI><a href="#[174]">>></a> WsfNvmInit +<BR>[Called By]<UL><LI><a href="#[17a]">>></a> WsfNvmInit </UL> <P><STRONG><a name="[139]"></a>PalFlashRead</STRONG> (Thumb, 44 bytes, Stack size 16 bytes, pal_flash.o(.text.PalFlashRead)) @@ -2123,15 +2129,15 @@ <BR>[Calls]<UL><LI><a href="#[13a]">>></a> flash_read <LI><a href="#[61]">>></a> __aeabi_memset </UL> -<BR>[Called By]<UL><LI><a href="#[174]">>></a> WsfNvmInit +<BR>[Called By]<UL><LI><a href="#[17a]">>></a> WsfNvmInit </UL> -<P><STRONG><a name="[176]"></a>PalNvmGetSectorSize</STRONG> (Thumb, 6 bytes, Stack size 0 bytes, pal_flash.o(.text.PalNvmGetSectorSize)) -<BR><BR>[Called By]<UL><LI><a href="#[174]">>></a> WsfNvmInit +<P><STRONG><a name="[17c]"></a>PalNvmGetSectorSize</STRONG> (Thumb, 6 bytes, Stack size 0 bytes, pal_flash.o(.text.PalNvmGetSectorSize)) +<BR><BR>[Called By]<UL><LI><a href="#[17a]">>></a> WsfNvmInit </UL> -<P><STRONG><a name="[175]"></a>PalNvmGetTotalSize</STRONG> (Thumb, 6 bytes, Stack size 0 bytes, pal_flash.o(.text.PalNvmGetTotalSize)) -<BR><BR>[Called By]<UL><LI><a href="#[174]">>></a> WsfNvmInit +<P><STRONG><a name="[17b]"></a>PalNvmGetTotalSize</STRONG> (Thumb, 6 bytes, Stack size 0 bytes, pal_flash.o(.text.PalNvmGetTotalSize)) +<BR><BR>[Called By]<UL><LI><a href="#[17a]">>></a> WsfNvmInit </UL> <P><STRONG><a name="[13b]"></a>Program_Init</STRONG> (Thumb, 424 bytes, Stack size 40 bytes, main.o(.text.Program_Init)) @@ -2151,8 +2157,8 @@ <LI><a href="#[6e]">>></a> __aeabi_dadd <LI><a href="#[7c]">>></a> __aeabi_d2iz </UL> -<BR>[Called By]<UL><LI><a href="#[166]">>></a> UwbSearch -<LI><a href="#[164]">>></a> UwbRange +<BR>[Called By]<UL><LI><a href="#[16c]">>></a> UwbSearch +<LI><a href="#[16a]">>></a> UwbRange </UL> <P><STRONG><a name="[25]"></a>RCO32K_CAL_IRQHandler</STRONG> (Thumb, 236 bytes, Stack size 32 bytes, mk_rtc.o(.text.RCO32K_CAL_IRQHandler)) @@ -2194,18 +2200,36 @@ </UL> <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) </UL> -<P><STRONG><a name="[145]"></a>Serial0_PutString</STRONG> (Thumb, 56 bytes, Stack size 24 bytes, mk_uart.o(.text.Serial0_PutString)) -<BR><BR>[Stack]<UL><LI>Max Depth = 436<LI>Call Chain = Serial0_PutString ⇒ uart_send ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv +<P><STRONG><a name="[145]"></a>SecondTask</STRONG> (Thumb, 208 bytes, Stack size 24 bytes, main.o(.text.SecondTask)) +<BR><BR>[Stack]<UL><LI>Max Depth = 420<LI>Call Chain = SecondTask ⇒ adc_get ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[146]">>></a> uart_send +<BR>[Calls]<UL><LI><a href="#[146]">>></a> adc_get +<LI><a href="#[77]">>></a> __aeabi_i2f +<LI><a href="#[68]">>></a> __aeabi_fadd +<LI><a href="#[103]">>></a> gpio_pin_clr +<LI><a href="#[78]">>></a> __aeabi_ui2f +<LI><a href="#[aa]">>></a> update_led_power_state +<LI><a href="#[147]">>></a> TagListUpdate +<LI><a href="#[148]">>></a> IfTCPConnected +<LI><a href="#[14a]">>></a> HIDO_TimerTick +<LI><a href="#[149]">>></a> GPS_Poll +<LI><a href="#[121]">>></a> __aeabi_fcmpgt </UL> -<BR>[Called By]<UL><LI><a href="#[16e]">>></a> UpdateProcess +<BR>[Called By]<UL><LI><a href="#[28]">>></a> main </UL> -<P><STRONG><a name="[15d]"></a>SetANCTimestap</STRONG> (Thumb, 80 bytes, Stack size 16 bytes, dw_tag.o(.text.SetANCTimestap)) +<P><STRONG><a name="[14b]"></a>Serial0_PutString</STRONG> (Thumb, 56 bytes, Stack size 24 bytes, mk_uart.o(.text.Serial0_PutString)) +<BR><BR>[Stack]<UL><LI>Max Depth = 436<LI>Call Chain = Serial0_PutString ⇒ uart_send ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv +</UL> +<BR>[Calls]<UL><LI><a href="#[14c]">>></a> uart_send +</UL> +<BR>[Called By]<UL><LI><a href="#[174]">>></a> UpdateProcess +</UL> + +<P><STRONG><a name="[163]"></a>SetANCTimestap</STRONG> (Thumb, 80 bytes, Stack size 16 bytes, dw_tag.o(.text.SetANCTimestap)) <BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = SetANCTimestap </UL> -<BR>[Called By]<UL><LI><a href="#[155]">>></a> TagRange +<BR>[Called By]<UL><LI><a href="#[15b]">>></a> TagRange </UL> <P><STRONG><a name="[b4]"></a>Socket_ClosedAll</STRONG> (Thumb, 140 bytes, Stack size 8 bytes, socket.o(.text.Socket_ClosedAll)) @@ -2214,22 +2238,22 @@ <BR>[Called By]<UL><LI><a href="#[4d]">>></a> AIR780EIPReadyProc </UL> -<P><STRONG><a name="[147]"></a>Socket_Connect</STRONG> (Thumb, 72 bytes, Stack size 24 bytes, socket.o(.text.Socket_Connect)) +<P><STRONG><a name="[14d]"></a>Socket_Connect</STRONG> (Thumb, 72 bytes, Stack size 24 bytes, socket.o(.text.Socket_Connect)) <BR><BR>[Stack]<UL><LI>Max Depth = 64<LI>Call Chain = Socket_Connect ⇒ HIDO_UtilSnprintf ⇒ vsnprintf </UL> <BR>[Calls]<UL><LI><a href="#[af]">>></a> HIDO_UtilSnprintf </UL> -<BR>[Called By]<UL><LI><a href="#[14e]">>></a> TCPClient_Poll +<BR>[Called By]<UL><LI><a href="#[154]">>></a> TCPClient_Poll </UL> -<P><STRONG><a name="[148]"></a>Socket_Create</STRONG> (Thumb, 168 bytes, Stack size 40 bytes, socket.o(.text.Socket_Create)) +<P><STRONG><a name="[14e]"></a>Socket_Create</STRONG> (Thumb, 168 bytes, Stack size 40 bytes, socket.o(.text.Socket_Create)) <BR><BR>[Stack]<UL><LI>Max Depth = 56<LI>Call Chain = Socket_Create ⇒ HIDO_VLQInit </UL> <BR>[Calls]<UL><LI><a href="#[fb]">>></a> HIDO_VLQInit <LI><a href="#[e9]">>></a> HIDO_UtilBzero -<LI><a href="#[149]">>></a> HIDO_ArraryQueueInit +<LI><a href="#[14f]">>></a> HIDO_ArraryQueueInit </UL> -<BR>[Called By]<UL><LI><a href="#[14d]">>></a> TCPClient_Init +<BR>[Called By]<UL><LI><a href="#[153]">>></a> TCPClient_Init </UL> <P><STRONG><a name="[bb]"></a>Socket_Destroy</STRONG> (Thumb, 24 bytes, Stack size 0 bytes, socket.o(.text.Socket_Destroy)) @@ -2265,7 +2289,7 @@ <BR><BR>[Called By]<UL><LI><a href="#[55]">>></a> AIR780ESocketConnectProc </UL> -<P><STRONG><a name="[14a]"></a>Socket_IsSendQueueEmpty</STRONG> (Thumb, 32 bytes, Stack size 8 bytes, socket.o(.text.Socket_IsSendQueueEmpty)) +<P><STRONG><a name="[150]"></a>Socket_IsSendQueueEmpty</STRONG> (Thumb, 32 bytes, Stack size 8 bytes, socket.o(.text.Socket_IsSendQueueEmpty)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = Socket_IsSendQueueEmpty ⇒ HIDO_VLQGetDequeueMember </UL> <BR>[Calls]<UL><LI><a href="#[c5]">>></a> HIDO_VLQGetDequeueMember @@ -2300,7 +2324,7 @@ <BR>[Called By]<UL><LI><a href="#[48]">>></a> AIR780EProc </UL> -<P><STRONG><a name="[14b]"></a>Socket_Recv</STRONG> (Thumb, 148 bytes, Stack size 32 bytes, socket.o(.text.Socket_Recv)) +<P><STRONG><a name="[151]"></a>Socket_Recv</STRONG> (Thumb, 148 bytes, Stack size 32 bytes, socket.o(.text.Socket_Recv)) <BR><BR>[Stack]<UL><LI>Max Depth = 76<LI>Call Chain = Socket_Recv ⇒ HIDO_VLQDequeue ⇒ HIDO_BaseQueueDequeue ⇒ __aeabi_uidivmod </UL> <BR>[Calls]<UL><LI><a href="#[ee]">>></a> HIDO_ArraryQueueOut @@ -2308,10 +2332,10 @@ <LI><a href="#[c9]">>></a> HIDO_VLQDequeue <LI><a href="#[ed]">>></a> __aeabi_memcpy </UL> -<BR>[Called By]<UL><LI><a href="#[35]">>></a> TCPClient_SocketEventProc +<BR>[Called By]<UL><LI><a href="#[36]">>></a> TCPClient_SocketEventProc </UL> -<P><STRONG><a name="[1c2]"></a>Socket_RecvAll</STRONG> (Thumb, 84 bytes, Stack size 0 bytes, socket.o(.text.Socket_RecvAll)) +<P><STRONG><a name="[1c6]"></a>Socket_RecvAll</STRONG> (Thumb, 84 bytes, Stack size 0 bytes, socket.o(.text.Socket_RecvAll)) <BR><BR>[Called By]<UL><LI><a href="#[28]">>></a> main </UL> @@ -2327,7 +2351,7 @@ <BR>[Called By]<UL><LI><a href="#[48]">>></a> AIR780EProc </UL> -<P><STRONG><a name="[14c]"></a>Socket_Send</STRONG> (Thumb, 124 bytes, Stack size 32 bytes, socket.o(.text.Socket_Send)) +<P><STRONG><a name="[152]"></a>Socket_Send</STRONG> (Thumb, 124 bytes, Stack size 32 bytes, socket.o(.text.Socket_Send)) <BR><BR>[Stack]<UL><LI>Max Depth = 108<LI>Call Chain = Socket_Send ⇒ HIDO_VLQGetEnqueueMember ⇒ HIDO_BaseQueueGetContinuousSize ⇒ __aeabi_uidivmod </UL> <BR>[Calls]<UL><LI><a href="#[f8]">>></a> HIDO_VLQGetEnqueueMember @@ -2335,7 +2359,7 @@ <LI><a href="#[eb]">>></a> HIDO_Debug <LI><a href="#[ed]">>></a> __aeabi_memcpy </UL> -<BR>[Called By]<UL><LI><a href="#[14f]">>></a> TCPHeartBeatUpload +<BR>[Called By]<UL><LI><a href="#[155]">>></a> TCPHeartBeatUpload </UL> <P><STRONG><a name="[cb]"></a>Socket_SetSocketState</STRONG> (Thumb, 32 bytes, Stack size 0 bytes, socket.o(.text.Socket_SetSocketState)) @@ -2355,19 +2379,19 @@ <BR><BR>[Called By]<UL><LI><a href="#[4]">>></a> Reset_Handler </UL> -<P><STRONG><a name="[14d]"></a>TCPClient_Init</STRONG> (Thumb, 28 bytes, Stack size 8 bytes, tcpclient.o(.text.TCPClient_Init)) +<P><STRONG><a name="[153]"></a>TCPClient_Init</STRONG> (Thumb, 28 bytes, Stack size 8 bytes, tcpclient.o(.text.TCPClient_Init)) <BR><BR>[Stack]<UL><LI>Max Depth = 64<LI>Call Chain = TCPClient_Init ⇒ Socket_Create ⇒ HIDO_VLQInit </UL> -<BR>[Calls]<UL><LI><a href="#[148]">>></a> Socket_Create +<BR>[Calls]<UL><LI><a href="#[14e]">>></a> Socket_Create </UL> <BR>[Called By]<UL><LI><a href="#[28]">>></a> main </UL> -<P><STRONG><a name="[14e]"></a>TCPClient_Poll</STRONG> (Thumb, 176 bytes, Stack size 32 bytes, tcpclient.o(.text.TCPClient_Poll)) +<P><STRONG><a name="[154]"></a>TCPClient_Poll</STRONG> (Thumb, 176 bytes, Stack size 32 bytes, tcpclient.o(.text.TCPClient_Poll)) <BR><BR>[Stack]<UL><LI>Max Depth = 444<LI>Call Chain = TCPClient_Poll ⇒ TCPHeartBeatUpload ⇒ Socket_Send ⇒ HIDO_VLQGetEnqueueMember ⇒ HIDO_BaseQueueGetContinuousSize ⇒ __aeabi_uidivmod </UL> -<BR>[Calls]<UL><LI><a href="#[14f]">>></a> TCPHeartBeatUpload -<LI><a href="#[147]">>></a> Socket_Connect +<BR>[Calls]<UL><LI><a href="#[155]">>></a> TCPHeartBeatUpload +<LI><a href="#[14d]">>></a> Socket_Connect <LI><a href="#[110]">>></a> Internet_IsIPReady <LI><a href="#[af]">>></a> HIDO_UtilSnprintf <LI><a href="#[b0]">>></a> HIDO_TimerGetTick @@ -2375,16 +2399,16 @@ <BR>[Called By]<UL><LI><a href="#[28]">>></a> main </UL> -<P><STRONG><a name="[14f]"></a>TCPHeartBeatUpload</STRONG> (Thumb, 172 bytes, Stack size 304 bytes, tcpclient.o(.text.TCPHeartBeatUpload)) +<P><STRONG><a name="[155]"></a>TCPHeartBeatUpload</STRONG> (Thumb, 172 bytes, Stack size 304 bytes, tcpclient.o(.text.TCPHeartBeatUpload)) <BR><BR>[Stack]<UL><LI>Max Depth = 412<LI>Call Chain = TCPHeartBeatUpload ⇒ Socket_Send ⇒ HIDO_VLQGetEnqueueMember ⇒ HIDO_BaseQueueGetContinuousSize ⇒ __aeabi_uidivmod </UL> -<BR>[Calls]<UL><LI><a href="#[14c]">>></a> Socket_Send -<LI><a href="#[153]">>></a> GetUWBBindState -<LI><a href="#[154]">>></a> __2snprintf +<BR>[Calls]<UL><LI><a href="#[152]">>></a> Socket_Send +<LI><a href="#[159]">>></a> GetUWBBindState +<LI><a href="#[15a]">>></a> __2snprintf </UL> -<BR>[Called By]<UL><LI><a href="#[35]">>></a> TCPClient_SocketEventProc +<BR>[Called By]<UL><LI><a href="#[36]">>></a> TCPClient_SocketEventProc <LI><a href="#[134]">>></a> _4GAlarmUpload -<LI><a href="#[14e]">>></a> TCPClient_Poll +<LI><a href="#[154]">>></a> TCPClient_Poll </UL> <P><STRONG><a name="[1d]"></a>TIMER2_IRQHandler</STRONG> (Thumb, 32 bytes, Stack size 16 bytes, mk_dual_timer.o(.text.TIMER2_IRQHandler)) @@ -2397,92 +2421,92 @@ </UL> <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) </UL> -<P><STRONG><a name="[1c4]"></a>TagListUpdate</STRONG> (Thumb, 92 bytes, Stack size 32 bytes, uwb_app.o(.text.TagListUpdate)) +<P><STRONG><a name="[147]"></a>TagListUpdate</STRONG> (Thumb, 92 bytes, Stack size 32 bytes, uwb_app.o(.text.TagListUpdate)) <BR><BR>[Stack]<UL><LI>Max Depth = 32<LI>Call Chain = TagListUpdate </UL> -<BR>[Called By]<UL><LI><a href="#[28]">>></a> main +<BR>[Called By]<UL><LI><a href="#[145]">>></a> SecondTask </UL> -<P><STRONG><a name="[155]"></a>TagRange</STRONG> (Thumb, 1048 bytes, Stack size 56 bytes, uwb_tag.o(.text.TagRange)) +<P><STRONG><a name="[15b]"></a>TagRange</STRONG> (Thumb, 1048 bytes, Stack size 56 bytes, uwb_tag.o(.text.TagRange)) <BR><BR>[Stack]<UL><LI>Max Depth = 1028<LI>Call Chain = TagRange ⇒ uwb_configure ⇒ phy_params_generate ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[93]">>></a> trace_printf <LI><a href="#[d3]">>></a> delay_us <LI><a href="#[de]">>></a> mac_is_busy <LI><a href="#[dd]">>></a> uwb_tx -<LI><a href="#[15e]">>></a> uwb_rx_force_off -<LI><a href="#[15c]">>></a> uwb_rx -<LI><a href="#[156]">>></a> uwb_open -<LI><a href="#[159]">>></a> uwb_configure -<LI><a href="#[157]">>></a> uwb_calibration_params_set +<LI><a href="#[164]">>></a> uwb_rx_force_off +<LI><a href="#[162]">>></a> uwb_rx +<LI><a href="#[15c]">>></a> uwb_open +<LI><a href="#[15f]">>></a> uwb_configure +<LI><a href="#[15d]">>></a> uwb_calibration_params_set <LI><a href="#[d8]">>></a> phy_timer_count_get <LI><a href="#[db]">>></a> ranging_tx_time -<LI><a href="#[15a]">>></a> ranging_frame_type_set +<LI><a href="#[160]">>></a> ranging_frame_type_set <LI><a href="#[da]">>></a> phy_shr_duration -<LI><a href="#[158]">>></a> phy_adv_params_configure -<LI><a href="#[15b]">>></a> mac_register_process_handler -<LI><a href="#[15d]">>></a> SetANCTimestap +<LI><a href="#[15e]">>></a> phy_adv_params_configure +<LI><a href="#[161]">>></a> mac_register_process_handler +<LI><a href="#[163]">>></a> SetANCTimestap <LI><a href="#[df]">>></a> CalculateDists <LI><a href="#[dc]">>></a> ranging_ant_delays_get <LI><a href="#[f3]">>></a> __aeabi_memclr4 -<LI><a href="#[15f]">>></a> __aeabi_memcpy4 +<LI><a href="#[165]">>></a> __aeabi_memcpy4 <LI><a href="#[ed]">>></a> __aeabi_memcpy </UL> -<BR>[Called By]<UL><LI><a href="#[167]">>></a> UWB_Tag_Poll +<BR>[Called By]<UL><LI><a href="#[16d]">>></a> UWB_Tag_Poll </UL> <P><STRONG><a name="[22]"></a>UART0_IRQHandler</STRONG> (Thumb, 10 bytes, Stack size 8 bytes, mk_uart.o(.text.UART0_IRQHandler)) <BR><BR>[Stack]<UL><LI>Max Depth = 348<LI>Call Chain = UART0_IRQHandler ⇒ uart_irq_handler ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[160]">>></a> uart_irq_handler +<BR>[Calls]<UL><LI><a href="#[166]">>></a> uart_irq_handler </UL> <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) </UL> <P><STRONG><a name="[23]"></a>UART1_IRQHandler</STRONG> (Thumb, 10 bytes, Stack size 8 bytes, mk_uart.o(.text.UART1_IRQHandler)) <BR><BR>[Stack]<UL><LI>Max Depth = 348<LI>Call Chain = UART1_IRQHandler ⇒ uart_irq_handler ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[160]">>></a> uart_irq_handler +<BR>[Calls]<UL><LI><a href="#[166]">>></a> uart_irq_handler </UL> <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) </UL> <P><STRONG><a name="[10c]"></a>UART_CheckReceive</STRONG> (Thumb, 104 bytes, Stack size 24 bytes, usart.o(.text.UART_CheckReceive)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = UART_CheckReceive </UL> -<BR>[Calls]<UL><LI><a href="#[161]">>></a> get_uart1_dma_cndtr +<BR>[Calls]<UL><LI><a href="#[167]">>></a> get_uart1_dma_cndtr </UL> <BR>[Called By]<UL><LI><a href="#[28]">>></a> main <LI><a href="#[10b]">>></a> IdleTask </UL> -<P><STRONG><a name="[162]"></a>UWBPoll</STRONG> (Thumb, 228 bytes, Stack size 16 bytes, uwb_app.o(.text.UWBPoll)) +<P><STRONG><a name="[168]"></a>UWBPoll</STRONG> (Thumb, 228 bytes, Stack size 16 bytes, uwb_app.o(.text.UWBPoll)) <BR><BR>[Stack]<UL><LI>Max Depth = 1036<LI>Call Chain = UWBPoll ⇒ UwbSearch ⇒ uwb_configure ⇒ phy_params_generate ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[93]">>></a> trace_printf -<LI><a href="#[163]">>></a> uwb_led_on -<LI><a href="#[165]">>></a> uwb_led_off -<LI><a href="#[166]">>></a> UwbSearch -<LI><a href="#[164]">>></a> UwbRange +<LI><a href="#[169]">>></a> uwb_led_on +<LI><a href="#[16b]">>></a> uwb_led_off +<LI><a href="#[16c]">>></a> UwbSearch +<LI><a href="#[16a]">>></a> UwbRange </UL> <BR>[Called By]<UL><LI><a href="#[41]">>></a> sleep_timer_callback </UL> -<P><STRONG><a name="[167]"></a>UWB_Tag_Poll</STRONG> (Thumb, 28 bytes, Stack size 8 bytes, uwb_tag.o(.text.UWB_Tag_Poll)) +<P><STRONG><a name="[16d]"></a>UWB_Tag_Poll</STRONG> (Thumb, 28 bytes, Stack size 8 bytes, uwb_tag.o(.text.UWB_Tag_Poll)) <BR><BR>[Stack]<UL><LI>Max Depth = 1036<LI>Call Chain = UWB_Tag_Poll ⇒ TagRange ⇒ uwb_configure ⇒ phy_params_generate ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> -<BR>[Calls]<UL><LI><a href="#[163]">>></a> uwb_led_on -<LI><a href="#[165]">>></a> uwb_led_off -<LI><a href="#[155]">>></a> TagRange +<BR>[Calls]<UL><LI><a href="#[169]">>></a> uwb_led_on +<LI><a href="#[16b]">>></a> uwb_led_off +<LI><a href="#[15b]">>></a> TagRange </UL> <BR>[Called By]<UL><LI><a href="#[41]">>></a> sleep_timer_callback </UL> -<P><STRONG><a name="[168]"></a>Uart1GpsRecDebugSend</STRONG> (Thumb, 76 bytes, Stack size 16 bytes, pin_config.o(.text.Uart1GpsRecDebugSend)) +<P><STRONG><a name="[16e]"></a>Uart1GpsRecDebugSend</STRONG> (Thumb, 76 bytes, Stack size 16 bytes, pin_config.o(.text.Uart1GpsRecDebugSend)) <BR><BR>[Stack]<UL><LI>Max Depth = 420<LI>Call Chain = Uart1GpsRecDebugSend ⇒ uart_receive ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[ff]">>></a> io_pin_mux_set -<LI><a href="#[169]">>></a> uart_close -<LI><a href="#[16b]">>></a> uart_receive -<LI><a href="#[16a]">>></a> board_debug_console_open +<LI><a href="#[16f]">>></a> uart_close +<LI><a href="#[171]">>></a> uart_receive +<LI><a href="#[170]">>></a> board_debug_console_open </UL> <BR>[Called By]<UL><LI><a href="#[34]">>></a> UsartParseDataHandler </UL> @@ -2498,16 +2522,16 @@ <P><STRONG><a name="[a4]"></a>Uart_Init</STRONG> (Thumb, 400 bytes, Stack size 56 bytes, uart.o(.text.Uart_Init)) <BR><BR>[Stack]<UL><LI>Max Depth = 460<LI>Call Chain = Uart_Init ⇒ uart_receive ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[16c]">>></a> uart_open -<LI><a href="#[16b]">>></a> uart_receive +<BR>[Calls]<UL><LI><a href="#[172]">>></a> uart_open +<LI><a href="#[171]">>></a> uart_receive <LI><a href="#[fb]">>></a> HIDO_VLQInit -<LI><a href="#[149]">>></a> HIDO_ArraryQueueInit +<LI><a href="#[14f]">>></a> HIDO_ArraryQueueInit </UL> <BR>[Called By]<UL><LI><a href="#[cc]">>></a> AIR780EUartInit <LI><a href="#[a3]">>></a> AIR780EDriver_Init </UL> -<P><STRONG><a name="[16d]"></a>Uart_Register</STRONG> (Thumb, 24 bytes, Stack size 16 bytes, uart.o(.text.Uart_Register)) +<P><STRONG><a name="[173]"></a>Uart_Register</STRONG> (Thumb, 24 bytes, Stack size 16 bytes, uart.o(.text.Uart_Register)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = Uart_Register ⇒ HIDO_UtilBzero </UL> <BR>[Calls]<UL><LI><a href="#[e9]">>></a> HIDO_UtilBzero @@ -2518,7 +2542,7 @@ <P><STRONG><a name="[cf]"></a>Uart_Send</STRONG> (Thumb, 316 bytes, Stack size 32 bytes, uart.o(.text.Uart_Send)) <BR><BR>[Stack]<UL><LI>Max Depth = 444<LI>Call Chain = Uart_Send ⇒ uart_send ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[146]">>></a> uart_send +<BR>[Calls]<UL><LI><a href="#[14c]">>></a> uart_send <LI><a href="#[f8]">>></a> HIDO_VLQGetEnqueueMember <LI><a href="#[f5]">>></a> HIDO_VLQEnqueue <LI><a href="#[c5]">>></a> HIDO_VLQGetDequeueMember @@ -2527,15 +2551,15 @@ <BR>[Called By]<UL><LI><a href="#[2d]">>></a> AIR780E_Output </UL> -<P><STRONG><a name="[16e]"></a>UpdateProcess</STRONG> (Thumb, 232 bytes, Stack size 24 bytes, serial_at_cmd_app.o(.text.UpdateProcess)) +<P><STRONG><a name="[174]"></a>UpdateProcess</STRONG> (Thumb, 232 bytes, Stack size 24 bytes, serial_at_cmd_app.o(.text.UpdateProcess)) <BR><BR>[Stack]<UL><LI>Max Depth = 828<LI>Call Chain = UpdateProcess ⇒ save_com_map_to_flash ⇒ flash_open ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[d3]">>></a> delay_us -<LI><a href="#[170]">>></a> flash_write_nbytes +<LI><a href="#[176]">>></a> flash_write_nbytes <LI><a href="#[138]">>></a> flash_open -<LI><a href="#[16f]">>></a> flash_erase -<LI><a href="#[152]">>></a> save_com_map_to_flash -<LI><a href="#[145]">>></a> Serial0_PutString +<LI><a href="#[175]">>></a> flash_erase +<LI><a href="#[158]">>></a> save_com_map_to_flash +<LI><a href="#[14b]">>></a> Serial0_PutString </UL> <BR>[Called By]<UL><LI><a href="#[34]">>></a> UsartParseDataHandler </UL> @@ -2543,65 +2567,65 @@ <P><STRONG><a name="[34]"></a>UsartParseDataHandler</STRONG> (Thumb, 728 bytes, Stack size 344 bytes, serial_at_cmd_app.o(.text.UsartParseDataHandler)) <BR><BR>[Stack]<UL><LI>Max Depth = 1172<LI>Call Chain = UsartParseDataHandler ⇒ UpdateProcess ⇒ save_com_map_to_flash ⇒ flash_open ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> -<BR>[Calls]<UL><LI><a href="#[146]">>></a> uart_send -<LI><a href="#[152]">>></a> save_com_map_to_flash +<BR>[Calls]<UL><LI><a href="#[14c]">>></a> uart_send +<LI><a href="#[158]">>></a> save_com_map_to_flash <LI><a href="#[aa]">>></a> update_led_power_state -<LI><a href="#[172]">>></a> blink_led -<LI><a href="#[16e]">>></a> UpdateProcess -<LI><a href="#[168]">>></a> Uart1GpsRecDebugSend +<LI><a href="#[178]">>></a> blink_led +<LI><a href="#[174]">>></a> UpdateProcess +<LI><a href="#[16e]">>></a> Uart1GpsRecDebugSend <LI><a href="#[e1]">>></a> __aeabi_dcmple <LI><a href="#[d0]">>></a> memcmp <LI><a href="#[f3]">>></a> __aeabi_memclr4 <LI><a href="#[ed]">>></a> __aeabi_memcpy -<LI><a href="#[171]">>></a> strtod +<LI><a href="#[177]">>></a> strtod <LI><a href="#[65]">>></a> atoi <LI><a href="#[63]">>></a> __0sscanf </UL> <BR>[Address Reference Count : 1]<UL><LI> main.o(.text.Program_Init) </UL> -<P><STRONG><a name="[164]"></a>UwbRange</STRONG> (Thumb, 592 bytes, Stack size 40 bytes, uwb_app.o(.text.UwbRange)) +<P><STRONG><a name="[16a]"></a>UwbRange</STRONG> (Thumb, 592 bytes, Stack size 40 bytes, uwb_app.o(.text.UwbRange)) <BR><BR>[Stack]<UL><LI>Max Depth = 804<LI>Call Chain = UwbRange ⇒ uwb_open ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[93]">>></a> trace_printf <LI><a href="#[d3]">>></a> delay_us -<LI><a href="#[173]">>></a> sleep_timer_start +<LI><a href="#[179]">>></a> sleep_timer_start <LI><a href="#[de]">>></a> mac_is_busy -<LI><a href="#[15e]">>></a> uwb_rx_force_off -<LI><a href="#[15c]">>></a> uwb_rx -<LI><a href="#[156]">>></a> uwb_open +<LI><a href="#[164]">>></a> uwb_rx_force_off +<LI><a href="#[162]">>></a> uwb_rx +<LI><a href="#[15c]">>></a> uwb_open <LI><a href="#[d8]">>></a> phy_timer_count_get -<LI><a href="#[15b]">>></a> mac_register_process_handler +<LI><a href="#[161]">>></a> mac_register_process_handler <LI><a href="#[13d]">>></a> PushAnchorDataArray <LI><a href="#[d7]">>></a> Anchor_RecNearPoll <LI><a href="#[10b]">>></a> IdleTask <LI><a href="#[ed]">>></a> __aeabi_memcpy <LI><a href="#[d9]">>></a> __aeabi_uidiv </UL> -<BR>[Called By]<UL><LI><a href="#[162]">>></a> UWBPoll +<BR>[Called By]<UL><LI><a href="#[168]">>></a> UWBPoll </UL> -<P><STRONG><a name="[166]"></a>UwbSearch</STRONG> (Thumb, 572 bytes, Stack size 48 bytes, uwb_app.o(.text.UwbSearch)) +<P><STRONG><a name="[16c]"></a>UwbSearch</STRONG> (Thumb, 572 bytes, Stack size 48 bytes, uwb_app.o(.text.UwbSearch)) <BR><BR>[Stack]<UL><LI>Max Depth = 1020<LI>Call Chain = UwbSearch ⇒ uwb_configure ⇒ phy_params_generate ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[93]">>></a> trace_printf <LI><a href="#[d3]">>></a> delay_us -<LI><a href="#[173]">>></a> sleep_timer_start +<LI><a href="#[179]">>></a> sleep_timer_start <LI><a href="#[de]">>></a> mac_is_busy -<LI><a href="#[15e]">>></a> uwb_rx_force_off -<LI><a href="#[15c]">>></a> uwb_rx -<LI><a href="#[156]">>></a> uwb_open -<LI><a href="#[159]">>></a> uwb_configure -<LI><a href="#[157]">>></a> uwb_calibration_params_set +<LI><a href="#[164]">>></a> uwb_rx_force_off +<LI><a href="#[162]">>></a> uwb_rx +<LI><a href="#[15c]">>></a> uwb_open +<LI><a href="#[15f]">>></a> uwb_configure +<LI><a href="#[15d]">>></a> uwb_calibration_params_set <LI><a href="#[d8]">>></a> phy_timer_count_get -<LI><a href="#[15a]">>></a> ranging_frame_type_set -<LI><a href="#[158]">>></a> phy_adv_params_configure -<LI><a href="#[15b]">>></a> mac_register_process_handler +<LI><a href="#[160]">>></a> ranging_frame_type_set +<LI><a href="#[15e]">>></a> phy_adv_params_configure +<LI><a href="#[161]">>></a> mac_register_process_handler <LI><a href="#[13d]">>></a> PushAnchorDataArray <LI><a href="#[d7]">>></a> Anchor_RecNearPoll <LI><a href="#[10b]">>></a> IdleTask <LI><a href="#[ed]">>></a> __aeabi_memcpy </UL> -<BR>[Called By]<UL><LI><a href="#[162]">>></a> UWBPoll +<BR>[Called By]<UL><LI><a href="#[168]">>></a> UWBPoll </UL> <P><STRONG><a name="[17]"></a>WDT_IRQHandler</STRONG> (Thumb, 32 bytes, Stack size 16 bytes, mk_wdt.o(.text.WDT_IRQHandler)) @@ -2609,12 +2633,12 @@ </UL> <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) </UL> -<P><STRONG><a name="[174]"></a>WsfNvmInit</STRONG> (Thumb, 184 bytes, Stack size 32 bytes, wsf_nvm.o(.text.WsfNvmInit)) +<P><STRONG><a name="[17a]"></a>WsfNvmInit</STRONG> (Thumb, 184 bytes, Stack size 32 bytes, wsf_nvm.o(.text.WsfNvmInit)) <BR><BR>[Stack]<UL><LI>Max Depth = 820<LI>Call Chain = WsfNvmInit ⇒ PalFlashInit ⇒ flash_open ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> -<BR>[Calls]<UL><LI><a href="#[177]">>></a> crc16 -<LI><a href="#[175]">>></a> PalNvmGetTotalSize -<LI><a href="#[176]">>></a> PalNvmGetSectorSize +<BR>[Calls]<UL><LI><a href="#[17d]">>></a> crc16 +<LI><a href="#[17b]">>></a> PalNvmGetTotalSize +<LI><a href="#[17c]">>></a> PalNvmGetSectorSize <LI><a href="#[139]">>></a> PalFlashRead <LI><a href="#[137]">>></a> PalFlashInit <LI><a href="#[135]">>></a> PalFlashEraseSector @@ -2625,7 +2649,7 @@ <P><STRONG><a name="[134]"></a>_4GAlarmUpload</STRONG> (Thumb, 28 bytes, Stack size 8 bytes, tcpclient.o(.text._4GAlarmUpload)) <BR><BR>[Stack]<UL><LI>Max Depth = 420<LI>Call Chain = _4GAlarmUpload ⇒ TCPHeartBeatUpload ⇒ Socket_Send ⇒ HIDO_VLQGetEnqueueMember ⇒ HIDO_BaseQueueGetContinuousSize ⇒ __aeabi_uidivmod </UL> -<BR>[Calls]<UL><LI><a href="#[14f]">>></a> TCPHeartBeatUpload +<BR>[Calls]<UL><LI><a href="#[155]">>></a> TCPHeartBeatUpload </UL> <BR>[Called By]<UL><LI><a href="#[133]">>></a> MotorPoll </UL> @@ -2633,41 +2657,42 @@ <P><STRONG><a name="[43]"></a>_4gUsart_handler</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, main.o(.text._4gUsart_handler)) <BR>[Address Reference Count : 1]<UL><LI> main.o(.text.main) </UL> -<P><STRONG><a name="[17a]"></a>adc_code_to_mv</STRONG> (Thumb, 36 bytes, Stack size 0 bytes, mk_adc.o(.text.adc_code_to_mv)) -<BR><BR>[Called By]<UL><LI><a href="#[40]">>></a> adc_callback +<P><STRONG><a name="[180]"></a>adc_code_to_mv</STRONG> (Thumb, 36 bytes, Stack size 0 bytes, mk_adc.o(.text.adc_code_to_mv)) +<BR><BR>[Called By]<UL><LI><a href="#[35]">>></a> adc_callback </UL> -<P><STRONG><a name="[17b]"></a>adc_get</STRONG> (Thumb, 284 bytes, Stack size 72 bytes, mk_adc.o(.text.adc_get)) +<P><STRONG><a name="[146]"></a>adc_get</STRONG> (Thumb, 284 bytes, Stack size 72 bytes, mk_adc.o(.text.adc_get)) <BR><BR>[Stack]<UL><LI>Max Depth = 396<LI>Call Chain = adc_get ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[17d]">>></a> dma_transfer -<LI><a href="#[17c]">>></a> dma_open +<BR>[Calls]<UL><LI><a href="#[182]">>></a> dma_transfer +<LI><a href="#[181]">>></a> dma_open </UL> <BR>[Called By]<UL><LI><a href="#[28]">>></a> main +<LI><a href="#[145]">>></a> SecondTask </UL> -<P><STRONG><a name="[17e]"></a>adc_open</STRONG> (Thumb, 300 bytes, Stack size 24 bytes, mk_adc.o(.text.adc_open)) +<P><STRONG><a name="[183]"></a>adc_open</STRONG> (Thumb, 300 bytes, Stack size 24 bytes, mk_adc.o(.text.adc_open)) <BR><BR>[Stack]<UL><LI>Max Depth = 36<LI>Call Chain = adc_open ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[180]">>></a> reset_module -<LI><a href="#[17f]">>></a> clock_enable +<BR>[Calls]<UL><LI><a href="#[185]">>></a> reset_module +<LI><a href="#[184]">>></a> clock_enable <LI><a href="#[d9]">>></a> __aeabi_uidiv </UL> <BR>[Called By]<UL><LI><a href="#[28]">>></a> main -<LI><a href="#[196]">>></a> board_restore_from_power_down +<LI><a href="#[19b]">>></a> board_restore_from_power_down </UL> -<P><STRONG><a name="[181]"></a>aes_open</STRONG> (Thumb, 160 bytes, Stack size 16 bytes, mk_aes.o(.text.aes_open)) +<P><STRONG><a name="[186]"></a>aes_open</STRONG> (Thumb, 160 bytes, Stack size 16 bytes, mk_aes.o(.text.aes_open)) <BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = aes_open </UL> -<BR>[Calls]<UL><LI><a href="#[180]">>></a> reset_module -<LI><a href="#[17f]">>></a> clock_enable +<BR>[Calls]<UL><LI><a href="#[185]">>></a> reset_module +<LI><a href="#[184]">>></a> clock_enable <LI><a href="#[ed]">>></a> __aeabi_memcpy </UL> -<BR>[Called By]<UL><LI><a href="#[156]">>></a> uwb_open +<BR>[Called By]<UL><LI><a href="#[15c]">>></a> uwb_open </UL> -<P><STRONG><a name="[182]"></a>air780_led_off</STRONG> (Thumb, 68 bytes, Stack size 8 bytes, sn74hc595.o(.text.air780_led_off)) +<P><STRONG><a name="[187]"></a>air780_led_off</STRONG> (Thumb, 68 bytes, Stack size 8 bytes, sn74hc595.o(.text.air780_led_off)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = air780_led_off ⇒ IO_LED_control_change </UL> <BR>[Calls]<UL><LI><a href="#[108]">>></a> IO_LED_control_change @@ -2675,7 +2700,7 @@ <BR>[Called By]<UL><LI><a href="#[28]">>></a> main </UL> -<P><STRONG><a name="[183]"></a>air780_led_on</STRONG> (Thumb, 72 bytes, Stack size 8 bytes, sn74hc595.o(.text.air780_led_on)) +<P><STRONG><a name="[188]"></a>air780_led_on</STRONG> (Thumb, 72 bytes, Stack size 8 bytes, sn74hc595.o(.text.air780_led_on)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = air780_led_on ⇒ IO_LED_control_change </UL> <BR>[Calls]<UL><LI><a href="#[108]">>></a> IO_LED_control_change @@ -2683,19 +2708,19 @@ <BR>[Called By]<UL><LI><a href="#[28]">>></a> main </UL> -<P><STRONG><a name="[1cc]"></a>aoa_param_dynamic_port_sel</STRONG> (Thumb, 8 bytes, Stack size 0 bytes, lib_aoa.o(.text.aoa_param_dynamic_port_sel)) -<BR><BR>[Called By]<UL><LI><a href="#[158]">>></a> phy_adv_params_configure +<P><STRONG><a name="[1d0]"></a>aoa_param_dynamic_port_sel</STRONG> (Thumb, 8 bytes, Stack size 0 bytes, lib_aoa.o(.text.aoa_param_dynamic_port_sel)) +<BR><BR>[Called By]<UL><LI><a href="#[15e]">>></a> phy_adv_params_configure </UL> -<P><STRONG><a name="[184]"></a>average_filter</STRONG> (Thumb, 88 bytes, Stack size 24 bytes, mk_misc.o(.text.average_filter)) +<P><STRONG><a name="[189]"></a>average_filter</STRONG> (Thumb, 88 bytes, Stack size 24 bytes, mk_misc.o(.text.average_filter)) <BR><BR>[Stack]<UL><LI>Max Depth = 104<LI>Call Chain = average_filter ⇒ __aeabi_ldivmod ⇒ __aeabi_uldivmod ⇒ __aeabi_llsr </UL> <BR>[Calls]<UL><LI><a href="#[5e]">>></a> __aeabi_ldivmod </UL> -<BR>[Called By]<UL><LI><a href="#[37]">>></a> rx_int_callback +<BR>[Called By]<UL><LI><a href="#[38]">>></a> rx_int_callback </UL> -<P><STRONG><a name="[172]"></a>blink_led</STRONG> (Thumb, 192 bytes, Stack size 24 bytes, sn74hc595.o(.text.blink_led)) +<P><STRONG><a name="[178]"></a>blink_led</STRONG> (Thumb, 192 bytes, Stack size 24 bytes, sn74hc595.o(.text.blink_led)) <BR><BR>[Stack]<UL><LI>Max Depth = 40<LI>Call Chain = blink_led ⇒ IO_LED_control_change </UL> <BR>[Calls]<UL><LI><a href="#[d3]">>></a> delay_us @@ -2704,63 +2729,63 @@ <BR>[Called By]<UL><LI><a href="#[34]">>></a> UsartParseDataHandler </UL> -<P><STRONG><a name="[185]"></a>board_4GUsart_detection_init</STRONG> (Thumb, 60 bytes, Stack size 16 bytes, board.o(.text.board_4GUsart_detection_init)) +<P><STRONG><a name="[18a]"></a>board_4GUsart_detection_init</STRONG> (Thumb, 60 bytes, Stack size 16 bytes, board.o(.text.board_4GUsart_detection_init)) <BR><BR>[Stack]<UL><LI>Max Depth = 36<LI>Call Chain = board_4GUsart_detection_init ⇒ io_pull_set </UL> <BR>[Calls]<UL><LI><a href="#[101]">>></a> io_pull_set <LI><a href="#[ff]">>></a> io_pin_mux_set <LI><a href="#[100]">>></a> gpio_pin_set_dir -<LI><a href="#[186]">>></a> gpio_enable_irq -<LI><a href="#[187]">>></a> power_wakeup_enable +<LI><a href="#[18b]">>></a> gpio_enable_irq +<LI><a href="#[18c]">>></a> power_wakeup_enable </UL> <BR>[Called By]<UL><LI><a href="#[28]">>></a> main </UL> -<P><STRONG><a name="[188]"></a>board_acceleration_detection_init</STRONG> (Thumb, 44 bytes, Stack size 16 bytes, board.o(.text.board_acceleration_detection_init)) +<P><STRONG><a name="[18d]"></a>board_acceleration_detection_init</STRONG> (Thumb, 40 bytes, Stack size 16 bytes, board.o(.text.board_acceleration_detection_init)) <BR><BR>[Stack]<UL><LI>Max Depth = 36<LI>Call Chain = board_acceleration_detection_init ⇒ io_pull_set </UL> <BR>[Calls]<UL><LI><a href="#[101]">>></a> io_pull_set <LI><a href="#[100]">>></a> gpio_pin_set_dir -<LI><a href="#[186]">>></a> gpio_enable_irq +<LI><a href="#[18b]">>></a> gpio_enable_irq </UL> <BR>[Called By]<UL><LI><a href="#[28]">>></a> main </UL> -<P><STRONG><a name="[1bb]"></a>board_calibration_params_default</STRONG> (Thumb, 48 bytes, Stack size 0 bytes, board.o(.text.board_calibration_params_default)) +<P><STRONG><a name="[1c0]"></a>board_calibration_params_default</STRONG> (Thumb, 48 bytes, Stack size 0 bytes, board.o(.text.board_calibration_params_default)) <BR><BR>[Called By]<UL><LI><a href="#[28]">>></a> main </UL> -<P><STRONG><a name="[1bc]"></a>board_calibration_params_load</STRONG> (Thumb, 52 bytes, Stack size 0 bytes, board.o(.text.board_calibration_params_load)) +<P><STRONG><a name="[1c1]"></a>board_calibration_params_load</STRONG> (Thumb, 52 bytes, Stack size 0 bytes, board.o(.text.board_calibration_params_load)) <BR><BR>[Called By]<UL><LI><a href="#[28]">>></a> main </UL> -<P><STRONG><a name="[189]"></a>board_clock_run</STRONG> (Thumb, 100 bytes, Stack size 16 bytes, board.o(.text.board_clock_run)) +<P><STRONG><a name="[18e]"></a>board_clock_run</STRONG> (Thumb, 100 bytes, Stack size 16 bytes, board.o(.text.board_clock_run)) <BR><BR>[Stack]<UL><LI>Max Depth = 380<LI>Call Chain = board_clock_run ⇒ sys_timer_open ⇒ dual_timer_open ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[d3]">>></a> delay_us -<LI><a href="#[18f]">>></a> clock_set_divider -<LI><a href="#[18a]">>></a> clock_attach -<LI><a href="#[18c]">>></a> calib_start -<LI><a href="#[18b]">>></a> calib_open -<LI><a href="#[18e]">>></a> calib_close -<LI><a href="#[18d]">>></a> calib_check -<LI><a href="#[191]">>></a> sys_timer_open -<LI><a href="#[190]">>></a> sys_tick_start +<LI><a href="#[194]">>></a> clock_set_divider +<LI><a href="#[18f]">>></a> clock_attach +<LI><a href="#[191]">>></a> calib_start +<LI><a href="#[190]">>></a> calib_open +<LI><a href="#[193]">>></a> calib_close +<LI><a href="#[192]">>></a> calib_check +<LI><a href="#[196]">>></a> sys_timer_open +<LI><a href="#[195]">>></a> sys_tick_start </UL> <BR>[Called By]<UL><LI><a href="#[28]">>></a> main </UL> -<P><STRONG><a name="[16a]"></a>board_debug_console_open</STRONG> (Thumb, 16 bytes, Stack size 8 bytes, board.o(.text.board_debug_console_open)) +<P><STRONG><a name="[170]"></a>board_debug_console_open</STRONG> (Thumb, 16 bytes, Stack size 8 bytes, board.o(.text.board_debug_console_open)) <BR><BR>[Stack]<UL><LI>Max Depth = 396<LI>Call Chain = board_debug_console_open ⇒ trace_open ⇒ uart_open ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[192]">>></a> trace_open +<BR>[Calls]<UL><LI><a href="#[197]">>></a> trace_open </UL> <BR>[Called By]<UL><LI><a href="#[28]">>></a> main <LI><a href="#[10e]">>></a> uart1_change_from_gps_to_debug -<LI><a href="#[168]">>></a> Uart1GpsRecDebugSend +<LI><a href="#[16e]">>></a> Uart1GpsRecDebugSend </UL> -<P><STRONG><a name="[193]"></a>board_output_init</STRONG> (Thumb, 36 bytes, Stack size 16 bytes, board.o(.text.board_output_init)) +<P><STRONG><a name="[198]"></a>board_output_init</STRONG> (Thumb, 36 bytes, Stack size 16 bytes, board.o(.text.board_output_init)) <BR><BR>[Stack]<UL><LI>Max Depth = 36<LI>Call Chain = board_output_init ⇒ io_pull_set </UL> <BR>[Calls]<UL><LI><a href="#[101]">>></a> io_pull_set @@ -2770,7 +2795,7 @@ <BR>[Called By]<UL><LI><a href="#[28]">>></a> main </UL> -<P><STRONG><a name="[194]"></a>board_pins_config</STRONG> (Thumb, 82 bytes, Stack size 16 bytes, pin_config.o(.text.board_pins_config)) +<P><STRONG><a name="[199]"></a>board_pins_config</STRONG> (Thumb, 82 bytes, Stack size 16 bytes, pin_config.o(.text.board_pins_config)) <BR><BR>[Stack]<UL><LI>Max Depth = 36<LI>Call Chain = board_pins_config ⇒ io_pull_set </UL> <BR>[Calls]<UL><LI><a href="#[101]">>></a> io_pull_set @@ -2780,68 +2805,68 @@ <BR>[Called By]<UL><LI><a href="#[28]">>></a> main </UL> -<P><STRONG><a name="[195]"></a>board_prepare_for_power_down</STRONG> (Thumb, 10 bytes, Stack size 8 bytes, board.o(.text.board_prepare_for_power_down)) +<P><STRONG><a name="[19a]"></a>board_prepare_for_power_down</STRONG> (Thumb, 10 bytes, Stack size 8 bytes, board.o(.text.board_prepare_for_power_down)) <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = board_prepare_for_power_down </UL> <BR>[Calls]<UL><LI><a href="#[103]">>></a> gpio_pin_clr </UL> -<BR>[Called By]<UL><LI><a href="#[1c0]">>></a> power_enter_power_down_mode +<BR>[Called By]<UL><LI><a href="#[1c5]">>></a> power_enter_power_down_mode </UL> -<P><STRONG><a name="[196]"></a>board_restore_from_power_down</STRONG> (Thumb, 68 bytes, Stack size 16 bytes, board.o(.text.board_restore_from_power_down)) +<P><STRONG><a name="[19b]"></a>board_restore_from_power_down</STRONG> (Thumb, 80 bytes, Stack size 16 bytes, board.o(.text.board_restore_from_power_down)) <BR><BR>[Stack]<UL><LI>Max Depth = 524<LI>Call Chain = board_restore_from_power_down ⇒ AIR780EUartInit ⇒ Uart_Init ⇒ uart_receive ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[17e]">>></a> adc_open +<BR>[Calls]<UL><LI><a href="#[183]">>></a> adc_open <LI><a href="#[104]">>></a> gpio_pin_set -<LI><a href="#[186]">>></a> gpio_enable_irq -<LI><a href="#[191]">>></a> sys_timer_open -<LI><a href="#[16c]">>></a> uart_open -<LI><a href="#[192]">>></a> trace_open +<LI><a href="#[18b]">>></a> gpio_enable_irq +<LI><a href="#[196]">>></a> sys_timer_open +<LI><a href="#[172]">>></a> uart_open +<LI><a href="#[197]">>></a> trace_open <LI><a href="#[cc]">>></a> AIR780EUartInit </UL> -<BR>[Called By]<UL><LI><a href="#[1c0]">>></a> power_enter_power_down_mode +<BR>[Called By]<UL><LI><a href="#[1c5]">>></a> power_enter_power_down_mode </UL> -<P><STRONG><a name="[1d8]"></a>bor_close</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_misc.o(.text.bor_close)) -<BR><BR>[Called By]<UL><LI><a href="#[1be]">>></a> power_init +<P><STRONG><a name="[1dc]"></a>bor_close</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_misc.o(.text.bor_close)) +<BR><BR>[Called By]<UL><LI><a href="#[1c3]">>></a> power_init </UL> -<P><STRONG><a name="[18d]"></a>calib_check</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_calib.o(.text.calib_check)) -<BR><BR>[Called By]<UL><LI><a href="#[189]">>></a> board_clock_run +<P><STRONG><a name="[192]"></a>calib_check</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_calib.o(.text.calib_check)) +<BR><BR>[Called By]<UL><LI><a href="#[18e]">>></a> board_clock_run </UL> -<P><STRONG><a name="[197]"></a>calib_chip</STRONG> (Thumb, 428 bytes, Stack size 16 bytes, mk_calib.o(.text.calib_chip)) +<P><STRONG><a name="[19c]"></a>calib_chip</STRONG> (Thumb, 428 bytes, Stack size 16 bytes, mk_calib.o(.text.calib_chip)) <BR><BR>[Stack]<UL><LI>Max Depth = 756<LI>Call Chain = calib_chip ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[93]">>></a> trace_printf -<LI><a href="#[17f]">>></a> clock_enable -<LI><a href="#[198]">>></a> mk_chip_id +<LI><a href="#[184]">>></a> clock_enable +<LI><a href="#[19d]">>></a> mk_chip_id </UL> <BR>[Called By]<UL><LI><a href="#[28]">>></a> main </UL> -<P><STRONG><a name="[18e]"></a>calib_close</STRONG> (Thumb, 12 bytes, Stack size 8 bytes, mk_calib.o(.text.calib_close)) +<P><STRONG><a name="[193]"></a>calib_close</STRONG> (Thumb, 12 bytes, Stack size 8 bytes, mk_calib.o(.text.calib_close)) <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = calib_close </UL> <BR>[Calls]<UL><LI><a href="#[141]">>></a> clock_disable </UL> -<BR>[Called By]<UL><LI><a href="#[189]">>></a> board_clock_run +<BR>[Called By]<UL><LI><a href="#[18e]">>></a> board_clock_run </UL> -<P><STRONG><a name="[18b]"></a>calib_open</STRONG> (Thumb, 20 bytes, Stack size 8 bytes, mk_calib.o(.text.calib_open)) +<P><STRONG><a name="[190]"></a>calib_open</STRONG> (Thumb, 20 bytes, Stack size 8 bytes, mk_calib.o(.text.calib_open)) <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = calib_open </UL> -<BR>[Calls]<UL><LI><a href="#[180]">>></a> reset_module -<LI><a href="#[17f]">>></a> clock_enable +<BR>[Calls]<UL><LI><a href="#[185]">>></a> reset_module +<LI><a href="#[184]">>></a> clock_enable </UL> -<BR>[Called By]<UL><LI><a href="#[189]">>></a> board_clock_run +<BR>[Called By]<UL><LI><a href="#[18e]">>></a> board_clock_run </UL> -<P><STRONG><a name="[18c]"></a>calib_start</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_calib.o(.text.calib_start)) -<BR><BR>[Called By]<UL><LI><a href="#[189]">>></a> board_clock_run +<P><STRONG><a name="[191]"></a>calib_start</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_calib.o(.text.calib_start)) +<BR><BR>[Called By]<UL><LI><a href="#[18e]">>></a> board_clock_run </UL> -<P><STRONG><a name="[199]"></a>charge_red_off</STRONG> (Thumb, 68 bytes, Stack size 8 bytes, sn74hc595.o(.text.charge_red_off)) +<P><STRONG><a name="[19e]"></a>charge_red_off</STRONG> (Thumb, 68 bytes, Stack size 8 bytes, sn74hc595.o(.text.charge_red_off)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = charge_red_off ⇒ IO_LED_control_change </UL> <BR>[Calls]<UL><LI><a href="#[108]">>></a> IO_LED_control_change @@ -2849,7 +2874,7 @@ <BR>[Called By]<UL><LI><a href="#[41]">>></a> sleep_timer_callback </UL> -<P><STRONG><a name="[19a]"></a>charge_red_on</STRONG> (Thumb, 72 bytes, Stack size 8 bytes, sn74hc595.o(.text.charge_red_on)) +<P><STRONG><a name="[19f]"></a>charge_red_on</STRONG> (Thumb, 72 bytes, Stack size 8 bytes, sn74hc595.o(.text.charge_red_on)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = charge_red_on ⇒ IO_LED_control_change </UL> <BR>[Calls]<UL><LI><a href="#[108]">>></a> IO_LED_control_change @@ -2857,7 +2882,7 @@ <BR>[Called By]<UL><LI><a href="#[41]">>></a> sleep_timer_callback </UL> -<P><STRONG><a name="[19b]"></a>charge_state_change</STRONG> (Thumb, 288 bytes, Stack size 24 bytes, sn74hc595.o(.text.charge_state_change)) +<P><STRONG><a name="[1a0]"></a>charge_state_change</STRONG> (Thumb, 288 bytes, Stack size 24 bytes, sn74hc595.o(.text.charge_state_change)) <BR><BR>[Stack]<UL><LI>Max Depth = 40<LI>Call Chain = charge_state_change ⇒ IO_LED_control_change </UL> <BR>[Calls]<UL><LI><a href="#[105]">>></a> gpio_pin_get_val @@ -2866,79 +2891,79 @@ <BR>[Called By]<UL><LI><a href="#[41]">>></a> sleep_timer_callback </UL> -<P><STRONG><a name="[18a]"></a>clock_attach</STRONG> (Thumb, 240 bytes, Stack size 8 bytes, mk_clock.o(.text.clock_attach)) +<P><STRONG><a name="[18f]"></a>clock_attach</STRONG> (Thumb, 240 bytes, Stack size 8 bytes, mk_clock.o(.text.clock_attach)) <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = clock_attach </UL> -<BR>[Called By]<UL><LI><a href="#[1c0]">>></a> power_enter_power_down_mode -<LI><a href="#[189]">>></a> board_clock_run +<BR>[Called By]<UL><LI><a href="#[1c5]">>></a> power_enter_power_down_mode +<LI><a href="#[18e]">>></a> board_clock_run </UL> <P><STRONG><a name="[141]"></a>clock_disable</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_clock.o(.text.clock_disable)) -<BR><BR>[Called By]<UL><LI><a href="#[18e]">>></a> calib_close -<LI><a href="#[1a4]">>></a> flash_close -<LI><a href="#[169]">>></a> uart_close +<BR><BR>[Called By]<UL><LI><a href="#[193]">>></a> calib_close +<LI><a href="#[1a9]">>></a> flash_close +<LI><a href="#[16f]">>></a> uart_close <LI><a href="#[25]">>></a> RCO32K_CAL_IRQHandler -<LI><a href="#[1bd]">>></a> wdt_close +<LI><a href="#[1c2]">>></a> wdt_close </UL> -<P><STRONG><a name="[17f]"></a>clock_enable</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_clock.o(.text.clock_enable)) -<BR><BR>[Called By]<UL><LI><a href="#[17c]">>></a> dma_open -<LI><a href="#[17e]">>></a> adc_open -<LI><a href="#[19c]">>></a> dual_timer_open -<LI><a href="#[18b]">>></a> calib_open -<LI><a href="#[197]">>></a> calib_chip -<LI><a href="#[181]">>></a> aes_open -<LI><a href="#[1a5]">>></a> gpio_open +<P><STRONG><a name="[184]"></a>clock_enable</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_clock.o(.text.clock_enable)) +<BR><BR>[Called By]<UL><LI><a href="#[181]">>></a> dma_open +<LI><a href="#[183]">>></a> adc_open +<LI><a href="#[1a1]">>></a> dual_timer_open +<LI><a href="#[190]">>></a> calib_open +<LI><a href="#[19c]">>></a> calib_chip +<LI><a href="#[186]">>></a> aes_open +<LI><a href="#[1aa]">>></a> gpio_open <LI><a href="#[138]">>></a> flash_open -<LI><a href="#[1b3]">>></a> mac_restart -<LI><a href="#[16c]">>></a> uart_open -<LI><a href="#[1bf]">>></a> sleep_timer_open -<LI><a href="#[1ae]">>></a> mac_init -<LI><a href="#[1ab]">>></a> lsp_open +<LI><a href="#[1b8]">>></a> mac_restart +<LI><a href="#[172]">>></a> uart_open +<LI><a href="#[1c4]">>></a> sleep_timer_open +<LI><a href="#[1b3]">>></a> mac_init +<LI><a href="#[1b0]">>></a> lsp_open </UL> <P><STRONG><a name="[13e]"></a>clock_get_frequency</STRONG> (Thumb, 272 bytes, Stack size 8 bytes, mk_clock.o(.text.clock_get_frequency)) <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = clock_get_frequency </UL> -<BR>[Called By]<UL><LI><a href="#[191]">>></a> sys_timer_open +<BR>[Called By]<UL><LI><a href="#[196]">>></a> sys_timer_open <LI><a href="#[25]">>></a> RCO32K_CAL_IRQHandler </UL> -<P><STRONG><a name="[18f]"></a>clock_set_divider</STRONG> (Thumb, 100 bytes, Stack size 0 bytes, mk_clock.o(.text.clock_set_divider)) +<P><STRONG><a name="[194]"></a>clock_set_divider</STRONG> (Thumb, 100 bytes, Stack size 0 bytes, mk_clock.o(.text.clock_set_divider)) <BR><BR>[Called By]<UL><LI><a href="#[138]">>></a> flash_open -<LI><a href="#[16c]">>></a> uart_open -<LI><a href="#[189]">>></a> board_clock_run +<LI><a href="#[172]">>></a> uart_open +<LI><a href="#[18e]">>></a> board_clock_run </UL> -<P><STRONG><a name="[177]"></a>crc16</STRONG> (Thumb, 44 bytes, Stack size 16 bytes, crc.o(.text.crc16)) +<P><STRONG><a name="[17d]"></a>crc16</STRONG> (Thumb, 44 bytes, Stack size 16 bytes, crc.o(.text.crc16)) <BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = crc16 </UL> -<BR>[Called By]<UL><LI><a href="#[174]">>></a> WsfNvmInit +<BR>[Called By]<UL><LI><a href="#[17a]">>></a> WsfNvmInit </UL> <P><STRONG><a name="[d3]"></a>delay_us</STRONG> (Thumb, 28 bytes, Stack size 0 bytes, mk_misc.o(.text.delay_us)) -<BR><BR>[Called By]<UL><LI><a href="#[19f]">>></a> flash_power_up -<LI><a href="#[19e]">>></a> flash_power_down +<BR><BR>[Called By]<UL><LI><a href="#[1a4]">>></a> flash_power_up +<LI><a href="#[1a3]">>></a> flash_power_down <LI><a href="#[138]">>></a> flash_open -<LI><a href="#[1a4]">>></a> flash_close -<LI><a href="#[1a2]">>></a> flash_wait_done -<LI><a href="#[3f]">>></a> flash_dma_write_nbytes_callback -<LI><a href="#[19d]">>></a> enter_power_down_in_ram -<LI><a href="#[16c]">>></a> uart_open -<LI><a href="#[172]">>></a> blink_led -<LI><a href="#[159]">>></a> uwb_configure -<LI><a href="#[166]">>></a> UwbSearch -<LI><a href="#[164]">>></a> UwbRange +<LI><a href="#[1a9]">>></a> flash_close +<LI><a href="#[1a7]">>></a> flash_wait_done +<LI><a href="#[40]">>></a> flash_dma_write_nbytes_callback +<LI><a href="#[1a2]">>></a> enter_power_down_in_ram +<LI><a href="#[172]">>></a> uart_open +<LI><a href="#[178]">>></a> blink_led +<LI><a href="#[15f]">>></a> uwb_configure +<LI><a href="#[16c]">>></a> UwbSearch +<LI><a href="#[16a]">>></a> UwbRange <LI><a href="#[ac]">>></a> AIR780E_Reset -<LI><a href="#[189]">>></a> board_clock_run -<LI><a href="#[16e]">>></a> UpdateProcess +<LI><a href="#[18e]">>></a> board_clock_run +<LI><a href="#[174]">>></a> UpdateProcess <LI><a href="#[d6]">>></a> LIS3DH_WriteOneByte <LI><a href="#[d5]">>></a> LIS3DH_ReadOneByte <LI><a href="#[107]">>></a> IIC2_Wait_Ack <LI><a href="#[106]">>></a> IIC2_Send_Byte <LI><a href="#[102]">>></a> IIC2_Read_Byte <LI><a href="#[d4]">>></a> Accelerometer_Init -<LI><a href="#[155]">>></a> TagRange +<LI><a href="#[15b]">>></a> TagRange </UL> <P><STRONG><a name="[11b]"></a>derive_scaled_thres</STRONG> (Thumb, 196 bytes, Stack size 32 bytes, mk8000_all_antenna_fap.o(.text.derive_scaled_thres)) @@ -2952,51 +2977,51 @@ <BR>[Called By]<UL><LI><a href="#[119]">>></a> MK8000_all_antenna_FAP </UL> -<P><STRONG><a name="[17c]"></a>dma_open</STRONG> (Thumb, 224 bytes, Stack size 24 bytes, mk_dma.o(.text.dma_open)) +<P><STRONG><a name="[181]"></a>dma_open</STRONG> (Thumb, 224 bytes, Stack size 24 bytes, mk_dma.o(.text.dma_open)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = dma_open </UL> -<BR>[Calls]<UL><LI><a href="#[180]">>></a> reset_module -<LI><a href="#[17f]">>></a> clock_enable +<BR>[Calls]<UL><LI><a href="#[185]">>></a> reset_module +<LI><a href="#[184]">>></a> clock_enable </UL> -<BR>[Called By]<UL><LI><a href="#[17b]">>></a> adc_get -<LI><a href="#[170]">>></a> flash_write_nbytes +<BR>[Called By]<UL><LI><a href="#[146]">>></a> adc_get +<LI><a href="#[176]">>></a> flash_write_nbytes <LI><a href="#[13a]">>></a> flash_read -<LI><a href="#[146]">>></a> uart_send -<LI><a href="#[16b]">>></a> uart_receive +<LI><a href="#[14c]">>></a> uart_send +<LI><a href="#[171]">>></a> uart_receive </UL> -<P><STRONG><a name="[17d]"></a>dma_transfer</STRONG> (Thumb, 168 bytes, Stack size 24 bytes, mk_dma.o(.text.dma_transfer)) +<P><STRONG><a name="[182]"></a>dma_transfer</STRONG> (Thumb, 168 bytes, Stack size 24 bytes, mk_dma.o(.text.dma_transfer)) <BR><BR>[Stack]<UL><LI>Max Depth = 324<LI>Call Chain = dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[92]">>></a> trace_assert_dump </UL> -<BR>[Called By]<UL><LI><a href="#[17b]">>></a> adc_get -<LI><a href="#[170]">>></a> flash_write_nbytes +<BR>[Called By]<UL><LI><a href="#[146]">>></a> adc_get +<LI><a href="#[176]">>></a> flash_write_nbytes <LI><a href="#[13a]">>></a> flash_read -<LI><a href="#[3f]">>></a> flash_dma_write_nbytes_callback -<LI><a href="#[3e]">>></a> flash_dma_callback -<LI><a href="#[146]">>></a> uart_send -<LI><a href="#[16b]">>></a> uart_receive +<LI><a href="#[40]">>></a> flash_dma_write_nbytes_callback +<LI><a href="#[3f]">>></a> flash_dma_callback +<LI><a href="#[14c]">>></a> uart_send +<LI><a href="#[171]">>></a> uart_receive </UL> -<P><STRONG><a name="[1df]"></a>dual_timer_get</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, mk_dual_timer.o(.text.dual_timer_get)) +<P><STRONG><a name="[1e3]"></a>dual_timer_get</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, mk_dual_timer.o(.text.dual_timer_get)) <BR><BR>[Called By]<UL><LI><a href="#[117]">>></a> sys_timer_get </UL> -<P><STRONG><a name="[19c]"></a>dual_timer_open</STRONG> (Thumb, 308 bytes, Stack size 24 bytes, mk_dual_timer.o(.text.dual_timer_open)) +<P><STRONG><a name="[1a1]"></a>dual_timer_open</STRONG> (Thumb, 308 bytes, Stack size 24 bytes, mk_dual_timer.o(.text.dual_timer_open)) <BR><BR>[Stack]<UL><LI>Max Depth = 324<LI>Call Chain = dual_timer_open ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[92]">>></a> trace_assert_dump -<LI><a href="#[17f]">>></a> clock_enable +<LI><a href="#[184]">>></a> clock_enable </UL> -<BR>[Called By]<UL><LI><a href="#[191]">>></a> sys_timer_open +<BR>[Called By]<UL><LI><a href="#[196]">>></a> sys_timer_open </UL> -<P><STRONG><a name="[1e0]"></a>dual_timer_start</STRONG> (Thumb, 20 bytes, Stack size 0 bytes, mk_dual_timer.o(.text.dual_timer_start)) -<BR><BR>[Called By]<UL><LI><a href="#[191]">>></a> sys_timer_open +<P><STRONG><a name="[1e4]"></a>dual_timer_start</STRONG> (Thumb, 20 bytes, Stack size 0 bytes, mk_dual_timer.o(.text.dual_timer_start)) +<BR><BR>[Called By]<UL><LI><a href="#[196]">>></a> sys_timer_open </UL> -<P><STRONG><a name="[1b5]"></a>dual_timer_stop</STRONG> (Thumb, 20 bytes, Stack size 0 bytes, mk_dual_timer.o(.text.dual_timer_stop)) +<P><STRONG><a name="[1ba]"></a>dual_timer_stop</STRONG> (Thumb, 20 bytes, Stack size 0 bytes, mk_dual_timer.o(.text.dual_timer_stop)) <BR><BR>[Called By]<UL><LI><a href="#[116]">>></a> mac_timer_stop </UL> @@ -3013,14 +3038,14 @@ <LI><a href="#[119]">>></a> MK8000_all_antenna_FAP </UL> -<P><STRONG><a name="[19d]"></a>enter_power_down_in_ram</STRONG> (Thumb, 344 bytes, Stack size 40 bytes, mk_power.o(.text.enter_power_down_in_ram)) +<P><STRONG><a name="[1a2]"></a>enter_power_down_in_ram</STRONG> (Thumb, 344 bytes, Stack size 40 bytes, mk_power.o(.text.enter_power_down_in_ram)) <BR><BR>[Stack]<UL><LI>Max Depth = 48<LI>Call Chain = enter_power_down_in_ram ⇒ flash_power_up </UL> <BR>[Calls]<UL><LI><a href="#[d3]">>></a> delay_us -<LI><a href="#[19f]">>></a> flash_power_up -<LI><a href="#[19e]">>></a> flash_power_down +<LI><a href="#[1a4]">>></a> flash_power_up +<LI><a href="#[1a3]">>></a> flash_power_down </UL> -<BR>[Called By]<UL><LI><a href="#[1c0]">>></a> power_enter_power_down_mode +<BR>[Called By]<UL><LI><a href="#[1c5]">>></a> power_enter_power_down_mode </UL> <P><STRONG><a name="[115]"></a>exit_debug_mode</STRONG> (Thumb, 44 bytes, Stack size 0 bytes, mk_phy.o(.text.exit_debug_mode)) @@ -3031,48 +3056,48 @@ <BR><BR>[Called By]<UL><LI><a href="#[e]">>></a> MAC_IRQHandler </UL> -<P><STRONG><a name="[1a0]"></a>flash_block_erase</STRONG> (Thumb, 400 bytes, Stack size 32 bytes, mk_flash.o(.text.flash_block_erase)) +<P><STRONG><a name="[1a5]"></a>flash_block_erase</STRONG> (Thumb, 400 bytes, Stack size 32 bytes, mk_flash.o(.text.flash_block_erase)) <BR><BR>[Stack]<UL><LI>Max Depth = 332<LI>Call Chain = flash_block_erase ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[92]">>></a> trace_assert_dump <LI><a href="#[117]">>></a> sys_timer_get -<LI><a href="#[1a1]">>></a> flash_write_cmd -<LI><a href="#[1a2]">>></a> flash_wait_done +<LI><a href="#[1a6]">>></a> flash_write_cmd +<LI><a href="#[1a7]">>></a> flash_wait_done <LI><a href="#[d9]">>></a> __aeabi_uidiv </UL> -<BR>[Called By]<UL><LI><a href="#[16f]">>></a> flash_erase +<BR>[Called By]<UL><LI><a href="#[175]">>></a> flash_erase </UL> -<P><STRONG><a name="[1a3]"></a>flash_check_busy</STRONG> (Thumb, 244 bytes, Stack size 32 bytes, mk_flash.o(.text.flash_check_busy)) +<P><STRONG><a name="[1a8]"></a>flash_check_busy</STRONG> (Thumb, 244 bytes, Stack size 32 bytes, mk_flash.o(.text.flash_check_busy)) <BR><BR>[Stack]<UL><LI>Max Depth = 80<LI>Call Chain = flash_check_busy ⇒ flash_write_cmd ⇒ sys_timer_get </UL> <BR>[Calls]<UL><LI><a href="#[117]">>></a> sys_timer_get -<LI><a href="#[1a1]">>></a> flash_write_cmd +<LI><a href="#[1a6]">>></a> flash_write_cmd </UL> -<BR>[Called By]<UL><LI><a href="#[16f]">>></a> flash_erase +<BR>[Called By]<UL><LI><a href="#[175]">>></a> flash_erase </UL> -<P><STRONG><a name="[1a4]"></a>flash_close</STRONG> (Thumb, 56 bytes, Stack size 16 bytes, mk_flash.o(.text.flash_close)) +<P><STRONG><a name="[1a9]"></a>flash_close</STRONG> (Thumb, 56 bytes, Stack size 16 bytes, mk_flash.o(.text.flash_close)) <BR><BR>[Stack]<UL><LI>Max Depth = 64<LI>Call Chain = flash_close ⇒ flash_write_cmd ⇒ sys_timer_get </UL> <BR>[Calls]<UL><LI><a href="#[d3]">>></a> delay_us <LI><a href="#[141]">>></a> clock_disable -<LI><a href="#[1a1]">>></a> flash_write_cmd +<LI><a href="#[1a6]">>></a> flash_write_cmd </UL> <BR>[Called By]<UL><LI><a href="#[28]">>></a> main </UL> -<P><STRONG><a name="[16f]"></a>flash_erase</STRONG> (Thumb, 332 bytes, Stack size 48 bytes, mk_flash.o(.text.flash_erase)) +<P><STRONG><a name="[175]"></a>flash_erase</STRONG> (Thumb, 332 bytes, Stack size 48 bytes, mk_flash.o(.text.flash_erase)) <BR><BR>[Stack]<UL><LI>Max Depth = 380<LI>Call Chain = flash_erase ⇒ flash_sector_erase ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[136]">>></a> flash_sector_erase -<LI><a href="#[1a3]">>></a> flash_check_busy -<LI><a href="#[1a0]">>></a> flash_block_erase +<LI><a href="#[1a8]">>></a> flash_check_busy +<LI><a href="#[1a5]">>></a> flash_block_erase <LI><a href="#[5d]">>></a> __aeabi_uidivmod <LI><a href="#[d9]">>></a> __aeabi_uidiv </UL> -<BR>[Called By]<UL><LI><a href="#[152]">>></a> save_com_map_to_flash -<LI><a href="#[16e]">>></a> UpdateProcess +<BR>[Called By]<UL><LI><a href="#[158]">>></a> save_com_map_to_flash +<LI><a href="#[174]">>></a> UpdateProcess <LI><a href="#[13c]">>></a> parameter_init_anchor </UL> @@ -3080,45 +3105,45 @@ <BR><BR>[Stack]<UL><LI>Max Depth = 780<LI>Call Chain = flash_open ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[93]">>></a> trace_printf -<LI><a href="#[180]">>></a> reset_module +<LI><a href="#[185]">>></a> reset_module <LI><a href="#[d3]">>></a> delay_us -<LI><a href="#[17f]">>></a> clock_enable -<LI><a href="#[18f]">>></a> clock_set_divider +<LI><a href="#[184]">>></a> clock_enable +<LI><a href="#[194]">>></a> clock_set_divider <LI><a href="#[117]">>></a> sys_timer_get -<LI><a href="#[1a1]">>></a> flash_write_cmd -<LI><a href="#[1a2]">>></a> flash_wait_done +<LI><a href="#[1a6]">>></a> flash_write_cmd +<LI><a href="#[1a7]">>></a> flash_wait_done <LI><a href="#[d9]">>></a> __aeabi_uidiv </UL> -<BR>[Called By]<UL><LI><a href="#[152]">>></a> save_com_map_to_flash -<LI><a href="#[16e]">>></a> UpdateProcess +<BR>[Called By]<UL><LI><a href="#[158]">>></a> save_com_map_to_flash +<LI><a href="#[174]">>></a> UpdateProcess <LI><a href="#[13c]">>></a> parameter_init_anchor <LI><a href="#[137]">>></a> PalFlashInit </UL> -<P><STRONG><a name="[19e]"></a>flash_power_down</STRONG> (Thumb, 36 bytes, Stack size 8 bytes, mk_flash.o(.text.flash_power_down)) +<P><STRONG><a name="[1a3]"></a>flash_power_down</STRONG> (Thumb, 36 bytes, Stack size 8 bytes, mk_flash.o(.text.flash_power_down)) <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = flash_power_down </UL> <BR>[Calls]<UL><LI><a href="#[d3]">>></a> delay_us </UL> -<BR>[Called By]<UL><LI><a href="#[19d]">>></a> enter_power_down_in_ram +<BR>[Called By]<UL><LI><a href="#[1a2]">>></a> enter_power_down_in_ram </UL> -<P><STRONG><a name="[19f]"></a>flash_power_up</STRONG> (Thumb, 36 bytes, Stack size 8 bytes, mk_flash.o(.text.flash_power_up)) +<P><STRONG><a name="[1a4]"></a>flash_power_up</STRONG> (Thumb, 36 bytes, Stack size 8 bytes, mk_flash.o(.text.flash_power_up)) <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = flash_power_up </UL> <BR>[Calls]<UL><LI><a href="#[d3]">>></a> delay_us </UL> -<BR>[Called By]<UL><LI><a href="#[19d]">>></a> enter_power_down_in_ram +<BR>[Called By]<UL><LI><a href="#[1a2]">>></a> enter_power_down_in_ram </UL> <P><STRONG><a name="[13a]"></a>flash_read</STRONG> (Thumb, 688 bytes, Stack size 96 bytes, mk_flash.o(.text.flash_read)) <BR><BR>[Stack]<UL><LI>Max Depth = 420<LI>Call Chain = flash_read ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[92]">>></a> trace_assert_dump -<LI><a href="#[17d]">>></a> dma_transfer -<LI><a href="#[17c]">>></a> dma_open +<LI><a href="#[182]">>></a> dma_transfer +<LI><a href="#[181]">>></a> dma_open <LI><a href="#[117]">>></a> sys_timer_get -<LI><a href="#[1a1]">>></a> flash_write_cmd +<LI><a href="#[1a6]">>></a> flash_write_cmd <LI><a href="#[d9]">>></a> __aeabi_uidiv </UL> <BR>[Called By]<UL><LI><a href="#[13c]">>></a> parameter_init_anchor @@ -3130,46 +3155,46 @@ </UL> <BR>[Calls]<UL><LI><a href="#[92]">>></a> trace_assert_dump <LI><a href="#[117]">>></a> sys_timer_get -<LI><a href="#[1a1]">>></a> flash_write_cmd -<LI><a href="#[1a2]">>></a> flash_wait_done +<LI><a href="#[1a6]">>></a> flash_write_cmd +<LI><a href="#[1a7]">>></a> flash_wait_done <LI><a href="#[d9]">>></a> __aeabi_uidiv </UL> -<BR>[Called By]<UL><LI><a href="#[16f]">>></a> flash_erase +<BR>[Called By]<UL><LI><a href="#[175]">>></a> flash_erase <LI><a href="#[135]">>></a> PalFlashEraseSector </UL> -<P><STRONG><a name="[170]"></a>flash_write_nbytes</STRONG> (Thumb, 1980 bytes, Stack size 136 bytes, mk_flash.o(.text.flash_write_nbytes)) +<P><STRONG><a name="[176]"></a>flash_write_nbytes</STRONG> (Thumb, 1980 bytes, Stack size 136 bytes, mk_flash.o(.text.flash_write_nbytes)) <BR><BR>[Stack]<UL><LI>Max Depth = 460<LI>Call Chain = flash_write_nbytes ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[17d]">>></a> dma_transfer -<LI><a href="#[17c]">>></a> dma_open +<BR>[Calls]<UL><LI><a href="#[182]">>></a> dma_transfer +<LI><a href="#[181]">>></a> dma_open <LI><a href="#[117]">>></a> sys_timer_get -<LI><a href="#[1a1]">>></a> flash_write_cmd -<LI><a href="#[1a2]">>></a> flash_wait_done +<LI><a href="#[1a6]">>></a> flash_write_cmd +<LI><a href="#[1a7]">>></a> flash_wait_done <LI><a href="#[d9]">>></a> __aeabi_uidiv </UL> -<BR>[Called By]<UL><LI><a href="#[152]">>></a> save_com_map_to_flash -<LI><a href="#[16e]">>></a> UpdateProcess +<BR>[Called By]<UL><LI><a href="#[158]">>></a> save_com_map_to_flash +<LI><a href="#[174]">>></a> UpdateProcess <LI><a href="#[13c]">>></a> parameter_init_anchor </UL> -<P><STRONG><a name="[161]"></a>get_uart1_dma_cndtr</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_dma.o(.text.get_uart1_dma_cndtr)) +<P><STRONG><a name="[167]"></a>get_uart1_dma_cndtr</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_dma.o(.text.get_uart1_dma_cndtr)) <BR><BR>[Called By]<UL><LI><a href="#[10c]">>></a> UART_CheckReceive </UL> -<P><STRONG><a name="[186]"></a>gpio_enable_irq</STRONG> (Thumb, 204 bytes, Stack size 20 bytes, mk_gpio.o(.text.gpio_enable_irq)) +<P><STRONG><a name="[18b]"></a>gpio_enable_irq</STRONG> (Thumb, 204 bytes, Stack size 20 bytes, mk_gpio.o(.text.gpio_enable_irq)) <BR><BR>[Stack]<UL><LI>Max Depth = 20<LI>Call Chain = gpio_enable_irq </UL> -<BR>[Called By]<UL><LI><a href="#[196]">>></a> board_restore_from_power_down -<LI><a href="#[188]">>></a> board_acceleration_detection_init -<LI><a href="#[185]">>></a> board_4GUsart_detection_init +<BR>[Called By]<UL><LI><a href="#[19b]">>></a> board_restore_from_power_down +<LI><a href="#[18d]">>></a> board_acceleration_detection_init +<LI><a href="#[18a]">>></a> board_4GUsart_detection_init </UL> -<P><STRONG><a name="[1a5]"></a>gpio_open</STRONG> (Thumb, 20 bytes, Stack size 8 bytes, mk_gpio.o(.text.gpio_open)) +<P><STRONG><a name="[1aa]"></a>gpio_open</STRONG> (Thumb, 20 bytes, Stack size 8 bytes, mk_gpio.o(.text.gpio_open)) <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = gpio_open </UL> -<BR>[Calls]<UL><LI><a href="#[180]">>></a> reset_module -<LI><a href="#[17f]">>></a> clock_enable +<BR>[Calls]<UL><LI><a href="#[185]">>></a> reset_module +<LI><a href="#[184]">>></a> clock_enable </UL> <BR>[Called By]<UL><LI><a href="#[28]">>></a> main </UL> @@ -3177,7 +3202,8 @@ <P><STRONG><a name="[103]"></a>gpio_pin_clr</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_gpio.o(.text.gpio_pin_clr)) <BR><BR>[Called By]<UL><LI><a href="#[108]">>></a> IO_LED_control_change <LI><a href="#[28]">>></a> main -<LI><a href="#[195]">>></a> board_prepare_for_power_down +<LI><a href="#[145]">>></a> SecondTask +<LI><a href="#[19a]">>></a> board_prepare_for_power_down <LI><a href="#[d6]">>></a> LIS3DH_WriteOneByte <LI><a href="#[d5]">>></a> LIS3DH_ReadOneByte <LI><a href="#[107]">>></a> IIC2_Wait_Ack @@ -3186,18 +3212,17 @@ </UL> <P><STRONG><a name="[105]"></a>gpio_pin_get_val</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_gpio.o(.text.gpio_pin_get_val)) -<BR><BR>[Called By]<UL><LI><a href="#[19b]">>></a> charge_state_change +<BR><BR>[Called By]<UL><LI><a href="#[1a0]">>></a> charge_state_change <LI><a href="#[28]">>></a> main <LI><a href="#[10b]">>></a> IdleTask -<LI><a href="#[40]">>></a> adc_callback <LI><a href="#[107]">>></a> IIC2_Wait_Ack <LI><a href="#[102]">>></a> IIC2_Read_Byte </UL> <P><STRONG><a name="[104]"></a>gpio_pin_set</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_gpio.o(.text.gpio_pin_set)) <BR><BR>[Called By]<UL><LI><a href="#[108]">>></a> IO_LED_control_change -<LI><a href="#[40]">>></a> adc_callback -<LI><a href="#[196]">>></a> board_restore_from_power_down +<LI><a href="#[35]">>></a> adc_callback +<LI><a href="#[19b]">>></a> board_restore_from_power_down <LI><a href="#[d6]">>></a> LIS3DH_WriteOneByte <LI><a href="#[d5]">>></a> LIS3DH_ReadOneByte <LI><a href="#[107]">>></a> IIC2_Wait_Ack @@ -3207,10 +3232,10 @@ <P><STRONG><a name="[100]"></a>gpio_pin_set_dir</STRONG> (Thumb, 80 bytes, Stack size 0 bytes, mk_gpio.o(.text.gpio_pin_set_dir)) <BR><BR>[Called By]<UL><LI><a href="#[109]">>></a> IO_control_init -<LI><a href="#[194]">>></a> board_pins_config -<LI><a href="#[193]">>></a> board_output_init -<LI><a href="#[188]">>></a> board_acceleration_detection_init -<LI><a href="#[185]">>></a> board_4GUsart_detection_init +<LI><a href="#[199]">>></a> board_pins_config +<LI><a href="#[198]">>></a> board_output_init +<LI><a href="#[18d]">>></a> board_acceleration_detection_init +<LI><a href="#[18a]">>></a> board_4GUsart_detection_init <LI><a href="#[107]">>></a> IIC2_Wait_Ack <LI><a href="#[fe]">>></a> IIC2_Init </UL> @@ -3220,17 +3245,19 @@ </UL> <BR>[Calls]<UL><LI><a href="#[108]">>></a> IO_LED_control_change </UL> -<BR>[Called By]<UL><LI><a href="#[28]">>></a> main -<LI><a href="#[ac]">>></a> AIR780E_Reset +<BR>[Called By]<UL><LI><a href="#[ac]">>></a> AIR780E_Reset +<LI><a href="#[1c8]">>></a> mcu_deep_sleep +<LI><a href="#[28]">>></a> main +<LI><a href="#[35]">>></a> adc_callback </UL> -<P><STRONG><a name="[1a6]"></a>high_xtal_off_time</STRONG> (Thumb, 36 bytes, Stack size 8 bytes, mk_sleep_timer.o(.text.high_xtal_off_time)) +<P><STRONG><a name="[1ab]"></a>high_xtal_off_time</STRONG> (Thumb, 36 bytes, Stack size 8 bytes, mk_sleep_timer.o(.text.high_xtal_off_time)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = high_xtal_off_time ⇒ __aeabi_idiv </UL> <BR>[Calls]<UL><LI><a href="#[13f]">>></a> __aeabi_idiv </UL> -<BR>[Called By]<UL><LI><a href="#[1d3]">>></a> phy_timer_resume -<LI><a href="#[1d7]">>></a> sys_tick_resume +<BR>[Called By]<UL><LI><a href="#[1d7]">>></a> phy_timer_resume +<LI><a href="#[1db]">>></a> sys_tick_resume </UL> <P><STRONG><a name="[10a]"></a>io_open_drain_set</STRONG> (Thumb, 32 bytes, Stack size 0 bytes, mk_io.o(.text.io_open_drain_set)) @@ -3242,10 +3269,10 @@ <LI><a href="#[28]">>></a> main <LI><a href="#[10e]">>></a> uart1_change_from_gps_to_debug <LI><a href="#[10d]">>></a> uart1_change_from_debug_to_gps -<LI><a href="#[194]">>></a> board_pins_config -<LI><a href="#[193]">>></a> board_output_init -<LI><a href="#[185]">>></a> board_4GUsart_detection_init -<LI><a href="#[168]">>></a> Uart1GpsRecDebugSend +<LI><a href="#[199]">>></a> board_pins_config +<LI><a href="#[198]">>></a> board_output_init +<LI><a href="#[18a]">>></a> board_4GUsart_detection_init +<LI><a href="#[16e]">>></a> Uart1GpsRecDebugSend <LI><a href="#[fe]">>></a> IIC2_Init </UL> @@ -3253,17 +3280,17 @@ <BR><BR>[Stack]<UL><LI>Max Depth = 20<LI>Call Chain = io_pull_set </UL> <BR>[Called By]<UL><LI><a href="#[109]">>></a> IO_control_init -<LI><a href="#[194]">>></a> board_pins_config -<LI><a href="#[193]">>></a> board_output_init -<LI><a href="#[188]">>></a> board_acceleration_detection_init -<LI><a href="#[185]">>></a> board_4GUsart_detection_init +<LI><a href="#[199]">>></a> board_pins_config +<LI><a href="#[198]">>></a> board_output_init +<LI><a href="#[18d]">>></a> board_acceleration_detection_init +<LI><a href="#[18a]">>></a> board_4GUsart_detection_init <LI><a href="#[fe]">>></a> IIC2_Init </UL> <P><STRONG><a name="[120]"></a>lsp_cmplx_inner_product_f32</STRONG> (Thumb, 28 bytes, Stack size 16 bytes, mk_lsp.o(.text.lsp_cmplx_inner_product_f32)) <BR><BR>[Stack]<UL><LI>Max Depth = 396<LI>Call Chain = lsp_cmplx_inner_product_f32 ⇒ lsp_g_op_f32 ⇒ lsp_engine_run ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[1a7]">>></a> lsp_g_op_f32 +<BR>[Calls]<UL><LI><a href="#[1ac]">>></a> lsp_g_op_f32 </UL> <BR>[Called By]<UL><LI><a href="#[130]">>></a> MK8000_sts_FAP_detect <LI><a href="#[11f]">>></a> MK8000_blender_packet @@ -3272,7 +3299,7 @@ <P><STRONG><a name="[12c]"></a>lsp_cmplx_mult_cmplx_int8</STRONG> (Thumb, 32 bytes, Stack size 32 bytes, mk_lsp.o(.text.lsp_cmplx_mult_cmplx_int8)) <BR><BR>[Stack]<UL><LI>Max Depth = 412<LI>Call Chain = lsp_cmplx_mult_cmplx_int8 ⇒ lsp_g_op_int8 ⇒ lsp_engine_run ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[1a8]">>></a> lsp_g_op_int8 +<BR>[Calls]<UL><LI><a href="#[1ad]">>></a> lsp_g_op_int8 </UL> <BR>[Called By]<UL><LI><a href="#[12b]">>></a> MK8000_preamble_FAP_LSP </UL> @@ -3280,324 +3307,337 @@ <P><STRONG><a name="[126]"></a>lsp_inner_product_f32</STRONG> (Thumb, 28 bytes, Stack size 16 bytes, mk_lsp.o(.text.lsp_inner_product_f32)) <BR><BR>[Stack]<UL><LI>Max Depth = 396<LI>Call Chain = lsp_inner_product_f32 ⇒ lsp_g_op_f32 ⇒ lsp_engine_run ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[1a7]">>></a> lsp_g_op_f32 +<BR>[Calls]<UL><LI><a href="#[1ac]">>></a> lsp_g_op_f32 </UL> -<BR>[Called By]<UL><LI><a href="#[129]">>></a> MK8000_fap_adjust_simple -<LI><a href="#[123]">>></a> MK8000_fap_adjust -<LI><a href="#[130]">>></a> MK8000_sts_FAP_detect +<BR>[Called By]<UL><LI><a href="#[130]">>></a> MK8000_sts_FAP_detect <LI><a href="#[127]">>></a> MK8000_fap_adjust_FLT +<LI><a href="#[129]">>></a> MK8000_fap_adjust_simple +<LI><a href="#[123]">>></a> MK8000_fap_adjust </UL> <P><STRONG><a name="[12d]"></a>lsp_inner_product_int16</STRONG> (Thumb, 30 bytes, Stack size 24 bytes, mk_lsp.o(.text.lsp_inner_product_int16)) <BR><BR>[Stack]<UL><LI>Max Depth = 412<LI>Call Chain = lsp_inner_product_int16 ⇒ lsp_g_op_int16 ⇒ lsp_engine_run ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[1aa]">>></a> lsp_g_op_int16 +<BR>[Calls]<UL><LI><a href="#[1af]">>></a> lsp_g_op_int16 </UL> <BR>[Called By]<UL><LI><a href="#[12b]">>></a> MK8000_preamble_FAP_LSP </UL> -<P><STRONG><a name="[1ab]"></a>lsp_open</STRONG> (Thumb, 68 bytes, Stack size 16 bytes, mk_lsp.o(.text.lsp_open)) +<P><STRONG><a name="[1b0]"></a>lsp_open</STRONG> (Thumb, 68 bytes, Stack size 16 bytes, mk_lsp.o(.text.lsp_open)) <BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = lsp_open </UL> -<BR>[Calls]<UL><LI><a href="#[180]">>></a> reset_module -<LI><a href="#[17f]">>></a> clock_enable +<BR>[Calls]<UL><LI><a href="#[185]">>></a> reset_module +<LI><a href="#[184]">>></a> clock_enable </UL> -<BR>[Called By]<UL><LI><a href="#[156]">>></a> uwb_open +<BR>[Called By]<UL><LI><a href="#[15c]">>></a> uwb_open </UL> <P><STRONG><a name="[125]"></a>lsp_scale_f32</STRONG> (Thumb, 80 bytes, Stack size 24 bytes, mk_lsp.o(.text.lsp_scale_f32)) <BR><BR>[Stack]<UL><LI>Max Depth = 404<LI>Call Chain = lsp_scale_f32 ⇒ lsp_g_op_f32 ⇒ lsp_engine_run ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[92]">>></a> trace_assert_dump -<LI><a href="#[1a7]">>></a> lsp_g_op_f32 +<LI><a href="#[1ac]">>></a> lsp_g_op_f32 </UL> -<BR>[Called By]<UL><LI><a href="#[129]">>></a> MK8000_fap_adjust_simple -<LI><a href="#[123]">>></a> MK8000_fap_adjust -<LI><a href="#[130]">>></a> MK8000_sts_FAP_detect +<BR>[Called By]<UL><LI><a href="#[130]">>></a> MK8000_sts_FAP_detect <LI><a href="#[127]">>></a> MK8000_fap_adjust_FLT +<LI><a href="#[129]">>></a> MK8000_fap_adjust_simple +<LI><a href="#[123]">>></a> MK8000_fap_adjust </UL> <P><STRONG><a name="[124]"></a>lsp_vinverse_f32</STRONG> (Thumb, 26 bytes, Stack size 16 bytes, mk_lsp.o(.text.lsp_vinverse_f32)) <BR><BR>[Stack]<UL><LI>Max Depth = 396<LI>Call Chain = lsp_vinverse_f32 ⇒ lsp_g_op_f32 ⇒ lsp_engine_run ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[1a7]">>></a> lsp_g_op_f32 +<BR>[Calls]<UL><LI><a href="#[1ac]">>></a> lsp_g_op_f32 </UL> <BR>[Called By]<UL><LI><a href="#[12b]">>></a> MK8000_preamble_FAP_LSP +<LI><a href="#[127]">>></a> MK8000_fap_adjust_FLT <LI><a href="#[129]">>></a> MK8000_fap_adjust_simple <LI><a href="#[123]">>></a> MK8000_fap_adjust -<LI><a href="#[127]">>></a> MK8000_fap_adjust_FLT </UL> -<P><STRONG><a name="[1eb]"></a>mac_crc_mode_configure</STRONG> (Thumb, 36 bytes, Stack size 0 bytes, mk_mac.o(.text.mac_crc_mode_configure)) -<BR><BR>[Called By]<UL><LI><a href="#[159]">>></a> uwb_configure +<P><STRONG><a name="[1ef]"></a>mac_crc_mode_configure</STRONG> (Thumb, 36 bytes, Stack size 0 bytes, mk_mac.o(.text.mac_crc_mode_configure)) +<BR><BR>[Called By]<UL><LI><a href="#[15f]">>></a> uwb_configure </UL> -<P><STRONG><a name="[1ac]"></a>mac_cs_construct</STRONG> (Thumb, 192 bytes, Stack size 32 bytes, mk_mac.o(.text.mac_cs_construct)) +<P><STRONG><a name="[1b1]"></a>mac_cs_construct</STRONG> (Thumb, 192 bytes, Stack size 32 bytes, mk_mac.o(.text.mac_cs_construct)) <BR><BR>[Stack]<UL><LI>Max Depth = 332<LI>Call Chain = mac_cs_construct ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[92]">>></a> trace_assert_dump <LI><a href="#[d8]">>></a> phy_timer_count_get -<LI><a href="#[1ad]">>></a> phy_crypto_sts_index_get +<LI><a href="#[1b2]">>></a> phy_crypto_sts_index_get </UL> -<BR>[Called By]<UL><LI><a href="#[1b6]">>></a> mac_tx -<LI><a href="#[1b4]">>></a> mac_rx +<BR>[Called By]<UL><LI><a href="#[1bb]">>></a> mac_tx +<LI><a href="#[1b9]">>></a> mac_rx </UL> -<P><STRONG><a name="[1f0]"></a>mac_current_rx_report_discard</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, mk_mac.o(.text.mac_current_rx_report_discard)) -<BR><BR>[Called By]<UL><LI><a href="#[15e]">>></a> uwb_rx_force_off +<P><STRONG><a name="[1f4]"></a>mac_current_rx_report_discard</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, mk_mac.o(.text.mac_current_rx_report_discard)) +<BR><BR>[Called By]<UL><LI><a href="#[164]">>></a> uwb_rx_force_off </UL> -<P><STRONG><a name="[1ae]"></a>mac_init</STRONG> (Thumb, 148 bytes, Stack size 24 bytes, mk_mac.o(.text.mac_init)) +<P><STRONG><a name="[1b3]"></a>mac_init</STRONG> (Thumb, 148 bytes, Stack size 24 bytes, mk_mac.o(.text.mac_init)) <BR><BR>[Stack]<UL><LI>Max Depth = 324<LI>Call Chain = mac_init ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[92]">>></a> trace_assert_dump -<LI><a href="#[180]">>></a> reset_module -<LI><a href="#[17f]">>></a> clock_enable -<LI><a href="#[1b0]">>></a> mac_regs_init -<LI><a href="#[1af]">>></a> __aeabi_memclr8 +<LI><a href="#[185]">>></a> reset_module +<LI><a href="#[184]">>></a> clock_enable +<LI><a href="#[1b5]">>></a> mac_regs_init +<LI><a href="#[1b4]">>></a> __aeabi_memclr8 </UL> -<BR>[Called By]<UL><LI><a href="#[156]">>></a> uwb_open +<BR>[Called By]<UL><LI><a href="#[15c]">>></a> uwb_open </UL> <P><STRONG><a name="[de]"></a>mac_is_busy</STRONG> (Thumb, 20 bytes, Stack size 0 bytes, mk_mac.o(.text.mac_is_busy)) -<BR><BR>[Called By]<UL><LI><a href="#[166]">>></a> UwbSearch -<LI><a href="#[164]">>></a> UwbRange +<BR><BR>[Called By]<UL><LI><a href="#[16c]">>></a> UwbSearch +<LI><a href="#[16a]">>></a> UwbRange <LI><a href="#[d7]">>></a> Anchor_RecNearPoll -<LI><a href="#[155]">>></a> TagRange +<LI><a href="#[15b]">>></a> TagRange </UL> -<P><STRONG><a name="[1b1]"></a>mac_link_desc_construct</STRONG> (Thumb, 176 bytes, Stack size 32 bytes, mk_mac.o(.text.mac_link_desc_construct)) +<P><STRONG><a name="[1b6]"></a>mac_link_desc_construct</STRONG> (Thumb, 176 bytes, Stack size 32 bytes, mk_mac.o(.text.mac_link_desc_construct)) <BR><BR>[Stack]<UL><LI>Max Depth = 332<LI>Call Chain = mac_link_desc_construct ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[92]">>></a> trace_assert_dump </UL> -<BR>[Called By]<UL><LI><a href="#[1b6]">>></a> mac_tx -<LI><a href="#[1b4]">>></a> mac_rx +<BR>[Called By]<UL><LI><a href="#[1bb]">>></a> mac_tx +<LI><a href="#[1b9]">>></a> mac_rx </UL> -<P><STRONG><a name="[15b]"></a>mac_register_process_handler</STRONG> (Thumb, 8 bytes, Stack size 0 bytes, mk_mac.o(.text.mac_register_process_handler)) -<BR><BR>[Called By]<UL><LI><a href="#[166]">>></a> UwbSearch -<LI><a href="#[164]">>></a> UwbRange -<LI><a href="#[155]">>></a> TagRange +<P><STRONG><a name="[161]"></a>mac_register_process_handler</STRONG> (Thumb, 8 bytes, Stack size 0 bytes, mk_mac.o(.text.mac_register_process_handler)) +<BR><BR>[Called By]<UL><LI><a href="#[16c]">>></a> UwbSearch +<LI><a href="#[16a]">>></a> UwbRange +<LI><a href="#[15b]">>></a> TagRange </UL> -<P><STRONG><a name="[1b0]"></a>mac_regs_init</STRONG> (Thumb, 276 bytes, Stack size 24 bytes, mk_mac.o(.text.mac_regs_init)) +<P><STRONG><a name="[1b5]"></a>mac_regs_init</STRONG> (Thumb, 276 bytes, Stack size 24 bytes, mk_mac.o(.text.mac_regs_init)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = mac_regs_init </UL> -<BR>[Calls]<UL><LI><a href="#[1b2]">>></a> phy_cca_config +<BR>[Calls]<UL><LI><a href="#[1b7]">>></a> phy_cca_config </UL> -<BR>[Called By]<UL><LI><a href="#[1b3]">>></a> mac_restart -<LI><a href="#[1ae]">>></a> mac_init +<BR>[Called By]<UL><LI><a href="#[1b8]">>></a> mac_restart +<LI><a href="#[1b3]">>></a> mac_init </UL> -<P><STRONG><a name="[1b3]"></a>mac_restart</STRONG> (Thumb, 92 bytes, Stack size 16 bytes, mk_mac.o(.text.mac_restart)) +<P><STRONG><a name="[1b8]"></a>mac_restart</STRONG> (Thumb, 92 bytes, Stack size 16 bytes, mk_mac.o(.text.mac_restart)) <BR><BR>[Stack]<UL><LI>Max Depth = 40<LI>Call Chain = mac_restart ⇒ mac_regs_init </UL> -<BR>[Calls]<UL><LI><a href="#[180]">>></a> reset_module -<LI><a href="#[17f]">>></a> clock_enable -<LI><a href="#[1b0]">>></a> mac_regs_init -<LI><a href="#[1af]">>></a> __aeabi_memclr8 +<BR>[Calls]<UL><LI><a href="#[185]">>></a> reset_module +<LI><a href="#[184]">>></a> clock_enable +<LI><a href="#[1b5]">>></a> mac_regs_init +<LI><a href="#[1b4]">>></a> __aeabi_memclr8 </UL> -<BR>[Called By]<UL><LI><a href="#[1c0]">>></a> power_enter_power_down_mode +<BR>[Called By]<UL><LI><a href="#[1c5]">>></a> power_enter_power_down_mode </UL> -<P><STRONG><a name="[1ec]"></a>mac_rssi_calculation_en</STRONG> (Thumb, 8 bytes, Stack size 0 bytes, mk_mac.o(.text.mac_rssi_calculation_en)) -<BR><BR>[Called By]<UL><LI><a href="#[156]">>></a> uwb_open +<P><STRONG><a name="[1f0]"></a>mac_rssi_calculation_en</STRONG> (Thumb, 8 bytes, Stack size 0 bytes, mk_mac.o(.text.mac_rssi_calculation_en)) +<BR><BR>[Called By]<UL><LI><a href="#[15c]">>></a> uwb_open </UL> -<P><STRONG><a name="[1b4]"></a>mac_rx</STRONG> (Thumb, 384 bytes, Stack size 64 bytes, mk_mac.o(.text.mac_rx)) +<P><STRONG><a name="[1b9]"></a>mac_rx</STRONG> (Thumb, 384 bytes, Stack size 64 bytes, mk_mac.o(.text.mac_rx)) <BR><BR>[Stack]<UL><LI>Max Depth = 396<LI>Call Chain = mac_rx ⇒ mac_link_desc_construct ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[92]">>></a> trace_assert_dump -<LI><a href="#[1b1]">>></a> mac_link_desc_construct -<LI><a href="#[1ac]">>></a> mac_cs_construct +<LI><a href="#[1b6]">>></a> mac_link_desc_construct +<LI><a href="#[1b1]">>></a> mac_cs_construct </UL> -<BR>[Called By]<UL><LI><a href="#[15c]">>></a> uwb_rx +<BR>[Called By]<UL><LI><a href="#[162]">>></a> uwb_rx </UL> -<P><STRONG><a name="[1ef]"></a>mac_start</STRONG> (Thumb, 28 bytes, Stack size 0 bytes, mk_mac.o(.text.mac_start)) +<P><STRONG><a name="[1f3]"></a>mac_start</STRONG> (Thumb, 28 bytes, Stack size 0 bytes, mk_mac.o(.text.mac_start)) <BR><BR>[Called By]<UL><LI><a href="#[dd]">>></a> uwb_tx -<LI><a href="#[15c]">>></a> uwb_rx +<LI><a href="#[162]">>></a> uwb_rx </UL> <P><STRONG><a name="[116]"></a>mac_timer_stop</STRONG> (Thumb, 10 bytes, Stack size 8 bytes, mk_misc.o(.text.mac_timer_stop)) <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = mac_timer_stop </UL> -<BR>[Calls]<UL><LI><a href="#[1b5]">>></a> dual_timer_stop +<BR>[Calls]<UL><LI><a href="#[1ba]">>></a> dual_timer_stop </UL> <BR>[Called By]<UL><LI><a href="#[e]">>></a> MAC_IRQHandler </UL> -<P><STRONG><a name="[1b6]"></a>mac_tx</STRONG> (Thumb, 332 bytes, Stack size 48 bytes, mk_mac.o(.text.mac_tx)) +<P><STRONG><a name="[1bb]"></a>mac_tx</STRONG> (Thumb, 332 bytes, Stack size 48 bytes, mk_mac.o(.text.mac_tx)) <BR><BR>[Stack]<UL><LI>Max Depth = 404<LI>Call Chain = mac_tx ⇒ mac_tx_desc_construct ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[92]">>></a> trace_assert_dump -<LI><a href="#[1b1]">>></a> mac_link_desc_construct -<LI><a href="#[1ac]">>></a> mac_cs_construct -<LI><a href="#[1b7]">>></a> mac_tx_desc_construct +<LI><a href="#[1b6]">>></a> mac_link_desc_construct +<LI><a href="#[1b1]">>></a> mac_cs_construct +<LI><a href="#[1bc]">>></a> mac_tx_desc_construct </UL> <BR>[Called By]<UL><LI><a href="#[dd]">>></a> uwb_tx </UL> -<P><STRONG><a name="[1b7]"></a>mac_tx_desc_construct</STRONG> (Thumb, 328 bytes, Stack size 56 bytes, mk_mac.o(.text.mac_tx_desc_construct)) +<P><STRONG><a name="[1bc]"></a>mac_tx_desc_construct</STRONG> (Thumb, 328 bytes, Stack size 56 bytes, mk_mac.o(.text.mac_tx_desc_construct)) <BR><BR>[Stack]<UL><LI>Max Depth = 356<LI>Call Chain = mac_tx_desc_construct ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[92]">>></a> trace_assert_dump -<LI><a href="#[1b8]">>></a> phy_en_conv_encode +<LI><a href="#[1bd]">>></a> phy_en_conv_encode <LI><a href="#[ed]">>></a> __aeabi_memcpy <LI><a href="#[d9]">>></a> __aeabi_uidiv </UL> -<BR>[Called By]<UL><LI><a href="#[1b6]">>></a> mac_tx +<BR>[Called By]<UL><LI><a href="#[1bb]">>></a> mac_tx </UL> -<P><STRONG><a name="[1d6]"></a>mac_update_ccm_key</STRONG> (Thumb, 20 bytes, Stack size 0 bytes, mk_mac.o(.text.mac_update_ccm_key)) -<BR><BR>[Called By]<UL><LI><a href="#[1c0]">>></a> power_enter_power_down_mode +<P><STRONG><a name="[1da]"></a>mac_update_ccm_key</STRONG> (Thumb, 20 bytes, Stack size 0 bytes, mk_mac.o(.text.mac_update_ccm_key)) +<BR><BR>[Called By]<UL><LI><a href="#[1c5]">>></a> power_enter_power_down_mode </UL> -<P><STRONG><a name="[28]"></a>main</STRONG> (Thumb, 728 bytes, Stack size 16 bytes, main.o(.text.main)) -<BR><BR>[Stack]<UL><LI>Max Depth = 884<LI>Call Chain = main ⇒ power_enter_power_down_mode ⇒ phy_restore ⇒ phy_tx_regs_config ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) +<P><STRONG><a name="[28]"></a>main</STRONG> (Thumb, 660 bytes, Stack size 8 bytes, main.o(.text.main)) +<BR><BR>[Stack]<UL><LI>Max Depth = 892<LI>Call Chain = main ⇒ mcu_deep_sleep ⇒ power_enter_power_down_mode ⇒ phy_restore ⇒ phy_tx_regs_config ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[93]">>></a> trace_printf -<LI><a href="#[17e]">>></a> adc_open -<LI><a href="#[17b]">>></a> adc_get -<LI><a href="#[68]">>></a> __aeabi_fadd -<LI><a href="#[197]">>></a> calib_chip +<LI><a href="#[183]">>></a> adc_open +<LI><a href="#[146]">>></a> adc_get +<LI><a href="#[19c]">>></a> calib_chip <LI><a href="#[ff]">>></a> io_pin_mux_set <LI><a href="#[105]">>></a> gpio_pin_get_val <LI><a href="#[103]">>></a> gpio_pin_clr -<LI><a href="#[1a5]">>></a> gpio_open -<LI><a href="#[1a4]">>></a> flash_close -<LI><a href="#[1b9]">>></a> reset_cause_get -<LI><a href="#[1ba]">>></a> reset_cause_clear -<LI><a href="#[173]">>></a> sleep_timer_start -<LI><a href="#[1be]">>></a> power_init -<LI><a href="#[1c0]">>></a> power_enter_power_down_mode -<LI><a href="#[169]">>></a> uart_close -<LI><a href="#[1c8]">>></a> trace_flush -<LI><a href="#[1bf]">>></a> sleep_timer_open +<LI><a href="#[1aa]">>></a> gpio_open +<LI><a href="#[1a9]">>></a> flash_close +<LI><a href="#[1be]">>></a> reset_cause_get +<LI><a href="#[1bf]">>></a> reset_cause_clear +<LI><a href="#[179]">>></a> sleep_timer_start +<LI><a href="#[18c]">>></a> power_wakeup_enable +<LI><a href="#[1c3]">>></a> power_init +<LI><a href="#[1c5]">>></a> power_enter_power_down_mode +<LI><a href="#[78]">>></a> __aeabi_ui2f +<LI><a href="#[16f]">>></a> uart_close +<LI><a href="#[1ca]">>></a> trace_flush +<LI><a href="#[1c4]">>></a> sleep_timer_open <LI><a href="#[10c]">>></a> UART_CheckReceive <LI><a href="#[d2]">>></a> gps_air780_power_change -<LI><a href="#[183]">>></a> air780_led_on -<LI><a href="#[182]">>></a> air780_led_off +<LI><a href="#[188]">>></a> air780_led_on +<LI><a href="#[187]">>></a> air780_led_off <LI><a href="#[109]">>></a> IO_control_init -<LI><a href="#[1bd]">>></a> wdt_close -<LI><a href="#[16b]">>></a> uart_receive -<LI><a href="#[174]">>></a> WsfNvmInit -<LI><a href="#[16d]">>></a> Uart_Register -<LI><a href="#[1c4]">>></a> TagListUpdate -<LI><a href="#[14e]">>></a> TCPClient_Poll -<LI><a href="#[14d]">>></a> TCPClient_Init -<LI><a href="#[1c2]">>></a> Socket_RecvAll -<LI><a href="#[14a]">>></a> Socket_IsSendQueueEmpty +<LI><a href="#[1c2]">>></a> wdt_close +<LI><a href="#[171]">>></a> uart_receive +<LI><a href="#[1c8]">>></a> mcu_deep_sleep +<LI><a href="#[17a]">>></a> WsfNvmInit +<LI><a href="#[173]">>></a> Uart_Register +<LI><a href="#[154]">>></a> TCPClient_Poll +<LI><a href="#[153]">>></a> TCPClient_Init +<LI><a href="#[1c6]">>></a> Socket_RecvAll +<LI><a href="#[150]">>></a> Socket_IsSendQueueEmpty +<LI><a href="#[145]">>></a> SecondTask <LI><a href="#[13b]">>></a> Program_Init <LI><a href="#[112]">>></a> Internet_Poll <LI><a href="#[10f]">>></a> Internet_Init -<LI><a href="#[1c1]">>></a> IfTCPConnected -<LI><a href="#[1c6]">>></a> HIDO_TimerTick -<LI><a href="#[1c3]">>></a> HIDO_TimerPoll +<LI><a href="#[148]">>></a> IfTCPConnected +<LI><a href="#[1c7]">>></a> HIDO_TimerPoll <LI><a href="#[ea]">>></a> HIDO_ATLitePoll -<LI><a href="#[1c5]">>></a> GPS_Poll -<LI><a href="#[ac]">>></a> AIR780E_Reset -<LI><a href="#[1c7]">>></a> AIR780E_IsIPIdle +<LI><a href="#[1c9]">>></a> AIR780E_IsIPIdle <LI><a href="#[10e]">>></a> uart1_change_from_gps_to_debug <LI><a href="#[10d]">>></a> uart1_change_from_debug_to_gps -<LI><a href="#[194]">>></a> board_pins_config -<LI><a href="#[193]">>></a> board_output_init -<LI><a href="#[16a]">>></a> board_debug_console_open -<LI><a href="#[189]">>></a> board_clock_run -<LI><a href="#[1bc]">>></a> board_calibration_params_load -<LI><a href="#[1bb]">>></a> board_calibration_params_default -<LI><a href="#[188]">>></a> board_acceleration_detection_init -<LI><a href="#[185]">>></a> board_4GUsart_detection_init +<LI><a href="#[199]">>></a> board_pins_config +<LI><a href="#[198]">>></a> board_output_init +<LI><a href="#[170]">>></a> board_debug_console_open +<LI><a href="#[18e]">>></a> board_clock_run +<LI><a href="#[1c1]">>></a> board_calibration_params_load +<LI><a href="#[1c0]">>></a> board_calibration_params_default +<LI><a href="#[18d]">>></a> board_acceleration_detection_init +<LI><a href="#[18a]">>></a> board_4GUsart_detection_init +<LI><a href="#[11a]">>></a> __aeabi_fcmple <LI><a href="#[fe]">>></a> IIC2_Init <LI><a href="#[d4]">>></a> Accelerometer_Init </UL> <BR>[Address Reference Count : 1]<UL><LI> entry9a.o(.ARM.Collect$$$$0000000B) </UL> -<P><STRONG><a name="[198]"></a>mk_chip_id</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, mk_misc.o(.text.mk_chip_id)) -<BR><BR>[Called By]<UL><LI><a href="#[197]">>></a> calib_chip +<P><STRONG><a name="[1c8]"></a>mcu_deep_sleep</STRONG> (Thumb, 104 bytes, Stack size 16 bytes, main.o(.text.mcu_deep_sleep)) +<BR><BR>[Stack]<UL><LI>Max Depth = 884<LI>Call Chain = mcu_deep_sleep ⇒ power_enter_power_down_mode ⇒ phy_restore ⇒ phy_tx_regs_config ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) +</UL> +<BR>[Calls]<UL><LI><a href="#[93]">>></a> trace_printf +<LI><a href="#[1c5]">>></a> power_enter_power_down_mode +<LI><a href="#[1cc]">>></a> sys_reset +<LI><a href="#[1ca]">>></a> trace_flush +<LI><a href="#[1cb]">>></a> sleep_timer_stop +<LI><a href="#[d2]">>></a> gps_air780_power_change +</UL> +<BR>[Called By]<UL><LI><a href="#[28]">>></a> main </UL> -<P><STRONG><a name="[1c9]"></a>mk_snprintf</STRONG> (Thumb, 26 bytes, Stack size 16 bytes, mk_trace.o(.text.mk_snprintf)) +<P><STRONG><a name="[19d]"></a>mk_chip_id</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, mk_misc.o(.text.mk_chip_id)) +<BR><BR>[Called By]<UL><LI><a href="#[19c]">>></a> calib_chip +</UL> + +<P><STRONG><a name="[1cd]"></a>mk_snprintf</STRONG> (Thumb, 26 bytes, Stack size 16 bytes, mk_trace.o(.text.mk_snprintf)) <BR><BR>[Stack]<UL><LI>Max Depth = 188<LI>Call Chain = mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[1ca]">>></a> trace_format +<BR>[Calls]<UL><LI><a href="#[1ce]">>></a> trace_format </UL> <BR>[Called By]<UL><LI><a href="#[93]">>></a> trace_printf <LI><a href="#[92]">>></a> trace_assert_dump <LI><a href="#[fd]">>></a> trace_exception_handler -<LI><a href="#[1e2]">>></a> trace_print_backtrace +<LI><a href="#[1e6]">>></a> trace_print_backtrace </UL> <P><STRONG><a name="[13c]"></a>parameter_init_anchor</STRONG> (Thumb, 192 bytes, Stack size 24 bytes, global_param.o(.text.parameter_init_anchor)) <BR><BR>[Stack]<UL><LI>Max Depth = 804<LI>Call Chain = parameter_init_anchor ⇒ flash_open ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> -<BR>[Calls]<UL><LI><a href="#[170]">>></a> flash_write_nbytes +<BR>[Calls]<UL><LI><a href="#[176]">>></a> flash_write_nbytes <LI><a href="#[13a]">>></a> flash_read <LI><a href="#[138]">>></a> flash_open -<LI><a href="#[16f]">>></a> flash_erase +<LI><a href="#[175]">>></a> flash_erase </UL> <BR>[Called By]<UL><LI><a href="#[13b]">>></a> Program_Init </UL> -<P><STRONG><a name="[1e9]"></a>pdoa_angle_offset_set</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, mk_uwb.o(.text.pdoa_angle_offset_set)) -<BR><BR>[Called By]<UL><LI><a href="#[157]">>></a> uwb_calibration_params_set +<P><STRONG><a name="[1ed]"></a>pdoa_angle_offset_set</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, mk_uwb.o(.text.pdoa_angle_offset_set)) +<BR><BR>[Called By]<UL><LI><a href="#[15d]">>></a> uwb_calibration_params_set </UL> -<P><STRONG><a name="[1cb]"></a>pdoa_ant_delays_set</STRONG> (Thumb, 32 bytes, Stack size 8 bytes, mk8000_get_loc_params.o(.text.pdoa_ant_delays_set)) +<P><STRONG><a name="[1cf]"></a>pdoa_ant_delays_set</STRONG> (Thumb, 32 bytes, Stack size 8 bytes, mk8000_get_loc_params.o(.text.pdoa_ant_delays_set)) <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = pdoa_ant_delays_set </UL> <BR>[Calls]<UL><LI><a href="#[ed]">>></a> __aeabi_memcpy </UL> -<BR>[Called By]<UL><LI><a href="#[157]">>></a> uwb_calibration_params_set +<BR>[Called By]<UL><LI><a href="#[15d]">>></a> uwb_calibration_params_set </UL> -<P><STRONG><a name="[1e8]"></a>pdoa_ant_space_set</STRONG> (Thumb, 20 bytes, Stack size 0 bytes, mk8000_get_loc_params.o(.text.pdoa_ant_space_set)) -<BR><BR>[Called By]<UL><LI><a href="#[157]">>></a> uwb_calibration_params_set +<P><STRONG><a name="[1ec]"></a>pdoa_ant_space_set</STRONG> (Thumb, 20 bytes, Stack size 0 bytes, mk8000_get_loc_params.o(.text.pdoa_ant_space_set)) +<BR><BR>[Called By]<UL><LI><a href="#[15d]">>></a> uwb_calibration_params_set </UL> -<P><STRONG><a name="[1e7]"></a>pdoa_gain_set</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, mk_uwb.o(.text.pdoa_gain_set)) -<BR><BR>[Called By]<UL><LI><a href="#[157]">>></a> uwb_calibration_params_set +<P><STRONG><a name="[1eb]"></a>pdoa_gain_set</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, mk_uwb.o(.text.pdoa_gain_set)) +<BR><BR>[Called By]<UL><LI><a href="#[15d]">>></a> uwb_calibration_params_set </UL> -<P><STRONG><a name="[158]"></a>phy_adv_params_configure</STRONG> (Thumb, 32 bytes, Stack size 8 bytes, mk_phy.o(.text.phy_adv_params_configure)) +<P><STRONG><a name="[15e]"></a>phy_adv_params_configure</STRONG> (Thumb, 32 bytes, Stack size 8 bytes, mk_phy.o(.text.phy_adv_params_configure)) <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = phy_adv_params_configure </UL> -<BR>[Calls]<UL><LI><a href="#[1cc]">>></a> aoa_param_dynamic_port_sel +<BR>[Calls]<UL><LI><a href="#[1d0]">>></a> aoa_param_dynamic_port_sel </UL> -<BR>[Called By]<UL><LI><a href="#[166]">>></a> UwbSearch -<LI><a href="#[155]">>></a> TagRange +<BR>[Called By]<UL><LI><a href="#[16c]">>></a> UwbSearch +<LI><a href="#[15b]">>></a> TagRange </UL> -<P><STRONG><a name="[1b2]"></a>phy_cca_config</STRONG> (Thumb, 20 bytes, Stack size 0 bytes, mk_phy.o(.text.phy_cca_config)) -<BR><BR>[Called By]<UL><LI><a href="#[1b0]">>></a> mac_regs_init +<P><STRONG><a name="[1b7]"></a>phy_cca_config</STRONG> (Thumb, 20 bytes, Stack size 0 bytes, mk_phy.o(.text.phy_cca_config)) +<BR><BR>[Called By]<UL><LI><a href="#[1b5]">>></a> mac_regs_init </UL> -<P><STRONG><a name="[1ad]"></a>phy_crypto_sts_index_get</STRONG> (Thumb, 8 bytes, Stack size 0 bytes, mk_phy.o(.text.phy_crypto_sts_index_get)) -<BR><BR>[Called By]<UL><LI><a href="#[1ac]">>></a> mac_cs_construct +<P><STRONG><a name="[1b2]"></a>phy_crypto_sts_index_get</STRONG> (Thumb, 8 bytes, Stack size 0 bytes, mk_phy.o(.text.phy_crypto_sts_index_get)) +<BR><BR>[Called By]<UL><LI><a href="#[1b1]">>></a> mac_cs_construct </UL> <P><STRONG><a name="[114]"></a>phy_dump_mode</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, mk_phy.o(.text.phy_dump_mode)) <BR><BR>[Called By]<UL><LI><a href="#[e]">>></a> MAC_IRQHandler </UL> -<P><STRONG><a name="[1b8]"></a>phy_en_conv_encode</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, mk_phy.o(.text.phy_en_conv_encode)) -<BR><BR>[Called By]<UL><LI><a href="#[1b7]">>></a> mac_tx_desc_construct +<P><STRONG><a name="[1bd]"></a>phy_en_conv_encode</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, mk_phy.o(.text.phy_en_conv_encode)) +<BR><BR>[Called By]<UL><LI><a href="#[1bc]">>></a> mac_tx_desc_construct </UL> -<P><STRONG><a name="[1cd]"></a>phy_freq_offset_get</STRONG> (Thumb, 28 bytes, Stack size 8 bytes, mk_phy.o(.text.phy_freq_offset_get)) +<P><STRONG><a name="[1d1]"></a>phy_freq_offset_get</STRONG> (Thumb, 28 bytes, Stack size 8 bytes, mk_phy.o(.text.phy_freq_offset_get)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = phy_freq_offset_get ⇒ __aeabi_idiv </UL> <BR>[Calls]<UL><LI><a href="#[13f]">>></a> __aeabi_idiv </UL> -<BR>[Called By]<UL><LI><a href="#[37]">>></a> rx_int_callback +<BR>[Called By]<UL><LI><a href="#[38]">>></a> rx_int_callback </UL> -<P><STRONG><a name="[1ed]"></a>phy_init</STRONG> (Thumb, 44 bytes, Stack size 0 bytes, mk_phy.o(.text.phy_init)) -<BR><BR>[Called By]<UL><LI><a href="#[156]">>></a> uwb_open +<P><STRONG><a name="[1f1]"></a>phy_init</STRONG> (Thumb, 44 bytes, Stack size 0 bytes, mk_phy.o(.text.phy_init)) +<BR><BR>[Called By]<UL><LI><a href="#[15c]">>></a> uwb_open </UL> -<P><STRONG><a name="[1ce]"></a>phy_params_generate</STRONG> (Thumb, 2288 bytes, Stack size 184 bytes, mk_phy.o(.text.phy_params_generate)) +<P><STRONG><a name="[1d2]"></a>phy_params_generate</STRONG> (Thumb, 2288 bytes, Stack size 184 bytes, mk_phy.o(.text.phy_params_generate)) <BR><BR>[Stack]<UL><LI>Max Depth = 924<LI>Call Chain = phy_params_generate ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[93]">>></a> trace_printf @@ -3605,162 +3645,164 @@ <LI><a href="#[75]">>></a> __aeabi_dmul <LI><a href="#[7c]">>></a> __aeabi_d2iz <LI><a href="#[76]">>></a> __aeabi_ddiv -<LI><a href="#[1cf]">>></a> phy_sts_related_params_update +<LI><a href="#[1d3]">>></a> phy_sts_related_params_update <LI><a href="#[7a]">>></a> __aeabi_ui2d <LI><a href="#[60]">>></a> __aeabi_memclr <LI><a href="#[e5]">>></a> __aeabi_memset4 -<LI><a href="#[15f]">>></a> __aeabi_memcpy4 +<LI><a href="#[165]">>></a> __aeabi_memcpy4 <LI><a href="#[ed]">>></a> __aeabi_memcpy </UL> -<BR>[Called By]<UL><LI><a href="#[159]">>></a> uwb_configure +<BR>[Called By]<UL><LI><a href="#[15f]">>></a> uwb_configure </UL> -<P><STRONG><a name="[1ea]"></a>phy_params_sets_enable</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, mk_phy.o(.text.phy_params_sets_enable)) -<BR><BR>[Called By]<UL><LI><a href="#[159]">>></a> uwb_configure +<P><STRONG><a name="[1ee]"></a>phy_params_sets_enable</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, mk_phy.o(.text.phy_params_sets_enable)) +<BR><BR>[Called By]<UL><LI><a href="#[15f]">>></a> uwb_configure </UL> -<P><STRONG><a name="[1d0]"></a>phy_restore</STRONG> (Thumb, 72 bytes, Stack size 8 bytes, mk_phy.o(.text.phy_restore)) +<P><STRONG><a name="[1d4]"></a>phy_restore</STRONG> (Thumb, 72 bytes, Stack size 8 bytes, mk_phy.o(.text.phy_restore)) <BR><BR>[Stack]<UL><LI>Max Depth = 836<LI>Call Chain = phy_restore ⇒ phy_tx_regs_config ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> -<BR>[Calls]<UL><LI><a href="#[1d1]">>></a> phy_tx_regs_config -<LI><a href="#[1d2]">>></a> phy_rx_regs_config +<BR>[Calls]<UL><LI><a href="#[1d5]">>></a> phy_tx_regs_config +<LI><a href="#[1d6]">>></a> phy_rx_regs_config </UL> -<BR>[Called By]<UL><LI><a href="#[1c0]">>></a> power_enter_power_down_mode +<BR>[Called By]<UL><LI><a href="#[1c5]">>></a> power_enter_power_down_mode </UL> -<P><STRONG><a name="[1d2]"></a>phy_rx_regs_config</STRONG> (Thumb, 1456 bytes, Stack size 44 bytes, mk_phy.o(.text.phy_rx_regs_config)) +<P><STRONG><a name="[1d6]"></a>phy_rx_regs_config</STRONG> (Thumb, 1456 bytes, Stack size 44 bytes, mk_phy.o(.text.phy_rx_regs_config)) <BR><BR>[Stack]<UL><LI>Max Depth = 44<LI>Call Chain = phy_rx_regs_config </UL> -<BR>[Called By]<UL><LI><a href="#[1d0]">>></a> phy_restore -<LI><a href="#[159]">>></a> uwb_configure +<BR>[Called By]<UL><LI><a href="#[1d4]">>></a> phy_restore +<LI><a href="#[15f]">>></a> uwb_configure </UL> <P><STRONG><a name="[da]"></a>phy_shr_duration</STRONG> (Thumb, 20 bytes, Stack size 0 bytes, mk_phy.o(.text.phy_shr_duration)) <BR><BR>[Called By]<UL><LI><a href="#[d7]">>></a> Anchor_RecNearPoll -<LI><a href="#[3c]">>></a> rx_int_callback -<LI><a href="#[155]">>></a> TagRange +<LI><a href="#[3d]">>></a> rx_int_callback +<LI><a href="#[15b]">>></a> TagRange </UL> <P><STRONG><a name="[d8]"></a>phy_timer_count_get</STRONG> (Thumb, 8 bytes, Stack size 0 bytes, mk_phy.o(.text.phy_timer_count_get)) -<BR><BR>[Called By]<UL><LI><a href="#[15e]">>></a> uwb_rx_force_off -<LI><a href="#[166]">>></a> UwbSearch -<LI><a href="#[164]">>></a> UwbRange +<BR><BR>[Called By]<UL><LI><a href="#[164]">>></a> uwb_rx_force_off +<LI><a href="#[16c]">>></a> UwbSearch +<LI><a href="#[16a]">>></a> UwbRange <LI><a href="#[d7]">>></a> Anchor_RecNearPoll -<LI><a href="#[3b]">>></a> tx_int_callback -<LI><a href="#[3c]">>></a> rx_int_callback -<LI><a href="#[155]">>></a> TagRange -<LI><a href="#[36]">>></a> tx_int_callback -<LI><a href="#[37]">>></a> rx_int_callback -<LI><a href="#[1ac]">>></a> mac_cs_construct +<LI><a href="#[3c]">>></a> tx_int_callback +<LI><a href="#[3d]">>></a> rx_int_callback +<LI><a href="#[15b]">>></a> TagRange +<LI><a href="#[37]">>></a> tx_int_callback +<LI><a href="#[38]">>></a> rx_int_callback +<LI><a href="#[1b1]">>></a> mac_cs_construct </UL> -<P><STRONG><a name="[1ee]"></a>phy_timer_open</STRONG> (Thumb, 68 bytes, Stack size 8 bytes, mk_phy.o(.text.phy_timer_open)) +<P><STRONG><a name="[1f2]"></a>phy_timer_open</STRONG> (Thumb, 68 bytes, Stack size 8 bytes, mk_phy.o(.text.phy_timer_open)) <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = phy_timer_open </UL> -<BR>[Called By]<UL><LI><a href="#[156]">>></a> uwb_open +<BR>[Called By]<UL><LI><a href="#[15c]">>></a> uwb_open </UL> -<P><STRONG><a name="[1d4]"></a>phy_timer_pause</STRONG> (Thumb, 44 bytes, Stack size 0 bytes, mk_phy.o(.text.phy_timer_pause)) -<BR><BR>[Called By]<UL><LI><a href="#[1c0]">>></a> power_enter_power_down_mode +<P><STRONG><a name="[1d8]"></a>phy_timer_pause</STRONG> (Thumb, 44 bytes, Stack size 0 bytes, mk_phy.o(.text.phy_timer_pause)) +<BR><BR>[Called By]<UL><LI><a href="#[1c5]">>></a> power_enter_power_down_mode </UL> -<P><STRONG><a name="[1d3]"></a>phy_timer_resume</STRONG> (Thumb, 140 bytes, Stack size 24 bytes, mk_phy.o(.text.phy_timer_resume)) +<P><STRONG><a name="[1d7]"></a>phy_timer_resume</STRONG> (Thumb, 140 bytes, Stack size 24 bytes, mk_phy.o(.text.phy_timer_resume)) <BR><BR>[Stack]<UL><LI>Max Depth = 48<LI>Call Chain = phy_timer_resume ⇒ high_xtal_off_time ⇒ __aeabi_idiv </UL> <BR>[Calls]<UL><LI><a href="#[12a]">>></a> __aeabi_fmul <LI><a href="#[78]">>></a> __aeabi_ui2f <LI><a href="#[12e]">>></a> __aeabi_f2uiz -<LI><a href="#[1a6]">>></a> high_xtal_off_time +<LI><a href="#[1ab]">>></a> high_xtal_off_time </UL> -<BR>[Called By]<UL><LI><a href="#[1c0]">>></a> power_enter_power_down_mode +<BR>[Called By]<UL><LI><a href="#[1c5]">>></a> power_enter_power_down_mode </UL> -<P><STRONG><a name="[1d1]"></a>phy_tx_regs_config</STRONG> (Thumb, 780 bytes, Stack size 88 bytes, mk_phy.o(.text.phy_tx_regs_config)) +<P><STRONG><a name="[1d5]"></a>phy_tx_regs_config</STRONG> (Thumb, 780 bytes, Stack size 88 bytes, mk_phy.o(.text.phy_tx_regs_config)) <BR><BR>[Stack]<UL><LI>Max Depth = 828<LI>Call Chain = phy_tx_regs_config ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[93]">>></a> trace_printf </UL> -<BR>[Called By]<UL><LI><a href="#[1d0]">>></a> phy_restore -<LI><a href="#[159]">>></a> uwb_configure +<BR>[Called By]<UL><LI><a href="#[1d4]">>></a> phy_restore +<LI><a href="#[15f]">>></a> uwb_configure </UL> -<P><STRONG><a name="[1c0]"></a>power_enter_power_down_mode</STRONG> (Thumb, 156 bytes, Stack size 32 bytes, mk_power.o(.text.power_enter_power_down_mode)) +<P><STRONG><a name="[1c5]"></a>power_enter_power_down_mode</STRONG> (Thumb, 156 bytes, Stack size 32 bytes, mk_power.o(.text.power_enter_power_down_mode)) <BR><BR>[Stack]<UL><LI>Max Depth = 868<LI>Call Chain = power_enter_power_down_mode ⇒ phy_restore ⇒ phy_tx_regs_config ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> -<BR>[Calls]<UL><LI><a href="#[18a]">>></a> clock_attach -<LI><a href="#[1d3]">>></a> phy_timer_resume -<LI><a href="#[1d4]">>></a> phy_timer_pause -<LI><a href="#[1d0]">>></a> phy_restore -<LI><a href="#[1d6]">>></a> mac_update_ccm_key -<LI><a href="#[1b3]">>></a> mac_restart -<LI><a href="#[19d]">>></a> enter_power_down_in_ram -<LI><a href="#[1d7]">>></a> sys_tick_resume -<LI><a href="#[1d5]">>></a> sys_tick_pause -<LI><a href="#[196]">>></a> board_restore_from_power_down -<LI><a href="#[195]">>></a> board_prepare_for_power_down +<BR>[Calls]<UL><LI><a href="#[18f]">>></a> clock_attach +<LI><a href="#[1d7]">>></a> phy_timer_resume +<LI><a href="#[1d8]">>></a> phy_timer_pause +<LI><a href="#[1d4]">>></a> phy_restore +<LI><a href="#[1da]">>></a> mac_update_ccm_key +<LI><a href="#[1b8]">>></a> mac_restart +<LI><a href="#[1a2]">>></a> enter_power_down_in_ram +<LI><a href="#[1db]">>></a> sys_tick_resume +<LI><a href="#[1d9]">>></a> sys_tick_pause +<LI><a href="#[19b]">>></a> board_restore_from_power_down +<LI><a href="#[19a]">>></a> board_prepare_for_power_down </UL> -<BR>[Called By]<UL><LI><a href="#[28]">>></a> main +<BR>[Called By]<UL><LI><a href="#[1c8]">>></a> mcu_deep_sleep +<LI><a href="#[28]">>></a> main </UL> -<P><STRONG><a name="[1db]"></a>power_fem_rx_ctrl</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, mk_power.o(.text.power_fem_rx_ctrl)) -<BR><BR>[Called By]<UL><LI><a href="#[1dc]">>></a> power_on_radio -<LI><a href="#[1d9]">>></a> power_off_radio +<P><STRONG><a name="[1df]"></a>power_fem_rx_ctrl</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, mk_power.o(.text.power_fem_rx_ctrl)) +<BR><BR>[Called By]<UL><LI><a href="#[1e0]">>></a> power_on_radio +<LI><a href="#[1dd]">>></a> power_off_radio </UL> -<P><STRONG><a name="[1da]"></a>power_fem_tx_ctrl</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, mk_power.o(.text.power_fem_tx_ctrl)) -<BR><BR>[Called By]<UL><LI><a href="#[1dc]">>></a> power_on_radio -<LI><a href="#[1d9]">>></a> power_off_radio +<P><STRONG><a name="[1de]"></a>power_fem_tx_ctrl</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, mk_power.o(.text.power_fem_tx_ctrl)) +<BR><BR>[Called By]<UL><LI><a href="#[1e0]">>></a> power_on_radio +<LI><a href="#[1dd]">>></a> power_off_radio </UL> -<P><STRONG><a name="[1be]"></a>power_init</STRONG> (Thumb, 72 bytes, Stack size 8 bytes, mk_power.o(.text.power_init)) +<P><STRONG><a name="[1c3]"></a>power_init</STRONG> (Thumb, 72 bytes, Stack size 8 bytes, mk_power.o(.text.power_init)) <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = power_init </UL> -<BR>[Calls]<UL><LI><a href="#[1d8]">>></a> bor_close +<BR>[Calls]<UL><LI><a href="#[1dc]">>></a> bor_close </UL> <BR>[Called By]<UL><LI><a href="#[28]">>></a> main </UL> -<P><STRONG><a name="[1d9]"></a>power_off_radio</STRONG> (Thumb, 92 bytes, Stack size 16 bytes, mk_power.o(.text.power_off_radio)) +<P><STRONG><a name="[1dd]"></a>power_off_radio</STRONG> (Thumb, 92 bytes, Stack size 16 bytes, mk_power.o(.text.power_off_radio)) <BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = power_off_radio </UL> -<BR>[Calls]<UL><LI><a href="#[1da]">>></a> power_fem_tx_ctrl -<LI><a href="#[1db]">>></a> power_fem_rx_ctrl +<BR>[Calls]<UL><LI><a href="#[1de]">>></a> power_fem_tx_ctrl +<LI><a href="#[1df]">>></a> power_fem_rx_ctrl </UL> -<BR>[Called By]<UL><LI><a href="#[3b]">>></a> tx_int_callback -<LI><a href="#[3c]">>></a> rx_int_callback -<LI><a href="#[36]">>></a> tx_int_callback -<LI><a href="#[37]">>></a> rx_int_callback +<BR>[Called By]<UL><LI><a href="#[3c]">>></a> tx_int_callback +<LI><a href="#[3d]">>></a> rx_int_callback +<LI><a href="#[37]">>></a> tx_int_callback +<LI><a href="#[38]">>></a> rx_int_callback </UL> -<P><STRONG><a name="[1dc]"></a>power_on_radio</STRONG> (Thumb, 104 bytes, Stack size 16 bytes, mk_power.o(.text.power_on_radio)) +<P><STRONG><a name="[1e0]"></a>power_on_radio</STRONG> (Thumb, 104 bytes, Stack size 16 bytes, mk_power.o(.text.power_on_radio)) <BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = power_on_radio </UL> -<BR>[Calls]<UL><LI><a href="#[1da]">>></a> power_fem_tx_ctrl -<LI><a href="#[1db]">>></a> power_fem_rx_ctrl +<BR>[Calls]<UL><LI><a href="#[1de]">>></a> power_fem_tx_ctrl +<LI><a href="#[1df]">>></a> power_fem_rx_ctrl </UL> <BR>[Called By]<UL><LI><a href="#[dd]">>></a> uwb_tx -<LI><a href="#[15c]">>></a> uwb_rx +<LI><a href="#[162]">>></a> uwb_rx </UL> -<P><STRONG><a name="[187]"></a>power_wakeup_enable</STRONG> (Thumb, 60 bytes, Stack size 0 bytes, mk_power.o(.text.power_wakeup_enable)) -<BR><BR>[Called By]<UL><LI><a href="#[1bf]">>></a> sleep_timer_open -<LI><a href="#[185]">>></a> board_4GUsart_detection_init +<P><STRONG><a name="[18c]"></a>power_wakeup_enable</STRONG> (Thumb, 60 bytes, Stack size 0 bytes, mk_power.o(.text.power_wakeup_enable)) +<BR><BR>[Called By]<UL><LI><a href="#[1c4]">>></a> sleep_timer_open +<LI><a href="#[28]">>></a> main +<LI><a href="#[18a]">>></a> board_4GUsart_detection_init </UL> <P><STRONG><a name="[dc]"></a>ranging_ant_delays_get</STRONG> (Thumb, 20 bytes, Stack size 0 bytes, lib_ranging.o(.text.ranging_ant_delays_get)) <BR><BR>[Called By]<UL><LI><a href="#[d7]">>></a> Anchor_RecNearPoll -<LI><a href="#[3c]">>></a> rx_int_callback -<LI><a href="#[155]">>></a> TagRange -<LI><a href="#[37]">>></a> rx_int_callback +<LI><a href="#[3d]">>></a> rx_int_callback +<LI><a href="#[15b]">>></a> TagRange +<LI><a href="#[38]">>></a> rx_int_callback </UL> -<P><STRONG><a name="[1e6]"></a>ranging_ant_delays_set</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, lib_ranging.o(.text.ranging_ant_delays_set)) -<BR><BR>[Called By]<UL><LI><a href="#[157]">>></a> uwb_calibration_params_set +<P><STRONG><a name="[1ea]"></a>ranging_ant_delays_set</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, lib_ranging.o(.text.ranging_ant_delays_set)) +<BR><BR>[Called By]<UL><LI><a href="#[15d]">>></a> uwb_calibration_params_set </UL> -<P><STRONG><a name="[15a]"></a>ranging_frame_type_set</STRONG> (Thumb, 8 bytes, Stack size 0 bytes, lib_ranging.o(.text.ranging_frame_type_set)) -<BR><BR>[Called By]<UL><LI><a href="#[166]">>></a> UwbSearch -<LI><a href="#[155]">>></a> TagRange +<P><STRONG><a name="[160]"></a>ranging_frame_type_set</STRONG> (Thumb, 8 bytes, Stack size 0 bytes, lib_ranging.o(.text.ranging_frame_type_set)) +<BR><BR>[Called By]<UL><LI><a href="#[16c]">>></a> UwbSearch +<LI><a href="#[15b]">>></a> TagRange </UL> <P><STRONG><a name="[118]"></a>ranging_rssi_get</STRONG> (Thumb, 88 bytes, Stack size 56 bytes, lib_ranging.o(.text.ranging_rssi_get)) @@ -3772,29 +3814,29 @@ <BR>[Called By]<UL><LI><a href="#[e]">>></a> MAC_IRQHandler </UL> -<P><STRONG><a name="[1dd]"></a>ranging_rx_time</STRONG> (Thumb, 532 bytes, Stack size 64 bytes, lib_ranging.o(.text.ranging_rx_time)) +<P><STRONG><a name="[1e1]"></a>ranging_rx_time</STRONG> (Thumb, 532 bytes, Stack size 64 bytes, lib_ranging.o(.text.ranging_rx_time)) <BR><BR>[Stack]<UL><LI>Max Depth = 1556<LI>Call Chain = ranging_rx_time ⇒ sts_first_path_detect ⇒ MK8000_sts_first_patch_detect ⇒ MK8000_sts_FAP_detect ⇒ MK8000_fap_adjust_FLT ⇒ lsp_scale_f32 ⇒ lsp_g_op_f32 ⇒ lsp_engine_run ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[12a]">>></a> __aeabi_fmul <LI><a href="#[11e]">>></a> __aeabi_f2iz <LI><a href="#[132]">>></a> MK8000_update_fap_fom -<LI><a href="#[1de]">>></a> sts_first_path_detect +<LI><a href="#[1e2]">>></a> sts_first_path_detect <LI><a href="#[12b]">>></a> MK8000_preamble_FAP_LSP </UL> -<BR>[Called By]<UL><LI><a href="#[3c]">>></a> rx_int_callback -<LI><a href="#[37]">>></a> rx_int_callback +<BR>[Called By]<UL><LI><a href="#[3d]">>></a> rx_int_callback +<LI><a href="#[38]">>></a> rx_int_callback </UL> <P><STRONG><a name="[db]"></a>ranging_tx_time</STRONG> (Thumb, 8 bytes, Stack size 0 bytes, lib_ranging.o(.text.ranging_tx_time)) <BR><BR>[Called By]<UL><LI><a href="#[d7]">>></a> Anchor_RecNearPoll -<LI><a href="#[155]">>></a> TagRange +<LI><a href="#[15b]">>></a> TagRange </UL> -<P><STRONG><a name="[1ba]"></a>reset_cause_clear</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, mk_reset.o(.text.reset_cause_clear)) +<P><STRONG><a name="[1bf]"></a>reset_cause_clear</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, mk_reset.o(.text.reset_cause_clear)) <BR><BR>[Called By]<UL><LI><a href="#[28]">>></a> main </UL> -<P><STRONG><a name="[1b9]"></a>reset_cause_get</STRONG> (Thumb, 256 bytes, Stack size 8 bytes, mk_reset.o(.text.reset_cause_get)) +<P><STRONG><a name="[1be]"></a>reset_cause_get</STRONG> (Thumb, 256 bytes, Stack size 8 bytes, mk_reset.o(.text.reset_cause_get)) <BR><BR>[Stack]<UL><LI>Max Depth = 748<LI>Call Chain = reset_cause_get ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[93]">>></a> trace_printf @@ -3802,38 +3844,39 @@ <BR>[Called By]<UL><LI><a href="#[28]">>></a> main </UL> -<P><STRONG><a name="[180]"></a>reset_module</STRONG> (Thumb, 28 bytes, Stack size 0 bytes, mk_reset.o(.text.reset_module)) -<BR><BR>[Called By]<UL><LI><a href="#[17c]">>></a> dma_open -<LI><a href="#[17e]">>></a> adc_open -<LI><a href="#[18b]">>></a> calib_open -<LI><a href="#[181]">>></a> aes_open -<LI><a href="#[1a5]">>></a> gpio_open +<P><STRONG><a name="[185]"></a>reset_module</STRONG> (Thumb, 28 bytes, Stack size 0 bytes, mk_reset.o(.text.reset_module)) +<BR><BR>[Called By]<UL><LI><a href="#[181]">>></a> dma_open +<LI><a href="#[183]">>></a> adc_open +<LI><a href="#[190]">>></a> calib_open +<LI><a href="#[186]">>></a> aes_open +<LI><a href="#[1aa]">>></a> gpio_open <LI><a href="#[138]">>></a> flash_open -<LI><a href="#[1b3]">>></a> mac_restart -<LI><a href="#[16c]">>></a> uart_open -<LI><a href="#[1e3]">>></a> trace_end -<LI><a href="#[156]">>></a> uwb_open -<LI><a href="#[1ae]">>></a> mac_init -<LI><a href="#[1ab]">>></a> lsp_open +<LI><a href="#[1b8]">>></a> mac_restart +<LI><a href="#[1cc]">>></a> sys_reset +<LI><a href="#[172]">>></a> uart_open +<LI><a href="#[1e7]">>></a> trace_end +<LI><a href="#[15c]">>></a> uwb_open +<LI><a href="#[1b3]">>></a> mac_init +<LI><a href="#[1b0]">>></a> lsp_open </UL> -<P><STRONG><a name="[152]"></a>save_com_map_to_flash</STRONG> (Thumb, 72 bytes, Stack size 24 bytes, global_param.o(.text.save_com_map_to_flash)) +<P><STRONG><a name="[158]"></a>save_com_map_to_flash</STRONG> (Thumb, 72 bytes, Stack size 24 bytes, global_param.o(.text.save_com_map_to_flash)) <BR><BR>[Stack]<UL><LI>Max Depth = 804<LI>Call Chain = save_com_map_to_flash ⇒ flash_open ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> -<BR>[Calls]<UL><LI><a href="#[170]">>></a> flash_write_nbytes +<BR>[Calls]<UL><LI><a href="#[176]">>></a> flash_write_nbytes <LI><a href="#[138]">>></a> flash_open -<LI><a href="#[16f]">>></a> flash_erase +<LI><a href="#[175]">>></a> flash_erase </UL> -<BR>[Called By]<UL><LI><a href="#[35]">>></a> TCPClient_SocketEventProc +<BR>[Called By]<UL><LI><a href="#[36]">>></a> TCPClient_SocketEventProc <LI><a href="#[34]">>></a> UsartParseDataHandler -<LI><a href="#[16e]">>></a> UpdateProcess +<LI><a href="#[174]">>></a> UpdateProcess </UL> -<P><STRONG><a name="[1bf]"></a>sleep_timer_open</STRONG> (Thumb, 88 bytes, Stack size 16 bytes, mk_sleep_timer.o(.text.sleep_timer_open)) +<P><STRONG><a name="[1c4]"></a>sleep_timer_open</STRONG> (Thumb, 88 bytes, Stack size 16 bytes, mk_sleep_timer.o(.text.sleep_timer_open)) <BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = sleep_timer_open </UL> -<BR>[Calls]<UL><LI><a href="#[17f]">>></a> clock_enable -<LI><a href="#[187]">>></a> power_wakeup_enable +<BR>[Calls]<UL><LI><a href="#[184]">>></a> clock_enable +<LI><a href="#[18c]">>></a> power_wakeup_enable </UL> <BR>[Called By]<UL><LI><a href="#[28]">>></a> main </UL> @@ -3842,51 +3885,64 @@ <BR><BR>[Called By]<UL><LI><a href="#[25]">>></a> RCO32K_CAL_IRQHandler </UL> -<P><STRONG><a name="[173]"></a>sleep_timer_start</STRONG> (Thumb, 60 bytes, Stack size 8 bytes, mk_sleep_timer.o(.text.sleep_timer_start)) +<P><STRONG><a name="[179]"></a>sleep_timer_start</STRONG> (Thumb, 56 bytes, Stack size 8 bytes, mk_sleep_timer.o(.text.sleep_timer_start)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = sleep_timer_start ⇒ __aeabi_idiv </UL> <BR>[Calls]<UL><LI><a href="#[13f]">>></a> __aeabi_idiv </UL> -<BR>[Called By]<UL><LI><a href="#[166]">>></a> UwbSearch -<LI><a href="#[164]">>></a> UwbRange +<BR>[Called By]<UL><LI><a href="#[16c]">>></a> UwbSearch +<LI><a href="#[16a]">>></a> UwbRange <LI><a href="#[28]">>></a> main +</UL> + +<P><STRONG><a name="[1cb]"></a>sleep_timer_stop</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, mk_sleep_timer.o(.text.sleep_timer_stop)) +<BR><BR>[Called By]<UL><LI><a href="#[1c8]">>></a> mcu_deep_sleep </UL> <P><STRONG><a name="[144]"></a>start_main_asm</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, startup_mk800x.o(.text.start_main_asm)) <BR><BR>[Called By]<UL><LI><a href="#[4]">>></a> Reset_Handler </UL> -<P><STRONG><a name="[1de]"></a>sts_first_path_detect</STRONG> (Thumb, 24 bytes, Stack size 16 bytes, lib_aoa.o(.text.sts_first_path_detect)) +<P><STRONG><a name="[1e2]"></a>sts_first_path_detect</STRONG> (Thumb, 24 bytes, Stack size 16 bytes, lib_aoa.o(.text.sts_first_path_detect)) <BR><BR>[Stack]<UL><LI>Max Depth = 1492<LI>Call Chain = sts_first_path_detect ⇒ MK8000_sts_first_patch_detect ⇒ MK8000_sts_FAP_detect ⇒ MK8000_fap_adjust_FLT ⇒ lsp_scale_f32 ⇒ lsp_g_op_f32 ⇒ lsp_engine_run ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[131]">>></a> MK8000_sts_first_patch_detect </UL> -<BR>[Called By]<UL><LI><a href="#[1dd]">>></a> ranging_rx_time +<BR>[Called By]<UL><LI><a href="#[1e1]">>></a> ranging_rx_time </UL> -<P><STRONG><a name="[1d5]"></a>sys_tick_pause</STRONG> (Thumb, 60 bytes, Stack size 0 bytes, mk_misc.o(.text.sys_tick_pause)) -<BR><BR>[Called By]<UL><LI><a href="#[1c0]">>></a> power_enter_power_down_mode +<P><STRONG><a name="[1cc]"></a>sys_reset</STRONG> (Thumb, 64 bytes, Stack size 8 bytes, mk_misc.o(.text.sys_reset)) +<BR><BR>[Stack]<UL><LI>Max Depth = 748<LI>Call Chain = sys_reset ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) +</UL> +<BR>[Calls]<UL><LI><a href="#[93]">>></a> trace_printf +<LI><a href="#[185]">>></a> reset_module +</UL> +<BR>[Called By]<UL><LI><a href="#[1c8]">>></a> mcu_deep_sleep </UL> -<P><STRONG><a name="[1d7]"></a>sys_tick_resume</STRONG> (Thumb, 112 bytes, Stack size 16 bytes, mk_misc.o(.text.sys_tick_resume)) +<P><STRONG><a name="[1d9]"></a>sys_tick_pause</STRONG> (Thumb, 60 bytes, Stack size 0 bytes, mk_misc.o(.text.sys_tick_pause)) +<BR><BR>[Called By]<UL><LI><a href="#[1c5]">>></a> power_enter_power_down_mode +</UL> + +<P><STRONG><a name="[1db]"></a>sys_tick_resume</STRONG> (Thumb, 112 bytes, Stack size 16 bytes, mk_misc.o(.text.sys_tick_resume)) <BR><BR>[Stack]<UL><LI>Max Depth = 316<LI>Call Chain = sys_tick_resume ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[92]">>></a> trace_assert_dump -<LI><a href="#[1a6]">>></a> high_xtal_off_time +<LI><a href="#[1ab]">>></a> high_xtal_off_time <LI><a href="#[d9]">>></a> __aeabi_uidiv </UL> -<BR>[Called By]<UL><LI><a href="#[1c0]">>></a> power_enter_power_down_mode +<BR>[Called By]<UL><LI><a href="#[1c5]">>></a> power_enter_power_down_mode </UL> -<P><STRONG><a name="[190]"></a>sys_tick_start</STRONG> (Thumb, 76 bytes, Stack size 8 bytes, mk_misc.o(.text.sys_tick_start)) +<P><STRONG><a name="[195]"></a>sys_tick_start</STRONG> (Thumb, 76 bytes, Stack size 8 bytes, mk_misc.o(.text.sys_tick_start)) <BR><BR>[Stack]<UL><LI>Max Depth = 308<LI>Call Chain = sys_tick_start ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[92]">>></a> trace_assert_dump </UL> -<BR>[Called By]<UL><LI><a href="#[189]">>></a> board_clock_run +<BR>[Called By]<UL><LI><a href="#[18e]">>></a> board_clock_run </UL> -<P><STRONG><a name="[1e1]"></a>sys_tick_us</STRONG> (Thumb, 104 bytes, Stack size 16 bytes, mk_misc.o(.text.sys_tick_us)) +<P><STRONG><a name="[1e5]"></a>sys_tick_us</STRONG> (Thumb, 104 bytes, Stack size 16 bytes, mk_misc.o(.text.sys_tick_us)) <BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = sys_tick_us </UL> <BR>[Called By]<UL><LI><a href="#[93]">>></a> trace_printf @@ -3897,76 +3953,76 @@ <P><STRONG><a name="[117]"></a>sys_timer_get</STRONG> (Thumb, 12 bytes, Stack size 8 bytes, mk_misc.o(.text.sys_timer_get)) <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = sys_timer_get </UL> -<BR>[Calls]<UL><LI><a href="#[1df]">>></a> dual_timer_get +<BR>[Calls]<UL><LI><a href="#[1e3]">>></a> dual_timer_get </UL> -<BR>[Called By]<UL><LI><a href="#[170]">>></a> flash_write_nbytes +<BR>[Called By]<UL><LI><a href="#[176]">>></a> flash_write_nbytes <LI><a href="#[136]">>></a> flash_sector_erase <LI><a href="#[13a]">>></a> flash_read <LI><a href="#[138]">>></a> flash_open -<LI><a href="#[1a3]">>></a> flash_check_busy -<LI><a href="#[1a0]">>></a> flash_block_erase -<LI><a href="#[1a1]">>></a> flash_write_cmd -<LI><a href="#[1a2]">>></a> flash_wait_done -<LI><a href="#[3f]">>></a> flash_dma_write_nbytes_callback -<LI><a href="#[3e]">>></a> flash_dma_callback +<LI><a href="#[1a8]">>></a> flash_check_busy +<LI><a href="#[1a5]">>></a> flash_block_erase +<LI><a href="#[1a6]">>></a> flash_write_cmd +<LI><a href="#[1a7]">>></a> flash_wait_done +<LI><a href="#[40]">>></a> flash_dma_write_nbytes_callback +<LI><a href="#[3f]">>></a> flash_dma_callback <LI><a href="#[e]">>></a> MAC_IRQHandler </UL> -<P><STRONG><a name="[191]"></a>sys_timer_open</STRONG> (Thumb, 80 bytes, Stack size 40 bytes, mk_misc.o(.text.sys_timer_open)) +<P><STRONG><a name="[196]"></a>sys_timer_open</STRONG> (Thumb, 80 bytes, Stack size 40 bytes, mk_misc.o(.text.sys_timer_open)) <BR><BR>[Stack]<UL><LI>Max Depth = 364<LI>Call Chain = sys_timer_open ⇒ dual_timer_open ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[1e0]">>></a> dual_timer_start -<LI><a href="#[19c]">>></a> dual_timer_open +<BR>[Calls]<UL><LI><a href="#[1e4]">>></a> dual_timer_start +<LI><a href="#[1a1]">>></a> dual_timer_open <LI><a href="#[13e]">>></a> clock_get_frequency </UL> -<BR>[Called By]<UL><LI><a href="#[196]">>></a> board_restore_from_power_down -<LI><a href="#[189]">>></a> board_clock_run +<BR>[Called By]<UL><LI><a href="#[19b]">>></a> board_restore_from_power_down +<LI><a href="#[18e]">>></a> board_clock_run </UL> <P><STRONG><a name="[92]"></a>trace_assert_dump</STRONG> (Thumb, 1008 bytes, Stack size 64 bytes, mk_trace.o(.text.trace_assert_dump)) <BR><BR>[Stack]<UL><LI>Max Depth = 300<LI>Call Chain = trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[1e1]">>></a> sys_tick_us -<LI><a href="#[1ca]">>></a> trace_format -<LI><a href="#[1c8]">>></a> trace_flush -<LI><a href="#[1e3]">>></a> trace_end -<LI><a href="#[1c9]">>></a> mk_snprintf -<LI><a href="#[1e2]">>></a> trace_print_backtrace +<BR>[Calls]<UL><LI><a href="#[1e5]">>></a> sys_tick_us +<LI><a href="#[1ce]">>></a> trace_format +<LI><a href="#[1ca]">>></a> trace_flush +<LI><a href="#[1e7]">>></a> trace_end +<LI><a href="#[1cd]">>></a> mk_snprintf +<LI><a href="#[1e6]">>></a> trace_print_backtrace <LI><a href="#[c3]">>></a> strlen </UL> -<BR>[Called By]<UL><LI><a href="#[17d]">>></a> dma_transfer +<BR>[Called By]<UL><LI><a href="#[182]">>></a> dma_transfer <LI><a href="#[13]">>></a> ADC_IRQHandler -<LI><a href="#[3d]">>></a> adc_dma_callback -<LI><a href="#[19c]">>></a> dual_timer_open +<LI><a href="#[3e]">>></a> adc_dma_callback +<LI><a href="#[1a1]">>></a> dual_timer_open <LI><a href="#[12]">>></a> AES_IRQHandler <LI><a href="#[136]">>></a> flash_sector_erase <LI><a href="#[13a]">>></a> flash_read -<LI><a href="#[1a0]">>></a> flash_block_erase -<LI><a href="#[3f]">>></a> flash_dma_write_nbytes_callback -<LI><a href="#[3e]">>></a> flash_dma_callback -<LI><a href="#[190]">>></a> sys_tick_start -<LI><a href="#[1d7]">>></a> sys_tick_resume -<LI><a href="#[16c]">>></a> uart_open -<LI><a href="#[1e5]">>></a> trace_output +<LI><a href="#[1a5]">>></a> flash_block_erase +<LI><a href="#[40]">>></a> flash_dma_write_nbytes_callback +<LI><a href="#[3f]">>></a> flash_dma_callback +<LI><a href="#[195]">>></a> sys_tick_start +<LI><a href="#[1db]">>></a> sys_tick_resume +<LI><a href="#[172]">>></a> uart_open +<LI><a href="#[1e9]">>></a> trace_output <LI><a href="#[d]">>></a> SLEEP_TIMER_IRQHandler -<LI><a href="#[1b6]">>></a> mac_tx -<LI><a href="#[1b4]">>></a> mac_rx -<LI><a href="#[1ae]">>></a> mac_init -<LI><a href="#[160]">>></a> uart_irq_handler +<LI><a href="#[1bb]">>></a> mac_tx +<LI><a href="#[1b9]">>></a> mac_rx +<LI><a href="#[1b3]">>></a> mac_init +<LI><a href="#[166]">>></a> uart_irq_handler <LI><a href="#[46]">>></a> uart_dma_callback <LI><a href="#[27]">>></a> PHY_TIMER_IRQHandler -<LI><a href="#[1b1]">>></a> mac_link_desc_construct -<LI><a href="#[1ac]">>></a> mac_cs_construct -<LI><a href="#[1b7]">>></a> mac_tx_desc_construct +<LI><a href="#[1b6]">>></a> mac_link_desc_construct +<LI><a href="#[1b1]">>></a> mac_cs_construct +<LI><a href="#[1bc]">>></a> mac_tx_desc_construct <LI><a href="#[125]">>></a> lsp_scale_f32 -<LI><a href="#[1a8]">>></a> lsp_g_op_int8 -<LI><a href="#[1aa]">>></a> lsp_g_op_int16 -<LI><a href="#[1a9]">>></a> lsp_engine_run -<LI><a href="#[1a7]">>></a> lsp_g_op_f32 +<LI><a href="#[1ad]">>></a> lsp_g_op_int8 +<LI><a href="#[1af]">>></a> lsp_g_op_int16 +<LI><a href="#[1ae]">>></a> lsp_engine_run +<LI><a href="#[1ac]">>></a> lsp_g_op_f32 </UL> -<P><STRONG><a name="[1e3]"></a>trace_end</STRONG> (Thumb, 68 bytes, Stack size 0 bytes, mk_trace.o(.text.trace_end)) -<BR><BR>[Calls]<UL><LI><a href="#[180]">>></a> reset_module +<P><STRONG><a name="[1e7]"></a>trace_end</STRONG> (Thumb, 68 bytes, Stack size 0 bytes, mk_trace.o(.text.trace_end)) +<BR><BR>[Calls]<UL><LI><a href="#[185]">>></a> reset_module </UL> <BR>[Called By]<UL><LI><a href="#[92]">>></a> trace_assert_dump <LI><a href="#[fd]">>></a> trace_exception_handler @@ -3975,58 +4031,59 @@ <P><STRONG><a name="[fd]"></a>trace_exception_handler</STRONG> (Thumb, 1152 bytes, Stack size 40 bytes, mk_trace.o(.text.trace_exception_handler)) <BR><BR>[Stack]<UL><LI>Max Depth = 276<LI>Call Chain = trace_exception_handler ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[1e1]">>></a> sys_tick_us -<LI><a href="#[1c8]">>></a> trace_flush -<LI><a href="#[1e3]">>></a> trace_end -<LI><a href="#[1c9]">>></a> mk_snprintf -<LI><a href="#[1e2]">>></a> trace_print_backtrace +<BR>[Calls]<UL><LI><a href="#[1e5]">>></a> sys_tick_us +<LI><a href="#[1ca]">>></a> trace_flush +<LI><a href="#[1e7]">>></a> trace_end +<LI><a href="#[1cd]">>></a> mk_snprintf +<LI><a href="#[1e6]">>></a> trace_print_backtrace </UL> <BR>[Called By]<UL><LI><a href="#[6]">>></a> HardFault_Handler </UL> -<P><STRONG><a name="[1c8]"></a>trace_flush</STRONG> (Thumb, 248 bytes, Stack size 32 bytes, mk_trace.o(.text.trace_flush)) +<P><STRONG><a name="[1ca]"></a>trace_flush</STRONG> (Thumb, 248 bytes, Stack size 32 bytes, mk_trace.o(.text.trace_flush)) <BR><BR>[Stack]<UL><LI>Max Depth = 32<LI>Call Chain = trace_flush </UL> -<BR>[Calls]<UL><LI><a href="#[1e4]">>></a> uart_tx_in_progress +<BR>[Calls]<UL><LI><a href="#[1e8]">>></a> uart_tx_in_progress </UL> <BR>[Called By]<UL><LI><a href="#[92]">>></a> trace_assert_dump <LI><a href="#[fd]">>></a> trace_exception_handler +<LI><a href="#[1c8]">>></a> mcu_deep_sleep <LI><a href="#[28]">>></a> main </UL> -<P><STRONG><a name="[1ca]"></a>trace_format</STRONG> (Thumb, 968 bytes, Stack size 72 bytes, mk_trace.o(.text.trace_format)) +<P><STRONG><a name="[1ce]"></a>trace_format</STRONG> (Thumb, 968 bytes, Stack size 72 bytes, mk_trace.o(.text.trace_format)) <BR><BR>[Stack]<UL><LI>Max Depth = 172<LI>Call Chain = trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[12a]">>></a> __aeabi_fmul <LI><a href="#[11e]">>></a> __aeabi_f2iz <LI><a href="#[7f]">>></a> __aeabi_d2f <LI><a href="#[122]">>></a> __aeabi_fcmpge -<LI><a href="#[179]">>></a> _PrintUnsigned -<LI><a href="#[178]">>></a> _PrintInt +<LI><a href="#[17f]">>></a> _PrintUnsigned +<LI><a href="#[17e]">>></a> _PrintInt <LI><a href="#[5d]">>></a> __aeabi_uidivmod <LI><a href="#[d9]">>></a> __aeabi_uidiv </UL> <BR>[Called By]<UL><LI><a href="#[93]">>></a> trace_printf <LI><a href="#[92]">>></a> trace_assert_dump -<LI><a href="#[1c9]">>></a> mk_snprintf +<LI><a href="#[1cd]">>></a> mk_snprintf </UL> -<P><STRONG><a name="[192]"></a>trace_open</STRONG> (Thumb, 96 bytes, Stack size 48 bytes, mk_trace.o(.text.trace_open)) +<P><STRONG><a name="[197]"></a>trace_open</STRONG> (Thumb, 96 bytes, Stack size 48 bytes, mk_trace.o(.text.trace_open)) <BR><BR>[Stack]<UL><LI>Max Depth = 388<LI>Call Chain = trace_open ⇒ uart_open ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[16c]">>></a> uart_open +<BR>[Calls]<UL><LI><a href="#[172]">>></a> uart_open </UL> -<BR>[Called By]<UL><LI><a href="#[196]">>></a> board_restore_from_power_down -<LI><a href="#[16a]">>></a> board_debug_console_open +<BR>[Called By]<UL><LI><a href="#[19b]">>></a> board_restore_from_power_down +<LI><a href="#[170]">>></a> board_debug_console_open </UL> -<P><STRONG><a name="[1e5]"></a>trace_output</STRONG> (Thumb, 504 bytes, Stack size 32 bytes, mk_trace.o(.text.trace_output)) +<P><STRONG><a name="[1e9]"></a>trace_output</STRONG> (Thumb, 504 bytes, Stack size 32 bytes, mk_trace.o(.text.trace_output)) <BR><BR>[Stack]<UL><LI>Max Depth = 444 + In Cycle <LI>Call Chain = trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[93]">>></a> trace_printf <LI><a href="#[92]">>></a> trace_assert_dump -<LI><a href="#[146]">>></a> uart_send +<LI><a href="#[14c]">>></a> uart_send <LI><a href="#[ed]">>></a> __aeabi_memcpy </UL> <BR>[Called By]<UL><LI><a href="#[93]">>></a> trace_printf @@ -4035,33 +4092,36 @@ <P><STRONG><a name="[93]"></a>trace_printf</STRONG> (Thumb, 300 bytes, Stack size 296 bytes, mk_trace.o(.text.trace_printf)) <BR><BR>[Stack]<UL><LI>Max Depth = 740<LI>Call Chain = trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> -<BR>[Calls]<UL><LI><a href="#[1e1]">>></a> sys_tick_us -<LI><a href="#[1e5]">>></a> trace_output -<LI><a href="#[1ca]">>></a> trace_format -<LI><a href="#[1c9]">>></a> mk_snprintf +<BR>[Calls]<UL><LI><a href="#[1e5]">>></a> sys_tick_us +<LI><a href="#[1e9]">>></a> trace_output +<LI><a href="#[1ce]">>></a> trace_format +<LI><a href="#[1cd]">>></a> mk_snprintf <LI><a href="#[c3]">>></a> strlen <LI><a href="#[f3]">>></a> __aeabi_memclr4 </UL> -<BR>[Called By]<UL><LI><a href="#[197]">>></a> calib_chip +<BR>[Called By]<UL><LI><a href="#[19c]">>></a> calib_chip <LI><a href="#[12]">>></a> AES_IRQHandler <LI><a href="#[138]">>></a> flash_open -<LI><a href="#[1b9]">>></a> reset_cause_get -<LI><a href="#[1e5]">>></a> trace_output +<LI><a href="#[1be]">>></a> reset_cause_get +<LI><a href="#[1cc]">>></a> sys_reset +<LI><a href="#[1e9]">>></a> trace_output <LI><a href="#[45]">>></a> trace_sending_continue <LI><a href="#[25]">>></a> RCO32K_CAL_IRQHandler -<LI><a href="#[1bd]">>></a> wdt_close -<LI><a href="#[156]">>></a> uwb_open -<LI><a href="#[159]">>></a> uwb_configure -<LI><a href="#[157]">>></a> uwb_calibration_params_set -<LI><a href="#[1d1]">>></a> phy_tx_regs_config -<LI><a href="#[1ce]">>></a> phy_params_generate -<LI><a href="#[166]">>></a> UwbSearch -<LI><a href="#[164]">>></a> UwbRange -<LI><a href="#[35]">>></a> TCPClient_SocketEventProc +<LI><a href="#[1c2]">>></a> wdt_close +<LI><a href="#[15c]">>></a> uwb_open +<LI><a href="#[15f]">>></a> uwb_configure +<LI><a href="#[15d]">>></a> uwb_calibration_params_set +<LI><a href="#[1d5]">>></a> phy_tx_regs_config +<LI><a href="#[1d2]">>></a> phy_params_generate +<LI><a href="#[16c]">>></a> UwbSearch +<LI><a href="#[16a]">>></a> UwbRange +<LI><a href="#[36]">>></a> TCPClient_SocketEventProc +<LI><a href="#[1c8]">>></a> mcu_deep_sleep <LI><a href="#[28]">>></a> main -<LI><a href="#[162]">>></a> UWBPoll +<LI><a href="#[168]">>></a> UWBPoll <LI><a href="#[13b]">>></a> Program_Init -<LI><a href="#[155]">>></a> TagRange +<LI><a href="#[35]">>></a> adc_callback +<LI><a href="#[15b]">>></a> TagRange <LI><a href="#[30]">>></a> AIR780EDriver_FSMDebug <LI><a href="#[2e]">>></a> AIR780E_ReadLine <LI><a href="#[2d]">>></a> AIR780E_Output @@ -4072,9 +4132,9 @@ <BR><BR>[Stack]<UL><LI>Max Depth = 412<LI>Call Chain = uart1_change_from_debug_to_gps ⇒ uart_receive ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[ff]">>></a> io_pin_mux_set -<LI><a href="#[16c]">>></a> uart_open -<LI><a href="#[169]">>></a> uart_close -<LI><a href="#[16b]">>></a> uart_receive +<LI><a href="#[172]">>></a> uart_open +<LI><a href="#[16f]">>></a> uart_close +<LI><a href="#[171]">>></a> uart_receive </UL> <BR>[Called By]<UL><LI><a href="#[28]">>></a> main <LI><a href="#[10b]">>></a> IdleTask @@ -4084,15 +4144,15 @@ <BR><BR>[Stack]<UL><LI>Max Depth = 420<LI>Call Chain = uart1_change_from_gps_to_debug ⇒ uart_receive ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[ff]">>></a> io_pin_mux_set -<LI><a href="#[169]">>></a> uart_close -<LI><a href="#[16b]">>></a> uart_receive -<LI><a href="#[16a]">>></a> board_debug_console_open +<LI><a href="#[16f]">>></a> uart_close +<LI><a href="#[171]">>></a> uart_receive +<LI><a href="#[170]">>></a> board_debug_console_open </UL> <BR>[Called By]<UL><LI><a href="#[28]">>></a> main <LI><a href="#[10b]">>></a> IdleTask </UL> -<P><STRONG><a name="[169]"></a>uart_close</STRONG> (Thumb, 128 bytes, Stack size 16 bytes, mk_uart.o(.text.uart_close)) +<P><STRONG><a name="[16f]"></a>uart_close</STRONG> (Thumb, 128 bytes, Stack size 16 bytes, mk_uart.o(.text.uart_close)) <BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = uart_close </UL> <BR>[Calls]<UL><LI><a href="#[141]">>></a> clock_disable @@ -4100,10 +4160,10 @@ <BR>[Called By]<UL><LI><a href="#[28]">>></a> main <LI><a href="#[10e]">>></a> uart1_change_from_gps_to_debug <LI><a href="#[10d]">>></a> uart1_change_from_debug_to_gps -<LI><a href="#[168]">>></a> Uart1GpsRecDebugSend +<LI><a href="#[16e]">>></a> Uart1GpsRecDebugSend </UL> -<P><STRONG><a name="[160]"></a>uart_irq_handler</STRONG> (Thumb, 612 bytes, Stack size 40 bytes, mk_uart.o(.text.uart_irq_handler)) +<P><STRONG><a name="[166]"></a>uart_irq_handler</STRONG> (Thumb, 612 bytes, Stack size 40 bytes, mk_uart.o(.text.uart_irq_handler)) <BR><BR>[Stack]<UL><LI>Max Depth = 340<LI>Call Chain = uart_irq_handler ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[92]">>></a> trace_assert_dump @@ -4112,62 +4172,62 @@ <LI><a href="#[22]">>></a> UART0_IRQHandler </UL> -<P><STRONG><a name="[16c]"></a>uart_open</STRONG> (Thumb, 424 bytes, Stack size 40 bytes, mk_uart.o(.text.uart_open)) +<P><STRONG><a name="[172]"></a>uart_open</STRONG> (Thumb, 424 bytes, Stack size 40 bytes, mk_uart.o(.text.uart_open)) <BR><BR>[Stack]<UL><LI>Max Depth = 340<LI>Call Chain = uart_open ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[92]">>></a> trace_assert_dump -<LI><a href="#[180]">>></a> reset_module +<LI><a href="#[185]">>></a> reset_module <LI><a href="#[d3]">>></a> delay_us -<LI><a href="#[17f]">>></a> clock_enable -<LI><a href="#[18f]">>></a> clock_set_divider +<LI><a href="#[184]">>></a> clock_enable +<LI><a href="#[194]">>></a> clock_set_divider </UL> -<BR>[Called By]<UL><LI><a href="#[192]">>></a> trace_open +<BR>[Called By]<UL><LI><a href="#[197]">>></a> trace_open <LI><a href="#[10d]">>></a> uart1_change_from_debug_to_gps -<LI><a href="#[196]">>></a> board_restore_from_power_down +<LI><a href="#[19b]">>></a> board_restore_from_power_down <LI><a href="#[a4]">>></a> Uart_Init </UL> -<P><STRONG><a name="[16b]"></a>uart_receive</STRONG> (Thumb, 568 bytes, Stack size 80 bytes, mk_uart.o(.text.uart_receive)) +<P><STRONG><a name="[171]"></a>uart_receive</STRONG> (Thumb, 568 bytes, Stack size 80 bytes, mk_uart.o(.text.uart_receive)) <BR><BR>[Stack]<UL><LI>Max Depth = 404<LI>Call Chain = uart_receive ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[17d]">>></a> dma_transfer -<LI><a href="#[17c]">>></a> dma_open +<BR>[Calls]<UL><LI><a href="#[182]">>></a> dma_transfer +<LI><a href="#[181]">>></a> dma_open </UL> <BR>[Called By]<UL><LI><a href="#[28]">>></a> main -<LI><a href="#[38]">>></a> uart_receive_callback +<LI><a href="#[39]">>></a> uart_receive_callback <LI><a href="#[10e]">>></a> uart1_change_from_gps_to_debug <LI><a href="#[10d]">>></a> uart1_change_from_debug_to_gps -<LI><a href="#[168]">>></a> Uart1GpsRecDebugSend +<LI><a href="#[16e]">>></a> Uart1GpsRecDebugSend <LI><a href="#[a4]">>></a> Uart_Init -<LI><a href="#[39]">>></a> uart_receive_callback +<LI><a href="#[3a]">>></a> uart_receive_callback </UL> -<P><STRONG><a name="[38]"></a>uart_receive_callback</STRONG> (Thumb, 24 bytes, Stack size 8 bytes, main.o(.text.uart_receive_callback)) +<P><STRONG><a name="[39]"></a>uart_receive_callback</STRONG> (Thumb, 24 bytes, Stack size 8 bytes, main.o(.text.uart_receive_callback)) <BR><BR>[Stack]<UL><LI>Max Depth = 412<LI>Call Chain = uart_receive_callback ⇒ uart_receive ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[16b]">>></a> uart_receive +<BR>[Calls]<UL><LI><a href="#[171]">>></a> uart_receive </UL> -<BR>[Address Reference Count : 4]<UL><LI> main.o(.text.main) -<LI> pin_config.o(.text.Uart1GpsRecDebugSend) +<BR>[Address Reference Count : 4]<UL><LI> pin_config.o(.text.Uart1GpsRecDebugSend) <LI> pin_config.o(.text.uart1_change_from_gps_to_debug) +<LI> main.o(.text.main) <LI> main.o(.text.uart_receive_callback) </UL> -<P><STRONG><a name="[146]"></a>uart_send</STRONG> (Thumb, 720 bytes, Stack size 88 bytes, mk_uart.o(.text.uart_send)) +<P><STRONG><a name="[14c]"></a>uart_send</STRONG> (Thumb, 720 bytes, Stack size 88 bytes, mk_uart.o(.text.uart_send)) <BR><BR>[Stack]<UL><LI>Max Depth = 412<LI>Call Chain = uart_send ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[17d]">>></a> dma_transfer -<LI><a href="#[17c]">>></a> dma_open +<BR>[Calls]<UL><LI><a href="#[182]">>></a> dma_transfer +<LI><a href="#[181]">>></a> dma_open </UL> -<BR>[Called By]<UL><LI><a href="#[1e5]">>></a> trace_output +<BR>[Called By]<UL><LI><a href="#[1e9]">>></a> trace_output <LI><a href="#[45]">>></a> trace_sending_continue -<LI><a href="#[145]">>></a> Serial0_PutString +<LI><a href="#[14b]">>></a> Serial0_PutString <LI><a href="#[34]">>></a> UsartParseDataHandler <LI><a href="#[cf]">>></a> Uart_Send -<LI><a href="#[3a]">>></a> uart_send_callback +<LI><a href="#[3b]">>></a> uart_send_callback </UL> -<P><STRONG><a name="[1e4]"></a>uart_tx_in_progress</STRONG> (Thumb, 32 bytes, Stack size 0 bytes, mk_uart.o(.text.uart_tx_in_progress)) -<BR><BR>[Called By]<UL><LI><a href="#[1c8]">>></a> trace_flush +<P><STRONG><a name="[1e8]"></a>uart_tx_in_progress</STRONG> (Thumb, 32 bytes, Stack size 0 bytes, mk_uart.o(.text.uart_tx_in_progress)) +<BR><BR>[Called By]<UL><LI><a href="#[1ca]">>></a> trace_flush </UL> <P><STRONG><a name="[aa]"></a>update_led_power_state</STRONG> (Thumb, 104 bytes, Stack size 8 bytes, sn74hc595.o(.text.update_led_power_state)) @@ -4175,110 +4235,111 @@ </UL> <BR>[Calls]<UL><LI><a href="#[108]">>></a> IO_LED_control_change </UL> -<BR>[Called By]<UL><LI><a href="#[34]">>></a> UsartParseDataHandler +<BR>[Called By]<UL><LI><a href="#[145]">>></a> SecondTask +<LI><a href="#[34]">>></a> UsartParseDataHandler <LI><a href="#[a9]">>></a> AIR780EDriver_PowerOff </UL> -<P><STRONG><a name="[157]"></a>uwb_calibration_params_set</STRONG> (Thumb, 392 bytes, Stack size 48 bytes, mk_uwb.o(.text.uwb_calibration_params_set)) +<P><STRONG><a name="[15d]"></a>uwb_calibration_params_set</STRONG> (Thumb, 392 bytes, Stack size 48 bytes, mk_uwb.o(.text.uwb_calibration_params_set)) <BR><BR>[Stack]<UL><LI>Max Depth = 788<LI>Call Chain = uwb_calibration_params_set ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[93]">>></a> trace_printf -<LI><a href="#[1e7]">>></a> pdoa_gain_set -<LI><a href="#[1e9]">>></a> pdoa_angle_offset_set -<LI><a href="#[1e6]">>></a> ranging_ant_delays_set -<LI><a href="#[1e8]">>></a> pdoa_ant_space_set -<LI><a href="#[1cb]">>></a> pdoa_ant_delays_set +<LI><a href="#[1eb]">>></a> pdoa_gain_set +<LI><a href="#[1ed]">>></a> pdoa_angle_offset_set +<LI><a href="#[1ea]">>></a> ranging_ant_delays_set +<LI><a href="#[1ec]">>></a> pdoa_ant_space_set +<LI><a href="#[1cf]">>></a> pdoa_ant_delays_set </UL> -<BR>[Called By]<UL><LI><a href="#[166]">>></a> UwbSearch -<LI><a href="#[155]">>></a> TagRange +<BR>[Called By]<UL><LI><a href="#[16c]">>></a> UwbSearch +<LI><a href="#[15b]">>></a> TagRange </UL> -<P><STRONG><a name="[159]"></a>uwb_configure</STRONG> (Thumb, 640 bytes, Stack size 48 bytes, mk_uwb.o(.text.uwb_configure)) +<P><STRONG><a name="[15f]"></a>uwb_configure</STRONG> (Thumb, 640 bytes, Stack size 48 bytes, mk_uwb.o(.text.uwb_configure)) <BR><BR>[Stack]<UL><LI>Max Depth = 972<LI>Call Chain = uwb_configure ⇒ phy_params_generate ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[93]">>></a> trace_printf <LI><a href="#[d3]">>></a> delay_us -<LI><a href="#[1d1]">>></a> phy_tx_regs_config -<LI><a href="#[1d2]">>></a> phy_rx_regs_config -<LI><a href="#[1ea]">>></a> phy_params_sets_enable -<LI><a href="#[1ce]">>></a> phy_params_generate -<LI><a href="#[1eb]">>></a> mac_crc_mode_configure +<LI><a href="#[1d5]">>></a> phy_tx_regs_config +<LI><a href="#[1d6]">>></a> phy_rx_regs_config +<LI><a href="#[1ee]">>></a> phy_params_sets_enable +<LI><a href="#[1d2]">>></a> phy_params_generate +<LI><a href="#[1ef]">>></a> mac_crc_mode_configure </UL> -<BR>[Called By]<UL><LI><a href="#[166]">>></a> UwbSearch -<LI><a href="#[155]">>></a> TagRange +<BR>[Called By]<UL><LI><a href="#[16c]">>></a> UwbSearch +<LI><a href="#[15b]">>></a> TagRange </UL> -<P><STRONG><a name="[165]"></a>uwb_led_off</STRONG> (Thumb, 68 bytes, Stack size 8 bytes, sn74hc595.o(.text.uwb_led_off)) +<P><STRONG><a name="[16b]"></a>uwb_led_off</STRONG> (Thumb, 68 bytes, Stack size 8 bytes, sn74hc595.o(.text.uwb_led_off)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = uwb_led_off ⇒ IO_LED_control_change </UL> <BR>[Calls]<UL><LI><a href="#[108]">>></a> IO_LED_control_change </UL> -<BR>[Called By]<UL><LI><a href="#[167]">>></a> UWB_Tag_Poll -<LI><a href="#[162]">>></a> UWBPoll +<BR>[Called By]<UL><LI><a href="#[16d]">>></a> UWB_Tag_Poll +<LI><a href="#[168]">>></a> UWBPoll </UL> -<P><STRONG><a name="[163]"></a>uwb_led_on</STRONG> (Thumb, 104 bytes, Stack size 8 bytes, sn74hc595.o(.text.uwb_led_on)) +<P><STRONG><a name="[169]"></a>uwb_led_on</STRONG> (Thumb, 104 bytes, Stack size 8 bytes, sn74hc595.o(.text.uwb_led_on)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = uwb_led_on ⇒ IO_LED_control_change </UL> <BR>[Calls]<UL><LI><a href="#[108]">>></a> IO_LED_control_change </UL> -<BR>[Called By]<UL><LI><a href="#[167]">>></a> UWB_Tag_Poll -<LI><a href="#[162]">>></a> UWBPoll +<BR>[Called By]<UL><LI><a href="#[16d]">>></a> UWB_Tag_Poll +<LI><a href="#[168]">>></a> UWBPoll </UL> -<P><STRONG><a name="[156]"></a>uwb_open</STRONG> (Thumb, 100 bytes, Stack size 24 bytes, mk_uwb.o(.text.uwb_open)) +<P><STRONG><a name="[15c]"></a>uwb_open</STRONG> (Thumb, 100 bytes, Stack size 24 bytes, mk_uwb.o(.text.uwb_open)) <BR><BR>[Stack]<UL><LI>Max Depth = 764<LI>Call Chain = uwb_open ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[93]">>></a> trace_printf -<LI><a href="#[180]">>></a> reset_module -<LI><a href="#[181]">>></a> aes_open -<LI><a href="#[1ee]">>></a> phy_timer_open -<LI><a href="#[1ed]">>></a> phy_init -<LI><a href="#[1ec]">>></a> mac_rssi_calculation_en -<LI><a href="#[1ae]">>></a> mac_init -<LI><a href="#[1ab]">>></a> lsp_open +<LI><a href="#[185]">>></a> reset_module +<LI><a href="#[186]">>></a> aes_open +<LI><a href="#[1f2]">>></a> phy_timer_open +<LI><a href="#[1f1]">>></a> phy_init +<LI><a href="#[1f0]">>></a> mac_rssi_calculation_en +<LI><a href="#[1b3]">>></a> mac_init +<LI><a href="#[1b0]">>></a> lsp_open </UL> -<BR>[Called By]<UL><LI><a href="#[166]">>></a> UwbSearch -<LI><a href="#[164]">>></a> UwbRange -<LI><a href="#[155]">>></a> TagRange +<BR>[Called By]<UL><LI><a href="#[16c]">>></a> UwbSearch +<LI><a href="#[16a]">>></a> UwbRange +<LI><a href="#[15b]">>></a> TagRange </UL> -<P><STRONG><a name="[15c]"></a>uwb_rx</STRONG> (Thumb, 84 bytes, Stack size 24 bytes, mk_uwb.o(.text.uwb_rx)) +<P><STRONG><a name="[162]"></a>uwb_rx</STRONG> (Thumb, 84 bytes, Stack size 24 bytes, mk_uwb.o(.text.uwb_rx)) <BR><BR>[Stack]<UL><LI>Max Depth = 420<LI>Call Chain = uwb_rx ⇒ mac_rx ⇒ mac_link_desc_construct ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[1dc]">>></a> power_on_radio -<LI><a href="#[1ef]">>></a> mac_start -<LI><a href="#[1b4]">>></a> mac_rx +<BR>[Calls]<UL><LI><a href="#[1e0]">>></a> power_on_radio +<LI><a href="#[1f3]">>></a> mac_start +<LI><a href="#[1b9]">>></a> mac_rx <LI><a href="#[d9]">>></a> __aeabi_uidiv </UL> -<BR>[Called By]<UL><LI><a href="#[166]">>></a> UwbSearch -<LI><a href="#[164]">>></a> UwbRange -<LI><a href="#[155]">>></a> TagRange +<BR>[Called By]<UL><LI><a href="#[16c]">>></a> UwbSearch +<LI><a href="#[16a]">>></a> UwbRange +<LI><a href="#[15b]">>></a> TagRange </UL> -<P><STRONG><a name="[15e]"></a>uwb_rx_force_off</STRONG> (Thumb, 68 bytes, Stack size 16 bytes, mk_uwb.o(.text.uwb_rx_force_off)) +<P><STRONG><a name="[164]"></a>uwb_rx_force_off</STRONG> (Thumb, 68 bytes, Stack size 16 bytes, mk_uwb.o(.text.uwb_rx_force_off)) <BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = uwb_rx_force_off </UL> <BR>[Calls]<UL><LI><a href="#[d8]">>></a> phy_timer_count_get -<LI><a href="#[1f0]">>></a> mac_current_rx_report_discard +<LI><a href="#[1f4]">>></a> mac_current_rx_report_discard </UL> -<BR>[Called By]<UL><LI><a href="#[166]">>></a> UwbSearch -<LI><a href="#[164]">>></a> UwbRange -<LI><a href="#[155]">>></a> TagRange +<BR>[Called By]<UL><LI><a href="#[16c]">>></a> UwbSearch +<LI><a href="#[16a]">>></a> UwbRange +<LI><a href="#[15b]">>></a> TagRange </UL> <P><STRONG><a name="[dd]"></a>uwb_tx</STRONG> (Thumb, 84 bytes, Stack size 24 bytes, mk_uwb.o(.text.uwb_tx)) <BR><BR>[Stack]<UL><LI>Max Depth = 428<LI>Call Chain = uwb_tx ⇒ mac_tx ⇒ mac_tx_desc_construct ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[1dc]">>></a> power_on_radio -<LI><a href="#[1b6]">>></a> mac_tx -<LI><a href="#[1ef]">>></a> mac_start +<BR>[Calls]<UL><LI><a href="#[1e0]">>></a> power_on_radio +<LI><a href="#[1bb]">>></a> mac_tx +<LI><a href="#[1f3]">>></a> mac_start </UL> <BR>[Called By]<UL><LI><a href="#[d7]">>></a> Anchor_RecNearPoll -<LI><a href="#[155]">>></a> TagRange +<LI><a href="#[15b]">>></a> TagRange </UL> -<P><STRONG><a name="[1bd]"></a>wdt_close</STRONG> (Thumb, 104 bytes, Stack size 16 bytes, mk_wdt.o(.text.wdt_close)) +<P><STRONG><a name="[1c2]"></a>wdt_close</STRONG> (Thumb, 104 bytes, Stack size 16 bytes, mk_wdt.o(.text.wdt_close)) <BR><BR>[Stack]<UL><LI>Max Depth = 756<LI>Call Chain = wdt_close ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[93]">>></a> trace_printf @@ -4287,31 +4348,31 @@ <BR>[Called By]<UL><LI><a href="#[28]">>></a> main </UL> -<P><STRONG><a name="[1f1]"></a>__0snprintf</STRONG> (Thumb, 50 bytes, Stack size 40 bytes, printfa.o(i.__0snprintf), UNUSED) -<BR><BR>[Calls]<UL><LI><a href="#[1f2]">>></a> _printf_core +<P><STRONG><a name="[1f5]"></a>__0snprintf</STRONG> (Thumb, 50 bytes, Stack size 40 bytes, printfa.o(i.__0snprintf), UNUSED) +<BR><BR>[Calls]<UL><LI><a href="#[1f6]">>></a> _printf_core </UL> -<P><STRONG><a name="[209]"></a>__1snprintf</STRONG> (Thumb, 0 bytes, Stack size 40 bytes, printfa.o(i.__0snprintf), UNUSED) +<P><STRONG><a name="[20d]"></a>__1snprintf</STRONG> (Thumb, 0 bytes, Stack size 40 bytes, printfa.o(i.__0snprintf), UNUSED) -<P><STRONG><a name="[154]"></a>__2snprintf</STRONG> (Thumb, 0 bytes, Stack size 40 bytes, printfa.o(i.__0snprintf)) +<P><STRONG><a name="[15a]"></a>__2snprintf</STRONG> (Thumb, 0 bytes, Stack size 40 bytes, printfa.o(i.__0snprintf)) <BR><BR>[Stack]<UL><LI>Max Depth = 40<LI>Call Chain = __2snprintf </UL> -<BR>[Called By]<UL><LI><a href="#[14f]">>></a> TCPHeartBeatUpload +<BR>[Called By]<UL><LI><a href="#[155]">>></a> TCPHeartBeatUpload </UL> -<P><STRONG><a name="[20a]"></a>__c89snprintf</STRONG> (Thumb, 0 bytes, Stack size 40 bytes, printfa.o(i.__0snprintf), UNUSED) +<P><STRONG><a name="[20e]"></a>__c89snprintf</STRONG> (Thumb, 0 bytes, Stack size 40 bytes, printfa.o(i.__0snprintf), UNUSED) -<P><STRONG><a name="[20b]"></a>snprintf</STRONG> (Thumb, 0 bytes, Stack size 40 bytes, printfa.o(i.__0snprintf), UNUSED) +<P><STRONG><a name="[20f]"></a>snprintf</STRONG> (Thumb, 0 bytes, Stack size 40 bytes, printfa.o(i.__0snprintf), UNUSED) -<P><STRONG><a name="[1f3]"></a>__0vsnprintf</STRONG> (Thumb, 44 bytes, Stack size 24 bytes, printfa.o(i.__0vsnprintf), UNUSED) -<BR><BR>[Calls]<UL><LI><a href="#[1f2]">>></a> _printf_core +<P><STRONG><a name="[1f7]"></a>__0vsnprintf</STRONG> (Thumb, 44 bytes, Stack size 24 bytes, printfa.o(i.__0vsnprintf), UNUSED) +<BR><BR>[Calls]<UL><LI><a href="#[1f6]">>></a> _printf_core </UL> -<P><STRONG><a name="[20c]"></a>__1vsnprintf</STRONG> (Thumb, 0 bytes, Stack size 24 bytes, printfa.o(i.__0vsnprintf), UNUSED) +<P><STRONG><a name="[210]"></a>__1vsnprintf</STRONG> (Thumb, 0 bytes, Stack size 24 bytes, printfa.o(i.__0vsnprintf), UNUSED) -<P><STRONG><a name="[20d]"></a>__2vsnprintf</STRONG> (Thumb, 0 bytes, Stack size 24 bytes, printfa.o(i.__0vsnprintf), UNUSED) +<P><STRONG><a name="[211]"></a>__2vsnprintf</STRONG> (Thumb, 0 bytes, Stack size 24 bytes, printfa.o(i.__0vsnprintf), UNUSED) -<P><STRONG><a name="[20e]"></a>__c89vsnprintf</STRONG> (Thumb, 0 bytes, Stack size 24 bytes, printfa.o(i.__0vsnprintf), UNUSED) +<P><STRONG><a name="[212]"></a>__c89vsnprintf</STRONG> (Thumb, 0 bytes, Stack size 24 bytes, printfa.o(i.__0vsnprintf), UNUSED) <P><STRONG><a name="[a2]"></a>vsnprintf</STRONG> (Thumb, 0 bytes, Stack size 24 bytes, printfa.o(i.__0vsnprintf)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = vsnprintf @@ -4331,19 +4392,19 @@ <LI><a href="#[65]">>></a> atoi </UL> -<P><STRONG><a name="[20f]"></a>__rt_errno_addr</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, errno.o(i.__aeabi_errno_addr), UNUSED) +<P><STRONG><a name="[213]"></a>__rt_errno_addr</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, errno.o(i.__aeabi_errno_addr), UNUSED) -<P><STRONG><a name="[210]"></a>__scatterload_copy</STRONG> (Thumb, 14 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_copy), UNUSED) +<P><STRONG><a name="[214]"></a>__scatterload_copy</STRONG> (Thumb, 14 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_copy), UNUSED) -<P><STRONG><a name="[211]"></a>__scatterload_null</STRONG> (Thumb, 2 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_null), UNUSED) +<P><STRONG><a name="[215]"></a>__scatterload_null</STRONG> (Thumb, 2 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_null), UNUSED) -<P><STRONG><a name="[212]"></a>__scatterload_zeroinit</STRONG> (Thumb, 14 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_zeroinit), UNUSED) +<P><STRONG><a name="[216]"></a>__scatterload_zeroinit</STRONG> (Thumb, 14 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_zeroinit), UNUSED) <P><STRONG><a name="[90]"></a>_is_digit</STRONG> (Thumb, 14 bytes, Stack size 0 bytes, scanf_fp.o(i._is_digit), UNUSED) <BR><BR>[Called By]<UL><LI><a href="#[8f]">>></a> _scanf_really_real </UL> -<P><STRONG><a name="[171]"></a>strtod</STRONG> (Thumb, 30 bytes, Stack size 16 bytes, strtod.o(i.strtod)) +<P><STRONG><a name="[177]"></a>strtod</STRONG> (Thumb, 30 bytes, Stack size 16 bytes, strtod.o(i.strtod)) <BR><BR>[Stack]<UL><LI>Max Depth = 216<LI>Call Chain = strtod ⇒ __strtod_int ⇒ _local_sscanf ⇒ _scanf_real </UL> <BR>[Calls]<UL><LI><a href="#[83]">>></a> __strtod_int @@ -4354,64 +4415,64 @@ <H3> Local Symbols </H3> -<P><STRONG><a name="[3d]"></a>adc_dma_callback</STRONG> (Thumb, 128 bytes, Stack size 8 bytes, mk_adc.o(.text.adc_dma_callback)) +<P><STRONG><a name="[3e]"></a>adc_dma_callback</STRONG> (Thumb, 128 bytes, Stack size 8 bytes, mk_adc.o(.text.adc_dma_callback)) <BR><BR>[Stack]<UL><LI>Max Depth = 308<LI>Call Chain = adc_dma_callback ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[92]">>></a> trace_assert_dump </UL> <BR>[Address Reference Count : 1]<UL><LI> mk_adc.o(.text.adc_get) </UL> -<P><STRONG><a name="[3e]"></a>flash_dma_callback</STRONG> (Thumb, 332 bytes, Stack size 24 bytes, mk_flash.o(.text.flash_dma_callback)) +<P><STRONG><a name="[3f]"></a>flash_dma_callback</STRONG> (Thumb, 332 bytes, Stack size 24 bytes, mk_flash.o(.text.flash_dma_callback)) <BR><BR>[Stack]<UL><LI>Max Depth = 348<LI>Call Chain = flash_dma_callback ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[92]">>></a> trace_assert_dump -<LI><a href="#[17d]">>></a> dma_transfer +<LI><a href="#[182]">>></a> dma_transfer <LI><a href="#[117]">>></a> sys_timer_get -<LI><a href="#[1a1]">>></a> flash_write_cmd +<LI><a href="#[1a6]">>></a> flash_write_cmd </UL> <BR>[Address Reference Count : 2]<UL><LI> mk_flash.o(.text.flash_dma_callback) <LI> mk_flash.o(.text.flash_read) </UL> -<P><STRONG><a name="[3f]"></a>flash_dma_write_nbytes_callback</STRONG> (Thumb, 508 bytes, Stack size 24 bytes, mk_flash.o(.text.flash_dma_write_nbytes_callback)) +<P><STRONG><a name="[40]"></a>flash_dma_write_nbytes_callback</STRONG> (Thumb, 508 bytes, Stack size 24 bytes, mk_flash.o(.text.flash_dma_write_nbytes_callback)) <BR><BR>[Stack]<UL><LI>Max Depth = 348<LI>Call Chain = flash_dma_write_nbytes_callback ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[92]">>></a> trace_assert_dump -<LI><a href="#[17d]">>></a> dma_transfer +<LI><a href="#[182]">>></a> dma_transfer <LI><a href="#[d3]">>></a> delay_us <LI><a href="#[117]">>></a> sys_timer_get -<LI><a href="#[1a1]">>></a> flash_write_cmd +<LI><a href="#[1a6]">>></a> flash_write_cmd </UL> <BR>[Address Reference Count : 2]<UL><LI> mk_flash.o(.text.flash_write_nbytes) <LI> mk_flash.o(.text.flash_dma_write_nbytes_callback) </UL> -<P><STRONG><a name="[1a2]"></a>flash_wait_done</STRONG> (Thumb, 92 bytes, Stack size 32 bytes, mk_flash.o(.text.flash_wait_done)) +<P><STRONG><a name="[1a7]"></a>flash_wait_done</STRONG> (Thumb, 92 bytes, Stack size 32 bytes, mk_flash.o(.text.flash_wait_done)) <BR><BR>[Stack]<UL><LI>Max Depth = 80<LI>Call Chain = flash_wait_done ⇒ flash_write_cmd ⇒ sys_timer_get </UL> <BR>[Calls]<UL><LI><a href="#[d3]">>></a> delay_us <LI><a href="#[117]">>></a> sys_timer_get -<LI><a href="#[1a1]">>></a> flash_write_cmd +<LI><a href="#[1a6]">>></a> flash_write_cmd </UL> -<BR>[Called By]<UL><LI><a href="#[170]">>></a> flash_write_nbytes +<BR>[Called By]<UL><LI><a href="#[176]">>></a> flash_write_nbytes <LI><a href="#[136]">>></a> flash_sector_erase <LI><a href="#[138]">>></a> flash_open -<LI><a href="#[1a0]">>></a> flash_block_erase +<LI><a href="#[1a5]">>></a> flash_block_erase </UL> -<P><STRONG><a name="[1a1]"></a>flash_write_cmd</STRONG> (Thumb, 268 bytes, Stack size 40 bytes, mk_flash.o(.text.flash_write_cmd)) +<P><STRONG><a name="[1a6]"></a>flash_write_cmd</STRONG> (Thumb, 268 bytes, Stack size 40 bytes, mk_flash.o(.text.flash_write_cmd)) <BR><BR>[Stack]<UL><LI>Max Depth = 48<LI>Call Chain = flash_write_cmd ⇒ sys_timer_get </UL> <BR>[Calls]<UL><LI><a href="#[117]">>></a> sys_timer_get </UL> -<BR>[Called By]<UL><LI><a href="#[170]">>></a> flash_write_nbytes +<BR>[Called By]<UL><LI><a href="#[176]">>></a> flash_write_nbytes <LI><a href="#[136]">>></a> flash_sector_erase <LI><a href="#[13a]">>></a> flash_read <LI><a href="#[138]">>></a> flash_open -<LI><a href="#[1a4]">>></a> flash_close -<LI><a href="#[1a3]">>></a> flash_check_busy -<LI><a href="#[1a0]">>></a> flash_block_erase -<LI><a href="#[1a2]">>></a> flash_wait_done -<LI><a href="#[3f]">>></a> flash_dma_write_nbytes_callback -<LI><a href="#[3e]">>></a> flash_dma_callback +<LI><a href="#[1a9]">>></a> flash_close +<LI><a href="#[1a8]">>></a> flash_check_busy +<LI><a href="#[1a5]">>></a> flash_block_erase +<LI><a href="#[1a7]">>></a> flash_wait_done +<LI><a href="#[40]">>></a> flash_dma_write_nbytes_callback +<LI><a href="#[3f]">>></a> flash_dma_callback </UL> <P><STRONG><a name="[142]"></a>rtc_second_to_time</STRONG> (Thumb, 668 bytes, Stack size 32 bytes, mk_rtc.o(.text.rtc_second_to_time)) @@ -4425,28 +4486,28 @@ <LI><a href="#[18]">>></a> RTC_ALARM_IRQHandler </UL> -<P><STRONG><a name="[178]"></a>_PrintInt</STRONG> (Thumb, 314 bytes, Stack size 40 bytes, mk_trace.o(.text._PrintInt)) +<P><STRONG><a name="[17e]"></a>_PrintInt</STRONG> (Thumb, 314 bytes, Stack size 40 bytes, mk_trace.o(.text._PrintInt)) <BR><BR>[Stack]<UL><LI>Max Depth = 100<LI>Call Chain = _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[179]">>></a> _PrintUnsigned +<BR>[Calls]<UL><LI><a href="#[17f]">>></a> _PrintUnsigned <LI><a href="#[d9]">>></a> __aeabi_uidiv </UL> -<BR>[Called By]<UL><LI><a href="#[1ca]">>></a> trace_format +<BR>[Called By]<UL><LI><a href="#[1ce]">>></a> trace_format </UL> -<P><STRONG><a name="[179]"></a>_PrintUnsigned</STRONG> (Thumb, 336 bytes, Stack size 48 bytes, mk_trace.o(.text._PrintUnsigned)) +<P><STRONG><a name="[17f]"></a>_PrintUnsigned</STRONG> (Thumb, 336 bytes, Stack size 48 bytes, mk_trace.o(.text._PrintUnsigned)) <BR><BR>[Stack]<UL><LI>Max Depth = 60<LI>Call Chain = _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[d9]">>></a> __aeabi_uidiv </UL> -<BR>[Called By]<UL><LI><a href="#[1ca]">>></a> trace_format -<LI><a href="#[178]">>></a> _PrintInt +<BR>[Called By]<UL><LI><a href="#[1ce]">>></a> trace_format +<LI><a href="#[17e]">>></a> _PrintInt </UL> -<P><STRONG><a name="[1e2]"></a>trace_print_backtrace</STRONG> (Thumb, 236 bytes, Stack size 48 bytes, mk_trace.o(.text.trace_print_backtrace)) +<P><STRONG><a name="[1e6]"></a>trace_print_backtrace</STRONG> (Thumb, 236 bytes, Stack size 48 bytes, mk_trace.o(.text.trace_print_backtrace)) <BR><BR>[Stack]<UL><LI>Max Depth = 236<LI>Call Chain = trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[1c9]">>></a> mk_snprintf +<BR>[Calls]<UL><LI><a href="#[1cd]">>></a> mk_snprintf </UL> <BR>[Called By]<UL><LI><a href="#[92]">>></a> trace_assert_dump <LI><a href="#[fd]">>></a> trace_exception_handler @@ -4456,7 +4517,7 @@ <BR><BR>[Stack]<UL><LI>Max Depth = 764<LI>Call Chain = trace_sending_continue ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[93]">>></a> trace_printf -<LI><a href="#[146]">>></a> uart_send +<LI><a href="#[14c]">>></a> uart_send </UL> <BR>[Address Reference Count : 2]<UL><LI> mk_trace.o(.text.trace_output) <LI> mk_trace.o(.text.trace_sending_continue) @@ -4469,50 +4530,52 @@ <BR>[Address Reference Count : 2]<UL><LI> mk_uart.o(.text.uart_receive) <LI> mk_uart.o(.text.uart_send) </UL> -<P><STRONG><a name="[40]"></a>adc_callback</STRONG> (Thumb, 124 bytes, Stack size 32 bytes, main.o(.text.adc_callback)) -<BR><BR>[Stack]<UL><LI>Max Depth = 32<LI>Call Chain = adc_callback +<P><STRONG><a name="[35]"></a>adc_callback</STRONG> (Thumb, 212 bytes, Stack size 32 bytes, main.o(.text.adc_callback)) +<BR><BR>[Stack]<UL><LI>Max Depth = 772<LI>Call Chain = adc_callback ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> -<BR>[Calls]<UL><LI><a href="#[17a]">>></a> adc_code_to_mv +<BR>[Calls]<UL><LI><a href="#[93]">>></a> trace_printf +<LI><a href="#[180]">>></a> adc_code_to_mv <LI><a href="#[104]">>></a> gpio_pin_set -<LI><a href="#[105]">>></a> gpio_pin_get_val +<LI><a href="#[d2]">>></a> gps_air780_power_change </UL> -<BR>[Address Reference Count : 1]<UL><LI> main.o(.text.main) +<BR>[Address Reference Count : 2]<UL><LI> main.o(.text.SecondTask) +<LI> main.o(.text.main) </UL> <P><STRONG><a name="[42]"></a>move_handler</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, main.o(.text.move_handler)) <BR>[Address Reference Count : 1]<UL><LI> main.o(.text.main) </UL> -<P><STRONG><a name="[41]"></a>sleep_timer_callback</STRONG> (Thumb, 152 bytes, Stack size 16 bytes, main.o(.text.sleep_timer_callback)) +<P><STRONG><a name="[41]"></a>sleep_timer_callback</STRONG> (Thumb, 168 bytes, Stack size 16 bytes, main.o(.text.sleep_timer_callback)) <BR><BR>[Stack]<UL><LI>Max Depth = 1052<LI>Call Chain = sleep_timer_callback ⇒ UWB_Tag_Poll ⇒ TagRange ⇒ uwb_configure ⇒ phy_params_generate ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> -<BR>[Calls]<UL><LI><a href="#[19b]">>></a> charge_state_change -<LI><a href="#[19a]">>></a> charge_red_on -<LI><a href="#[199]">>></a> charge_red_off -<LI><a href="#[167]">>></a> UWB_Tag_Poll -<LI><a href="#[162]">>></a> UWBPoll +<BR>[Calls]<UL><LI><a href="#[1a0]">>></a> charge_state_change +<LI><a href="#[19f]">>></a> charge_red_on +<LI><a href="#[19e]">>></a> charge_red_off +<LI><a href="#[16d]">>></a> UWB_Tag_Poll +<LI><a href="#[168]">>></a> UWBPoll <LI><a href="#[133]">>></a> MotorPoll </UL> <BR>[Address Reference Count : 1]<UL><LI> main.o(.text.main) </UL> -<P><STRONG><a name="[35]"></a>TCPClient_SocketEventProc</STRONG> (Thumb, 444 bytes, Stack size 72 bytes, tcpclient.o(.text.TCPClient_SocketEventProc)) +<P><STRONG><a name="[36]"></a>TCPClient_SocketEventProc</STRONG> (Thumb, 444 bytes, Stack size 72 bytes, tcpclient.o(.text.TCPClient_SocketEventProc)) <BR><BR>[Stack]<UL><LI>Max Depth = 876<LI>Call Chain = TCPClient_SocketEventProc ⇒ save_com_map_to_flash ⇒ flash_open ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[93]">>></a> trace_printf -<LI><a href="#[152]">>></a> save_com_map_to_flash -<LI><a href="#[14f]">>></a> TCPHeartBeatUpload -<LI><a href="#[14b]">>></a> Socket_Recv +<LI><a href="#[158]">>></a> save_com_map_to_flash +<LI><a href="#[155]">>></a> TCPHeartBeatUpload +<LI><a href="#[151]">>></a> Socket_Recv <LI><a href="#[f4]">>></a> HIDO_UtilStrToInt -<LI><a href="#[150]">>></a> HIDO_UtilStrSplit -<LI><a href="#[151]">>></a> HIDO_UtilHexStrToInt +<LI><a href="#[156]">>></a> HIDO_UtilStrSplit +<LI><a href="#[157]">>></a> HIDO_UtilHexStrToInt <LI><a href="#[d0]">>></a> memcmp </UL> <BR>[Address Reference Count : 1]<UL><LI> tcpclient.o(.text.TCPClient_Init) </UL> -<P><STRONG><a name="[3c]"></a>rx_int_callback</STRONG> (Thumb, 176 bytes, Stack size 24 bytes, uwb_app.o(.text.rx_int_callback)) +<P><STRONG><a name="[3d]"></a>rx_int_callback</STRONG> (Thumb, 176 bytes, Stack size 24 bytes, uwb_app.o(.text.rx_int_callback)) <BR><BR>[Stack]<UL><LI>Max Depth = 1580<LI>Call Chain = rx_int_callback ⇒ ranging_rx_time ⇒ sts_first_path_detect ⇒ MK8000_sts_first_patch_detect ⇒ MK8000_sts_FAP_detect ⇒ MK8000_fap_adjust_FLT ⇒ lsp_scale_f32 ⇒ lsp_g_op_f32 ⇒ lsp_engine_run ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[1d9]">>></a> power_off_radio +<BR>[Calls]<UL><LI><a href="#[1dd]">>></a> power_off_radio <LI><a href="#[d8]">>></a> phy_timer_count_get -<LI><a href="#[1dd]">>></a> ranging_rx_time +<LI><a href="#[1e1]">>></a> ranging_rx_time <LI><a href="#[da]">>></a> phy_shr_duration <LI><a href="#[dc]">>></a> ranging_ant_delays_get <LI><a href="#[ed]">>></a> __aeabi_memcpy @@ -4520,32 +4583,32 @@ <BR>[Address Reference Count : 2]<UL><LI> uwb_app.o(.text.UwbRange) <LI> uwb_app.o(.text.UwbSearch) </UL> -<P><STRONG><a name="[3b]"></a>tx_int_callback</STRONG> (Thumb, 40 bytes, Stack size 8 bytes, uwb_app.o(.text.tx_int_callback)) +<P><STRONG><a name="[3c]"></a>tx_int_callback</STRONG> (Thumb, 40 bytes, Stack size 8 bytes, uwb_app.o(.text.tx_int_callback)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = tx_int_callback ⇒ power_off_radio </UL> -<BR>[Calls]<UL><LI><a href="#[1d9]">>></a> power_off_radio +<BR>[Calls]<UL><LI><a href="#[1dd]">>></a> power_off_radio <LI><a href="#[d8]">>></a> phy_timer_count_get </UL> <BR>[Address Reference Count : 2]<UL><LI> uwb_app.o(.text.UwbRange) <LI> uwb_app.o(.text.UwbSearch) </UL> -<P><STRONG><a name="[37]"></a>rx_int_callback</STRONG> (Thumb, 132 bytes, Stack size 16 bytes, uwb_tag.o(.text.rx_int_callback)) +<P><STRONG><a name="[38]"></a>rx_int_callback</STRONG> (Thumb, 132 bytes, Stack size 16 bytes, uwb_tag.o(.text.rx_int_callback)) <BR><BR>[Stack]<UL><LI>Max Depth = 1572<LI>Call Chain = rx_int_callback ⇒ ranging_rx_time ⇒ sts_first_path_detect ⇒ MK8000_sts_first_patch_detect ⇒ MK8000_sts_FAP_detect ⇒ MK8000_fap_adjust_FLT ⇒ lsp_scale_f32 ⇒ lsp_g_op_f32 ⇒ lsp_engine_run ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[1d9]">>></a> power_off_radio -<LI><a href="#[184]">>></a> average_filter +<BR>[Calls]<UL><LI><a href="#[1dd]">>></a> power_off_radio +<LI><a href="#[189]">>></a> average_filter <LI><a href="#[d8]">>></a> phy_timer_count_get -<LI><a href="#[1dd]">>></a> ranging_rx_time -<LI><a href="#[1cd]">>></a> phy_freq_offset_get +<LI><a href="#[1e1]">>></a> ranging_rx_time +<LI><a href="#[1d1]">>></a> phy_freq_offset_get <LI><a href="#[dc]">>></a> ranging_ant_delays_get <LI><a href="#[ed]">>></a> __aeabi_memcpy </UL> <BR>[Address Reference Count : 1]<UL><LI> uwb_tag.o(.text.TagRange) </UL> -<P><STRONG><a name="[36]"></a>tx_int_callback</STRONG> (Thumb, 64 bytes, Stack size 8 bytes, uwb_tag.o(.text.tx_int_callback)) +<P><STRONG><a name="[37]"></a>tx_int_callback</STRONG> (Thumb, 64 bytes, Stack size 8 bytes, uwb_tag.o(.text.tx_int_callback)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = tx_int_callback ⇒ power_off_radio </UL> -<BR>[Calls]<UL><LI><a href="#[1d9]">>></a> power_off_radio +<BR>[Calls]<UL><LI><a href="#[1dd]">>></a> power_off_radio <LI><a href="#[d8]">>></a> phy_timer_count_get </UL> <BR>[Address Reference Count : 1]<UL><LI> uwb_tag.o(.text.TagRange) @@ -4578,30 +4641,30 @@ </UL> <BR>[Address Reference Count : 1]<UL><LI> air780edriver.o(.text.AIR780EDriver_Init) </UL> -<P><STRONG><a name="[39]"></a>uart_receive_callback</STRONG> (Thumb, 52 bytes, Stack size 24 bytes, uart.o(.text.uart_receive_callback)) +<P><STRONG><a name="[3a]"></a>uart_receive_callback</STRONG> (Thumb, 52 bytes, Stack size 24 bytes, uart.o(.text.uart_receive_callback)) <BR><BR>[Stack]<UL><LI>Max Depth = 428<LI>Call Chain = uart_receive_callback ⇒ uart_receive ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[16b]">>></a> uart_receive +<BR>[Calls]<UL><LI><a href="#[171]">>></a> uart_receive <LI><a href="#[ec]">>></a> HIDO_ArraryQueueIn </UL> <BR>[Address Reference Count : 2]<UL><LI> uart.o(.text.Uart_Init) <LI> uart.o(.text.uart_receive_callback) </UL> -<P><STRONG><a name="[3a]"></a>uart_send_callback</STRONG> (Thumb, 164 bytes, Stack size 16 bytes, uart.o(.text.uart_send_callback)) +<P><STRONG><a name="[3b]"></a>uart_send_callback</STRONG> (Thumb, 164 bytes, Stack size 16 bytes, uart.o(.text.uart_send_callback)) <BR><BR>[Stack]<UL><LI>Max Depth = 428<LI>Call Chain = uart_send_callback ⇒ uart_send ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[146]">>></a> uart_send +<BR>[Calls]<UL><LI><a href="#[14c]">>></a> uart_send <LI><a href="#[c5]">>></a> HIDO_VLQGetDequeueMember <LI><a href="#[c9]">>></a> HIDO_VLQDequeue </UL> <BR>[Address Reference Count : 2]<UL><LI> uart.o(.text.Uart_Send) <LI> uart.o(.text.uart_send_callback) </UL> -<P><STRONG><a name="[1a7]"></a>lsp_g_op_f32</STRONG> (Thumb, 192 bytes, Stack size 64 bytes, mk_lsp.o(.text.lsp_g_op_f32)) +<P><STRONG><a name="[1ac]"></a>lsp_g_op_f32</STRONG> (Thumb, 192 bytes, Stack size 64 bytes, mk_lsp.o(.text.lsp_g_op_f32)) <BR><BR>[Stack]<UL><LI>Max Depth = 380<LI>Call Chain = lsp_g_op_f32 ⇒ lsp_engine_run ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[92]">>></a> trace_assert_dump -<LI><a href="#[1a9]">>></a> lsp_engine_run +<LI><a href="#[1ae]">>></a> lsp_engine_run </UL> <BR>[Called By]<UL><LI><a href="#[120]">>></a> lsp_cmplx_inner_product_f32 <LI><a href="#[125]">>></a> lsp_scale_f32 @@ -4609,38 +4672,38 @@ <LI><a href="#[124]">>></a> lsp_vinverse_f32 </UL> -<P><STRONG><a name="[1a9]"></a>lsp_engine_run</STRONG> (Thumb, 204 bytes, Stack size 16 bytes, mk_lsp.o(.text.lsp_engine_run)) +<P><STRONG><a name="[1ae]"></a>lsp_engine_run</STRONG> (Thumb, 204 bytes, Stack size 16 bytes, mk_lsp.o(.text.lsp_engine_run)) <BR><BR>[Stack]<UL><LI>Max Depth = 316<LI>Call Chain = lsp_engine_run ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[92]">>></a> trace_assert_dump </UL> -<BR>[Called By]<UL><LI><a href="#[1a8]">>></a> lsp_g_op_int8 -<LI><a href="#[1aa]">>></a> lsp_g_op_int16 -<LI><a href="#[1a7]">>></a> lsp_g_op_f32 +<BR>[Called By]<UL><LI><a href="#[1ad]">>></a> lsp_g_op_int8 +<LI><a href="#[1af]">>></a> lsp_g_op_int16 +<LI><a href="#[1ac]">>></a> lsp_g_op_f32 </UL> -<P><STRONG><a name="[1aa]"></a>lsp_g_op_int16</STRONG> (Thumb, 212 bytes, Stack size 72 bytes, mk_lsp.o(.text.lsp_g_op_int16)) +<P><STRONG><a name="[1af]"></a>lsp_g_op_int16</STRONG> (Thumb, 212 bytes, Stack size 72 bytes, mk_lsp.o(.text.lsp_g_op_int16)) <BR><BR>[Stack]<UL><LI>Max Depth = 388<LI>Call Chain = lsp_g_op_int16 ⇒ lsp_engine_run ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[92]">>></a> trace_assert_dump -<LI><a href="#[1a9]">>></a> lsp_engine_run +<LI><a href="#[1ae]">>></a> lsp_engine_run </UL> <BR>[Called By]<UL><LI><a href="#[12d]">>></a> lsp_inner_product_int16 </UL> -<P><STRONG><a name="[1a8]"></a>lsp_g_op_int8</STRONG> (Thumb, 208 bytes, Stack size 64 bytes, mk_lsp.o(.text.lsp_g_op_int8)) +<P><STRONG><a name="[1ad]"></a>lsp_g_op_int8</STRONG> (Thumb, 208 bytes, Stack size 64 bytes, mk_lsp.o(.text.lsp_g_op_int8)) <BR><BR>[Stack]<UL><LI>Max Depth = 380<LI>Call Chain = lsp_g_op_int8 ⇒ lsp_engine_run ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[92]">>></a> trace_assert_dump -<LI><a href="#[1a9]">>></a> lsp_engine_run +<LI><a href="#[1ae]">>></a> lsp_engine_run </UL> <BR>[Called By]<UL><LI><a href="#[12c]">>></a> lsp_cmplx_mult_cmplx_int8 </UL> -<P><STRONG><a name="[1cf]"></a>phy_sts_related_params_update</STRONG> (Thumb, 176 bytes, Stack size 8 bytes, mk_phy.o(.text.phy_sts_related_params_update)) +<P><STRONG><a name="[1d3]"></a>phy_sts_related_params_update</STRONG> (Thumb, 176 bytes, Stack size 8 bytes, mk_phy.o(.text.phy_sts_related_params_update)) <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = phy_sts_related_params_update </UL> -<BR>[Called By]<UL><LI><a href="#[1ce]">>></a> phy_params_generate +<BR>[Called By]<UL><LI><a href="#[1d2]">>></a> phy_params_generate </UL> <P><STRONG><a name="[f2]"></a>FSM_Debug</STRONG> (Thumb, 38 bytes, Stack size 16 bytes, hido_fsm.o(.text.FSM_Debug)) @@ -4672,34 +4735,34 @@ </UL> <BR>[Address Reference Count : 1]<UL><LI> hido_atlite.o(.text.HIDO_ATLiteDataSend) </UL> -<P><STRONG><a name="[1f4]"></a>_fp_digits</STRONG> (Thumb, 344 bytes, Stack size 64 bytes, printfa.o(i._fp_digits), UNUSED) +<P><STRONG><a name="[1f8]"></a>_fp_digits</STRONG> (Thumb, 344 bytes, Stack size 64 bytes, printfa.o(i._fp_digits), UNUSED) <BR><BR>[Calls]<UL><LI><a href="#[75]">>></a> __aeabi_dmul <LI><a href="#[6e]">>></a> __aeabi_dadd <LI><a href="#[76]">>></a> __aeabi_ddiv -<LI><a href="#[1f5]">>></a> __aeabi_cdrcmple +<LI><a href="#[1f9]">>></a> __aeabi_cdrcmple <LI><a href="#[5f]">>></a> __aeabi_uldivmod <LI><a href="#[87]">>></a> __aeabi_d2ulz </UL> -<BR>[Called By]<UL><LI><a href="#[1f2]">>></a> _printf_core +<BR>[Called By]<UL><LI><a href="#[1f6]">>></a> _printf_core </UL> -<P><STRONG><a name="[1f2]"></a>_printf_core</STRONG> (Thumb, 1754 bytes, Stack size 128 bytes, printfa.o(i._printf_core), UNUSED) +<P><STRONG><a name="[1f6]"></a>_printf_core</STRONG> (Thumb, 1754 bytes, Stack size 128 bytes, printfa.o(i._printf_core), UNUSED) <BR><BR>[Calls]<UL><LI><a href="#[5d]">>></a> __aeabi_uidivmod <LI><a href="#[5f]">>></a> __aeabi_uldivmod -<LI><a href="#[1f6]">>></a> _printf_pre_padding -<LI><a href="#[1f7]">>></a> _printf_post_padding -<LI><a href="#[1f4]">>></a> _fp_digits +<LI><a href="#[1fa]">>></a> _printf_pre_padding +<LI><a href="#[1fb]">>></a> _printf_post_padding +<LI><a href="#[1f8]">>></a> _fp_digits </UL> -<BR>[Called By]<UL><LI><a href="#[1f3]">>></a> __0vsnprintf -<LI><a href="#[1f1]">>></a> __0snprintf +<BR>[Called By]<UL><LI><a href="#[1f7]">>></a> __0vsnprintf +<LI><a href="#[1f5]">>></a> __0snprintf </UL> -<P><STRONG><a name="[1f7]"></a>_printf_post_padding</STRONG> (Thumb, 32 bytes, Stack size 24 bytes, printfa.o(i._printf_post_padding), UNUSED) -<BR><BR>[Called By]<UL><LI><a href="#[1f2]">>></a> _printf_core +<P><STRONG><a name="[1fb]"></a>_printf_post_padding</STRONG> (Thumb, 32 bytes, Stack size 24 bytes, printfa.o(i._printf_post_padding), UNUSED) +<BR><BR>[Called By]<UL><LI><a href="#[1f6]">>></a> _printf_core </UL> -<P><STRONG><a name="[1f6]"></a>_printf_pre_padding</STRONG> (Thumb, 44 bytes, Stack size 40 bytes, printfa.o(i._printf_pre_padding), UNUSED) -<BR><BR>[Called By]<UL><LI><a href="#[1f2]">>></a> _printf_core +<P><STRONG><a name="[1fa]"></a>_printf_pre_padding</STRONG> (Thumb, 44 bytes, Stack size 40 bytes, printfa.o(i._printf_pre_padding), UNUSED) +<BR><BR>[Called By]<UL><LI><a href="#[1f6]">>></a> _printf_core </UL> <P><STRONG><a name="[47]"></a>_snputc</STRONG> (Thumb, 22 bytes, Stack size 0 bytes, printfa.o(i._snputc)) -- Gitblit v1.9.3