Ignore:
Timestamp:
Apr 5, 2019, 9:26:53 PM (5 years ago)
Author:
coas-nagasima
Message:

mbed関連を更新
シリアルドライバをmbedのHALを使うよう変更
ファイルディスクリプタの処理を更新

Location:
asp3_tinet_ecnl_arm/trunk/asp3_dcre/mbed/targets/TARGET_RENESAS/TARGET_RZA1XX
Files:
1 added
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_arm/trunk/asp3_dcre/mbed/targets/TARGET_RENESAS/TARGET_RZA1XX/TARGET_RZ_A1H/device/inc/iodefines/cpg_iodefine.h

    r352 r374  
    1919* following link:
    2020* http://www.renesas.com/disclaimer*
    21 * Copyright (C) 2013-2014 Renesas Electronics Corporation. All rights reserved.
     21* Copyright (C) 2013-2015 Renesas Electronics Corporation. All rights reserved.
    2222*******************************************************************************/
    2323/*******************************************************************************
     
    2525* $Rev: $
    2626* $Date::                           $
    27 * Description : Definition of I/O Register (V1.00a)
     27* Description : Definition of I/O Register for RZ/A1H,M (V2.00h)
    2828******************************************************************************/
    2929#ifndef CPG_IODEFINE_H
    3030#define CPG_IODEFINE_H
     31/* ->QAC 0639 : Over 127 members (C90) */
     32/* ->QAC 0857 : Over 1024 #define (C90) */
     33/* ->MISRA 18.4 : Pack unpack union */ /* ->SEC M1.6.2 */
    3134/* ->SEC M1.10.1 : Not magic number */
    3235
    33 struct st_cpg
    34 {                                                          /* CPG              */
     36#define CPG     (*(struct st_cpg     *)0xFCFE0010uL) /* CPG */
     37
     38
     39/* Start of channel array defines of CPG */
     40
     41/* Channel array defines of CPG_FROM_SWRSTCR1_ARRAY */
     42/*(Sample) value = CPG_FROM_SWRSTCR1_ARRAY[ channel ]->SWRSTCR1; */
     43#define CPG_FROM_SWRSTCR1_ARRAY_COUNT  (3)
     44#define CPG_FROM_SWRSTCR1_ARRAY_ADDRESS_LIST \
     45{   /* ->MISRA 11.3 */ /* ->SEC R2.7.1 */ \
     46    &CPG_FROM_SWRSTCR1, &CPG_FROM_SWRSTCR2, &CPG_FROM_SWRSTCR3 \
     47}   /* <-MISRA 11.3 */ /* <-SEC R2.7.1 */ /* { } is for MISRA 19.4 */
     48#define CPG_FROM_SWRSTCR1 (*(struct st_cpg_from_swrstcr1 *)&CPG.SWRSTCR1) /* CPG_FROM_SWRSTCR1 */
     49#define CPG_FROM_SWRSTCR2 (*(struct st_cpg_from_swrstcr1 *)&CPG.SWRSTCR2) /* CPG_FROM_SWRSTCR2 */
     50#define CPG_FROM_SWRSTCR3 (*(struct st_cpg_from_swrstcr1 *)&CPG.SWRSTCR3) /* CPG_FROM_SWRSTCR3 */
     51
     52
     53/* Channel array defines of CPG_FROM_STBCR3_ARRAY */
     54/*(Sample) value = CPG_FROM_STBCR3_ARRAY[ channel ]->STBCR3; */
     55#define CPG_FROM_STBCR3_ARRAY_COUNT  (10)
     56#define CPG_FROM_STBCR3_ARRAY_ADDRESS_LIST \
     57{   /* ->MISRA 11.3 */ /* ->SEC R2.7.1 */ \
     58    &CPG_FROM_STBCR3, &CPG_FROM_STBCR4, &CPG_FROM_STBCR5, &CPG_FROM_STBCR6, &CPG_FROM_STBCR7, &CPG_FROM_STBCR8, &CPG_FROM_STBCR9, &CPG_FROM_STBCR10, \
     59    &CPG_FROM_STBCR11, &CPG_FROM_STBCR12 \
     60}   /* <-MISRA 11.3 */ /* <-SEC R2.7.1 */ /* { } is for MISRA 19.4 */
     61#define CPG_FROM_STBCR3 (*(struct st_cpg_from_stbcr3 *)&CPG.STBCR3) /* CPG_FROM_STBCR3 */
     62#define CPG_FROM_STBCR4 (*(struct st_cpg_from_stbcr3 *)&CPG.STBCR4) /* CPG_FROM_STBCR4 */
     63#define CPG_FROM_STBCR5 (*(struct st_cpg_from_stbcr3 *)&CPG.STBCR5) /* CPG_FROM_STBCR5 */
     64#define CPG_FROM_STBCR6 (*(struct st_cpg_from_stbcr3 *)&CPG.STBCR6) /* CPG_FROM_STBCR6 */
     65#define CPG_FROM_STBCR7 (*(struct st_cpg_from_stbcr3 *)&CPG.STBCR7) /* CPG_FROM_STBCR7 */
     66#define CPG_FROM_STBCR8 (*(struct st_cpg_from_stbcr3 *)&CPG.STBCR8) /* CPG_FROM_STBCR8 */
     67#define CPG_FROM_STBCR9 (*(struct st_cpg_from_stbcr3 *)&CPG.STBCR9) /* CPG_FROM_STBCR9 */
     68#define CPG_FROM_STBCR10 (*(struct st_cpg_from_stbcr3 *)&CPG.STBCR10) /* CPG_FROM_STBCR10 */
     69#define CPG_FROM_STBCR11 (*(struct st_cpg_from_stbcr3 *)&CPG.STBCR11) /* CPG_FROM_STBCR11 */
     70#define CPG_FROM_STBCR12 (*(struct st_cpg_from_stbcr3 *)&CPG.STBCR12) /* CPG_FROM_STBCR12 */
     71
     72
     73/* Channel array defines of CPG_FROM_SYSCR1_ARRAY */
     74/*(Sample) value = CPG_FROM_SYSCR1_ARRAY[ channel ]->SYSCR1; */
     75#define CPG_FROM_SYSCR1_ARRAY_COUNT  (3)
     76#define CPG_FROM_SYSCR1_ARRAY_ADDRESS_LIST \
     77{   /* ->MISRA 11.3 */ /* ->SEC R2.7.1 */ \
     78    &CPG_FROM_SYSCR1, &CPG_FROM_SYSCR2, &CPG_FROM_SYSCR3 \
     79}   /* <-MISRA 11.3 */ /* <-SEC R2.7.1 */ /* { } is for MISRA 19.4 */
     80#define CPG_FROM_SYSCR1 (*(struct st_cpg_from_syscr1 *)&CPG.SYSCR1) /* CPG_FROM_SYSCR1 */
     81#define CPG_FROM_SYSCR2 (*(struct st_cpg_from_syscr1 *)&CPG.SYSCR2) /* CPG_FROM_SYSCR2 */
     82#define CPG_FROM_SYSCR3 (*(struct st_cpg_from_syscr1 *)&CPG.SYSCR3) /* CPG_FROM_SYSCR3 */
     83
     84/* End of channel array defines of CPG */
     85
     86
     87#define CPGFRQCR (CPG.FRQCR)
     88#define CPGFRQCR2 (CPG.FRQCR2)
     89#define CPGCPUSTS (CPG.CPUSTS)
     90#define CPGSTBCR1 (CPG.STBCR1)
     91#define CPGSTBCR2 (CPG.STBCR2)
     92#define CPGSTBREQ1 (CPG.STBREQ1)
     93#define CPGSTBREQ2 (CPG.STBREQ2)
     94#define CPGSTBACK1 (CPG.STBACK1)
     95#define CPGSTBACK2 (CPG.STBACK2)
     96#define CPGSYSCR1 (CPG.SYSCR1)
     97#define CPGSYSCR2 (CPG.SYSCR2)
     98#define CPGSYSCR3 (CPG.SYSCR3)
     99#define CPGSTBCR3 (CPG.STBCR3)
     100#define CPGSTBCR4 (CPG.STBCR4)
     101#define CPGSTBCR5 (CPG.STBCR5)
     102#define CPGSTBCR6 (CPG.STBCR6)
     103#define CPGSTBCR7 (CPG.STBCR7)
     104#define CPGSTBCR8 (CPG.STBCR8)
     105#define CPGSTBCR9 (CPG.STBCR9)
     106#define CPGSTBCR10 (CPG.STBCR10)
     107#define CPGSTBCR11 (CPG.STBCR11)
     108#define CPGSTBCR12 (CPG.STBCR12)
     109#define CPGSWRSTCR1 (CPG.SWRSTCR1)
     110#define CPGSWRSTCR2 (CPG.SWRSTCR2)
     111#define CPGSWRSTCR3 (CPG.SWRSTCR3)
     112#define CPGSTBCR13 (CPG.STBCR13)
     113#define CPGRRAMKP (CPG.RRAMKP)
     114#define CPGDSCTR (CPG.DSCTR)
     115#define CPGDSSSR (CPG.DSSSR)
     116#define CPGDSESR (CPG.DSESR)
     117#define CPGDSFR (CPG.DSFR)
     118#define CPGXTALCTR (CPG.XTALCTR)
     119
     120
     121typedef struct st_cpg
     122{
     123                                                           /* CPG              */
    35124    volatile uint16_t FRQCR;                                  /*  FRQCR           */
    36125    volatile uint8_t   dummy319[2];                            /*                  */
     
    51140    volatile uint8_t   STBACK2;                                /*  STBACK2         */
    52141    volatile uint8_t   dummy327[955];                          /*                  */
     142
    53143/* start of struct st_cpg_from_syscr1 */
    54144    volatile uint8_t   SYSCR1;                                 /*  SYSCR1          */
    55145    volatile uint8_t   dummy328[3];                            /*                  */
     146
    56147/* end of struct st_cpg_from_syscr1 */
     148
    57149/* start of struct st_cpg_from_syscr1 */
    58150    volatile uint8_t   SYSCR2;                                 /*  SYSCR2          */
    59151    volatile uint8_t   dummy329[3];                            /*                  */
     152
    60153/* end of struct st_cpg_from_syscr1 */
     154
    61155/* start of struct st_cpg_from_syscr1 */
    62156    volatile uint8_t   SYSCR3;                                 /*  SYSCR3          */
    63157    volatile uint8_t   dummy3300[3];                           /*                  */
     158
    64159/* end of struct st_cpg_from_syscr1 */
    65160    volatile uint8_t   dummy3301[20];                          /*                  */
     161
    66162/* start of struct st_cpg_from_stbcr3 */
    67163    volatile uint8_t   STBCR3;                                 /*  STBCR3          */
    68164    volatile uint8_t   dummy331[3];                            /*                  */
    69 /* end of struct st_cpg_from_stbcr3 */
     165
     166/* end of struct st_cpg_from_stbcr3 */
     167
    70168/* start of struct st_cpg_from_stbcr3 */
    71169    volatile uint8_t   STBCR4;                                 /*  STBCR4          */
    72170    volatile uint8_t   dummy332[3];                            /*                  */
    73 /* end of struct st_cpg_from_stbcr3 */
     171
     172/* end of struct st_cpg_from_stbcr3 */
     173
    74174/* start of struct st_cpg_from_stbcr3 */
    75175    volatile uint8_t   STBCR5;                                 /*  STBCR5          */
    76176    volatile uint8_t   dummy333[3];                            /*                  */
    77 /* end of struct st_cpg_from_stbcr3 */
     177
     178/* end of struct st_cpg_from_stbcr3 */
     179
    78180/* start of struct st_cpg_from_stbcr3 */
    79181    volatile uint8_t   STBCR6;                                 /*  STBCR6          */
    80182    volatile uint8_t   dummy334[3];                            /*                  */
    81 /* end of struct st_cpg_from_stbcr3 */
     183
     184/* end of struct st_cpg_from_stbcr3 */
     185
    82186/* start of struct st_cpg_from_stbcr3 */
    83187    volatile uint8_t   STBCR7;                                 /*  STBCR7          */
    84188    volatile uint8_t   dummy335[3];                            /*                  */
    85 /* end of struct st_cpg_from_stbcr3 */
     189
     190/* end of struct st_cpg_from_stbcr3 */
     191
    86192/* start of struct st_cpg_from_stbcr3 */
    87193    volatile uint8_t   STBCR8;                                 /*  STBCR8          */
    88194    volatile uint8_t   dummy336[3];                            /*                  */
    89 /* end of struct st_cpg_from_stbcr3 */
     195
     196/* end of struct st_cpg_from_stbcr3 */
     197
    90198/* start of struct st_cpg_from_stbcr3 */
    91199    volatile uint8_t   STBCR9;                                 /*  STBCR9          */
    92200    volatile uint8_t   dummy337[3];                            /*                  */
    93 /* end of struct st_cpg_from_stbcr3 */
     201
     202/* end of struct st_cpg_from_stbcr3 */
     203
    94204/* start of struct st_cpg_from_stbcr3 */
    95205    volatile uint8_t   STBCR10;                                /*  STBCR10         */
    96206    volatile uint8_t   dummy338[3];                            /*                  */
    97 /* end of struct st_cpg_from_stbcr3 */
     207
     208/* end of struct st_cpg_from_stbcr3 */
     209
    98210/* start of struct st_cpg_from_stbcr3 */
    99211    volatile uint8_t   STBCR11;                                /*  STBCR11         */
    100212    volatile uint8_t   dummy339[3];                            /*                  */
    101 /* end of struct st_cpg_from_stbcr3 */
     213
     214/* end of struct st_cpg_from_stbcr3 */
     215
    102216/* start of struct st_cpg_from_stbcr3 */
    103217    volatile uint8_t   STBCR12;                                /*  STBCR12         */
    104218    volatile uint8_t   dummy3400[3];                           /*                  */
     219
    105220/* end of struct st_cpg_from_stbcr3 */
    106221    volatile uint8_t   dummy3401[24];                          /*                  */
     222
    107223/* start of struct st_cpg_from_swrstcr1 */
    108224    volatile uint8_t   SWRSTCR1;                               /*  SWRSTCR1        */
    109225    volatile uint8_t   dummy341[3];                            /*                  */
     226
    110227/* end of struct st_cpg_from_swrstcr1 */
     228
    111229/* start of struct st_cpg_from_swrstcr1 */
    112230    volatile uint8_t   SWRSTCR2;                               /*  SWRSTCR2        */
    113231    volatile uint8_t   dummy342[3];                            /*                  */
     232
    114233/* end of struct st_cpg_from_swrstcr1 */
     234
    115235/* start of struct st_cpg_from_swrstcr1 */
    116236    volatile uint8_t   SWRSTCR3;                               /*  SWRSTCR3        */
    117237    volatile uint8_t   dummy3430[3];                           /*                  */
     238
    118239/* end of struct st_cpg_from_swrstcr1 */
    119240    volatile uint8_t   dummy3431[4];                           /*                  */
     
    129250    volatile uint8_t   dummy347[6];                            /*                  */
    130251    volatile uint8_t   XTALCTR;                                /*  XTALCTR         */
    131 };
    132 
    133 
    134 struct st_cpg_from_syscr1
     252} r_io_cpg_t;
     253
     254
     255typedef struct st_cpg_from_syscr1
    135256{
     257 
    136258    volatile uint8_t   SYSCR1;                                 /*  SYSCR1          */
    137259    volatile uint8_t   dummy1[3];                              /*                  */
    138 };
    139 
    140 
    141 struct st_cpg_from_stbcr3
     260} r_io_cpg_from_syscr1_t;
     261
     262
     263typedef struct st_cpg_from_stbcr3
    142264{
     265 
    143266    volatile uint8_t   STBCR3;                                 /*  STBCR3          */
    144267    volatile uint8_t   dummy1[3];                              /*                  */
    145 };
    146 
    147 
    148 struct st_cpg_from_swrstcr1
     268} r_io_cpg_from_stbcr3_t;
     269
     270
     271typedef struct st_cpg_from_swrstcr1
    149272{
     273 
    150274    volatile uint8_t   SWRSTCR1;                               /*  SWRSTCR1        */
    151275    volatile uint8_t   dummy1[3];                              /*                  */
    152 };
    153 
    154 
    155 #define CPG     (*(struct st_cpg     *)0xFCFE0010uL) /* CPG */
    156 
    157 
    158 /* Start of channnel array defines of CPG */
    159 
    160 /* Channnel array defines of CPG_FROM_SWRSTCR1_ARRAY */
    161 /*(Sample) value = CPG_FROM_SWRSTCR1_ARRAY[ channel ]->SWRSTCR1; */
    162 #define CPG_FROM_SWRSTCR1_ARRAY_COUNT  3
    163 #define CPG_FROM_SWRSTCR1_ARRAY_ADDRESS_LIST \
    164 {   /* ->MISRA 11.3 */ /* ->SEC R2.7.1 */ \
    165     &CPG_FROM_SWRSTCR1, &CPG_FROM_SWRSTCR2, &CPG_FROM_SWRSTCR3 \
    166 }   /* <-MISRA 11.3 */ /* <-SEC R2.7.1 */ /* { } is for MISRA 19.4 */
    167 #define CPG_FROM_SWRSTCR1 (*(struct st_cpg_from_swrstcr1 *)&CPG.SWRSTCR1) /* CPG_FROM_SWRSTCR1 */
    168 #define CPG_FROM_SWRSTCR2 (*(struct st_cpg_from_swrstcr1 *)&CPG.SWRSTCR2) /* CPG_FROM_SWRSTCR2 */
    169 #define CPG_FROM_SWRSTCR3 (*(struct st_cpg_from_swrstcr1 *)&CPG.SWRSTCR3) /* CPG_FROM_SWRSTCR3 */
    170 
    171 
    172 /* Channnel array defines of CPG_FROM_STBCR3_ARRAY */
    173 /*(Sample) value = CPG_FROM_STBCR3_ARRAY[ channel ]->STBCR3; */
    174 #define CPG_FROM_STBCR3_ARRAY_COUNT  10
    175 #define CPG_FROM_STBCR3_ARRAY_ADDRESS_LIST \
    176 {   /* ->MISRA 11.3 */ /* ->SEC R2.7.1 */ \
    177     &CPG_FROM_STBCR3, &CPG_FROM_STBCR4, &CPG_FROM_STBCR5, &CPG_FROM_STBCR6, &CPG_FROM_STBCR7, &CPG_FROM_STBCR8, &CPG_FROM_STBCR9, &CPG_FROM_STBCR10, \
    178     &CPG_FROM_STBCR11, &CPG_FROM_STBCR12 \
    179 }   /* <-MISRA 11.3 */ /* <-SEC R2.7.1 */ /* { } is for MISRA 19.4 */
    180 #define CPG_FROM_STBCR3 (*(struct st_cpg_from_stbcr3 *)&CPG.STBCR3) /* CPG_FROM_STBCR3 */
    181 #define CPG_FROM_STBCR4 (*(struct st_cpg_from_stbcr3 *)&CPG.STBCR4) /* CPG_FROM_STBCR4 */
    182 #define CPG_FROM_STBCR5 (*(struct st_cpg_from_stbcr3 *)&CPG.STBCR5) /* CPG_FROM_STBCR5 */
    183 #define CPG_FROM_STBCR6 (*(struct st_cpg_from_stbcr3 *)&CPG.STBCR6) /* CPG_FROM_STBCR6 */
    184 #define CPG_FROM_STBCR7 (*(struct st_cpg_from_stbcr3 *)&CPG.STBCR7) /* CPG_FROM_STBCR7 */
    185 #define CPG_FROM_STBCR8 (*(struct st_cpg_from_stbcr3 *)&CPG.STBCR8) /* CPG_FROM_STBCR8 */
    186 #define CPG_FROM_STBCR9 (*(struct st_cpg_from_stbcr3 *)&CPG.STBCR9) /* CPG_FROM_STBCR9 */
    187 #define CPG_FROM_STBCR10 (*(struct st_cpg_from_stbcr3 *)&CPG.STBCR10) /* CPG_FROM_STBCR10 */
    188 #define CPG_FROM_STBCR11 (*(struct st_cpg_from_stbcr3 *)&CPG.STBCR11) /* CPG_FROM_STBCR11 */
    189 #define CPG_FROM_STBCR12 (*(struct st_cpg_from_stbcr3 *)&CPG.STBCR12) /* CPG_FROM_STBCR12 */
    190 
    191 
    192 /* Channnel array defines of CPG_FROM_SYSCR1_ARRAY */
    193 /*(Sample) value = CPG_FROM_SYSCR1_ARRAY[ channel ]->SYSCR1; */
    194 #define CPG_FROM_SYSCR1_ARRAY_COUNT  3
    195 #define CPG_FROM_SYSCR1_ARRAY_ADDRESS_LIST \
    196 {   /* ->MISRA 11.3 */ /* ->SEC R2.7.1 */ \
    197     &CPG_FROM_SYSCR1, &CPG_FROM_SYSCR2, &CPG_FROM_SYSCR3 \
    198 }   /* <-MISRA 11.3 */ /* <-SEC R2.7.1 */ /* { } is for MISRA 19.4 */
    199 #define CPG_FROM_SYSCR1 (*(struct st_cpg_from_syscr1 *)&CPG.SYSCR1) /* CPG_FROM_SYSCR1 */
    200 #define CPG_FROM_SYSCR2 (*(struct st_cpg_from_syscr1 *)&CPG.SYSCR2) /* CPG_FROM_SYSCR2 */
    201 #define CPG_FROM_SYSCR3 (*(struct st_cpg_from_syscr1 *)&CPG.SYSCR3) /* CPG_FROM_SYSCR3 */
    202 
    203 /* End of channnel array defines of CPG */
    204 
    205 
    206 #define CPGFRQCR CPG.FRQCR
    207 #define CPGFRQCR2 CPG.FRQCR2
    208 #define CPGCPUSTS CPG.CPUSTS
    209 #define CPGSTBCR1 CPG.STBCR1
    210 #define CPGSTBCR2 CPG.STBCR2
    211 #define CPGSTBREQ1 CPG.STBREQ1
    212 #define CPGSTBREQ2 CPG.STBREQ2
    213 #define CPGSTBACK1 CPG.STBACK1
    214 #define CPGSTBACK2 CPG.STBACK2
    215 #define CPGSYSCR1 CPG.SYSCR1
    216 #define CPGSYSCR2 CPG.SYSCR2
    217 #define CPGSYSCR3 CPG.SYSCR3
    218 #define CPGSTBCR3 CPG.STBCR3
    219 #define CPGSTBCR4 CPG.STBCR4
    220 #define CPGSTBCR5 CPG.STBCR5
    221 #define CPGSTBCR6 CPG.STBCR6
    222 #define CPGSTBCR7 CPG.STBCR7
    223 #define CPGSTBCR8 CPG.STBCR8
    224 #define CPGSTBCR9 CPG.STBCR9
    225 #define CPGSTBCR10 CPG.STBCR10
    226 #define CPGSTBCR11 CPG.STBCR11
    227 #define CPGSTBCR12 CPG.STBCR12
    228 #define CPGSWRSTCR1 CPG.SWRSTCR1
    229 #define CPGSWRSTCR2 CPG.SWRSTCR2
    230 #define CPGSWRSTCR3 CPG.SWRSTCR3
    231 #define CPGSTBCR13 CPG.STBCR13
    232 #define CPGRRAMKP CPG.RRAMKP
    233 #define CPGDSCTR CPG.DSCTR
    234 #define CPGDSSSR CPG.DSSSR
    235 #define CPGDSESR CPG.DSESR
    236 #define CPGDSFR CPG.DSFR
    237 #define CPGXTALCTR CPG.XTALCTR
     276} r_io_cpg_from_swrstcr1_t;
     277
     278
     279/* Channel array defines of CPG (2)*/
     280#ifdef  DECLARE_CPG_FROM_SWRSTCR1_ARRAY_CHANNELS
     281volatile struct st_cpg_from_swrstcr1*  CPG_FROM_SWRSTCR1_ARRAY[ CPG_FROM_SWRSTCR1_ARRAY_COUNT ] =
     282    /* ->MISRA 11.3 */ /* ->SEC R2.7.1 */
     283    CPG_FROM_SWRSTCR1_ARRAY_ADDRESS_LIST;
     284    /* <-MISRA 11.3 */ /* <-SEC R2.7.1 */
     285#endif  /* DECLARE_CPG_FROM_SWRSTCR1_ARRAY_CHANNELS */
     286
     287#ifdef  DECLARE_CPG_FROM_STBCR3_ARRAY_CHANNELS
     288volatile struct st_cpg_from_stbcr3*  CPG_FROM_STBCR3_ARRAY[ CPG_FROM_STBCR3_ARRAY_COUNT ] =
     289    /* ->MISRA 11.3 */ /* ->SEC R2.7.1 */
     290    CPG_FROM_STBCR3_ARRAY_ADDRESS_LIST;
     291    /* <-MISRA 11.3 */ /* <-SEC R2.7.1 */
     292#endif  /* DECLARE_CPG_FROM_STBCR3_ARRAY_CHANNELS */
     293
     294#ifdef  DECLARE_CPG_FROM_SYSCR1_ARRAY_CHANNELS
     295volatile struct st_cpg_from_syscr1*  CPG_FROM_SYSCR1_ARRAY[ CPG_FROM_SYSCR1_ARRAY_COUNT ] =
     296    /* ->MISRA 11.3 */ /* ->SEC R2.7.1 */
     297    CPG_FROM_SYSCR1_ARRAY_ADDRESS_LIST;
     298    /* <-MISRA 11.3 */ /* <-SEC R2.7.1 */
     299#endif  /* DECLARE_CPG_FROM_SYSCR1_ARRAY_CHANNELS */
     300/* End of channel array defines of CPG (2)*/
     301
     302
    238303/* <-SEC M1.10.1 */
     304/* <-MISRA 18.4 */ /* <-SEC M1.6.2 */
     305/* <-QAC 0857 */
     306/* <-QAC 0639 */
    239307#endif
Note: See TracChangeset for help on using the changeset viewer.