Low-level CAN peripheral driver interface definitions. More...
Low-level CAN peripheral driver interface definitions.
Definition in file can.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.  More... | |