truck-code
Variables
can_dev.cpp File Reference
#include <sys/mman.h>
#include "can_man.h"
#include "utils/buffer.h"
#include "sja1000.h"
#include "delay.h"
Include dependency graph for can_dev.cpp:

Variables

canregs_t * can_base_addr
 
atomic_t Can_isopen [MAX_CHANNELS]
 

Detailed Description

can_dev.cpp

Device level code, based on device-level can4linux-3.5.4 code for the Phillips SJA 1000.

See SJA1000_3.pdf and AN9076.pdf in ../doc and documentation in ./sja1000.h

Author
Abdul Rahman Kreidieh
Version
1.0.0
Date
February 7, 2019

Variable Documentation

◆ can_base_addr

canregs_t* can_base_addr

This must be initialized to the mapped address of the CAN channel.

◆ Can_isopen

atomic_t Can_isopen[MAX_CHANNELS]

Global per channel variables from sja1000funcs.c For PATH driver, each channel has a separate driver, so MAX_CHANNELS is 1 Most of these are not really used in the PATH CAN driver for QNX6.