OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:enable_f
(Results
1 - 1
of
1
) sorted by null
/hardware/bsp/intel/peripheral/libmraa/src/pwm/
pwm.c
362
int
enable_f
= open(bu, O_RDWR);
local
364
if (
enable_f
== -1) {
370
if (write(
enable_f
, out, size * sizeof(char)) == -1) {
372
close(
enable_f
);
375
close(
enable_f
);
Completed in 1202 milliseconds