IgH EtherCAT Master
1.6.3
|
Abstract locks for realtime part of interface. More...
Go to the source code of this file.
Typedefs | |
typedef struct semaphore | ec_lock_t |
Functions | |
static void | ec_lock_init (ec_lock_t *sem) |
static void | ec_lock_down (ec_lock_t *sem) |
static int | ec_lock_down_interruptible (ec_lock_t *sem) |
static void | ec_lock_up (ec_lock_t *sem) |
Abstract locks for realtime part of interface.
Definition in file rt_locks.h.