MCPcopy Create free account

hub / github.com/Klipper3d/klipper / functions

Functions7,096 in github.com/Klipper3d/klipper

↓ 1 callersMethodwritePage
lib/bossac/src/EfcFlash.cpp:215
↓ 1 callersMethodwrite_bits
(self, start_time, bit_stream)
klippy/extras/smart_effector.py:32
↓ 1 callersFunctionwrite_exception_vectors
()
scripts/flash-ar100.py:33
↓ 1 callersMethodwrite_file
(self)
scripts/logextract.py:42
↓ 1 callersMethodwrite_file
(self, filename)
klippy/extras/pid_calibrate.py:136
↓ 1 callersFunctionwrite_frequency_response
(datas, output)
scripts/graph_accelerometer.py:177
↓ 1 callersMethodwrite_glyph
(self, x, y, glyph_name)
klippy/extras/display/hd44780.py:114
↓ 1 callersMethodwrite_graphics
(self, x, y, data)
klippy/extras/display/hd44780.py:127
↓ 1 callersMethodwrite_reg
(self, reg, register_bytes)
klippy/extras/ads1220.py:200
↓ 1 callersMethodwrite_sector
(self, sector, data)
scripts/spi_flash/spi_flash.py:795
↓ 1 callersFunctionwrite_specgram
(psd, freq_bins, time, output)
scripts/graph_accelerometer.py:184
↓ 1 callersMethodwrite_text
(self, x, y, data)
klippy/extras/display/uc1701.py:71
↓ 1 callersFunctionwritew
src/generic/io.h:11
↓ 1 callersFunctionxor_block
(r0, r1, block_number, block_size, file_key)
scripts/update_chitu.py:22
↓ 1 callersFunctionxosc_setup
src/rp2040/main.c:100
FunctionADC_AddAvgChannel
******************************************************************************* ** \brief Add average channel(s). ** ** \param [in] ADCx
lib/hc32f460/driver/src/hc32f460_adc.c:791
FunctionADC_AddAwdChannel
******************************************************************************* ** \brief Add AWD channel(s). ** ** \param [in] ADCx
lib/hc32f460/driver/src/hc32f460_adc.c:978
FunctionADC_AwdCmd
******************************************************************************* ** \brief Enable or disable ADC AWD(analog watch dog). ** ** \pa
lib/hc32f460/driver/src/hc32f460_adc.c:915
FunctionADC_AwdITCmd
******************************************************************************* ** \brief Enable or disable ADC AWD(analog watch dog) interrupt. *
lib/hc32f460/driver/src/hc32f460_adc.c:945
FunctionADC_ChannelRemap
******************************************************************************* ** \brief Remap an ADC pin to channel(s). ** ** \param [in] ADCx
lib/hc32f460/driver/src/hc32f460_adc.c:1613
FunctionADC_ClrAwdChFlag
******************************************************************************* ** \brief Clear AWD specified channels status flags. ** ** \para
lib/hc32f460/driver/src/hc32f460_adc.c:1577
FunctionADC_ClrAwdFlag
******************************************************************************* ** \brief Clear all AWD channels status flags ** ** \param [in]
lib/hc32f460/driver/src/hc32f460_adc.c:1549
FunctionADC_ComTriggerCmd
******************************************************************************* ** \brief Enable or disable ADC common trigger. ** ** \param [in
lib/hc32f460/driver/src/hc32f460_adc.c:519
FunctionADC_ConfigAvg
******************************************************************************* ** \brief ADC average conversion configuration. ** ** \param [in
lib/hc32f460/driver/src/hc32f460_adc.c:758
FunctionADC_ConfigAwd
******************************************************************************* ** \brief ADC AWD(analog watch dog) configuration. ** ** \param
lib/hc32f460/driver/src/hc32f460_adc.c:877
FunctionADC_ConfigPga
******************************************************************************* ** \brief ADC programmable gain amplifier(PGA) configuration. **
lib/hc32f460/driver/src/hc32f460_adc.c:1062
FunctionADC_ConfigSync
******************************************************************************* ** \brief ADC sync mode configuration. ** ** \param [in] enMode
lib/hc32f460/driver/src/hc32f460_adc.c:1123
FunctionADC_ConfigTriggerSrc
******************************************************************************* ** \brief Set trigger source. ** ** \param [in] ADCx
lib/hc32f460/driver/src/hc32f460_adc.c:397
FunctionADC_DeInit
******************************************************************************* ** \brief Deinitializes an ADC instance. ** ** \param [in] ADCx
lib/hc32f460/driver/src/hc32f460_adc.c:283
FunctionADC_DelAdcChannel
******************************************************************************* ** \brief Delete ADC channel(s). ** ** \param [in] ADCx
lib/hc32f460/driver/src/hc32f460_adc.c:669
FunctionADC_DelAvgChannel
******************************************************************************* ** \brief Delete average channel(s). ** ** \param [in] ADCx
lib/hc32f460/driver/src/hc32f460_adc.c:838
FunctionADC_DelAwdChannel
******************************************************************************* ** \brief Delete AWD channel(s). ** ** \param [in] ADCx
lib/hc32f460/driver/src/hc32f460_adc.c:1025
FunctionADC_GetAllData
******************************************************************************* ** \brief Reading all data regs of an ADC. ** ** \param [in] ADC
lib/hc32f460/driver/src/hc32f460_adc.c:1397
FunctionADC_GetAwdFlag
******************************************************************************* ** \brief Get all AWD channels status flags. ** ** \param [in] A
lib/hc32f460/driver/src/hc32f460_adc.c:1518
FunctionADC_GetChannelPinNum
******************************************************************************* ** \brief Get the number of the pin corresponding to the specified c
lib/hc32f460/driver/src/hc32f460_adc.c:1689
FunctionADC_IRQHandler
ADC hardware irq handler
src/lpc176x/adc.c:39
FunctionADC_Init
* Function implementation - global ('extern') ******************************************************************************/ **********************
lib/hc32f460/driver/src/hc32f460_adc.c:240
FunctionADC_PgaCmd
******************************************************************************* ** \brief Enable or disable PGA. ** ** \param [in] enState
lib/hc32f460/driver/src/hc32f460_adc.c:1080
FunctionADC_PgaSelChannel
******************************************************************************* ** \brief Select PGA channel. ** ** \param[in] u16Channel
lib/hc32f460/driver/src/hc32f460_adc.c:1107
FunctionADC_PollingSa
******************************************************************************* ** \brief ADC start sequence A, check it's EOC status and get the da
lib/hc32f460/driver/src/hc32f460_adc.c:1304
FunctionADC_SeqITCmd
******************************************************************************* ** \brief ADC interrupt configuration. ** ** \param [in] ADCx
lib/hc32f460/driver/src/hc32f460_adc.c:713
FunctionADC_SetScanMode
******************************************************************************* ** \brief Set scan mode. ** ** \param [in] ADCx
lib/hc32f460/driver/src/hc32f460_adc.c:361
FunctionADC_SyncCmd
******************************************************************************* ** \brief Enable or disable sync mode. ** ** \param [in] enState
lib/hc32f460/driver/src/hc32f460_adc.c:1143
FunctionADC_TriggerSrcCmd
******************************************************************************* ** \brief Set trigger source. ** ** \param [in] ADCx
lib/hc32f460/driver/src/hc32f460_adc.c:476
FunctionAES_Decrypt
******************************************************************************* ** \brief AES128 decryption(ECB mode). ** ** \param [in] pu8Ci
lib/hc32f460/driver/src/hc32f460_aes.c:165
FunctionAES_Encrypt
* Function implementation - global ('extern') and local ('static') ******************************************************************************/ *
lib/hc32f460/driver/src/hc32f460_aes.c:82
FunctionAOS_COM_Trigger1
******************************************************************************* ** \brief AOS common trigger source 1 config. ** ***************
lib/hc32f460/driver/inc/hc32f460_interrupts.h:241
FunctionAOS_COM_Trigger2
******************************************************************************* ** \brief AOS common trigger source 2 config. ** ***************
lib/hc32f460/driver/inc/hc32f460_interrupts.h:251
FunctionAOS_SW_Trigger
******************************************************************************* ** \brief AOS software trigger function ** *********************
lib/hc32f460/driver/inc/hc32f460_interrupts.h:231
FunctionARM_MPU_ClrRegion
Clear and disable the given MPU region. * \param rnr Region number to be cleared. */
lib/cmsis-core/mpu_armv7.h:218
FunctionARM_MPU_ClrRegion
Clear and disable the given MPU region. * \param rnr Region number to be cleared. */
lib/cmsis-core/mpu_armv8.h:234
FunctionARM_MPU_ClrRegion_NS
Clear and disable the given Non-secure MPU region. * \param rnr Region number to be cleared. */
lib/cmsis-core/mpu_armv8.h:243
FunctionARM_MPU_Disable
Disable the MPU. */
lib/cmsis-core/mpu_armv7.h:204
FunctionARM_MPU_Disable
Disable the MPU. */
lib/cmsis-core/mpu_armv8.h:143
FunctionARM_MPU_Disable_NS
Disable the Non-secure MPU. */
lib/cmsis-core/mpu_armv8.h:171
FunctionARM_MPU_Enable
Enable the MPU. * \param MPU_Control Default access permissions for unconfigured regions. */
lib/cmsis-core/mpu_armv7.h:191
FunctionARM_MPU_Enable
Enable the MPU. * \param MPU_Control Default access permissions for unconfigured regions. */
lib/cmsis-core/mpu_armv8.h:130
FunctionARM_MPU_Enable_NS
Enable the Non-secure MPU. * \param MPU_Control Default access permissions for unconfigured regions. */
lib/cmsis-core/mpu_armv8.h:158
FunctionARM_MPU_Load
Load the given number of MPU regions from a table. * \param table Pointer to the MPU configuration table. * \param cnt Amount of regions to be configu
lib/cmsis-core/mpu_armv7.h:264
FunctionARM_MPU_Load
Load the given number of MPU regions from a table. * \param rnr First region number to be configured. * \param table Pointer to the MPU configuration
lib/cmsis-core/mpu_armv8.h:334
FunctionARM_MPU_Load_NS
Load the given number of MPU regions from a table to the Non-secure MPU. * \param rnr First region number to be configured. * \param table Pointer to
lib/cmsis-core/mpu_armv8.h:345
FunctionARM_MPU_SetMemAttr
Set the memory attribute encoding. * \param idx The attribute index to be set [0-7] * \param attr The attribute value to be set. */
lib/cmsis-core/mpu_armv8.h:205
FunctionARM_MPU_SetMemAttr_NS
Set the memory attribute encoding to the Non-secure MPU. * \param idx The attribute index to be set [0-7] * \param attr The attribute value to be set.
lib/cmsis-core/mpu_armv8.h:215
FunctionARM_MPU_SetRegion
Configure an MPU region. * \param rbar Value for RBAR register. * \param rsar Value for RSAR register. */
lib/cmsis-core/mpu_armv7.h:228
FunctionARM_MPU_SetRegion
Configure the given MPU region. * \param rnr Region number to be configured. * \param rbar Value for RBAR register. * \param rlar Value for RLAR regis
lib/cmsis-core/mpu_armv8.h:267
FunctionARM_MPU_SetRegionEx
Configure the given MPU region. * \param rnr Region number to be configured. * \param rbar Value for RBAR register. * \param rsar Value for RSAR regis
lib/cmsis-core/mpu_armv7.h:239
FunctionARM_MPU_SetRegion_NS
Configure the given Non-secure MPU region. * \param rnr Region number to be configured. * \param rbar Value for RBAR register. * \param rlar Value for
lib/cmsis-core/mpu_armv8.h:278
MethodApplet
lib/bossac/src/Applet.cpp:31
MethodBootFlashError
lib/bossac/src/Flash.h:78
MethodBossaConfig
lib/bossac/src/bossac.cpp:81
MethodBossaObserver
lib/bossac/src/bossac.cpp:111
FunctionBusFault_Handler
******************************************************************************* ** \brief Bus Fault IRQ handler ** *****************************
lib/hc32f460/driver/src/hc32f460_interrupts.c:334
FunctionCAN_ArbitrationLostCap
******************************************************************************* ** \brief Get the can Arbitration lost captrue ** ** \param No
lib/hc32f460/driver/src/hc32f460_can.c:547
FunctionCAN_DeInit
******************************************************************************* ** \brief De-Init (RESET CAN register) ** ** \param None **
lib/hc32f460/driver/src/hc32f460_can.c:184
FunctionCAN_ErrorStatusGet
******************************************************************************* ** \brief Get the can Error Status ** ** \param None ** **
lib/hc32f460/driver/src/hc32f460_can.c:386
FunctionCAN_IRQHandler
This function handles CAN global interrupts
src/stm32/can.c:197
FunctionCAN_IRQHandler
This function handles CAN global interrupts
src/stm32/fdcan.c:225
FunctionCAN_IRQHandler
This function handles CAN global interrupts
src/atsamd/fdcan.c:200
FunctionCAN_IRQHandler
This function handles CAN global interrupts
src/atsam/fdcan.c:184
FunctionCAN_Init
* Function implementation - global ('extern') and local ('static') ******************************************************************************/ *
lib/hc32f460/driver/src/hc32f460_can.c:143
FunctionCAN_IrqCmd
******************************************************************************* ** \brief Configures the can Interrupt enable ** ** \param [in
lib/hc32f460/driver/src/hc32f460_can.c:435
FunctionCAN_IrqFlgClr
******************************************************************************* ** \brief Clear the can Interrupt Flag ** ** \param [in] enCan
lib/hc32f460/driver/src/hc32f460_can.c:491
FunctionCAN_IrqFlgGet
******************************************************************************* ** \brief Get the can Interrupt Flag ** ** \param [in] enCanIr
lib/hc32f460/driver/src/hc32f460_can.c:464
FunctionCAN_ModeConfig
******************************************************************************* ** \brief Configures the can Mode ** ** \param [in] enMode
lib/hc32f460/driver/src/hc32f460_can.c:202
FunctionCAN_Receive
******************************************************************************* ** \brief Configures the can Rx frame ** ** \param [in] pstcRx
lib/hc32f460/driver/src/hc32f460_can.c:357
FunctionCAN_RxErrorCntGet
******************************************************************************* ** \brief Get the can Rx Error Counter ** ** \param None **
lib/hc32f460/driver/src/hc32f460_can.c:515
FunctionCAN_SetFrame
******************************************************************************* ** \brief Configures the can Tx frame set ** ** \param [in] ps
lib/hc32f460/driver/src/hc32f460_can.c:306
FunctionCAN_StatusGet
******************************************************************************* ** \brief Get the can Status ** ** \param enCanStatus
lib/hc32f460/driver/src/hc32f460_can.c:409
FunctionCAN_TransmitCmd
******************************************************************************* ** \brief Configures the can Tx Command ** ** \param [in] enTx
lib/hc32f460/driver/src/hc32f460_can.c:337
FunctionCAN_TxErrorCntGet
******************************************************************************* ** \brief Get the can Tx Error Counter ** ** \param None **
lib/hc32f460/driver/src/hc32f460_can.c:531
FunctionCLK_ClearFcmFlag
******************************************************************************* ** \brief Clear the specified fcm flag status. ** ** \param [i
lib/hc32f460/driver/src/hc32f460_clk.c:1788
FunctionCLK_ClearXtalStdFlag
******************************************************************************* ** \brief Clear the XTAL error flag. ** ** \param None **
lib/hc32f460/driver/src/hc32f460_clk.c:1819
FunctionCLK_FcmCmd
******************************************************************************* ** \brief Enable or disable the clock frequency measurement. **
lib/hc32f460/driver/src/hc32f460_clk.c:1713
FunctionCLK_FcmConfig
******************************************************************************* ** \brief Configures the clock frequency measurement. ** ** \pa
lib/hc32f460/driver/src/hc32f460_clk.c:1634
FunctionCLK_GetClockFreq
******************************************************************************* ** \brief Get clock frequency. ** ** \param [in] pstcClkFreq
lib/hc32f460/driver/src/hc32f460_clk.c:1155
FunctionCLK_GetFcmCounter
******************************************************************************* ** \brief Get fcm counter value. ** ** \param None ** ** \
lib/hc32f460/driver/src/hc32f460_clk.c:1731
FunctionCLK_GetFcmFlag
******************************************************************************* ** \brief Get the specified fcm flag status. ** ** \param [in]
lib/hc32f460/driver/src/hc32f460_clk.c:1750
FunctionCLK_GetI2sClkSource
******************************************************************************* ** \brief Get I2S clock source. ** ** \param [in] pstcI2sReg
lib/hc32f460/driver/src/hc32f460_clk.c:1422
FunctionCLK_GetPllClockFreq
******************************************************************************* ** \brief Get PLL clock frequency. ** ** \param [in] pstcPllCl
lib/hc32f460/driver/src/hc32f460_clk.c:1245
FunctionCLK_GetSysClkSource
******************************************************************************* ** \brief Get system clock source. ** ** \param None ** **
lib/hc32f460/driver/src/hc32f460_clk.c:1051
← previousnext →3,101–3,200 of 7,096, ranked by callers