|
IMX500 MCU SDK
API reference for the Arducam IMX500 MCU SDK
|
Platform I2C and timing hooks used by the SDK runtime. More...
#include <ai_driver.h>
Data Fields | |
| i2c_read_fn | read |
| sleep_ms_fn | slp_ms |
| sleep_us_fn | slp_us |
| i2c_write_fn | write |
| i2c_write_block_fn | write_block |
Platform I2C and timing hooks used by the SDK runtime.
Definition at line 57 of file ai_driver.h.
| i2c_read_fn i2c_driver::read |
Definition at line 59 of file ai_driver.h.
| sleep_ms_fn i2c_driver::slp_ms |
Definition at line 61 of file ai_driver.h.
| sleep_us_fn i2c_driver::slp_us |
Definition at line 62 of file ai_driver.h.
| i2c_write_fn i2c_driver::write |
Definition at line 58 of file ai_driver.h.
| i2c_write_block_fn i2c_driver::write_block |
Definition at line 60 of file ai_driver.h.