Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pwm/
Dpwm_stm32.c462 LL_TIM_IC_InitTypeDef ic; in init_capture_channels() local
464 LL_TIM_IC_StructInit(&ic); in init_capture_channels()
465 ic.ICPrescaler = TIM_ICPSC_DIV1; in init_capture_channels()
466 ic.ICFilter = LL_TIM_IC_FILTER_FDIV1; in init_capture_channels()
469 ic.ICActiveInput = LL_TIM_ACTIVEINPUT_DIRECTTI; in init_capture_channels()
470 ic.ICPolarity = is_inverted ? LL_TIM_IC_POLARITY_FALLING : LL_TIM_IC_POLARITY_RISING; in init_capture_channels()
472 if (LL_TIM_IC_Init(cfg->timer, ch2ll[channel - 1], &ic) != SUCCESS) { in init_capture_channels()
478 ic.ICActiveInput = LL_TIM_ACTIVEINPUT_INDIRECTTI; in init_capture_channels()
479 ic.ICPolarity = is_inverted ? LL_TIM_IC_POLARITY_RISING : LL_TIM_IC_POLARITY_FALLING; in init_capture_channels()
481 if (LL_TIM_IC_Init(cfg->timer, ch2ll[complimentary_channel[channel] - 1], &ic) != SUCCESS) { in init_capture_channels()
/Zephyr-latest/boards/wch/ch32v003evt/doc/
Dindex.rst106 .. _WCH: http://www.wch-ic.com
107 .. _WCH webpage on CH32V003: https://www.wch-ic.com/products/CH32V003.html
/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/boards/gd/gd32f450z_eval/doc/
Dindex.rst148 https://gd32mcu.21ic.com/data/documents/shujushouce/GD32F450xx_Datasheet_Rev1.1.pdf
/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/boards/gd/gd32f450i_eval/doc/
Dindex.rst153 https://gd32mcu.21ic.com/data/documents/shujushouce/GD32F450xx_Datasheet_Rev1.1.pdf
/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.rst423 .. _ILI9341 datasheet: https://www.buydisplay.com/download/ic/ILI9341.pdf
424 .. _FT6206 datasheet: https://www.buydisplay.com/download/ic/FT6206.pdf