X-Git-Url: https://git.sur5r.net/?p=armstart-ibdap;a=blobdiff_plain;f=src%2Fsystem_LPC11Uxx.c;h=127e8ee6eda392aaeeb4ee8984dc6c74bc117047;hp=7422b92a11526de238688a39937ad3d378301de9;hb=74da54a65f00618d0f17d791f7feb181896e03f2;hpb=7775de09348e4189a5c4d5cd5fee0784b6090dcb diff --git a/src/system_LPC11Uxx.c b/src/system_LPC11Uxx.c index 7422b92..127e8ee 100644 --- a/src/system_LPC11Uxx.c +++ b/src/system_LPC11Uxx.c @@ -377,7 +377,7 @@ void SystemCoreClockUpdate (void) /* Get Core Clock Frequency */ } -__INLINE void SYSCTL_PowerDown(uint32_t powerdownmask) +__STATIC_INLINE void SYSCTL_PowerDown(uint32_t powerdownmask) { uint32_t pdrun; @@ -386,7 +386,7 @@ __INLINE void SYSCTL_PowerDown(uint32_t powerdownmask) LPC_SYSCON->PDRUNCFG = (pdrun | PDRUNCFGUSEMASK); } -__INLINE void SYSCTL_PowerUp(uint32_t powerupmask) +__STATIC_INLINE void SYSCTL_PowerUp(uint32_t powerupmask) { uint32_t pdrun;