Home
last modified time | relevance | path

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

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