X-Git-Url: https://git.sur5r.net/?p=armstart-ibdap;a=blobdiff_plain;f=src%2Fsystem_LPC11Uxx.c;h=127e8ee6eda392aaeeb4ee8984dc6c74bc117047;hp=7422b92a11526de238688a39937ad3d378301de9;hb=refs%2Fheads%2Fmaster;hpb=8dc27fcbb690f5a27358b78782f7d217253b5235 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;