Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,16 @@ const PinMap PinMap_PWM[] = {
{NC, NC, 0}
};

/************CAN***************/
const PinMap PinMap_CAN_RD[] = {
{P1_1, CAN_0, 4},
{P2_0, CAN_1, 4},
{NC, NC, 0}
};

const PinMap PinMap_CAN_TD[] = {
{P1_3, CAN_0, 4},
{P2_2, CAN_1, 4},
{NC, NC, 0}
};

Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
* you agree to the additional terms and conditions found by accessing the
* following link:
* http://www.renesas.com/disclaimer
* Copyright (C) 2018-2020 Renesas Electronics Corporation. All rights reserved.
* Copyright (C) 2019 Renesas Electronics Corporation. All rights reserved.
*******************************************************************************/
/* Copyright (c) 2018-2020 Renesas Electronics Corporation.
/* Copyright (c) 2019-2020 Renesas Electronics Corporation.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -36,7 +36,7 @@
* limitations under the License.
*/
/*******************************************************************************
* Rev: 2.00
* Rev: 3.01
* Description : IO bitmask header
*******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
* you agree to the additional terms and conditions found by accessing the
* following link:
* http://www.renesas.com/disclaimer
* Copyright (C) 2018-2020 Renesas Electronics Corporation. All rights reserved.
* Copyright (C) 2019 Renesas Electronics Corporation. All rights reserved.
*******************************************************************************/
/* Copyright (c) 2018-2020 Renesas Electronics Corporation.
/* Copyright (c) 2019-2020 Renesas Electronics Corporation.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -36,7 +36,7 @@
* limitations under the License.
*/
/*******************************************************************************
* Rev: 2.00
* Rev: 3.01
* Description : IO bitmask header
*******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
* you agree to the additional terms and conditions found by accessing the
* following link:
* http://www.renesas.com/disclaimer
* Copyright (C) 2018-2020 Renesas Electronics Corporation. All rights reserved.
* Copyright (C) 2019 Renesas Electronics Corporation. All rights reserved.
*******************************************************************************/
/* Copyright (c) 2018-2020 Renesas Electronics Corporation.
/* Copyright (c) 2019-2020 Renesas Electronics Corporation.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -36,7 +36,7 @@
* limitations under the License.
*/
/*******************************************************************************
* Rev: 2.00
* Rev: 3.01
* Description : IO bitmask header
*******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
* you agree to the additional terms and conditions found by accessing the
* following link:
* http://www.renesas.com/disclaimer
* Copyright (C) 2018-2020 Renesas Electronics Corporation. All rights reserved.
* Copyright (C) 2019 Renesas Electronics Corporation. All rights reserved.
*******************************************************************************/
/* Copyright (c) 2018-2020 Renesas Electronics Corporation.
/* Copyright (c) 2019-2020 Renesas Electronics Corporation.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -36,7 +36,7 @@
* limitations under the License.
*/
/*******************************************************************************
* Rev: 2.00
* Rev: 3.01
* Description : IO bitmask header
*******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
* you agree to the additional terms and conditions found by accessing the
* following link:
* http://www.renesas.com/disclaimer
* Copyright (C) 2018-2020 Renesas Electronics Corporation. All rights reserved.
* Copyright (C) 2019 Renesas Electronics Corporation. All rights reserved.
*******************************************************************************/
/* Copyright (c) 2018-2020 Renesas Electronics Corporation.
/* Copyright (c) 2019-2020 Renesas Electronics Corporation.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -36,7 +36,7 @@
* limitations under the License.
*/
/*******************************************************************************
* Rev: 2.00
* Rev: 3.01
* Description : IO bitmask header
*******************************************************************************/

Expand Down Expand Up @@ -172,8 +172,6 @@
#define CPG_SYSCR3_RRAMWE3_SHIFT (3u)
#define CPG_STBCR3_MSTP30 (0x01u)
#define CPG_STBCR3_MSTP30_SHIFT (0u)
#define CPG_STBCR3_MSTP31 (0x02u)
#define CPG_STBCR3_MSTP31_SHIFT (1u)
#define CPG_STBCR3_MSTP32 (0x04u)
#define CPG_STBCR3_MSTP32_SHIFT (2u)
#define CPG_STBCR3_MSTP33 (0x08u)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
* you agree to the additional terms and conditions found by accessing the
* following link:
* http://www.renesas.com/disclaimer
* Copyright (C) 2018-2020 Renesas Electronics Corporation. All rights reserved.
* Copyright (C) 2019 Renesas Electronics Corporation. All rights reserved.
*******************************************************************************/
/* Copyright (c) 2018-2020 Renesas Electronics Corporation.
/* Copyright (c) 2019-2020 Renesas Electronics Corporation.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -36,7 +36,7 @@
* limitations under the License.
*/
/*******************************************************************************
* Rev: 2.00
* Rev: 3.01
* Description : IO bitmask header
*******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
* you agree to the additional terms and conditions found by accessing the
* following link:
* http://www.renesas.com/disclaimer
* Copyright (C) 2018-2020 Renesas Electronics Corporation. All rights reserved.
* Copyright (C) 2019 Renesas Electronics Corporation. All rights reserved.
*******************************************************************************/
/* Copyright (c) 2018-2020 Renesas Electronics Corporation.
/* Copyright (c) 2019-2020 Renesas Electronics Corporation.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -36,7 +36,7 @@
* limitations under the License.
*/
/*******************************************************************************
* Rev: 2.00
* Rev: 3.01
* Description : IO bitmask header
*******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
* you agree to the additional terms and conditions found by accessing the
* following link:
* http://www.renesas.com/disclaimer
* Copyright (C) 2018-2020 Renesas Electronics Corporation. All rights reserved.
* Copyright (C) 2019 Renesas Electronics Corporation. All rights reserved.
*******************************************************************************/
/* Copyright (c) 2018-2020 Renesas Electronics Corporation.
/* Copyright (c) 2019-2020 Renesas Electronics Corporation.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -36,7 +36,7 @@
* limitations under the License.
*/
/*******************************************************************************
* Rev: 2.00
* Rev: 3.01
* Description : IO bitmask header
*******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
* you agree to the additional terms and conditions found by accessing the
* following link:
* http://www.renesas.com/disclaimer
* Copyright (C) 2018-2020 Renesas Electronics Corporation. All rights reserved.
* Copyright (C) 2019 Renesas Electronics Corporation. All rights reserved.
*******************************************************************************/
/* Copyright (c) 2018-2020 Renesas Electronics Corporation.
/* Copyright (c) 2019-2020 Renesas Electronics Corporation.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -36,7 +36,7 @@
* limitations under the License.
*/
/*******************************************************************************
* Rev: 2.00
* Rev: 3.01
* Description : IO bitmask header
*******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
* you agree to the additional terms and conditions found by accessing the
* following link:
* http://www.renesas.com/disclaimer
* Copyright (C) 2018-2020 Renesas Electronics Corporation. All rights reserved.
* Copyright (C) 2019 Renesas Electronics Corporation. All rights reserved.
*******************************************************************************/
/* Copyright (c) 2018-2020 Renesas Electronics Corporation.
/* Copyright (c) 2019-2020 Renesas Electronics Corporation.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -36,7 +36,7 @@
* limitations under the License.
*/
/*******************************************************************************
* Rev: 2.00
* Rev: 3.01
* Description : IO bitmask header
*******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
* you agree to the additional terms and conditions found by accessing the
* following link:
* http://www.renesas.com/disclaimer
* Copyright (C) 2018-2020 Renesas Electronics Corporation. All rights reserved.
* Copyright (C) 2019 Renesas Electronics Corporation. All rights reserved.
*******************************************************************************/
/* Copyright (c) 2018-2020 Renesas Electronics Corporation.
/* Copyright (c) 2019-2020 Renesas Electronics Corporation.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -36,7 +36,7 @@
* limitations under the License.
*/
/*******************************************************************************
* Rev: 2.00
* Rev: 3.01
* Description : IO bitmask header
*******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
* you agree to the additional terms and conditions found by accessing the
* following link:
* http://www.renesas.com/disclaimer
* Copyright (C) 2018-2020 Renesas Electronics Corporation. All rights reserved.
* Copyright (C) 2019 Renesas Electronics Corporation. All rights reserved.
*******************************************************************************/
/* Copyright (c) 2018-2020 Renesas Electronics Corporation.
/* Copyright (c) 2019-2020 Renesas Electronics Corporation.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -36,7 +36,7 @@
* limitations under the License.
*/
/*******************************************************************************
* Rev: 2.00
* Rev: 3.01
* Description : IO bitmask header
*******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
* you agree to the additional terms and conditions found by accessing the
* following link:
* http://www.renesas.com/disclaimer
* Copyright (C) 2018-2020 Renesas Electronics Corporation. All rights reserved.
* Copyright (C) 2019 Renesas Electronics Corporation. All rights reserved.
*******************************************************************************/
/* Copyright (c) 2018-2020 Renesas Electronics Corporation.
/* Copyright (c) 2019-2020 Renesas Electronics Corporation.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -36,7 +36,7 @@
* limitations under the License.
*/
/*******************************************************************************
* Rev: 2.00
* Rev: 3.01
* Description : IO bitmask header
*******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
* you agree to the additional terms and conditions found by accessing the
* following link:
* http://www.renesas.com/disclaimer
* Copyright (C) 2018-2020 Renesas Electronics Corporation. All rights reserved.
* Copyright (C) 2019 Renesas Electronics Corporation. All rights reserved.
*******************************************************************************/
/* Copyright (c) 2018-2020 Renesas Electronics Corporation.
/* Copyright (c) 2019-2020 Renesas Electronics Corporation.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -36,7 +36,7 @@
* limitations under the License.
*/
/*******************************************************************************
* Rev: 2.00
* Rev: 3.01
* Description : IO bitmask header
*******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
* you agree to the additional terms and conditions found by accessing the
* following link:
* http://www.renesas.com/disclaimer
* Copyright (C) 2018-2020 Renesas Electronics Corporation. All rights reserved.
* Copyright (C) 2019 Renesas Electronics Corporation. All rights reserved.
*******************************************************************************/
/* Copyright (c) 2018-2020 Renesas Electronics Corporation.
/* Copyright (c) 2019-2020 Renesas Electronics Corporation.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -36,7 +36,7 @@
* limitations under the License.
*/
/*******************************************************************************
* Rev: 2.00
* Rev: 3.01
* Description : IO bitmask header
*******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
* you agree to the additional terms and conditions found by accessing the
* following link:
* http://www.renesas.com/disclaimer
* Copyright (C) 2018-2020 Renesas Electronics Corporation. All rights reserved.
* Copyright (C) 2019 Renesas Electronics Corporation. All rights reserved.
*******************************************************************************/
/* Copyright (c) 2018-2020 Renesas Electronics Corporation.
/* Copyright (c) 2019-2020 Renesas Electronics Corporation.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -36,7 +36,7 @@
* limitations under the License.
*/
/*******************************************************************************
* Rev: 2.00
* Rev: 3.01
* Description : IO bitmask header
*******************************************************************************/

Expand Down Expand Up @@ -84,15 +84,15 @@
#define IMR2_IMR_INM_SHIFT (2u)
#define IMR2_DLPR_DLP (0xFFFFFFFFu)
#define IMR2_DLPR_DLP_SHIFT (0u)
#define IMR2_DLSAR_DLSA (0xFFFFFFC0u)
#define IMR2_DLSAR_DLSA (0xFFFFFFF8u)
#define IMR2_DLSAR_DLSA_SHIFT (3u)
#define IMR2_DSAR_DSA (0xFFFFFC00u)
#define IMR2_DSAR_DSA (0xFFFFFFE0u)
#define IMR2_DSAR_DSA_SHIFT (5u)
#define IMR2_DSTR_DST (0x00003FFFu)
#define IMR2_DSTR_DST_SHIFT (0u)
#define IMR2_DSAR2_DSA2 (0xFFFFFC00u)
#define IMR2_DSAR2_DSA2 (0xFFFFFFE0u)
#define IMR2_DSAR2_DSA2_SHIFT (5u)
#define IMR2_DLSAR2_DLSA2 (0xFFFFFFC0u)
#define IMR2_DLSAR2_DLSA2 (0xFFFFFFF8u)
#define IMR2_DLSAR2_DLSA2_SHIFT (3u)
#define IMR2_TRIMR_TME (0x00000001u)
#define IMR2_TRIMR_TME_SHIFT (0u)
Expand Down
Loading