This module contains APIs to program and use the QoS. See QoS for more details.
Files | |
| file | qos/v0/qos.h |
| This file contains QoS APIs. | |
Data Structures | |
| struct | QOS_Config |
| Quality of Service (QoS) configuration structure. More... | |
Functions | |
| void | QOS_init (QOS_Config *qosData, uint32_t qosCount) |
| QoS Initialization function. More... | |
| void QOS_init | ( | QOS_Config * | qosData, |
| uint32_t | qosCount | ||
| ) |
QoS Initialization function.
Setup the QoS with the given configuration data.
| qosData | [in] Pointer to QoS data array |
| qosCount | [in] Size of the QoS data array |