OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MRAA_INTEL_NUC5_PINCOUNT
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libmraa/include/x86/
intel_nuc5.h
33
#define
MRAA_INTEL_NUC5_PINCOUNT
18
/hardware/bsp/intel/peripheral/libmraa/src/x86/
intel_nuc5.c
47
b->phy_pin_count =
MRAA_INTEL_NUC5_PINCOUNT
;
54
b->pins = (mraa_pininfo_t*) calloc(
MRAA_INTEL_NUC5_PINCOUNT
,sizeof(mraa_pininfo_t));
Completed in 198 milliseconds