|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Credit-based shaper parameters per traffic class. More...
#include <ra8_etha_types.h>
Data Fields | |
| uint32_t | increment |
| CIV credit-add per byte (20 bits). | |
| uint32_t | upper_lim |
| CUL upper credit limit (31 bits). | |
Credit-based shaper parameters per traffic class.
Definition at line 139 of file ra8_etha_types.h.
| uint32_t ra8_etha_cbs_param_t::increment |
CIV credit-add per byte (20 bits).
Definition at line 140 of file ra8_etha_types.h.
Referenced by ra8_etha_configure_cbs(), and ra8_etha_get_cbs_state().
| uint32_t ra8_etha_cbs_param_t::upper_lim |
CUL upper credit limit (31 bits).
Definition at line 141 of file ra8_etha_types.h.
Referenced by ra8_etha_configure_cbs(), and ra8_etha_get_cbs_state().