Example #1
0
void NoximRouter::resetTxRx() {
    resetTx();
    resetRx();
}
Example #2
0
void LinActBuf::reset() {
    len = 0;
    ptr = buf;
    buf[0] = GWADDR;
    resetRx();
}