Searched refs:tmpMsg (Results 1 – 3 of 3) sorted by relevance
205 uint32_t tmpMsg; variable206 const uint8_t *msg = reinterpret_cast<const uint8_t *>(&tmpMsg);
294 uint32_t tmpMsg = TYPE_63; variable295 uint8_t *msg = reinterpret_cast<uint8_t *>(&tmpMsg);
1339 std::string tmpMsg; in StartRtt() local1345 tmpMsg.clear(); in StartRtt()1346 std::cin >> tmpMsg; in StartRtt()1347 msg = Str8ToStr16(tmpMsg); in StartRtt()