MCUXpresso SDK API Reference Manual  Rev 2.16.000
NXP Semiconductors
 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 PDM_SetSampleRate (PDM_Type *base, uint32_t enableChannelMask, pdm_df_quality_mode_t qualityMode, uint8_t osr, uint32_t clkDiv)
Do not use this function. It has been superceded by PDM_SetSampleRateConfig
Global SDMA_EnableSwDone (SDMAARM_Type *base, sdma_transfer_config_t *config, uint8_t sel, sdma_peripheral_t type)
Do not use this function. It has been superceded by SDMA_SetDoneConfig.