mbed library sources for airmote

Fork of mbed-src by mbed official

Committer:
zskdan
Date:
Tue Nov 24 14:02:46 2015 +0000
Revision:
625:88d3fa07e462
Parent:
390:35c2c1cf29cd
remove unused service

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 390:35c2c1cf29cd 1 /*******************************************************************************
mbed_official 390:35c2c1cf29cd 2 * DISCLAIMER
mbed_official 390:35c2c1cf29cd 3 * This software is supplied by Renesas Electronics Corporation and is only
mbed_official 390:35c2c1cf29cd 4 * intended for use with Renesas products. No other uses are authorized. This
mbed_official 390:35c2c1cf29cd 5 * software is owned by Renesas Electronics Corporation and is protected under
mbed_official 390:35c2c1cf29cd 6 * all applicable laws, including copyright laws.
mbed_official 390:35c2c1cf29cd 7 * THIS SOFTWARE IS PROVIDED "AS IS" AND RENESAS MAKES NO WARRANTIES REGARDING
mbed_official 390:35c2c1cf29cd 8 * THIS SOFTWARE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
mbed_official 390:35c2c1cf29cd 9 * LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
mbed_official 390:35c2c1cf29cd 10 * AND NON-INFRINGEMENT. ALL SUCH WARRANTIES ARE EXPRESSLY DISCLAIMED.
mbed_official 390:35c2c1cf29cd 11 * TO THE MAXIMUM EXTENT PERMITTED NOT PROHIBITED BY LAW, NEITHER RENESAS
mbed_official 390:35c2c1cf29cd 12 * ELECTRONICS CORPORATION NOR ANY OF ITS AFFILIATED COMPANIES SHALL BE LIABLE
mbed_official 390:35c2c1cf29cd 13 * FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES FOR
mbed_official 390:35c2c1cf29cd 14 * ANY REASON RELATED TO THIS SOFTWARE, EVEN IF RENESAS OR ITS AFFILIATES HAVE
mbed_official 390:35c2c1cf29cd 15 * BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
mbed_official 390:35c2c1cf29cd 16 * Renesas reserves the right, without notice, to make changes to this software
mbed_official 390:35c2c1cf29cd 17 * and to discontinue the availability of this software. By using this software,
mbed_official 390:35c2c1cf29cd 18 * you agree to the additional terms and conditions found by accessing the
mbed_official 390:35c2c1cf29cd 19 * following link:
mbed_official 390:35c2c1cf29cd 20 * http://www.renesas.com/disclaimer*
mbed_official 390:35c2c1cf29cd 21 * Copyright (C) 2013-2014 Renesas Electronics Corporation. All rights reserved.
mbed_official 390:35c2c1cf29cd 22 *******************************************************************************/
mbed_official 390:35c2c1cf29cd 23 /*******************************************************************************
mbed_official 390:35c2c1cf29cd 24 * File Name : l2c_iodefine.h
mbed_official 390:35c2c1cf29cd 25 * $Rev: $
mbed_official 390:35c2c1cf29cd 26 * $Date:: $
mbed_official 390:35c2c1cf29cd 27 * Description : Definition of I/O Register (V1.00a)
mbed_official 390:35c2c1cf29cd 28 ******************************************************************************/
mbed_official 390:35c2c1cf29cd 29 #ifndef L2C_IODEFINE_H
mbed_official 390:35c2c1cf29cd 30 #define L2C_IODEFINE_H
mbed_official 390:35c2c1cf29cd 31 /* ->SEC M1.10.1 : Not magic number */
mbed_official 390:35c2c1cf29cd 32
mbed_official 390:35c2c1cf29cd 33 struct st_l2c
mbed_official 390:35c2c1cf29cd 34 { /* L2C */
mbed_official 390:35c2c1cf29cd 35 volatile uint32_t REG0_CACHE_ID; /* REG0_CACHE_ID */
mbed_official 390:35c2c1cf29cd 36 volatile uint32_t REG0_CACHE_TYPE; /* REG0_CACHE_TYPE */
mbed_official 390:35c2c1cf29cd 37 volatile uint8_t dummy8[248]; /* */
mbed_official 390:35c2c1cf29cd 38 volatile uint32_t REG1_CONTROL; /* REG1_CONTROL */
mbed_official 390:35c2c1cf29cd 39 volatile uint32_t REG1_AUX_CONTROL; /* REG1_AUX_CONTROL */
mbed_official 390:35c2c1cf29cd 40 volatile uint32_t REG1_TAG_RAM_CONTROL; /* REG1_TAG_RAM_CONTROL */
mbed_official 390:35c2c1cf29cd 41 volatile uint32_t REG1_DATA_RAM_CONTROL; /* REG1_DATA_RAM_CONTROL */
mbed_official 390:35c2c1cf29cd 42 volatile uint8_t dummy9[240]; /* */
mbed_official 390:35c2c1cf29cd 43 volatile uint32_t REG2_EV_COUNTER_CTRL; /* REG2_EV_COUNTER_CTRL */
mbed_official 390:35c2c1cf29cd 44 volatile uint32_t REG2_EV_COUNTER1_CFG; /* REG2_EV_COUNTER1_CFG */
mbed_official 390:35c2c1cf29cd 45 volatile uint32_t REG2_EV_COUNTER0_CFG; /* REG2_EV_COUNTER0_CFG */
mbed_official 390:35c2c1cf29cd 46 volatile uint32_t REG2_EV_COUNTER1; /* REG2_EV_COUNTER1 */
mbed_official 390:35c2c1cf29cd 47 volatile uint32_t REG2_EV_COUNTER0; /* REG2_EV_COUNTER0 */
mbed_official 390:35c2c1cf29cd 48 volatile uint32_t REG2_INT_MASK; /* REG2_INT_MASK */
mbed_official 390:35c2c1cf29cd 49 volatile uint32_t REG2_INT_MASK_STATUS; /* REG2_INT_MASK_STATUS */
mbed_official 390:35c2c1cf29cd 50 volatile uint32_t REG2_INT_RAW_STATUS; /* REG2_INT_RAW_STATUS */
mbed_official 390:35c2c1cf29cd 51 volatile uint32_t REG2_INT_CLEAR; /* REG2_INT_CLEAR */
mbed_official 390:35c2c1cf29cd 52 volatile uint8_t dummy10[1292]; /* */
mbed_official 390:35c2c1cf29cd 53 volatile uint32_t REG7_CACHE_SYNC; /* REG7_CACHE_SYNC */
mbed_official 390:35c2c1cf29cd 54 volatile uint8_t dummy11[60]; /* */
mbed_official 390:35c2c1cf29cd 55 volatile uint32_t REG7_INV_PA; /* REG7_INV_PA */
mbed_official 390:35c2c1cf29cd 56 volatile uint8_t dummy12[8]; /* */
mbed_official 390:35c2c1cf29cd 57 volatile uint32_t REG7_INV_WAY; /* REG7_INV_WAY */
mbed_official 390:35c2c1cf29cd 58 volatile uint8_t dummy13[48]; /* */
mbed_official 390:35c2c1cf29cd 59 volatile uint32_t REG7_CLEAN_PA; /* REG7_CLEAN_PA */
mbed_official 390:35c2c1cf29cd 60 volatile uint8_t dummy14[4]; /* */
mbed_official 390:35c2c1cf29cd 61 volatile uint32_t REG7_CLEAN_INDEX; /* REG7_CLEAN_INDEX */
mbed_official 390:35c2c1cf29cd 62 volatile uint32_t REG7_CLEAN_WAY; /* REG7_CLEAN_WAY */
mbed_official 390:35c2c1cf29cd 63 volatile uint8_t dummy15[48]; /* */
mbed_official 390:35c2c1cf29cd 64 volatile uint32_t REG7_CLEAN_INV_PA; /* REG7_CLEAN_INV_PA */
mbed_official 390:35c2c1cf29cd 65 volatile uint8_t dummy16[4]; /* */
mbed_official 390:35c2c1cf29cd 66 volatile uint32_t REG7_CLEAN_INV_INDEX; /* REG7_CLEAN_INV_INDEX */
mbed_official 390:35c2c1cf29cd 67 volatile uint32_t REG7_CLEAN_INV_WAY; /* REG7_CLEAN_INV_WAY */
mbed_official 390:35c2c1cf29cd 68 volatile uint8_t dummy17[256]; /* */
mbed_official 390:35c2c1cf29cd 69 /* start of struct st_l2c_from_reg9_d_lockdown0 */
mbed_official 390:35c2c1cf29cd 70 volatile uint32_t REG9_D_LOCKDOWN0; /* REG9_D_LOCKDOWN0 */
mbed_official 390:35c2c1cf29cd 71 volatile uint32_t REG9_I_LOCKDOWN0; /* REG9_I_LOCKDOWN0 */
mbed_official 390:35c2c1cf29cd 72 /* end of struct st_l2c_from_reg9_d_lockdown0 */
mbed_official 390:35c2c1cf29cd 73 /* start of struct st_l2c_from_reg9_d_lockdown0 */
mbed_official 390:35c2c1cf29cd 74 volatile uint32_t REG9_D_LOCKDOWN1; /* REG9_D_LOCKDOWN1 */
mbed_official 390:35c2c1cf29cd 75 volatile uint32_t REG9_I_LOCKDOWN1; /* REG9_I_LOCKDOWN1 */
mbed_official 390:35c2c1cf29cd 76 /* end of struct st_l2c_from_reg9_d_lockdown0 */
mbed_official 390:35c2c1cf29cd 77 /* start of struct st_l2c_from_reg9_d_lockdown0 */
mbed_official 390:35c2c1cf29cd 78 volatile uint32_t REG9_D_LOCKDOWN2; /* REG9_D_LOCKDOWN2 */
mbed_official 390:35c2c1cf29cd 79 volatile uint32_t REG9_I_LOCKDOWN2; /* REG9_I_LOCKDOWN2 */
mbed_official 390:35c2c1cf29cd 80 /* end of struct st_l2c_from_reg9_d_lockdown0 */
mbed_official 390:35c2c1cf29cd 81 /* start of struct st_l2c_from_reg9_d_lockdown0 */
mbed_official 390:35c2c1cf29cd 82 volatile uint32_t REG9_D_LOCKDOWN3; /* REG9_D_LOCKDOWN3 */
mbed_official 390:35c2c1cf29cd 83 volatile uint32_t REG9_I_LOCKDOWN3; /* REG9_I_LOCKDOWN3 */
mbed_official 390:35c2c1cf29cd 84 /* end of struct st_l2c_from_reg9_d_lockdown0 */
mbed_official 390:35c2c1cf29cd 85 /* start of struct st_l2c_from_reg9_d_lockdown0 */
mbed_official 390:35c2c1cf29cd 86 volatile uint32_t REG9_D_LOCKDOWN4; /* REG9_D_LOCKDOWN4 */
mbed_official 390:35c2c1cf29cd 87 volatile uint32_t REG9_I_LOCKDOWN4; /* REG9_I_LOCKDOWN4 */
mbed_official 390:35c2c1cf29cd 88 /* end of struct st_l2c_from_reg9_d_lockdown0 */
mbed_official 390:35c2c1cf29cd 89 /* start of struct st_l2c_from_reg9_d_lockdown0 */
mbed_official 390:35c2c1cf29cd 90 volatile uint32_t REG9_D_LOCKDOWN5; /* REG9_D_LOCKDOWN5 */
mbed_official 390:35c2c1cf29cd 91 volatile uint32_t REG9_I_LOCKDOWN5; /* REG9_I_LOCKDOWN5 */
mbed_official 390:35c2c1cf29cd 92 /* end of struct st_l2c_from_reg9_d_lockdown0 */
mbed_official 390:35c2c1cf29cd 93 /* start of struct st_l2c_from_reg9_d_lockdown0 */
mbed_official 390:35c2c1cf29cd 94 volatile uint32_t REG9_D_LOCKDOWN6; /* REG9_D_LOCKDOWN6 */
mbed_official 390:35c2c1cf29cd 95 volatile uint32_t REG9_I_LOCKDOWN6; /* REG9_I_LOCKDOWN6 */
mbed_official 390:35c2c1cf29cd 96 /* end of struct st_l2c_from_reg9_d_lockdown0 */
mbed_official 390:35c2c1cf29cd 97 /* start of struct st_l2c_from_reg9_d_lockdown0 */
mbed_official 390:35c2c1cf29cd 98 volatile uint32_t REG9_D_LOCKDOWN7; /* REG9_D_LOCKDOWN7 */
mbed_official 390:35c2c1cf29cd 99 volatile uint32_t REG9_I_LOCKDOWN7; /* REG9_I_LOCKDOWN7 */
mbed_official 390:35c2c1cf29cd 100 /* end of struct st_l2c_from_reg9_d_lockdown0 */
mbed_official 390:35c2c1cf29cd 101 volatile uint8_t dummy18[16]; /* */
mbed_official 390:35c2c1cf29cd 102 volatile uint32_t REG9_LOCK_LINE_EN; /* REG9_LOCK_LINE_EN */
mbed_official 390:35c2c1cf29cd 103 volatile uint32_t REG9_UNLOCK_WAY; /* REG9_UNLOCK_WAY */
mbed_official 390:35c2c1cf29cd 104 volatile uint8_t dummy19[680]; /* */
mbed_official 390:35c2c1cf29cd 105 volatile uint32_t REG12_ADDR_FILTERING_START; /* REG12_ADDR_FILTERING_START */
mbed_official 390:35c2c1cf29cd 106 volatile uint32_t REG12_ADDR_FILTERING_END; /* REG12_ADDR_FILTERING_END */
mbed_official 390:35c2c1cf29cd 107 volatile uint8_t dummy20[824]; /* */
mbed_official 390:35c2c1cf29cd 108 volatile uint32_t REG15_DEBUG_CTRL; /* REG15_DEBUG_CTRL */
mbed_official 390:35c2c1cf29cd 109 volatile uint8_t dummy21[28]; /* */
mbed_official 390:35c2c1cf29cd 110 volatile uint32_t REG15_PREFETCH_CTRL; /* REG15_PREFETCH_CTRL */
mbed_official 390:35c2c1cf29cd 111 volatile uint8_t dummy22[28]; /* */
mbed_official 390:35c2c1cf29cd 112 volatile uint32_t REG15_POWER_CTRL; /* REG15_POWER_CTRL */
mbed_official 390:35c2c1cf29cd 113 };
mbed_official 390:35c2c1cf29cd 114
mbed_official 390:35c2c1cf29cd 115
mbed_official 390:35c2c1cf29cd 116 struct st_l2c_from_reg9_d_lockdown0
mbed_official 390:35c2c1cf29cd 117 {
mbed_official 390:35c2c1cf29cd 118 volatile uint32_t REG9_D_LOCKDOWN0; /* REG9_D_LOCKDOWN0 */
mbed_official 390:35c2c1cf29cd 119 volatile uint32_t REG9_I_LOCKDOWN0; /* REG9_I_LOCKDOWN0 */
mbed_official 390:35c2c1cf29cd 120 };
mbed_official 390:35c2c1cf29cd 121
mbed_official 390:35c2c1cf29cd 122
mbed_official 390:35c2c1cf29cd 123 #define L2C (*(struct st_l2c *)0x3FFFF000uL) /* L2C */
mbed_official 390:35c2c1cf29cd 124
mbed_official 390:35c2c1cf29cd 125
mbed_official 390:35c2c1cf29cd 126 /* Start of channnel array defines of L2C */
mbed_official 390:35c2c1cf29cd 127
mbed_official 390:35c2c1cf29cd 128 /* Channnel array defines of L2C_FROM_REG9_D_LOCKDOWN0_ARRAY */
mbed_official 390:35c2c1cf29cd 129 /*(Sample) value = L2C_FROM_REG9_D_LOCKDOWN0_ARRAY[ channel ]->REG9_D_LOCKDOWN0; */
mbed_official 390:35c2c1cf29cd 130 #define L2C_FROM_REG9_D_LOCKDOWN0_ARRAY_COUNT 8
mbed_official 390:35c2c1cf29cd 131 #define L2C_FROM_REG9_D_LOCKDOWN0_ARRAY_ADDRESS_LIST \
mbed_official 390:35c2c1cf29cd 132 { /* ->MISRA 11.3 */ /* ->SEC R2.7.1 */ \
mbed_official 390:35c2c1cf29cd 133 &L2C_FROM_REG9_D_LOCKDOWN0, &L2C_FROM_REG9_D_LOCKDOWN1, &L2C_FROM_REG9_D_LOCKDOWN2, &L2C_FROM_REG9_D_LOCKDOWN3, &L2C_FROM_REG9_D_LOCKDOWN4, &L2C_FROM_REG9_D_LOCKDOWN5, &L2C_FROM_REG9_D_LOCKDOWN6, &L2C_FROM_REG9_D_LOCKDOWN7 \
mbed_official 390:35c2c1cf29cd 134 } /* <-MISRA 11.3 */ /* <-SEC R2.7.1 */ /* { } is for MISRA 19.4 */
mbed_official 390:35c2c1cf29cd 135 #define L2C_FROM_REG9_D_LOCKDOWN0 (*(struct st_l2c_from_reg9_d_lockdown0 *)&L2C.REG9_D_LOCKDOWN0) /* L2C_FROM_REG9_D_LOCKDOWN0 */
mbed_official 390:35c2c1cf29cd 136 #define L2C_FROM_REG9_D_LOCKDOWN1 (*(struct st_l2c_from_reg9_d_lockdown0 *)&L2C.REG9_D_LOCKDOWN1) /* L2C_FROM_REG9_D_LOCKDOWN1 */
mbed_official 390:35c2c1cf29cd 137 #define L2C_FROM_REG9_D_LOCKDOWN2 (*(struct st_l2c_from_reg9_d_lockdown0 *)&L2C.REG9_D_LOCKDOWN2) /* L2C_FROM_REG9_D_LOCKDOWN2 */
mbed_official 390:35c2c1cf29cd 138 #define L2C_FROM_REG9_D_LOCKDOWN3 (*(struct st_l2c_from_reg9_d_lockdown0 *)&L2C.REG9_D_LOCKDOWN3) /* L2C_FROM_REG9_D_LOCKDOWN3 */
mbed_official 390:35c2c1cf29cd 139 #define L2C_FROM_REG9_D_LOCKDOWN4 (*(struct st_l2c_from_reg9_d_lockdown0 *)&L2C.REG9_D_LOCKDOWN4) /* L2C_FROM_REG9_D_LOCKDOWN4 */
mbed_official 390:35c2c1cf29cd 140 #define L2C_FROM_REG9_D_LOCKDOWN5 (*(struct st_l2c_from_reg9_d_lockdown0 *)&L2C.REG9_D_LOCKDOWN5) /* L2C_FROM_REG9_D_LOCKDOWN5 */
mbed_official 390:35c2c1cf29cd 141 #define L2C_FROM_REG9_D_LOCKDOWN6 (*(struct st_l2c_from_reg9_d_lockdown0 *)&L2C.REG9_D_LOCKDOWN6) /* L2C_FROM_REG9_D_LOCKDOWN6 */
mbed_official 390:35c2c1cf29cd 142 #define L2C_FROM_REG9_D_LOCKDOWN7 (*(struct st_l2c_from_reg9_d_lockdown0 *)&L2C.REG9_D_LOCKDOWN7) /* L2C_FROM_REG9_D_LOCKDOWN7 */
mbed_official 390:35c2c1cf29cd 143
mbed_official 390:35c2c1cf29cd 144 /* End of channnel array defines of L2C */
mbed_official 390:35c2c1cf29cd 145
mbed_official 390:35c2c1cf29cd 146
mbed_official 390:35c2c1cf29cd 147 #define L2CREG0_CACHE_ID L2C.REG0_CACHE_ID
mbed_official 390:35c2c1cf29cd 148 #define L2CREG0_CACHE_TYPE L2C.REG0_CACHE_TYPE
mbed_official 390:35c2c1cf29cd 149 #define L2CREG1_CONTROL L2C.REG1_CONTROL
mbed_official 390:35c2c1cf29cd 150 #define L2CREG1_AUX_CONTROL L2C.REG1_AUX_CONTROL
mbed_official 390:35c2c1cf29cd 151 #define L2CREG1_TAG_RAM_CONTROL L2C.REG1_TAG_RAM_CONTROL
mbed_official 390:35c2c1cf29cd 152 #define L2CREG1_DATA_RAM_CONTROL L2C.REG1_DATA_RAM_CONTROL
mbed_official 390:35c2c1cf29cd 153 #define L2CREG2_EV_COUNTER_CTRL L2C.REG2_EV_COUNTER_CTRL
mbed_official 390:35c2c1cf29cd 154 #define L2CREG2_EV_COUNTER1_CFG L2C.REG2_EV_COUNTER1_CFG
mbed_official 390:35c2c1cf29cd 155 #define L2CREG2_EV_COUNTER0_CFG L2C.REG2_EV_COUNTER0_CFG
mbed_official 390:35c2c1cf29cd 156 #define L2CREG2_EV_COUNTER1 L2C.REG2_EV_COUNTER1
mbed_official 390:35c2c1cf29cd 157 #define L2CREG2_EV_COUNTER0 L2C.REG2_EV_COUNTER0
mbed_official 390:35c2c1cf29cd 158 #define L2CREG2_INT_MASK L2C.REG2_INT_MASK
mbed_official 390:35c2c1cf29cd 159 #define L2CREG2_INT_MASK_STATUS L2C.REG2_INT_MASK_STATUS
mbed_official 390:35c2c1cf29cd 160 #define L2CREG2_INT_RAW_STATUS L2C.REG2_INT_RAW_STATUS
mbed_official 390:35c2c1cf29cd 161 #define L2CREG2_INT_CLEAR L2C.REG2_INT_CLEAR
mbed_official 390:35c2c1cf29cd 162 #define L2CREG7_CACHE_SYNC L2C.REG7_CACHE_SYNC
mbed_official 390:35c2c1cf29cd 163 #define L2CREG7_INV_PA L2C.REG7_INV_PA
mbed_official 390:35c2c1cf29cd 164 #define L2CREG7_INV_WAY L2C.REG7_INV_WAY
mbed_official 390:35c2c1cf29cd 165 #define L2CREG7_CLEAN_PA L2C.REG7_CLEAN_PA
mbed_official 390:35c2c1cf29cd 166 #define L2CREG7_CLEAN_INDEX L2C.REG7_CLEAN_INDEX
mbed_official 390:35c2c1cf29cd 167 #define L2CREG7_CLEAN_WAY L2C.REG7_CLEAN_WAY
mbed_official 390:35c2c1cf29cd 168 #define L2CREG7_CLEAN_INV_PA L2C.REG7_CLEAN_INV_PA
mbed_official 390:35c2c1cf29cd 169 #define L2CREG7_CLEAN_INV_INDEX L2C.REG7_CLEAN_INV_INDEX
mbed_official 390:35c2c1cf29cd 170 #define L2CREG7_CLEAN_INV_WAY L2C.REG7_CLEAN_INV_WAY
mbed_official 390:35c2c1cf29cd 171 #define L2CREG9_D_LOCKDOWN0 L2C.REG9_D_LOCKDOWN0
mbed_official 390:35c2c1cf29cd 172 #define L2CREG9_I_LOCKDOWN0 L2C.REG9_I_LOCKDOWN0
mbed_official 390:35c2c1cf29cd 173 #define L2CREG9_D_LOCKDOWN1 L2C.REG9_D_LOCKDOWN1
mbed_official 390:35c2c1cf29cd 174 #define L2CREG9_I_LOCKDOWN1 L2C.REG9_I_LOCKDOWN1
mbed_official 390:35c2c1cf29cd 175 #define L2CREG9_D_LOCKDOWN2 L2C.REG9_D_LOCKDOWN2
mbed_official 390:35c2c1cf29cd 176 #define L2CREG9_I_LOCKDOWN2 L2C.REG9_I_LOCKDOWN2
mbed_official 390:35c2c1cf29cd 177 #define L2CREG9_D_LOCKDOWN3 L2C.REG9_D_LOCKDOWN3
mbed_official 390:35c2c1cf29cd 178 #define L2CREG9_I_LOCKDOWN3 L2C.REG9_I_LOCKDOWN3
mbed_official 390:35c2c1cf29cd 179 #define L2CREG9_D_LOCKDOWN4 L2C.REG9_D_LOCKDOWN4
mbed_official 390:35c2c1cf29cd 180 #define L2CREG9_I_LOCKDOWN4 L2C.REG9_I_LOCKDOWN4
mbed_official 390:35c2c1cf29cd 181 #define L2CREG9_D_LOCKDOWN5 L2C.REG9_D_LOCKDOWN5
mbed_official 390:35c2c1cf29cd 182 #define L2CREG9_I_LOCKDOWN5 L2C.REG9_I_LOCKDOWN5
mbed_official 390:35c2c1cf29cd 183 #define L2CREG9_D_LOCKDOWN6 L2C.REG9_D_LOCKDOWN6
mbed_official 390:35c2c1cf29cd 184 #define L2CREG9_I_LOCKDOWN6 L2C.REG9_I_LOCKDOWN6
mbed_official 390:35c2c1cf29cd 185 #define L2CREG9_D_LOCKDOWN7 L2C.REG9_D_LOCKDOWN7
mbed_official 390:35c2c1cf29cd 186 #define L2CREG9_I_LOCKDOWN7 L2C.REG9_I_LOCKDOWN7
mbed_official 390:35c2c1cf29cd 187 #define L2CREG9_LOCK_LINE_EN L2C.REG9_LOCK_LINE_EN
mbed_official 390:35c2c1cf29cd 188 #define L2CREG9_UNLOCK_WAY L2C.REG9_UNLOCK_WAY
mbed_official 390:35c2c1cf29cd 189 #define L2CREG12_ADDR_FILTERING_START L2C.REG12_ADDR_FILTERING_START
mbed_official 390:35c2c1cf29cd 190 #define L2CREG12_ADDR_FILTERING_END L2C.REG12_ADDR_FILTERING_END
mbed_official 390:35c2c1cf29cd 191 #define L2CREG15_DEBUG_CTRL L2C.REG15_DEBUG_CTRL
mbed_official 390:35c2c1cf29cd 192 #define L2CREG15_PREFETCH_CTRL L2C.REG15_PREFETCH_CTRL
mbed_official 390:35c2c1cf29cd 193 #define L2CREG15_POWER_CTRL L2C.REG15_POWER_CTRL
mbed_official 390:35c2c1cf29cd 194 /* <-SEC M1.10.1 */
mbed_official 390:35c2c1cf29cd 195 #endif