1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- /**
- * \file
- *
- * \brief Component description for PTC
- *
- * Copyright (c) 2018 Microchip Technology Inc.
- *
- * \license_start
- *
- * \page License
- *
- * SPDX-License-Identifier: Apache-2.0
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- * \license_stop
- *
- */
- /* file generated from device description version 2018-05-30T11:07:17Z */
- #ifndef _SAML11_PTC_COMPONENT_H_
- #define _SAML11_PTC_COMPONENT_H_
- #define _SAML11_PTC_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
- /** \addtogroup SAML_SAML11 Peripheral Touch Controller
- * @{
- */
- /* ========================================================================== */
- /** SOFTWARE API DEFINITION FOR PTC */
- /* ========================================================================== */
- #define PTC_U2215 /**< (PTC) Module ID */
- #define REV_PTC 0x500 /**< (PTC) Module revision */
- #if !(defined(__ASSEMBLER__) || defined(__IAR_SYSTEMS_ASM__))
- /** \brief No hardware registers defined for PTC */
- typedef void Ptc;
- #endif /* !(defined(__ASSEMBLER__) || defined(__IAR_SYSTEMS_ASM__)) */
- /** @} end of Peripheral Touch Controller */
- #endif /* _SAML11_PTC_COMPONENT_H_ */
|