Searched full:dcmi (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/drivers/video/ |
D | Kconfig.stm32_dcmi | 1 # STM32 DCMI driver configuration options 6 DT_STM32_DCMI_HAS_DMA := $(dt_nodelabel_has_prop,dcmi,dmas) 9 bool "STM32 Digital camera interface (DCMI) driver"
|
D | video_stm32_dcmi.c | 167 LOG_ERR("DCMI DMA Init failed"); in stm32_dma_init() 185 /* Turn on DCMI peripheral clock */ in stm32_dcmi_enable_clock() 188 LOG_ERR("Failed to enable DCMI clock. Error %d", err); in stm32_dcmi_enable_clock() 231 /* align DCMI with sensor fmt */ in video_stm32_dcmi_get_fmt() 251 LOG_ERR("Failed to allocate DCMI buffer for image. Size %d bytes", buffer_size); in video_stm32_dcmi_stream_start() 258 LOG_ERR("Failed to start DCMI DMA"); in video_stm32_dcmi_stream_start() 284 LOG_ERR("Failed to stop DCMI"); in video_stm32_dcmi_stream_stop() 344 /* DCMI produces full frames */ in video_stm32_dcmi_get_caps() 491 /* Enable DCMI clock */ in video_stm32_dcmi_init() 505 /* Initialize DCMI peripheral */ in video_stm32_dcmi_init() [all …]
|
/Zephyr-latest/boards/shields/weact_ov2640_cam_module/doc/ |
D | index.rst | 35 | DCMI_D0 | PC6 | DCMI Data Line 0 | 37 | DCMI_D1 | PC7 | DCMI Data Line 1 | 39 | DCMI_D2 | PE0 | DCMI Data Line 2 | 41 | DCMI_D3 | PE1 | DCMI Data Line 3 | 43 | DCMI_D4 | PE4 | DCMI Data Line 4 | 45 | DCMI_D5 | PD3 | DCMI Data Line 5 | 47 | DCMI_D6 | PE5 | DCMI Data Line 6 | 49 | DCMI_D7 | PE6 | DCMI Data Line 7 | 51 | DCMI_HSYNC | PA4 | DCMI HSYNC | 53 | DCMI_VSYNC | PB7 | DCMI VSYNC | [all …]
|
/Zephyr-latest/dts/bindings/video/ |
D | st,stm32-dcmi.yaml | 8 STMicroelectronics STM32 Digital Camera Memory Interface (DCMI). 11 &dcmi { 34 compatible: "st,stm32-dcmi" 108 The DCMI can capture all frames or alternate frames. If it is not specified,
|
/Zephyr-latest/dts/bindings/gpio/ |
D | weact,dcmi-camera-connector.yaml | 4 GPIO pins exposed on the DCMI camera connector used for interfacing 22 compatible: "weact,dcmi-camera-connector"
|
/Zephyr-latest/boards/arduino/nicla_vision/ |
D | arduino_nicla_vision_stm32h747xx_m7.dts | 25 zephyr,camera = &dcmi; 235 &dcmi {
|
/Zephyr-latest/boards/weact/mini_stm32h743/ |
D | mini_stm32h743.dts | 86 compatible = "weact,dcmi-camera-connector"; 248 zephyr_camera_dvp: &dcmi {
|
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/ |
D | README.rst | 45 [00:00:02.779,000] <inf> main: - Device name: dcmi@48020000
|
/Zephyr-latest/dts/arm/st/h7/ |
D | stm32h7.dtsi | 1078 dcmi: dcmi@48020000 { label 1079 compatible = "st,stm32-dcmi"; 1082 interrupt-names = "dcmi";
|
/Zephyr-latest/boards/fanke/fk750m1_vbt6/doc/ |
D | index.rst | 37 - 1 DCMI camera interface
|
/Zephyr-latest/boards/arduino/nicla_vision/doc/ |
D | index.rst | 64 | DCMI | on-chip | Parallel Camera interface |
|
/Zephyr-latest/boards/st/b_l4s5i_iot01a/doc/ |
D | index.rst | 86 - DCMI camera interface
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.7.rst | 1275 * Added support for STM32 Digital camera interface (DCMI) driver (:dtcompatible:`st,stm32-dcmi`).
|