31 #include "periph_cpu.h" 
   45 #ifndef HAVE_CAN_CONF_T 
Definitions for low-level CAN driver interface.
 
void can_init(can_t *dev, const can_conf_t *conf)
Initialize a periph CAN device with the given configuration.
 
int can_conf_t
CAN configuration identifier.
 
candev_t can_t
CAN device descriptor identifier.
 
ESP CAN device configuration.
 
Low level device structure for ESP32 CAN (extension of candev_t)
 
Structure to hold driver state.