112//! Configures interface through which LTC3300-1 driver module reports its CRC errors.
113//! - Parameters
114//! + address: The logical address for the PCB containing these LTC3300-1 ICs.
115//! + data_ptr: Pointer to bytes read from LTC3300-1.
116//! + num_bytes: Number of bytes read from LTC3300-1.
117//! - Usage Examples
118//! + 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.
119//! + Example 2: if stdout is defined for a system, this macro would format the data into a printf() statement.
120//! + Example 3: If LTC3300-1 CRC errors are to be ignored, this macro could be defined as blank.