Searched refs:pgpsc (Results 1 – 1 of 1) sorted by relevance
60 const uint32_t pgpsc = LOG2CEIL(DT_PROP(TSC_NODE, st_pulse_generator_prescaler)); in ZTEST() local101 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