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.
Fork of mbed by
Diff: TARGET_KL25Z/PeripheralNames.h
- Revision:
- 77:869cf507173a
- Parent:
- 71:8fabd470bb6e
--- a/TARGET_KL25Z/PeripheralNames.h Mon Jan 13 15:31:11 2014 +0200 +++ b/TARGET_KL25Z/PeripheralNames.h Fri Feb 14 14:36:43 2014 +0000 @@ -23,6 +23,11 @@ #endif typedef enum { + OSC32KCLK = 0, + RTC_CLKIN = 2 +} RTCName; + +typedef enum { UART_0 = (int)UART0_BASE, UART_1 = (int)UART1_BASE, UART_2 = (int)UART2_BASE @@ -52,7 +57,7 @@ PWM_10 = (2 << TPM_SHIFT) | (1) // TPM2 CH1 } PWMName; -#define CHANNELS_A_SHIFT 5 +#define CHANNELS_A_SHIFT 5 typedef enum { ADC0_SE0 = 0, ADC0_SE3 = 3,