#include <dwc.h>
typedef struct DWCRnkGetParam_order {
u32 sort;
u32 since;
} DWCRnkGetParam_order;Specifies the parameter to use when data is obtained in order retrieval mode (DWC_RNK_GET_MODE_ORDER). This is a member of DWCRnkGetParam.
sort |
DWC_RNK_ORDER_ASC: Ascending order.DWC_RNK_ORDER_DES: Descending order. |
since |
From how long ago (in minutes). |
For the changelog prior to 5.1 PR2, click here.
CONFIDENTIAL