Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/input/tsc_keys/src/
Dtest_stm32_tsc.c68 const bool sync_pol = DT_PROP(TSC_NODE, st_syncpol_rising); in ZTEST() local
118 if (sync_pol) { in ZTEST()
/Zephyr-latest/drivers/input/
Dinput_tsc_keys.c61 bool sync_pol; member
222 if (config->sync_pol) { in stm32_tsc_init()
338 .sync_pol = DT_INST_PROP(index, st_syncpol_rising), \