Home
last modified time | relevance | path

Searched refs:m_camAddr (Results 1 – 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/grovescam/
Dgrovescam.cxx44 m_camAddr = (camAddr << 5); in GROVESCAM()
197 uint8_t cmd[pktLen] = {0xaa, static_cast<uint8_t>(0x0d|m_camAddr), 0x00, in init()
220 && resp[1] == (0x0e | m_camAddr) in init()
230 && resp[1] == (0x0d | m_camAddr) in init()
240 cmd[1] = 0x0e | m_camAddr; in init()
250 uint8_t cmd[pktLen] = { 0xaa, static_cast<uint8_t>(0x01 | m_camAddr), 0x00, in preCapture()
275 && resp[1] == (0x0e | m_camAddr) in preCapture()
287 uint8_t cmd[pktLen] = { 0xaa, static_cast<uint8_t>(0x06 | m_camAddr), 0x08, in doCapture()
314 && resp[1] == (0x0e | m_camAddr) in doCapture()
321 cmd[1] = 0x05 | m_camAddr; in doCapture()
[all …]
Dgrovescam.h189 uint8_t m_camAddr; variable