MCPcopy Create free account

hub / github.com/kiibohd/controller / functions

Functions2,387 in github.com/kiibohd/controller

FunctionJoystick_periodic
Calculates averages and generates events
Scan/Devices/JoystickCJP13119D02/joystick_scan.c:586
FunctionJoystick_process
Joystick post-processing
Scan/Devices/JoystickCJP13119D02/joystick_scan.c:910
FunctionJoystick_setup
Scan/Devices/JoystickCJP13119D02/joystick_scan.c:339
FunctionLCD_layerStack_capability
Scan/Devices/STLcd/lcd_scan.c:672
FunctionLED_control_capability
Scan/Devices/ISSILed/led_scan.c:1153
FunctionLED_control_capability
Scan/Devices/ISSILedSPI/led_scan.c:820
FunctionLED_control_capability
Empty function to handle some layouts that have mappings to LED control
Scan/TestIn/scan_loop.c:64
FunctionLED_currentChange
Called by parent Scan Module whenver the available current has changed current - mA
Scan/Devices/ISSILedSPI/led_scan.c:704
FunctionLED_loadConfig
Scan/Devices/ISSILed/led_scan.c:1327
FunctionLED_loadConfig
Scan/Devices/ISSILedSPI/led_scan.c:971
FunctionLED_printConfig
Scan/Devices/ISSILed/led_scan.c:1337
FunctionLED_printConfig
Scan/Devices/ISSILedSPI/led_scan.c:981
FunctionLED_saveConfig
Scan/Devices/ISSILed/led_scan.c:1332
FunctionLED_saveConfig
Scan/Devices/ISSILedSPI/led_scan.c:976
FunctionLED_scan
Scan/Devices/ISSILedSPI/led_scan.c:578
FunctionLED_setup
Setup
Scan/Devices/ISSILedSPI/led_scan.c:506
FunctionLED_syncReg
Write register on all ISSI chips Prepare pages first, then attempt write register with a minimal delay between chips
Scan/Devices/ISSILed/led_scan.c:418
FunctionLayer_clearLayers_capability
Clear layer states XXX (HaaTa): Does not send trigger events
Macro/PartialMap/layer.c:408
FunctionLayer_layerLatch_capability
Latches given layer Argument #1: Layer Index -> uint16_t
Macro/PartialMap/layer.c:220
FunctionLayer_layerLock_capability
Locks given layer Argument #1: Layer Index -> uint16_t
Macro/PartialMap/layer.c:255
FunctionLayer_layerRotate_capability
Rotate layer to next/previous Uses state variable to keep track of the current layer position Layers are still evaluated using the layer stack
Macro/PartialMap/layer.c:348
FunctionLayer_layerShift_capability
Shifts given layer Argument #1: Layer Index -> uint16_t
Macro/PartialMap/layer.c:290
FunctionLayer_layerState_capability
Modifies the specified Layer control byte Argument #1: Layer Index -> uint16_t Argument #2: Layer State -> uint8_t
Macro/PartialMap/layer.c:181
FunctionMacro_none_capability
No-op capability (None)
Macro/PartialMap/macro.c:203
FunctionMacro_rotate_capability
Rotation capability Maintains state and fires of a rotation event trigger
Macro/PartialMap/macro.c:176
FunctionMacro_showSchedule
Shows a Schedule
Macro/PartialMap/macro.c:349
FunctionMacro_showTriggerGuide
Shows a TriggerGuide
Macro/PartialMap/macro.c:486
FunctionMacro_testThreadSafe_capability
Test Thread-safe Capability Capability used to test a thread-safe result
Macro/PartialMap/macro.c:221
FunctionMacro_testThreadUnsafe_capability
Test Thread-unsafe Capability Capability used to test a thread-unsafe result
Macro/PartialMap/macro.c:248
FunctionMatrix_currentChange
Called by parent scan module whenever the available current changes current - mA
Scan/Devices/Deprecated/MatrixARM/matrix_scan.c:645
FunctionMatrix_setup
Setup GPIO pins for matrix scanning
Scan/Devices/Deprecated/MatrixARM/matrix_scan.c:220
FunctionMatrix_totalColumns
Number of strobe columns
Scan/Devices/MatrixARMPeriodic/matrix_scan.c:261
FunctionMatrix_totalColumns
Scan/Devices/Deprecated/MatrixARM/matrix_scan.c:299
FunctionNVIC_DecodePriority
\brief Decode Priority The function decodes an interrupt priority value with a given priority group to preemptive priority value and subprio
Lib/CMSIS/Include/core_cm4.h:1657
FunctionNVIC_EncodePriority
\brief Encode Priority The function encodes the priority for an interrupt with the given priority group, preemptive priority value, and subp
Lib/CMSIS/Include/core_cm4.h:1629
FunctionNVIC_GetActive
\brief Get Active Interrupt The function reads the active register in NVIC and returns the active bit. \param [in] IRQn Interrupt num
Lib/CMSIS/Include/core_cm4.h:1572
FunctionNVIC_GetPendingIRQ
\brief Get Pending Interrupt The function reads the pending register in the NVIC and returns the pending bit for the specified interrupt.
Lib/CMSIS/Include/core_cm4.h:1533
FunctionNVIC_GetPriority
\brief Get Interrupt Priority The function reads the priority of an interrupt. The interrupt number can be positive to specify an external (
Lib/CMSIS/Include/core_cm4.h:1607
FunctionNVIC_GetPriorityGrouping
\brief Get Priority Grouping The function reads the priority grouping field from the NVIC Interrupt Controller. \return Priori
Lib/CMSIS/Include/core_cm4.h:1492
FunctionNVIC_SetPendingIRQ
\brief Set Pending Interrupt The function sets the pending bit of an external interrupt. \param [in] IRQn Interrupt number. Value can
Lib/CMSIS/Include/core_cm4.h:1545
FunctionNVIC_SetPriorityGrouping
\brief Set Priority Grouping The function sets the priority grouping field using the required unlock sequence. The parameter PriorityGroup is as
Lib/CMSIS/Include/core_cm4.h:1472
FunctionNVIC_SystemReset
\brief System Reset The function initiates a system reset request to reset the MCU. */
Lib/CMSIS/Include/core_cm4.h:1675
FunctionOutput_availablechar
UART Input buffer available
Output/None/output_com.c:81
FunctionOutput_availablechar
UART Input buffer available
Output/UARTOut/output_com.c:88
FunctionOutput_availablechar
USB Input buffer available
Output/USBxUART/output_com.c:91
FunctionOutput_availablechar
TestOut Input buffer available
Output/TestOut/output_com.c:89
FunctionOutput_availablechar
USB Input buffer available
Output/USBxRTT/output_com.c:90
FunctionOutput_availablechar
RTT Input buffer available
Output/SeggerRTT/output_com.c:89
FunctionOutput_consCtrlSend_capability
Sends a Consumer Control code to the USB Output buffer
Output/USB/output_usb.c:263
FunctionOutput_firmwareReload
Sets the device into firmware reload mode
Output/None/output_com.c:69
FunctionOutput_firmwareReload
Sets the device into firmware reload mode
Output/UARTOut/output_com.c:74
FunctionOutput_firmwareReload
Sets the device into firmware reload mode
Output/USBxUART/output_com.c:84
FunctionOutput_firmwareReload
Sets the device into firmware reload mode
Output/TestOut/output_com.c:75
FunctionOutput_firmwareReload
Sets the device into firmware reload mode
Output/USBxRTT/output_com.c:83
FunctionOutput_firmwareReload
Sets the device into firmware reload mode
Output/SeggerRTT/output_com.c:75
FunctionOutput_flashMode_capability
Jump to bootloader capability
Output/Interface/output_gen.c:114
FunctionOutput_getchar
UART Get Character from input buffer
Output/None/output_com.c:88
FunctionOutput_getchar
UART Get Character from input buffer
Output/UARTOut/output_com.c:95
FunctionOutput_getchar
USB Get Character from input buffer
Output/USBxUART/output_com.c:98
FunctionOutput_getchar
TestOut Get Character from input buffer
Output/TestOut/output_com.c:96
FunctionOutput_getchar
USB Get Character from input buffer
Output/USBxRTT/output_com.c:97
FunctionOutput_getchar
RTT Get Character from input buffer
Output/SeggerRTT/output_com.c:96
FunctionOutput_ignored_capability
Ignored capabilities
Output/Interface/output_gen.c:90
FunctionOutput_kbdProtocolBoot_capability
Set Boot Keyboard Protocol
Output/USB/output_usb.c:168
FunctionOutput_kbdProtocolNKRO_capability
Set NKRO Keyboard Protocol
Output/USB/output_usb.c:201
FunctionOutput_noneSend_capability
Ignores the given key status update Used to prevent fall-through, this is the None keyword in KLL
Output/USB/output_usb.c:306
FunctionOutput_periodic
Output Module Data Periodic
Output/None/output_com.c:63
FunctionOutput_periodic
Output Module Data Periodic
Output/UARTOut/output_com.c:67
FunctionOutput_periodic
USB Data Periodic
Output/USBxUART/output_com.c:73
FunctionOutput_periodic
Output Module Data Periodic
Output/TestOut/output_com.c:68
FunctionOutput_periodic
USB Data Periodic
Output/USBxRTT/output_com.c:72
FunctionOutput_periodic
Output Module Data Periodic
Output/SeggerRTT/output_com.c:68
FunctionOutput_poll
Output Module Data Poll
Output/None/output_com.c:57
FunctionOutput_poll
Output Module Data Poll
Output/UARTOut/output_com.c:60
FunctionOutput_poll
USB Data Poll
Output/USBxUART/output_com.c:62
FunctionOutput_poll
Output Module Data Poll
Output/TestOut/output_com.c:61
FunctionOutput_poll
USB Data Poll
Output/USBxRTT/output_com.c:61
FunctionOutput_poll
Output Module Data Poll
Output/SeggerRTT/output_com.c:61
FunctionOutput_putchar
UART Send Character to output buffer
Output/None/output_com.c:95
FunctionOutput_putchar
UART Send Character to output buffer
Output/UARTOut/output_com.c:102
FunctionOutput_putchar
USB Send Character to output buffer
Output/USBxUART/output_com.c:116
FunctionOutput_putchar
TestOut Send Character to output buffer
Output/TestOut/output_com.c:103
FunctionOutput_putchar
USB Send Character to output buffer
Output/USBxRTT/output_com.c:115
FunctionOutput_putchar
RTT Send Character to output buffer
Output/SeggerRTT/output_com.c:103
FunctionOutput_putstr
USB Send String to output buffer, null terminated
Output/USB/output_com.c:107
FunctionOutput_putstr
UART Send String to output buffer, null terminated
Output/None/output_com.c:102
FunctionOutput_putstr
UART Send String to output buffer, null terminated
Output/UARTOut/output_com.c:109
FunctionOutput_putstr
USB Send String to output buffer, null terminated
Output/USBxUART/output_com.c:134
FunctionOutput_putstr
TestOut Send String to output buffer, null terminated
Output/TestOut/output_com.c:110
FunctionOutput_putstr
USB Send String to output buffer, null terminated
Output/USBxRTT/output_com.c:126
FunctionOutput_putstr
RTT Send String to output buffer, null terminated
Output/SeggerRTT/output_com.c:110
FunctionOutput_rawio_availablechar
UART RawIO buffer available
Output/None/output_com.c:109
FunctionOutput_rawio_availablechar
UART RawIO buffer available XXX (HaaTa) Not implemented
Output/UARTOut/output_com.c:117
FunctionOutput_rawio_availablechar
USB RawIO buffer available
Output/USBxUART/output_com.c:159
FunctionOutput_rawio_availablechar
TestOut RawIO buffer available
Output/TestOut/output_com.c:117
FunctionOutput_rawio_availablechar
USB RawIO buffer available
Output/USBxRTT/output_com.c:144
FunctionOutput_rawio_availablechar
RTT RawIO buffer available XXX (HaaTa) Not implemented
Output/SeggerRTT/output_com.c:118
FunctionOutput_rawio_getbuffer
UART RawIO get buffer
Output/None/output_com.c:116
FunctionOutput_rawio_getbuffer
UART RawIO get buffer XXX (HaaTa) Not implemented
Output/UARTOut/output_com.c:125
FunctionOutput_rawio_getbuffer
USB RawIO get buffer
Output/USBxUART/output_com.c:170
← previousnext →1,101–1,200 of 2,387, ranked by callers