Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ functions
Functions
6,680 in github.com/SmingHub/Sming
⨍
Functions
6,680
◇
Types & classes
1,283
↓ 2 callers
Function
escapeChar
* @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 callers
Method
execute
tests/HostTests/modules/Uuid.cpp:25
↓ 2 callers
Method
execute
Sming/Arch/Host/Components/hostlib/threads.h:178
↓ 2 callers
Method
execute
Sming/Libraries/SPI/test/app/SPI.cpp:56
↓ 2 callers
Method
extract
* @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 callers
Function
extractAddresses
(data)
Sming/Arch/Esp32/Tools/decode-stacktrace.py:16
↓ 2 callers
Function
extractAddresses
(data)
Sming/Arch/Esp8266/Tools/decode-stacktrace.py:16
↓ 2 callers
Function
f
(f,g,h,i,k)
samples/HttpServer_AJAX/web/dev/jquery.js:1
↓ 2 callers
Function
f
(f,g,h,i,k)
samples/MeteoControl/web/jquery.js:1
↓ 2 callers
Function
f
(f,g,h,i,k)
samples/HttpServer_ConfigNetwork/web/dev/jquery.js:1
↓ 2 callers
Function
f
(f,g,h,i,k)
Sming/Libraries/CommandProcessing/samples/CommandLine/web/dev/jquery.js:1
↓ 2 callers
Function
f_opendir
Sming/Libraries/fatfs/src/fatfs/ff.c:3143
↓ 2 callers
Function
f_readdir
Sming/Libraries/fatfs/src/fatfs/ff.c:3231
↓ 2 callers
Function
fileRead
@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 callers
Function
fileSystemFormat
@brief Format the active file system * @retval int Error code */
Sming/Core/FileSystem.h:493
↓ 2 callers
Function
fileTell
@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 callers
Function
findDevice
Sming/Components/Storage/src/Storage.cpp:57
↓ 2 callers
Function
findSpiffsPartition
samples/Basic_Ota/app/application.cpp:21
↓ 2 callers
Function
find_tool
(name)
Tools/ide/common/sming.py:74
↓ 2 callers
Function
fix_charclass
Fixup string of chars to fit into a regex char class
Tools/Python/rjsmin.py:131
↓ 2 callers
Function
fix_path
Fix path so it conforms to makefile specs.
Tools/ide/common/sming.py:61
↓ 2 callers
Function
flashmem_get_info
Sming/Arch/Esp8266/Components/spi_flash/flashmem.c:195
↓ 2 callers
Function
flashmem_get_info
Sming/Arch/Host/Components/spi_flash/flashmem.cpp:131
↓ 2 callers
Function
flashmem_sfdp_read
Sming/Arch/Rp2040/Components/spi_flash/flashmem.cpp:411
↓ 2 callers
Function
flashmem_write
Sming/Arch/Host/Components/spi_flash/flashmem.cpp:189
↓ 2 callers
Function
fwfs_mount
Sming/Core/FileSystem.cpp:58
↓ 2 callers
Function
gdb_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 callers
Method
getAuthorizationMethodName
@brief Get BSS authorisation method name * @retval String */
Sming/Components/Network/src/Platform/BssInfo.h:47
↓ 2 callers
Method
getBaseConfig
Load the base configuration.
Sming/Components/Storage/Tools/hwconfig/editor.py:1260
↓ 2 callers
Method
getBody
* @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 callers
Method
getBootPartition
Sming/Libraries/Ota/src/Arch/Esp32/include/Ota/IdfUpgrader.h:47
↓ 2 callers
Function
getCalculatedFingerprint
Sming/Components/ssl/BearSsl/BrClientConnection.cpp:31
↓ 2 callers
Method
getCertificate
Sming/Components/ssl/Axtls/AxConnection.h:62
↓ 2 callers
Method
getCodeWordA
* Returns a char[13], representing the code word to be send. * */
Sming/Libraries/RCSwitch/RCSwitch.cpp:316
↓ 2 callers
Method
getCodeWordB
* 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 callers
Method
getCodeWordC
* Like getCodeWord (Type C = Intertechno) */
Sming/Libraries/RCSwitch/RCSwitch.cpp:345
↓ 2 callers
Method
getCodeWordD
Sming/Libraries/RCSwitch/RCSwitch.cpp:400
↓ 2 callers
Function
getComponentPath
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 callers
Method
getConnectionStatusName
Sming/Components/Network/src/Platform/Station.cpp:59
↓ 2 callers
Function
getDevices
Sming/Components/Storage/src/Storage.cpp:26
↓ 2 callers
Function
getErrorString
Sming/Components/ssl/BearSsl/BrError.cpp:91
↓ 2 callers
Method
getErrorString
Sming/Components/ssl/BearSsl/BrConnection.h:57
↓ 2 callers
Method
getFunctionId
* @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 callers
Method
getHash
Sming/Wiring/MacAddress.cpp:71
↓ 2 callers
Method
getHostWithPort
Sming/Components/Network/src/Network/Url.cpp:75
↓ 2 callers
Method
getHumidityAndTemperature
get humidity, then get temperature reading from humidity measurement, calculate Dew Points
Sming/Libraries/SI7021/SI7021.cpp:160
↓ 2 callers
Method
getInterval
Sming/Core/Timer.h:88
↓ 2 callers
Method
getIntervalMs
@brief Get timer interval in milliseconds */
Sming/Core/CallbackTimer.h:269
↓ 2 callers
Method
getName
Sming/Arch/Host/Components/hostlib/CommandLine.cpp:24
↓ 2 callers
Method
getNetworkGateway
Sming/Components/Network/Arch/Host/Platform/StationImpl.cpp:274
↓ 2 callers
Method
getNetworkMask
Sming/Components/Network/Arch/Host/Platform/StationImpl.cpp:269
↓ 2 callers
Function
getNextSunriseSet
* 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 callers
Method
getPathWithQuery
Sming/Components/Network/src/Network/Url.cpp:111
↓ 2 callers
Method
getPublicKey
Sming/Components/ssl/BearSsl/X509Decoder.h:34
↓ 2 callers
Method
getRDN
Sming/Components/ssl/BearSsl/X509Name.cpp:17
↓ 2 callers
Function
getRandomRssi
Sming/Components/Network/Arch/Host/Platform/StationImpl.cpp:61
↓ 2 callers
Method
getReceivedValue
Sming/Libraries/RCSwitch/RCSwitch.cpp:643
↓ 2 callers
Method
getRequest
Sming/Components/Network/src/Network/Http/HttpClientConnection.h:49
↓ 2 callers
Method
getRtcNanoseconds
Sming/Arch/Host/Platform/RTC.cpp:24
↓ 2 callers
Method
getSSID
Sming/Components/Network/Arch/Host/Platform/StationImpl.cpp:293
↓ 2 callers
Method
getSection
* @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 callers
Function
getSectorCount
(length)
Sming/Arch/Rp2040/Components/uf2/uf2conv.py:131
↓ 2 callers
Method
getSessionId
Sming/Components/ssl/Axtls/AxConnection.h:52
↓ 2 callers
Method
getSize
Sming/Components/arch_driver/src/include/driver/SerialBuffer.h:31
↓ 2 callers
Method
getSize
Sming/Components/Storage/src/SpiFlash.cpp:36
↓ 2 callers
Method
getSize
* Gets the size of the current picture */
Sming/Libraries/WebCam/src/Camera/FakeCamera.h:78
↓ 2 callers
Method
getSlot
* @brief Gets slot number for a partition * @param partition * * @retval uint8_t slot number */
Sming/Libraries/Ota/src/include/Ota/UpgraderBase.h:113
↓ 2 callers
Method
getSource
Sming/Core/Data/Stream/StreamWrapper.h:39
↓ 2 callers
Function
getSplitterPos
Sming/Components/Network/src/Network/Ftp/FtpServerConnection.cpp:64
↓ 2 callers
Method
getStartAddress
Sming/Components/rboot/include/Data/Stream/RbootOutputStream.h:80
↓ 2 callers
Method
getState
* @brief Gets the current state of the camera * @retval CameraState */
Sming/Libraries/WebCam/src/Camera/CameraInterface.h:42
↓ 2 callers
Method
getStreamType
Sming/Components/Network/src/Data/Stream/UrlencodedOutputStream.h:27
↓ 2 callers
Method
getTemperature
Sming/Libraries/SI7021/SI7021.cpp:55
↓ 2 callers
Function
getTotal
Sming/Components/malloc_count/malloc_count.cpp:186
↓ 2 callers
Function
get_args
(cmd: str)
Tools/ci/scanlog.py:295
↓ 2 callers
Function
get_basename_no_ext
(filename)
Sming/Components/Storage/Tools/hwconfig/common.py:112
↓ 2 callers
Function
get_ccount
* Ensure values returned increase monotonically. */
Sming/Arch/Host/Components/esp_hal/clk.c:12
↓ 2 callers
Function
get_drives
()
Sming/Arch/Rp2040/Components/uf2/uf2conv.py:172
↓ 2 callers
Method
get_property
Get field property from schema.
Sming/Components/Storage/Tools/hwconfig/editor.py:687
↓ 2 callers
Method
get_used
(self, part)
Sming/Components/Storage/Tools/hwconfig/editor.py:1315
↓ 2 callers
Function
getkey
Sming/Arch/Host/Components/hostlib/keyb.cpp:279
↓ 2 callers
Function
gmtime_r
Sming/Arch/Host/Components/libc/gmtime_r.c:67
↓ 2 callers
Function
handleCommand
samples/Basic_Ota/app/application.cpp:134
↓ 2 callers
Function
handleCommand
* @brief User typed a command. Deal with it. * @retval bool true to continue reading another command */
samples/LiveDebug/app/application.cpp:540
↓ 2 callers
Function
handleInterrupt
Sming/Arch/Rp2040/Components/driver/uart.cpp:104
↓ 2 callers
Function
handle_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 callers
Method
hasError
@brief Returns true if an error happened during the upgrade process. * @see `errorCode` */
Sming/Libraries/OtaUpgrade/OtaUpgrade/BasicStream.h:81
↓ 2 callers
Function
help
Sming/Libraries/OtaUpgradeMqtt/tools/deployer/app/application.cpp:166
↓ 2 callers
Function
host_nputs
Sming/Arch/Host/Components/hostlib/hostmsg.c:74
↓ 2 callers
Function
host_queue_callback
Sming/Arch/Host/Components/esp_hal/tasks.cpp:117
↓ 2 callers
Function
httpGetErrorDescription
Sming/Components/Network/src/Network/Http/HttpCommon.cpp:39
↓ 2 callers
Function
hw_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 callers
Function
i
(t)
docs/doxy-boot/addons/bootstrap/jquery.smartmenus.bootstrap.min.js:3
↓ 2 callers
Function
i
(F,E)
Sming/Libraries/LiquidCrystal/docs/html/jquery.js:21
↓ 2 callers
Function
i2s_dma_write
Sming/Arch/Host/Components/driver/i2s.cpp:52
↓ 2 callers
Function
i2s_set_pins
Sming/Arch/Host/Components/driver/i2s.cpp:72
↓ 2 callers
Function
i2s_write
Sming/Arch/Esp8266/Components/driver/i2s.cpp:391
↓ 2 callers
Method
id
Sming/Core/Data/Stream/IFS/FileStream.cpp:160
↓ 2 callers
Function
inc_count
add allocation to statistics */
Sming/Components/malloc_count/malloc_count.cpp:129
↓ 2 callers
Function
inc_lock
Sming/Libraries/fatfs/src/fatfs/ff.c:579
← previous
next →
1,201–1,300 of 6,680, ranked by callers