OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_camAddr
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/grovescam/
grovescam.cxx
44
m_camAddr
= (camAddr << 5);
197
uint8_t cmd[pktLen] = {0xaa, static_cast<uint8_t>(0x0d|
m_camAddr
), 0x00,
220
&& resp[1] == (0x0e |
m_camAddr
)
230
&& resp[1] == (0x0d |
m_camAddr
)
240
cmd[1] = 0x0e |
m_camAddr
;
250
uint8_t cmd[pktLen] = { 0xaa, static_cast<uint8_t>(0x01 |
m_camAddr
), 0x00,
275
&& resp[1] == (0x0e |
m_camAddr
)
287
uint8_t cmd[pktLen] = { 0xaa, static_cast<uint8_t>(0x06 |
m_camAddr
), 0x08,
314
&& resp[1] == (0x0e |
m_camAddr
)
321
cmd[1] = 0x05 |
m_camAddr
;
[
all
...]
grovescam.h
189
uint8_t
m_camAddr
;
Completed in 229 milliseconds