LibDriver OV2640
Loading...
Searching...
No Matches
ov2640_handle_s Struct Reference

ov2640 handle structure definition More...

#include <driver_ov2640.h>

Data Fields

uint8_t(* sccb_init )(void)
uint8_t(* sccb_deinit )(void)
uint8_t(* sccb_read )(uint8_t addr, uint8_t reg, uint8_t *buf, uint16_t len)
uint8_t(* sccb_write )(uint8_t addr, uint8_t reg, uint8_t *buf, uint16_t len)
uint8_t(* power_down_init )(void)
uint8_t(* power_down_deinit )(void)
uint8_t(* power_down_write )(uint8_t level)
uint8_t(* reset_init )(void)
uint8_t(* reset_deinit )(void)
uint8_t(* reset_write )(uint8_t level)
void(* delay_ms )(uint32_t ms)
void(* debug_print )(const char *const fmt,...)
uint8_t inited

Detailed Description

ov2640 handle structure definition

Definition at line 327 of file driver_ov2640.h.

Field Documentation

◆ debug_print

void(* debug_print) (const char *const fmt,...)

point to a debug_print function address

Definition at line 340 of file driver_ov2640.h.

◆ delay_ms

void(* delay_ms) (uint32_t ms)

point to a delay_ms function address

Definition at line 339 of file driver_ov2640.h.

◆ inited

uint8_t inited

inited flag

Definition at line 341 of file driver_ov2640.h.

◆ power_down_deinit

uint8_t(* power_down_deinit) (void)

point to a power_down_deinit function address

Definition at line 334 of file driver_ov2640.h.

◆ power_down_init

uint8_t(* power_down_init) (void)

point to a power_down_init function address

Definition at line 333 of file driver_ov2640.h.

◆ power_down_write

uint8_t(* power_down_write) (uint8_t level)

point to a power_down_write function address

Definition at line 335 of file driver_ov2640.h.

◆ reset_deinit

uint8_t(* reset_deinit) (void)

point to a reset_deinit function address

Definition at line 337 of file driver_ov2640.h.

◆ reset_init

uint8_t(* reset_init) (void)

point to a reset_init function address

Definition at line 336 of file driver_ov2640.h.

◆ reset_write

uint8_t(* reset_write) (uint8_t level)

point to a reset_write function address

Definition at line 338 of file driver_ov2640.h.

◆ sccb_deinit

uint8_t(* sccb_deinit) (void)

point to an sccb_deinit function address

Definition at line 330 of file driver_ov2640.h.

◆ sccb_init

uint8_t(* sccb_init) (void)

point to an sccb_init function address

Definition at line 329 of file driver_ov2640.h.

◆ sccb_read

uint8_t(* sccb_read) (uint8_t addr, uint8_t reg, uint8_t *buf, uint16_t len)

point to an sccb_read function address

Definition at line 331 of file driver_ov2640.h.

◆ sccb_write

uint8_t(* sccb_write) (uint8_t addr, uint8_t reg, uint8_t *buf, uint16_t len)

point to an sccb_write function address

Definition at line 332 of file driver_ov2640.h.


The documentation for this struct was generated from the following file: