![]() |
|
|||
File indexing completed on 2025-05-11 08:23:38
0001 /* SPDX-License-Identifier: BSD-3-Clause */ 0002 0003 /** 0004 * @file 0005 * 0006 * @ingroup RTEMSBSPsARMTMS570 0007 * 0008 * @brief This header file provides errata SSWF021#45 interfaces. 0009 * 0010 * Pulled in from Halcogen v4.7.1. This is a rare but high-severity errata 0011 * that should always be checked for at system start. 0012 */ 0013 0014 /* 0015 * Copyright (C) 2009-2018 Texas Instruments Incorporated - www.ti.com 0016 * 0017 * 0018 * Redistribution and use in source and binary forms, with or without 0019 * modification, are permitted provided that the following conditions 0020 * are met: 0021 * 0022 * Redistributions of source code must retain the above copyright 0023 * notice, this list of conditions and the following disclaimer. 0024 * 0025 * Redistributions in binary form must reproduce the above copyright 0026 * notice, this list of conditions and the following disclaimer in the 0027 * documentation and/or other materials provided with the 0028 * distribution. 0029 * 0030 * Neither the name of Texas Instruments Incorporated nor the names of 0031 * its contributors may be used to endorse or promote products derived 0032 * from this software without specific prior written permission. 0033 * 0034 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 0035 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 0036 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 0037 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 0038 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 0039 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 0040 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 0041 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 0042 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 0043 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 0044 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 0045 * 0046 */ 0047 #ifndef INCLUDE_ERRATA_SSWF021_45_H_ 0048 #define INCLUDE_ERRATA_SSWF021_45_H_ 0049 #include <stdint.h> 0050 0051 uint32_t _errata_SSWF021_45_both_plls(uint32_t count); 0052 uint32_t _errata_SSWF021_45_pll1(uint32_t count); 0053 uint32_t _errata_SSWF021_45_pll2(uint32_t count); 0054 0055 0056 #endif /* INCLUDE_HL_ERRATA_SSWF021_45_H_ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |