| 
    Zephyr API Documentation 4.3.0-rc2
    
   A Scalable Open Source RTOS 
   | 
 
PLCA (Physical Layer Collision Avoidance) Reconciliation Sublayer configurations. More...
#include <zephyr/net/phy.h>
Data Fields | |
| uint8_t | version | 
| PLCA register map version.   | |
| bool | enable | 
| PLCA configured mode (enable/disable)   | |
| uint8_t | node_id | 
| PLCA local node identifier.   | |
| uint8_t | node_count | 
| PLCA node count.   | |
| uint8_t | burst_count | 
| Additional frames a node is allowed to send in single transmit opportunity (TO)   | |
| uint8_t | burst_timer | 
| Wait time for the MAC to send a new frame before interrupting the burst.   | |
| uint8_t | to_timer | 
| PLCA to_timer in bit-times, which determines the PLCA transmit opportunity.   | |
PLCA (Physical Layer Collision Avoidance) Reconciliation Sublayer configurations.
| uint8_t phy_plca_cfg::burst_count | 
Additional frames a node is allowed to send in single transmit opportunity (TO)
| uint8_t phy_plca_cfg::burst_timer | 
Wait time for the MAC to send a new frame before interrupting the burst.
| bool phy_plca_cfg::enable | 
PLCA configured mode (enable/disable)
| uint8_t phy_plca_cfg::node_count | 
PLCA node count.
| uint8_t phy_plca_cfg::node_id | 
PLCA local node identifier.
| uint8_t phy_plca_cfg::to_timer | 
PLCA to_timer in bit-times, which determines the PLCA transmit opportunity.
| uint8_t phy_plca_cfg::version | 
PLCA register map version.