HomeSort by: relevance | last modified time | path
    Searched refs:function_block (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/scmdctl/
common.h 24 struct function_block { struct
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)
    [all...]
common.c 59 int common_clear(struct function_block *fb, int fd, bool debug)
65 common_identify(struct function_block *fb, int fd, bool debug, int a_module, struct scmd_identify_response *r)
89 int common_diag(struct function_block *fb, int fd, bool debug, int a_module, struct scmd_diag_response *r)
113 common_get_motor(struct function_block *fb, int fd, bool debug, int a_module, struct scmd_motor_response *r)
189 common_set_motor(struct function_block *fb, int fd, bool debug, int a_module, char a_motor, int8_t reg_v)
217 common_invert_motor(struct function_block *fb, int fd, bool debug, int a_module, char a_motor)
259 common_bridge_motor(struct function_block *fb, int fd, bool debug, int a_module)
294 common_enable_disable(struct function_block *fb, int fd, bool debug, int subcmd)
324 common_control_1(struct function_block *fb, int fd, bool debug, int subcmd)
351 common_get_update_rate(struct function_block *fb, int fd, bool debug, uint8_t *rate
    [all...]
scmdctl.c 168 struct function_block func_block;

Completed in 156 milliseconds