Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/video/
Dov2640.c505 static int ov2640_read_reg(const struct i2c_dt_spec *spec, uint8_t reg_addr) in ov2640_read_reg() function
672 reg = ov2640_read_reg(&cfg->i2c, COM7); in ov2640_set_colorbar()
696 reg = ov2640_read_reg(&cfg->i2c, CTRL1); in ov2640_set_white_bal()
720 reg = ov2640_read_reg(&cfg->i2c, COM8); in ov2640_set_gain_ctrl()
744 reg = ov2640_read_reg(&cfg->i2c, COM8); in ov2640_set_exposure_ctrl()
769 reg = ov2640_read_reg(&cfg->i2c, REG04); in ov2640_set_horizontal_mirror()
793 reg = ov2640_read_reg(&cfg->i2c, REG04); in ov2640_set_vertical_flip()
849 reg_pid_val = ov2640_read_reg(&cfg->i2c, REG_PID); in ov2640_check_connection()
850 reg_ver_val = ov2640_read_reg(&cfg->i2c, REG_VER); in ov2640_check_connection()