Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/counter/
Dstm32-timer-cnt.c400 static const struct stm32_count_cc_regs stm32_cc[] = { variable
418 if (ch >= ARRAY_SIZE(stm32_cc) || ch >= priv->nchannels) { in stm32_count_capture_configure()
423 cc = &stm32_cc[ch]; in stm32_count_capture_configure()