libethercat - an embeddable realtime EtherCAT-master library
Communicate with EtherCAT slaves attached to a Network interface.
|
file/char device hardware access functions More...
Go to the source code of this file.
Data Structures | |
struct | hw_stm32 |
Macros | |
#define | htons(x) ((((x) & 0xFF00) >> 8) | (((x) & 0x00FF) << 8)) |
Typedefs | |
typedef struct hw_stm32 | hw_stm32_t |
Functions | |
int | hw_device_stm32_open (struct hw_stm32 *phw, struct ec *pec) |
Opens EtherCAT hw device. | |
int | hw_device_stm32_send (struct hw_common *phw, ec_frame_t *pframe, pooltype_t pool_type) |
int | hw_device_stm32_recv (struct hw_common *phw) |
file/char device hardware access functions