RTEMS 6.1-rc1
Deprecated List
Global __CM4_CMSIS_VERSION
CMSIS HAL version number
Global __CM4_CMSIS_VERSION_MAIN
[31:16] CMSIS HAL main version
Global __CM4_CMSIS_VERSION_SUB
[15:0] CMSIS HAL sub version
Global __CM7_CMSIS_VERSION
CMSIS HAL version number
Global __CM7_CMSIS_VERSION_MAIN
[31:16] CMSIS HAL main version
Global __CM7_CMSIS_VERSION_SUB
[15:0] CMSIS HAL sub version
Global BSP_get_current_rtems_irq_handler (rtems_irq_connect_data *cd)
Obsolete.
Global BSP_install_rtems_irq_handler (const rtems_irq_connect_data *cd)
Use rtems_interrupt_handler_install() instead.
Global BSP_install_rtems_shared_irq_handler (const rtems_irq_connect_data *cd)
Use rtems_interrupt_handler_install() instead.
Global BSP_remove_rtems_irq_handler (const rtems_irq_connect_data *cd)
Use rtems_interrupt_handler_remove() instead.
Global BSP_rtems_irq_mngt_get (rtems_irq_global_settings **config)
Obsolete.
Global BSP_rtems_irq_mngt_set (rtems_irq_global_settings *config)
Use bsp_interrupt_initialize() instead.
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_GetRxBuffer (ENET_Type *base, enet_handle_t *handle, void **buffer, uint32_t *length, uint8_t ringId, bool *isLastBuff, uint32_t *ts)
Do not use this function. It has been superseded by ENET_GetRxFrame.
Global ENET_ReleaseRxBuffer (ENET_Type *base, enet_handle_t *handle, void *buffer, uint8_t ringId)
Do not use this function. It has been superseded by ENET_GetRxFrame.
Global ENET_SendFrameZeroCopy (ENET_Type *base, enet_handle_t *handle, const uint8_t *data, uint32_t length, uint8_t ringId, bool tsFlag, void *context)
Do not use this function. It has been superseded by ENET_StartTxFrame.
Global ENET_SetCallback (enet_handle_t *handle, enet_callback_t callback, void *userData)
Do not use this function. It has been superceded by the config param in ENET_Init. This API is provided for the application callback required case when ENET interrupt is enabled. This API should be called after calling ENET_Init.
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 ITM_LSR_Access_Msk

ITM_LSR_Access_Msk

ITM_LSR_Access_Msk

Global ITM_LSR_Access_Pos

ITM_LSR_Access_Pos

ITM_LSR_Access_Pos

Global ITM_LSR_ByteAcc_Msk

ITM_LSR_ByteAcc_Msk

ITM_LSR_ByteAcc_Msk

Global ITM_LSR_ByteAcc_Pos

ITM_LSR_ByteAcc_Pos

ITM_LSR_ByteAcc_Pos

Global ITM_LSR_Present_Msk

ITM_LSR_Present_Msk

ITM_LSR_Present_Msk

Global ITM_LSR_Present_Pos

ITM_LSR_Present_Pos

ITM_LSR_Present_Pos

Global ITM_TCR_TraceBusID_Msk

ITM_TCR_TraceBusID_Msk

ITM_TCR_TraceBusID_Msk

Global ITM_TCR_TraceBusID_Pos

ITM_TCR_TraceBusID_Pos

ITM_TCR_TraceBusID_Pos

Global ITM_TCR_TSPrescale_Msk

ITM_TCR_TSPrescale_Msk

ITM_TCR_TSPrescale_Msk

Global ITM_TCR_TSPrescale_Pos

ITM_TCR_TSPrescale_Pos

ITM_TCR_TSPrescale_Pos

Global kPXP_PorterDuffColorInversed
Use kPXP_PorterDuffColorWithAlpha.
Global kPXP_PorterDuffColorStraight
Use kPXP_PorterDuffColorNoAlpha.
Global OCOTP_ReadFuseShadowRegister (OCOTP_Type *base, uint32_t address)
Use OCOTP_ReadFuseShadowRegisterExt instead of this function.
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 rtems_ide_part_table_free (rtems_disk_desc_t *disk_desc)
Use the block device partition module instead.
Global rtems_ide_part_table_get (const char *dev_name, rtems_disk_desc_t *disk_desc)
Use the block device partition module instead.
Global rtems_ide_part_table_initialize (const char *dev_name)
Use the block device partition module instead.
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_TransferRxSetFormatEDMA (I2S_Type *base, sai_edma_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_TransferRxSetConfigEDMA
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_TransferTxSetFormatEDMA (I2S_Type *base, sai_edma_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_TransferTxSetConfigEDMA
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 SCB_CACR_ECCEN_Msk
SCB CACR: ECCEN Mask
Global SCB_CACR_ECCEN_Pos
SCB CACR: ECCEN Position
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.