HomeSort by relevance Sort by last modified time
    Searched refs:i2c_write_data (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/util/stm32_flash/
i2c.h 29 uint8_t i2c_write_data(handle_t *handle, uint8_t *buffer, int length);
i2c.c 26 uint8_t i2c_write_data(handle_t *handle, uint8_t *buffer, int length) function
78 handle->write_data = i2c_write_data;

Completed in 69 milliseconds