CMSIS + 0/12 examples
CodeScope will show references to __STATIC_INLINE from the following samples and libraries:
 
Symbols
loading...
Files
loading...

__STATIC_INLINE macro

Syntax

#define __STATIC_INLINE static inline

Examples

__STATIC_INLINE is referenced by 12 libraries and example projects.

References

LocationText
cmsis_gcc.h:47
#define __STATIC_INLINE static inline
cmsis_gcc.h:46
#ifndef __STATIC_INLINE
core_cm4.h:1653
__STATIC_INLINE void __NVIC_SetPriorityGrouping(uint32_t PriorityGroup)
core_cm4.h:1672
__STATIC_INLINE uint32_t __NVIC_GetPriorityGrouping(void)
core_cm4.h:1684
__STATIC_INLINE void __NVIC_EnableIRQ(IRQn_Type IRQn)
core_cm4.h:1703
__STATIC_INLINE uint32_t __NVIC_GetEnableIRQ(IRQn_Type IRQn)
core_cm4.h:1722
__STATIC_INLINE void __NVIC_DisableIRQ(IRQn_Type IRQn)
core_cm4.h:1741
__STATIC_INLINE uint32_t __NVIC_GetPendingIRQ(IRQn_Type IRQn)
core_cm4.h:1760
__STATIC_INLINE void __NVIC_SetPendingIRQ(IRQn_Type IRQn)
core_cm4.h:1775
__STATIC_INLINE void __NVIC_ClearPendingIRQ(IRQn_Type IRQn)
core_cm4.h:1792
__STATIC_INLINE uint32_t __NVIC_GetActive(IRQn_Type IRQn)
core_cm4.h:1814
__STATIC_INLINE void __NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority)
core_cm4.h:1836
__STATIC_INLINE uint32_t __NVIC_GetPriority(IRQn_Type IRQn)
core_cm4.h:1861
__STATIC_INLINE uint32_t NVIC_EncodePriority (uint32_t PriorityGroup, uint32_t PreemptPriority, uint32_t SubPriority)
core_cm4.h:1888
__STATIC_INLINE void NVIC_DecodePriority (uint32_t Priority, uint32_t PriorityGroup, uint32_t* const pPreemptPriority, uint32_t* const pSubPriority)
core_cm4.h:1911
__STATIC_INLINE void __NVIC_SetVector(IRQn_Type IRQn, uint32_t vector)
core_cm4.h:1927
__STATIC_INLINE uint32_t __NVIC_GetVector(IRQn_Type IRQn)
core_cm4.h:1938
__NO_RETURN __STATIC_INLINE void __NVIC_SystemReset(void)
core_cm4.h:1981
__STATIC_INLINE uint32_t SCB_GetFPUType(void)
core_cm4.h:2022
__STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks)
core_cm4.h:2064
__STATIC_INLINE uint32_t ITM_SendChar (uint32_t ch)
core_cm4.h:2085
__STATIC_INLINE int32_t ITM_ReceiveChar (void)
core_cm4.h:2105
__STATIC_INLINE int32_t ITM_CheckChar (void)
mpu_armv7.h:191
__STATIC_INLINE void ARM_MPU_Enable(uint32_t MPU_Control)
mpu_armv7.h:204
__STATIC_INLINE void ARM_MPU_Disable(void)
mpu_armv7.h:218
__STATIC_INLINE void ARM_MPU_ClrRegion(uint32_t rnr)
mpu_armv7.h:228
__STATIC_INLINE void ARM_MPU_SetRegion(uint32_t rbar, uint32_t rasr)
mpu_armv7.h:239
__STATIC_INLINE void ARM_MPU_SetRegionEx(uint32_t rnr, uint32_t rbar, uint32_t rasr)
mpu_armv7.h:251
__STATIC_INLINE void ARM_MPU_OrderedMemcpy(volatile uint32_t* dst, const uint32_t* __RESTRICT src, uint32_t len)
mpu_armv7.h:264
__STATIC_INLINE void ARM_MPU_Load(ARM_MPU_Region_t const* table, uint32_t cnt)