mirror of
https://github.com/Dev-KATECH/ADM.git
synced 2026-05-17 01:43:59 +09:00
326 lines
10 KiB
C
326 lines
10 KiB
C
/*==================================================================================================
|
|
* Project : RTD AUTOSAR 4.4
|
|
* Platform : CORTEXM
|
|
* Peripheral : FLEXIO
|
|
* Dependencies :
|
|
*
|
|
* Autosar Version : 4.4.0
|
|
* Autosar Revision : ASR_REL_4_4_REV_0000
|
|
* Autosar Conf.Variant :
|
|
* SW Version : 0.9.0
|
|
* Build Version : S32K3_RTD_0_9_0__ASR_REL_4_4_REV_0000_20210326
|
|
*
|
|
* (c) Copyright 2020 - 2021 NXP Semiconductors
|
|
* All Rights Reserved.
|
|
*
|
|
* NXP Confidential. This software is owned or controlled by NXP and may only be
|
|
* used strictly in accordance with the applicable license terms. By expressly
|
|
* accepting such terms or by downloading, installing, activating and/or otherwise
|
|
* using the software, you are agreeing that you have read, and that you agree to
|
|
* comply with and are bound by, such license terms. If you do not agree to be
|
|
* bound by the applicable license terms, then you may not retain, install,
|
|
* activate or otherwise use the software.
|
|
==================================================================================================*/
|
|
|
|
#ifndef LPUART_UART_IP_IRQ_H
|
|
#define LPUART_UART_IP_IRQ_H
|
|
|
|
/**
|
|
* @file
|
|
* @defgroup lpuart_uart_ip Lpuart UART IPL
|
|
* @addtogroup lpuart_uart_ip Lpuart UART IPL
|
|
* @{
|
|
*/
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"{
|
|
#endif
|
|
|
|
/*==================================================================================================
|
|
* INCLUDE FILES
|
|
* 1) system and project includes
|
|
* 2) needed interfaces from external units
|
|
* 3) internal and external interfaces from this unit
|
|
==================================================================================================*/
|
|
|
|
#include "S32K344_LPUART.h"
|
|
#include "Lpuart_Uart_Ip_Cfg.h"
|
|
|
|
/*==================================================================================================
|
|
* SOURCE FILE VERSION INFORMATION
|
|
==================================================================================================*/
|
|
#define LPUART_UART_IP_IRQ_VENDOR_ID 43
|
|
#define LPUART_UART_IP_IRQ_AR_RELEASE_MAJOR_VERSION 4
|
|
#define LPUART_UART_IP_IRQ_AR_RELEASE_MINOR_VERSION 4
|
|
#define LPUART_UART_IP_IRQ_AR_RELEASE_REVISION_VERSION 0
|
|
#define LPUART_UART_IP_IRQ_SW_MAJOR_VERSION 0
|
|
#define LPUART_UART_IP_IRQ_SW_MINOR_VERSION 9
|
|
#define LPUART_UART_IP_IRQ_SW_PATCH_VERSION 0
|
|
|
|
/*==================================================================================================
|
|
* FILE VERSION CHECKS
|
|
==================================================================================================*/
|
|
|
|
/*==================================================================================================
|
|
* CONSTANTS
|
|
==================================================================================================*/
|
|
|
|
/*==================================================================================================
|
|
* DEFINES AND MACROS
|
|
==================================================================================================*/
|
|
|
|
/*==================================================================================================
|
|
* STRUCTURES AND OTHER TYPEDEFS
|
|
==================================================================================================*/
|
|
|
|
/*==================================================================================================
|
|
* GLOBAL VARIABLE DECLARATIONS
|
|
==================================================================================================*/
|
|
|
|
/*==================================================================================================
|
|
* FUNCTION PROTOTYPES
|
|
==================================================================================================*/
|
|
|
|
#define UART_START_SEC_CODE
|
|
/* @violates @ref Uart_c_REF_1 This violation is not fixed since the inclusion of Uart_MemMap.h is as per AUTOSAR requirement*/
|
|
#include "Uart_MemMap.h"
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 0U)
|
|
#ifdef LPUART_IP_0
|
|
/* Implementation of Lpuart0 handler named in startup code. */
|
|
ISR(LPUART_UART_IP_0_IRQHandler);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 1U)
|
|
#ifdef LPUART_IP_1
|
|
/* Implementation of Lpuart1 handler named in startup code. */
|
|
ISR(LPUART_UART_IP_1_IRQHandler);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 2U)
|
|
#ifdef LPUART_IP_2
|
|
/* Implementation of Lpuart2 handler named in startup code. */
|
|
ISR(LPUART_UART_IP_2_IRQHandler);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 3U)
|
|
#ifdef LPUART_IP_3
|
|
/* Implementation of Lpuart3 handler named in startup code. */
|
|
ISR(LPUART_UART_IP_3_IRQHandler);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 4U)
|
|
#ifdef LPUART_IP_4
|
|
/* Implementation of Lpuart4 handler named in startup code. */
|
|
ISR(LPUART_UART_IP_4_IRQHandler);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 5U)
|
|
#ifdef LPUART_IP_5
|
|
/* Implementation of Lpuart5 handler named in startup code. */
|
|
ISR(LPUART_UART_IP_5_IRQHandler);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 6U)
|
|
#ifdef LPUART_IP_6
|
|
/* Implementation of Lpuart6 handler named in startup code. */
|
|
ISR(LPUART_UART_IP_6_IRQHandler);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 7U)
|
|
#ifdef LPUART_IP_7
|
|
/* Implementation of Lpuart7 handler named in startup code. */
|
|
ISR(LPUART_UART_IP_7_IRQHandler);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 8U)
|
|
#ifdef LPUART_IP_8
|
|
/* Implementation of Lpuart8 handler named in startup code. */
|
|
ISR(LPUART_UART_IP_8_IRQHandler);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 9U)
|
|
#ifdef LPUART_IP_9
|
|
/* Implementation of Lpuart9 handler named in startup code. */
|
|
ISR(LPUART_UART_IP_9_IRQHandler);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 10U)
|
|
#ifdef LPUART_IP_10
|
|
/* Implementation of Lpuart10 handler named in startup code. */
|
|
ISR(LPUART_UART_IP_10_IRQHandler);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 11U)
|
|
#ifdef LPUART_IP_11
|
|
/* Implementation of Lpuart11 handler named in startup code. */
|
|
ISR(LPUART_UART_IP_11_IRQHandler);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 12U)
|
|
#ifdef LPUART_IP_12
|
|
/* Implementation of Lpuart12 handler named in startup code. */
|
|
ISR(LPUART_UART_IP_12_IRQHandler);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 13U)
|
|
#ifdef LPUART_IP_13
|
|
/* Implementation of Lpuart13 handler named in startup code. */
|
|
ISR(LPUART_UART_IP_13_IRQHandler);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 14U)
|
|
#ifdef LPUART_IP_14
|
|
/* Implementation of Lpuart14 handler named in startup code. */
|
|
ISR(LPUART_UART_IP_14_IRQHandler);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 15U)
|
|
#ifdef LPUART_IP_15
|
|
/* Implementation of Lpuart15 handler named in startup code. */
|
|
ISR(LPUART_UART_IP_15_IRQHandler);
|
|
#endif
|
|
#endif
|
|
|
|
|
|
#if (LPUART_UART_IP_HAS_DMA_ENABLED == STD_ON)
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 0U)
|
|
#ifdef LPUART_IP_0
|
|
void Lpuart_0_Uart_Ip_DmaRxCompleteCallback(void);
|
|
void Lpuart_0_Uart_Ip_DmaTxCompleteCallback(void);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 1U)
|
|
#ifdef LPUART_IP_1
|
|
void Lpuart_1_Uart_Ip_DmaRxCompleteCallback(void);
|
|
void Lpuart_1_Uart_Ip_DmaTxCompleteCallback(void);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 2U)
|
|
#ifdef LPUART_IP_2
|
|
void Lpuart_2_Uart_Ip_DmaRxCompleteCallback(void);
|
|
void Lpuart_2_Uart_Ip_DmaTxCompleteCallback(void);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 3U)
|
|
#ifdef LPUART_IP_3
|
|
void Lpuart_3_Uart_Ip_DmaRxCompleteCallback(void);
|
|
void Lpuart_3_Uart_Ip_DmaTxCompleteCallback(void);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 4U)
|
|
#ifdef LPUART_IP_4
|
|
void Lpuart_4_Uart_Ip_DmaRxCompleteCallback(void);
|
|
void Lpuart_4_Uart_Ip_DmaTxCompleteCallback(void);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 5U)
|
|
#ifdef LPUART_IP_5
|
|
void Lpuart_5_Uart_Ip_DmaRxCompleteCallback(void);
|
|
void Lpuart_5_Uart_Ip_DmaTxCompleteCallback(void);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 6U)
|
|
#ifdef LPUART_IP_6
|
|
void Lpuart_6_Uart_Ip_DmaRxCompleteCallback(void);
|
|
void Lpuart_6_Uart_Ip_DmaTxCompleteCallback(void);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 7U)
|
|
#ifdef LPUART_IP_7
|
|
void Lpuart_7_Uart_Ip_DmaRxCompleteCallback(void);
|
|
void Lpuart_7_Uart_Ip_DmaTxCompleteCallback(void);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 8U)
|
|
#ifdef LPUART_IP_8
|
|
void Lpuart_8_Uart_Ip_DmaRxCompleteCallback(void);
|
|
void Lpuart_8_Uart_Ip_DmaTxCompleteCallback(void);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 9U)
|
|
#ifdef LPUART_IP_9
|
|
void Lpuart_9_Uart_Ip_DmaRxCompleteCallback(void);
|
|
void Lpuart_9_Uart_Ip_DmaTxCompleteCallback(void);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 10U)
|
|
#ifdef LPUART_IP_10
|
|
void Lpuart_10_Uart_Ip_DmaRxCompleteCallback(void);
|
|
void Lpuart_10_Uart_Ip_DmaTxCompleteCallback(void);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 11U)
|
|
#ifdef LPUART_IP_11
|
|
void Lpuart_11_Uart_Ip_DmaRxCompleteCallback(void);
|
|
void Lpuart_11_Uart_Ip_DmaTxCompleteCallback(void);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 12U)
|
|
#ifdef LPUART_IP_12
|
|
void Lpuart_12_Uart_Ip_DmaRxCompleteCallback(void);
|
|
void Lpuart_12_Uart_Ip_DmaTxCompleteCallback(void);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 13U)
|
|
#ifdef LPUART_IP_13
|
|
void Lpuart_13_Uart_Ip_DmaRxCompleteCallback(void);
|
|
void Lpuart_13_Uart_Ip_DmaTxCompleteCallback(void);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 14U)
|
|
#ifdef LPUART_IP_14
|
|
void Lpuart_14_Uart_Ip_DmaRxCompleteCallback(void);
|
|
void Lpuart_14_Uart_Ip_DmaTxCompleteCallback(void);
|
|
#endif
|
|
#endif
|
|
|
|
#if (LPUART_UART_IP_NUMBER_OF_INSTANCES > 15U)
|
|
#ifdef LPUART_IP_15
|
|
void Lpuart_15_Uart_Ip_DmaRxCompleteCallback(void);
|
|
void Lpuart_15_Uart_Ip_DmaTxCompleteCallback(void);
|
|
#endif
|
|
#endif
|
|
#endif /*(LPUART_UART_IP_HAS_DMA_ENABLED == STD_ON)*/
|
|
|
|
#define UART_STOP_SEC_CODE
|
|
/* @violates @ref Uart_c_REF_1 This violation is not fixed since the inclusion of Uart_MemMap.h is as per AUTOSAR requirement*/
|
|
#include "Uart_MemMap.h"
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
/** @} */
|
|
|
|
#endif /* LPUART_UART_IP_IRQ_H */
|