Home
last modified time | relevance | path

Searched refs:CO_UNLOCK_EMCY (Results 1 – 7 of 7) sorted by relevance

/canopennode-3.5.0-3.4.0/stack/socketCAN/
DCO_driver_target.h69 #define CO_UNLOCK_EMCY() macro
81 …#define CO_UNLOCK_EMCY() {if(pthread_mutex_unlock(&CO_EMCY_mtx) != 0) CO_errExit("Mutex unl… macro
/canopennode-3.5.0-3.4.0/stack/drvTemplate/
DCO_driver_target.h166 #define CO_UNLOCK_EMCY() /**< Unlock critical section in CO_errorReport() or CO_errorReset() */ macro
/canopennode-3.5.0-3.4.0/stack/neuberger-socketCAN/
DCO_driver_base.h178 static inline void CO_UNLOCK_EMCY() { (void)pthread_mutex_unlock(&CO_EMCY_mutex); } /**< Unlock cri… in CO_UNLOCK_EMCY() function
/canopennode-3.5.0-3.4.0/stack/
DCO_Emergency.c386 CO_UNLOCK_EMCY(); in CO_errorReport()
445 CO_UNLOCK_EMCY(); in CO_errorReset()
/canopennode-3.5.0-3.4.0/stack/PIC32/
DCO_driver_target.h58 #define CO_UNLOCK_EMCY() if(CO_interruptStatus & 0x00000001) {__builtin_enable_interrupts();} macro
/canopennode-3.5.0-3.4.0/stack/dsPIC30F/
DCO_driver_target.h49 #define CO_UNLOCK_EMCY() asm volatile ("disi #0x0000") macro
/canopennode-3.5.0-3.4.0/stack/PIC24_dsPIC33/
DCO_driver_target.h111 #define CO_UNLOCK_EMCY() asm volatile ("disi #0x0000") macro