aclrtTimeoutUs

typedef struct {
    uint32_t timeoutLow;  // 超时时间的低32位值
    uint32_t timeoutHigh; // 超时时间的高32位值
} aclrtTimeoutUs;