108//! Configures the function called to set the baud rate to the LTC6804. This is used to control the baud rate of the I2C and SPI Buses implemented with the LTC6804 GPIO
141//! Configures interface through which LTC6804-2 driver module reports its CRC errors.
142//! - Parameters
143//! + address: The logical address for the PCB containing this LTC6804-2 IC.
144//! + command: LTC6804 Command which generated CRC error.
145//! + data_ptr: Pointer to bytes read from LTC6804-2.
146//! + num_bytes: Number of bytes to be read via SPI.
147//! - Usage Examples
148//! + Example 1: If DC2100A Error.c/.h code module is defined for a system, framing the data and passing to that error reporting module would be here.
149//! + Example 2: if stdout is defined for a system, this macro would format the data into a printf() statement.
150//! + Example 3: If LTC6804-2 CRC errors are to be ignored, this macro could be defined as blank.