MCUXpresso SDK API Reference Manual  Rev. 0
NXP Semiconductors
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Deprecated List
Global CS42888_SetFuncMode (cs42888_handle_t *handle, cs42888_func_mode mode)
api, Do not use it anymore. It has been superceded by CS42888_SelectFunctionalMode.
Global DCDC_AdjustTargetVoltage (DCDC_Type *base, uint32_t VDDRun, uint32_t VDDStandby)
Do not use this function. It has been superceded by DCDC_AdjustRunTargetVoltage and DCDC_AdjustLowPowerTargetVoltage
Global ENET_StartExtC45SMIRead (ENET_Type *base, uint32_t phyAddr, uint32_t phyReg)
Do not use this function. It has been superceded by ENET_StartExtC45SMIWriteReg and ENET_StartExtC45SMIReadData.
Global ENET_StartExtC45SMIWrite (ENET_Type *base, uint32_t phyAddr, uint32_t phyReg, uint32_t data)
Do not use this function. It has been superceded by ENET_StartExtC45SMIWriteReg and ENET_StartExtC45SMIWriteData.
Global flexcan_clock_source_t

Do not use the kFLEXCAN_ClkSrcOs. It has been superceded kFLEXCAN_ClkSrc0

Do not use the kFLEXCAN_ClkSrcPeri. It has been superceded kFLEXCAN_ClkSrc1

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 MMC_PowerOffCard (SDMMCHOST_TYPE *base, const sdmmchost_pwr_card_t *pwr)
Do not use this function. It has been superceded by MMC_SetCardPower.
Global MMC_PowerOnCard (SDMMCHOST_TYPE *base, const sdmmchost_pwr_card_t *pwr)
Do not use this function. It has been superceded by MMC_SetCardPower.
Global PMU_2P1EnablePullDown (PMU_Type *base, bool enable)
Do not use this function. It has been superceded by PMU_2P5EnablePullDown.
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
Global SD_Deinit (sd_card_t *card)
Do not use this function. It has been superceded by SD_HostDeinit,SD_CardDeinit. This function deinitializes the specific card and host.
Global SD_HostReset (SDMMCHOST_CONFIG *host)
Do not use this function. It has been superceded by SD_HostDoReset.
Global SD_Init (sd_card_t *card)
Do not use this function. It has been superceded by SD_HostInit,SD_CardInit.
Global SD_PowerOffCard (SDMMCHOST_TYPE *base, const sdmmchost_pwr_card_t *pwr)
Do not use this function. It has been superceded by SD_SetCardPower.
Global SD_PowerOnCard (SDMMCHOST_TYPE *base, const sdmmchost_pwr_card_t *pwr)
Do not use this function. It has been superceded by SD_SetCardPower.
Global SD_WaitCardDetectStatus (SDMMCHOST_TYPE *hostBase, const sdmmchost_detect_card_t *cd, bool waitCardStatus)
Do not use this function. It has been superceded by SD_PollingCardInsert.
Global SDIO_HostReset (SDMMCHOST_CONFIG *host)
Do not use this function. It has been superceded by SDIO_HostDoReset.
Global SDIO_PowerOffCard (SDMMCHOST_TYPE *base, const sdmmchost_pwr_card_t *pwr)
Do not use this function. It has been superceded by SDIO_SetCardPower.
Global SDIO_PowerOnCard (SDMMCHOST_TYPE *base, const sdmmchost_pwr_card_t *pwr)
Do not use this function. It has been superceded by SDIO_SetCardPower.
Global SDIO_WaitCardDetectStatus (SDMMCHOST_TYPE *hostBase, const sdmmchost_detect_card_t *cd, bool waitCardStatus)
Do not use this function. It has been superceded by SDIO_PollingCardInsert.
Global SDMMCHOST_PowerOffCard (SDMMCHOST_TYPE *base, const sdmmchost_pwr_card_t *pwr)
Do not use this function.It has been superceded by SDMMCHOST_SetCardPower..
Global SDMMCHOST_PowerOnCard (SDMMCHOST_TYPE *base, const sdmmchost_pwr_card_t *pwr)
Do not use this function.It has been superceded by SDMMCHOST_SetCardPower..
Class sdmmchost_pwr_card_t
Do not use this structure anymore.
Global SDMMCHOST_Reset (sdmmchost_t *host)
Do not use this function. Application should not call this function, driver is responsible for the host reset..
Global SDMMCHOST_WaitCardDetectStatus (SDMMCHOST_TYPE *hostBase, const sdmmchost_detect_card_t *cd, bool waitCardStatus)
Do not use this function.It has been superceded by SDMMCHOST_PollingCardDetectStatus..
Global WM8904_SetMasterSlave (wm8904_handle_t *handle, bool master)
DO NOT USE THIS API ANYMORE. IT HAS BEEN SUPERCEDED BY WM8904_SeMasterClock