Champs de contrôle.
Plus de détails...
#include <can.h>
|
|
struct { |
| uint8_t xDlc:4 |
| |
| uint8_t xR0:1 |
| |
| uint8_t xR1:1 |
| |
|
uint8_t xUnused:2 |
| |
| }; | |
| |
|
uint8_t | xValue |
| |
Champs de contrôle.
Définition à la ligne 116 du fichier can.h.
| uint8_t xCanCtrlField::xDlc |
Data Length Code
Définition à la ligne 124 du fichier can.h.
| uint8_t xCanCtrlField::xR0 |
Reserved Bit 0
Définition à la ligne 123 du fichier can.h.
| uint8_t xCanCtrlField::xR1 |
Reserved Bit 1
Définition à la ligne 122 du fichier can.h.