|
libethercat - an embeddable realtime EtherCAT-master library
Communicate with EtherCAT slaves attached to a Network interface.
|
PIKEOS device hardware access functions. More...
Go to the source code of this file.
Data Structures | |
| struct | hw_pikeos |
Typedefs | |
| typedef struct hw_pikeos | hw_pikeos_t |
Functions | |
| int | hw_device_pikeos_open (struct hw_pikeos *phw, ec_t *pec, const osal_char_t *devname, int prio, int cpumask) |
| Opens EtherCAT hw device. | |
PIKEOS device hardware access functions.
| int hw_device_pikeos_open | ( | struct hw_pikeos * | phw, |
| ec_t * | pec, | ||
| const osal_char_t * | devname, | ||
| int | prio, | ||
| int | cpumask | ||
| ) |
Opens EtherCAT hw device.
| [in] | phw | Pointer to hw handle. |
| [in] | pec | Pointer to master struct. |
| [in] | devname | Null-terminated string to EtherCAT hw device name. |
| [in] | prio | Priority for receiver thread. |
| [in] | cpu_mask | CPU mask for receiver thread. |