Home
last modified time | relevance | path

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

/tests/drivers/input/tsc_keys/
A Dtestcase.yaml3 tags: drivers input stm32 tsc
4 filter: dt_compat_enabled("st,stm32-tsc")
5 depends_on: tsc
/tests/drivers/input/tsc_keys/src/
A Dtest_stm32_tsc.c57 TSC_TypeDef *tsc = (TSC_TypeDef *)DT_REG_ADDR(TSC_NODE); in ZTEST() local
59 volatile const uint32_t *tsc_cr = &tsc->CR; in ZTEST()
137 TSC_TypeDef *tsc = (TSC_TypeDef *)DT_REG_ADDR(TSC_NODE); in ZTEST() local
138 volatile const uint32_t *tsc_iohcr = &tsc->IOHCR; in ZTEST()
139 volatile const uint32_t *tsc_ioscr = &tsc->IOSCR; in ZTEST()
140 volatile const uint32_t *tsc_ioccr = &tsc->IOCCR; in ZTEST()
141 volatile const uint32_t *tsc_iogcsr = &tsc->IOGCSR; in ZTEST()
198 TSC_TypeDef *tsc = (TSC_TypeDef *)DT_REG_ADDR(TSC_NODE); in ZTEST() local
199 volatile const uint32_t *tsc_isr = &tsc->ISR; in ZTEST()
/tests/kernel/timer/timer_monotonic/
A Dtestcase.yaml6 kernel.timer.monotonic.apic.tsc:
/tests/drivers/input/tsc_keys/boards/
A Dstm32u083c_dk.overlay15 &tsc {
/tests/benchmarks/mbedtls/src/
A Dbenchmark.c163 uint32_t tsc; \
174 tsc = k_cycle_get_32(); \
183 delta = k_cycle_get_32() - tsc; \

Completed in 14 milliseconds