|
MAV'RIC
|
| init(void)=0 | I2c | [pure virtual] |
| probe(uint32_t address)=0 | I2c | [pure virtual] |
| read(uint8_t *buffer, uint32_t nbytes, uint32_t address)=0 | I2c | [pure virtual] |
| transfer(uint8_t *out_buffer, uint32_t ntxbytes, uint8_t *in_buffer, uint32_t nrxbytes, uint32_t address) | I2c | [inline, virtual] |
| write(const uint8_t *buffer, uint32_t nbytes, uint32_t address)=0 | I2c | [pure virtual] |
1.7.6.1