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.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
TARGET_K64F/TARGET_Freescale/TARGET_KPSDK_MCUS/TARGET_KPSDK_CODE/hal/sdhc/fsl_sdhc_features.h@89:552587b429a1, 2014-09-12 (annotated)
- Committer:
- bogdanm
- Date:
- Fri Sep 12 16:41:52 2014 +0100
- Revision:
- 89:552587b429a1
- Parent:
- 82:6473597d706e
- Child:
- 90:cb3d968589d8
Release 89 of the mbed library
Main changes:
- low power optimizations for Nordic targets
- code structure changes for Freescale K64F targets
- bug fixes in various backends
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| bogdanm | 82:6473597d706e | 1 | /* |
| bogdanm | 82:6473597d706e | 2 | * Copyright (c) 2014, Freescale Semiconductor, Inc. |
| bogdanm | 82:6473597d706e | 3 | * All rights reserved. |
| bogdanm | 82:6473597d706e | 4 | * |
| bogdanm | 82:6473597d706e | 5 | * Redistribution and use in source and binary forms, with or without modification, |
| bogdanm | 82:6473597d706e | 6 | * are permitted provided that the following conditions are met: |
| bogdanm | 82:6473597d706e | 7 | * |
| bogdanm | 82:6473597d706e | 8 | * o Redistributions of source code must retain the above copyright notice, this list |
| bogdanm | 82:6473597d706e | 9 | * of conditions and the following disclaimer. |
| bogdanm | 82:6473597d706e | 10 | * |
| bogdanm | 82:6473597d706e | 11 | * o Redistributions in binary form must reproduce the above copyright notice, this |
| bogdanm | 82:6473597d706e | 12 | * list of conditions and the following disclaimer in the documentation and/or |
| bogdanm | 82:6473597d706e | 13 | * other materials provided with the distribution. |
| bogdanm | 82:6473597d706e | 14 | * |
| bogdanm | 82:6473597d706e | 15 | * o Neither the name of Freescale Semiconductor, Inc. nor the names of its |
| bogdanm | 82:6473597d706e | 16 | * contributors may be used to endorse or promote products derived from this |
| bogdanm | 82:6473597d706e | 17 | * software without specific prior written permission. |
| bogdanm | 82:6473597d706e | 18 | * |
| bogdanm | 82:6473597d706e | 19 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| bogdanm | 82:6473597d706e | 20 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| bogdanm | 82:6473597d706e | 21 | * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| bogdanm | 82:6473597d706e | 22 | * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR |
| bogdanm | 82:6473597d706e | 23 | * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| bogdanm | 82:6473597d706e | 24 | * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| bogdanm | 82:6473597d706e | 25 | * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| bogdanm | 82:6473597d706e | 26 | * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| bogdanm | 82:6473597d706e | 27 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| bogdanm | 82:6473597d706e | 28 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| bogdanm | 82:6473597d706e | 29 | */ |
| bogdanm | 82:6473597d706e | 30 | #if !defined(__FSL_SDHC_FEATURES_H__) |
| bogdanm | 82:6473597d706e | 31 | #define __FSL_SDHC_FEATURES_H__ |
| bogdanm | 82:6473597d706e | 32 | |
| bogdanm | 82:6473597d706e | 33 | #if defined(CPU_MK24FN1M0VDC12) || defined(CPU_MK24FN1M0VLQ12) || defined(CPU_MK63FN1M0VLQ12) || defined(CPU_MK63FN1M0VMD12) || \ |
| bogdanm | 82:6473597d706e | 34 | defined(CPU_MK64FX512VDC12) || defined(CPU_MK64FN1M0VDC12) || defined(CPU_MK64FX512VLL12) || defined(CPU_MK64FN1M0VLL12) || \ |
| bogdanm | 82:6473597d706e | 35 | defined(CPU_MK64FX512VLQ12) || defined(CPU_MK64FN1M0VLQ12) || defined(CPU_MK64FX512VMD12) || defined(CPU_MK64FN1M0VMD12) || \ |
| bogdanm | 82:6473597d706e | 36 | defined(CPU_MK70FN1M0VMF12) || defined(CPU_MK70FX512VMF12) || defined(CPU_MK70FN1M0VMF15) || defined(CPU_MK70FX512VMF15) || \ |
| bogdanm | 82:6473597d706e | 37 | defined(CPU_MK70FN1M0VMJ12) || defined(CPU_MK70FX512VMJ12) || defined(CPU_MK70FN1M0VMJ15) || defined(CPU_MK70FX512VMJ15) |
| bogdanm | 82:6473597d706e | 38 | /* @brief Has external DMA support (register bit VENDOR[EXTDMAEN]). */ |
| bogdanm | 82:6473597d706e | 39 | #define FSL_FEATURE_SDHC_HAS_EXTERNAL_DMA_SUPPORT (1) |
| bogdanm | 82:6473597d706e | 40 | #if defined(CPU_MK70FN1M0VMJ12) || defined(CPU_MK70FN1M0VMJ15) |
| bogdanm | 82:6473597d706e | 41 | #define FSL_FEATURE_SDHC_HAS_V300_SUPPORT (1) |
| bogdanm | 82:6473597d706e | 42 | #define FSL_FEATURE_SDHC_HAS_V180_SUPPORT (1) |
| bogdanm | 82:6473597d706e | 43 | #elif (defined(CPU_MK63FN1M0VMD12) || defined(CPU_MK63FN1M0VMD12WS) || \ |
| bogdanm | 82:6473597d706e | 44 | defined(CPU_MK64FN1M0VMD12) || defined(CPU_MK64FX512VMD12)) |
| bogdanm | 82:6473597d706e | 45 | #define FSL_FEATURE_SDHC_HAS_V300_SUPPORT (0) |
| bogdanm | 82:6473597d706e | 46 | #define FSL_FEATURE_SDHC_HAS_V180_SUPPORT (0) |
| bogdanm | 82:6473597d706e | 47 | #endif |
| bogdanm | 82:6473597d706e | 48 | #elif defined(CPU_MK65FN2M0CAC18) || defined(CPU_MK65FX1M0CAC18) || defined(CPU_MK65FN2M0VMI18) || defined(CPU_MK65FX1M0VMI18) || \ |
| bogdanm | 82:6473597d706e | 49 | defined(CPU_MK66FN2M0VLQ18) || defined(CPU_MK66FX1M0VLQ18) || defined(CPU_MK66FN2M0VMD18) || defined(CPU_MK66FX1M0VMD18) |
| bogdanm | 82:6473597d706e | 50 | /* @brief Has external DMA support (register bit VENDOR[EXTDMAEN]). */ |
| bogdanm | 82:6473597d706e | 51 | #define FSL_FEATURE_SDHC_HAS_EXTERNAL_DMA_SUPPORT (0) |
| bogdanm | 82:6473597d706e | 52 | #else |
| bogdanm | 82:6473597d706e | 53 | #error "No valid CPU defined!" |
| bogdanm | 82:6473597d706e | 54 | #endif |
| bogdanm | 82:6473597d706e | 55 | |
| bogdanm | 82:6473597d706e | 56 | #endif /* __FSL_SDHC_FEATURES_H__ */ |
| bogdanm | 82:6473597d706e | 57 | /******************************************************************************* |
| bogdanm | 82:6473597d706e | 58 | * EOF |
| bogdanm | 82:6473597d706e | 59 | ******************************************************************************/ |
| bogdanm | 82:6473597d706e | 60 |


