Api Definition - Freescale Semiconductor DSP56800E User Manual

Hide thumbs Also See for DSP56800E:
Table of Contents

Advertisement

5.17.2.1

API Definition

The following header files are needed in order to use the IIC device driver:
Required Header File(s):
#include "qs.h"
#include "iic.h"
The following information may be found in the header file iic.h.
Public Data Structure(s):
none
General-Use Macros and inline functions:
none
5.17.2.2
Configuration Items
This section summarizes the symbols used in macro definitions for the static IIC module
configuration. These symbols can be put in the project-specific configuration file appconfig.h and
are applied upon issuing the IIC_INIT command.
Table 5-644. IIC Configuration Items for appconfig.h MC56F801x
SYMBOL
IIC_CTRL_INIT
IIC_FDIV_INIT
IIC_NFILT_INIT
IIC_ADDR_INIT
FREESCALE SEMICONDUCTOR
TYPE
UWord16
Initial value for selected control bits of the
IIC Control Register (CTRL). The bits are
written to the CTRL as last, after all other
IIC registers are initialized.
UWord16
Initial value of the IIC Frequency Divider
Register (FDIV).
UWord16
Initial value of the IIC Noise Filter Register
(NFILT).
UWord16
Initial value of the IIC Address Register
(ADDR).
Targeting 56F8xxx Platform
DESCRIPTION
WHEN UNDEFINED
Reset value used, the IIC
module remains disabled in
reset-state.
Register not initialized.
Reset value used.
Register not initialized.
Reset value used.
Register not initialized.
Reset value used.
5-775

Advertisement

Table of Contents
loading

Table of Contents