-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update pregenerated bindings to 1.6.1 (fixes #48)
Otherwise, no changes needed for stable-1.6 branch
- Loading branch information
1 parent
771ac13
commit ff239ac
Showing
8 changed files
with
185 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
ioctl!(read MODULE with EC, 0x00; ec_ioctl_module_t); | ||
ioctl!(read MASTER with EC, 0x01; ec_ioctl_master_t); | ||
ioctl!(readwrite SLAVE with EC, 0x02; ec_ioctl_slave_t); | ||
ioctl!(readwrite SLAVE_SYNC with EC, 0x03; ec_ioctl_slave_sync_t); | ||
ioctl!(readwrite SLAVE_SYNC_PDO with EC, 0x04; ec_ioctl_slave_sync_pdo_t); | ||
ioctl!(readwrite SLAVE_SYNC_PDO_ENTRY with EC, 0x05; ec_ioctl_slave_sync_pdo_entry_t); | ||
ioctl!(readwrite DOMAIN with EC, 0x06; ec_ioctl_domain_t); | ||
ioctl!(readwrite DOMAIN_FMMU with EC, 0x07; ec_ioctl_domain_fmmu_t); | ||
ioctl!(readwrite DOMAIN_DATA with EC, 0x08; ec_ioctl_domain_data_t); | ||
ioctl!(none MASTER_DEBUG with EC, 0x09); | ||
ioctl!(none MASTER_RESCAN with EC, 0x0a); | ||
ioctl!(write SLAVE_STATE with EC, 0x0b; ec_ioctl_slave_state_t); | ||
ioctl!(readwrite SLAVE_SDO with EC, 0x0c; ec_ioctl_slave_sdo_t); | ||
ioctl!(readwrite SLAVE_SDO_ENTRY with EC, 0x0d; ec_ioctl_slave_sdo_entry_t); | ||
ioctl!(readwrite SLAVE_SDO_UPLOAD with EC, 0x0e; ec_ioctl_slave_sdo_upload_t); | ||
ioctl!(readwrite SLAVE_SDO_DOWNLOAD with EC, 0x0f; ec_ioctl_slave_sdo_download_t); | ||
ioctl!(readwrite SLAVE_SII_READ with EC, 0x10; ec_ioctl_slave_sii_t); | ||
ioctl!(write SLAVE_SII_WRITE with EC, 0x11; ec_ioctl_slave_sii_t); | ||
ioctl!(readwrite SLAVE_REG_READ with EC, 0x12; ec_ioctl_slave_reg_t); | ||
ioctl!(write SLAVE_REG_WRITE with EC, 0x13; ec_ioctl_slave_reg_t); | ||
ioctl!(readwrite SLAVE_FOE_READ with EC, 0x14; ec_ioctl_slave_foe_t); | ||
ioctl!(write SLAVE_FOE_WRITE with EC, 0x15; ec_ioctl_slave_foe_t); | ||
ioctl!(readwrite SLAVE_SOE_READ with EC, 0x16; ec_ioctl_slave_soe_read_t); | ||
ioctl!(readwrite SLAVE_SOE_WRITE with EC, 0x17; ec_ioctl_slave_soe_write_t); | ||
ioctl!(write SLAVE_EOE_IP_PARAM with EC, 0x18; ec_ioctl_eoe_ip_t); | ||
ioctl!(readwrite CONFIG with EC, 0x19; ec_ioctl_config_t); | ||
ioctl!(readwrite CONFIG_PDO with EC, 0x1a; ec_ioctl_config_pdo_t); | ||
ioctl!(readwrite CONFIG_PDO_ENTRY with EC, 0x1b; ec_ioctl_config_pdo_entry_t); | ||
ioctl!(readwrite CONFIG_SDO with EC, 0x1c; ec_ioctl_config_sdo_t); | ||
ioctl!(readwrite CONFIG_IDN with EC, 0x1d; ec_ioctl_config_idn_t); | ||
ioctl!(readwrite CONFIG_FLAG with EC, 0x1e; ec_ioctl_config_flag_t); | ||
ioctl!(readwrite CONFIG_EOE_IP_PARAM with EC, 0x1f; ec_ioctl_eoe_ip_t); | ||
ioctl!(readwrite EOE_HANDLER with EC, 0x20; ec_ioctl_eoe_handler_t); | ||
ioctl!(none REQUEST with EC, 0x21); | ||
ioctl!(none CREATE_DOMAIN with EC, 0x22); | ||
ioctl!(readwrite CREATE_SLAVE_CONFIG with EC, 0x23; ec_ioctl_config_t); | ||
ioctl!(write SELECT_REF_CLOCK with EC, 0x24; u32); | ||
ioctl!(read ACTIVATE with EC, 0x25; ec_ioctl_master_activate_t); | ||
ioctl!(none DEACTIVATE with EC, 0x26); | ||
ioctl!(arg SEND with EC, 0x27); | ||
ioctl!(none RECEIVE with EC, 0x28); | ||
ioctl!(read MASTER_STATE with EC, 0x29; ec_master_state_t); | ||
ioctl!(readwrite MASTER_LINK_STATE with EC, 0x2a; ec_ioctl_link_state_t); | ||
ioctl!(write APP_TIME with EC, 0x2b; u64); | ||
ioctl!(none SYNC_REF with EC, 0x2c); | ||
ioctl!(write SYNC_REF_TO with EC, 0x2d; u64); | ||
ioctl!(none SYNC_SLAVES with EC, 0x2e); | ||
ioctl!(read REF_CLOCK_TIME with EC, 0x2f; u32); | ||
ioctl!(none SYNC_MON_QUEUE with EC, 0x30); | ||
ioctl!(read SYNC_MON_PROCESS with EC, 0x31; u32); | ||
ioctl!(none RESET with EC, 0x32); | ||
ioctl!(write SC_SYNC with EC, 0x33; ec_ioctl_config_t); | ||
ioctl!(write SC_WATCHDOG with EC, 0x34; ec_ioctl_config_t); | ||
ioctl!(write SC_ADD_PDO with EC, 0x35; ec_ioctl_config_pdo_t); | ||
ioctl!(write SC_CLEAR_PDOS with EC, 0x36; ec_ioctl_config_pdo_t); | ||
ioctl!(write SC_ADD_ENTRY with EC, 0x37; ec_ioctl_add_pdo_entry_t); | ||
ioctl!(write SC_CLEAR_ENTRIES with EC, 0x38; ec_ioctl_config_pdo_t); | ||
ioctl!(readwrite SC_REG_PDO_ENTRY with EC, 0x39; ec_ioctl_reg_pdo_entry_t); | ||
ioctl!(readwrite SC_REG_PDO_POS with EC, 0x3a; ec_ioctl_reg_pdo_pos_t); | ||
ioctl!(write SC_DC with EC, 0x3b; ec_ioctl_config_t); | ||
ioctl!(write SC_SDO with EC, 0x3c; ec_ioctl_sc_sdo_t); | ||
ioctl!(write SC_EMERG_SIZE with EC, 0x3d; ec_ioctl_sc_emerg_t); | ||
ioctl!(readwrite SC_EMERG_POP with EC, 0x3e; ec_ioctl_sc_emerg_t); | ||
ioctl!(write SC_EMERG_CLEAR with EC, 0x3f; ec_ioctl_sc_emerg_t); | ||
ioctl!(readwrite SC_EMERG_OVERRUNS with EC, 0x40; ec_ioctl_sc_emerg_t); | ||
ioctl!(readwrite SC_SDO_REQUEST with EC, 0x41; ec_ioctl_sdo_request_t); | ||
ioctl!(readwrite SC_SOE_REQUEST with EC, 0x42; ec_ioctl_soe_request_t); | ||
ioctl!(readwrite SC_REG_REQUEST with EC, 0x43; ec_ioctl_reg_request_t); | ||
ioctl!(readwrite SC_VOE with EC, 0x44; ec_ioctl_voe_t); | ||
ioctl!(readwrite SC_STATE with EC, 0x45; ec_ioctl_sc_state_t); | ||
ioctl!(write SC_IDN with EC, 0x46; ec_ioctl_sc_idn_t); | ||
ioctl!(write SC_FLAG with EC, 0x47; ec_ioctl_sc_flag_t); | ||
ioctl!(write SC_EOE_IP_PARAM with EC, 0x48; ec_ioctl_eoe_ip_t); | ||
ioctl!(write SC_STATE_TIMEOUT with EC, 0x49; ec_ioctl_sc_state_timeout_t); | ||
ioctl!(arg DOMAIN_SIZE with EC, 0x4a); | ||
ioctl!(arg DOMAIN_OFFSET with EC, 0x4b); | ||
ioctl!(arg DOMAIN_PROCESS with EC, 0x4c); | ||
ioctl!(arg DOMAIN_QUEUE with EC, 0x4d); | ||
ioctl!(readwrite DOMAIN_STATE with EC, 0x4e; ec_ioctl_domain_state_t); | ||
ioctl!(readwrite SDO_REQUEST_INDEX with EC, 0x4f; ec_ioctl_sdo_request_t); | ||
ioctl!(readwrite SDO_REQUEST_TIMEOUT with EC, 0x50; ec_ioctl_sdo_request_t); | ||
ioctl!(readwrite SDO_REQUEST_STATE with EC, 0x51; ec_ioctl_sdo_request_t); | ||
ioctl!(readwrite SDO_REQUEST_READ with EC, 0x52; ec_ioctl_sdo_request_t); | ||
ioctl!(readwrite SDO_REQUEST_WRITE with EC, 0x53; ec_ioctl_sdo_request_t); | ||
ioctl!(readwrite SDO_REQUEST_DATA with EC, 0x54; ec_ioctl_sdo_request_t); | ||
ioctl!(readwrite SOE_REQUEST_IDN with EC, 0x55; ec_ioctl_soe_request_t); | ||
ioctl!(readwrite SOE_REQUEST_TIMEOUT with EC, 0x56; ec_ioctl_soe_request_t); | ||
ioctl!(readwrite SOE_REQUEST_STATE with EC, 0x57; ec_ioctl_soe_request_t); | ||
ioctl!(readwrite SOE_REQUEST_READ with EC, 0x58; ec_ioctl_soe_request_t); | ||
ioctl!(readwrite SOE_REQUEST_WRITE with EC, 0x59; ec_ioctl_soe_request_t); | ||
ioctl!(readwrite SOE_REQUEST_DATA with EC, 0x5a; ec_ioctl_soe_request_t); | ||
ioctl!(readwrite REG_REQUEST_DATA with EC, 0x5b; ec_ioctl_reg_request_t); | ||
ioctl!(readwrite REG_REQUEST_STATE with EC, 0x5c; ec_ioctl_reg_request_t); | ||
ioctl!(readwrite REG_REQUEST_WRITE with EC, 0x5d; ec_ioctl_reg_request_t); | ||
ioctl!(readwrite REG_REQUEST_READ with EC, 0x5e; ec_ioctl_reg_request_t); | ||
ioctl!(write VOE_SEND_HEADER with EC, 0x5f; ec_ioctl_voe_t); | ||
ioctl!(readwrite VOE_REC_HEADER with EC, 0x60; ec_ioctl_voe_t); | ||
ioctl!(write VOE_READ with EC, 0x61; ec_ioctl_voe_t); | ||
ioctl!(write VOE_READ_NOSYNC with EC, 0x62; ec_ioctl_voe_t); | ||
ioctl!(readwrite VOE_WRITE with EC, 0x63; ec_ioctl_voe_t); | ||
ioctl!(readwrite VOE_EXEC with EC, 0x64; ec_ioctl_voe_t); | ||
ioctl!(readwrite VOE_DATA with EC, 0x65; ec_ioctl_voe_t); | ||
ioctl!(write SET_SEND_INTERVAL with EC, 0x66; usize); |
Oops, something went wrong.