Zephyr Project API  3.3.0
A Scalable Open Source RTOS
can.h File Reference

CAN devicetree macro public API header file. More...

Go to the source code of this file.

Macros

#define DT_CAN_TRANSCEIVER_MAX_BITRATE(node_id, max)
 Get the maximum transceiver bitrate for a CAN controller. More...
 
#define DT_INST_CAN_TRANSCEIVER_MAX_BITRATE(inst, max)    DT_CAN_TRANSCEIVER_MAX_BITRATE(DT_DRV_INST(inst), max)
 Get the maximum transceiver bitrate for a DT_DRV_COMPAT CAN controller. More...
 

Detailed Description

CAN devicetree macro public API header file.