Loading...
Searching...
No Matches
can.h File Reference

Low-level CAN peripheral driver interface definitions. More...

Detailed Description

Low-level CAN peripheral driver interface definitions.

Author
Vincent Dupont vince.nosp@m.nt@o.nosp@m.takey.nosp@m.s.co.nosp@m.m

Definition in file can.h.

#include "periph_cpu.h"
#include "can/candev.h"
+ Include dependency graph for can.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef candev_t can_t
 CAN device descriptor identifier.
 
typedef int can_conf_t
 CAN configuration identifier.
 

Functions

void can_init (can_t *dev, const can_conf_t *conf)
 Initialize a periph CAN device with the given configuration.