Lines Matching refs:bitrate
1021 [ bitrate BITRATE [ sample-point SAMPLE-POINT] ] |
1056 bitrate 125000 sample_point 0.875
1083 "bitrate 125000 sample-point 0.875"
1087 bit-timing can be defined by setting the "bitrate" argument.
1103 bitrate pre-scaler and the CAN system clock frequency in Hz.
1125 rate is specified with the argument "bitrate":
1127 $ ip link set canX type can bitrate 125000
1148 $ ip link set canX up type can bitrate 125000
1170 second bit timing has to be specified in order to enable the CAN FD bitrate.
1190 When configuring CAN FD capable CAN controllers an additional 'data' bitrate
1191 has to be set. This bitrate for the data phase of the CAN FD frame has to be
1192 at least the bitrate which was configured for the arbitration phase. This
1193 second bitrate is specified analogue to the first bitrate but the bitrate
1194 setting keywords for the 'data' bitrate start with 'd' e.g. dbitrate,
1195 dsample-point, dsjw or dtq and similar settings. When a data bitrate is set
1218 Example configuring 500 kbit/s arbitration bitrate and 4 Mbit/s data bitrate:
1220 $ ip link set can0 up type can bitrate 500000 sample-point 0.75 \
1227 bitrate 500000 sample-point 0.750