Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ functions
Functions
4,547 in github.com/TactilityProject/Tactility
⨍
Functions
4,547
◇
Types & classes
1,599
↓ 14 callers
Function
bb_appendBits
Libraries/QRCode/src/qrcode.c:209
↓ 14 callers
Function
device_construct
TactilityKernel/source/device.cpp:61
↓ 14 callers
Function
device_for_each_of_type
TactilityKernel/source/device.cpp:335
↓ 14 callers
Function
device_remove
TactilityKernel/source/device.cpp:134
↓ 14 callers
Function
findOrCreateDirectory
TactilityCore/Source/file/File.cpp:269
↓ 14 callers
Function
getRadioState
Tactility/Source/bluetooth/Bluetooth.cpp:339
↓ 14 callers
Function
minmea_tocoord
* Convert a raw coordinate to a floating point DD.DDD... value. * Returns NaN for "unknown" values. */
Libraries/minmea/Include/minmea.h:268
↓ 14 callers
Function
mutex_destruct
TactilityKernel/include/tactility/concurrent/mutex.h:24
↓ 14 callers
Method
reset
* Set a new interval and reset the timer * @param[in] interval The new timer interval * @return success result */
TactilityFreeRtos/Include/Tactility/Timer.h:95
↓ 14 callers
Function
savePropertiesFile
Tactility/Source/file/PropertiesFile.cpp:57
↓ 14 callers
Function
toStreamLit
Tests/Doctest/Include/doctest.h:3924
↓ 13 callers
Function
device_add
TactilityKernel/source/device.cpp:111
↓ 13 callers
Function
i2c_controller_read_register
TactilityKernel/source/drivers/i2c_controller.cpp:24
↓ 13 callers
Method
insert
Tests/Doctest/Include/doctest.h:1011
↓ 13 callers
Function
mutex_lock
TactilityKernel/include/tactility/concurrent/mutex.h:30
↓ 13 callers
Function
parseFlag
locates a flag on the command line
Tests/Doctest/Include/doctest.h:6498
↓ 13 callers
Method
put
* Post a message to the queue. * The message is queued by copy, not by reference. * @param[in] message A pointer to a message. The message w
TactilityFreeRtos/Include/Tactility/MessageQueue.h:62
↓ 13 callers
Function
uart_controller_flush_input
TactilityKernel/source/drivers/uart_controller.cpp:106
↓ 12 callers
Function
addService
Tactility/Source/service/ServiceRegistration.cpp:23
↓ 12 callers
Function
delay_millis
* Delay the current task for the specified amount of milliseconds * @warning Does not work in ISR context */
TactilityKernel/include/tactility/delay.h:36
↓ 12 callers
Function
error_to_string
TactilityKernel/source/error.cpp:6
↓ 12 callers
Function
esp_elf_free
* @brief Free block of memory. * * @param ptr - memory block pointer allocated by "esp_elf_malloc" * * @return None */
Libraries/elf_loader/src/esp_elf_adapter.c:60
↓ 12 callers
Function
getContextOptions
Tests/Doctest/Include/doctest.h:4003
↓ 12 callers
Function
get_bundle_key
* Creates a string that is effectively "namespace:key" so we can create a single map (bundle) * to store all the key/value pairs. * * @param[in] na
Tactility/Source/PreferencesMock.cpp:18
↓ 12 callers
Function
get_ticks
@return the amount of ticks that have passed since FreeRTOS' main task started */
TactilityKernel/include/tactility/time.h:39
↓ 12 callers
Function
join
TactilityCore/Source/StringUtils.cpp:57
↓ 12 callers
Method
open
Tactility/Source/file/ObjectFileReader.cpp:11
↓ 12 callers
Function
print_error
(message)
Tests/SdkIntegration/tactility.py:83
↓ 12 callers
Function
print_status_error
(status)
Tests/SdkIntegration/tactility.py:93
↓ 12 callers
Function
recursive_mutex_unlock
TactilityKernel/include/tactility/concurrent/recursive_mutex.h:46
↓ 12 callers
Method
run
the main function that does all the filtering and test running
Tests/Doctest/Include/doctest.h:6794
↓ 12 callers
Function
skipPathFromFilename
Tests/Doctest/Include/doctest.h:3884
↓ 12 callers
Function
to_native_pin
Platforms/platform-esp32/source/drivers/esp32_sdmmc_fs.cpp:44
↓ 11 callers
Function
bb_getBit
Libraries/QRCode/src/qrcode.c:244
↓ 11 callers
Function
clamp
Helper to clamp value to range
Devices/lilygo-tdeck/Source/Trackball/Trackball.cpp:79
↓ 11 callers
Function
driver_is_compatible
TactilityKernel/source/driver.cpp:98
↓ 11 callers
Function
file_system_is_mounted
TactilityKernel/source/filesystem/file_system.cpp:88
↓ 11 callers
Function
load
Tactility/Source/settings/DisplaySettings.cpp:107
↓ 11 callers
Function
max
Libraries/QRCode/src/qrcode.c:90
↓ 11 callers
Function
minmea_scan
Libraries/minmea/Source/minmea.c:87
↓ 11 callers
Function
recursive_mutex_construct
TactilityKernel/include/tactility/concurrent/recursive_mutex.h:18
↓ 11 callers
Function
recursive_mutex_is_locked
TactilityKernel/include/tactility/concurrent/recursive_mutex.h:33
↓ 11 callers
Function
recursive_mutex_lock
TactilityKernel/include/tactility/concurrent/recursive_mutex.h:28
↓ 11 callers
Function
split
TactilityCore/Source/StringUtils.cpp:32
↓ 11 callers
Function
start
Tactility/Source/app/App.cpp:8
↓ 11 callers
Function
swapEndianess
Drivers/BQ27220/Source/Bq27220.cpp:12
↓ 10 callers
Function
axp192_read
Drivers/AXP192/Source/axp192/axp192.c:150
↓ 10 callers
Function
delayTicks
* Delay the current task for the specified amount of ticks * @warning Does not work in ISR context */
TactilityFreeRtos/Include/Tactility/kernel/Kernel.h:71
↓ 10 callers
Function
deleteRecursively
TactilityCore/Source/file/File.cpp:306
↓ 10 callers
Function
escapeJson
Tactility/Source/service/webserver/WebServerService.cpp:690
↓ 10 callers
Function
file_system_get_path
TactilityKernel/source/filesystem/file_system.cpp:92
↓ 10 callers
Function
findAppManifestById
Tactility/Source/app/AppRegistration.cpp:42
↓ 10 callers
Function
findDevice
Modules/hal-device-module/source/hal/Device.cpp:91
↓ 10 callers
Method
getAvailable
@return the acquisition count */
TactilityFreeRtos/Include/Tactility/Semaphore.h:110
↓ 10 callers
Function
getCurrentAppContext
Tactility/Source/app/App.cpp:38
↓ 10 callers
Function
i2c_controller_has_device_at_address
TactilityKernel/source/drivers/i2c_controller.cpp:74
↓ 10 callers
Method
isStarted
Tactility/Include/Tactility/network/HttpServer.h:62
↓ 10 callers
Method
lock
Tactility/Source/lvgl/LvglSync.cpp:20
↓ 10 callers
Function
setEnabled
Tactility/Source/service/wifi/WifiEsp.cpp:280
↓ 10 callers
Method
subscribe
* Start receiving messages at the specified handle (Re-entrable) * @param[in] callback * @return subscription instance */
TactilityFreeRtos/Include/Tactility/PubSub.h:57
↓ 10 callers
Function
toolbar_add_image_button_action
Tactility/Source/lvgl/Toolbar.cpp:213
↓ 10 callers
Method
unsubscribe
* Stop receiving messages at the specified handle (Re-entrable) * @param[in] subscription */
TactilityFreeRtos/Include/Tactility/PubSub.h:74
↓ 9 callers
Function
addrToHex
Tactility/Source/bluetooth/BluetoothPairedDevice.cpp:26
↓ 9 callers
Method
appendBits
Libraries/QRCode/tests/BitBuffer.cpp:44
↓ 9 callers
Function
exit_with_error
(message)
device.py:25
↓ 9 callers
Function
file_system_for_each
TactilityKernel/source/filesystem/file_system.cpp:69
↓ 9 callers
Function
findGpsService
Tactility/Source/service/gps/GpsService.cpp:247
↓ 9 callers
Function
findService
Tactility/Source/service/espnow/EspNowService.cpp:212
↓ 9 callers
Function
getCurrentApp
Tactility/Source/app/App.cpp:44
↓ 9 callers
Function
getLastPathSegment
TactilityCore/Source/file/File.cpp:247
↓ 9 callers
Function
getPubsub
Tactility/Source/service/wifi/WifiEsp.cpp:122
↓ 9 callers
Function
getQueryParam
Tactility/Source/service/webserver/WebServerService.cpp:710
↓ 9 callers
Function
getResultIndex
Tactility/Source/app/alertdialog/AlertDialog.cpp:51
↓ 9 callers
Function
hardware_keyboard_set_indev
Tactility/Source/lvgl/Keyboard.cpp:52
↓ 9 callers
Function
hx8357_send_cmd
Devices/unphone/Source/hx8357/hx8357.c:247
↓ 9 callers
Function
isOnStack
Tests/Doctest/Include/doctest.h:611
↓ 9 callers
Method
isRunning
Tactility/Source/service/loader/Loader.cpp:310
↓ 9 callers
Function
millisToTicks
Convert milliseconds to ticks */
TactilityFreeRtos/Include/Tactility/kernel/Kernel.h:59
↓ 9 callers
Function
minmea_isfield
* Check whether a character belongs to the set of characters allowed in a * sentence data field. */
Libraries/minmea/Include/minmea.h:285
↓ 9 callers
Function
parseUrlQuery
Tactility/Source/network/Url.cpp:5
↓ 9 callers
Function
print_status_busy
(status)
Tests/SdkIntegration/tactility.py:86
↓ 9 callers
Function
print_status_success
(status)
Tests/SdkIntegration/tactility.py:89
↓ 9 callers
Function
recursive_mutex_destruct
TactilityKernel/include/tactility/concurrent/recursive_mutex.h:22
↓ 9 callers
Function
save
Tactility/Source/settings/DisplaySettings.cpp:181
↓ 9 callers
Method
setPendingAction
Tactility/Private/Tactility/app/files/State.h:75
↓ 9 callers
Method
unlock
TactilityCore/Source/file/File.cpp:20
↓ 8 callers
Function
bluetooth_is_scanning
TactilityKernel/source/drivers/bluetooth.cpp:41
↓ 8 callers
Function
deleteFile
TactilityCore/Source/file/File.cpp:338
↓ 8 callers
Function
exit_with_error
(message)
Buildscripts/CDN/generate-firmware-files.py:66
↓ 8 callers
Function
findLoaderService
Tactility/Source/service/loader/Loader.cpp:321
↓ 8 callers
Function
findService
Tactility/Source/service/gui/GuiService.cpp:281
↓ 8 callers
Function
getPlatform
TactilityCore/Source/kernel/Platform.cpp:5
↓ 8 callers
Method
getState
Tactility/Source/service/gps/GpsService.cpp:208
↓ 8 callers
Function
lowByte
Drivers/BQ27220/Source/Bq27220.cpp:11
↓ 8 callers
Function
midi_root_ctx
Platforms/platform-esp32/source/drivers/bluetooth/esp32_ble_midi.cpp:53
↓ 8 callers
Function
module_is_started
TactilityKernel/source/module.cpp:64
↓ 8 callers
Function
print_help
()
Tests/SdkIntegration/tactility.py:32
↓ 8 callers
Function
publish_event
Platforms/platform-esp32/source/drivers/usb/esp32_usbhost_hid.cpp:122
↓ 8 callers
Method
setBacklightDuty
Set a value in the range [0, 255] */
Tactility/Include/Tactility/hal/display/DisplayDevice.h:36
↓ 8 callers
Method
start
Tactility/Source/service/loader/Loader.cpp:273
← previous
next →
101–200 of 4,547, ranked by callers