|
Embedded Artistry Framework
Embedded Systems C++ Framework
|

Macros | |
| #define | BUFFER_SIZE 65535 |
| #define | SLAVE_RESP_SIZE 26 |
| #define | INTERVAL_TIMEOUT 500 |
Functions | |
| static void | dump (Aardvark handle, int timeout_ms) |
| int | main (int argc, char *argv[]) |
Variables | |
| static u08 | data_in [BUFFER_SIZE] |
| #define BUFFER_SIZE 65535 |
| #define INTERVAL_TIMEOUT 500 |
| #define SLAVE_RESP_SIZE 26 |
|
static |
References AA_ASYNC_I2C_READ, AA_ASYNC_I2C_WRITE, AA_ASYNC_NO_DATA, aa_async_poll(), aa_i2c_slave_read(), aa_i2c_slave_write_stats(), aa_status_string(), BUFFER_SIZE, data_in, INTERVAL_TIMEOUT, and printf.
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
|
static |
Referenced by _readMemory(), _writeMemory(), aa_i2c_read(), aa_i2c_read_ext(), aa_i2c_slave_read(), aa_i2c_slave_read_ext(), aa_spi_slave_read(), aa_spi_write(), and dump().
1.8.15