MCPcopy Create free account

hub / github.com/kiibohd/controller / functions

Functions2,387 in github.com/kiibohd/controller

Method__init__
Constructor @param parent: Parent object @param layers: JSON layer information
Scan/TestIn/Tests/layers.py:47
Method__init__
Initialize KLLTestRunner objects @param tests: List of KLLTest objects
Scan/TestIn/Tests/common.py:48
Method__init__
Constructor @param parent: Parent class, i.e. the class of the test @param result: Boolean, True if test passed, False if it
Scan/TestIn/Tests/common.py:125
Method__init__
Constructor @param parent: Parent object
Scan/TestIn/Tests/common.py:293
Method__init__
Constructor @param parent: Parent object @param json_key: String name for trigger:result pair (unique id for layer)
Scan/TestIn/Tests/common.py:311
Method__init__
TODO
Scan/TestIn/Tests/common.py:431
Method__init__
TODO By default, if no schedule is given, it is on press at the start of the cycle
Scan/TestIn/Tests/common.py:441
Method__init__
Constructor @param parent: Parent object @param json_entry: Trigger json entry @param schedule: Alternate Trig
Scan/TestIn/Tests/common.py:475
Method__init__
Constructor @param parent: Parent object @param json_entry: Result json entry
Scan/TestIn/Tests/common.py:611
Method__init__
Intializer @param parent: Parent object @param elem: Trigger element @param schedule: Trigger element conditio
Scan/TestIn/Tests/common.py:708
Method__init__
Intializer @param parent: Parent object @param elem: Result element @param schedule: Result element conditions
Scan/TestIn/Tests/common.py:839
Method__init__
@param parent: ResultElem object used for introspection
Scan/TestIn/Tests/common.py:1037
Method__init__
Generate a USB Keyboard event packet
Output/TestOut/host.py:167
Method__repr__
(self)
Lib/host.py:92
Method__repr__
(self)
Lib/host.py:112
Method__repr__
(self)
Lib/host.py:132
Method__repr__
(self)
Lib/host.py:151
Method__repr__
(self)
Lib/host.py:170
Method__repr__
(self)
Scan/TestIn/host.py:141
Method__repr__
Representation of ResultCapabilityStackItem
Scan/TestIn/host.py:232
Method__repr__
(self)
Scan/TestIn/host.py:303
Method__repr__
(self)
Scan/TestIn/host.py:330
Method__repr__
(self)
Scan/TestIn/host.py:351
Method__repr__
(self)
Scan/TestIn/host.py:562
Method__repr__
String representation of TriggerElem
Scan/TestIn/Tests/common.py:824
Method__repr__
String representation of ResultElem
Scan/TestIn/Tests/common.py:1025
Method__repr__
( self )
Output/TestOut/host.py:93
Method__repr__
( self )
Output/TestOut/host.py:118
Method__repr__
( self )
Output/TestOut/host.py:144
Method__repr__
Visual version of the USB packet
Output/TestOut/host.py:215
Function__set_BASEPRI
\brief Set Base Priority This function assigns the given value to the Base Priority register. \param [in] basePri Base Priority value t
Lib/CMSIS/Include/core_cmFunc.h:238
Function__set_CONTROL
\brief Set Control Register This function writes the given value to the Control Register. \param [in] control Control Register value to
Lib/CMSIS/Include/core_cmFunc.h:77
Function__set_FAULTMASK
\brief Set Fault Mask This function assigns the given value to the Fault Mask register. \param [in] faultMask Fault Mask value to set
Lib/CMSIS/Include/core_cmFunc.h:264
Function__set_FPSCR
\brief Set FPSCR This function assigns the given value to the Floating Point Status/Control register. \param [in] fpscr Floating Point
Lib/CMSIS/Include/core_cmFunc.h:298
Function__set_MSP
\brief Set Main Stack Pointer This function assigns the given value to the Main Stack Pointer (MSP). \param [in] topOfMainStack Main St
Lib/CMSIS/Include/core_cmFunc.h:168
Function__set_PRIMASK
\brief Set Priority Mask This function assigns the given value to the Priority Mask Register. \param [in] priMask Priority Mask */
Lib/CMSIS/Include/core_cmFunc.h:194
Function__set_PSP
\brief Set Process Stack Pointer This function assigns the given value to the Process Stack Pointer (PSP). \param [in] topOfProcStack P
Lib/CMSIS/Include/core_cmFunc.h:142
Function__stack_chk_fail
Stack Overflow Interrupt
Lib/nrf5.c:86
Function__stack_chk_fail
Stack Overflow Interrupt
Lib/kinetis.c:91
Function__stack_chk_fail
Stack Overflow Interrupt
Lib/sam.c:115
Function_cbSendSystemDesc
* * _cbSendSystemDesc() * * Function description * Sends SystemView description strings. */
Output/SeggerRTT/SEGGER_SYSVIEW_Config_NoOS.c:123
Function_get_message
Replacement for logging.LogRecord.getMessage that uses the new-style string formatting for it's messages.
Scan/TestIn/Tests/kiilogger.py:70
Function_sbrk
Lib/kinetis.c:1145
Functionadc_check
* \brief Check ADC configurations. * * \param p_adc Pointer to an ADC instance. * \param ul_mck Main clock of the device (in Hz). */
Lib/ASF/sam/drivers/adc/adc.c:838
Functionadc_configure_power_save
* \brief Configures ADC power saving mode. * * \param p_adc Pointer to an ADC instance. * \param uc_sleep ADC_MR_SLEEP_NORMAL keeps the ADC Core an
Lib/ASF/sam/drivers/adc/adc.c:198
Functionadc_configure_ts_comparison
* \brief Configure temperature sensor comparison. * * \param p_adc Pointer to an ADC instance. * \param mode Temperature comparison mode. * \para
Lib/ASF/sam/drivers/adc/adc.c:970
Functionadc_disable_all_channel
* \brief Disable all ADC channel. * * \param p_adc Pointer to an ADC instance. */
Lib/ASF/sam/drivers/adc/adc.c:382
Functionadc_disable_anch
* \brief Disable analog change. * * \note DIFF0, GAIN0 and OFF0 are used for all channels. * * \param p_Adc Pointer to an ADC instance. */
Lib/ASF/sam/drivers/adc/adc.c:311
Functionadc_disable_channel
* \brief Disable the specified ADC channel. * * \param p_adc Pointer to an ADC instance. * \param adc_ch ADC channel number. */
Lib/ASF/sam/drivers/adc/adc.c:372
Functionadc_disable_channel_differential_input
* \brief Disable differential input for the specified channel. * * \param p_adc Pointer to an ADC instance. * \param channel ADC channel number. *
Lib/ASF/sam/drivers/adc/adc.c:568
Functionadc_disable_interrupt
* \brief Disable ADC interrupts. * * \param p_adc Pointer to an ADC instance. * \param ul_source Interrupts to be disabled. */
Lib/ASF/sam/drivers/adc/adc.c:663
Functionadc_disable_tag
* \brief Disable TAG option. * * \param p_adc Pointer to an ADC instance. */
Lib/ASF/sam/drivers/adc/adc.c:453
Functionadc_disable_ts
* \brief Turn off temperature sensor. * * \param p_adc Pointer to an ADC instance. */
Lib/ASF/sam/drivers/adc/adc.c:748
Functionadc_enable_all_channel
* \brief Enable all ADC channels. * * \param p_adc Pointer to an ADC instance. */
Lib/ASF/sam/drivers/adc/adc.c:357
Functionadc_enable_channel_differential_input
* \brief Enable differential input for the specified channel. * * \param p_adc Pointer to an ADC instance. * \param channel ADC channel number. */
Lib/ASF/sam/drivers/adc/adc.c:557
Functionadc_get_actual_adc_clock
* \brief Return the actual ADC clock. * * \param p_adc Pointer to an ADC instance. * \param ul_mck Main clock of the device (in Hz). * * \return
Lib/ASF/sam/drivers/adc/adc.c:635
Functionadc_get_channel_status
* \brief Read the ADC channel status. * * \param p_adc Pointer to an ADC instance. * \param adc_ch ADC channel number. * * \retval 1 if channel i
Lib/ASF/sam/drivers/adc/adc.c:400
Functionadc_get_channel_value
* \brief Read the ADC result data of the specified channel. * * \param p_adc Pointer to an ADC instance. * \param adc_ch ADC channel number. * *
Lib/ASF/sam/drivers/adc/adc.c:413
Functionadc_get_comparison_mode
* \brief Get comparison mode. * * \param p_adc Pointer to an ADC instance. * * \retval Compare mode value. */
Lib/ASF/sam/drivers/adc/adc.c:513
Functionadc_get_interrupt_mask
* \brief Read ADC interrupt mask. * * \param p_adc Pointer to an ADC instance. * * \return The interrupt mask value. */
Lib/ASF/sam/drivers/adc/adc.c:713
Functionadc_get_latest_value
* \brief Read the last ADC result data. * * \param p_adc Pointer to an ADC instance. * * \return ADC latest value. */
Lib/ASF/sam/drivers/adc/adc.c:431
Functionadc_get_overrun_status
* \brief Get ADC interrupt and overrun error status. * * \param p_adc Pointer to an ADC instance. * * \return ADC status structure. */
Lib/ASF/sam/drivers/adc/adc.c:688
Functionadc_get_pdc_base
* \brief Get PDC registers base address. * * \param p_adc Pointer to an ADC instance. * * \return ADC PDC register base address. */
Lib/ASF/sam/drivers/adc/adc.c:906
Functionadc_get_tag
* \brief Indicate the last converted channel. * * \note If TAG option is NOT enabled before, an incorrect channel * number is returned. * * \para
Lib/ASF/sam/drivers/adc/adc.c:468
Functionadc_get_writeprotect_status
* \brief Indicate write protect status. * * \param p_adc Pointer to an ADC instance. * * \return 0 if no write protect violation occurred, or 16-b
Lib/ASF/sam/drivers/adc/adc.c:777
Functionadc_reset
* \brief Reset ADC. * * \param p_adc Pointer to an ADC instance. */
Lib/ASF/sam/drivers/adc/adc.c:336
Functionadc_set_averaging_trigger
* \brief Set digital averaging trigger. * * \param p_adc Pointer to an ADC instance. * \param multi The average requests several trigger events if
Lib/ASF/sam/drivers/adc/adc.c:920
Functionadc_set_bias_current
* \brief Adapt performance versus power consumption. * * \note Please refer to ADC Characteristics in the product datasheet * for more details. *
Lib/ASF/sam/drivers/adc/adc.c:728
Functionadc_set_comparison_channel
* \brief Configure comparison selected channel. * * \param p_adc Pointer to an ADC instance. * \param channel ADC channel number. */
Lib/ASF/sam/drivers/adc/adc.c:538
Functionadc_set_comparison_filter
* \brief Set comparison filter. * * \param p_adc Pointer to an ADC instance. * \param filter Number of consecutive compare events necessary to rais
Lib/ASF/sam/drivers/adc/adc.c:936
Functionadc_set_comparison_mode
* \brief Configure comparison mode. * * \param p_adc Pointer to an ADC instance. * \param uc_mode ADC comparison mode. */
Lib/ASF/sam/drivers/adc/adc.c:500
Functionadc_set_comparison_window
* \brief Configure ADC compare window. * * \param p_adc Pointer to an ADC instance. * \param w_low_threshold Low threshold of compare window. * \p
Lib/ASF/sam/drivers/adc/adc.c:525
Functionadc_set_internal_reference_voltage
* \brief Set ADC analog control(internal reference voltage). * * \param p_adc Pointer to an ADC instance. * \param ref Pointer to an ADC internal
Lib/ASF/sam/drivers/adc/adc.c:990
Functionadc_set_resolution
* \brief Configure the conversion resolution. * * \param p_adc Pointer to an ADC instance. * \param resolution ADC resolution. * */
Lib/ASF/sam/drivers/adc/adc.c:134
Functionadc_set_writeprotect
* \brief Enable or disable write protection of ADC registers. * * \param p_adc Pointer to an ADC instance. * \param ul_enable 1 to enable, 0 to dis
Lib/ASF/sam/drivers/adc/adc.c:764
Functionadc_stop_sequencer
* \brief Disable conversion sequencer. * * \param p_adc Pointer to an ADC instance. */
Lib/ASF/sam/drivers/adc/adc.c:489
MethodaddAnimation
Adds a given animation (by index) to the processing loop @param index: Animation index @param pos: Starting frame po
Scan/TestIn/host.py:509
MethodaddScanCode
Adds a Scan Code to the internal KLL buffer Returns 1 if added, 0 if the ScanCode is already in the buffer Returns 2 if ther
Scan/TestIn/host.py:378
FunctionanalogRead
Scan/Deprecated/ADCTest/analog.c:291
FunctionanalogReadAveraging
Scan/Deprecated/ADCTest/analog.c:239
FunctionanalogReadRes
Scan/Deprecated/ADCTest/analog.c:217
FunctionanalogReference
Scan/Deprecated/ADCTest/analog.c:187
FunctionanalogWriteDAC0
Scan/Deprecated/ADCTest/analog.c:388
MethodanimationStackInfo
Returns the current animation stack and size
Scan/TestIn/host.py:548
MethodapplyLayer
Applies a given layer with a layer_state If state is already applied, it will be unset. @param state: Input state used to ap
Scan/TestIn/host.py:437
Functionarm_bilinear_interp_f32
Lib/CMSIS/Include/arm_math.h:7137
Functionarm_bilinear_interp_q15
Lib/CMSIS/Include/arm_math.h:7281
Functionarm_bilinear_interp_q31
Lib/CMSIS/Include/arm_math.h:7205
Functionarm_bilinear_interp_q7
Lib/CMSIS/Include/arm_math.h:7361
Functionarm_circularRead_f32
* @brief floating-point Circular Read function. */
Lib/CMSIS/Include/arm_math.h:6194
Functionarm_circularRead_q15
* @brief Q15 Circular Read function. */
Lib/CMSIS/Include/arm_math.h:6294
Functionarm_circularRead_q7
* @brief Q7 Circular Read function. */
Lib/CMSIS/Include/arm_math.h:6396
Functionarm_circularWrite_f32
Lib/CMSIS/Include/arm_math.h:6149
Functionarm_circularWrite_q15
Lib/CMSIS/Include/arm_math.h:6249
Functionarm_circularWrite_q7
Lib/CMSIS/Include/arm_math.h:6351
Functionarm_clarke_f32
Lib/CMSIS/Include/arm_math.h:5290
Functionarm_clarke_q31
Lib/CMSIS/Include/arm_math.h:5320
Functionarm_inv_clarke_f32
Lib/CMSIS/Include/arm_math.h:5395
Functionarm_inv_clarke_q31
Lib/CMSIS/Include/arm_math.h:5424
Functionarm_inv_park_f32
Lib/CMSIS/Include/arm_math.h:5630
← previousnext →1,601–1,700 of 2,387, ranked by callers