mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Device: Comet: Update settings
This commit is contained in:
committed by
Kyle Schwarz
parent
ee7b66625a
commit
24f291dc83
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user