Lines Matching +full:force +full:- +full:mode

2   Copyright (c), 2004-2005,2007-2010 Trident Microsystems, Inc.
48 /*-------- compilation control switches --------------------------------------*/
53 /*-------- Required includes -------------------------------------------------*/
57 /*-------- Defines, configuring the API --------------------------------------*/
98 #error At least one of short- or long-addressing format must be allowed.
99 *; /* illegal statement to force compiler error */
112 * + single master mode means no use of repeated starts
113 * + multi master mode means use of repeated starts
121 * Default is single master, DAP FASI changes multi-master setting silently
131 * Chunk/mode checking
134 * Comments about DRXDAP_MAX_WCHUNKSIZE in single or multi master mode and
139 * In single master mode, data can be written by sending the register address
143 * If ten-bit I2C device addresses are used, the minimum chunk size must be six,
146 * Data in single master mode is transferred as follows:
153 * <S> <devR> --- <P>
155 * In multi-master mode, the data must immediately follow the address (an I2C
158 * 10-bit I2C device addresses are used).
160 * The 7-bit or 10-bit i2c address parameters is a runtime parameter.
163 *-------------------------------------------------------------------------------
167 * +----------------+----------------+
169 * +----------------+----------------+
171 * ------+--------+-------+--------+-------+
174 * ------+--------+-------+--------+-------+
201 #error DRXDAP_MAX_WCHUNKSIZE must be at least 3 in single master mode
202 *; /* illegal statement to force compiler error */
204 #error DRXDAP_MAX_WCHUNKSIZE must be at least 5 in multi master mode
205 *; /* illegal statement to force compiler error */
209 #error DRXDAP_MAX_WCHUNKSIZE must be at least 5 in single master mode
210 *; /* illegal statement to force compiler error */
212 #error DRXDAP_MAX_WCHUNKSIZE must be at least 7 in multi master mode
213 *; /* illegal statement to force compiler error */
226 *; /* illegal statement to force compiler error */
232 *; /* illegal statement to force compiler error */
235 /*-------- Public API functions ----------------------------------------------*/