Home
last modified time | relevance | path

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

/tests/drivers/input/tsc_keys/src/
A Dtest_stm32_tsc.c61 const uint8_t ctph = DT_PROP(TSC_NODE, st_charge_transfer_pulse_high); in ZTEST() local
72 zassert_equal((*tsc_cr & TSC_CR_CTPL_Msk) >> TSC_CR_CTPL_Pos, ctph - 1, in ZTEST()
73 "CTPH value is not correct, expected %d, got %d", ctph - 1, in ZTEST()

Completed in 4 milliseconds