- 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 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 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 flexcan_config_t
Do not use the baudRate. It has been superceded bitRate
Do not use the baudRateFD. It has been superceded bitRateFD
- Global flexcan_config_t
Do not use the baudRate. It has been superceded bitRate
Do not use the baudRateFD. It has been superceded bitRateFD
- 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_HostReset (SDMMCHOST_CONFIG *host)
- Do not use this function. It has been superceded by MMC_HostDoReset. This function resets the specific host.
- Global OCOTP_ReadFuseShadowRegister (OCOTP_Type *base, uint32_t address)
- Use OCOTP_ReadFuseShadowRegisterExt instead of this function.
- Global PMU_2P1EnablePullDown (PMU_Type *base, bool enable)
- Do not use this function. It has been superceded by PMU_2P5EnablePullDown.
- Global SEMC_ConfigureSRAM (SEMC_Type *base, semc_sram_config_t *config, uint32_t clkSrc_Hz)
- Do not use this function. It has been superceded by SEMC_ConfigureSRAMWithChipSelection.
- Global USDHC_AdjustDelayForManualTuning (USDHC_Type *base, uint32_t delay)
- Do not use this function. It has been superceded by USDHC_SetTuingDelay
- Global WM8904_SetMasterSlave (wm8904_handle_t *handle, bool master)
- DO NOT USE THIS API ANYMORE. IT HAS BEEN SUPERCEDED BY WM8904_SetMasterClock