1 #-------------------------------------------------------------------------------
\r
2 # (c) Copyright 2007-2013 Microsemi SoC Products Group. All rights reserved.
\r
4 # Interrupt disabling/restoration for critical section protection.
\r
6 # SVN $Revision: 5258 $
\r
7 # SVN $Date: 2013-03-21 12:41:02 +0000 (Thu, 21 Mar 2013) $
\r
10 .global HAL_disable_interrupts
\r
11 .global HAL_restore_interrupts
\r
14 .type HAL_disable_interrupts, function
\r
15 .type HAL_restore_interrupts, function
\r
16 #-------------------------------------------------------------------------------
\r
19 HAL_disable_interrupts:
\r
24 #-------------------------------------------------------------------------------
\r
27 HAL_restore_interrupts:
\r