Home
last modified time | relevance | path

Searched refs:NormalMoveMotorTable (Results 1 – 1 of 1) sorted by relevance

/third_party/backends/backend/
Dmustek_usb2_asic.c4618 unsigned short *NormalMoveMotorTable; in Asic_MotorMove() local
4626 NormalMoveMotorTable = (unsigned short *) malloc (512 * 8 * 2); in Asic_MotorMove()
4631 CalMotorTable.lpMotorTable = NormalMoveMotorTable; in Asic_MotorMove()
4641 LLF_SetMotorTable.MotorTablePtr = NormalMoveMotorTable; in Asic_MotorMove()
4644 free (NormalMoveMotorTable); in Asic_MotorMove()