Home
last modified time | relevance | path

Searched defs:ic (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/dt-bindings/clock/
Dstm32n6_clock.h154 #define ICxCFGR_REG(ic) (0xC4 + ((ic) - 1) * 4) argument
157 #define ICx_PLLy_SEL(ic, pll) STM32_DT_CLOCK_SELECT((pll) - 1, 3, 28, ICxCFGR_REG(ic)) argument
/Zephyr-latest/drivers/crypto/
Dcrypto_smartbond.c647 struct cipher_pkt *pkt, uint8_t *ic) in crypto_smartbond_cipher_ctr_handler()
/Zephyr-latest/drivers/pwm/
Dpwm_stm32.c468 LL_TIM_IC_InitTypeDef ic; in init_capture_channels() local