Kinetis:Resolves issues where Freescale moved ACKISO

ACKISO is located in the PMC_REGSC on the majority
  of the Kinetis SoCs. With the exception of the
  MK40DXxxxZVLQ10 where ACKISO is located in LLWU_CS
This commit is contained in:
David Sidrane
2017-02-22 10:08:06 -10:00
parent a4b985f865
commit 1324b8c00a
+3 -1
View File
@@ -232,7 +232,9 @@
/* LLWU Control and Status Register */
#define LLWU_CS_ACKISO (1 << 7) /* Bit 7: Acknowledge Isolation */
#if !defined(KINETIS_PMC_HAS_REGSC_ACKISO)
# define LLWU_CS_ACKISO (1 << 7) /* Bit 7: Acknowledge Isolation */
#endif
/* Bits 2-6: Reserved */
#define LLWU_CS_FLTEP (1 << 1) /* Bit 1: Digital Filter on External Pin */
#define LLWU_CS_FLTR (1 << 0) /* Bit 0: Digital Filter on RESET Pin */