MCUXpresso SDK API Reference Manual  Rev. 0
NXP Semiconductors
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Deprecated List
Global DMA_ConfigureChannelTrigger (DMA_Type *base, uint32_t channel, dma_channel_trigger_t *trigger)
Do not use this function. It has been superceded by DMA_SetChannelConfig.
Global DMA_CreateDescriptor (dma_descriptor_t *desc, dma_xfercfg_t *xfercfg, void *srcAddr, void *dstAddr, void *nextDesc)
Do not use this function. It has been superceded by DMA_SetupDescriptor.
Global DMA_PrepareTransfer (dma_transfer_config_t *config, void *srcAddr, void *dstAddr, uint32_t byteWidth, uint32_t transferBytes, dma_transfer_type_t type, void *nextDesc)
Do not use this function. It has been superceded by DMA_PrepareChannelTransfer. This function prepares the transfer configuration structure according to the user input.
Global DMA_SubmitTransfer (dma_handle_t *handle, dma_transfer_config_t *config)
Do not use this function. It has been superceded by DMA_SubmitChannelTransfer.
Global SCTIMER_SetupNextStateAction (SCT_Type *base, uint32_t nextState, uint32_t event)
Do not use this function. It has been superceded by SCTIMER_SetupNextStateActionwithLdMethod
Global WWDT_Disable (WWDT_Type *base)
Do not use this function. It will be deleted in next release version, for once the bit field of WDEN written with a 1, it can not be re-written with a 0.