template_read_register

Name

template_read_register --  Low level read register routine

Synopsis

unsigned template_read_register (unsigned long address);

Arguments

address

memory address to read from

Description

The function template_read_register is used to read from hardware registers on the CAN chip. You should only have to edit this function if your hardware uses some specific read process.

Return Value

The function returns the value stored in address

File

src/template.c