OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inv_serial_open
(Results
1 - 3
of
3
) sorted by null
/hardware/invensense/mlsdk/platform/include/
mlsl.h
70
*
inv_serial_open
() - used to open the serial port.
83
inv_error_t
inv_serial_open
(char const *port, void **sl_handle);
/hardware/invensense/mlsdk/platform/linux/
mlsl_linux_mpu.c
232
inv_error_t
inv_serial_open
(char const *port, void **sl_handle)
function
242
MPL_LOGE("
inv_serial_open
\n");
246
MPL_LOGI("
inv_serial_open
: %s\n", port);
/hardware/invensense/mlsdk/mllite/
ml.c
139
result =
inv_serial_open
(port, &g_mlsl_handle);
[
all
...]
Completed in 819 milliseconds