void flexio_cameraFLEXIO_PIN_enum dat_pin_start FLEXIO_PIN_enum pclk_pin FLEXIO_PIN_enum href_pin uint16 col uint16 row;
This function is used to configure the FlexIO pins for camera interface. It takes the following parameters:
dat_pin_start: The starting FLEXIO_PIN for the data pins of the camera interface.pclk_pin: The FLEXIO_PIN for the pixel clock signal of the camera interface.href_pin: The FLEXIO_PIN for the horizontal reference signal of the camera interface.col: The number of columns in the camera image.row: The number of rows in the camera image.
The function does not return anything
原文地址: https://www.cveoy.top/t/topic/h3Xd 著作权归作者所有。请勿转载和采集!