Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/os/common/src/
Dos_entropy.c49 buffer[6] = (u32)((*(u16 *)(&work->touch_panel[0]) << 16) | *(u16 *)(&work->touch_panel[2])); in OS_GetLowEntropyData()
/TwlSDK-5.4/include/nitro/os/common/
DsystemWork.h93 … u8 touch_panel[4]; // 3aa-3ad: 4 bytes Touch Screen information storage location member
/TwlSDK-5.4/build/libraries/spi/ARM9/src/
Dtp.c201 spi_tp.halfs[0] = *(u16 *)(&(OS_GetSystemWork()->touch_panel[0])); in TPi_CopyTpFromSystemWork()
202 spi_tp.halfs[1] = *(u16 *)(&(OS_GetSystemWork()->touch_panel[2])); in TPi_CopyTpFromSystemWork()