File tree Expand file tree Collapse file tree 3 files changed +177
-230
lines changed
source/hic_hal/nxp/lpc4322/RTE_Driver Expand file tree Collapse file tree 3 files changed +177
-230
lines changed Original file line number Diff line number Diff line change 1
1
/* --------------------------------------------------------------------------
2
- * Copyright (c) 2013-2020 Arm Limited (or its affiliates). All
2
+ * Copyright (c) 2013-2019 Arm Limited (or its affiliates). All
3
3
* rights reserved.
4
4
*
5
5
* SPDX-License-Identifier: Apache-2.0
16
16
* See the License for the specific language governing permissions and
17
17
* limitations under the License.
18
18
*
19
- * $Date: 20. Januar 2020
20
- * $Revision: V1.2
19
+ * $Date: 30. April 2019
20
+ * $Revision: V1.1
21
21
*
22
22
* Project: SCU Driver Definitions for NXP LPC43xx
23
23
* -------------------------------------------------------------------------- */
31
31
typedef struct _PIN_ID {
32
32
uint8_t port ;
33
33
uint8_t num ;
34
- uint8_t reserved [2 ];
35
34
uint32_t config_val ;
36
35
} PIN_ID ;
37
36
You can’t perform that action at this time.
0 commit comments