Functions | |
| void | sysLogGPSData () |
| Log the current GPS position. | |
| uint16_t | sysCRC16 (uint8_t *buffer, uint8_t length, uint16_t crc) |
| Calculate the CRC-16 CCITT of buffer that is length bytes long. | |
| void | sysPAOutput (bool_t state) |
| Control the PA output. | |
Calculate the CRC-16 CCITT of buffer that is length bytes long.
The crc parameter allow the calculation on the CRC on multiple buffers.
| buffer | Pointer to data buffer. | |
| length | number of bytes in data buffer | |
| crc | starting value |
Referenced by tncTxPacket().
| void sysLogGPSData | ( | ) |
Log the current GPS position.
References gpsPosition, LOG_COORD, logInt32(), logType(), logUint16(), and logUint8().
Referenced by main().

| void sysPAOutput | ( | bool_t | state | ) | [inline] |
Control the PA output.
| state | true to turn on PA; otherwise false |
References IO_PA.
Referenced by diagPort(), psk31TimeUpdate(), psk31TxPacket(), tncTimeUpdate(), and tncTxPacket().
1.5.7