Searched refs:max_bitrate (Results  1 – 2 of 2) sorted by relevance
| /Zephyr-latest/include/zephyr/devicetree/ | 
| D | can.h | 119 		    MIN(DT_PROP(DT_PHANDLE(node_id, phys), max_bitrate), max),		\120 		    MIN(DT_PROP_OR(DT_CHILD(node_id, can_transceiver), max_bitrate, max), max))
 
 | 
| /Zephyr-latest/include/zephyr/drivers/ | 
| D | can.h | 343 	uint32_t max_bitrate;  member367 		.max_bitrate = DT_CAN_TRANSCEIVER_MAX_BITRATE(node_id, _max_bitrate),		\
 872 	return common->max_bitrate;  in z_impl_can_get_bitrate_max()
 
 |