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
stringnum
Return number if s contains only digits, otherwise return the string.
Sming/Components/Storage/Tools/hwconfig/common.py:53
↓ 2 callers
Method
subst_path
(self, path, prefix='')
Tools/ide/common/sming.py:48
↓ 2 callers
Function
system_get_rst_info
Sming/Arch/Host/Components/esp_hal/system.cpp:65
↓ 2 callers
Function
system_soft_wdt_feed
Sming/Arch/Rp2040/Components/rp2040/src/system.cpp:31
↓ 2 callers
Function
system_soft_wdt_restart
Sming/Arch/Host/Components/esp_hal/system.cpp:87
↓ 2 callers
Function
system_soft_wdt_stop
Sming/Arch/Host/Components/esp_hal/system.cpp:83
↓ 2 callers
Function
tcpip_kick_thread
* @brief Kick the tcpip message handling thread so we get a callback * @retval bool Woken flag, true if a message was queued, false for no action */
Sming/Arch/Esp32/Components/esp32/src/tasks.cpp:48
↓ 2 callers
Method
terminate
Sming/Arch/Host/Components/driver/uart_server.cpp:207
↓ 2 callers
Method
testConnection
Verify the I2C connection. * Make sure the device is connected and responds as expected. * @return True if connection is valid, false otherwise */
Sming/Libraries/HMC5883L/HMC5883L.cpp:79
↓ 2 callers
Function
timer_insert
Called with mutex locked
Sming/Arch/Host/Components/driver/os_timer.cpp:13
↓ 2 callers
Function
timer_insert
Sming/Arch/Rp2040/Components/driver/os_timer.cpp:41
↓ 2 callers
Method
toShortDateString
Sming/Core/DateTime.cpp:377
↓ 2 callers
Method
toShortTimeString
Sming/Core/DateTime.cpp:382
↓ 2 callers
Function
toString
Sming/Components/Network/src/Network/Http/HttpResponse.h:155
↓ 2 callers
Function
toString
Sming/Components/Storage/src/Device.cpp:38
↓ 2 callers
Function
toString
Sming/Core/Data/WebConstants.cpp:37
↓ 2 callers
Method
toString
* @brief Return a string representation of the session ID */
Sming/Components/ssl/include/Network/Ssl/SessionId.h:51
↓ 2 callers
Method
toString
Sming/Core/NanoTime.h:391
↓ 2 callers
Method
to_binary
(self, blocks_lim)
Sming/Libraries/Spiffs/spiffsgen.py:364
↓ 2 callers
Method
transfer16
* @brief Send/receive one 16-bit word of data * @param val The word to send * @retval uint16_t The received word * * Word is transferred eithe
Sming/Libraries/SPI/src/SPIBase.h:154
↓ 2 callers
Method
trimToSize
* @brief Reduce capacity to match current size */
Sming/Wiring/WVector.h:206
↓ 2 callers
Function
twi_readFrom
Sming/Libraries/I2Cdev/I2Cdev.cpp:1119
↓ 2 callers
Function
twi_writeTo
Sming/Libraries/I2Cdev/I2Cdev.cpp:1086
↓ 2 callers
Function
twii_InitBuffer
Sming/Libraries/I2Cdev/I2Cdev.cpp:1026
↓ 2 callers
Function
twii_SetError
Sming/Libraries/I2Cdev/I2Cdev.cpp:1022
↓ 2 callers
Function
twii_SetSlaRW
Sming/Libraries/I2Cdev/I2Cdev.cpp:1045
↓ 2 callers
Function
twii_SetStart
Sming/Libraries/I2Cdev/I2Cdev.cpp:1049
↓ 2 callers
Function
twii_SetState
Sming/Libraries/I2Cdev/I2Cdev.cpp:1018
↓ 2 callers
Function
twii_WaitForDone
Sming/Libraries/I2Cdev/I2Cdev.cpp:1012
↓ 2 callers
Function
uart_enable_isr
Sming/Arch/Rp2040/Components/driver/uart.cpp:99
↓ 2 callers
Function
uart_rxfifo_count
Get number of characters in receive FIFO
Sming/Arch/Esp8266/Components/gdbstub/gdbuart.cpp:36
↓ 2 callers
Function
uart_txfifo_free
Get available free characters in transmit FIFO
Sming/Arch/Esp8266/Components/driver/uart.cpp:89
↓ 2 callers
Function
uart_txfifo_full
Return true if transmit FIFO is full
Sming/Arch/Esp8266/Components/gdbstub/gdbuart.cpp:54
↓ 2 callers
Function
uart_txfifo_full
Return true if transmit FIFO is full
Sming/Arch/Rp2040/Components/driver/uart.cpp:65
↓ 2 callers
Function
unitToString
Sming/Core/NanoTime.cpp:20
↓ 2 callers
Function
unlock_fs
Sming/Libraries/fatfs/src/fatfs/ff.c:519
↓ 2 callers
Method
updateBuildTargets
(self)
Sming/Components/Storage/Tools/hwconfig/editor.py:566
↓ 2 callers
Method
updateFromConfig
(self, filename)
Tools/ide/common/sming.py:17
↓ 2 callers
Function
updateHash
Sming/Components/ssl/BearSsl/BrClientConnection.cpp:24
↓ 2 callers
Function
updateTime
Sming/Arch/Esp8266/Platform/RTC.cpp:70
↓ 2 callers
Function
update_search_results_window
()
docs/doxy-boot/doxy-boot.js:186
↓ 2 callers
Function
uri_escape_len
Sming/Core/Data/WebHelpers/escape.h:12
↓ 2 callers
Function
uri_escape_len
Sming/Core/Data/WebHelpers/escape.cpp:66
↓ 2 callers
Function
uri_unescape
decode urlencoded URL into ascii characters * if dest is NULL, return malloc()'d string. needs to be free()'d * if src_len is negative treat src as
Sming/Core/Data/WebHelpers/escape.cpp:148
↓ 2 callers
Function
urljoin
(elements)
docs/source/filemap.py:20
↓ 2 callers
Method
user_error
(self, err)
Sming/Components/Storage/Tools/hwconfig/editor.py:1256
↓ 2 callers
Method
user_size
Sming/Arch/Esp32/Components/driver/i2s.cpp:146
↓ 2 callers
Method
user_size
Sming/Arch/Esp8266/Components/driver/i2s.cpp:141
↓ 2 callers
Method
validateCertificate
Sming/Components/ssl/src/Session.cpp:179
↓ 2 callers
Method
verify
(self)
Sming/Components/Storage/Tools/hwconfig/storage.py:66
↓ 2 callers
Function
verify_config
Raises an exception if any problems are found in the configuration. On success, returns a consistently-ordered JSON configuration.
Sming/Components/Storage/Tools/hwconfig/editor.py:141
↓ 2 callers
Function
wait_ready
Sming/Libraries/SDCard/SDCard.cpp:149
↓ 2 callers
Method
write
Sming/Arch/Esp8266/Components/gdbstub/GdbPacket.cpp:56
↓ 2 callers
Method
write
Sming/Libraries/SPI/src/SPIBase.h:90
↓ 2 callers
Method
write
Sming/Libraries/SPI/src/Arch/Host/SPI.cpp:60
↓ 2 callers
Method
write
Sming/Libraries/SPI/src/Arch/Rp2040/SPI.cpp:151
↓ 2 callers
Method
write
----------------------------------------------------------------------* * Sets the RTC's time from a tmElements_t structure and clears the * * o
Sming/Libraries/DS3232RTC/DS3232RTC.cpp:221
↓ 2 callers
Method
write
Sming/Core/Data/Packet.h:73
↓ 2 callers
Method
write
Sming/Core/Data/Buffer/PrintBuffer.cpp:13
↓ 2 callers
Function
writeFlashFile
Sming/Arch/Host/Components/spi_flash/flashmem.cpp:116
↓ 2 callers
Method
writeHexBlock
Sming/Arch/Esp8266/Components/gdbstub/GdbPacket.cpp:104
↓ 1 callers
Function
Ac
(a,b,c,d)
samples/HttpServer_AJAX/web/dev/jquery.js:3
↓ 1 callers
Function
Ac
(a,b,c,d)
samples/MeteoControl/web/jquery.js:3
↓ 1 callers
Function
Ac
(a,b,c,d)
samples/HttpServer_ConfigNetwork/web/dev/jquery.js:3
↓ 1 callers
Function
Ac
(a,b,c,d)
Sming/Libraries/CommandProcessing/samples/CommandLine/web/dev/jquery.js:3
↓ 1 callers
Function
B
()
Sming/Libraries/LiquidCrystal/docs/html/jquery.js:21
↓ 1 callers
Function
BMPinit
samples/MeteoControl_mqtt/app/bmp180.cpp:46
↓ 1 callers
Function
CRYPTO_FUNC_HMAC_V
Sming/Components/crypto/include/Crypto/HashApi/sha1.h:54
↓ 1 callers
Method
CS_HIGH
Disable CS signal
Sming/Libraries/ArduCAM/ArduCAM.cpp:105
↓ 1 callers
Method
CS_LOW
Assert CS signal
Sming/Libraries/ArduCAM/ArduCAM.cpp:99
↓ 1 callers
Method
Entry
Sming/Core/Data/ObjectMap.h:322
↓ 1 callers
Function
EnumNamesColor
Sming/Libraries/flatbuffers/samples/Basic/include/monster.h:52
↓ 1 callers
Function
EnumNamesEquipment
Sming/Libraries/flatbuffers/samples/Basic/include/monster.h:83
↓ 1 callers
Function
FixNetworkRouting
Sming/Components/Network/src/Network/NetUtils.h:40
↓ 1 callers
Function
G
(a)
samples/HttpServer_AJAX/web/dev/jquery.js:1
↓ 1 callers
Function
G
(a)
samples/MeteoControl/web/jquery.js:1
↓ 1 callers
Function
G
(a)
samples/HttpServer_ConfigNetwork/web/dev/jquery.js:1
↓ 1 callers
Function
G
(a)
Sming/Libraries/CommandProcessing/samples/CommandLine/web/dev/jquery.js:1
↓ 1 callers
Function
Gb
(a,b,c)
samples/HttpServer_AJAX/web/dev/jquery.js:2
↓ 1 callers
Function
Gb
(a,b,c)
samples/MeteoControl/web/jquery.js:2
↓ 1 callers
Function
Gb
(a,b,c)
samples/HttpServer_ConfigNetwork/web/dev/jquery.js:2
↓ 1 callers
Function
Gb
(a,b,c)
Sming/Libraries/CommandProcessing/samples/CommandLine/web/dev/jquery.js:2
↓ 1 callers
Method
GetCelsius
Sming/Libraries/DS18S20/ds18s20.cpp:217
↓ 1 callers
Method
GetFahrenheit
Sming/Libraries/DS18S20/ds18s20.cpp:226
↓ 1 callers
Method
GetSensorID
Sming/Libraries/DS18S20/ds18s20.cpp:249
↓ 1 callers
Method
GetSensorsCount
Sming/Libraries/DS18S20/ds18s20.cpp:257
↓ 1 callers
Function
GetSizePrefixedMonster
Sming/Libraries/flatbuffers/samples/Basic/include/monster.h:827
↓ 1 callers
Method
Init
Sming/Libraries/DS18S20/ds18s20.cpp:39
↓ 1 callers
Method
IsValidTemperature
Sming/Libraries/DS18S20/ds18s20.cpp:236
↓ 1 callers
Method
MeasureStatus
Sming/Libraries/DS18S20/ds18s20.cpp:244
↓ 1 callers
Function
MonsterTypeTable
Sming/Libraries/flatbuffers/samples/Basic/include/monster.h:769
↓ 1 callers
Function
NOW
Sming/Arch/Host/Components/driver/include/driver/hw_timer.h:77
↓ 1 callers
Method
PCD_StopCrypto1
* Used to exit the PCD from its authenticated state. * Remember to call this function after communicating with an authenticated PICC - otherwise no n
Sming/Libraries/MFRC522/MFRC522.cpp:834
↓ 1 callers
Method
PICC_HaltA
* Instructs a PICC in state ACTIVE(*) to go to state HALT. * * @return STATUS_OK on success, STATUS_??? otherwise. */
Sming/Libraries/MFRC522/MFRC522.cpp:763
↓ 1 callers
Method
PICC_IsNewCardPresent
* Returns true if a PICC responds to PICC_CMD_REQA. * Only "new" cards in state IDLE are invited. Sleeping cards in state HALT are ignored. * * @r
Sming/Libraries/MFRC522/MFRC522.cpp:1747
↓ 1 callers
Method
PICC_ReadCardSerial
* Simple wrapper around PICC_Select. * Returns true if a UID could be read. * Remember to call PICC_IsNewCardPresent(), PICC_RequestA() or PICC_Wake
Sming/Libraries/MFRC522/MFRC522.cpp:1762
↓ 1 callers
Method
Pack
Sming/Libraries/flatbuffers/samples/Basic/include/monster.h:583
↓ 1 callers
Function
REGISTER_TEST
Sming/Libraries/SPI/test/app/SPI.cpp:380
↓ 1 callers
Function
SDCard_begin
Sming/Libraries/SDCard/SDCard.cpp:50
↓ 1 callers
Function
SIinit
samples/MeteoControl_mqtt/app/si7021.cpp:45
← previous
next →
1,501–1,600 of 6,680, ranked by callers