tmc2130: Rename driver_BLANK_TIME_SELECT to driver_TBL

Use the field names from the trinamic specification.  This makes the
field similar to all the other driver_XXX config options.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2019-03-08 11:25:19 -05:00
parent 9c0cf829ee
commit 563bc37073
4 changed files with 7 additions and 4 deletions

View file

@ -295,7 +295,7 @@ class TMC2208:
set_config_field(config, "toff", 3)
set_config_field(config, "hstrt", 5)
set_config_field(config, "hend", 0)
set_config_field(config, "TBL", 2, "driver_BLANK_TIME_SELECT")
set_config_field(config, "TBL", 2)
set_config_field(config, "intpol", True, "interpolate")
set_config_field(config, "IHOLDDELAY", 8)
set_config_field(config, "TPOWERDOWN", 20)