MCPcopy Index your code

hub / github.com/Klipper3d/klipper / functions

Functions7,096 in github.com/Klipper3d/klipper

↓ 399 callersMethodlookup_object
(self, name, default=configfile.sentinel)
klippy/klippy.py:75
↓ 381 callersMethodget
(self, name, default=sentinel, parser=str, minval=None, maxval=None, above=None, below=None)
klippy/gcode.py:54
↓ 311 callersMethoderror
(self, msg)
scripts/motan/data_logger.py:74
↓ 308 callersMethodgetfloat
(self, option, default=sentinel, minval=None, maxval=None, above=None, below=None, note_valid
klippy/configfile.py:68
↓ 239 callersMethodget_printer
(self)
klippy/mcu.py:872
↓ 215 callersMethodsplit
(self)
klippy/extras/bed_mesh.py:1293
↓ 214 callersMethodrespond_info
(self, msg, log=True)
klippy/gcode.py:239
↓ 194 callersMethodinfo
lib/bossac/src/Flasher.cpp:351
↓ 156 callersMethodget_name
(self)
klippy/extras/heaters.py:97
↓ 156 callersMethodregister_command
(self, cmd, func, when_not_ready=False, desc=None)
klippy/gcode.py:122
↓ 123 callersMethodget_float
(self, name, default=sentinel, minval=None, maxval=None, above=None, below=None)
klippy/gcode.py:82
↓ 118 callersMethodregister_event_handler
(self, event, callback)
klippy/klippy.py:220
↓ 105 callersMethodget_reactor
(self)
klippy/klippy.py:43
↓ 91 callersMethodget
(self, option, default=None)
scripts/graph_temp_sensor.py:22
↓ 79 callersMethodadd_config_cmd
(self, cmd, is_init=False, on_restart=False)
klippy/mcu.py:856
↓ 76 callersFunctiontimer_read_time
Return the current time (in absolute clock ticks).
src/pru/main.c:65
↓ 71 callersMethodload_object
(self, config, section, default=configfile.sentinel)
klippy/klippy.py:90
↓ 69 callersFunctionmemset
src/ar100/util.c:20
↓ 66 callersFunctionmemcpy
src/ar100/util.c:9
↓ 66 callersMethodpause
(self, waketime)
klippy/reactor.py:208
↓ 64 callersFunction__DSB
\brief Data Synchronization Barrier \details Acts as a special kind of Data Memory Barrier. It completes when all explicit memory acces
lib/cmsis-core/cmsis_gcc.h:944
↓ 61 callersMethodwrite
(self, data)
scripts/avrsim.py:132
↓ 60 callersFunctionst_dword
lib/fatfs/ff.c:654
↓ 58 callersFunctionirq_disable
src/avr/irq.h:8
↓ 55 callersMethodget
lib/bossac/src/PosixSerialPort.cpp:267
↓ 55 callersMethodgetint
(self, option, default=sentinel, minval=None, maxval=None, note_valid=True)
klippy/configfile.py:64
↓ 55 callersFunctionirq_enable
src/avr/irq.h:13
↓ 55 callersMethodset_field
(self, field_name, field_value, reg_value=None, reg_name=None)
klippy/extras/tmc.py:42
↓ 54 callersMethodset
(self, section, option, value)
klippy/configfile.py:534
↓ 49 callersFunctionreport_errno
Report 'errno' in a message written to stderr
src/linux/console.c:27
↓ 48 callersFunctionexpr_value
Evaluates the expression 'expr' to a tristate value. Returns 0 (n), 1 (m), or 2 (y). 'expr' must be an already-parsed expression from a
lib/kconfiglib/kconfiglib.py:5993
↓ 47 callersFunctionoid_lookup
src/basecmd.c:192
↓ 47 callersFunctionoutput
(msg: str)
lib/canboot/flash_can.py:24
↓ 46 callersMethodplot
(self,f,x)
klippy/extras/quad_gantry_level.py:122
↓ 45 callersMethodlookup_command
(self, msgformat, cq=None)
klippy/mcu.py:880
↓ 45 callersMethodregister_mux_command
(self, cmd, key, value, func, desc=None)
klippy/gcode.py:147
↓ 44 callersMethod_warn
(self, msg, filename=None, linenr=None)
lib/kconfiglib/kconfiglib.py:3974
↓ 44 callersMethodsend
(self, data=(), minclock=0, reqclock=0)
klippy/mcu.py:91
↓ 44 callersMethodwrite
lib/bossac/src/Samba.cpp:503
↓ 42 callersMethodestimated_print_time
(self, eventtime)
klippy/mcu.py:901
↓ 42 callersMethodprint_time_to_clock
(self, print_time)
klippy/mcu.py:897
↓ 42 callersMethodread
lib/bossac/src/Samba.cpp:460
↓ 42 callersMethodsend
(self, cmds, is_data=False)
klippy/extras/display/uc1701.py:134
↓ 41 callersMethodget_mcu
(self)
klippy/extras/fan.py:47
↓ 41 callersMethodget_position
(self)
klippy/extras/bed_tilt.py:26
↓ 41 callersMethodseconds_to_clock
(self, time)
klippy/mcu.py:867
↓ 39 callersFunctiongpio_peripheral
Set the mode and extended function of a pin
src/stm32/stm32f1.c:113
↓ 39 callersMethodregister_timer
(self, callback, waketime=NEVER)
klippy/reactor.py:123
↓ 38 callersFunctionmove_window
lib/fatfs/ff.c:1094
↓ 38 callersMethodrun_script
(self, name, **kwargs)
klippy/extras/display/menu.py:201
↓ 37 callersFunction__ISB
\brief Instruction Synchronization Barrier \details Instruction Synchronization Barrier flushes the pipeline in the processor, so that
lib/cmsis-core/cmsis_gcc.h:933
↓ 37 callersMethodregister_config_callback
(self, cb)
klippy/mcu.py:854
↓ 37 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/avr/timer.c:37
↓ 36 callersMethodget_commandline
(self)
klippy/gcode.py:25
↓ 36 callersMethodgetsection
(self, section)
klippy/configfile.py:119
↓ 35 callersMethodgetboolean
(self, option, default=sentinel, note_valid=True)
klippy/configfile.py:73
↓ 34 callersMethodcreate_oid
(self)
klippy/mcu.py:851
↓ 34 callersFunctiondisk_write
scripts/spi_flash/fatfs_api.c:94
↓ 34 callersMethodexit
(self, force=False)
klippy/extras/display/menu.py:903
↓ 34 callersMethodget_int
(self, name, default=sentinel, minval=None, maxval=None)
klippy/gcode.py:80
↓ 34 callersMethodgetchoice
(self, option, choices, default=sentinel, note_valid=True)
klippy/configfile.py:76
↓ 34 callersFunctionld_word
lib/fatfs/ff.c:610
↓ 34 callersFunctionsched_wake_task
Note that a task is ready to run
src/sched.c:220
↓ 33 callersMethodclose
(self)
klippy/webhooks.py:210
↓ 33 callersFunctionirq_restore
src/avr/irq.h:26
↓ 33 callersMethodlookup_pin
(self, pin_desc, can_invert=False, can_pullup=False, share_type=None)
klippy/pins.py:96
↓ 33 callersMethodmanual_move
(self, stepper, dist, speed, accel=0.)
klippy/extras/force_move.py:77
↓ 33 callersFunctionmem_cpy
Copy memory to memory */
lib/fatfs/ff.c:684
↓ 33 callersMethodupdate_timer
(self, timer_handler, waketime)
klippy/reactor.py:120
↓ 32 callersFunctionirq_save
src/avr/irq.h:20
↓ 32 callersFunctionld_dword
lib/fatfs/ff.c:619
↓ 32 callersFunctionst_word
lib/fatfs/ff.c:648
↓ 32 callersFunctiontimer_from_us
Return the number of clock ticks for a given number of microseconds
src/avr/timer.c:22
↓ 32 callersMethodupdate
(self, gcmd)
klippy/extras/input_shaper.py:60
↓ 31 callersMethodget_last_move_time
(self)
klippy/extras/manual_stepper.py:114
↓ 31 callersMethodinvoke_shutdown
(self, msg, details={})
klippy/klippy.py:203
↓ 30 callersFunctiongpio_out_write
src/avr/gpio.c:90
↓ 30 callersMethodindex
(self)
klippy/extras/display/menu.py:231
↓ 30 callersFunctionmem_set
Fill memory block */
lib/fatfs/ff.c:698
↓ 29 callersMethodget_start_args
(self)
klippy/klippy.py:41
↓ 28 callersMethodget_field
(self, field_name, reg_value=None, reg_name=None)
klippy/extras/tmc.py:31
↓ 28 callersFunctionlist_empty
klippy/chelper/list.h:27
↓ 28 callersFunctionoid_alloc
src/basecmd.c:200
↓ 27 callersMethoddwell
(self, delay)
klippy/extras/manual_stepper.py:117
↓ 27 callersMethodget_kinematics
(self)
klippy/extras/manual_stepper.py:121
↓ 27 callersFunctiongpio_out_setup
src/avr/gpio.c:54
↓ 27 callersMethodput
lib/bossac/src/PosixSerialPort.cpp:281
↓ 26 callersFunctionsched_add_timer
Schedule a function call at a supplied time.
src/sched.c:85
↓ 26 callersMethodsetup_itersolve
(self, alloc_func, *params)
klippy/stepper.py:71
↓ 25 callersMethod_parse_error
(self, msg)
lib/kconfiglib/kconfiglib.py:3883
↓ 25 callersMethodadd_object
(self, name, obj)
klippy/klippy.py:70
↓ 25 callersFunctionenable_pclock
Enable a peripheral clock
src/stm32/clockline.c:11
↓ 25 callersMethodencode
(self, out, v)
klippy/msgproto.py:42
↓ 25 callersMethodi2c_write
(self, data, minclock=0, reqclock=0)
klippy/extras/bus.py:183
↓ 25 callersFunctionreadl
src/generic/io.h:19
↓ 25 callersFunctionsched_check_wake
Check if a task is ready to run (as indicated by sched_wake_task)
src/sched.c:228
↓ 24 callersMethodget_range
(self)
klippy/extras/ads1220.py:122
↓ 24 callersFunctionsched_del_timer
Remove a timer that may be live.
src/sched.c:121
↓ 23 callersMethodread_register
(self, reg_name, read_len)
klippy/extras/bme280.py:773
↓ 23 callersFunctionspidev_transfer
src/spicmds.c:86
next →1–100 of 7,096, ranked by callers