27 lines
868 B
C
27 lines
868 B
C
/*
|
|
* File: defines.h
|
|
*
|
|
* Created: Monday, May 2, 2022 9:54:40 AM
|
|
* Description: H2201_V1 IC default download data definitions.
|
|
*
|
|
* This software is distributed in the hope that it will be useful,
|
|
* but is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
|
* CONDITIONS OF ANY KIND, without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
*
|
|
* This software may only be used to program products purchased from
|
|
* Analog Devices for incorporation by you into audio products that
|
|
* are intended for resale to audio product end users. This software
|
|
* may not be distributed whole or in any part to third parties.
|
|
*
|
|
* Copyright ©2022 Analog Devices, Inc. All rights reserved.
|
|
*/
|
|
#ifndef __DEFINES_H__
|
|
#define __DEFINES_H__
|
|
|
|
#define BufferSize_IC1 5245
|
|
#define NumTransactions_IC1 39
|
|
|
|
|
|
#endif
|