Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of gr-peach-opencv-project-sd-card by
targets/TARGET_RENESAS/TARGET_RZ_A1H/device/inc/iodefines/riic_iodefine.h@149:156823d33999, 2016-10-28 (annotated)
- Committer:
- <>
- Date:
- Fri Oct 28 11:17:30 2016 +0100
- Revision:
- 149:156823d33999
- Parent:
- targets/cmsis/TARGET_RENESAS/TARGET_VK_RZ_A1H/inc/iodefines/riic_iodefine.h@119:3921aeca8633
This updates the lib to the mbed lib v128
NOTE: This release includes a restructuring of the file and directory locations and thus some
include paths in your code may need updating accordingly.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 119:3921aeca8633 | 1 | /******************************************************************************* |
mbed_official | 119:3921aeca8633 | 2 | * DISCLAIMER |
mbed_official | 119:3921aeca8633 | 3 | * This software is supplied by Renesas Electronics Corporation and is only |
mbed_official | 119:3921aeca8633 | 4 | * intended for use with Renesas products. No other uses are authorized. This |
mbed_official | 119:3921aeca8633 | 5 | * software is owned by Renesas Electronics Corporation and is protected under |
mbed_official | 119:3921aeca8633 | 6 | * all applicable laws, including copyright laws. |
mbed_official | 119:3921aeca8633 | 7 | * THIS SOFTWARE IS PROVIDED "AS IS" AND RENESAS MAKES NO WARRANTIES REGARDING |
mbed_official | 119:3921aeca8633 | 8 | * THIS SOFTWARE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT |
mbed_official | 119:3921aeca8633 | 9 | * LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE |
mbed_official | 119:3921aeca8633 | 10 | * AND NON-INFRINGEMENT. ALL SUCH WARRANTIES ARE EXPRESSLY DISCLAIMED. |
mbed_official | 119:3921aeca8633 | 11 | * TO THE MAXIMUM EXTENT PERMITTED NOT PROHIBITED BY LAW, NEITHER RENESAS |
mbed_official | 119:3921aeca8633 | 12 | * ELECTRONICS CORPORATION NOR ANY OF ITS AFFILIATED COMPANIES SHALL BE LIABLE |
mbed_official | 119:3921aeca8633 | 13 | * FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES FOR |
mbed_official | 119:3921aeca8633 | 14 | * ANY REASON RELATED TO THIS SOFTWARE, EVEN IF RENESAS OR ITS AFFILIATES HAVE |
mbed_official | 119:3921aeca8633 | 15 | * BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. |
mbed_official | 119:3921aeca8633 | 16 | * Renesas reserves the right, without notice, to make changes to this software |
mbed_official | 119:3921aeca8633 | 17 | * and to discontinue the availability of this software. By using this software, |
mbed_official | 119:3921aeca8633 | 18 | * you agree to the additional terms and conditions found by accessing the |
mbed_official | 119:3921aeca8633 | 19 | * following link: |
mbed_official | 119:3921aeca8633 | 20 | * http://www.renesas.com/disclaimer* |
mbed_official | 119:3921aeca8633 | 21 | * Copyright (C) 2013-2014 Renesas Electronics Corporation. All rights reserved. |
mbed_official | 119:3921aeca8633 | 22 | *******************************************************************************/ |
mbed_official | 119:3921aeca8633 | 23 | /******************************************************************************* |
mbed_official | 119:3921aeca8633 | 24 | * File Name : riic_iodefine.h |
mbed_official | 119:3921aeca8633 | 25 | * $Rev: $ |
mbed_official | 119:3921aeca8633 | 26 | * $Date:: $ |
mbed_official | 119:3921aeca8633 | 27 | * Description : Definition of I/O Register (V1.00a) |
mbed_official | 119:3921aeca8633 | 28 | ******************************************************************************/ |
mbed_official | 119:3921aeca8633 | 29 | #ifndef RIIC_IODEFINE_H |
mbed_official | 119:3921aeca8633 | 30 | #define RIIC_IODEFINE_H |
mbed_official | 119:3921aeca8633 | 31 | |
mbed_official | 119:3921aeca8633 | 32 | #include "reg32_t.h" |
mbed_official | 119:3921aeca8633 | 33 | |
mbed_official | 119:3921aeca8633 | 34 | struct st_riic |
mbed_official | 119:3921aeca8633 | 35 | { /* RIIC */ |
mbed_official | 119:3921aeca8633 | 36 | #define RIICnCRm_COUNT 2 |
mbed_official | 119:3921aeca8633 | 37 | union reg32_t RIICnCR1; /* RIICnCR1 */ |
mbed_official | 119:3921aeca8633 | 38 | union reg32_t RIICnCR2; /* RIICnCR2 */ |
mbed_official | 119:3921aeca8633 | 39 | #define RIICnMRm_COUNT 3 |
mbed_official | 119:3921aeca8633 | 40 | union reg32_t RIICnMR1; /* RIICnMR1 */ |
mbed_official | 119:3921aeca8633 | 41 | union reg32_t RIICnMR2; /* RIICnMR2 */ |
mbed_official | 119:3921aeca8633 | 42 | union reg32_t RIICnMR3; /* RIICnMR3 */ |
mbed_official | 119:3921aeca8633 | 43 | union reg32_t RIICnFER; /* RIICnFER */ |
mbed_official | 119:3921aeca8633 | 44 | union reg32_t RIICnSER; /* RIICnSER */ |
mbed_official | 119:3921aeca8633 | 45 | union reg32_t RIICnIER; /* RIICnIER */ |
mbed_official | 119:3921aeca8633 | 46 | #define RIICnSRm_COUNT 2 |
mbed_official | 119:3921aeca8633 | 47 | union reg32_t RIICnSR1; /* RIICnSR1 */ |
mbed_official | 119:3921aeca8633 | 48 | union reg32_t RIICnSR2; /* RIICnSR2 */ |
mbed_official | 119:3921aeca8633 | 49 | #define RIICnSARm_COUNT 3 |
mbed_official | 119:3921aeca8633 | 50 | union reg32_t RIICnSAR0; /* RIICnSAR0 */ |
mbed_official | 119:3921aeca8633 | 51 | union reg32_t RIICnSAR1; /* RIICnSAR1 */ |
mbed_official | 119:3921aeca8633 | 52 | union reg32_t RIICnSAR2; /* RIICnSAR2 */ |
mbed_official | 119:3921aeca8633 | 53 | union reg32_t RIICnBRL; /* RIICnBRL */ |
mbed_official | 119:3921aeca8633 | 54 | union reg32_t RIICnBRH; /* RIICnBRH */ |
mbed_official | 119:3921aeca8633 | 55 | union reg32_t RIICnDRT; /* RIICnDRT */ |
mbed_official | 119:3921aeca8633 | 56 | union reg32_t RIICnDRR; /* RIICnDRR */ |
mbed_official | 119:3921aeca8633 | 57 | |
mbed_official | 119:3921aeca8633 | 58 | }; |
mbed_official | 119:3921aeca8633 | 59 | |
mbed_official | 119:3921aeca8633 | 60 | |
mbed_official | 119:3921aeca8633 | 61 | #define RIIC0 (*(struct st_riic *)0xFCFEE000uL) /* RIIC0 */ |
mbed_official | 119:3921aeca8633 | 62 | #define RIIC1 (*(struct st_riic *)0xFCFEE400uL) /* RIIC1 */ |
mbed_official | 119:3921aeca8633 | 63 | #define RIIC2 (*(struct st_riic *)0xFCFEE800uL) /* RIIC2 */ |
mbed_official | 119:3921aeca8633 | 64 | #define RIIC3 (*(struct st_riic *)0xFCFEEC00uL) /* RIIC3 */ |
mbed_official | 119:3921aeca8633 | 65 | |
mbed_official | 119:3921aeca8633 | 66 | |
mbed_official | 119:3921aeca8633 | 67 | /* Start of channnel array defines of RIIC */ |
mbed_official | 119:3921aeca8633 | 68 | |
mbed_official | 119:3921aeca8633 | 69 | /* Channnel array defines of RIIC */ |
mbed_official | 119:3921aeca8633 | 70 | /*(Sample) value = RIIC[ channel ]->RIICnCR1.UINT32; */ |
mbed_official | 119:3921aeca8633 | 71 | #define RIIC_COUNT 4 |
mbed_official | 119:3921aeca8633 | 72 | #define RIIC_ADDRESS_LIST \ |
mbed_official | 119:3921aeca8633 | 73 | { /* ->MISRA 11.3 */ /* ->SEC R2.7.1 */ \ |
mbed_official | 119:3921aeca8633 | 74 | &RIIC0, &RIIC1, &RIIC2, &RIIC3 \ |
mbed_official | 119:3921aeca8633 | 75 | } /* <-MISRA 11.3 */ /* <-SEC R2.7.1 */ /* { } is for MISRA 19.4 */ |
mbed_official | 119:3921aeca8633 | 76 | |
mbed_official | 119:3921aeca8633 | 77 | /* End of channnel array defines of RIIC */ |
mbed_official | 119:3921aeca8633 | 78 | |
mbed_official | 119:3921aeca8633 | 79 | |
mbed_official | 119:3921aeca8633 | 80 | #define RIIC0CR1 RIIC0.RIICnCR1.UINT32 |
mbed_official | 119:3921aeca8633 | 81 | #define RIIC0CR1L RIIC0.RIICnCR1.UINT16[L] |
mbed_official | 119:3921aeca8633 | 82 | #define RIIC0CR1LL RIIC0.RIICnCR1.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 83 | #define RIIC0CR1LH RIIC0.RIICnCR1.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 84 | #define RIIC0CR1H RIIC0.RIICnCR1.UINT16[H] |
mbed_official | 119:3921aeca8633 | 85 | #define RIIC0CR1HL RIIC0.RIICnCR1.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 86 | #define RIIC0CR1HH RIIC0.RIICnCR1.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 87 | #define RIIC0CR2 RIIC0.RIICnCR2.UINT32 |
mbed_official | 119:3921aeca8633 | 88 | #define RIIC0CR2L RIIC0.RIICnCR2.UINT16[L] |
mbed_official | 119:3921aeca8633 | 89 | #define RIIC0CR2LL RIIC0.RIICnCR2.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 90 | #define RIIC0CR2LH RIIC0.RIICnCR2.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 91 | #define RIIC0CR2H RIIC0.RIICnCR2.UINT16[H] |
mbed_official | 119:3921aeca8633 | 92 | #define RIIC0CR2HL RIIC0.RIICnCR2.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 93 | #define RIIC0CR2HH RIIC0.RIICnCR2.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 94 | #define RIIC0MR1 RIIC0.RIICnMR1.UINT32 |
mbed_official | 119:3921aeca8633 | 95 | #define RIIC0MR1L RIIC0.RIICnMR1.UINT16[L] |
mbed_official | 119:3921aeca8633 | 96 | #define RIIC0MR1LL RIIC0.RIICnMR1.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 97 | #define RIIC0MR1LH RIIC0.RIICnMR1.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 98 | #define RIIC0MR1H RIIC0.RIICnMR1.UINT16[H] |
mbed_official | 119:3921aeca8633 | 99 | #define RIIC0MR1HL RIIC0.RIICnMR1.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 100 | #define RIIC0MR1HH RIIC0.RIICnMR1.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 101 | #define RIIC0MR2 RIIC0.RIICnMR2.UINT32 |
mbed_official | 119:3921aeca8633 | 102 | #define RIIC0MR2L RIIC0.RIICnMR2.UINT16[L] |
mbed_official | 119:3921aeca8633 | 103 | #define RIIC0MR2LL RIIC0.RIICnMR2.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 104 | #define RIIC0MR2LH RIIC0.RIICnMR2.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 105 | #define RIIC0MR2H RIIC0.RIICnMR2.UINT16[H] |
mbed_official | 119:3921aeca8633 | 106 | #define RIIC0MR2HL RIIC0.RIICnMR2.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 107 | #define RIIC0MR2HH RIIC0.RIICnMR2.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 108 | #define RIIC0MR3 RIIC0.RIICnMR3.UINT32 |
mbed_official | 119:3921aeca8633 | 109 | #define RIIC0MR3L RIIC0.RIICnMR3.UINT16[L] |
mbed_official | 119:3921aeca8633 | 110 | #define RIIC0MR3LL RIIC0.RIICnMR3.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 111 | #define RIIC0MR3LH RIIC0.RIICnMR3.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 112 | #define RIIC0MR3H RIIC0.RIICnMR3.UINT16[H] |
mbed_official | 119:3921aeca8633 | 113 | #define RIIC0MR3HL RIIC0.RIICnMR3.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 114 | #define RIIC0MR3HH RIIC0.RIICnMR3.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 115 | #define RIIC0FER RIIC0.RIICnFER.UINT32 |
mbed_official | 119:3921aeca8633 | 116 | #define RIIC0FERL RIIC0.RIICnFER.UINT16[L] |
mbed_official | 119:3921aeca8633 | 117 | #define RIIC0FERLL RIIC0.RIICnFER.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 118 | #define RIIC0FERLH RIIC0.RIICnFER.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 119 | #define RIIC0FERH RIIC0.RIICnFER.UINT16[H] |
mbed_official | 119:3921aeca8633 | 120 | #define RIIC0FERHL RIIC0.RIICnFER.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 121 | #define RIIC0FERHH RIIC0.RIICnFER.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 122 | #define RIIC0SER RIIC0.RIICnSER.UINT32 |
mbed_official | 119:3921aeca8633 | 123 | #define RIIC0SERL RIIC0.RIICnSER.UINT16[L] |
mbed_official | 119:3921aeca8633 | 124 | #define RIIC0SERLL RIIC0.RIICnSER.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 125 | #define RIIC0SERLH RIIC0.RIICnSER.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 126 | #define RIIC0SERH RIIC0.RIICnSER.UINT16[H] |
mbed_official | 119:3921aeca8633 | 127 | #define RIIC0SERHL RIIC0.RIICnSER.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 128 | #define RIIC0SERHH RIIC0.RIICnSER.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 129 | #define RIIC0IER RIIC0.RIICnIER.UINT32 |
mbed_official | 119:3921aeca8633 | 130 | #define RIIC0IERL RIIC0.RIICnIER.UINT16[L] |
mbed_official | 119:3921aeca8633 | 131 | #define RIIC0IERLL RIIC0.RIICnIER.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 132 | #define RIIC0IERLH RIIC0.RIICnIER.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 133 | #define RIIC0IERH RIIC0.RIICnIER.UINT16[H] |
mbed_official | 119:3921aeca8633 | 134 | #define RIIC0IERHL RIIC0.RIICnIER.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 135 | #define RIIC0IERHH RIIC0.RIICnIER.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 136 | #define RIIC0SR1 RIIC0.RIICnSR1.UINT32 |
mbed_official | 119:3921aeca8633 | 137 | #define RIIC0SR1L RIIC0.RIICnSR1.UINT16[L] |
mbed_official | 119:3921aeca8633 | 138 | #define RIIC0SR1LL RIIC0.RIICnSR1.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 139 | #define RIIC0SR1LH RIIC0.RIICnSR1.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 140 | #define RIIC0SR1H RIIC0.RIICnSR1.UINT16[H] |
mbed_official | 119:3921aeca8633 | 141 | #define RIIC0SR1HL RIIC0.RIICnSR1.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 142 | #define RIIC0SR1HH RIIC0.RIICnSR1.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 143 | #define RIIC0SR2 RIIC0.RIICnSR2.UINT32 |
mbed_official | 119:3921aeca8633 | 144 | #define RIIC0SR2L RIIC0.RIICnSR2.UINT16[L] |
mbed_official | 119:3921aeca8633 | 145 | #define RIIC0SR2LL RIIC0.RIICnSR2.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 146 | #define RIIC0SR2LH RIIC0.RIICnSR2.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 147 | #define RIIC0SR2H RIIC0.RIICnSR2.UINT16[H] |
mbed_official | 119:3921aeca8633 | 148 | #define RIIC0SR2HL RIIC0.RIICnSR2.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 149 | #define RIIC0SR2HH RIIC0.RIICnSR2.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 150 | #define RIIC0SAR0 RIIC0.RIICnSAR0.UINT32 |
mbed_official | 119:3921aeca8633 | 151 | #define RIIC0SAR0L RIIC0.RIICnSAR0.UINT16[L] |
mbed_official | 119:3921aeca8633 | 152 | #define RIIC0SAR0LL RIIC0.RIICnSAR0.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 153 | #define RIIC0SAR0LH RIIC0.RIICnSAR0.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 154 | #define RIIC0SAR0H RIIC0.RIICnSAR0.UINT16[H] |
mbed_official | 119:3921aeca8633 | 155 | #define RIIC0SAR0HL RIIC0.RIICnSAR0.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 156 | #define RIIC0SAR0HH RIIC0.RIICnSAR0.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 157 | #define RIIC0SAR1 RIIC0.RIICnSAR1.UINT32 |
mbed_official | 119:3921aeca8633 | 158 | #define RIIC0SAR1L RIIC0.RIICnSAR1.UINT16[L] |
mbed_official | 119:3921aeca8633 | 159 | #define RIIC0SAR1LL RIIC0.RIICnSAR1.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 160 | #define RIIC0SAR1LH RIIC0.RIICnSAR1.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 161 | #define RIIC0SAR1H RIIC0.RIICnSAR1.UINT16[H] |
mbed_official | 119:3921aeca8633 | 162 | #define RIIC0SAR1HL RIIC0.RIICnSAR1.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 163 | #define RIIC0SAR1HH RIIC0.RIICnSAR1.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 164 | #define RIIC0SAR2 RIIC0.RIICnSAR2.UINT32 |
mbed_official | 119:3921aeca8633 | 165 | #define RIIC0SAR2L RIIC0.RIICnSAR2.UINT16[L] |
mbed_official | 119:3921aeca8633 | 166 | #define RIIC0SAR2LL RIIC0.RIICnSAR2.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 167 | #define RIIC0SAR2LH RIIC0.RIICnSAR2.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 168 | #define RIIC0SAR2H RIIC0.RIICnSAR2.UINT16[H] |
mbed_official | 119:3921aeca8633 | 169 | #define RIIC0SAR2HL RIIC0.RIICnSAR2.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 170 | #define RIIC0SAR2HH RIIC0.RIICnSAR2.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 171 | #define RIIC0BRL RIIC0.RIICnBRL.UINT32 |
mbed_official | 119:3921aeca8633 | 172 | #define RIIC0BRLL RIIC0.RIICnBRL.UINT16[L] |
mbed_official | 119:3921aeca8633 | 173 | #define RIIC0BRLLL RIIC0.RIICnBRL.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 174 | #define RIIC0BRLLH RIIC0.RIICnBRL.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 175 | #define RIIC0BRLH RIIC0.RIICnBRL.UINT16[H] |
mbed_official | 119:3921aeca8633 | 176 | #define RIIC0BRLHL RIIC0.RIICnBRL.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 177 | #define RIIC0BRLHH RIIC0.RIICnBRL.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 178 | #define RIIC0BRH RIIC0.RIICnBRH.UINT32 |
mbed_official | 119:3921aeca8633 | 179 | #define RIIC0BRHL RIIC0.RIICnBRH.UINT16[L] |
mbed_official | 119:3921aeca8633 | 180 | #define RIIC0BRHLL RIIC0.RIICnBRH.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 181 | #define RIIC0BRHLH RIIC0.RIICnBRH.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 182 | #define RIIC0BRHH RIIC0.RIICnBRH.UINT16[H] |
mbed_official | 119:3921aeca8633 | 183 | #define RIIC0BRHHL RIIC0.RIICnBRH.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 184 | #define RIIC0BRHHH RIIC0.RIICnBRH.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 185 | #define RIIC0DRT RIIC0.RIICnDRT.UINT32 |
mbed_official | 119:3921aeca8633 | 186 | #define RIIC0DRTL RIIC0.RIICnDRT.UINT16[L] |
mbed_official | 119:3921aeca8633 | 187 | #define RIIC0DRTLL RIIC0.RIICnDRT.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 188 | #define RIIC0DRTLH RIIC0.RIICnDRT.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 189 | #define RIIC0DRTH RIIC0.RIICnDRT.UINT16[H] |
mbed_official | 119:3921aeca8633 | 190 | #define RIIC0DRTHL RIIC0.RIICnDRT.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 191 | #define RIIC0DRTHH RIIC0.RIICnDRT.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 192 | #define RIIC0DRR RIIC0.RIICnDRR.UINT32 |
mbed_official | 119:3921aeca8633 | 193 | #define RIIC0DRRL RIIC0.RIICnDRR.UINT16[L] |
mbed_official | 119:3921aeca8633 | 194 | #define RIIC0DRRLL RIIC0.RIICnDRR.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 195 | #define RIIC0DRRLH RIIC0.RIICnDRR.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 196 | #define RIIC0DRRH RIIC0.RIICnDRR.UINT16[H] |
mbed_official | 119:3921aeca8633 | 197 | #define RIIC0DRRHL RIIC0.RIICnDRR.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 198 | #define RIIC0DRRHH RIIC0.RIICnDRR.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 199 | #define RIIC1CR1 RIIC1.RIICnCR1.UINT32 |
mbed_official | 119:3921aeca8633 | 200 | #define RIIC1CR1L RIIC1.RIICnCR1.UINT16[L] |
mbed_official | 119:3921aeca8633 | 201 | #define RIIC1CR1LL RIIC1.RIICnCR1.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 202 | #define RIIC1CR1LH RIIC1.RIICnCR1.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 203 | #define RIIC1CR1H RIIC1.RIICnCR1.UINT16[H] |
mbed_official | 119:3921aeca8633 | 204 | #define RIIC1CR1HL RIIC1.RIICnCR1.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 205 | #define RIIC1CR1HH RIIC1.RIICnCR1.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 206 | #define RIIC1CR2 RIIC1.RIICnCR2.UINT32 |
mbed_official | 119:3921aeca8633 | 207 | #define RIIC1CR2L RIIC1.RIICnCR2.UINT16[L] |
mbed_official | 119:3921aeca8633 | 208 | #define RIIC1CR2LL RIIC1.RIICnCR2.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 209 | #define RIIC1CR2LH RIIC1.RIICnCR2.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 210 | #define RIIC1CR2H RIIC1.RIICnCR2.UINT16[H] |
mbed_official | 119:3921aeca8633 | 211 | #define RIIC1CR2HL RIIC1.RIICnCR2.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 212 | #define RIIC1CR2HH RIIC1.RIICnCR2.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 213 | #define RIIC1MR1 RIIC1.RIICnMR1.UINT32 |
mbed_official | 119:3921aeca8633 | 214 | #define RIIC1MR1L RIIC1.RIICnMR1.UINT16[L] |
mbed_official | 119:3921aeca8633 | 215 | #define RIIC1MR1LL RIIC1.RIICnMR1.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 216 | #define RIIC1MR1LH RIIC1.RIICnMR1.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 217 | #define RIIC1MR1H RIIC1.RIICnMR1.UINT16[H] |
mbed_official | 119:3921aeca8633 | 218 | #define RIIC1MR1HL RIIC1.RIICnMR1.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 219 | #define RIIC1MR1HH RIIC1.RIICnMR1.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 220 | #define RIIC1MR2 RIIC1.RIICnMR2.UINT32 |
mbed_official | 119:3921aeca8633 | 221 | #define RIIC1MR2L RIIC1.RIICnMR2.UINT16[L] |
mbed_official | 119:3921aeca8633 | 222 | #define RIIC1MR2LL RIIC1.RIICnMR2.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 223 | #define RIIC1MR2LH RIIC1.RIICnMR2.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 224 | #define RIIC1MR2H RIIC1.RIICnMR2.UINT16[H] |
mbed_official | 119:3921aeca8633 | 225 | #define RIIC1MR2HL RIIC1.RIICnMR2.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 226 | #define RIIC1MR2HH RIIC1.RIICnMR2.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 227 | #define RIIC1MR3 RIIC1.RIICnMR3.UINT32 |
mbed_official | 119:3921aeca8633 | 228 | #define RIIC1MR3L RIIC1.RIICnMR3.UINT16[L] |
mbed_official | 119:3921aeca8633 | 229 | #define RIIC1MR3LL RIIC1.RIICnMR3.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 230 | #define RIIC1MR3LH RIIC1.RIICnMR3.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 231 | #define RIIC1MR3H RIIC1.RIICnMR3.UINT16[H] |
mbed_official | 119:3921aeca8633 | 232 | #define RIIC1MR3HL RIIC1.RIICnMR3.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 233 | #define RIIC1MR3HH RIIC1.RIICnMR3.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 234 | #define RIIC1FER RIIC1.RIICnFER.UINT32 |
mbed_official | 119:3921aeca8633 | 235 | #define RIIC1FERL RIIC1.RIICnFER.UINT16[L] |
mbed_official | 119:3921aeca8633 | 236 | #define RIIC1FERLL RIIC1.RIICnFER.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 237 | #define RIIC1FERLH RIIC1.RIICnFER.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 238 | #define RIIC1FERH RIIC1.RIICnFER.UINT16[H] |
mbed_official | 119:3921aeca8633 | 239 | #define RIIC1FERHL RIIC1.RIICnFER.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 240 | #define RIIC1FERHH RIIC1.RIICnFER.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 241 | #define RIIC1SER RIIC1.RIICnSER.UINT32 |
mbed_official | 119:3921aeca8633 | 242 | #define RIIC1SERL RIIC1.RIICnSER.UINT16[L] |
mbed_official | 119:3921aeca8633 | 243 | #define RIIC1SERLL RIIC1.RIICnSER.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 244 | #define RIIC1SERLH RIIC1.RIICnSER.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 245 | #define RIIC1SERH RIIC1.RIICnSER.UINT16[H] |
mbed_official | 119:3921aeca8633 | 246 | #define RIIC1SERHL RIIC1.RIICnSER.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 247 | #define RIIC1SERHH RIIC1.RIICnSER.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 248 | #define RIIC1IER RIIC1.RIICnIER.UINT32 |
mbed_official | 119:3921aeca8633 | 249 | #define RIIC1IERL RIIC1.RIICnIER.UINT16[L] |
mbed_official | 119:3921aeca8633 | 250 | #define RIIC1IERLL RIIC1.RIICnIER.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 251 | #define RIIC1IERLH RIIC1.RIICnIER.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 252 | #define RIIC1IERH RIIC1.RIICnIER.UINT16[H] |
mbed_official | 119:3921aeca8633 | 253 | #define RIIC1IERHL RIIC1.RIICnIER.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 254 | #define RIIC1IERHH RIIC1.RIICnIER.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 255 | #define RIIC1SR1 RIIC1.RIICnSR1.UINT32 |
mbed_official | 119:3921aeca8633 | 256 | #define RIIC1SR1L RIIC1.RIICnSR1.UINT16[L] |
mbed_official | 119:3921aeca8633 | 257 | #define RIIC1SR1LL RIIC1.RIICnSR1.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 258 | #define RIIC1SR1LH RIIC1.RIICnSR1.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 259 | #define RIIC1SR1H RIIC1.RIICnSR1.UINT16[H] |
mbed_official | 119:3921aeca8633 | 260 | #define RIIC1SR1HL RIIC1.RIICnSR1.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 261 | #define RIIC1SR1HH RIIC1.RIICnSR1.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 262 | #define RIIC1SR2 RIIC1.RIICnSR2.UINT32 |
mbed_official | 119:3921aeca8633 | 263 | #define RIIC1SR2L RIIC1.RIICnSR2.UINT16[L] |
mbed_official | 119:3921aeca8633 | 264 | #define RIIC1SR2LL RIIC1.RIICnSR2.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 265 | #define RIIC1SR2LH RIIC1.RIICnSR2.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 266 | #define RIIC1SR2H RIIC1.RIICnSR2.UINT16[H] |
mbed_official | 119:3921aeca8633 | 267 | #define RIIC1SR2HL RIIC1.RIICnSR2.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 268 | #define RIIC1SR2HH RIIC1.RIICnSR2.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 269 | #define RIIC1SAR0 RIIC1.RIICnSAR0.UINT32 |
mbed_official | 119:3921aeca8633 | 270 | #define RIIC1SAR0L RIIC1.RIICnSAR0.UINT16[L] |
mbed_official | 119:3921aeca8633 | 271 | #define RIIC1SAR0LL RIIC1.RIICnSAR0.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 272 | #define RIIC1SAR0LH RIIC1.RIICnSAR0.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 273 | #define RIIC1SAR0H RIIC1.RIICnSAR0.UINT16[H] |
mbed_official | 119:3921aeca8633 | 274 | #define RIIC1SAR0HL RIIC1.RIICnSAR0.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 275 | #define RIIC1SAR0HH RIIC1.RIICnSAR0.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 276 | #define RIIC1SAR1 RIIC1.RIICnSAR1.UINT32 |
mbed_official | 119:3921aeca8633 | 277 | #define RIIC1SAR1L RIIC1.RIICnSAR1.UINT16[L] |
mbed_official | 119:3921aeca8633 | 278 | #define RIIC1SAR1LL RIIC1.RIICnSAR1.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 279 | #define RIIC1SAR1LH RIIC1.RIICnSAR1.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 280 | #define RIIC1SAR1H RIIC1.RIICnSAR1.UINT16[H] |
mbed_official | 119:3921aeca8633 | 281 | #define RIIC1SAR1HL RIIC1.RIICnSAR1.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 282 | #define RIIC1SAR1HH RIIC1.RIICnSAR1.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 283 | #define RIIC1SAR2 RIIC1.RIICnSAR2.UINT32 |
mbed_official | 119:3921aeca8633 | 284 | #define RIIC1SAR2L RIIC1.RIICnSAR2.UINT16[L] |
mbed_official | 119:3921aeca8633 | 285 | #define RIIC1SAR2LL RIIC1.RIICnSAR2.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 286 | #define RIIC1SAR2LH RIIC1.RIICnSAR2.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 287 | #define RIIC1SAR2H RIIC1.RIICnSAR2.UINT16[H] |
mbed_official | 119:3921aeca8633 | 288 | #define RIIC1SAR2HL RIIC1.RIICnSAR2.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 289 | #define RIIC1SAR2HH RIIC1.RIICnSAR2.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 290 | #define RIIC1BRL RIIC1.RIICnBRL.UINT32 |
mbed_official | 119:3921aeca8633 | 291 | #define RIIC1BRLL RIIC1.RIICnBRL.UINT16[L] |
mbed_official | 119:3921aeca8633 | 292 | #define RIIC1BRLLL RIIC1.RIICnBRL.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 293 | #define RIIC1BRLLH RIIC1.RIICnBRL.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 294 | #define RIIC1BRLH RIIC1.RIICnBRL.UINT16[H] |
mbed_official | 119:3921aeca8633 | 295 | #define RIIC1BRLHL RIIC1.RIICnBRL.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 296 | #define RIIC1BRLHH RIIC1.RIICnBRL.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 297 | #define RIIC1BRH RIIC1.RIICnBRH.UINT32 |
mbed_official | 119:3921aeca8633 | 298 | #define RIIC1BRHL RIIC1.RIICnBRH.UINT16[L] |
mbed_official | 119:3921aeca8633 | 299 | #define RIIC1BRHLL RIIC1.RIICnBRH.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 300 | #define RIIC1BRHLH RIIC1.RIICnBRH.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 301 | #define RIIC1BRHH RIIC1.RIICnBRH.UINT16[H] |
mbed_official | 119:3921aeca8633 | 302 | #define RIIC1BRHHL RIIC1.RIICnBRH.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 303 | #define RIIC1BRHHH RIIC1.RIICnBRH.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 304 | #define RIIC1DRT RIIC1.RIICnDRT.UINT32 |
mbed_official | 119:3921aeca8633 | 305 | #define RIIC1DRTL RIIC1.RIICnDRT.UINT16[L] |
mbed_official | 119:3921aeca8633 | 306 | #define RIIC1DRTLL RIIC1.RIICnDRT.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 307 | #define RIIC1DRTLH RIIC1.RIICnDRT.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 308 | #define RIIC1DRTH RIIC1.RIICnDRT.UINT16[H] |
mbed_official | 119:3921aeca8633 | 309 | #define RIIC1DRTHL RIIC1.RIICnDRT.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 310 | #define RIIC1DRTHH RIIC1.RIICnDRT.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 311 | #define RIIC1DRR RIIC1.RIICnDRR.UINT32 |
mbed_official | 119:3921aeca8633 | 312 | #define RIIC1DRRL RIIC1.RIICnDRR.UINT16[L] |
mbed_official | 119:3921aeca8633 | 313 | #define RIIC1DRRLL RIIC1.RIICnDRR.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 314 | #define RIIC1DRRLH RIIC1.RIICnDRR.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 315 | #define RIIC1DRRH RIIC1.RIICnDRR.UINT16[H] |
mbed_official | 119:3921aeca8633 | 316 | #define RIIC1DRRHL RIIC1.RIICnDRR.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 317 | #define RIIC1DRRHH RIIC1.RIICnDRR.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 318 | #define RIIC2CR1 RIIC2.RIICnCR1.UINT32 |
mbed_official | 119:3921aeca8633 | 319 | #define RIIC2CR1L RIIC2.RIICnCR1.UINT16[L] |
mbed_official | 119:3921aeca8633 | 320 | #define RIIC2CR1LL RIIC2.RIICnCR1.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 321 | #define RIIC2CR1LH RIIC2.RIICnCR1.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 322 | #define RIIC2CR1H RIIC2.RIICnCR1.UINT16[H] |
mbed_official | 119:3921aeca8633 | 323 | #define RIIC2CR1HL RIIC2.RIICnCR1.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 324 | #define RIIC2CR1HH RIIC2.RIICnCR1.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 325 | #define RIIC2CR2 RIIC2.RIICnCR2.UINT32 |
mbed_official | 119:3921aeca8633 | 326 | #define RIIC2CR2L RIIC2.RIICnCR2.UINT16[L] |
mbed_official | 119:3921aeca8633 | 327 | #define RIIC2CR2LL RIIC2.RIICnCR2.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 328 | #define RIIC2CR2LH RIIC2.RIICnCR2.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 329 | #define RIIC2CR2H RIIC2.RIICnCR2.UINT16[H] |
mbed_official | 119:3921aeca8633 | 330 | #define RIIC2CR2HL RIIC2.RIICnCR2.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 331 | #define RIIC2CR2HH RIIC2.RIICnCR2.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 332 | #define RIIC2MR1 RIIC2.RIICnMR1.UINT32 |
mbed_official | 119:3921aeca8633 | 333 | #define RIIC2MR1L RIIC2.RIICnMR1.UINT16[L] |
mbed_official | 119:3921aeca8633 | 334 | #define RIIC2MR1LL RIIC2.RIICnMR1.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 335 | #define RIIC2MR1LH RIIC2.RIICnMR1.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 336 | #define RIIC2MR1H RIIC2.RIICnMR1.UINT16[H] |
mbed_official | 119:3921aeca8633 | 337 | #define RIIC2MR1HL RIIC2.RIICnMR1.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 338 | #define RIIC2MR1HH RIIC2.RIICnMR1.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 339 | #define RIIC2MR2 RIIC2.RIICnMR2.UINT32 |
mbed_official | 119:3921aeca8633 | 340 | #define RIIC2MR2L RIIC2.RIICnMR2.UINT16[L] |
mbed_official | 119:3921aeca8633 | 341 | #define RIIC2MR2LL RIIC2.RIICnMR2.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 342 | #define RIIC2MR2LH RIIC2.RIICnMR2.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 343 | #define RIIC2MR2H RIIC2.RIICnMR2.UINT16[H] |
mbed_official | 119:3921aeca8633 | 344 | #define RIIC2MR2HL RIIC2.RIICnMR2.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 345 | #define RIIC2MR2HH RIIC2.RIICnMR2.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 346 | #define RIIC2MR3 RIIC2.RIICnMR3.UINT32 |
mbed_official | 119:3921aeca8633 | 347 | #define RIIC2MR3L RIIC2.RIICnMR3.UINT16[L] |
mbed_official | 119:3921aeca8633 | 348 | #define RIIC2MR3LL RIIC2.RIICnMR3.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 349 | #define RIIC2MR3LH RIIC2.RIICnMR3.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 350 | #define RIIC2MR3H RIIC2.RIICnMR3.UINT16[H] |
mbed_official | 119:3921aeca8633 | 351 | #define RIIC2MR3HL RIIC2.RIICnMR3.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 352 | #define RIIC2MR3HH RIIC2.RIICnMR3.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 353 | #define RIIC2FER RIIC2.RIICnFER.UINT32 |
mbed_official | 119:3921aeca8633 | 354 | #define RIIC2FERL RIIC2.RIICnFER.UINT16[L] |
mbed_official | 119:3921aeca8633 | 355 | #define RIIC2FERLL RIIC2.RIICnFER.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 356 | #define RIIC2FERLH RIIC2.RIICnFER.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 357 | #define RIIC2FERH RIIC2.RIICnFER.UINT16[H] |
mbed_official | 119:3921aeca8633 | 358 | #define RIIC2FERHL RIIC2.RIICnFER.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 359 | #define RIIC2FERHH RIIC2.RIICnFER.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 360 | #define RIIC2SER RIIC2.RIICnSER.UINT32 |
mbed_official | 119:3921aeca8633 | 361 | #define RIIC2SERL RIIC2.RIICnSER.UINT16[L] |
mbed_official | 119:3921aeca8633 | 362 | #define RIIC2SERLL RIIC2.RIICnSER.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 363 | #define RIIC2SERLH RIIC2.RIICnSER.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 364 | #define RIIC2SERH RIIC2.RIICnSER.UINT16[H] |
mbed_official | 119:3921aeca8633 | 365 | #define RIIC2SERHL RIIC2.RIICnSER.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 366 | #define RIIC2SERHH RIIC2.RIICnSER.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 367 | #define RIIC2IER RIIC2.RIICnIER.UINT32 |
mbed_official | 119:3921aeca8633 | 368 | #define RIIC2IERL RIIC2.RIICnIER.UINT16[L] |
mbed_official | 119:3921aeca8633 | 369 | #define RIIC2IERLL RIIC2.RIICnIER.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 370 | #define RIIC2IERLH RIIC2.RIICnIER.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 371 | #define RIIC2IERH RIIC2.RIICnIER.UINT16[H] |
mbed_official | 119:3921aeca8633 | 372 | #define RIIC2IERHL RIIC2.RIICnIER.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 373 | #define RIIC2IERHH RIIC2.RIICnIER.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 374 | #define RIIC2SR1 RIIC2.RIICnSR1.UINT32 |
mbed_official | 119:3921aeca8633 | 375 | #define RIIC2SR1L RIIC2.RIICnSR1.UINT16[L] |
mbed_official | 119:3921aeca8633 | 376 | #define RIIC2SR1LL RIIC2.RIICnSR1.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 377 | #define RIIC2SR1LH RIIC2.RIICnSR1.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 378 | #define RIIC2SR1H RIIC2.RIICnSR1.UINT16[H] |
mbed_official | 119:3921aeca8633 | 379 | #define RIIC2SR1HL RIIC2.RIICnSR1.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 380 | #define RIIC2SR1HH RIIC2.RIICnSR1.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 381 | #define RIIC2SR2 RIIC2.RIICnSR2.UINT32 |
mbed_official | 119:3921aeca8633 | 382 | #define RIIC2SR2L RIIC2.RIICnSR2.UINT16[L] |
mbed_official | 119:3921aeca8633 | 383 | #define RIIC2SR2LL RIIC2.RIICnSR2.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 384 | #define RIIC2SR2LH RIIC2.RIICnSR2.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 385 | #define RIIC2SR2H RIIC2.RIICnSR2.UINT16[H] |
mbed_official | 119:3921aeca8633 | 386 | #define RIIC2SR2HL RIIC2.RIICnSR2.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 387 | #define RIIC2SR2HH RIIC2.RIICnSR2.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 388 | #define RIIC2SAR0 RIIC2.RIICnSAR0.UINT32 |
mbed_official | 119:3921aeca8633 | 389 | #define RIIC2SAR0L RIIC2.RIICnSAR0.UINT16[L] |
mbed_official | 119:3921aeca8633 | 390 | #define RIIC2SAR0LL RIIC2.RIICnSAR0.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 391 | #define RIIC2SAR0LH RIIC2.RIICnSAR0.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 392 | #define RIIC2SAR0H RIIC2.RIICnSAR0.UINT16[H] |
mbed_official | 119:3921aeca8633 | 393 | #define RIIC2SAR0HL RIIC2.RIICnSAR0.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 394 | #define RIIC2SAR0HH RIIC2.RIICnSAR0.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 395 | #define RIIC2SAR1 RIIC2.RIICnSAR1.UINT32 |
mbed_official | 119:3921aeca8633 | 396 | #define RIIC2SAR1L RIIC2.RIICnSAR1.UINT16[L] |
mbed_official | 119:3921aeca8633 | 397 | #define RIIC2SAR1LL RIIC2.RIICnSAR1.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 398 | #define RIIC2SAR1LH RIIC2.RIICnSAR1.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 399 | #define RIIC2SAR1H RIIC2.RIICnSAR1.UINT16[H] |
mbed_official | 119:3921aeca8633 | 400 | #define RIIC2SAR1HL RIIC2.RIICnSAR1.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 401 | #define RIIC2SAR1HH RIIC2.RIICnSAR1.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 402 | #define RIIC2SAR2 RIIC2.RIICnSAR2.UINT32 |
mbed_official | 119:3921aeca8633 | 403 | #define RIIC2SAR2L RIIC2.RIICnSAR2.UINT16[L] |
mbed_official | 119:3921aeca8633 | 404 | #define RIIC2SAR2LL RIIC2.RIICnSAR2.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 405 | #define RIIC2SAR2LH RIIC2.RIICnSAR2.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 406 | #define RIIC2SAR2H RIIC2.RIICnSAR2.UINT16[H] |
mbed_official | 119:3921aeca8633 | 407 | #define RIIC2SAR2HL RIIC2.RIICnSAR2.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 408 | #define RIIC2SAR2HH RIIC2.RIICnSAR2.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 409 | #define RIIC2BRL RIIC2.RIICnBRL.UINT32 |
mbed_official | 119:3921aeca8633 | 410 | #define RIIC2BRLL RIIC2.RIICnBRL.UINT16[L] |
mbed_official | 119:3921aeca8633 | 411 | #define RIIC2BRLLL RIIC2.RIICnBRL.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 412 | #define RIIC2BRLLH RIIC2.RIICnBRL.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 413 | #define RIIC2BRLH RIIC2.RIICnBRL.UINT16[H] |
mbed_official | 119:3921aeca8633 | 414 | #define RIIC2BRLHL RIIC2.RIICnBRL.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 415 | #define RIIC2BRLHH RIIC2.RIICnBRL.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 416 | #define RIIC2BRH RIIC2.RIICnBRH.UINT32 |
mbed_official | 119:3921aeca8633 | 417 | #define RIIC2BRHL RIIC2.RIICnBRH.UINT16[L] |
mbed_official | 119:3921aeca8633 | 418 | #define RIIC2BRHLL RIIC2.RIICnBRH.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 419 | #define RIIC2BRHLH RIIC2.RIICnBRH.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 420 | #define RIIC2BRHH RIIC2.RIICnBRH.UINT16[H] |
mbed_official | 119:3921aeca8633 | 421 | #define RIIC2BRHHL RIIC2.RIICnBRH.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 422 | #define RIIC2BRHHH RIIC2.RIICnBRH.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 423 | #define RIIC2DRT RIIC2.RIICnDRT.UINT32 |
mbed_official | 119:3921aeca8633 | 424 | #define RIIC2DRTL RIIC2.RIICnDRT.UINT16[L] |
mbed_official | 119:3921aeca8633 | 425 | #define RIIC2DRTLL RIIC2.RIICnDRT.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 426 | #define RIIC2DRTLH RIIC2.RIICnDRT.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 427 | #define RIIC2DRTH RIIC2.RIICnDRT.UINT16[H] |
mbed_official | 119:3921aeca8633 | 428 | #define RIIC2DRTHL RIIC2.RIICnDRT.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 429 | #define RIIC2DRTHH RIIC2.RIICnDRT.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 430 | #define RIIC2DRR RIIC2.RIICnDRR.UINT32 |
mbed_official | 119:3921aeca8633 | 431 | #define RIIC2DRRL RIIC2.RIICnDRR.UINT16[L] |
mbed_official | 119:3921aeca8633 | 432 | #define RIIC2DRRLL RIIC2.RIICnDRR.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 433 | #define RIIC2DRRLH RIIC2.RIICnDRR.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 434 | #define RIIC2DRRH RIIC2.RIICnDRR.UINT16[H] |
mbed_official | 119:3921aeca8633 | 435 | #define RIIC2DRRHL RIIC2.RIICnDRR.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 436 | #define RIIC2DRRHH RIIC2.RIICnDRR.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 437 | #define RIIC3CR1 RIIC3.RIICnCR1.UINT32 |
mbed_official | 119:3921aeca8633 | 438 | #define RIIC3CR1L RIIC3.RIICnCR1.UINT16[L] |
mbed_official | 119:3921aeca8633 | 439 | #define RIIC3CR1LL RIIC3.RIICnCR1.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 440 | #define RIIC3CR1LH RIIC3.RIICnCR1.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 441 | #define RIIC3CR1H RIIC3.RIICnCR1.UINT16[H] |
mbed_official | 119:3921aeca8633 | 442 | #define RIIC3CR1HL RIIC3.RIICnCR1.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 443 | #define RIIC3CR1HH RIIC3.RIICnCR1.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 444 | #define RIIC3CR2 RIIC3.RIICnCR2.UINT32 |
mbed_official | 119:3921aeca8633 | 445 | #define RIIC3CR2L RIIC3.RIICnCR2.UINT16[L] |
mbed_official | 119:3921aeca8633 | 446 | #define RIIC3CR2LL RIIC3.RIICnCR2.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 447 | #define RIIC3CR2LH RIIC3.RIICnCR2.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 448 | #define RIIC3CR2H RIIC3.RIICnCR2.UINT16[H] |
mbed_official | 119:3921aeca8633 | 449 | #define RIIC3CR2HL RIIC3.RIICnCR2.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 450 | #define RIIC3CR2HH RIIC3.RIICnCR2.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 451 | #define RIIC3MR1 RIIC3.RIICnMR1.UINT32 |
mbed_official | 119:3921aeca8633 | 452 | #define RIIC3MR1L RIIC3.RIICnMR1.UINT16[L] |
mbed_official | 119:3921aeca8633 | 453 | #define RIIC3MR1LL RIIC3.RIICnMR1.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 454 | #define RIIC3MR1LH RIIC3.RIICnMR1.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 455 | #define RIIC3MR1H RIIC3.RIICnMR1.UINT16[H] |
mbed_official | 119:3921aeca8633 | 456 | #define RIIC3MR1HL RIIC3.RIICnMR1.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 457 | #define RIIC3MR1HH RIIC3.RIICnMR1.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 458 | #define RIIC3MR2 RIIC3.RIICnMR2.UINT32 |
mbed_official | 119:3921aeca8633 | 459 | #define RIIC3MR2L RIIC3.RIICnMR2.UINT16[L] |
mbed_official | 119:3921aeca8633 | 460 | #define RIIC3MR2LL RIIC3.RIICnMR2.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 461 | #define RIIC3MR2LH RIIC3.RIICnMR2.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 462 | #define RIIC3MR2H RIIC3.RIICnMR2.UINT16[H] |
mbed_official | 119:3921aeca8633 | 463 | #define RIIC3MR2HL RIIC3.RIICnMR2.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 464 | #define RIIC3MR2HH RIIC3.RIICnMR2.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 465 | #define RIIC3MR3 RIIC3.RIICnMR3.UINT32 |
mbed_official | 119:3921aeca8633 | 466 | #define RIIC3MR3L RIIC3.RIICnMR3.UINT16[L] |
mbed_official | 119:3921aeca8633 | 467 | #define RIIC3MR3LL RIIC3.RIICnMR3.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 468 | #define RIIC3MR3LH RIIC3.RIICnMR3.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 469 | #define RIIC3MR3H RIIC3.RIICnMR3.UINT16[H] |
mbed_official | 119:3921aeca8633 | 470 | #define RIIC3MR3HL RIIC3.RIICnMR3.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 471 | #define RIIC3MR3HH RIIC3.RIICnMR3.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 472 | #define RIIC3FER RIIC3.RIICnFER.UINT32 |
mbed_official | 119:3921aeca8633 | 473 | #define RIIC3FERL RIIC3.RIICnFER.UINT16[L] |
mbed_official | 119:3921aeca8633 | 474 | #define RIIC3FERLL RIIC3.RIICnFER.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 475 | #define RIIC3FERLH RIIC3.RIICnFER.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 476 | #define RIIC3FERH RIIC3.RIICnFER.UINT16[H] |
mbed_official | 119:3921aeca8633 | 477 | #define RIIC3FERHL RIIC3.RIICnFER.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 478 | #define RIIC3FERHH RIIC3.RIICnFER.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 479 | #define RIIC3SER RIIC3.RIICnSER.UINT32 |
mbed_official | 119:3921aeca8633 | 480 | #define RIIC3SERL RIIC3.RIICnSER.UINT16[L] |
mbed_official | 119:3921aeca8633 | 481 | #define RIIC3SERLL RIIC3.RIICnSER.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 482 | #define RIIC3SERLH RIIC3.RIICnSER.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 483 | #define RIIC3SERH RIIC3.RIICnSER.UINT16[H] |
mbed_official | 119:3921aeca8633 | 484 | #define RIIC3SERHL RIIC3.RIICnSER.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 485 | #define RIIC3SERHH RIIC3.RIICnSER.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 486 | #define RIIC3IER RIIC3.RIICnIER.UINT32 |
mbed_official | 119:3921aeca8633 | 487 | #define RIIC3IERL RIIC3.RIICnIER.UINT16[L] |
mbed_official | 119:3921aeca8633 | 488 | #define RIIC3IERLL RIIC3.RIICnIER.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 489 | #define RIIC3IERLH RIIC3.RIICnIER.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 490 | #define RIIC3IERH RIIC3.RIICnIER.UINT16[H] |
mbed_official | 119:3921aeca8633 | 491 | #define RIIC3IERHL RIIC3.RIICnIER.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 492 | #define RIIC3IERHH RIIC3.RIICnIER.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 493 | #define RIIC3SR1 RIIC3.RIICnSR1.UINT32 |
mbed_official | 119:3921aeca8633 | 494 | #define RIIC3SR1L RIIC3.RIICnSR1.UINT16[L] |
mbed_official | 119:3921aeca8633 | 495 | #define RIIC3SR1LL RIIC3.RIICnSR1.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 496 | #define RIIC3SR1LH RIIC3.RIICnSR1.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 497 | #define RIIC3SR1H RIIC3.RIICnSR1.UINT16[H] |
mbed_official | 119:3921aeca8633 | 498 | #define RIIC3SR1HL RIIC3.RIICnSR1.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 499 | #define RIIC3SR1HH RIIC3.RIICnSR1.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 500 | #define RIIC3SR2 RIIC3.RIICnSR2.UINT32 |
mbed_official | 119:3921aeca8633 | 501 | #define RIIC3SR2L RIIC3.RIICnSR2.UINT16[L] |
mbed_official | 119:3921aeca8633 | 502 | #define RIIC3SR2LL RIIC3.RIICnSR2.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 503 | #define RIIC3SR2LH RIIC3.RIICnSR2.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 504 | #define RIIC3SR2H RIIC3.RIICnSR2.UINT16[H] |
mbed_official | 119:3921aeca8633 | 505 | #define RIIC3SR2HL RIIC3.RIICnSR2.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 506 | #define RIIC3SR2HH RIIC3.RIICnSR2.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 507 | #define RIIC3SAR0 RIIC3.RIICnSAR0.UINT32 |
mbed_official | 119:3921aeca8633 | 508 | #define RIIC3SAR0L RIIC3.RIICnSAR0.UINT16[L] |
mbed_official | 119:3921aeca8633 | 509 | #define RIIC3SAR0LL RIIC3.RIICnSAR0.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 510 | #define RIIC3SAR0LH RIIC3.RIICnSAR0.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 511 | #define RIIC3SAR0H RIIC3.RIICnSAR0.UINT16[H] |
mbed_official | 119:3921aeca8633 | 512 | #define RIIC3SAR0HL RIIC3.RIICnSAR0.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 513 | #define RIIC3SAR0HH RIIC3.RIICnSAR0.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 514 | #define RIIC3SAR1 RIIC3.RIICnSAR1.UINT32 |
mbed_official | 119:3921aeca8633 | 515 | #define RIIC3SAR1L RIIC3.RIICnSAR1.UINT16[L] |
mbed_official | 119:3921aeca8633 | 516 | #define RIIC3SAR1LL RIIC3.RIICnSAR1.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 517 | #define RIIC3SAR1LH RIIC3.RIICnSAR1.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 518 | #define RIIC3SAR1H RIIC3.RIICnSAR1.UINT16[H] |
mbed_official | 119:3921aeca8633 | 519 | #define RIIC3SAR1HL RIIC3.RIICnSAR1.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 520 | #define RIIC3SAR1HH RIIC3.RIICnSAR1.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 521 | #define RIIC3SAR2 RIIC3.RIICnSAR2.UINT32 |
mbed_official | 119:3921aeca8633 | 522 | #define RIIC3SAR2L RIIC3.RIICnSAR2.UINT16[L] |
mbed_official | 119:3921aeca8633 | 523 | #define RIIC3SAR2LL RIIC3.RIICnSAR2.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 524 | #define RIIC3SAR2LH RIIC3.RIICnSAR2.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 525 | #define RIIC3SAR2H RIIC3.RIICnSAR2.UINT16[H] |
mbed_official | 119:3921aeca8633 | 526 | #define RIIC3SAR2HL RIIC3.RIICnSAR2.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 527 | #define RIIC3SAR2HH RIIC3.RIICnSAR2.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 528 | #define RIIC3BRL RIIC3.RIICnBRL.UINT32 |
mbed_official | 119:3921aeca8633 | 529 | #define RIIC3BRLL RIIC3.RIICnBRL.UINT16[L] |
mbed_official | 119:3921aeca8633 | 530 | #define RIIC3BRLLL RIIC3.RIICnBRL.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 531 | #define RIIC3BRLLH RIIC3.RIICnBRL.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 532 | #define RIIC3BRLH RIIC3.RIICnBRL.UINT16[H] |
mbed_official | 119:3921aeca8633 | 533 | #define RIIC3BRLHL RIIC3.RIICnBRL.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 534 | #define RIIC3BRLHH RIIC3.RIICnBRL.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 535 | #define RIIC3BRH RIIC3.RIICnBRH.UINT32 |
mbed_official | 119:3921aeca8633 | 536 | #define RIIC3BRHL RIIC3.RIICnBRH.UINT16[L] |
mbed_official | 119:3921aeca8633 | 537 | #define RIIC3BRHLL RIIC3.RIICnBRH.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 538 | #define RIIC3BRHLH RIIC3.RIICnBRH.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 539 | #define RIIC3BRHH RIIC3.RIICnBRH.UINT16[H] |
mbed_official | 119:3921aeca8633 | 540 | #define RIIC3BRHHL RIIC3.RIICnBRH.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 541 | #define RIIC3BRHHH RIIC3.RIICnBRH.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 542 | #define RIIC3DRT RIIC3.RIICnDRT.UINT32 |
mbed_official | 119:3921aeca8633 | 543 | #define RIIC3DRTL RIIC3.RIICnDRT.UINT16[L] |
mbed_official | 119:3921aeca8633 | 544 | #define RIIC3DRTLL RIIC3.RIICnDRT.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 545 | #define RIIC3DRTLH RIIC3.RIICnDRT.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 546 | #define RIIC3DRTH RIIC3.RIICnDRT.UINT16[H] |
mbed_official | 119:3921aeca8633 | 547 | #define RIIC3DRTHL RIIC3.RIICnDRT.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 548 | #define RIIC3DRTHH RIIC3.RIICnDRT.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 549 | #define RIIC3DRR RIIC3.RIICnDRR.UINT32 |
mbed_official | 119:3921aeca8633 | 550 | #define RIIC3DRRL RIIC3.RIICnDRR.UINT16[L] |
mbed_official | 119:3921aeca8633 | 551 | #define RIIC3DRRLL RIIC3.RIICnDRR.UINT8[LL] |
mbed_official | 119:3921aeca8633 | 552 | #define RIIC3DRRLH RIIC3.RIICnDRR.UINT8[LH] |
mbed_official | 119:3921aeca8633 | 553 | #define RIIC3DRRH RIIC3.RIICnDRR.UINT16[H] |
mbed_official | 119:3921aeca8633 | 554 | #define RIIC3DRRHL RIIC3.RIICnDRR.UINT8[HL] |
mbed_official | 119:3921aeca8633 | 555 | #define RIIC3DRRHH RIIC3.RIICnDRR.UINT8[HH] |
mbed_official | 119:3921aeca8633 | 556 | #endif |