MCPcopy Create free account

hub / github.com/SmingHub/Sming / functions

Functions6,680 in github.com/SmingHub/Sming

↓ 2 callersFunctionescapeChar
* @brief Get character used for standard escapes * @param c Code to be escaped * @param options * @retval char Corresponding character, NUL if ther
Sming/Core/Data/Format/Formatter.cpp:23
↓ 2 callersMethodexecute
tests/HostTests/modules/Uuid.cpp:25
↓ 2 callersMethodexecute
Sming/Arch/Host/Components/hostlib/threads.h:178
↓ 2 callersMethodexecute
Sming/Libraries/SPI/test/app/SPI.cpp:56
↓ 2 callersMethodextract
* @brief Get the value for a given key and remove it from the map, without destroying it * @param key * @retval V* * @note The returned object m
Sming/Core/Data/ObjectMap.h:279
↓ 2 callersFunctionextractAddresses
(data)
Sming/Arch/Esp32/Tools/decode-stacktrace.py:16
↓ 2 callersFunctionextractAddresses
(data)
Sming/Arch/Esp8266/Tools/decode-stacktrace.py:16
↓ 2 callersFunctionf
(f,g,h,i,k)
samples/HttpServer_AJAX/web/dev/jquery.js:1
↓ 2 callersFunctionf
(f,g,h,i,k)
samples/MeteoControl/web/jquery.js:1
↓ 2 callersFunctionf
(f,g,h,i,k)
samples/HttpServer_ConfigNetwork/web/dev/jquery.js:1
↓ 2 callersFunctionf
(f,g,h,i,k)
Sming/Libraries/CommandProcessing/samples/CommandLine/web/dev/jquery.js:1
↓ 2 callersFunctionf_opendir
Sming/Libraries/fatfs/src/fatfs/ff.c:3143
↓ 2 callersFunctionf_readdir
Sming/Libraries/fatfs/src/fatfs/ff.c:3231
↓ 2 callersFunctionfileRead
@brief Read from file * @param file File handle * @param data Pointer to data buffer in to which to read data * @param size Quantity of data
Sming/Core/FileSystem.h:163
↓ 2 callersFunctionfileSystemFormat
@brief Format the active file system * @retval int Error code */
Sming/Core/FileSystem.h:493
↓ 2 callersFunctionfileTell
@brief Get position in file * @param file File handle * @retval file_offset_t Read / write cursor position or error code */
Sming/Core/FileSystem.h:195
↓ 2 callersFunctionfindDevice
Sming/Components/Storage/src/Storage.cpp:57
↓ 2 callersFunctionfindSpiffsPartition
samples/Basic_Ota/app/application.cpp:21
↓ 2 callersFunctionfind_tool
(name)
Tools/ide/common/sming.py:74
↓ 2 callersFunctionfix_charclass
Fixup string of chars to fit into a regex char class
Tools/Python/rjsmin.py:131
↓ 2 callersFunctionfix_path
Fix path so it conforms to makefile specs.
Tools/ide/common/sming.py:61
↓ 2 callersFunctionflashmem_get_info
Sming/Arch/Esp8266/Components/spi_flash/flashmem.c:195
↓ 2 callersFunctionflashmem_get_info
Sming/Arch/Host/Components/spi_flash/flashmem.cpp:131
↓ 2 callersFunctionflashmem_sfdp_read
Sming/Arch/Rp2040/Components/spi_flash/flashmem.cpp:411
↓ 2 callersFunctionflashmem_write
Sming/Arch/Host/Components/spi_flash/flashmem.cpp:189
↓ 2 callersFunctionfwfs_mount
Sming/Core/FileSystem.cpp:58
↓ 2 callersFunctiongdb_syscall_gettimeofday
* @brief Get current time of day from host, in UTC * @param tv * @param tz Not used, must be null * @param callback * @param param * @retval int
Sming/System/include/gdb/gdb_syscall.h:357
↓ 2 callersMethodgetAuthorizationMethodName
@brief Get BSS authorisation method name * @retval String */
Sming/Components/Network/src/Platform/BssInfo.h:47
↓ 2 callersMethodgetBaseConfig
Load the base configuration.
Sming/Components/Storage/Tools/hwconfig/editor.py:1260
↓ 2 callersMethodgetBody
* @brief Moves content from the body stream into a String. * @retval String * @note Move semantics are used to ensure that no/minimal additional m
Sming/Components/Network/src/Network/Http/HttpRequest.h:166
↓ 2 callersMethodgetBootPartition
Sming/Libraries/Ota/src/Arch/Esp32/include/Ota/IdfUpgrader.h:47
↓ 2 callersFunctiongetCalculatedFingerprint
Sming/Components/ssl/BearSsl/BrClientConnection.cpp:31
↓ 2 callersMethodgetCertificate
Sming/Components/ssl/Axtls/AxConnection.h:62
↓ 2 callersMethodgetCodeWordA
* Returns a char[13], representing the code word to be send. * */
Sming/Libraries/RCSwitch/RCSwitch.cpp:316
↓ 2 callersMethodgetCodeWordB
* Returns a char[13], representing the code word to be sent. * A code word consists of 9 address bits, 3 data bits and one sync bit but * in our cas
Sming/Libraries/RCSwitch/RCSwitch.cpp:280
↓ 2 callersMethodgetCodeWordC
* Like getCodeWord (Type C = Intertechno) */
Sming/Libraries/RCSwitch/RCSwitch.cpp:345
↓ 2 callersMethodgetCodeWordD
Sming/Libraries/RCSwitch/RCSwitch.cpp:400
↓ 2 callersFunctiongetComponentPath
Obtain name of Component or library from document path. Return None if document is not in a Component or library.
docs/source/link-roles.py:154
↓ 2 callersMethodgetConnectionStatusName
Sming/Components/Network/src/Platform/Station.cpp:59
↓ 2 callersFunctiongetDevices
Sming/Components/Storage/src/Storage.cpp:26
↓ 2 callersFunctiongetErrorString
Sming/Components/ssl/BearSsl/BrError.cpp:91
↓ 2 callersMethodgetErrorString
Sming/Components/ssl/BearSsl/BrConnection.h:57
↓ 2 callersMethodgetFunctionId
* @brief Fetches a list of commands supported on the RPC server and gives back the id of the desired command * @param name command name to query *
Sming/Components/Hosted/include/Hosted/Client.h:94
↓ 2 callersMethodgetHash
Sming/Wiring/MacAddress.cpp:71
↓ 2 callersMethodgetHostWithPort
Sming/Components/Network/src/Network/Url.cpp:75
↓ 2 callersMethodgetHumidityAndTemperature
get humidity, then get temperature reading from humidity measurement, calculate Dew Points
Sming/Libraries/SI7021/SI7021.cpp:160
↓ 2 callersMethodgetInterval
Sming/Core/Timer.h:88
↓ 2 callersMethodgetIntervalMs
@brief Get timer interval in milliseconds */
Sming/Core/CallbackTimer.h:269
↓ 2 callersMethodgetName
Sming/Arch/Host/Components/hostlib/CommandLine.cpp:24
↓ 2 callersMethodgetNetworkGateway
Sming/Components/Network/Arch/Host/Platform/StationImpl.cpp:274
↓ 2 callersMethodgetNetworkMask
Sming/Components/Network/Arch/Host/Platform/StationImpl.cpp:269
↓ 2 callersFunctiongetNextSunriseSet
* We use the y/m/d from local time for sunrise/sunset calculations, and the solar calculator * returns the time from midnight in UTC for that day. We
samples/SystemClock_NTP/app/NtpClientDemo.cpp:38
↓ 2 callersMethodgetPathWithQuery
Sming/Components/Network/src/Network/Url.cpp:111
↓ 2 callersMethodgetPublicKey
Sming/Components/ssl/BearSsl/X509Decoder.h:34
↓ 2 callersMethodgetRDN
Sming/Components/ssl/BearSsl/X509Name.cpp:17
↓ 2 callersFunctiongetRandomRssi
Sming/Components/Network/Arch/Host/Platform/StationImpl.cpp:61
↓ 2 callersMethodgetReceivedValue
Sming/Libraries/RCSwitch/RCSwitch.cpp:643
↓ 2 callersMethodgetRequest
Sming/Components/Network/src/Network/Http/HttpClientConnection.h:49
↓ 2 callersMethodgetRtcNanoseconds
Sming/Arch/Host/Platform/RTC.cpp:24
↓ 2 callersMethodgetSSID
Sming/Components/Network/Arch/Host/Platform/StationImpl.cpp:293
↓ 2 callersMethodgetSection
* @brief Get description of the current section * @retval Section* The section information, or nullptr if there is no current section */
Sming/Core/Data/Stream/SectionStream.h:109
↓ 2 callersFunctiongetSectorCount
(length)
Sming/Arch/Rp2040/Components/uf2/uf2conv.py:131
↓ 2 callersMethodgetSessionId
Sming/Components/ssl/Axtls/AxConnection.h:52
↓ 2 callersMethodgetSize
Sming/Components/arch_driver/src/include/driver/SerialBuffer.h:31
↓ 2 callersMethodgetSize
Sming/Components/Storage/src/SpiFlash.cpp:36
↓ 2 callersMethodgetSize
* Gets the size of the current picture */
Sming/Libraries/WebCam/src/Camera/FakeCamera.h:78
↓ 2 callersMethodgetSlot
* @brief Gets slot number for a partition * @param partition * * @retval uint8_t slot number */
Sming/Libraries/Ota/src/include/Ota/UpgraderBase.h:113
↓ 2 callersMethodgetSource
Sming/Core/Data/Stream/StreamWrapper.h:39
↓ 2 callersFunctiongetSplitterPos
Sming/Components/Network/src/Network/Ftp/FtpServerConnection.cpp:64
↓ 2 callersMethodgetStartAddress
Sming/Components/rboot/include/Data/Stream/RbootOutputStream.h:80
↓ 2 callersMethodgetState
* @brief Gets the current state of the camera * @retval CameraState */
Sming/Libraries/WebCam/src/Camera/CameraInterface.h:42
↓ 2 callersMethodgetStreamType
Sming/Components/Network/src/Data/Stream/UrlencodedOutputStream.h:27
↓ 2 callersMethodgetTemperature
Sming/Libraries/SI7021/SI7021.cpp:55
↓ 2 callersFunctiongetTotal
Sming/Components/malloc_count/malloc_count.cpp:186
↓ 2 callersFunctionget_args
(cmd: str)
Tools/ci/scanlog.py:295
↓ 2 callersFunctionget_basename_no_ext
(filename)
Sming/Components/Storage/Tools/hwconfig/common.py:112
↓ 2 callersFunctionget_ccount
* Ensure values returned increase monotonically. */
Sming/Arch/Host/Components/esp_hal/clk.c:12
↓ 2 callersFunctionget_drives
()
Sming/Arch/Rp2040/Components/uf2/uf2conv.py:172
↓ 2 callersMethodget_property
Get field property from schema.
Sming/Components/Storage/Tools/hwconfig/editor.py:687
↓ 2 callersMethodget_used
(self, part)
Sming/Components/Storage/Tools/hwconfig/editor.py:1315
↓ 2 callersFunctiongetkey
Sming/Arch/Host/Components/hostlib/keyb.cpp:279
↓ 2 callersFunctiongmtime_r
Sming/Arch/Host/Components/libc/gmtime_r.c:67
↓ 2 callersFunctionhandleCommand
samples/Basic_Ota/app/application.cpp:134
↓ 2 callersFunctionhandleCommand
* @brief User typed a command. Deal with it. * @retval bool true to continue reading another command */
samples/LiveDebug/app/application.cpp:540
↓ 2 callersFunctionhandleInterrupt
Sming/Arch/Rp2040/Components/driver/uart.cpp:104
↓ 2 callersFunctionhandle_uart_interrupt
* @brief service interrupts for a UART * @param uart_nr identifies which UART to check * @param uart the allocated uart structure, which may be NULL
Sming/Arch/Esp8266/Components/driver/uart.cpp:152
↓ 2 callersMethodhasError
@brief Returns true if an error happened during the upgrade process. * @see `errorCode` */
Sming/Libraries/OtaUpgrade/OtaUpgrade/BasicStream.h:81
↓ 2 callersFunctionhelp
Sming/Libraries/OtaUpgradeMqtt/tools/deployer/app/application.cpp:166
↓ 2 callersFunctionhost_nputs
Sming/Arch/Host/Components/hostlib/hostmsg.c:74
↓ 2 callersFunctionhost_queue_callback
Sming/Arch/Host/Components/esp_hal/tasks.cpp:117
↓ 2 callersFunctionhttpGetErrorDescription
Sming/Components/Network/src/Network/Http/HttpCommon.cpp:39
↓ 2 callersFunctionhw_timer1_disable_nmi
* The `ETS_FRC_TIMER1_NMI_INTR_ATTACH` macro calls SDK `NmiTimSetFunc` which * doesn't actually disable NMI (a known bug). * If we subsequently enab
Sming/Arch/Esp8266/Components/driver/hw_timer.cpp:55
↓ 2 callersFunctioni
(t)
docs/doxy-boot/addons/bootstrap/jquery.smartmenus.bootstrap.min.js:3
↓ 2 callersFunctioni
(F,E)
Sming/Libraries/LiquidCrystal/docs/html/jquery.js:21
↓ 2 callersFunctioni2s_dma_write
Sming/Arch/Host/Components/driver/i2s.cpp:52
↓ 2 callersFunctioni2s_set_pins
Sming/Arch/Host/Components/driver/i2s.cpp:72
↓ 2 callersFunctioni2s_write
Sming/Arch/Esp8266/Components/driver/i2s.cpp:391
↓ 2 callersMethodid
Sming/Core/Data/Stream/IFS/FileStream.cpp:160
↓ 2 callersFunctioninc_count
add allocation to statistics */
Sming/Components/malloc_count/malloc_count.cpp:129
↓ 2 callersFunctioninc_lock
Sming/Libraries/fatfs/src/fatfs/ff.c:579
← previousnext →1,201–1,300 of 6,680, ranked by callers