123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- /**
- * \file
- *
- * \brief Instance 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_INSTANCE_H_
- #define _SAML11_PTC_INSTANCE_H_
- /* ========== Register definition for PTC peripheral ========== */
- #if (defined(__ASSEMBLER__) || defined(__IAR_SYSTEMS_ASM__))
- #else
- #endif /* (defined(__ASSEMBLER__) || defined(__IAR_SYSTEMS_ASM__)) */
- /* ========== Instance Parameter definitions for PTC peripheral ========== */
- #define PTC_DMAC_ID_EOC 21 /* Index of DMA EOC trigger */
- #define PTC_DMAC_ID_SEQ 22 /* Index of DMA SEQ trigger */
- #define PTC_DMAC_ID_WCOMP 23 /* Index of DMA WCOMP trigger */
- #define PTC_GCLK_ID 19 /* Index of Generic Clock */
- #define PTC_LINES_MSB 19
- #define PTC_LINES_NUM 20 /* Number of PTC lines */
- #define PTC_INSTANCE_ID 73
- #endif /* _SAML11_PTC_INSTANCE_ */
|