MCUXpresso SDK API Reference Manual
Rev. 0
NXP Semiconductors
Main Page
Related Pages
API Reference
All
Data Structures
Functions
Variables
Typedefs
Enumerations
Enumerator
Groups
Pages
Deprecated List
Global
GPIO_ClearPinsOutput
(GPIO_Type *base, uint32_t mask)
Do not use this function. It has been superceded by
GPIO_PortClear
.
Global
GPIO_DisableInterrupts
(GPIO_Type *base, uint32_t mask)
Do not use this function. It has been superceded by
GPIO_PortDisableInterrupts
.
Global
GPIO_ReadPadStatus
(GPIO_Type *base, uint32_t pin)
Do not use this function. It has been superceded by
GPIO_PinReadPadStatus
.
Global
GPIO_ReadPinInput
(GPIO_Type *base, uint32_t pin)
Do not use this function. It has been superceded by
GPIO_PinRead
.
Global
GPIO_SetPinInterruptConfig
(GPIO_Type *base, uint32_t pin, gpio_interrupt_mode_t pinInterruptMode)
Do not use this function. It has been superceded by
GPIO_PinSetInterruptConfig
.
Global
GPIO_SetPinsOutput
(GPIO_Type *base, uint32_t mask)
Do not use this function. It has been superceded by
GPIO_PortSet
.
Global
GPIO_WritePinOutput
(GPIO_Type *base, uint32_t pin, uint8_t output)
Do not use this function. It has been superceded by
GPIO_PinWrite
.
Global
SAI_RxGetDefaultConfig
(
sai_config_t
*config)
Do not use this function. It has been superceded by
SAI_GetClassicI2SConfig
,
SAI_GetLeftJustifiedConfig
,
SAI_GetRightJustifiedConfig
,
SAI_GetDSPConfig
,
SAI_GetTDMConfig
Global
SAI_RxInit
(I2S_Type *base, const
sai_config_t
*config)
Do not use this function. It has been superceded by
SAI_Init
Global
SAI_RxSetFormat
(I2S_Type *base,
sai_transfer_format_t
*format, uint32_t mclkSourceClockHz, uint32_t bclkSourceClockHz)
Do not use this function. It has been superceded by
SAI_RxSetConfig
Global
SAI_TransferRxSetFormat
(I2S_Type *base, sai_handle_t *handle,
sai_transfer_format_t
*format, uint32_t mclkSourceClockHz, uint32_t bclkSourceClockHz)
Do not use this function. It has been superceded by
SAI_TransferRxSetConfig
Global
SAI_TransferTxSetFormat
(I2S_Type *base, sai_handle_t *handle,
sai_transfer_format_t
*format, uint32_t mclkSourceClockHz, uint32_t bclkSourceClockHz)
Do not use this function. It has been superceded by
SAI_TransferTxSetConfig
Global
SAI_TxGetDefaultConfig
(
sai_config_t
*config)
Do not use this function. It has been superceded by
SAI_GetClassicI2SConfig
,
SAI_GetLeftJustifiedConfig
,
SAI_GetRightJustifiedConfig
,
SAI_GetDSPConfig
,
SAI_GetTDMConfig
Global
SAI_TxInit
(I2S_Type *base, const
sai_config_t
*config)
Do not use this function. It has been superceded by
SAI_Init
Global
SAI_TxSetFormat
(I2S_Type *base,
sai_transfer_format_t
*format, uint32_t mclkSourceClockHz, uint32_t bclkSourceClockHz)
Do not use this function. It has been superceded by
SAI_TxSetConfig
© 2016 NXP Semiconductors. All rights reserved.