API Reference Manual
1.46.0
|
Parameters for ODP_LSO_WRITE_BITS custom operation. More...
#include <packet_io_types.h>
Data Fields | |
uint8_t | mask [1] |
Bitmask to select which bits to write. | |
uint8_t | value [1] |
Value to be written using the mask: new_value[n] = (old_value[n] & ~mask[n]) | (value[n] & mask[n]) | |
Parameters for ODP_LSO_WRITE_BITS custom operation.
Definition at line 1172 of file api/spec/packet_io_types.h.