Home
last modified time | relevance | path

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

/bsp/nuvoton/libraries/nu_packages/TPC/
A Dft5446.c132 static S_FT_REGMAP sFtRegMap; variable
147 error = ft5446_read_reg(&ft5446_client, 0, (rt_uint8_t *)&sFtRegMap, sizeof(sFtRegMap)); in ft5446_read_point()
154 if (sFtRegMap.u8TDStatus > FT_MAX_TOUCH) in ft5446_read_point()
167 touchid = sFtRegMap.m_sTP[j].u8TouchID; in ft5446_read_point()
184 for (i = 0; i < sFtRegMap.u8TDStatus; i++) in ft5446_read_point()
186 touch_event = sFtRegMap.m_sTP[i].u8EvtFlag; in ft5446_read_point()
187 touchid = sFtRegMap.m_sTP[i].u8TouchID; in ft5446_read_point()
200 x = ((uint16_t)sFtRegMap.m_sTP[i].u8X_11_8 << 8) | sFtRegMap.m_sTP[i].u8X_7_0; in ft5446_read_point()
201 y = ((uint16_t)sFtRegMap.m_sTP[i].u8Y_11_8 << 8) | sFtRegMap.m_sTP[i].u8Y_7_0; in ft5446_read_point()
202 w = sFtRegMap.m_sTP[i].m_u8Weight; in ft5446_read_point()
[all …]

Completed in 8 milliseconds