MCUXpresso_MIMXRT1021xxxxx/boards/evkmimxrt1020/usb_examples/usb_device_phdc_weighscale_lite/bm/usb_device_phdc.h
2022-08-23 23:00:33 +08:00

20 lines
613 B
C

/*
* Copyright (c) 2015, Freescale Semiconductor, Inc.
* Copyright 2016 NXP
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef _USB_DEVICE_PHDC_H_
#define _USB_DEVICE_PHDC_H_
/*******************************************************************************
* Definitions
******************************************************************************/
/*! @brief PHDC class request type */
#define USB_DEVICE_PHDC_REQUEST_SET_FEATURE (0x03U)
#define USB_DEVICE_PHDC_REQUEST_CLEAR_FEATURE (0x01U)
#define USB_DEVICE_PHDC_REQUEST_GET_STATUS (0x00U)
#endif /* _USB_DEVICE_PHDC_H_ */