#include "board.h"
#include "string.h"
Go to the source code of this file.
Detailed Description
This file contains all the specific code for the ISI example.
Definition in file main.c.
Define Documentation
#define BOARD_BASE_TWI_ISI TWIHS0 |
TWI base address for Sensor configuration
Definition at line 110 of file main.c.
#define BOARD_ID_TWI_ISI ID_TWIHS0 |
TWI peripheral ID for Sensor configuration
Definition at line 108 of file main.c.
#define BOARD_PINS_TWI_ISI PINS_TWI0 |
TWI Pins definition
Definition at line 117 of file main.c.
#define ISI_MAX_PREV_BUFFER 1 |
Frame Buffer Descriptors
Definition at line 114 of file main.c.
TWI clock frequency in Hz.
Definition at line 106 of file main.c.
Function Documentation
Application entry point for ISI example.
- Returns:
- Unused (ANSI-C compatibility).
Definition at line 309 of file main.c.
Variable Documentation
ISI pins to configure.
Definition at line 129 of file main.c.