Home | History | Annotate | Download | only in src

Lines Matching defs:send

109   std::vector<uint8_t> send;
115 send, &get), "Get UART passthru value");
122 std::vector<uint8_t> send;
130 send, &get), "Get UART passthru value");
138 std::vector<uint8_t> send;
143 send.push_back(NUGGET_AP_UART_ENABLED);
147 send, &get), "Enable UART passthru");
153 std::vector<uint8_t> send;
158 send.push_back(NUGGET_AP_UART_OFF);
162 send, &get), "Disable UART passthru");
168 std::vector<uint8_t> send;
173 send.push_back(NUGGET_AP_UART_ENABLED);
178 send, &get));
182 std::vector<uint8_t> send;
187 send.push_back(NUGGET_AP_UART_OFF);
192 send, &get));