Prusa MINI Firmware overview
trinamic.h File Reference

Go to the source code of this file.

Functions

void init_tmc (void)
 
void tmc_set_mres ()
 
void tmc_set_move (uint8_t tmc, uint32_t step, uint8_t dir, uint8_t speed)
 
uint8_t tmc_get_diag ()
 
void tmc_set_sgthrs (uint8_t SGT)
 
void tmc_get_sgt ()
 
void tmc_get_TPWMTHRS ()
 
void tmc_get_tstep ()
 

Function Documentation

◆ init_tmc()

void init_tmc ( void  )
Here is the caller graph for this function:

◆ tmc_set_mres()

void tmc_set_mres ( )
Here is the caller graph for this function:

◆ tmc_set_move()

void tmc_set_move ( uint8_t  tmc,
uint32_t  step,
uint8_t  dir,
uint8_t  speed 
)
Here is the caller graph for this function:

◆ tmc_get_diag()

uint8_t tmc_get_diag ( )
Here is the caller graph for this function:

◆ tmc_set_sgthrs()

void tmc_set_sgthrs ( uint8_t  SGT)
Here is the caller graph for this function:

◆ tmc_get_sgt()

void tmc_get_sgt ( )

◆ tmc_get_TPWMTHRS()

void tmc_get_TPWMTHRS ( )

◆ tmc_get_tstep()

void tmc_get_tstep ( )