IMX500 MCU SDK
API reference for the Arducam IMX500 MCU SDK
Loading...
Searching...
No Matches
i2c_driver Struct Reference

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

Detailed Description

Platform I2C and timing hooks used by the SDK runtime.

Definition at line 57 of file ai_driver.h.

Field Documentation

◆ read

i2c_read_fn i2c_driver::read

Definition at line 59 of file ai_driver.h.

◆ slp_ms

sleep_ms_fn i2c_driver::slp_ms

Definition at line 61 of file ai_driver.h.

◆ slp_us

sleep_us_fn i2c_driver::slp_us

Definition at line 62 of file ai_driver.h.

◆ write

i2c_write_fn i2c_driver::write

Definition at line 58 of file ai_driver.h.

◆ write_block

i2c_write_block_fn i2c_driver::write_block

Definition at line 60 of file ai_driver.h.


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