espressif_tinyusb/hw/mcu/nordic/nrf52/tusb_port/dcd_nrf52.h

51 lines
1.9 KiB
C
Raw Normal View History

2018-03-02 07:41:35 +01:00
/**************************************************************************/
/*!
2018-03-13 10:30:53 +01:00
@file dcd_nrf52.h
@author hathach
2018-03-02 07:41:35 +01:00
@section LICENSE
Software License Agreement (BSD License)
2018-03-13 10:30:53 +01:00
Copyright (c) 2018, hathach (tinyusb.org)
2018-03-02 07:41:35 +01:00
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holders nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ''AS IS'' AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2018-03-13 10:30:53 +01:00
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
2018-03-02 07:41:35 +01:00
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2018-03-13 10:30:53 +01:00
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2018-03-02 07:41:35 +01:00
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/**************************************************************************/
2018-03-13 10:30:53 +01:00
#ifndef DCD_NRF52_H_
#define DCD_NRF52_H_
2018-03-02 07:41:35 +01:00
2018-03-13 10:30:53 +01:00
#ifdef __cplusplus
extern "C" {
#endif
2018-03-02 07:41:35 +01:00
2018-03-13 10:30:53 +01:00
#ifdef __cplusplus
}
2018-03-02 07:41:35 +01:00
#endif
2018-03-13 10:30:53 +01:00
#endif /* DCD_NRF52_H_ */