ErichStyger / mcuoneclipse

McuOnEclipse Processor Expert components and example projects
Other
731 stars 1.29k forks source link

Kinetis low power tick timer port.c: NVIC_ISER define #13

Closed dvelde closed 10 years ago

dvelde commented 10 years ago

When activating low power tick timer (configSYSTICK_USE_LOW_POWER_TIMER) the following define is used: /* NVICISER: SETENA|=0x10000000 / NVIC_ISER |= NVIC_ISERSETENA(0x10000000); / 0xE000E100 <= 0x10000000 */

The NVIC_ISER define is NVIC_ISER(index) on some processor definitions (like MK20D5.h).

ErichStyger commented 10 years ago

Closed with https://github.com/ErichStyger/mcuoneclipse/commit/0e856a0144e8c7b03a382c81b3786bee163064eb Thanks!