Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Klipper3d/klipper
/ functions
Functions
7,096 in github.com/Klipper3d/klipper
⨍
Functions
7,096
◇
Types & classes
1,922
Function
SPI_SendData32
******************************************************************************* ** \brief SPI send 32bit data or 20/24 bit data ** ** \param [in
lib/hc32f460/driver/src/hc32f460_spi.c:576
Function
SPI_SendData8
******************************************************************************* ** \brief SPI send 8bit data or 4/5/6/7 bit data ** ** \param [i
lib/hc32f460/driver/src/hc32f460_spi.c:514
Function
SPI_SetClockDiv
******************************************************************************* ** \brief SPI set clock division ** ** \param [in] SPIx
lib/hc32f460/driver/src/hc32f460_spi.c:930
Function
SPI_SetDataLength
******************************************************************************* ** \brief SPI set data length ** ** \param [in] SPIx
lib/hc32f460/driver/src/hc32f460_spi.c:854
Function
SPI_SetFirstBitPosition
******************************************************************************* ** \brief SPI set first bit position ** ** \param [in] SPIx
lib/hc32f460/driver/src/hc32f460_spi.c:889
Function
SPI_SetFrameNumber
******************************************************************************* ** \brief SPI set frame number ** ** \param [in] SPIx
lib/hc32f460/driver/src/hc32f460_spi.c:805
Function
SPI_SetReadDataRegObject
******************************************************************************* ** \brief SPI set read data register object ** ** \param [in] SP
lib/hc32f460/driver/src/hc32f460_spi.c:768
Function
SPI_SetSsPolarity
******************************************************************************* ** \brief SPI set SS channel valid level polarity ** ** \param [
lib/hc32f460/driver/src/hc32f460_spi.c:678
Function
SPI_SetSsValidChannel
******************************************************************************* ** \brief SPI set SS valid channel ** ** \param [in] SPIx
lib/hc32f460/driver/src/hc32f460_spi.c:733
Function
SRAM_ClrStatus
******************************************************************************* ** \brief Clear SRAM ECC/Parity error status flag ** ** \param
lib/hc32f460/driver/src/hc32f460_sram.c:185
Function
SRAM_DeInit
******************************************************************************* ** \brief SRAM de-initialization ** ** \param None ** ** \r
lib/hc32f460/driver/src/hc32f460_sram.c:260
Function
SRAM_GetStatus
******************************************************************************* ** \brief Get SRAM ECC/Parity error status flag ** ** \param [i
lib/hc32f460/driver/src/hc32f460_sram.c:161
Function
SRAM_Init
******************************************************************************* ** \brief SRAM initialization ** ** \param [in] pstcSramConfig
lib/hc32f460/driver/src/hc32f460_sram.c:202
Function
SVC_Handler
******************************************************************************* ** \brief SVCall IRQ handler ** ********************************
lib/hc32f460/driver/src/hc32f460_interrupts.c:354
Function
SWDT_ClearFlag
******************************************************************************* ** \brief Clear SWDT flag status ** ** \param [in] enFlag
lib/hc32f460/driver/src/hc32f460_swdt.c:140
Function
SWDT_GetCountValue
******************************************************************************* ** \brief Get SWDT counter current count value ** ** \param [in]
lib/hc32f460/driver/src/hc32f460_swdt.c:90
Function
SWDT_GetFlag
******************************************************************************* ** \brief Get SWDT flag status ** ** \param [in] enFlag
lib/hc32f460/driver/src/hc32f460_swdt.c:107
Function
SWDT_RefreshCounter
* Function implementation - global ('extern') and local ('static') ******************************************************************************/ *
lib/hc32f460/driver/src/hc32f460_swdt.c:71
Function
SWI_Disable
******************************************************************************* ** \brief De-Init Softeware Interrupt (SWI) ** * \param [in] u
lib/hc32f460/driver/src/hc32f460_exint_nmi_swi.c:321
Function
SWI_Enable
******************************************************************************* ** \brief Enable Softeware Interrupt (SWI) ** * \param [in] u3
lib/hc32f460/driver/src/hc32f460_exint_nmi_swi.c:305
Method
Samba
lib/bossac/src/Samba.cpp:57
Method
SambaError
lib/bossac/src/Samba.h:43
Method
SerialPort
lib/bossac/src/SerialPort.h:39
Method
SetInState
(self, pin)
scripts/avrsim.py:23
Function
SysTick_Config
\brief System Tick Configuration \details Initializes the System Timer and its interrupt, and starts the System Tick Timer. Counter is
lib/cmsis-core/core_cm0.h:923
Function
SysTick_Config
\brief System Tick Configuration \details Initializes the System Timer and its interrupt, and starts the System Tick Timer. Counter is
lib/cmsis-core/core_cm0plus.h:1058
Function
SysTick_Config
\brief System Tick Configuration \details Initializes the System Timer and its interrupt, and starts the System Tick Timer. Counter is
lib/cmsis-core/core_cm7.h:2255
Function
SysTick_Config
\brief System Tick Configuration \details Initializes the System Timer and its interrupt, and starts the System Tick Timer. Counter is
lib/cmsis-core/core_cm33.h:3127
Function
SysTick_Config
\brief System Tick Configuration \details Initializes the System Timer and its interrupt, and starts the System Tick Timer. Counter is
lib/cmsis-core/core_cm4.h:2022
Function
SysTick_Delay
******************************************************************************* ** \brief This function provides minimum delay (in milliseconds).
lib/hc32f460/driver/src/hc32f460_utility.c:416
Function
SysTick_Handler
******************************************************************************* ** \brief Systick IRQ handler ** *******************************
lib/hc32f460/driver/src/hc32f460_interrupts.c:384
Function
SysTick_IncTick
******************************************************************************* ** \brief This function is called to increment a global variable "u3
lib/hc32f460/driver/src/hc32f460_utility.c:446
Function
SysTick_Init
******************************************************************************* ** \brief This function Initializes the interrupt frequency of the S
lib/hc32f460/driver/src/hc32f460_utility.c:390
Function
SysTick_Resume
******************************************************************************* ** \brief Resume SysTick increment. ** ** \param None ** **
lib/hc32f460/driver/src/hc32f460_utility.c:489
Function
SysTick_Suspend
******************************************************************************* ** \brief Suspend SysTick increment. ** ** \param None ** **
lib/hc32f460/driver/src/hc32f460_utility.c:474
Function
SystemCoreClockUpdate
* @brief Update SystemCoreClock variable according to Clock Register Values. * The SystemCoreClock variable contains the core clock (HCLK),
lib/stm32l4/system_stm32l4xx.c:271
Function
SystemCoreClockUpdate
lib/sam3x/gcc/system_sam3xa.c:98
Function
SystemCoreClockUpdate
* @brief Update SystemCoreClock variable according to Clock Register Values. * The SystemCoreClock variable contains the core clock (HCLK),
lib/stm32f1/system_stm32f1xx.c:247
Function
SystemCoreClockUpdate
* Update SystemCoreClock variable * * @param none * @return none * * @brief Updates the SystemCoreClock with current core Clock * retr
lib/lpc176x/device/system_LPC17xx.c:463
Function
SystemCoreClockUpdate
* @brief Update SystemCoreClock variable according to Clock Register Values. * The SystemCoreClock variable contains the core clock (HCLK),
lib/stm32f7/system_stm32f7xx.c:219
Function
SystemCoreClockUpdate
lib/sam4e/gcc/system_sam4e.c:106
Function
SystemCoreClockUpdate
* @brief Update SystemCoreClock variable according to Clock Register Values. * The SystemCoreClock variable contains the core clock , it ca
lib/stm32h7/system_stm32h7xx.c:311
Function
SystemCoreClockUpdate
* @brief Update SystemCoreClock variable according to Clock Register Values. * The SystemCoreClock variable contains the core clock (HCLK),
lib/stm32f4/system_stm32f4xx.c:239
Function
SystemCoreClockUpdate
* \brief Get Core Clock Frequency. */
lib/sam4s/gcc/system_sam4s.c:75
Function
SystemCoreClockUpdate
* @brief Update SystemCoreClock variable according to Clock Register Values. * The SystemCoreClock variable contains the core clock (HCLK),
lib/stm32f2/system_stm32f2xx.c:207
Function
SystemCoreClockUpdate
* Update SystemCoreClock variable * * \brief Updates the SystemCoreClock with current core Clock * retrieved from cpu registers. */
lib/same70b/gcc/system_same70j20b.c:67
Function
SystemCoreClockUpdate
* Update SystemCoreClock variable * * \brief Updates the SystemCoreClock with current core Clock * retrieved from cpu registers. */
lib/same70b/gcc/system_same70q20b.c:67
Function
SystemCoreClockUpdate
* Update SystemCoreClock variable * * \brief Updates the SystemCoreClock with current core Clock * retrieved from cpu registers. */
lib/same70b/gcc/system_same70j19b.c:67
Function
SystemCoreClockUpdate
* Update SystemCoreClock variable * * \brief Updates the SystemCoreClock with current core Clock * retrieved from cpu registers. */
lib/same70b/gcc/system_same70n20b.c:67
Function
SystemCoreClockUpdate
* Update SystemCoreClock variable * * \brief Updates the SystemCoreClock with current core Clock * retrieved from cpu registers. */
lib/same70b/gcc/system_same70n19b.c:67
Function
SystemCoreClockUpdate
* Update SystemCoreClock variable * * \brief Updates the SystemCoreClock with current core Clock * retrieved from cpu registers. */
lib/same70b/gcc/system_same70j21b.c:67
Function
SystemCoreClockUpdate
* Update SystemCoreClock variable * * \brief Updates the SystemCoreClock with current core Clock * retrieved from cpu registers. */
lib/same70b/gcc/system_same70n21b.c:67
Function
SystemCoreClockUpdate
* Update SystemCoreClock variable * * \brief Updates the SystemCoreClock with current core Clock * retrieved from cpu registers. */
lib/same70b/gcc/system_same70q21b.c:67
Function
SystemCoreClockUpdate
* Update SystemCoreClock variable * * \brief Updates the SystemCoreClock with current core Clock * retrieved from cpu registers. */
lib/same70b/gcc/system_same70q19b.c:67
Function
SystemCoreClockUpdate
* @brief Update SystemCoreClock variable according to Clock Register Values. * The SystemCoreClock variable contains the core clock (HCLK),
lib/stm32f0/system_stm32f0xx.c:260
Function
SystemCoreClockUpdate
* @brief Update SystemCoreClock variable according to Clock Register Values. * The SystemCoreClock variable contains the core clock (HCLK),
lib/stm32g4/system_stm32g4xx.c:229
Function
SystemInit
lib/stm32l4/system_stm32l4xx.c:198
Function
SystemInit
****************************************************************************** ** \brief Setup the microcontroller system. Initialize the System an
lib/hc32f460/mcu/common/system_hc32f460.c:50
Function
SystemInit
* \brief Setup the microcontroller system. * Initialize the System and update the SystemFrequency variable. */
lib/sam3x/gcc/system_sam3xa.c:51
Function
SystemInit
* @brief Setup the microcontroller system * Initialize the Embedded Flash Interface, the PLL and update the * SystemCoreClock va
lib/stm32f1/system_stm32f1xx.c:157
Function
SystemInit
* Initialize the system * * @param none * @return none * * @brief Setup the microcontroller system. * Initialize the System. */
lib/lpc176x/device/system_LPC17xx.c:514
Function
SystemInit
* @brief Setup the microcontroller system * Initialize the Embedded Flash Interface, the PLL and update the * SystemFrequency va
lib/stm32f7/system_stm32f7xx.c:150
Function
SystemInit
* \brief Setup the microcontroller system. * Initialize the System and update the SystemFrequency variable. */
lib/sam4e/gcc/system_sam4e.c:56
Function
SystemInit
* @brief Setup the microcontroller system * Initialize the FPU setting and vector table location * configuration. * @param No
lib/stm32h7/system_stm32h7xx.c:140
Function
SystemInit
* @brief Setup the microcontroller system * Initialize the FPU setting, vector table location and External memory * configuratio
lib/stm32f4/system_stm32f4xx.c:166
Function
SystemInit
* \brief Setup the microcontroller system. * * Initialize the System and update the SystemFrequency variable. */
lib/sam4s/gcc/system_sam4s.c:55
Function
SystemInit
* @brief Setup the microcontroller system * Initialize the Embedded Flash Interface, the PLL and update the * SystemFrequency va
lib/stm32f2/system_stm32f2xx.c:138
Function
SystemInit
* Initialize the system * * \brief Setup the microcontroller system. * Initialize the System and update the SystemCoreClock variable. */
lib/same70b/gcc/system_same70j20b.c:54
Function
SystemInit
* Initialize the system * * \brief Setup the microcontroller system. * Initialize the System and update the SystemCoreClock variable. */
lib/same70b/gcc/system_same70q20b.c:54
Function
SystemInit
* Initialize the system * * \brief Setup the microcontroller system. * Initialize the System and update the SystemCoreClock variable. */
lib/same70b/gcc/system_same70j19b.c:54
Function
SystemInit
* Initialize the system * * \brief Setup the microcontroller system. * Initialize the System and update the SystemCoreClock variable. */
lib/same70b/gcc/system_same70n20b.c:54
Function
SystemInit
* Initialize the system * * \brief Setup the microcontroller system. * Initialize the System and update the SystemCoreClock variable. */
lib/same70b/gcc/system_same70n19b.c:54
Function
SystemInit
* Initialize the system * * \brief Setup the microcontroller system. * Initialize the System and update the SystemCoreClock variable. */
lib/same70b/gcc/system_same70j21b.c:54
Function
SystemInit
* Initialize the system * * \brief Setup the microcontroller system. * Initialize the System and update the SystemCoreClock variable. */
lib/same70b/gcc/system_same70n21b.c:54
Function
SystemInit
* Initialize the system * * \brief Setup the microcontroller system. * Initialize the System and update the SystemCoreClock variable. */
lib/same70b/gcc/system_same70q21b.c:54
Function
SystemInit
* Initialize the system * * \brief Setup the microcontroller system. * Initialize the System and update the SystemCoreClock variable. */
lib/same70b/gcc/system_same70q19b.c:54
Function
SystemInit
* @brief Setup the microcontroller system. * Initialize the default HSI clock source, vector table location and the PLL configuration is re
lib/stm32f0/system_stm32f0xx.c:163
Function
SystemInit
lib/stm32g4/system_stm32g4xx.c:180
Function
SystemInit
src/atsamd/samc21_clock.c:126
Function
SystemInit
src/atsamd/samd51_clock.c:190
Function
SystemInit
src/atsam/sam4s_sysinit.c:19
Function
SystemInit
src/atsam/same70_sysinit.c:22
Function
TIMER0_BaseInit
******************************************************************************* ** \brief Timer0 peripheral base function initialize ** ** \par
lib/hc32f460/driver/src/hc32f460_timer0.c:645
Function
TIMER0_ClearFlag
******************************************************************************* ** \brief Clear Timer0 status flag ** ** \param [in] pstcTim0Reg
lib/hc32f460/driver/src/hc32f460_timer0.c:268
Function
TIMER0_Cmd
******************************************************************************* ** \brief Command the timer0 function ** ** \param [in] pstcTim0
lib/hc32f460/driver/src/hc32f460_timer0.c:318
Function
TIMER0_ComTriggerCmd
******************************************************************************* ** \brief Enable or disable Timer0 common trigger. ** ** \param
lib/hc32f460/driver/src/hc32f460_timer0.c:863
Function
TIMER0_DeInit
******************************************************************************* ** \brief Timer0 peripheral base function initalize ** ** \para
lib/hc32f460/driver/src/hc32f460_timer0.c:788
Function
TIMER0_GetCmpReg
******************************************************************************* ** \brief Get Timer0 base compare count register ** ** \param [i
lib/hc32f460/driver/src/hc32f460_timer0.c:562
Function
TIMER0_GetCntReg
******************************************************************************* ** \brief Get Timer0 counter register ** ** \param [in] pstcTim0
lib/hc32f460/driver/src/hc32f460_timer0.c:482
Function
TIMER0_GetFlag
******************************************************************************* ** \brief Get Timer0 status flag ** ** \param [in] pstcTim0Reg
lib/hc32f460/driver/src/hc32f460_timer0.c:236
Function
TIMER0_HardTriggerInit
******************************************************************************* ** \brief Timer0 hardware trigger function initalize ** ** \par
lib/hc32f460/driver/src/hc32f460_timer0.c:894
Function
TIMER0_IntCmd
******************************************************************************* ** \brief Timer0 interrupt function command ** ** \param [in] ps
lib/hc32f460/driver/src/hc32f460_timer0.c:429
Function
TIMER0_SetFunc
******************************************************************************* ** \brief Select the timer0 function mode ** ** \param [in] pstc
lib/hc32f460/driver/src/hc32f460_timer0.c:373
Function
TIMER0_SetTriggerSrc
******************************************************************************* ** \brief Set external trigger source for Timer0 ** ** \param [
lib/hc32f460/driver/src/hc32f460_timer0.c:846
Function
TIMER0_WriteCmpReg
******************************************************************************* ** \brief Wirte Timer0 base compare count register ** ** \param
lib/hc32f460/driver/src/hc32f460_timer0.c:593
Function
TIMER0_WriteCntReg
******************************************************************************* ** \brief Write Timer0 counter register ** ** \param [in] pstcTi
lib/hc32f460/driver/src/hc32f460_timer0.c:514
Function
TIMER4_CNT_ClearCountVal
******************************************************************************* ** \brief Clear Timer4 CNT register CNTR ** ** \param [in] TMR4
lib/hc32f460/driver/src/hc32f460_timer4_cnt.c:653
Function
TIMER4_CNT_ClearIrqFlag
******************************************************************************* ** \brief Clear Timer4 CNT interrupt flag ** ** \param [in] TMR
lib/hc32f460/driver/src/hc32f460_timer4_cnt.c:562
Function
TIMER4_CNT_DeInit
******************************************************************************* ** \brief De-initialize Timer4 CNT ** ** \param [in] TMR4x
lib/hc32f460/driver/src/hc32f460_timer4_cnt.c:199
Function
TIMER4_CNT_GetClock
******************************************************************************* ** \brief Get Timer4 CNT clock source ** ** \param [in] TMR4x
lib/hc32f460/driver/src/hc32f460_timer4_cnt.c:264
← previous
next →
3,801–3,900 of 7,096, ranked by callers