Searched refs:expected_response (Results 1 – 1 of 1) sorted by relevance
253 const uint8_t expected_response[4] = {0x04, 0x11, 0x33, 0x43}; in hal_i2c_wake() local256 if (memcmp(rx_buffer, expected_response, 4) == 0) in hal_i2c_wake()