MCUSW
Loading...
Searching...
No Matches
Cdd_Uart_Irq.h File Reference

Introduction

This file contains ISR function declaration for Complex Device Driver.

Go to the source code of this file.

CDD Driver ISR category level

Defines for CDD UART Driver ISR category level

#define CDD_UART_ISR_VOID   (0x00U)
 void ISR type
 
#define CDD_UART_ISR_CAT1   (0x01U)
 Category 1 ISR type.
 
#define CDD_UART_ISR_CAT2   (0x02U)
 Category 2 ISR type.
 
void Cdd_Uart_ChannelIsr (uint8 ChannelID)
 UART Master ISR function.
 

Macro Definition Documentation

◆ CDD_UART_ISR_VOID

#define CDD_UART_ISR_VOID   (0x00U)

void ISR type

◆ CDD_UART_ISR_CAT1

#define CDD_UART_ISR_CAT1   (0x01U)

Category 1 ISR type.

◆ CDD_UART_ISR_CAT2

#define CDD_UART_ISR_CAT2   (0x02U)

Category 2 ISR type.

Function Documentation

◆ Cdd_Uart_ChannelIsr()

void Cdd_Uart_ChannelIsr ( uint8 ChannelID)

UART Master ISR function.