|
libpynq (release 5EWC0-2023 version 0.2.6 of 2025-11-10 09:56)
|
#include <iic.h>
Go to the source code of this file.
Functions | |
| void | iic_init (const iic_index_t iic) |
| void | iic_destroy (const iic_index_t iic) |
| bool | iic_set_slave_mode (const iic_index_t iic, const uint8_t addr, uint32_t *register_map, const uint32_t rm_length) |
| void | iic_reset (const iic_index_t iic) |
| bool | iic_read_register (const iic_index_t iic, const uint8_t addr, const uint8_t reg, uint8_t *data, uint16_t length) |
| bool | iic_write_register (const iic_index_t iic, const uint8_t addr, const uint8_t reg, uint8_t *data, uint16_t length) |