mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Device: Update tree structs and add size checks to non-deprecated devices
This commit is contained in:
committed by
Kyle Schwarz
parent
39b54d8c4e
commit
51e4fdc6d9
@@ -409,6 +409,14 @@ typedef struct ETHERNET10T1S_SETTINGS_EXT_t
|
||||
} ETHERNET10T1S_SETTINGS_EXT;
|
||||
#define ETHERNET10T1S_SETTINGS_EXT_SIZE 16
|
||||
|
||||
typedef struct ETHERNET10T1L_SETTINGS_t
|
||||
{
|
||||
uint8_t tx_mode;
|
||||
uint8_t rsvd[7];
|
||||
} ETHERNET10T1L_SETTINGS;
|
||||
#define ETHERNET10T1L_SETTINGS_SIZE 8
|
||||
|
||||
|
||||
#define ETHERNET_SETTINGS10G_FLAG_FULL_DUPLEX 0x01
|
||||
#define ETHERNET_SETTINGS10G_FLAG_AUTO_NEG 0x02
|
||||
#define ETHERNET_SETTINGS10G_FLAG_TCPIP_ENABLE 0x04
|
||||
|
||||
Reference in New Issue
Block a user