Control block for ISO data generator. More...
#include <lhci_int.h>
Data Fields | |
bool_t | recvIsoSink |
uint32_t | recvIsoPktCnt |
uint32_t | recvIsoOctetCnt |
bool_t | genEnaFlag |
uint8_t | genPldCnt |
uint16_t | genPktLen |
uint32_t | genPktCnt |
uint32_t | genOctetCnt |
bool_t | isoRxTest |
Control block for ISO data generator.
Definition at line 339 of file lhci_int.h.
bool_t genEnaFlag |
Generate ISO enable flag.
Definition at line 344 of file lhci_int.h.
uint32_t genOctetCnt |
Generate ISO octet count.
Definition at line 348 of file lhci_int.h.
uint32_t genPktCnt |
Generate ISO packet count.
Definition at line 347 of file lhci_int.h.
uint16_t genPktLen |
Generate ISO packet length (0 to disable).
Definition at line 346 of file lhci_int.h.
uint8_t genPldCnt |
Generate ISO packet fill value.
Definition at line 345 of file lhci_int.h.
bool_t isoRxTest |
TRUE if ISO Rx test is enabled.
Definition at line 350 of file lhci_int.h.
uint32_t recvIsoOctetCnt |
Receive ISO octet count.
Definition at line 343 of file lhci_int.h.
uint32_t recvIsoPktCnt |
Receive ISO packet count.
Definition at line 342 of file lhci_int.h.
bool_t recvIsoSink |
Receive ISO sink.
Definition at line 341 of file lhci_int.h.