Searched refs:ctph (Results 1 – 1 of 1) sorted by relevance
61 const uint8_t ctph = DT_PROP(TSC_NODE, st_charge_transfer_pulse_high); in ZTEST() local72 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