Searched defs:ic (Results 1 – 3 of 3) sorted by relevance
154 #define ICxCFGR_REG(ic) (0xC4 + ((ic) - 1) * 4) argument157 #define ICx_PLLy_SEL(ic, pll) STM32_DT_CLOCK_SELECT((pll) - 1, 3, 28, ICxCFGR_REG(ic)) argument
647 struct cipher_pkt *pkt, uint8_t *ic) in crypto_smartbond_cipher_ctr_handler()
468 LL_TIM_IC_InitTypeDef ic; in init_capture_channels() local