Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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_MIN_BITRATE(node_id, min)
 Get the minimum transceiver bitrate for a CAN controller.
 
#define DT_CAN_TRANSCEIVER_MAX_BITRATE(node_id, max)
 Get the maximum transceiver bitrate for a CAN controller.
 
#define DT_INST_CAN_TRANSCEIVER_MIN_BITRATE(inst, min)    DT_CAN_TRANSCEIVER_MIN_BITRATE(DT_DRV_INST(inst), min)
 Get the minimum transceiver bitrate for a DT_DRV_COMPAT CAN controller.
 
#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.
 

Detailed Description

CAN devicetree macro public API header file.