Home | History | Annotate | Download | only in scmdctl

Lines Matching defs:function_block

24 struct function_block {
31 EXTERN int common_clear(struct function_block *, int, bool);
32 EXTERN int common_identify(struct function_block *, int, bool, int, struct scmd_identify_response *);
33 EXTERN int common_diag(struct function_block *, int, bool, int, struct scmd_diag_response *);
34 EXTERN int common_get_motor(struct function_block *, int, bool, int, struct scmd_motor_response *);
35 EXTERN int common_set_motor(struct function_block *, int, bool, int, char, int8_t);
36 EXTERN int common_invert_motor(struct function_block *, int, bool, int, char);
37 EXTERN int common_bridge_motor(struct function_block *, int, bool, int);
38 EXTERN int common_enable_disable(struct function_block *, int, bool, int);
39 EXTERN int common_control_1(struct function_block *, int, bool, int);
40 EXTERN int common_get_update_rate(struct function_block *, int, bool, uint8_t *);
41 EXTERN int common_set_update_rate(struct function_block *, int, bool, uint8_t);
42 EXTERN int common_force_update(struct function_block *, int, bool);
43 EXTERN int common_get_ebus_speed(struct function_block *, int, bool, uint8_t *);
44 EXTERN int common_set_ebus_speed(struct function_block *, int, bool, uint8_t);
45 EXTERN int common_get_lock_state(struct function_block *, int, bool, int, uint8_t *);
46 EXTERN int common_set_lock_state(struct function_block *, int, bool, int, uint8_t);