template_write_register

Name

template_write_register --  Low level write register routine

Synopsis

void template_write_register (unsigned char data, unsigned long address);

Arguments

data

data to be written

address

memory address to write to

Description

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

Return Value

The function does not return a value

File

src/template.c