Lines Matching full:bitrate
26 * @brief Get the minimum transceiver bitrate for a CAN controller
28 * The bitrate will be limited to the minimum bitrate supported by the CAN
30 * bitrate will be that of the CAN controller.
36 * min-bitrate = <15000>;
37 * max-bitrate = <1000000>;
50 * min-bitrate = <25000>;
51 * max-bitrate = <2000000>;
59 * max-bitrate = <2000000>;
71 * @param min minimum bitrate supported by the CAN controller
72 * @return the minimum bitrate supported by the CAN controller/transceiver combination
80 * @brief Get the maximum transceiver bitrate for a CAN controller
82 * The bitrate will be limited to the maximum bitrate supported by the CAN
84 * bitrate will be that of the CAN controller.
90 * max-bitrate = <1000000>;
103 * max-bitrate = <2000000>;
114 * @param max maximum bitrate supported by the CAN controller
115 * @return the maximum bitrate supported by the CAN controller/transceiver combination
123 * @brief Get the minimum transceiver bitrate for a DT_DRV_COMPAT CAN controller
125 * @param min minimum bitrate supported by the CAN controller
126 * @return the minimum bitrate supported by the CAN controller/transceiver combination
133 * @brief Get the maximum transceiver bitrate for a DT_DRV_COMPAT CAN controller
135 * @param max maximum bitrate supported by the CAN controller
136 * @return the maximum bitrate supported by the CAN controller/transceiver combination