31#include "periph_cpu.h"
45#ifndef HAVE_CAN_CONF_T
Definitions for low-level CAN driver interface.
struct can can_t
Low level device structure for ESP32 CAN (extension of candev_t)
struct candev candev_t
Forward declaration for candev struct.
void can_init(can_t *dev, const can_conf_t *conf)
Initialize a periph CAN device with the given configuration.
ESP CAN device configuration.