File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
targets/TARGET_Cypress/TARGET_PSOC6/psoc6csp/core_lib Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 8
8
*
9
9
********************************************************************************
10
10
* \copyright
11
- * Copyright 2018-2019 Cypress Semiconductor Corporation
11
+ * Copyright 2018-2020 Cypress Semiconductor Corporation
12
12
* SPDX-License-Identifier: Apache-2.0
13
13
*
14
14
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -69,7 +69,7 @@ typedef uint32_t cy_rslt_t;
69
69
70
70
/** \cond INTERNAL */
71
71
/** Mask for the bit at position "x" */
72
- #define CY_BIT_MASK (x ) ((1U << (x)) - 1U)
72
+ #define CY_BIT_MASK (x ) ((1UL << (x)) - 1U)
73
73
74
74
/** Bit position of the result type */
75
75
#define CY_RSLT_TYPE_POSITION (16U)
Original file line number Diff line number Diff line change 6
6
*
7
7
********************************************************************************
8
8
* \copyright
9
- * Copyright 2018-2019 Cypress Semiconductor Corporation
9
+ * Copyright 2018-2020 Cypress Semiconductor Corporation
10
10
* SPDX-License-Identifier: Apache-2.0
11
11
*
12
12
* Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change
1
+ <version >1.1.1.11109</version >
You can’t perform that action at this time.
0 commit comments