MCPcopy Create free account

hub / github.com/TactilityProject/Tactility / functions

Functions4,547 in github.com/TactilityProject/Tactility

MethodJUnitTestCase
Tests/Doctest/Include/doctest.h:5752
MethodJUnitTestMessage
Tests/Doctest/Include/doctest.h:5741
MethodJcPower
Devices/guition-jc1060p470ciwy/Source/devices/Power.cpp:23
MethodJd9165Display
Devices/guition-jc1060p470ciwy/Source/devices/Jd9165Display.h:30
MethodJd9853Display
Devices/waveshare-s3-touch-lcd-147/Source/devices/Jd9853Display.h:85
MethodKernelDeviceHolder
Modules/hal-device-module/include/tactility/hal/Device.h:39
MethodKeyboard
Devices/m5stack-cardputer/Source/keyboard/keyboard.h:165
MethodLocation
Tactility/Include/Tactility/app/AppManifest.h:32
MethodLogger
TactilityCore/Include/Tactility/Logger.h:17
MethodMatrixRainScreensaver
Tactility/Source/service/displayidle/MatrixRainScreensaver.h:13
MethodMessageQueue
* 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
MethodMode
Libraries/QRCode/tests/QrSegment.cpp:30
MethodModuleLedger
TactilityKernel/source/module.cpp:18
MethodMutex
TactilityFreeRtos/Include/Tactility/Mutex.h:25
MethodMystifyScreensaver
Tactility/Source/service/displayidle/MystifyScreensaver.h:19
MethodNUMBER
(self, token: Token)
Buildscripts/DevicetreeCompiler/source/transformer.py:83
MethodObjectFileReader
Tactility/Include/Tactility/file/ObjectFile.h:26
MethodObjectFileWriter
Tactility/Include/Tactility/file/ObjectFile.h:55
MethodPHANDLE
(self, token: Token)
Buildscripts/DevicetreeCompiler/source/transformer.py:64
MethodPROPERTY_NAME
(self, token: Token)
Buildscripts/DevicetreeCompiler/source/transformer.py:85
MethodPaperS3Power
Devices/m5stack-papers3/Source/devices/Power.cpp:34
MethodPowerDevice
Tactility/Include/Tactility/hal/power/PowerDevice.h:12
MethodPreferences
Tactility/Include/Tactility/Preferences.h:21
MethodPubSub
TactilityFreeRtos/Include/Tactility/PubSub.h:36
MethodQUOTED_TEXT
(self, token: Token)
Buildscripts/DevicetreeCompiler/source/transformer.py:87
MethodQrCode
Libraries/QRCode/tests/QrCode.cpp:109
MethodQrSegment
Libraries/QRCode/tests/QrSegment.cpp:122
MethodReader
Tactility/Private/Tactility/json/Reader.h:18
MethodRecursiveMutex
TactilityFreeRtos/Include/Tactility/RecursiveMutex.h:25
MethodReedSolomonGenerator
Libraries/QRCode/tests/QrCode.cpp:567
MethodResult
Tests/Doctest/Include/doctest.h:1508
MethodResultHolder
Tactility/Include/Tactility/app/App.h:29
MethodRgbDisplay
Drivers/RgbDisplay/Source/RgbDisplay.h:71
FunctionSDL_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
FunctionSDL_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
FunctionSDL_HasExactlyOneBitSet32
build-tests/Libraries/SDL/include/SDL2/SDL_bits.h:115
FunctionSDL_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
FunctionSDL_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
FunctionSDL_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
FunctionSDL_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
FunctionSDL_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
FunctionSDL_Swap16
build-tests/Libraries/SDL/include/SDL2/SDL_endian.h:156
FunctionSDL_Swap64
build-tests/Libraries/SDL/include/SDL2/SDL_endian.h:277
FunctionSDL_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
FunctionSDL_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
FunctionSDL_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
FunctionSDL_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
MethodSatelliteStorage
Tactility/Include/Tactility/hal/gps/Satellites.h:49
MethodScopedLock
TactilityFreeRtos/Include/Tactility/Lock.h:65
MethodScreensaver
Tactility/Source/service/displayidle/Screensaver.h:15
MethodScreenshotApp
Tactility/Source/app/screenshot/Screenshot.cpp:77
MethodScreenshotTask
Tactility/Private/Tactility/service/screenshot/ScreenshotTask.h:31
MethodSemaphore
* Cannot be called from ISR context. * @param[in] maxAvailable The maximum count * @param[in] initialAvailable The initial count */
TactilityFreeRtos/Include/Tactility/Semaphore.h:50
MethodService
Tactility/Include/Tactility/service/Service.h:21
MethodServiceInstance
Tactility/Source/service/ServiceInstance.cpp:8
MethodServicePaths
Tactility/Include/Tactility/service/ServicePaths.h:17
MethodSimulatorPower
Devices/simulator/Source/hal/SimulatorPower.h:14
MethodSpiDeviceLock
TactilityCore/Include/Tactility/kernel/SpiDeviceLock.h:13
MethodSsd1306Display
Drivers/SSD1306/Source/Ssd1306Display.h:59
MethodSt7123Display
Devices/m5stack-tab5/Source/devices/St7123Display.h:29
MethodSt7123Touch
Devices/m5stack-tab5/Source/devices/St7123Touch.h:52
MethodSt7701Display
Devices/cyd-4848s040c/Source/devices/St7701Display.h:22
MethodSt7735Display
Drivers/ST7735/Source/St7735Display.h:87
MethodSt7789Display
Drivers/ST7789/Source/St7789Display.h:42
MethodSt7789i8080Display
Drivers/ST7789-i8080/Source/St7789i8080Display.cpp:49
MethodSt7796Display
Drivers/ST7796/Source/St7796Display.h:80
MethodSt7796i8080Display
Drivers/ST7796-i8080/Source/St7796i8080Display.cpp:14
MethodStackChanPower
Devices/m5stack-stackchan/Source/devices/Power.cpp:18
MethodStackChanScreensaver
Tactility/Source/service/displayidle/StackChanScreensaver.h:12
MethodState
Tactility/Source/app/files/State.cpp:19
MethodState
Tactility/Source/app/fileselection/State.cpp:18
MethodState
Tactility/Private/Tactility/app/wifimanage/State.h:21
MethodState
Tactility/Private/Tactility/app/btmanage/State.h:17
MethodStatusbarService
Tactility/Source/service/statusbar/Statusbar.cpp:285
MethodStickS3Power
Devices/m5stack-sticks3/Source/devices/Power.cpp:17
FunctionTCA9534_default_interrupt_task
* @brief Default TCA9534 interrupt task */
Drivers/TCA9534/src/TCA9534.c:28
FunctionTCA9534_interrupt_handler
* @brief TCA9534 interrupt handler */
Drivers/TCA9534/src/TCA9534.c:45
MethodTab5Keyboard
Devices/m5stack-tab5/Source/devices/Tab5Keyboard.h:66
MethodTab5Power
Devices/m5stack-tab5/Source/devices/Power.cpp:33
MethodTca8418
Drivers/TCA8418/Source/Tca8418.h:48
MethodTdeckKeyboard
Devices/lilygo-tdeck/Source/devices/TdeckKeyboard.h:14
MethodTestDevice
Tests/Tactility/Source/HalDeviceTest.cpp:18
MethodTestFile
Tests/TactilityCore/Source/TestFile.h:17
MethodTextResources
* @param[in] path */
Tactility/Include/Tactility/i18n/TextResources.h:24
MethodThread
TactilityKernel/source/concurrent/thread.cpp:30
MethodThread
TactilityFreeRtos/Include/Tactility/Thread.h:102
MethodTimer
* @param[in] type The timer type * @param[in] callback The callback function */
TactilityFreeRtos/Include/Tactility/Timer.h:60
MethodTpagerEncoder
Devices/lilygo-tlora-pager/Source/devices/TpagerEncoder.h:18
MethodTpagerKeyboard
Devices/lilygo-tlora-pager/Source/devices/TpagerKeyboard.h:33
MethodTpagerPower
Devices/lilygo-tlora-pager/Source/devices/TpagerPower.h:14
MethodUnPhoneFeatures
Devices/unphone/Source/UnPhoneFeatures.h:27
MethodVALUE
(self, token: Token)
Buildscripts/DevicetreeCompiler/source/transformer.py:79
MethodView
Tactility/Private/Tactility/app/files/View.h:40
MethodView
Tactility/Private/Tactility/app/wifimanage/View.h:37
MethodView
Tactility/Private/Tactility/app/btmanage/View.h:35
MethodView
Tactility/Private/Tactility/app/wificonnect/View.h:31
MethodView
Tactility/Private/Tactility/app/fileselection/View.h:29
MethodWhitespace
Tests/Doctest/Include/doctest.h:5948
MethodWifiApSettings
Tactility/Include/Tactility/service/wifi/WifiApSettings.h:19
MethodWifiConnect
Tactility/Source/app/wificonnect/WifiConnect.cpp:47
← previousnext →1,801–1,900 of 4,547, ranked by callers