Device: Comet: Update settings

This commit is contained in:
Bryant Jones
2024-09-26 20:42:41 +00:00
committed by Kyle Schwarz
parent ee7b66625a
commit 24f291dc83
3 changed files with 23 additions and 1 deletions
+10
View File
@@ -395,6 +395,16 @@ typedef struct ETHERNET10T1S_SETTINGS_t
#define ETHERNET10T1S_SETTINGS_FLAG_ENABLE_PLCA 0x01
#define ETHERNET10T1S_SETTINGS_FLAG_TERMINATION 0x02
#define ETHERNET10T1S_SETTINGS_FLAG_BUS_DECODING_BEACONS 0x04
#define ETHERNET10T1S_SETTINGS_FLAG_BUS_DECODING_ALL 0x08
typedef struct ETHERNET10T1S_SETTINGS_EXT_t
{
uint8_t enable_multi_id; // Mask representing whether ID at corresponding bit enabled or not
uint8_t multi_id[7];
uint8_t rsvd[8];
} ETHERNET10T1S_SETTINGS_EXT;
#define ETHERNET10T1S_SETTINGS_EXT_SIZE 16
#define ETHERNET_SETTINGS10G_FLAG_FULL_DUPLEX 0x01
#define ETHERNET_SETTINGS10G_FLAG_AUTO_NEG 0x02