Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ethernet_t1s_param Struct Reference

#include <ethernet.h>

Data Fields

enum ethernet_t1s_param_type type
 Type of T1S parameter.
 
union {
   struct {
      bool   enable
 T1S PLCA enabled. More...
 
      uint8_t   node_id
 T1S PLCA node id range: 0 to 254. More...
 
      uint8_t   node_count
 T1S PLCA node count range: 1 to 255. More...
 
      uint8_t   burst_count
 T1S PLCA burst count range: 0x0 to 0xFF. More...
 
      uint8_t   burst_timer
 T1S PLCA burst timer. More...
 
      uint8_t   to_timer
 T1S PLCA TO value. More...
 
   }   plca
 
}; 
 

Field Documentation

◆ 

union { ... } ethernet_t1s_param::@285

◆ burst_count

uint8_t ethernet_t1s_param::burst_count

T1S PLCA burst count range: 0x0 to 0xFF.

◆ burst_timer

uint8_t ethernet_t1s_param::burst_timer

T1S PLCA burst timer.

◆ enable

bool ethernet_t1s_param::enable

T1S PLCA enabled.

◆ node_count

uint8_t ethernet_t1s_param::node_count

T1S PLCA node count range: 1 to 255.

◆ node_id

uint8_t ethernet_t1s_param::node_id

T1S PLCA node id range: 0 to 254.

◆ 

struct { ... } ethernet_t1s_param::plca

◆ to_timer

uint8_t ethernet_t1s_param::to_timer

T1S PLCA TO value.

◆ type

enum ethernet_t1s_param_type ethernet_t1s_param::type

Type of T1S parameter.


The documentation for this struct was generated from the following file: