MCPcopy Create free account

hub / github.com/Klipper3d/klipper / functions

Functions7,096 in github.com/Klipper3d/klipper

↓ 5 callersFunctionchk_chr
Check if chr is contained in the string */
lib/fatfs/ff.c:723
↓ 5 callersFunctionconfig_dpll
Configure a dpll to a given clock multiplier
src/atsamd/samd51_clock.c:59
↓ 5 callersFunctioncrc_byte
Update a crc with 8 bits of data
lib/can2040/can2040.c:469
↓ 5 callersFunctiondir_register
lib/fatfs/ff.c:2523
↓ 5 callersFunctiondpram_memcpy
Memcpy using 8-bit read/write (system memcpy may make unaligned accesses)
src/rp2040/usbserial.c:73
↓ 5 callersMethodend_probe_session
(self)
klippy/extras/probe.py:284
↓ 5 callersFunctionfifo_read_packet
Read a packet from the rx queue
src/stm32/usbotg.c:123
↓ 5 callersFunctionget_abs_files
(srcdir, filelist)
klippy/chelper/__init__.py:230
↓ 5 callersMethodget_client_connection
(self)
klippy/webhooks.py:56
↓ 5 callersMethodget_name
(self)
klippy/mcu.py:874
↓ 5 callersMethodget_pin_resolver
(self, chip_name)
klippy/pins.py:122
↓ 5 callersMethodget_query_slot
(self, oid)
klippy/mcu.py:863
↓ 5 callersMethodget_register
(self, reg_name)
klippy/extras/tmc2130.py:261
↓ 5 callersMethodget_temperature
(self)
klippy/extras/temperature_probe.py:716
↓ 5 callersMethodget_version_info
(self)
klippy/msgproto.py:417
↓ 5 callersFunctionhelp
lib/bossac/src/bossac.cpp:263
↓ 5 callersFunctioni2c_send_byte
src/lpc176x/i2c.c:95
↓ 5 callersFunctioni2c_send_byte
src/avr/i2c.c:76
↓ 5 callersFunctioninit_alloc_info
lib/fatfs/ff.c:2239
↓ 5 callersFunctionirq_enable
src/generic/armcm_irq.c:17
↓ 5 callersFunctionirq_restore
src/generic/armcm_irq.c:32
↓ 5 callersMethodis_calibrated
(self)
klippy/extras/load_cell.py:488
↓ 5 callersFunctionmessage_free
Free the storage from a previous message_alloc() call
klippy/chelper/msgblock.c:167
↓ 5 callersMethodminimum_points
(self,n)
klippy/extras/probe.py:400
↓ 5 callersMethodmove
(self, coord, speed)
klippy/extras/bed_screws.py:44
↓ 5 callersFunctionmove_queue_pop
Remove first item from queue (caller must ensure queue not empty)
src/basecmd.c:125
↓ 5 callersFunctionmove_queue_push
Add move to queue
src/basecmd.c:111
↓ 5 callersFunctionmove_queue_setup
Initialize a move_queue with nodes of the give size
src/basecmd.c:141
↓ 5 callersFunctionneopixel_delay
src/neopixel.c:68
↓ 5 callersFunctionneopixel_get_time
src/neopixel.c:52
↓ 5 callersMethodpageSize
lib/bossac/src/Flash.h:123
↓ 5 callersFunctionput_utf
Output a TCHAR string in defined API encoding */
lib/fatfs/ff.c:848
↓ 5 callersMethodraw_send
(self, cmd, minclock, reqclock, cmd_queue)
klippy/serialhdl.py:242
↓ 5 callersMethodread
(self, length=None)
scripts/spi_flash/spi_flash.py:431
↓ 5 callersFunctionrealize_endpoint
src/lpc176x/usbserial.c:223
↓ 5 callersMethodregister_async_callback
(self, callback, waketime=NOW)
klippy/reactor.py:172
↓ 5 callersMethodregister_button
(self, config, name, callback, push_only=True)
klippy/extras/display/menu_keys.py:45
↓ 5 callersMethodregister_buttons
(self, pins, callback)
klippy/extras/buttons.py:304
↓ 5 callersMethodregister_sensor
(self, config, psensor, gcode_id=None)
klippy/extras/heaters.py:298
↓ 5 callersMethodrelpath
(self, fname, rel='test')
scripts/test_klippy.py:27
↓ 5 callersMethodrequest_exit
(self, result)
klippy/klippy.py:224
↓ 5 callersMethodreserve_pin
(self, pin, reserve_name)
klippy/pins.py:24
↓ 5 callersMethodreset
(self)
scripts/spi_flash/spi_flash.py:1232
↓ 5 callersFunctionreturn_data
Helper function, so that this isn't duplicated in hid_read(). */
lib/hidflash/hid-mac.c:796
↓ 5 callersFunctionreturn_data
Helper function, to simplify hid_read(). This should be called with dev->mutex locked. */
lib/hidflash/hid-libusb.c:1055
↓ 5 callersMethodrun_reactor_task
(self, run_cb)
scripts/spi_flash/spi_flash.py:1562
↓ 5 callersMethodsaturation_range
(self)
klippy/extras/load_cell.py:441
↓ 5 callersFunctionsched_is_shutdown
Return true if the machine is in an emergency stop state
src/sched.c:277
↓ 5 callersFunctionsched_wake_tasks
Note that at least one task is ready to run
src/sched.c:202
↓ 5 callersMethodselect_at
(self, index)
klippy/extras/display/menu.py:357
↓ 5 callersFunctionsercom_lookup_pad
src/atsamd/sercom.c:276
↓ 5 callersMethodset_speed
(self, value, print_time=None)
klippy/extras/fan.py:69
↓ 5 callersMethodsetup_callback
(self, cb)
klippy/extras/lm75.py:48
↓ 5 callersMethodsetup_minmax
(self, min_temp, max_temp)
klippy/extras/lm75.py:44
↓ 5 callersMethodsetup_sensor
(self, config)
klippy/extras/heaters.py:290
↓ 5 callersMethodspi_transfer
(self, data)
scripts/spi_flash/spi_flash.py:152
↓ 5 callersFunctionstandard_sc_expr_str
Standard symbol/choice printing function. Uses plain Kconfig syntax, and displays choices as <choice> (or <choice NAME>, for named choices).
lib/kconfiglib/kconfiglib.py:6050
↓ 5 callersMethodstart
(self)
klippy/extras/angle.py:276
↓ 5 callersFunctionstepcompress_flush
Flush pending steps
klippy/chelper/stepcompress.c:542
↓ 5 callersFunctionstepper_oid_lookup
Return the 'struct stepper' for a given stepper oid
src/stepper.c:226
↓ 5 callersMethodstop
(self)
klippy/mcu.py:215
↓ 5 callersFunctionsync_window
lib/fatfs/ff.c:1072
↓ 5 callersFunctiontchar2uni
Get a Unicode code point from the TCHAR string in defined API encodeing */
lib/fatfs/ff.c:775
↓ 5 callersFunctiontime_to_index
(t)
scripts/graph_extruder.py:57
↓ 5 callersFunctiontimer_from_us
Return the number of clock ticks for a given number of microseconds
src/linux/timer.c:93
↓ 5 callersFunctiontimer_get
src/avr/timer.c:53
↓ 5 callersFunctiontimer_is_before
Return true if time1 is before time2. Always use this function to compare times as regular C comparisons can fail if the counter rolls over.
src/linux/timer.c:102
↓ 5 callersFunctiontimer_read_time
Return the current time (in clock ticks)
src/linux/timer.c:109
↓ 5 callersFunctiontimer_read_time
Return the current time (in absolute clock ticks).
src/atsamd/timer.c:39
↓ 5 callersFunctiontranslate_serial_to_tty
(device)
scripts/flash_usb.py:28
↓ 5 callersFunctiontrsync_do_trigger
Activate a trigger
src/trsync.c:27
↓ 5 callersFunctionusb_fill_serial
Fill in a USB serial string descriptor from a chip id
src/generic/usb_cdc.c:302
↓ 5 callersFunctionusb_wait
src/lpc176x/usbserial.c:47
↓ 5 callersFunctionwait_path
(path, alt_path=None)
scripts/flash_usb.py:54
↓ 5 callersFunctionxsum32
lib/fatfs/ff.c:2131
↓ 4 callersFunctionIrqRegistration
src/hc32f460/interrupts.c:17
↓ 4 callersFunctionPORT_SetFunc
******************************************************************************* ** \brief Set Port Pin function ** ** \param [in] enPort
lib/hc32f460/driver/src/hc32f460_gpio.c:607
↓ 4 callersFunctionTMCtstepHelper
(mcu_tmc, velocity, pstepper=None, config=None)
klippy/extras/tmc.py:595
↓ 4 callersFunction__disable_irq
\brief Disable IRQ Interrupts \details Disables IRQ interrupts by setting the I-bit in the CPSR. Can only be executed in Privileged mod
lib/cmsis-core/cmsis_gcc.h:207
↓ 4 callersFunction__enable_irq
\brief Enable IRQ Interrupts \details Enables IRQ interrupts by clearing the I-bit in the CPSR. Can only be executed in Privileged mode
lib/cmsis-core/cmsis_gcc.h:196
↓ 4 callersMethod__init__
(self, rate)
scripts/avrsim.py:104
↓ 4 callersMethod_build_cmd
(self, data, chain_pos)
klippy/extras/tmc2130.py:196
↓ 4 callersMethod_build_status_commands
(self)
klippy/gcode.py:167
↓ 4 callersMethod_calc_current_from_bits
(self, cs, vsense)
klippy/extras/tmc2130.py:144
↓ 4 callersMethod_check_command
(self, check_func, cmd, args, is_app_cmd=False, tries=15, ignoreCRC=False)
scripts/spi_flash/spi_flash.py:964
↓ 4 callersMethod_disconnect
(self)
klippy/mcu.py:906
↓ 4 callersFunction_error
(text)
lib/kconfiglib/menuconfig.py:2953
↓ 4 callersMethod_expand_macro
(self, s, i, args)
lib/kconfiglib/kconfiglib.py:2747
↓ 4 callersMethod_expect_expr_and_eol
(self)
lib/kconfiglib/kconfiglib.py:2584
↓ 4 callersMethod_find_sd_token
(self, token, tries=10)
scripts/spi_flash/spi_flash.py:656
↓ 4 callersMethod_get_speeds
(self)
klippy/extras/temperature_probe.py:341
↓ 4 callersMethod_make_or
(self, e1, e2)
lib/kconfiglib/kconfiglib.py:2882
↓ 4 callersMethod_move_helper
(self, target_coordinates, override_speed=None)
klippy/extras/axis_twist_compensation.py:244
↓ 4 callersFunction_parenthesize
(expr, type_, sc_expr_str_fn)
lib/kconfiglib/kconfiglib.py:6340
↓ 4 callersMethod_parse_props
(self, node)
lib/kconfiglib/kconfiglib.py:3125
↓ 4 callersMethod_query_register
(self, reg_info, try_clear=False)
klippy/extras/tmc.py:131
↓ 4 callersMethod_read_reg
(self, reg)
klippy/extras/angle.py:346
↓ 4 callersMethod_respond_state
(self, state)
klippy/gcode.py:252
↓ 4 callersMethod_send_command
(self, cmd, args)
scripts/spi_flash/spi_flash.py:628
↓ 4 callersMethod_set_mcu_position
(self, mcu_pos)
klippy/stepper.py:170
← previousnext →501–600 of 7,096, ranked by callers