Home
last modified time | relevance | path

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

/tests/drivers/input/tsc_keys/src/
A Dtest_stm32_tsc.c60 const uint32_t pgpsc = LOG2CEIL(DT_PROP(TSC_NODE, st_pulse_generator_prescaler)); in ZTEST() local
101 zassert_equal((*tsc_cr & TSC_CR_PGPSC_Msk), pgpsc << TSC_CR_PGPSC_Pos, in ZTEST()
102 "PGPSC value is not correct, expected %d, got %d", pgpsc, in ZTEST()

Completed in 2 milliseconds