Lines Matching refs:LLF_CalculateMotorTable
1984 LLFCalculateMotorTable (LLF_CALCULATEMOTORTABLE * LLF_CalculateMotorTable)
1998 *(LLF_CalculateMotorTable->lpMotorTable + i) =
1999 (unsigned short) ((LLF_CalculateMotorTable->StartSpeed -
2000 LLF_CalculateMotorTable->EndSpeed) * pow (0.09,
2002 LLF_CalculateMotorTable->EndSpeed);
2003 *(LLF_CalculateMotorTable->lpMotorTable + i + 512 * 2) =
2004 (unsigned short) ((LLF_CalculateMotorTable->StartSpeed -
2005 LLF_CalculateMotorTable->EndSpeed) * pow (0.09,
2007 LLF_CalculateMotorTable->EndSpeed);
2008 *(LLF_CalculateMotorTable->lpMotorTable + i + 512 * 4) =
2009 (unsigned short) ((LLF_CalculateMotorTable->StartSpeed -
2010 LLF_CalculateMotorTable->EndSpeed) * pow (0.09,
2012 LLF_CalculateMotorTable->EndSpeed);
2013 *(LLF_CalculateMotorTable->lpMotorTable + i + 512 * 6) =
2014 (unsigned short) ((LLF_CalculateMotorTable->StartSpeed -
2015 LLF_CalculateMotorTable->EndSpeed) * pow (0.09,
2017 LLF_CalculateMotorTable->EndSpeed);
2022 *(LLF_CalculateMotorTable->lpMotorTable + i + 512) =
2023 (unsigned short) (LLF_CalculateMotorTable->StartSpeed -
2024 (LLF_CalculateMotorTable->StartSpeed -
2025 LLF_CalculateMotorTable->EndSpeed) * pow (0.3,
2027 *(LLF_CalculateMotorTable->lpMotorTable + i + 512 * 3) =
2028 (unsigned short) (LLF_CalculateMotorTable->StartSpeed -
2029 (LLF_CalculateMotorTable->StartSpeed -
2030 LLF_CalculateMotorTable->EndSpeed) * pow (0.3,
2032 *(LLF_CalculateMotorTable->lpMotorTable + i + 512 * 5) =
2033 (unsigned short) (LLF_CalculateMotorTable->StartSpeed -
2034 (LLF_CalculateMotorTable->StartSpeed -
2035 LLF_CalculateMotorTable->EndSpeed) * pow (0.3,
2037 *(LLF_CalculateMotorTable->lpMotorTable + i + 512 * 7) =
2038 (unsigned short) (LLF_CalculateMotorTable->StartSpeed -
2039 (LLF_CalculateMotorTable->StartSpeed -
2040 LLF_CalculateMotorTable->EndSpeed) * pow (0.3,
2046 *(LLF_CalculateMotorTable->lpMotorTable + i) =
2047 (unsigned short) ((LLF_CalculateMotorTable->StartSpeed -
2048 LLF_CalculateMotorTable->EndSpeed) * pow (0.09,
2050 LLF_CalculateMotorTable->EndSpeed);
2051 *(LLF_CalculateMotorTable->lpMotorTable + i + 512 * 6) =
2052 (unsigned short) ((LLF_CalculateMotorTable->StartSpeed -
2053 LLF_CalculateMotorTable->EndSpeed) * pow (0.09,
2055 LLF_CalculateMotorTable->EndSpeed);
2058 if (LLF_CalculateMotorTable->AccStepBeforeScan == 0)
2063 for (i = 0; i < LLF_CalculateMotorTable->AccStepBeforeScan; i++)
2065 *(LLF_CalculateMotorTable->lpMotorTable + i + 512 * 2) =
2066 (unsigned short) ((LLF_CalculateMotorTable->StartSpeed -
2067 LLF_CalculateMotorTable->EndSpeed) * (pow (0.09,
2069 LLF_CalculateMotorTable->
2073 (LLF_CalculateMotorTable->
2077 LLF_CalculateMotorTable->
2079 + LLF_CalculateMotorTable->EndSpeed);