| 297 | } |
| 298 | |
| 299 | void xSerial::prepare(U32 idtag) |
| 300 | { |
| 301 | st_SERIAL_CLIENTINFO* clt = XSER_get_client(idtag); |
| 302 | idtag = clt->idtag; |
| 303 | baseoff = clt->trueoff; |
| 304 | ctxtdata = clt; |
| 305 | warned = FALSE; |
| 306 | curele = 0; |
| 307 | bitidx = 0; |
| 308 | bittally = 0; |
| 309 | } |
| 310 | |
| 311 | void xSerialWipeMainBuffer() |
| 312 | { |
nothing calls this directly
no test coverage detected