uart_pal_mapping.h File Reference
#include "device_registers.h"

Go to the source code of this file.

Data Structures

struct  uart_instance_t
 Structure storing PAL instance information. More...
 

Macros

#define FLEXIO_UART_INSTANCE_COUNT   2U
 

Enumerations

enum  uart_inst_type_t { UART_INST_TYPE_LPUART = 0u, UART_INST_TYPE_FLEXIO_UART = 1u, UART_INST_TYPE_LINFLEXD = 2u }
 Enumeration with the types of peripherals supported by UART PAL. More...
 

Macro Definition Documentation

#define FLEXIO_UART_INSTANCE_COUNT   2U

Definition at line 34 of file uart_pal_mapping.h.

Enumeration Type Documentation

Enumeration with the types of peripherals supported by UART PAL.

This enumeration contains the types of peripherals supported by UART PAL. Implements : uart_inst_type_t_Class

Enumerator
UART_INST_TYPE_LPUART 
UART_INST_TYPE_FLEXIO_UART 
UART_INST_TYPE_LINFLEXD 

Definition at line 43 of file uart_pal_mapping.h.