RTEMS 6.1-rc1
reg_pcr.h
1/* The header file is generated by make_header.py from PCR.json */
2/* Current script's version can be found at: */
3/* https://github.com/AoLaD/rtems-tms570-utils/tree/headers/headers/python */
4
5/*
6 * Copyright (c) 2014-2015, Premysl Houdek <kom541000@gmail.com>
7 *
8 * Czech Technical University in Prague
9 * Zikova 1903/4
10 * 166 36 Praha 6
11 * Czech Republic
12 *
13 * All rights reserved.
14 *
15 * Redistribution and use in source and binary forms, with or without
16 * modification, are permitted provided that the following conditions are met:
17 *
18 * 1. Redistributions of source code must retain the above copyright notice, this
19 * list of conditions and the following disclaimer.
20 * 2. Redistributions in binary form must reproduce the above copyright notice,
21 * this list of conditions and the following disclaimer in the documentation
22 * and/or other materials provided with the distribution.
23 *
24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
25 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
26 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
27 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
28 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
29 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
30 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
31 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
32 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
33 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34 *
35 * The views and conclusions contained in the software and documentation are those
36 * of the authors and should not be interpreted as representing official policies,
37 * either expressed or implied, of the FreeBSD Project.
38*/
39#ifndef LIBBSP_ARM_TMS570_PCR
40#define LIBBSP_ARM_TMS570_PCR
41
42#include <bsp/utility.h>
43
44typedef struct{
45 uint32_t PMPROTSET0; /*Peripheral Memory Protection Set Register 0*/
46 uint32_t PMPROTSET1; /*Peripheral Memory Protection Set Register 1*/
47 uint8_t reserved1 [8];
48 uint32_t PMPROTCLR0; /*Peripheral Memory Protection Clear Register 0*/
49 uint32_t PMPROTCLR1; /*Peripheral Memory Protection Clear Register 1*/
50 uint8_t reserved2 [8];
51 uint32_t PPROTSET0; /*Peripheral Protection Set Register 0*/
52 uint32_t PPROTSET1; /*Peripheral Protection Set Register 1*/
53 uint32_t PPROTSET2; /*Peripheral Protection Set Register 2*/
54 uint32_t PPROTSET3; /*Peripheral Protection Set Register 3*/
55 uint8_t reserved3 [16];
56 uint32_t PPROTCLR0; /*Peripheral Protection Clear Register 0*/
57 uint32_t PPROTCLR1; /*Peripheral Protection Clear Register 1*/
58 uint32_t PPROTCLR2; /*Peripheral Protection Clear Register 2*/
59 uint32_t PPROTCLR3; /*Peripheral Protection Clear Register 3*/
60 uint8_t reserved4 [16];
61 uint32_t PCSPWRDWNSET0; /*Peripheral Memory Power-Down Set Register 0*/
62 uint32_t PCSPWRDWNSET1; /*Peripheral Memory Power-Down Set Register 1*/
63 uint8_t reserved5 [8];
64 uint32_t PCSPWRDWNCLR0; /*Peripheral Memory Power-Down Clear Register 0*/
65 uint32_t PCSPWRDWNCLR1; /*Peripheral Memory Power-Down Clear Register 1*/
66 uint8_t reserved6 [8];
67 uint32_t PSPWRDWNSET0; /*Peripheral Power-Down Set Register 0*/
68 uint32_t PSPWRDWNSET1; /*Peripheral Power-Down Set Register 1*/
69 uint32_t PSPWRDWNSET2; /*Peripheral Power-Down Set Register 2*/
70 uint32_t PSPWRDWNSET3; /*Peripheral Power-Down Set Register 3*/
71 uint8_t reserved7 [16];
72 uint32_t PSPWRDWNCLR0; /*Peripheral Power-Down Clear Register 0*/
73 uint32_t PSPWRDWNCLR1; /*Peripheral Power-Down Clear Register 1*/
74 uint32_t PSPWRDWNCLR2; /*Peripheral Power-Down Clear Register 2*/
75 uint32_t PSPWRDWNCLR3; /*Peripheral Power-Down Clear Register 3*/
77
78
79/*-------------------TMS570_PCR_PMPROTSET0-------------------*/
80/* field: PCSPROTSET - Peripheral memory frame protection set. */
81/* Whole 32 bits */
82
83/*-------------------TMS570_PCR_PMPROTSET1-------------------*/
84/* field: PCSPROTSET - Peripheral memory frame protection set. */
85/* Whole 32 bits */
86
87/*-------------------TMS570_PCR_PMPROTCLR0-------------------*/
88/* field: PCSPROTCLR - Peripheral memory frame protection clear. */
89/* Whole 32 bits */
90
91/*-------------------TMS570_PCR_PMPROTCLR1-------------------*/
92/* field: PCSPROTCLR - Peripheral memory frame protection clear. */
93/* Whole 32 bits */
94
95/*--------------------TMS570_PCR_PPROTSETx--------------------*/
96/* field: PROTSET - Peripheral select quadrant protection set. */
97/* Whole 32 bits */
98
99/*--------------------TMS570_PCR_PPROTCLRx--------------------*/
100/* field: PROTCLR - Peripheral select quadrant protection clear. */
101/* Whole 32 bits */
102
103/*------------------TMS570_PCR_PCSPWRDWNSETx------------------*/
104/* field: PWRDNSET - Peripheral memory clock power-down set. */
105/* Whole 32 bits */
106
107/*------------------TMS570_PCR_PCSPWRDWNCLRx------------------*/
108/* field: PWRDNCLR - Peripheral memory clock power-down clear. */
109/* Whole 32 bits */
110
111/*------------------TMS570_PCR_PSPWRDWNSETx------------------*/
112/* field: PWRDWNSET - Peripheral select quadrant clock power-down set. */
113/* Whole 32 bits */
114
115/*------------------TMS570_PCR_PSPWRDWNCLRx------------------*/
116/* field: PWRDWNCLR - Peripheral select quadrant clock power-down clear. */
117/* Whole 32 bits */
118
119
120#endif /* LIBBSP_ARM_TMS570_PCR */
This header file provides utility macros for BSPs.
Definition: reg_pcr.h:44