 |
TLE986x Device Family SDK
|
Go to the documentation of this file.
61 #ifndef _CMSIS_MISRA_H
62 #define _CMSIS_MISRA_H
73 #if defined(TESTING) || defined(UNIT_TESTING_LV2)
121 #if defined ( __CC_ARM ) || (defined (__ARMCC_VERSION) && (__ARMCC_VERSION >= 6000000))
123 return ( (
sint32)__disable_irq() );
General type declarations.
INLINE void CMSIS_Irq_En(void)
Access to the CMSIS intrinsic __enable_irq().
Definition: cmsis_misra.h:130
INLINE void CMSIS_SEV(void)
Access to the CMSIS intrinsic __SEV().
Definition: cmsis_misra.h:151
#define INLINE
Definition: types.h:134
INLINE sint32 CMSIS_Irq_Dis(void)
Access to the CMSIS intrinsic __disable_irq().
Definition: cmsis_misra.h:114
INLINE void CMSIS_WFE(void)
Access to the CMSIS intrinsic __WFE().
Definition: cmsis_misra.h:144
INLINE void CMSIS_NOP(void)
Access to the CMSIS intrinsic __NOP().
Definition: cmsis_misra.h:137
signed int sint32
32 bit signed value
Definition: types.h:146