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
Method
JUnitTestCase
Tests/Doctest/Include/doctest.h:5752
Method
JUnitTestMessage
Tests/Doctest/Include/doctest.h:5741
Method
JcPower
Devices/guition-jc1060p470ciwy/Source/devices/Power.cpp:23
Method
Jd9165Display
Devices/guition-jc1060p470ciwy/Source/devices/Jd9165Display.h:30
Method
Jd9853Display
Devices/waveshare-s3-touch-lcd-147/Source/devices/Jd9853Display.h:85
Method
KernelDeviceHolder
Modules/hal-device-module/include/tactility/hal/Device.h:39
Method
Keyboard
Devices/m5stack-cardputer/Source/keyboard/keyboard.h:165
Method
Location
Tactility/Include/Tactility/app/AppManifest.h:32
Method
Logger
TactilityCore/Include/Tactility/Logger.h:17
Method
MatrixRainScreensaver
Tactility/Source/service/displayidle/MatrixRainScreensaver.h:13
Method
MessageQueue
* Allocate message queue * @param[in] capacity Maximum messages in queue * @param[in] messageSize The size in bytes of a single message
TactilityFreeRtos/Include/Tactility/MessageQueue.h:43
Method
Mode
Libraries/QRCode/tests/QrSegment.cpp:30
Method
ModuleLedger
TactilityKernel/source/module.cpp:18
Method
Mutex
TactilityFreeRtos/Include/Tactility/Mutex.h:25
Method
MystifyScreensaver
Tactility/Source/service/displayidle/MystifyScreensaver.h:19
Method
NUMBER
(self, token: Token)
Buildscripts/DevicetreeCompiler/source/transformer.py:83
Method
ObjectFileReader
Tactility/Include/Tactility/file/ObjectFile.h:26
Method
ObjectFileWriter
Tactility/Include/Tactility/file/ObjectFile.h:55
Method
PHANDLE
(self, token: Token)
Buildscripts/DevicetreeCompiler/source/transformer.py:64
Method
PROPERTY_NAME
(self, token: Token)
Buildscripts/DevicetreeCompiler/source/transformer.py:85
Method
PaperS3Power
Devices/m5stack-papers3/Source/devices/Power.cpp:34
Method
PowerDevice
Tactility/Include/Tactility/hal/power/PowerDevice.h:12
Method
Preferences
Tactility/Include/Tactility/Preferences.h:21
Method
PubSub
TactilityFreeRtos/Include/Tactility/PubSub.h:36
Method
QUOTED_TEXT
(self, token: Token)
Buildscripts/DevicetreeCompiler/source/transformer.py:87
Method
QrCode
Libraries/QRCode/tests/QrCode.cpp:109
Method
QrSegment
Libraries/QRCode/tests/QrSegment.cpp:122
Method
Reader
Tactility/Private/Tactility/json/Reader.h:18
Method
RecursiveMutex
TactilityFreeRtos/Include/Tactility/RecursiveMutex.h:25
Method
ReedSolomonGenerator
Libraries/QRCode/tests/QrCode.cpp:567
Method
Result
Tests/Doctest/Include/doctest.h:1508
Method
ResultHolder
Tactility/Include/Tactility/app/App.h:29
Method
RgbDisplay
Drivers/RgbDisplay/Source/RgbDisplay.h:71
Function
SDL_FRectEmpty
* Returns true if the rectangle has no area. * * \param r the rectangle to test. * \returns SDL_TRUE if the rectangle is "empty", SDL_FALSE otherwi
build-tests/Libraries/SDL/include/SDL2/SDL_rect.h:260
Function
SDL_FRectEquals
* Returns true if the two rectangles are equal, using a default epsilon. * * \param a the first rectangle to test. * \param b the second rectangle
build-tests/Libraries/SDL/include/SDL2/SDL_rect.h:294
Function
SDL_HasExactlyOneBitSet32
build-tests/Libraries/SDL/include/SDL2/SDL_bits.h:115
Function
SDL_MostSignificantBitIndex32
* Use this function to get the index of the most significant (set) bit in a * * \param x the number to find the MSB of. * \returns the index of the
build-tests/Libraries/SDL/include/SDL2/SDL_bits.h:65
Function
SDL_PointInFRect
* Returns true if point resides inside a rectangle. * * \param p the point to test. * \param r the rectangle to test. * \returns SDL_TRUE if `p` i
build-tests/Libraries/SDL/include/SDL2/SDL_rect.h:248
Function
SDL_PointInRect
* Returns true if point resides inside a rectangle. * * \param p the point to test. * \param r the rectangle to test. * \returns SDL_TRUE if `p` i
build-tests/Libraries/SDL/include/SDL2/SDL_rect.h:114
Function
SDL_RectEmpty
* Returns true if the rectangle has no area. * * \param r the rectangle to test. * \returns SDL_TRUE if the rectangle is "empty", SDL_FALSE otherwi
build-tests/Libraries/SDL/include/SDL2/SDL_rect.h:126
Function
SDL_RectEquals
* Returns true if the two rectangles are equal. * * \param a the first rectangle to test. * \param b the second rectangle to test. * \returns SDL_
build-tests/Libraries/SDL/include/SDL2/SDL_rect.h:138
Function
SDL_Swap16
build-tests/Libraries/SDL/include/SDL2/SDL_endian.h:156
Function
SDL_Swap64
build-tests/Libraries/SDL/include/SDL2/SDL_endian.h:277
Function
SDL_SwapFloat
* Use this function to swap the byte order of a floating point value. * * \param x the value to be swapped. * \returns the swapped value. * * \sa
build-tests/Libraries/SDL/include/SDL2/SDL_endian.h:344
Function
SDL_memset4
Note that memset() is a byte assignment and this is a 32-bit assignment, so they're not directly equivalent. */
build-tests/Libraries/SDL/include/SDL2/SDL_stdinc.h:568
Function
SDL_size_add_overflow
* If a + b would overflow, return -1. * * Otherwise store a + b via ret and return 0. * * \param a the first addend. * \param b the second addend
build-tests/Libraries/SDL/include/SDL2/SDL_stdinc.h:878
Function
SDL_size_mul_overflow
* If a * b would overflow, return -1. * * Otherwise store a * b via ret and return 0. * * \param a the multiplicand. * \param b the multiplier.
build-tests/Libraries/SDL/include/SDL2/SDL_stdinc.h:842
Method
SatelliteStorage
Tactility/Include/Tactility/hal/gps/Satellites.h:49
Method
ScopedLock
TactilityFreeRtos/Include/Tactility/Lock.h:65
Method
Screensaver
Tactility/Source/service/displayidle/Screensaver.h:15
Method
ScreenshotApp
Tactility/Source/app/screenshot/Screenshot.cpp:77
Method
ScreenshotTask
Tactility/Private/Tactility/service/screenshot/ScreenshotTask.h:31
Method
Semaphore
* Cannot be called from ISR context. * @param[in] maxAvailable The maximum count * @param[in] initialAvailable The initial count */
TactilityFreeRtos/Include/Tactility/Semaphore.h:50
Method
Service
Tactility/Include/Tactility/service/Service.h:21
Method
ServiceInstance
Tactility/Source/service/ServiceInstance.cpp:8
Method
ServicePaths
Tactility/Include/Tactility/service/ServicePaths.h:17
Method
SimulatorPower
Devices/simulator/Source/hal/SimulatorPower.h:14
Method
SpiDeviceLock
TactilityCore/Include/Tactility/kernel/SpiDeviceLock.h:13
Method
Ssd1306Display
Drivers/SSD1306/Source/Ssd1306Display.h:59
Method
St7123Display
Devices/m5stack-tab5/Source/devices/St7123Display.h:29
Method
St7123Touch
Devices/m5stack-tab5/Source/devices/St7123Touch.h:52
Method
St7701Display
Devices/cyd-4848s040c/Source/devices/St7701Display.h:22
Method
St7735Display
Drivers/ST7735/Source/St7735Display.h:87
Method
St7789Display
Drivers/ST7789/Source/St7789Display.h:42
Method
St7789i8080Display
Drivers/ST7789-i8080/Source/St7789i8080Display.cpp:49
Method
St7796Display
Drivers/ST7796/Source/St7796Display.h:80
Method
St7796i8080Display
Drivers/ST7796-i8080/Source/St7796i8080Display.cpp:14
Method
StackChanPower
Devices/m5stack-stackchan/Source/devices/Power.cpp:18
Method
StackChanScreensaver
Tactility/Source/service/displayidle/StackChanScreensaver.h:12
Method
State
Tactility/Source/app/files/State.cpp:19
Method
State
Tactility/Source/app/fileselection/State.cpp:18
Method
State
Tactility/Private/Tactility/app/wifimanage/State.h:21
Method
State
Tactility/Private/Tactility/app/btmanage/State.h:17
Method
StatusbarService
Tactility/Source/service/statusbar/Statusbar.cpp:285
Method
StickS3Power
Devices/m5stack-sticks3/Source/devices/Power.cpp:17
Function
TCA9534_default_interrupt_task
* @brief Default TCA9534 interrupt task */
Drivers/TCA9534/src/TCA9534.c:28
Function
TCA9534_interrupt_handler
* @brief TCA9534 interrupt handler */
Drivers/TCA9534/src/TCA9534.c:45
Method
Tab5Keyboard
Devices/m5stack-tab5/Source/devices/Tab5Keyboard.h:66
Method
Tab5Power
Devices/m5stack-tab5/Source/devices/Power.cpp:33
Method
Tca8418
Drivers/TCA8418/Source/Tca8418.h:48
Method
TdeckKeyboard
Devices/lilygo-tdeck/Source/devices/TdeckKeyboard.h:14
Method
TestDevice
Tests/Tactility/Source/HalDeviceTest.cpp:18
Method
TestFile
Tests/TactilityCore/Source/TestFile.h:17
Method
TextResources
* @param[in] path */
Tactility/Include/Tactility/i18n/TextResources.h:24
Method
Thread
TactilityKernel/source/concurrent/thread.cpp:30
Method
Thread
TactilityFreeRtos/Include/Tactility/Thread.h:102
Method
Timer
* @param[in] type The timer type * @param[in] callback The callback function */
TactilityFreeRtos/Include/Tactility/Timer.h:60
Method
TpagerEncoder
Devices/lilygo-tlora-pager/Source/devices/TpagerEncoder.h:18
Method
TpagerKeyboard
Devices/lilygo-tlora-pager/Source/devices/TpagerKeyboard.h:33
Method
TpagerPower
Devices/lilygo-tlora-pager/Source/devices/TpagerPower.h:14
Method
UnPhoneFeatures
Devices/unphone/Source/UnPhoneFeatures.h:27
Method
VALUE
(self, token: Token)
Buildscripts/DevicetreeCompiler/source/transformer.py:79
Method
View
Tactility/Private/Tactility/app/files/View.h:40
Method
View
Tactility/Private/Tactility/app/wifimanage/View.h:37
Method
View
Tactility/Private/Tactility/app/btmanage/View.h:35
Method
View
Tactility/Private/Tactility/app/wificonnect/View.h:31
Method
View
Tactility/Private/Tactility/app/fileselection/View.h:29
Method
Whitespace
Tests/Doctest/Include/doctest.h:5948
Method
WifiApSettings
Tactility/Include/Tactility/service/wifi/WifiApSettings.h:19
Method
WifiConnect
Tactility/Source/app/wificonnect/WifiConnect.cpp:47
← previous
next →
1,801–1,900 of 4,547, ranked by callers