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
Diff: TARGET_KL46Z/PeripheralNames.h
- Revision:
- 77:869cf507173a
- Parent:
- 73:1efda918f0ba
diff -r 824293ae5e43 -r 869cf507173a TARGET_KL46Z/PeripheralNames.h
--- a/TARGET_KL46Z/PeripheralNames.h Mon Jan 13 15:31:11 2014 +0200
+++ b/TARGET_KL46Z/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,


