mbed libraries for KL25Z

Dependents:   FRDM_RGBLED

KL25Z/PortNames.h

Committer:
emilmont
Date:
2012-11-09
Revision:
8:c14af7958ef5
Child:
9:663789d7729f

File content as of revision 8:c14af7958ef5:

/* mbed Microcontroller Library - PortName
 * Copyright (c) 2010-2011 ARM Limited. All rights reserved.
 */
#ifndef MBED_PORTNAMES_H
#define MBED_PORTNAMES_H

#ifdef __cplusplus
extern "C" {
#endif

typedef enum {
    PortA = 0,
    PortB = 1,
    PortC = 2,
    PortD = 3,
    PortE = 4
} PortName;

#ifdef __cplusplus
}
#endif
#endif