Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/input/
Dinput_tsc_keys.c44 const TSC_TypeDef *tsc; member
88 sys_set_bits((mem_addr_t)&config->tsc->ICR, TSC_ICR_EOAIC | TSC_ICR_MCEIC); in stm32_tsc_start()
91 sys_set_bits((mem_addr_t)&config->tsc->IER, TSC_IER_EOAIE | TSC_IER_MCEIE); in stm32_tsc_start()
98 sys_set_bit((mem_addr_t)&config->tsc->CR, TSC_CR_START_Pos); in stm32_tsc_start()
120 if (sys_test_bit((mem_addr_t)&config->tsc->ISR, TSC_ISR_MCEF_Pos)) { in stm32_tsc_handle_incoming_data()
122 sys_set_bit((mem_addr_t)&config->tsc->ICR, TSC_ICR_MCEIC_Pos); in stm32_tsc_handle_incoming_data()
124 LOG_HEXDUMP_DBG(config->tsc, sizeof(TSC_TypeDef), "TSC Registers"); in stm32_tsc_handle_incoming_data()
128 if (sys_test_bit((mem_addr_t)&config->tsc->ISR, TSC_ISR_EOAF_Pos)) { in stm32_tsc_handle_incoming_data()
130 sys_set_bit((mem_addr_t)&config->tsc->ICR, TSC_ICR_EOAIC_Pos); in stm32_tsc_handle_incoming_data()
137 if (config->tsc->IOGCSR & group_bit) { in stm32_tsc_handle_incoming_data()
[all …]
DKconfig.tsc_keys18 buffer together with the sampling-interval property in the tsc-keys
/Zephyr-latest/tests/drivers/input/tsc_keys/src/
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()
/Zephyr-latest/boards/st/stm32u083c_dk/
Dstm32u083c_dk.dts12 #include <zephyr/dt-bindings/input/stm32-tsc-defines.h>
129 &tsc {
154 compatible = "tsc-keys";
/Zephyr-latest/tests/drivers/input/tsc_keys/boards/
Dstm32u083c_dk.overlay15 &tsc {
/Zephyr-latest/doc/project/
Dindex.rst10 tsc
/Zephyr-latest/dts/arm/st/u0/
Dstm32u0.dtsi555 tsc: tsc@40024000 { label
556 compatible = "st,stm32-tsc";
/Zephyr-latest/tests/benchmarks/mbedtls/src/
Dbenchmark.c163 uint32_t tsc; \
174 tsc = k_cycle_get_32(); \
183 delta = k_cycle_get_32() - tsc; \
/Zephyr-latest/boards/nxp/mimxrt1050_evk/
Dmimxrt1050_evk.dtsi61 compatible = "nxp,i2c-tsc-fpc";
/Zephyr-latest/boards/nxp/mimxrt1060_evk/
Dmimxrt1060_evk.dtsi61 compatible = "nxp,i2c-tsc-fpc";
/Zephyr-latest/boards/nxp/mimxrt1040_evk/
Dmimxrt1040_evk.dts63 compatible = "nxp,i2c-tsc-fpc";
/Zephyr-latest/boards/nxp/mimxrt1064_evk/
Dmimxrt1064_evk.dts65 compatible = "nxp,i2c-tsc-fpc";
/Zephyr-latest/doc/develop/api/
Dapi_lifecycle.rst272 …oject-rtos/zephyr/wiki/Zephyr-Committee-and-Working-Group-Meetings#technical-steering-committee-tsc