Lines Matching refs:__STATIC_INLINE

331 __STATIC_INLINE bool MSC_LockGetLocked(void)  in MSC_LockGetLocked()
348 __STATIC_INLINE void MSC_LockSetLocked(void) in MSC_LockSetLocked()
363 __STATIC_INLINE void MSC_LockSetUnlocked(void) in MSC_LockSetUnlocked()
381 __STATIC_INLINE uint32_t MSC_ReadCTRLGet(void) in MSC_ReadCTRLGet()
399 __STATIC_INLINE void MSC_ReadCTRLSet(uint32_t value) in MSC_ReadCTRLSet()
422 __STATIC_INLINE void MSC_PageLockSetLocked(uint32_t page_number) in MSC_PageLockSetLocked()
453 __STATIC_INLINE bool MSC_PageLockGetLocked(uint32_t page_number) in MSC_PageLockGetLocked()
484 __STATIC_INLINE uint32_t MSC_UserDataGetSize(void) in MSC_UserDataGetSize()
507 __STATIC_INLINE uint32_t MSC_MiscLockWordGet(void) in MSC_MiscLockWordGet()
526 __STATIC_INLINE void MSC_MiscLockWordSet(uint32_t value) in MSC_MiscLockWordSet()
550 __STATIC_INLINE void MSC_IntClear(uint32_t flags) in MSC_IntClear()
567 __STATIC_INLINE void MSC_IntDisable(uint32_t flags) in MSC_IntDisable()
589 __STATIC_INLINE void MSC_IntEnable(uint32_t flags) in MSC_IntEnable()
609 __STATIC_INLINE uint32_t MSC_IntGet(void) in MSC_IntGet()
628 __STATIC_INLINE uint32_t MSC_IntGetEnabled(void) in MSC_IntGetEnabled()
644 __STATIC_INLINE void MSC_IntSet(uint32_t flags) in MSC_IntSet()
661 __STATIC_INLINE void MSC_StartCacheMeasurement(void) in MSC_StartCacheMeasurement()
719 __STATIC_INLINE int32_t MSC_GetCacheMeasurement(void) in MSC_GetCacheMeasurement()
750 __STATIC_INLINE void MSC_FlushCache(void) in MSC_FlushCache()
765 __STATIC_INLINE void MSC_EnableCache(bool enable) in MSC_EnableCache()
777 __STATIC_INLINE void MSC_EnableCacheIRQs(bool enable) in MSC_EnableCacheIRQs()
789 __STATIC_INLINE void MSC_EnableAutoCacheFlush(bool enable) in MSC_EnableAutoCacheFlush()
802 __STATIC_INLINE void MSC_BusStrategy(mscBusStrategy_Typedef mode) in MSC_BusStrategy()