MCPcopy Create free account

hub / github.com/TactilityProject/Tactility / functions

Functions4,547 in github.com/TactilityProject/Tactility

↓ 2 callersFunctiongpio_controller_init_descriptors
TactilityKernel/source/drivers/gpio_controller.cpp:91
↓ 2 callersFunctionhal_device_set_device
Modules/hal-device-module/source/drivers/hal_device.cpp:87
↓ 2 callersFunctionhardware_keyboard_is_available
Tactility/Source/lvgl/Keyboard.cpp:48
↓ 2 callersFunctionhasTimeElapsed
Tactility/Source/hal/gps/Satellites.cpp:9
↓ 2 callersFunctionhasTimeElapsed
Tactility/Source/service/gps/GpsService.cpp:16
↓ 2 callersFunctionhas_group
(properties: ConfigParser, group: str)
device.py:57
↓ 2 callersFunctionhex2int
Libraries/minmea/Source/minmea.c:17
↓ 2 callersFunctionhidHostHandleKeyboardReport
Tactility/Source/bluetooth/BluetoothHidHost.cpp:138
↓ 2 callersFunctionhidHostHandleMouseReport
Tactility/Source/bluetooth/BluetoothHidHost.cpp:208
↓ 2 callersFunctionhidHostIsConnected
Tactility/Source/bluetooth/BluetoothHidHost.cpp:837
↓ 2 callersFunctionhidHostMapKeycode
Tactility/Source/bluetooth/BluetoothHidHost.cpp:96
↓ 2 callersFunctionhid_root_ctx
Platforms/platform-esp32/source/drivers/bluetooth/esp32_ble_hid.cpp:313
↓ 2 callersMethodhideChannelSelector
Tactility/Source/app/chat/ChatView.cpp:237
↓ 2 callersMethodhideSettings
Tactility/Source/app/chat/ChatView.cpp:219
↓ 2 callersFunctioni2c_controller_read
TactilityKernel/source/drivers/i2c_controller.cpp:9
↓ 2 callersFunctioni2c_controller_register16le_set
TactilityKernel/source/drivers/i2c_controller.cpp:92
↓ 2 callersFunctioni2c_controller_write_read
TactilityKernel/source/drivers/i2c_controller.cpp:19
↓ 2 callersFunctionimportWifiApSettingsFromDir
Tactility/Source/service/wifi/WifiBootSplashInit.cpp:88
↓ 2 callersFunctioninit
Tactility/Source/hal/Hal.cpp:63
↓ 2 callersMethodinit
Devices/unphone/Source/UnPhoneFeatures.cpp:203
↓ 2 callersMethodinit
Tactility/Source/app/files/View.cpp:522
↓ 2 callersFunctioninitBacklight
Devices/waveshare-s3-touch-lcd-147/Source/Init.cpp:20
↓ 2 callersFunctioninstall_action
(ip, platforms)
Tests/SdkIntegration/tactility.py:583
↓ 2 callersFunctioninvalidateCache
Tactility/Source/settings/TouchCalibrationSettings.cpp:147
↓ 2 callersMethodisAllowedToCharge
Tactility/Include/Tactility/hal/power/PowerDevice.h:40
↓ 2 callersFunctionisAlphanumeric
Libraries/QRCode/src/qrcode.c:124
↓ 2 callersMethodisConnecting
Tactility/Source/app/wificonnect/State.cpp:30
↓ 2 callersFunctionisConnectionSecure
Tactility/Source/service/wifi/WifiEsp.cpp:302
↓ 2 callersFunctionisNumeric
Libraries/QRCode/src/qrcode.c:132
↓ 2 callersMethodisQuickChargeEnabled
Tactility/Include/Tactility/hal/power/PowerDevice.h:44
↓ 2 callersMethodisScanning
Tactility/Source/app/wifimanage/State.cpp:28
↓ 2 callersFunctionisSupported
Tactility/Source/hal/usb/Usb.cpp:51
↓ 2 callersFunctionisSupportedImageFile
Tactility/Source/app/files/SupportedFiles.cpp:12
↓ 2 callersMethodisTaskStarted
Tactility/Source/service/screenshot/Screenshot.cpp:89
↓ 2 callersFunctionisUsbBootMode
Tactility/Source/hal/usb/Usb.cpp:122
↓ 2 callersMethodis_locked
TactilityKernel/source/filesystem/file_system.cpp:27
↓ 2 callersFunctionlistDirectory
TactilityCore/Source/file/File.cpp:67
↓ 2 callersFunctionload
Tactility/Source/service/wifi/WifiSettings.cpp:24
↓ 2 callersFunctionloadBootSettings
Tactility/Source/settings/BootSettings.cpp:31
↓ 2 callersFunctionloadVersionFromFile
Tactility/Source/service/webserver/AssetVersion.cpp:23
↓ 2 callersFunctionlv_screenshot_create
Libraries/lv_screenshot/Source/lv_screenshot.c:12
↓ 2 callersFunctionlvgl_get_statusbar_icon_font_height
Modules/lvgl-module/source/lvgl_fonts.c:41
↓ 2 callersFunctionlvgl_task_is_interrupt_requested
Modules/lvgl-module/source/arch/lvgl_posix.c:62
↓ 2 callersFunctionlvgl_task_set_interrupted
Modules/lvgl-module/source/arch/lvgl_posix.c:56
↓ 2 callersFunctionlvgl_try_lock
Modules/lvgl-module/source/arch/lvgl_esp32.c:19
↓ 2 callersFunctionm5pm1_get_battery_voltage
Drivers/m5pm1-module/source/m5pm1.cpp:142
↓ 2 callersFunctionmakeScreenshot
Tactility/Source/service/screenshot/ScreenshotTask.cpp:51
↓ 2 callersFunctionmodule_remove
TactilityKernel/source/module.cpp:45
↓ 2 callersMethodnumCharCountBits
Libraries/QRCode/tests/QrSegment.cpp:38
↓ 2 callersFunctionoptApp
Returns the app data if the app is active. Note that this could clash if the same app is started twice and a background thread is slow. */
Tactility/Source/app/screenshot/Screenshot.cpp:54
↓ 2 callersFunctionoptApp
Tactility/Source/app/systeminfo/SystemInfo.cpp:281
↓ 2 callersMethodoptBool
Tactility/Source/PreferencesEsp.cpp:13
↓ 2 callersFunctionpackage_name
(platforms)
Tests/SdkIntegration/tactility.py:475
↓ 2 callersFunctionparseContentDisposition
Tactility/Source/network/HttpdReq.cpp:135
↓ 2 callersFunctionparseManifest
Tactility/Source/app/AppManifestParsing.cpp:55
↓ 2 callersFunctionparseOptionImpl
the implementation of parseOption()
Tests/Doctest/Include/doctest.h:6450
↓ 2 callersFunctionparse_config
Parses devicetree.yaml and recursively finds dependencies. Returns a list of DeviceTreeConfig objects in post-order (dependencies first).
Buildscripts/DevicetreeCompiler/source/config.py:11
↓ 2 callersFunctionpowerOn
Devices/lilygo-thmi/Source/Init.cpp:10
↓ 2 callersMethodprintInfo
Devices/unphone/Source/InitBoot.cpp:51
↓ 2 callersFunctionprint_help
()
device.py:29
↓ 2 callersFunctionprint_help
()
Translations/generate.py:32
↓ 2 callersFunctionprint_help
()
Buildscripts/CDN/upload-sdk-files.py:15
↓ 2 callersFunctionprint_help
()
Buildscripts/CDN/generate-sdk-files.py:32
↓ 2 callersFunctionprint_help
()
Buildscripts/CDN/upload-firmware-files.py:15
↓ 2 callersFunctionprint_help
()
Buildscripts/CDN/generate-firmware-files.py:58
↓ 2 callersFunctionprint_help
()
Buildscripts/DevicetreeCompiler/dependencies.py:7
↓ 2 callersFunctionprint_help
()
Buildscripts/DevicetreeCompiler/compile.py:6
↓ 2 callersFunctionpublish_event
Tactility/Source/service/webserver/WebServerService.cpp:86
↓ 2 callersFunctionpublish_scroll
Platforms/platform-esp32/source/drivers/usb/esp32_usbhost_hid.cpp:137
↓ 2 callersMethodputBool
Tactility/Source/PreferencesEsp.cpp:89
↓ 2 callersFunctionqrcode_getBufferSize
Libraries/QRCode/src/qrcode.c:765
↓ 2 callersFunctionqrcode_getModule
Libraries/QRCode/src/qrcode.c:850
↓ 2 callersFunctionqrcode_initText
Libraries/QRCode/src/qrcode.c:846
↓ 2 callersFunctionreadAndDiscardOrSendError
Tactility/Source/network/HttpdReq.cpp:167
↓ 2 callersFunctionreadBinaryInternal
Read a file. * @param[in] filepath * @param[out] outSize the amount of bytes that were read, excluding the sizePadding * @param[in] sizePadding opt
TactilityCore/Source/file/File.cpp:153
↓ 2 callersFunctionreadLines
TactilityCore/Source/file/File.cpp:363
↓ 2 callersFunctionread_file
(path: str)
Buildscripts/DevicetreeCompiler/source/files.py:1
↓ 2 callersFunctionread_sdk_json
()
Tests/SdkIntegration/tactility.py:113
↓ 2 callersFunctionreceiveFile
Tactility/Source/network/HttpdReq.cpp:183
↓ 2 callersFunctionreceiveTextUntil
Tactility/Source/network/HttpdReq.cpp:117
↓ 2 callersFunctionregisterReporterImpl
Tests/Doctest/Include/doctest.h:7071
↓ 2 callersFunctionremove
Tactility/Source/bluetooth/BluetoothPairedDevice.cpp:89
↓ 2 callersMethodreset
Devices/m5stack-cardputer/Source/keyboard/keyboard.h:132
↓ 2 callersFunctionrs_multiply
Libraries/QRCode/src/qrcode.c:572
↓ 2 callersFunctionrun_action
(manifest, ip)
Tests/SdkIntegration/tactility.py:569
↓ 2 callersFunctionsafe_int
(value: str, error_message: str)
device.py:84
↓ 2 callersFunctionsaveDataVersion
Tactility/Source/service/webserver/AssetVersion.cpp:164
↓ 2 callersFunctionsaveSettings
Tactility/Source/app/chat/ChatSettings.cpp:157
↓ 2 callersFunctionsaveVersionToFile
Tactility/Source/service/webserver/AssetVersion.cpp:87
↓ 2 callersFunctionscan_list_free_safely
Tactility/Source/service/wifi/WifiEsp.cpp:351
↓ 2 callersFunctionsecureCompare
Tactility/Source/service/webserver/WebServerService.cpp:99
↓ 2 callersMethodsend
Tactility/Source/service/espnow/EspNowService.cpp:175
↓ 2 callersFunctionsetBacklightOn
Devices/m5stack-stickc-plus/Source/devices/Display.cpp:11
↓ 2 callersMethodsetBacklightPower
Devices/unphone/Source/UnPhoneFeatures.cpp:244
↓ 2 callersMethodsetBatFetOn
Drivers/BQ24295/Source/Bq24295.cpp:65
↓ 2 callersMethodsetClipboard
Tactility/Private/Tactility/app/files/State.h:84
↓ 2 callersMethodsetConnectionError
Tactility/Source/app/wificonnect/State.cpp:5
↓ 2 callersMethodsetCurrentChannel
Tactility/Source/app/chat/ChatState.cpp:23
↓ 2 callersMethodsetEnabled
Tactility/Source/service/webserver/WebServerService.cpp:263
↓ 2 callersFunctionsetEncoderSensitivity
Devices/lilygo-tdeck/Source/Trackball/Trackball.cpp:323
← previousnext →701–800 of 4,547, ranked by callers