mirror of https://github.com/ARMmbed/mbed-os.git
Update psoc6 core_lib to version 1.1.1.11109.
parent
5bd02f866e
commit
a8331c28ce
|
|
@ -8,7 +8,7 @@
|
||||||
*
|
*
|
||||||
********************************************************************************
|
********************************************************************************
|
||||||
* \copyright
|
* \copyright
|
||||||
* Copyright 2018-2019 Cypress Semiconductor Corporation
|
* Copyright 2018-2020 Cypress Semiconductor Corporation
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
|
@ -69,7 +69,7 @@ typedef uint32_t cy_rslt_t;
|
||||||
|
|
||||||
/** \cond INTERNAL */
|
/** \cond INTERNAL */
|
||||||
/** Mask for the bit at position "x" */
|
/** Mask for the bit at position "x" */
|
||||||
#define CY_BIT_MASK(x) ((1U << (x)) - 1U)
|
#define CY_BIT_MASK(x) ((1UL << (x)) - 1U)
|
||||||
|
|
||||||
/** Bit position of the result type */
|
/** Bit position of the result type */
|
||||||
#define CY_RSLT_TYPE_POSITION (16U)
|
#define CY_RSLT_TYPE_POSITION (16U)
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
*
|
*
|
||||||
********************************************************************************
|
********************************************************************************
|
||||||
* \copyright
|
* \copyright
|
||||||
* Copyright 2018-2019 Cypress Semiconductor Corporation
|
* Copyright 2018-2020 Cypress Semiconductor Corporation
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
<version>1.1.1.11109</version>
|
||||||
Loading…
Reference in New Issue