MCPcopy Create free account

hub / github.com/SmingHub/Sming / functions

Functions6,680 in github.com/SmingHub/Sming

↓ 1 callersFunctionsmg_uart_resize_rx_buffer
Sming/Components/arch_driver/src/uart.cpp:59
↓ 1 callersFunctionsmg_uart_resize_tx_buffer
Sming/Components/arch_driver/src/uart.cpp:72
↓ 1 callersFunctionsmg_uart_rx_buffer_size
Sming/Components/arch_driver/src/uart.cpp:67
↓ 1 callersFunctionsmg_uart_rx_find
Sming/Components/arch_driver/src/uart.cpp:90
↓ 1 callersFunctionsmg_uart_set_baudrate
Sming/Arch/Esp32/Components/driver/uart.cpp:757
↓ 1 callersFunctionsmg_uart_set_baudrate
Sming/Arch/Esp8266/Components/driver/uart.cpp:630
↓ 1 callersFunctionsmg_uart_set_baudrate
Sming/Arch/Rp2040/Components/driver/uart.cpp:547
↓ 1 callersFunctionsmg_uart_set_baudrate_reg
Sming/Arch/Esp32/Components/driver/uart.cpp:733
↓ 1 callersFunctionsmg_uart_set_baudrate_reg
Sming/Arch/Host/Components/driver/uart.cpp:253
↓ 1 callersFunctionsmg_uart_set_baudrate_reg
Sming/Arch/Rp2040/Components/driver/uart.cpp:515
↓ 1 callersFunctionsmg_uart_set_callback
Sming/Arch/Esp8266/Components/driver/uart.cpp:346
↓ 1 callersFunctionsmg_uart_set_callback
Sming/Arch/Host/Components/driver/uart.cpp:102
↓ 1 callersFunctionsmg_uart_set_debug
Sming/Arch/Esp32/Components/driver/uart.cpp:997
↓ 1 callersFunctionsmg_uart_set_format
Sming/Arch/Host/Components/driver/uart.cpp:351
↓ 1 callersFunctionsmg_uart_set_format
Sming/Arch/Rp2040/Components/driver/uart.cpp:663
↓ 1 callersFunctionsmg_uart_set_notify
Sming/Arch/Esp8266/Components/driver/uart.cpp:336
↓ 1 callersFunctionsmg_uart_set_options
@brief Set option flags * @param uart * @param options The option(s) to set */
Sming/Components/arch_driver/src/include/driver/uart.h:332
↓ 1 callersFunctionsmg_uart_set_pins
Sming/Arch/Host/Components/driver/uart.cpp:383
↓ 1 callersFunctionsmg_uart_set_tx
Sming/Arch/Esp8266/Components/driver/uart.cpp:865
↓ 1 callersFunctionsmg_uart_set_tx
Sming/Arch/Host/Components/driver/uart.cpp:373
↓ 1 callersFunctionsmg_uart_start_isr
Sming/Arch/Esp32/Components/driver/uart.cpp:494
↓ 1 callersFunctionsmg_uart_start_isr
Sming/Arch/Esp8266/Components/driver/uart.cpp:408
↓ 1 callersFunctionsmg_uart_start_isr
Sming/Arch/Host/Components/driver/uart.cpp:151
↓ 1 callersFunctionsmg_uart_start_isr
Sming/Arch/Rp2040/Components/driver/uart.cpp:295
↓ 1 callersFunctionsmg_uart_swap
Sming/Arch/Host/Components/driver/uart.cpp:366
↓ 1 callersFunctionsmg_uart_tx_buffer_size
Sming/Components/arch_driver/src/uart.cpp:80
↓ 1 callersFunctionsmg_uart_uninit
Sming/Arch/Host/Components/driver/uart.cpp:331
↓ 1 callersFunctionsmg_uart_wait_tx_empty
Sming/Arch/Host/Components/driver/uart.cpp:203
↓ 1 callersFunctionsockets_finalise
Sming/Arch/Host/Components/hostlib/sockets.cpp:57
↓ 1 callersFunctionsockets_initialise
Sming/Arch/Host/Components/hostlib/sockets.cpp:48
↓ 1 callersFunctionspeedTest
samples/SDCard/app/application.cpp:198
↓ 1 callersFunctionspeedToString
tests/HostTests/modules/SpiFlash.cpp:26
↓ 1 callersFunctionspiffsErrorToStr
Sming/Libraries/Spiffs/src/Error.cpp:110
↓ 1 callersFunctionsrandom
Sming/Wiring/WMath.cpp:26
↓ 1 callersFunctionstartApplicationCommand
* set the command handler -> ArduCamCommand handler */
Sming/Libraries/CommandProcessing/samples/Arducam/app/application.cpp:52
↓ 1 callersMethodstartCert
Sming/Components/ssl/BearSsl/X509Context.h:76
↓ 1 callersMethodstartChain
Sming/Components/ssl/BearSsl/BrClientConnection.h:50
↓ 1 callersFunctionstartFTP
samples/HttpServer_AJAX/app/application.cpp:97
↓ 1 callersFunctionstartFTP
samples/HttpServer_ConfigNetwork/app/application.cpp:199
↓ 1 callersMethodstartMethod
Sming/Components/Hosted/include/Hosted/Client.h:174
↓ 1 callersMethodstartMethods
Sming/Components/Hosted/include/Hosted/Client.h:168
↓ 1 callersFunctionstartServers
* start http and telnet server * telnet can be used to configure camera settings * using ArdCammCommand handler */
Sming/Libraries/CommandProcessing/samples/Arducam/app/application.cpp:228
↓ 1 callersFunctionstartWebServer
samples/DnsCaptivePortal/app/application.cpp:16
↓ 1 callersFunctionstartWebServer
samples/HttpServer_AJAX/app/application.cpp:82
↓ 1 callersFunctionstartWebServer
samples/HttpServer_ConfigNetwork/app/application.cpp:181
↓ 1 callersFunctionstartWebServer
samples/Basic_IFS/app/application.cpp:142
↓ 1 callersFunctionstartWebServer
samples/HttpServer_Plugins/app/application.cpp:28
↓ 1 callersFunctionstartWebServer
samples/HttpServer_WebSockets/app/application.cpp:125
↓ 1 callersFunctionstartWebServer
samples/UdpServer_mDNS/app/application.cpp:114
↓ 1 callersMethodstart_capture
Send capture command
Sming/Libraries/ArduCAM/ArduCAM.cpp:262
↓ 1 callersFunctionstart_sming_task_loop
Sming/Arch/Esp32/Components/esp32/src/tasks.cpp:91
↓ 1 callersFunctionstartmDNS
samples/UdpServer_mDNS/app/application.cpp:101
↓ 1 callersMethodstartsWith
Sming/Core/Data/Buffer/LineBuffer.cpp:98
↓ 1 callersFunctionstat_file
samples/SDCard/app/application.cpp:76
↓ 1 callersMethodstationChanged
Sming/Components/Network/Arch/Rp2040/Platform/WifiEventsImpl.cpp:47
↓ 1 callersMethodstationConnected
Sming/Components/Network/Arch/Host/Platform/WifiEventsImpl.h:19
↓ 1 callersMethodstationDisconnected
Sming/Components/Network/Arch/Host/Platform/WifiEventsImpl.h:26
↓ 1 callersMethodstationGotIp
Sming/Components/Network/Arch/Host/Platform/WifiEventsImpl.h:33
↓ 1 callersMethodstatusCallback
Sming/Components/Network/Arch/Host/Platform/StationImpl.cpp:109
↓ 1 callersMethodstop
Sming/Arch/Esp32/Components/driver/i2s.cpp:820
↓ 1 callersMethodstop
Sming/Arch/Esp8266/Components/driver/i2s.cpp:815
↓ 1 callersMethodstop
Sming/Arch/Host/Components/driver/hw_timer.cpp:91
↓ 1 callersMethodstopListening
Sming/Libraries/RF24/RF24.cpp:414
↓ 1 callersFunctionstr_upper
Sming/System/m_printf.cpp:36
↓ 1 callersFunctionsuspend_main_thread
Sming/Arch/Host/Components/hostlib/threads.cpp:97
↓ 1 callersFunctionsystem_adc_read
Sming/Arch/Esp8266/Components/esp_no_wifi/user_interface.c:70
↓ 1 callersFunctionsystem_adc_read
Sming/Arch/Host/Components/driver/adc.cpp:5
↓ 1 callersFunctionsystem_deep_sleep
Sming/Arch/Host/Components/esp_hal/sleep.c:3
↓ 1 callersFunctionsystem_deep_sleep_set_option
Sming/Arch/Host/Components/esp_hal/sleep.c:9
↓ 1 callersFunctionsystem_get_flash_size_map
Fetch enum `flash_size_map` value
Sming/Arch/Esp8266/Components/esp_no_wifi/user_interface.c:141
↓ 1 callersFunctionsystem_get_os_print
Sming/Arch/Esp8266/Components/esp_no_wifi/user_interface.c:309
↓ 1 callersFunctionsystem_get_rst_info
Sming/Arch/Esp8266/Components/esp_no_wifi/user_interface.c:283
↓ 1 callersFunctionsystem_get_rtc_time
Sming/Arch/Esp8266/Components/esp_no_wifi/user_interface.c:65
↓ 1 callersFunctionsystem_get_time
Sming/Arch/Esp32/Components/esp32/src/system.cpp:13
↓ 1 callersFunctionsystem_init_clocks
Fix the peripheral clocks but allow system (CPU) to be varied independently using PLL
Sming/Arch/Rp2040/Components/rp2040/src/clk.c:29
↓ 1 callersFunctionsystem_init_done_cb
Sming/Arch/Esp8266/Components/esp_no_wifi/app_main.c:25
↓ 1 callersFunctionsystem_init_tasks
Sming/Arch/Rp2040/Components/rp2040/src/tasks.cpp:94
↓ 1 callersFunctionsystem_init_timers
Sming/Arch/Rp2040/Components/driver/os_timer.cpp:189
↓ 1 callersFunctionsystem_os_post
Sming/Arch/Host/Components/esp_hal/tasks.cpp:73
↓ 1 callersFunctionsystem_os_task
Sming/Arch/Host/Components/esp_hal/tasks.cpp:57
↓ 1 callersFunctionsystem_restart
Sming/Arch/Host/Components/esp_hal/system.cpp:71
↓ 1 callersFunctionsystem_rtc_mem_write
Sming/Arch/Host/Components/esp_hal/system.cpp:133
↓ 1 callersFunctionsystem_service_tasks
Sming/Arch/Rp2040/Components/rp2040/src/tasks.cpp:108
↓ 1 callersFunctionsystem_service_timers
Sming/Arch/Rp2040/Components/driver/os_timer.cpp:194
↓ 1 callersFunctionsystem_soft_wdt_restart
Sming/Arch/Rp2040/Components/rp2040/src/system.cpp:23
↓ 1 callersFunctionsystem_update_cpu_freq
Sming/Arch/Host/Components/esp_hal/clk.c:23
↓ 1 callersFunctiontc
(a,b,c)
samples/HttpServer_AJAX/web/dev/jquery.js:3
↓ 1 callersFunctiontc
(a,b,c)
samples/MeteoControl/web/jquery.js:3
↓ 1 callersFunctiontc
(a,b,c)
samples/HttpServer_ConfigNetwork/web/dev/jquery.js:3
↓ 1 callersFunctiontc
(a,b,c)
Sming/Libraries/CommandProcessing/samples/CommandLine/web/dev/jquery.js:3
↓ 1 callersMethodterminate
Sming/Arch/Host/Components/driver/hw_timer.cpp:37
↓ 1 callersFunctiontestDisplay
samples/Display_TM1637/app/application.cpp:25
↓ 1 callersFunctiontestFSTR
samples/Basic_ProgMem/app/TestProgmem.cpp:85
↓ 1 callersFunctiontestPSTR
samples/Basic_ProgMem/app/TestProgmem.cpp:42
↓ 1 callersFunctiontestPgm
samples/Basic_ProgMem/app/application.cpp:61
↓ 1 callersFunctiontestPrintf
samples/Basic_Serial/app/application.cpp:158
↓ 1 callersFunctiontestProgmem
samples/Basic_ProgMem/app/TestProgmem.cpp:222
↓ 1 callersFunctiontestSpeed
* Run a load of iterations for PSTR/FSTR options to illustrate relative performance. */
samples/Basic_ProgMem/app/TestProgmem.cpp:164
↓ 1 callersFunctiontestWebConstants
samples/Basic_Utility/app/utility.cpp:14
↓ 1 callersFunctiontestdrawcircles
samples/ScreenTFT_ST7735/app/application.cpp:153
← previousnext →2,401–2,500 of 6,680, ranked by callers