Home
last modified time | relevance | path

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

/Zephyr-latest/dts/arm/st/n6/
Dstm32n6.dtsi112 compatible = "st,stm32n6-ic-clock-mux";
118 compatible = "st,stm32n6-ic-clock-mux";
124 compatible = "st,stm32n6-ic-clock-mux";
130 compatible = "st,stm32n6-ic-clock-mux";
136 compatible = "st,stm32n6-ic-clock-mux";
142 compatible = "st,stm32n6-ic-clock-mux";
148 compatible = "st,stm32n6-ic-clock-mux";
154 compatible = "st,stm32n6-ic-clock-mux";
160 compatible = "st,stm32n6-ic-clock-mux";
166 compatible = "st,stm32n6-ic-clock-mux";
[all …]
/Zephyr-latest/boards/st/stm32n6570_dk/
Dstm32n6570_dk_common.dtsi55 ic-div = <2>;
61 ic-div = <3>;
67 ic-div = <2>;
73 ic-div = <3>;
/Zephyr-latest/boards/st/nucleo_n657x0_q/
Dnucleo_n657x0_q_common.dtsi73 ic-div = <2>;
79 ic-div = <3>;
85 ic-div = <2>;
91 ic-div = <3>;
/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/pwm/
Dpwm_stm32.c468 LL_TIM_IC_InitTypeDef ic; in init_capture_channels() local
470 LL_TIM_IC_StructInit(&ic); in init_capture_channels()
471 ic.ICPrescaler = TIM_ICPSC_DIV1; in init_capture_channels()
472 ic.ICFilter = LL_TIM_IC_FILTER_FDIV1; in init_capture_channels()
475 ic.ICActiveInput = LL_TIM_ACTIVEINPUT_DIRECTTI; in init_capture_channels()
476 ic.ICPolarity = is_inverted ? LL_TIM_IC_POLARITY_FALLING : LL_TIM_IC_POLARITY_RISING; in init_capture_channels()
478 if (LL_TIM_IC_Init(cfg->timer, ch2ll[channel - 1], &ic) != SUCCESS) { in init_capture_channels()
484 ic.ICActiveInput = LL_TIM_ACTIVEINPUT_INDIRECTTI; in init_capture_channels()
485 ic.ICPolarity = is_inverted ? LL_TIM_IC_POLARITY_RISING : LL_TIM_IC_POLARITY_FALLING; in init_capture_channels()
487 if (LL_TIM_IC_Init(cfg->timer, ch2ll[complimentary_channel[channel] - 1], &ic) != SUCCESS) { in init_capture_channels()
/Zephyr-latest/boards/wch/linkw/doc/
Dindex.rst115 .. _WCH: http://www.wch-ic.com
116 .. _WCH webpage on CH32V208: https://www.wch-ic.com/products/CH32V208.html
117 .. _WCH webpage on LinkW: https://www.wch-ic.com/products/WCH-Link.html
/Zephyr-latest/boards/wch/ch32v003evt/doc/
Dindex.rst88 .. _WCH: http://www.wch-ic.com
89 .. _WCH webpage on CH32V003: https://www.wch-ic.com/products/CH32V003.html
/Zephyr-latest/boards/wch/ch32v003f4p6_dev_board/doc/
Dindex.rst97 .. _WCH: http://www.wch-ic.com
98 .. _WCH webpage on CH32V003: https://www.wch-ic.com/products/CH32V003.html
/Zephyr-latest/boards/gd/gd32f450i_eval/doc/
Dindex.rst116 https://gd32mcu.21ic.com/data/documents/shujushouce/GD32F450xx_Datasheet_Rev1.1.pdf
/Zephyr-latest/boards/gd/gd32f450z_eval/doc/
Dindex.rst114 https://gd32mcu.21ic.com/data/documents/shujushouce/GD32F450xx_Datasheet_Rev1.1.pdf
/Zephyr-latest/boards/shields/x_nucleo_eeprma2/doc/
Dindex.rst73 …en/user_manual/dm00671710-getting-started-with-the-xnucleoeeprma2-standard-ic-and-spi-eeprom-memor…
/Zephyr-latest/drivers/crypto/
Dcrypto_smartbond.c647 struct cipher_pkt *pkt, uint8_t *ic) in crypto_smartbond_cipher_ctr_handler() argument
678 ret = crypto_smartbond_cipher_set_mreg(ic, iv_len >> 2); in crypto_smartbond_cipher_ctr_handler()
/Zephyr-latest/doc/build/dts/
Dphandles.rst162 my-external-ic {
173 The device driver handling the ``my-external-ic`` node can then use the
182 my-other-external-ic {
/Zephyr-latest/boards/ezurio/bl5340_dvk/doc/
Dindex.rst353 .. _ILI9341 datasheet: https://www.buydisplay.com/download/ic/ILI9341.pdf
354 .. _FT6206 datasheet: https://www.buydisplay.com/download/ic/FT6206.pdf
/Zephyr-latest/doc/releases/
Drelease-notes-4.1.rst603 * :dtcompatible:`st,stm32n6-ic-clock-mux`