Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kiibohd/controller
/ functions
Functions
2,387 in github.com/kiibohd/controller
⨍
Functions
2,387
◇
Types & classes
493
Function
cliFunc_periodic
Debug/cli/cli.c:677
Function
cliFunc_pixelList
Macro/PixelMap/pixel.c:3098
Function
cliFunc_pixelSCTest
Macro/PixelMap/pixel.c:3309
Function
cliFunc_pixelTest
Macro/PixelMap/pixel.c:3168
Function
cliFunc_pixelXYTest
Macro/PixelMap/pixel.c:3374
Function
cliFunc_portCross
Scan/Devices/PortSwap/port_scan.c:306
Function
cliFunc_portUART
Scan/Devices/PortSwap/port_scan.c:294
Function
cliFunc_portUSB
Scan/Devices/PortSwap/port_scan.c:300
Function
cliFunc_posList
Macro/PartialMap/macro.c:1858
Function
cliFunc_pressDebug
Scan/Deprecated/DPH/scan_loop.c:982
Function
cliFunc_problemKeys
Scan/Deprecated/DPH/scan_loop.c:999
Function
cliFunc_ps2Verbose
Scan/PS2/scan_loop.c:172
Function
cliFunc_ram
Debug/cli/cli.c:924
Function
cliFunc_rand
Debug/cli/cli.c:699
Function
cliFunc_readLEDs
Output/USB/output_usb.c:1259
Function
cliFunc_rectDisp
Macro/PixelMap/pixel.c:3606
Function
cliFunc_reload
Debug/cli/cli.c:714
Function
cliFunc_reset
Debug/cli/cli.c:728
Function
cliFunc_restart
Debug/cli/cli.c:733
Function
cliFunc_save
Scan/Devices/Storage/storage.c:138
Function
cliFunc_senseDebug
Scan/Deprecated/DPH/scan_loop.c:1023
Function
cliFunc_sleep
Debug/cli/cli.c:959
Function
cliFunc_storage
Scan/Devices/Storage/storage.c:103
Function
cliFunc_strobeDelay
Scan/Devices/MatrixARMPeriodic/matrix_scan.c:686
Function
cliFunc_temp
Scan/Devices/JoystickCJP13119D02/joystick_scan.c:1015
Function
cliFunc_tick
Debug/cli/cli.c:739
Function
cliFunc_usbAddr
Output/USB/output_usb.c:1267
Function
cliFunc_usbConf
Output/USB/output_usb.c:1275
Function
cliFunc_usbErrors
Output/USB/output_usb.c:1298
Function
cliFunc_usbInitTime
Output/USB/output_usb.c:1285
Function
cliFunc_version
Debug/cli/cli.c:757
Function
cliFunc_voteDebug
Macro/PartialMap/macro.c:1885
Method
cli_status
Check if serial port is active and running @return: True if active
Lib/host.py:563
Function
clip_q31_to_q7
* @brief Clips Q31 to Q7 values. */
Lib/CMSIS/Include/arm_math.h:479
Function
clip_q63_to_q15
* @brief Clips Q63 to Q15 values. */
Lib/CMSIS/Include/arm_math.h:469
Function
convert_16_bit_to_byte_address
Converts a 16-Bit value into a 2 Byte array */
Lib/ASF/sam/utils/compiler.h:1125
Function
convert_16_bit_to_byte_array
* @brief Converts a 16-Bit value into a 2 Byte array * * @param[in] value 16-Bit value * @param[out] data Pointer to the 2 Byte array to be update
Lib/ASF/sam/utils/compiler.h:1111
Function
convert_64_bit_to_byte_array
* @brief Converts a 64-Bit value into a 8 Byte array * * @param[in] value 64-Bit value * @param[out] data Pointer to the 8 Byte array to be update
Lib/ASF/sam/utils/compiler.h:1093
Function
convert_byte_array_to_16_bit
* @brief Converts a 2 Byte array into a 16-Bit value * * @param data Specifies the pointer to the 2 Byte array * * @return 16-Bit value * @ingrou
Lib/ASF/sam/utils/compiler.h:1139
Function
convert_byte_array_to_32_bit
Converts a 8 Byte array into a 32-Bit value */
Lib/ASF/sam/utils/compiler.h:1145
Function
convert_byte_array_to_64_bit
* @brief Converts a 8 Byte array into a 64-Bit value * * @param data Specifies the pointer to the 8 Byte array * * @return 64-Bit value * @ingrou
Lib/ASF/sam/utils/compiler.h:1168
Function
convert_spec_16_bit_to_byte_array
Converts a 16-Bit value into a 2 Byte array */
Lib/ASF/sam/utils/compiler.h:1118
Function
cpu_irq_enter_critical
Lib/ASF/common/utils/interrupt/interrupt_sam_nvic.c:47
Function
cpu_irq_leave_critical
Lib/ASF/common/utils/interrupt/interrupt_sam_nvic.c:63
Function
crccu_configure_descriptor
* \brief Configure CRCCU descriptor. * * \param p_crccu Pointer to a CRCCU instance. * \param ul_crc_dscr_addr CRCCU descriptor address. */
Lib/ASF/sam/drivers/crccu/crccu.c:62
Function
crccu_configure_mode
* \brief Configure the CRCCU mode. * * \param p_crccu Pointer to a CRCCU instance. * \param ul_mode CRC work mode. */
Lib/ASF/sam/drivers/crccu/crccu.c:73
Function
crccu_disable_dma
* \brief Disable CRCCU. * * \param p_crccu Pointer to a CRCCU instance. */
Lib/ASF/sam/drivers/crccu/crccu.c:101
Function
crccu_disable_dma_interrupt
* \brief Disable CRCCU DMA transfer interrupt. * * \param p_crccu Pointer to a CRCCU instance. */
Lib/ASF/sam/drivers/crccu/crccu.c:141
Function
crccu_disable_error_interrupt
* \brief Disable cyclic redundancy check error interrupt. * * \param p_crccu Pointer to a CRCCU instance. */
Lib/ASF/sam/drivers/crccu/crccu.c:197
Function
crccu_enable_dma
* \brief Start CRCCU. * * \note To start the CRCCU, the user needs to set the CRC enable bit (ENABLE) * in the CRCCU Mode Register (CRCCU_MR), a
Lib/ASF/sam/drivers/crccu/crccu.c:90
Function
crccu_enable_dma_interrupt
* \brief Enable CRCCU DMA transfer interrupt. * * \param p_crccu Pointer to a CRCCU instance. */
Lib/ASF/sam/drivers/crccu/crccu.c:131
Function
crccu_enable_error_interrupt
* \brief Enable cyclic redundancy check error interrupt. * * \param p_crccu Pointer to a CRCCU instance. */
Lib/ASF/sam/drivers/crccu/crccu.c:187
Function
crccu_get_dma_interrupt_mask
* \brief Get DMA interrupt mask. * * \param p_crccu Pointer to a CRCCU instance. * * \return DMA interrupt mask. */
Lib/ASF/sam/drivers/crccu/crccu.c:165
Function
crccu_get_dma_interrupt_status
* \brief Check if DMA buffer transfer has been terminated. * * \param p_crccu Pointer to a CRCCU instance. * * \return DMA interrupt status. */
Lib/ASF/sam/drivers/crccu/crccu.c:153
Function
crccu_get_dma_status
* \brief Check if DMA channel is enabled. * * \param p_crccu Pointer to a CRCCU instance. * * \return CRCCU DMA status. */
Lib/ASF/sam/drivers/crccu/crccu.c:121
Function
crccu_get_error_interrupt_mask
* \brief Get check CRC error interrupt mask. * * \param p_crccu Pointer to a CRCCU instance. * * \return Error interrupt mask. */
Lib/ASF/sam/drivers/crccu/crccu.c:221
Function
crccu_get_error_interrupt_status
* \brief Check if there is a CRC error. * * \param p_crccu Pointer to a CRCCU instance. * * \return Error interrupt status. */
Lib/ASF/sam/drivers/crccu/crccu.c:209
Function
crccu_read_crc_value
* \brief Read cyclic redundancy check value. * * \param p_crccu Pointer to a CRCCU instance. * * \return CRC value. */
Lib/ASF/sam/drivers/crccu/crccu.c:177
Function
crccu_reset
* \brief Reset CRCCU. */
Lib/ASF/sam/drivers/crccu/crccu.c:109
Function
dac_set_sample
Sets the current DAC sample Will disable the pdc of a currently running sample (even if it's the same incoming sample) If any samples are queued, they
Scan/Devices/DAC/dac.c:180
Function
dac_setup
Scan/Devices/DAC/dac.c:269
Function
dacc_disable
* \brief Disable DACC. * * \param p_dacc Pointer to a DACC instance. * * \return \ref DACC_RC_OK for OK. */
Lib/ASF/sam/drivers/dacc/dacc.c:377
Function
dacc_disable_channel
* \brief Disable DACC channel. * * \param p_dacc Pointer to a DACC instance. * \param ul_channel The output channel to disable. * * \return \ref
Lib/ASF/sam/drivers/dacc/dacc.c:590
Function
dacc_enable
* \brief Enable DACC. * * \param p_dacc Pointer to a DACC instance. */
Lib/ASF/sam/drivers/dacc/dacc.c:365
Function
dacc_enable_flexible_selection
* \brief Enable the flexible channel selection mode (TAG). * * In this mode the 2 bits, DACC_CDR[13:12] which are otherwise unused, are * employed
Lib/ASF/sam/drivers/dacc/dacc.c:436
Function
dacc_get_analog_control
* \brief Get the analog control value. * * \param p_dacc Pointer to a DACC instance. * * \return Current setting of analog control. */
Lib/ASF/sam/drivers/dacc/dacc.c:632
Function
dacc_get_channel_status
* \brief Get the channel status. * * \param p_dacc Pointer to a DACC instance. * * \return DACC channel status. */
Lib/ASF/sam/drivers/dacc/dacc.c:606
Function
dacc_get_interrupt_mask
* \brief Get the interrupt mask. * * \param p_dacc Pointer to a DACC instance. * * \return The interrupt mask. */
Lib/ASF/sam/drivers/dacc/dacc.c:251
Function
dacc_get_writeprotect_status
* \brief Get the write protect status. * * \param p_dacc Pointer to a DACC instance. * * \return Write protect status. */
Lib/ASF/sam/drivers/dacc/dacc.c:338
Function
dacc_set_osr
* \brief Set DACC osr. * * \param p_dacc Pointer to a DACC instance. * \param channel DACC osr channel to be set. * \param ul_prescaler Osr value
Lib/ASF/sam/drivers/dacc/dacc.c:550
Function
dacc_set_power_save
* \brief Set the power save mode. * * \param p_dacc Pointer to a DACC instance. * \param ul_sleep_mode Sleep mode configuration. * \param ul_fast
Lib/ASF/sam/drivers/dacc/dacc.c:452
Function
dacc_set_prescaler
* \brief Set DACC prescaler. * * \param p_dacc Pointer to a DACC instance. * \param ul_prescaler Prescaler value. * * \return \ref DACC_RC_OK fo
Lib/ASF/sam/drivers/dacc/dacc.c:534
Function
dacc_set_writeprotect
* \brief Enable or disable write protect of DACC registers. * * \param p_dacc Pointer to a DACC instance. * \param ul_enable 1 to enable, 0 to dis
Lib/ASF/sam/drivers/dacc/dacc.c:321
Function
dacc_write_conversion_data
* \brief Write data to conversion register. * * \note The \a ul_data could be output data or data with channel TAG when * flexible mode is used. *
Lib/ASF/sam/drivers/dacc/dacc.c:287
Function
debug_isr
Lib/sam.c:144
Function
deep_sleep_ready
Check if MCU is ready for deep sleep If ignore_usb is set, don't look to USB to see if we shouldn't sleep yet
Lib/sleep.c:223
Function
delay_cycles
Delay by specified cycles
Lib/delay.c:57
Function
detach_callback
LoadFile/teensy_loader_cli.c:390
Method
device_reload
TODO
Output/TestOut/host.py:303
Function
dfu_reset_system
Bootloader/dfu.c:118
Method
done
Determine if the Result Monitor is complete @return: True if complete, False otherwise
Scan/TestIn/Tests/common.py:695
Function
efc_disable_cloe
* \brief Disable code loop optimization. * * \param p_efc Pointer to an EFC instance. */
Lib/ASF/sam/drivers/efc/efc.c:138
Function
efc_disable_frdy_interrupt
* \brief Disable the flash ready interrupt. * * \param p_efc Pointer to an EFC instance. */
Lib/ASF/sam/drivers/efc/efc.c:164
Function
efc_disable_write_protection
* \brief Disable the write protection. * * \param p_efc Pointer to an EFC instance. */
Lib/ASF/sam/drivers/efc/efc.c:187
Function
efc_enable_cloe
* \brief Enable code loop optimization. * * \param p_efc Pointer to an EFC instance. */
Lib/ASF/sam/drivers/efc/efc.c:127
Function
efc_enable_frdy_interrupt
* \brief Enable the flash ready interrupt. * * \param p_efc Pointer to an EFC instance. */
Lib/ASF/sam/drivers/efc/efc.c:152
Function
efc_enable_write_protection
* \brief Enable the write protection. * * \param p_efc Pointer to an EFC instance. */
Lib/ASF/sam/drivers/efc/efc.c:177
Function
efc_get_flash_access_mode
* \brief Get flash access mode. * * \param p_efc Pointer to an EFC instance. * * \return 0 for 128-bit or EEFC_FMR_FAM for 64-bit. */
Lib/ASF/sam/drivers/efc/efc.c:212
Function
efc_get_status
* \brief Get the current status of the EEFC. * * \note This function clears the value of some status bits (FLOCKE, FCMDE). * * \param p_efc Pointe
Lib/ASF/sam/drivers/efc/efc.c:285
Function
efc_set_flash_access_mode
* \brief Set flash access mode. * * \param p_efc Pointer to an EFC instance. * \param ul_mode 0 for 128-bit, EEFC_FMR_FAM for 64-bit. */
Lib/ASF/sam/drivers/efc/efc.c:198
Function
errorLEDToggle
Error LED Toggle
Debug/led/led.c:81
Method
eval
Evaluates TriggerElem Must satisify schedule in order to complete. @return: True if evaluated, False if not.
Scan/TestIn/Tests/common.py:720
Function
fail_tests
Update fail count
Scan/TestIn/Tests/common.py:1421
Method
failed
Returns a list of KLLTestResult objects that have failed. @return: List of failing KLLTestResult objects
Scan/TestIn/Tests/common.py:106
Function
finish_write
Bootloader/main.c:232
Function
flash_enable_security_bit
* \brief Set security bit. * * \return 0 if successful; otherwise returns an error code. */
Lib/ASF/sam/services/flash_efc/flash_efc.c:936
Function
flash_erase_plane
* \brief Erase the flash by plane. * * \param ul_address Flash plane start address. * * \note Erase plane command needs a page number parameter wh
Lib/ASF/sam/services/flash_efc/flash_efc.c:510
Function
flash_erase_sector
* \brief Erase the flash sector. * * \note Erase sector command needs a page number parameter which belongs to * the sector to be erased. * * \pa
Lib/ASF/sam/services/flash_efc/flash_efc.c:567
Function
flash_get_descriptor
* \brief Get flash descriptor. * * \param ul_address Flash bank start address. * \param pul_flash_descriptor Pointer to a data buffer to store flas
Lib/ASF/sam/services/flash_efc/flash_efc.c:403
Function
flash_get_page_count
* \brief Get flash total page count for the specified bank. * * \note The flash descriptor must be fetched from flash_get_descriptor * function fir
Lib/ASF/sam/services/flash_efc/flash_efc.c:440
← previous
next →
1,801–1,900 of 2,387, ranked by callers