Searched refs:tsc (Results 1 – 5 of 5) sorted by relevance
3 tags: drivers input stm32 tsc4 filter: dt_compat_enabled("st,stm32-tsc")5 depends_on: tsc
57 TSC_TypeDef *tsc = (TSC_TypeDef *)DT_REG_ADDR(TSC_NODE); in ZTEST() local59 volatile const uint32_t *tsc_cr = &tsc->CR; in ZTEST()137 TSC_TypeDef *tsc = (TSC_TypeDef *)DT_REG_ADDR(TSC_NODE); in ZTEST() local138 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() local199 volatile const uint32_t *tsc_isr = &tsc->ISR; in ZTEST()
6 kernel.timer.monotonic.apic.tsc:
15 &tsc {
163 uint32_t tsc; \174 tsc = k_cycle_get_32(); \183 delta = k_cycle_get_32() - tsc; \
Completed in 14 milliseconds