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