SAMV71 Xplained Ultra Software Package 1.5

main.c File Reference

#include "board.h"
#include "string.h"

Go to the source code of this file.

Defines

#define ISI_BASE   gIsiBuffer
#define DISPLAY_BASE   gDisplayBuffer
#define TWCK   400000
#define BOARD_ID_TWI_ISI   ID_TWIHS0
#define BOARD_BASE_TWI_ISI   TWIHS0
#define CAMX_MT9V022_SLAVE_ADDR   (0x30>>1)
#define ISI_MAX_PREV_BUFFER   1
#define BOARD_PINS_TWI_ISI   PINS_TWI0
#define LCD_NORMAL_MODE   0
#define LCD_REVERSE_MODE   1
#define LCD_MODE   ILI9488_EBIMODE

Functions

void TWIHS0_Handler (void)
 TWI interrupt handler. Forwards the interrupt to the TWI driver handler.
void XDMAC_Handler (void)
 xDMA interrupt handler.
void ISI_Handler (void)
 ISI interrupt handler.
int main (void)
 Application entry point for ISI example.

Variables

const sensorProfile_t mt9v022Profile
const Pin pinsTWI [] = BOARD_PINS_TWI_ISI
const Pin pin_ISI_RST = BOARD_ISI_RST
const Pin pin_ISI_PWD = BOARD_ISI_PWD
const Pin pPinsISI [] = {BOARD_ISI_PINS}
ISI_FrameBufferDescriptors preBufDescList

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.

#define TWCK   400000

TWI clock frequency in Hz.

Definition at line 106 of file main.c.


Function Documentation

int main ( void   ) 

Application entry point for ISI example.

Returns:
Unused (ANSI-C compatibility).

Definition at line 309 of file main.c.

Here is the call graph for this function:


Variable Documentation

const Pin pinsTWI[] = BOARD_PINS_TWI_ISI

ISI pins to configure.

Definition at line 129 of file main.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines