Choco OS  V.0.16.9.0
Join to the chocolate world
oc_intman.c
Go to the documentation of this file.
1 
27 #include <oc_intman.h>
28 #include <oc_sys_lld.h>
29 
35 #define _________________________________________INTERFACE_FUNCTIONS_SECTION_______________________________________________________________
36 
39 //==========================================================================================================================================
40 //==========================================================================================================================================
41 void oC_IntMan_EnterCriticalSection( void )
42 {
44 }
45 
46 //==========================================================================================================================================
47 //==========================================================================================================================================
48 void oC_IntMan_ExitCriticalSection( void )
49 {
51 }
52 
53 //==========================================================================================================================================
54 //==========================================================================================================================================
55 bool oC_IntMan_AreInterruptsTurnedOn( void )
56 {
58 }
59 
60 #undef _________________________________________INTERFACE_FUNCTIONS_SECTION_______________________________________________________________
61 
void oC_SYS_LLD_ExitCriticalSection(void)
exits from critical section
Definition: oc_sys_lld.c:239
The file with interface for interrupt manager.
void oC_SYS_LLD_EnterCriticalSection(void)
enters to critical section
Definition: oc_sys_lld.c:228
The file with LLD interface for the SYS driver.
bool oC_SYS_LLD_AreInterruptsEnabled(void)
checks if interrupts are turned on
Definition: oc_sys_lld.c:250