Searched refs:ctpl (Results 1 – 1 of 1) sorted by relevance
62 const uint8_t ctpl = DT_PROP(TSC_NODE, st_charge_transfer_pulse_low); in ZTEST() local77 zassert_equal((*tsc_cr & TSC_CR_CTPL_Msk) >> TSC_CR_CTPL_Pos, ctpl - 1, in ZTEST()78 "CTPL value is not correct, expected %d, got %d", ctpl - 1, in ZTEST()
Completed in 3 milliseconds