MCPcopy Create free account

hub / github.com/kiibohd/controller / functions

Functions2,387 in github.com/kiibohd/controller

↓ 1 callersFunctionhard_reboot
LoadFile/teensy_loader_cli.c:311
↓ 1 callersFunctionhexToStr_op
Debug/print/print.c:370
↓ 1 callersFunctioni2c_any_busy
Scan/Devices/ISSILed/i2c.c:279
↓ 1 callersFunctioni2c_error
Checks if any bus has errored
Scan/Devices/ISSILed/i2c.c:242
↓ 1 callersFunctioni2c_initial
Initialize error counters
Scan/Devices/ISSILed/i2c.c:58
↓ 1 callersFunctioni2c_send_sequence
Scan/Devices/ISSILed/i2c.c:293
↓ 1 callersMethodid_width_bytes
Calculate number of bytes the Id is
Output/TestOut/host.py:75
↓ 1 callersFunctionihex_bytes_within_range
LoadFile/teensy_loader_cli.c:751
↓ 1 callersFunctioninit_hid_manager
LoadFile/teensy_loader_cli.c:412
↓ 1 callersFunctioninit_usb_bootloader
Bootloader/main.c:408
↓ 1 callersFunctionioport_get_pin_level
* \brief Get current value of an IOPORT pin, which has been configured as an * input. * * \param pin IOPORT pin to read * \return Current logical
Lib/ASF/common/services/ioport/ioport.h:301
↓ 1 callersFunctionioport_set_pin_sense_mode
* \brief Set the pin sense mode of a single IOPORT pin. * * \param pin IOPORT pin to configure * \param pin_sense Edge to sense for the pin (\ref i
Lib/ASF/common/services/ioport/ioport.h:350
↓ 1 callersFunctionisp_init
Lib/ASF/common/services/isp/flip/sam/isp.c:232
↓ 1 callersFunctionisp_is_security
Lib/ASF/common/services/isp/flip/sam/isp.c:242
↓ 1 callersFunctionjumpToBootloader
Macro/buffer/macro.c:78
↓ 1 callersFunctionkeyPressBufferRead
Given a list of keypresses, translate into the USB key codes The buffer is cleared after running If the buffer doesn't fit into the USB send array, th
Macro/buffer/macro.c:320
↓ 1 callersFunctionkeyboard_control
Output/USB/arm/usb_dev.c:949
↓ 1 callersMethodlast
Returns an array with the last x number of LayerStateInstance objects @param num: Number of LayerStateInstance objects to return
Lib/host.py:252
↓ 1 callersFunctionlenStr
Bootloader/debug.c:202
↓ 1 callersFunctionmacroDebugShowResult
Macro/PartialMap/macro.c:1710
↓ 1 callersFunctionmacroDebugShowTrigger
Macro/PartialMap/macro.c:1635
↓ 1 callersFunctionmacro_finishedWithBuffer
Macro/buffer/macro.c:54
↓ 1 callersFunctionmain_periodic
Run periodically at a consistent time rate Used to process events that need to be run at regular intervals And have negative effect being delayed or s
main.c:68
↓ 1 callersFunctionmatrix_debugPins
Pin Setup Debug
Scan/Deprecated/matrix/matrix_scan.c:151
↓ 1 callersFunctionmatrix_pinSetup
Goes through the defined matrix and matrix mode, and sets the initial state of all of the available pins
Scan/Deprecated/matrix/matrix_scan.c:254
↓ 1 callersFunctionmatrix_scan
Scans the given matrix determined by the scanMode method
Scan/Deprecated/matrix/matrix_scan.c:268
↓ 1 callersFunctionmatrix_set_usb_device
* \brief Set USB device mode. * */
Lib/ASF/sam/drivers/matrix/matrix.c:552
↓ 1 callersFunctionmemory_is_blank
LoadFile/teensy_loader_cli.c:785
↓ 1 callersFunctionmemset
Lib/kinetis.c:872
↓ 1 callersFunctionmpu_enable
Lib/arm_cortex.c:203
↓ 1 callersMethodnew_callback
Add a callback to the history (append only). Expects a CallbackHistoryItem namedtuple.
Lib/host.py:189
↓ 1 callersFunctionosc_get_rate
Lib/ASF/common/services/clock/sam4s/osc.h:197
↓ 1 callersFunctionosc_is_ready
Lib/ASF/common/services/clock/sam4s/osc.h:176
↓ 1 callersMethodoutput_image_fn
(self)
Scan/Devices/STLcd/bitmap2Struct.py:207
↓ 1 callersFunctionparse_hex_line
LoadFile/teensy_loader_cli.c:689
↓ 1 callersFunctionparse_options
LoadFile/teensy_loader_cli.c:843
↓ 1 callersFunctionpdc_read_rx_counter
* \brief Return Receive Counter Register (RCR) value. * * \param[in] p_pdc Device structure pointer * * \return Receive Counter Register value. *
Lib/ASF/sam/drivers/pdc/pdc.c:228
↓ 1 callersFunctionpdc_rx_init
* \brief Configure PDC for data receive. * * \param[out] p_pdc Device structure pointer * \param[in] p_packet Pointer to packet informa
Lib/ASF/sam/drivers/pdc/pdc.c:83
↓ 1 callersFunctionpio_configure_interrupt
* \brief Configure the given interrupt source. * Interrupt can be configured to trigger on rising edge, falling edge, * high level, low level or sim
Lib/ASF/sam/drivers/pio/pio.c:538
↓ 1 callersFunctionpio_enable_interrupt
* \brief Enable the given interrupt source. * The PIO must be configured as an NVIC interrupt source as well. * * \param p_pio Pointer to a PIO ins
Lib/ASF/sam/drivers/pio/pio.c:578
↓ 1 callersFunctionpio_enable_pin_interrupt
* \brief Enable interrupt for a GPIO pin. * * \param ul_pin The pin index. * * \note The function \ref gpio_configure_pin must be called before.
Lib/ASF/sam/drivers/pio/pio.c:914
↓ 1 callersFunctionpio_get_pin_group_mask
* \brief Return GPIO port pin mask for a GPIO pin. * * \param ul_pin The pin index. * * \return GPIO port pin mask. */
Lib/ASF/sam/drivers/pio/pio.c:1025
↓ 1 callersFunctionpio_handler_set
* \brief Set an interrupt handler for the provided pins. * The provided handler will be called with the triggering pin as its parameter * as soon as
Lib/ASF/sam/drivers/pio/pio_handler.c:132
↓ 1 callersFunctionpio_handler_set_pin
* \brief Set an interrupt handler for the specified pin. * The provided handler will be called with the triggering pin as its parameter * as soon as
Lib/ASF/sam/drivers/pio/pio_handler.c:192
↓ 1 callersFunctionpmc_disable_all_pck
* \brief Disable all programmable clocks. */
Lib/ASF/sam/drivers/pmc/pmc.c:1046
↓ 1 callersFunctionpmc_disable_all_periph_clk
* \brief Disable all peripheral clocks. */
Lib/ASF/sam/drivers/pmc/pmc.c:776
↓ 1 callersFunctionpmc_enable_backupmode
* \brief Enable Backup Mode. Enter condition: WFE/(VROFF bit = 1) + * (SLEEPDEEP bit = 1) */
Lib/ASF/sam/drivers/pmc/pmc.c:1459
↓ 1 callersFunctionpmc_is_locked_pllack
* \brief Is PLLA locked? * * \retval 0 Not locked. * \retval 1 Locked. */
Lib/ASF/sam/drivers/pmc/pmc.c:591
↓ 1 callersFunctionpmc_is_locked_pllbck
* \brief Is PLLB locked? * * \retval 0 Not locked. * \retval 1 Locked. */
Lib/ASF/sam/drivers/pmc/pmc.c:634
↓ 1 callersFunctionpmc_mck_set_prescaler
* \brief Set the prescaler of the MCK. * * \param ul_pres Prescaler value. */
Lib/ASF/sam/drivers/pmc/pmc.c:96
↓ 1 callersFunctionpmc_osc_disable_fastrc
* \brief Disable the internal fast RC. */
Lib/ASF/sam/drivers/pmc/pmc.c:393
↓ 1 callersFunctionpmc_osc_is_ready_32kxtal
* \brief Check if the external 32k Xtal is ready. * * \retval 1 External 32k Xtal is ready. * \retval 0 External 32k Xtal is not ready. */
Lib/ASF/sam/drivers/pmc/pmc.c:336
↓ 1 callersFunctionpmc_osc_is_ready_mainck
* \brief Check if the MAINCK is ready. Depending on MOSCEL, MAINCK can be one * of Xtal, bypass or internal RC. * * \retval 1 Xtal is ready. * \re
Lib/ASF/sam/drivers/pmc/pmc.c:528
↓ 1 callersFunctionpmc_switch_mck_to_pllack
* \brief Switch master clock source selection to PLLA clock. * * \param ul_pres Processor clock prescaler. * * \retval 0 Success. * \retval 1 Tim
Lib/ASF/sam/drivers/pmc/pmc.c:218
↓ 1 callersFunctionpmc_switch_mck_to_pllbck
* \brief Switch master clock source selection to PLLB clock. * * \param ul_pres Processor clock prescaler. * * \retval 0 Success. * \retval 1 Tim
Lib/ASF/sam/drivers/pmc/pmc.c:252
↓ 1 callersFunctionpmc_switch_udpck_to_pllack
* \brief Switch UDP (USB) clock source selection to PLLA clock. * * \param ul_usbdiv Clock divisor. */
Lib/ASF/sam/drivers/pmc/pmc.c:1160
↓ 1 callersFunctionpmc_switch_udpck_to_pllbck
* \brief Switch UDP (USB) clock source selection to PLLB clock. * * \param ul_usbdiv Clock divisor. */
Lib/ASF/sam/drivers/pmc/pmc.c:1172
↓ 1 callersMethodprep
(self)
Scan/Devices/STLcd/bitmap2Struct.py:196
↓ 1 callersMethodprepare
Prepare to run test Does necessary initialization before attempting to run. Must be done before run. @return: True
Scan/TestIn/Tests/common.py:171
↓ 1 callersMethodprepare_view
(self, input_image, height_start, height_end, width_start, width_end)
Scan/Devices/STLcd/bitmap2Struct.py:156
↓ 1 callersFunctionprintSInt32
Debug/print/print.c:174
↓ 1 callersFunctionprintTime
Debug/print/print.c:262
↓ 1 callersMethodprocess
Run main commands
Lib/host.py:498
↓ 1 callersFunctionprocessKeyValue
Scan/Deprecated/MBC-55X/scan_loop.c:209
↓ 1 callersFunctionprocessKeyValue
Scan/Deprecated/MicroSwitch8304/scan_loop.c:104
↓ 1 callersFunctionprocessKeyValue
Scan/Deprecated/SonyNEWS/scan_loop.c:108
↓ 1 callersFunctionprocessKeyValue
TODO
Scan/Deprecated/EpsonQX-10/scan_loop.c:187
↓ 1 callersFunctionprocessKeyValue
Scan/Deprecated/FACOM6684/scan_loop.c:141
↓ 1 callersFunctionprocessPacketValue
Read in the Packet Data, and decide what to do with it
Scan/Deprecated/UnivacF3W9/scan_loop.c:243
↓ 1 callersMethodprocess_args
Process command line arguments
Lib/host.py:445
↓ 1 callersFunctionps2data_read
Scan/PS2/scan_loop.c:51
↓ 1 callersFunctionps2interrupt
The ISR for the external interrupt
Scan/PS2/PS2Keyboard.c:58
↓ 1 callersMethodread_args
Using kll.json, read the arguments from the args pointer. @returns: List of arguments
Scan/TestIn/host.py:195
↓ 1 callersMethodrefresh_callback
Convenience function for refreshing callback Useful when Scan or Output functions need to call directly
Lib/host.py:525
↓ 1 callersFunctionremoveKeyValue
Scan/Deprecated/FACOM6684/scan_loop.c:173
↓ 1 callersMethodresults
Returns a list of KLLTestResult objects These objects have the results of each test
Scan/TestIn/Tests/common.py:281
↓ 1 callersFunctionrevsStr
Bootloader/debug.c:215
↓ 1 callersMethodrun
Run layer action evaluation. Checks: 1) Action was successful 2) Response was successful @return: True if s
Scan/TestIn/Tests/layers.py:204
↓ 1 callersFunctionscancodeMacro
Scancode Macro Detection
Macro/buffer/macro.c:207
↓ 1 callersFunctionsector_print
Bootloader/main.c:61
↓ 1 callersMethodsetpixel
( self, x, y )
Scan/Devices/STLcd/bitmap2Struct.py:45
↓ 1 callersFunctionsetup_ADC
Scan/Deprecated/DPH/scan_loop.c:566
↓ 1 callersFunctionsint32ToStr
Debug/print/print.c:335
↓ 1 callersFunctionsleep_set_wake_pins
Lib/sleep.c:199
↓ 1 callersFunctionspi_cs_setup
Write all channel settings in one shot using a packet structure
Scan/Devices/SPI/spi.c:301
↓ 1 callersFunctionspi_disable
* \brief Disable SPI. * * \note CS is de-asserted, which indicates that the last data is done, and user * should check TX_EMPTY before disabling SP
Lib/ASF/sam/drivers/spi/spi.h:111
↓ 1 callersFunctionspi_disable_loopback
* \brief Disable loopback mode. * * \param p_spi Pointer to an SPI instance. */
Lib/ASF/sam/drivers/spi/spi.h:324
↓ 1 callersFunctionspi_disable_mode_fault_detect
* \brief Disable Mode Fault Detection. * * \param p_spi Pointer to an SPI instance. */
Lib/ASF/sam/drivers/spi/spi.h:252
↓ 1 callersFunctionspi_disable_peripheral_select_decode
* \brief Disable Peripheral Select Decode. * * \param p_spi Pointer to an SPI instance. */
Lib/ASF/sam/drivers/spi/spi.h:216
↓ 1 callersFunctionspi_enable
* \brief Enable SPI. * * \param p_spi Pointer to an SPI instance. */
Lib/ASF/sam/drivers/spi/spi.h:98
↓ 1 callersFunctionspi_enable_clock
* \brief Enable SPI clock. * * \param p_spi Pointer to an SPI instance. */
Lib/ASF/sam/drivers/spi/spi.c:60
↓ 1 callersFunctionspi_enable_interrupt
* \brief Enable SPI interrupts. * * \param p_spi Pointer to an SPI instance. * \param ul_sources Interrupts to be enabled. */
Lib/ASF/sam/drivers/spi/spi.h:461
↓ 1 callersFunctionspi_read_status
* \brief Read status register. * * \param p_spi Pointer to an SPI instance. * * \return SPI status register value. */
Lib/ASF/sam/drivers/spi/spi.h:344
↓ 1 callersFunctionspi_reset
* \brief Reset SPI and set it to Slave mode. * * \param p_spi Pointer to an SPI instance. */
Lib/ASF/sam/drivers/spi/spi.h:88
↓ 1 callersFunctionspi_set_lastxfer
* \brief Issue a LASTXFER command. * The next transfer is the last transfer and after that CS is de-asserted. * * \param p_spi Pointer to an SPI i
Lib/ASF/sam/drivers/spi/spi.h:122
↓ 1 callersFunctionspi_set_master_mode
* \brief Set SPI to Master mode. * * \param p_spi Pointer to an SPI instance. */
Lib/ASF/sam/drivers/spi/spi.h:132
↓ 1 callersFunctionspi_set_variable_peripheral_select
* \brief Set Variable Peripheral Select. * Peripheral Chip Select can be controlled by SPI_TDR. * * \param p_spi Pointer to an SPI instance. */
Lib/ASF/sam/drivers/spi/spi.h:169
↓ 1 callersFunctionspi_set_writeprotect
* \brief Enable or disable write protection of SPI registers. * * \param p_spi Pointer to an SPI instance. * \param ul_enable 1 to enable, 0 to dis
Lib/ASF/sam/drivers/spi/spi.c:420
↓ 1 callersFunctionspi_setup
SPI Setup
Scan/Devices/SPI/spi.c:261
↓ 1 callersMethodstep
Evaluate a single step of the Trigger:Result pair @param positionstep: Start from a given positionstep (will set positionstep)
Scan/TestIn/Tests/common.py:340
← previousnext →801–900 of 2,387, ranked by callers