Home
last modified time | relevance | path

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

/bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/inc/
A Dtsc_linrot.h162 CONST uint16_t* p_DeltaCoeff; /*!< Coefficient to apply on Delta */ member
182 CONST uint16_t* p_DeltaCoeff; /*!< Coefficient to apply on Delta */ member
/bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/src/
A Dtsc_linrot.c2060 if (TSC_Globals.For_LinRot->p_DeltaCoeff[index] != 0x0100) in TSC_Linrot_NormDelta()
2062 tmpdelta = (uint32_t)(tmpdelta * TSC_Globals.For_LinRot->p_DeltaCoeff[index]); in TSC_Linrot_NormDelta()

Completed in 7 milliseconds