Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of fsl_phy_mcr20a by
mbedAbstraction.h
00001 #ifndef __MBED_ABSTRACTION_H__ 00002 #define __MBED_ABSTRACTION_H__ 00003 00004 00005 #ifdef __ICCARM__ 00006 #define OSA_EnterCritical(kCriticalDisableInt) __disable_interrupt() 00007 #define OSA_ExitCritical(kCriticalDisableInt) __enable_interrupt() 00008 #else 00009 #define OSA_EnterCritical(kCriticalDisableInt) __disable_irq() 00010 #define OSA_ExitCritical(kCriticalDisableInt) __enable_irq() 00011 #endif 00012 00013 00014 00015 #endif
Generated on Fri Jul 15 2022 21:41:17 by
