OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:motor
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/scmdctl/
scmdctl.c
25
* Serial Controlled
Motor
Driver (SCMD). The device provides
162
char
motor
;
local in function:main
301
motor
= argv[4][0];
304
err(EXIT_FAILURE,"Bad conversion for set
motor
for reg_value: %s", argv[5]);
306
fprintf(stderr,"Missing arguments to set
motor
command\n\n");
310
error = common_set_motor(&func_block, fd, debug, (int)module,
motor
, reg_value);
318
motor
= argv[4][0];
320
fprintf(stderr,"Missing arguments to invert
motor
command\n\n");
324
error = common_invert_motor(&func_block, fd, debug, (int)module,
motor
);
333
fprintf(stderr,"Missing arguments to bridge
motor
command\n\n")
[
all
...]
scmdctl.c
25
* Serial Controlled
Motor
Driver (SCMD). The device provides
162
char
motor
;
local in function:main
301
motor
= argv[4][0];
304
err(EXIT_FAILURE,"Bad conversion for set
motor
for reg_value: %s", argv[5]);
306
fprintf(stderr,"Missing arguments to set
motor
command\n\n");
310
error = common_set_motor(&func_block, fd, debug, (int)module,
motor
, reg_value);
318
motor
= argv[4][0];
320
fprintf(stderr,"Missing arguments to invert
motor
command\n\n");
324
error = common_invert_motor(&func_block, fd, debug, (int)module,
motor
);
333
fprintf(stderr,"Missing arguments to bridge
motor
command\n\n")
[
all
...]
Completed in 22 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025