MCPcopy Index your code

hub / github.com/kiibohd/controller / types & classes

Types & classes493 in github.com/kiibohd/controller

↓ 3 callersClassCustomLoader
Compatibility Class Used to work around importlib.util.module_from_spec() not being available.
Scan/TestIn/interface.py:51
↓ 3 callersClassKLLTestUnitResult
KLLTestUnitResult Container Class Contains the results of a single test
Scan/TestIn/Tests/common.py:119
↓ 2 callersClassKLLTestRunner
Runs KLLTest classes Given a list of test classes objects, run the tests and query the result.
Scan/TestIn/Tests/common.py:42
↓ 2 callersClassScheduleElem
Scheduling for an individual element
Scan/TestIn/Tests/common.py:437
↓ 2 callersClassStandardError
General Error
Scan/Devices/STLcd/bitmap2Struct.py:113
↓ 1 callersClassAnimationVerification
Animation capability verification Validates that a specified capability behaved as expected
Scan/TestIn/Tests/common.py:1317
↓ 1 callersClassCapabilityHistory
Class that keeps track of the capability calls and maintains a history of calls.
Lib/host.py:181
↓ 1 callersClassConsumerCodeVerification
ConsCode capability verification Validates that a specified capability behaved as expected
Scan/TestIn/Tests/common.py:1221
↓ 1 callersClassData
Generic class used to hold data retrieved from libkiibohd callbacks
Lib/host.py:266
↓ 1 callersClassHIDIO_Packet
HIDIO_Packet struct See hidio_com.h in Output/HID-IO
Output/TestOut/host.py:49
↓ 1 callersEnumHIDIO_Return
Output/HID-IO/hidio_com.h:43
↓ 1 callersClassImageToStruct
Scan/Devices/STLcd/bitmap2Struct.py:119
↓ 1 callersClassKiiFormatter
Conditional formatter used for logger.
Scan/TestIn/Tests/kiilogger.py:35
↓ 1 callersClassLayerActionEval
Takes a given layer action (list of layer actions) does that action. Then attempts all the responses for the given action to resolve it.
Scan/TestIn/Tests/layers.py:131
↓ 1 callersClassLayerHistory
Class that keeps track of the layer state for each processing loop. To prevent memory leaks, only so many state transitions are kept.
Lib/host.py:228
↓ 1 callersClassLayerRotationEval
Evaluates a Layer Rotation
Scan/TestIn/Tests/layers.py:43
↓ 1 callersClassLayerTest
Layer Test Using each of the defined layers, apply a complete permutation of layer activates/deactivates. * Shift * Latch * Lock
Scan/TestIn/Tests/layers.py:243
↓ 1 callersClassLayerVerification
Layer capability verification Validates that a specified capability behaved as expected
Scan/TestIn/Tests/common.py:1070
↓ 1 callersClassNoVerification
No verification implemented
Scan/TestIn/Tests/common.py:1055
↓ 1 callersClassResultCapabilityStackItem
C-Struct for ResultCapabilityStackItem See Macro/PartialMap/result.c
Scan/TestIn/host.py:149
↓ 1 callersClassResultElem
Handles individual result elements and how to monitor libkiibohd
Scan/TestIn/Tests/common.py:835
↓ 1 callersClassResultMonitor
Monitors a KLL result from a trigger:result pair
Scan/TestIn/Tests/common.py:607
↓ 1 callersClassSTLcdGraphic
Scan/Devices/STLcd/bitmap2Struct.py:25
↓ 1 callersClassSimpleLayerTest
Simple layer test For each layer, individually test each trigger, validating the capability and the output. This test is looking for ev
Scan/TestIn/Tests/kll.py:68
↓ 1 callersClassSystemCodeVerification
SysCode capability verification Validates that a specified capability behaved as expected
Scan/TestIn/Tests/common.py:1269
↓ 1 callersClassTriggerElem
Handles individual trigger elements and how to interface with libkiibohd
Scan/TestIn/Tests/common.py:704
↓ 1 callersClassTriggerEval
Evaluates a KLL trigger from a trigger:result pair
Scan/TestIn/Tests/common.py:471
↓ 1 callersClassTriggerResultEval
Takes a trigger:result pair and processes it. Given a pair, it can be specified to do correct *or* incorrect scheduling.
Scan/TestIn/Tests/common.py:305
↓ 1 callersClassUSBCodeVerification
USBCode capability verification Validates that a specified capability behaved as expected
Scan/TestIn/Tests/common.py:1162
↓ 1 callersClassUSBKeyboard
Stores USB Keyboard packet information Depending on which protocol is set, the output data may look different. Byte Array vs. Bit Mask
Output/TestOut/host.py:159
ClassADCBuffer
Scan/Devices/JoystickCJP13119D02/joystick_scan.c:92
ClassADCReading
Scan/Devices/JoystickCJP13119D02/joystick_scan.c:81
ClassADCTimedEntry
Scan/Devices/JoystickCJP13119D02/joystick_scan.c:86
EnumAnimationControl
Macro/PixelMap/pixel.h:128
EnumAnimationPlayState
Macro/PixelMap/pixel.h:116
EnumAnimationReplaceType
Macro/PixelMap/pixel.h:106
ClassAnimationStack
Macro/PixelMap/pixel.h:223
ClassAnimationStack
C-Struct for AnimationStack See Macro/PixelMap/pixel.h
Scan/TestIn/host.py:556
ClassAnimationStackElement
Macro/PixelMap/pixel.h:200
ClassAnimationStackElement
C-Struct for AnimationStackElement See Macro/PixelMap/pixel.h
Scan/TestIn/host.py:247
ClassCLIDictItem
Debug/cli/cli.h:77
ClassCableCheckCommand
Scan/Devices/UARTConnect/connect_scan.h:79
ClassCallbacks
Container class of commands required by the host-side KLL implementation
Scan/TestIn/host.py:747
ClassCallbacks
Container class of commands required byt the host-side KLL implementation
Output/TestOut/host.py:298
ClassCapability
Macro/PartialMap/kll.h:367
ClassCapability
C-Struct for Capability See Macro/PartialMap/kll.h
Scan/TestIn/host.py:340
EnumCapabilityFeature
Macro/PartialMap/kll.h:361
EnumCapabilityState
Macro/PartialMap/kll.h:156
ClassCapabilityVerification
Base class for capability functional verification
Scan/TestIn/Tests/common.py:1033
EnumCommand
Scan/Devices/UARTConnect/connect_scan.h:40
ClassCommands
Container class of commands available to controll the host-side KLL implementation
Scan/TestIn/host.py:363
ClassCommands
Container class of commands available to control the host-side KLL implementation
Output/TestOut/host.py:239
EnumConfig
Scan/Devices/Deprecated/MatrixARM/matrix_scan.h:108
ClassControl
Handles general control of the libkiibohd host setup
Lib/host.py:332
ClassCurrentEventCommand
Scan/Devices/UARTConnect/connect_scan.h:154
ClassDAC_Sample
Scan/Devices/DAC/dac.h:51
EnumDAC_Sample_Status
Scan/Devices/DAC/dac.h:39
ClassEvalBase
Base Eval class
Scan/TestIn/Tests/common.py:289
ClassFTFL_CONFIG_t
Flash Configuration Field, see Sub-Family Reference Manual, section 28.3.1 */
Bootloader/ftfl.h:230
EnumFTFL_EEPROM_SIZE
Bootloader/ftfl.h:195
EnumFTFL_FCMD
Bootloader/ftfl.h:94
EnumFTFL_FCMD
Bootloader/ftfl.h:115
EnumFTFL_FCMD
Bootloader/ftfl.h:125
EnumFTFL_FCMD
Bootloader/ftfl.h:165
ClassFTFL_FCNFG_t
Bootloader/ftfl.h:40
ClassFTFL_FCNFG_t
Bootloader/ftfl.h:219
EnumFTFL_FLEXNVM_PARTITION
Bootloader/ftfl.h:188
EnumFTFL_FLEXRAM_FUNCTION
Bootloader/ftfl.h:208
ClassFTFL_FOPT_t
Bootloader/ftfl.h:76
ClassFTFL_FOPT_t
Bootloader/ftfl.h:221
ClassFTFL_FOPT_t
Bootloader/ftfl.h:234
ClassFTFL_FSEC_t
Bootloader/ftfl.h:54
ClassFTFL_FSEC_t
Bootloader/ftfl.h:220
ClassFTFL_FSEC_t
Bootloader/ftfl.h:233
ClassFTFL_FSTAT_t
Bootloader/flash.c:38
ClassFTFL_FSTAT_t
Bootloader/ftfl.h:28
ClassFTFL_FSTAT_t
Bootloader/ftfl.h:218
EnumFTFL_MARGIN_CHOICE
Bootloader/ftfl.h:117
EnumFTFL_MARGIN_CHOICE
Bootloader/ftfl.h:127
EnumFTFL_RESOURCE_SELECT
Bootloader/ftfl.h:142
ClassFTFL_t
Bootloader/ftfl.h:217
ClassFileLoader
Modified version of FileLoader from Python 3.3
Scan/TestIn/interface.py:33
ClassFirmwareInfo
Lib/_buildvars.h:81
ClassFirmwareInfo
Bootloader/_buildvars.h:60
EnumFrameState
Macro/PixelMap/pixel.h:35
ClassFunctionState
Scan/Devices/JoystickCJP13119D02/joystick_scan.c:114
EnumGPIO_Config
Lib/gpio.h:107
ClassGPIO_ConfigPin
Lib/gpio.h:143
EnumGPIO_Peripheral
Lib/gpio.h:116
ClassGPIO_Pin
Lib/gpio.h:137
ClassGPIO_Pin
Scan/Devices/Deprecated/MatrixARM/matrix_scan.h:128
EnumGPIO_Pin_Num
Lib/gpio.h:61
EnumGPIO_Port
Lib/gpio.h:51
EnumGPIO_Type
Lib/gpio.h:97
ClassHIDIO
HID-IO Interface Class Detects available HID-IO compatible devices (or sockets). Establishes a connection with one or more of them. HIDIOClient
Output/HID-IO/hid-io.py:39
ClassHIDIONode
HID-IO Interface Node Each HID-IO interface (physical or virtual) is given a HID-IO Node instance. It is used to maintain the I/O buffers as well
Output/HID-IO/hid-io.py:50
ClassHIDIO_Buffer
Output/HID-IO/hidio_com.h:87
ClassHIDIO_Buffer_Entry
Output/HID-IO/hidio_com.h:97
ClassHIDIO_Id_Entry
Output/HID-IO/hidio_com.c:88
EnumHIDIO_Info_1_Property
Output/HID-IO/hidio_com.c:75
next →1–100 of 493, ranked by callers