RTEMS 6.1-rc6
Loading...
Searching...
No Matches
errata_SSWF021_45.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: BSD-3-Clause */
2
14/*
15* Copyright (C) 2009-2018 Texas Instruments Incorporated - www.ti.com
16*
17*
18* Redistribution and use in source and binary forms, with or without
19* modification, are permitted provided that the following conditions
20* are met:
21*
22* Redistributions of source code must retain the above copyright
23* notice, this list of conditions and the following disclaimer.
24*
25* Redistributions in binary form must reproduce the above copyright
26* notice, this list of conditions and the following disclaimer in the
27* documentation and/or other materials provided with the
28* distribution.
29*
30* Neither the name of Texas Instruments Incorporated nor the names of
31* its contributors may be used to endorse or promote products derived
32* from this software without specific prior written permission.
33*
34* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
35* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
36* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
37* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
38* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
39* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
40* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
41* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
42* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
43* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
44* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
45*
46*/
47#ifndef INCLUDE_ERRATA_SSWF021_45_H_
48#define INCLUDE_ERRATA_SSWF021_45_H_
49#include <stdint.h>
50
51uint32_t _errata_SSWF021_45_both_plls(uint32_t count);
52uint32_t _errata_SSWF021_45_pll1(uint32_t count);
53uint32_t _errata_SSWF021_45_pll2(uint32_t count);
54
55
56#endif /* INCLUDE_HL_ERRATA_SSWF021_45_H_ */
uint32_t _errata_SSWF021_45_pll2(uint32_t count)
This handles the errata for PLL2. This function is called in device startup.
Definition: errata_SSWF021_45.c:227
uint32_t _errata_SSWF021_45_pll1(uint32_t count)
This handles the errata for PLL1. This function is called in device startup.
Definition: errata_SSWF021_45.c:158
uint32_t _errata_SSWF021_45_both_plls(uint32_t count)
This handles the errata for PLL1 and PLL2. This function is called in device startup.
Definition: errata_SSWF021_45.c:78