Home
last modified time | relevance | path

Searched refs:UART4 (Results 1 – 25 of 55) sorted by relevance

123

/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK24F12/
DMK24F12_features.h1561 (((x) == UART4) ? (1) : \
1589 (((x) == UART4) ? (0) : \
1624 (((x) == UART4) ? (1) : (-1))))))
1651 (((x) == UART4) ? (0) : (-1))))))
DMK24F12.h22811 #define UART4 ((UART_Type *)UART4_BASE) macro
22819 #define UART_BASE_PTRS { UART0, UART1, UART2, UART3, UART4, UART5 }
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK64F12/
DMK64F12_features.h1849 (((x) == UART4) ? (1) : \
1877 (((x) == UART4) ? (0) : \
1912 (((x) == UART4) ? (1) : (-1))))))
1939 (((x) == UART4) ? (0) : (-1))))))
DMK64F12.h24668 #define UART4 ((UART_Type *)UART4_BASE) macro
24676 #define UART_BASE_PTRS { UART0, UART1, UART2, UART3, UART4, UART5 }
/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/iuart/
Dfsl_uart_cmsis.h43 #if defined(UART4) && defined(RTE_USART4) && RTE_USART4
Dfsl_uart_cmsis.c29 (defined(UART3) && defined(RTE_USART3) && RTE_USART3) || (RTE_USART4 && defined(UART4)))
278 (defined(UART4) && defined(RTE_USART4_DMA_EN) && RTE_USART4_DMA_EN) || \
533 …(defined(UART4) && defined(RTE_USART4) && RTE_USART4 && !(defined(RTE_USART4_DMA_EN) && RTE_USART4…
1413 #if defined(UART4) && defined(RTE_USART4) && RTE_USART4
1420 static cmsis_uart_resource_t UART4_Resource = {UART4, UART4_GetFreq};
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK22F12/
DMK22F12_features.h2565 (((x) == UART4) ? (1) : (-1))))))
2592 (((x) == UART4) ? (0) : (-1))))))
2627 (((x) == UART4) ? (1) : \
2655 (((x) == UART4) ? (0) : \
DMK22F12.h18758 #define UART4 ((UART_Type *)UART4_BASE) macro
18766 #define UART_BASE_PTRS { UART0, UART1, UART2, UART3, UART4, UART5 }
/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/uart/
Dfsl_uart_cmsis.h54 #if defined(UART4) && defined(RTE_USART4) && RTE_USART4
Dfsl_uart_cmsis.c30 …(defined(RTE_USART4) && RTE_USART4 && defined(UART4)) || (defined(RTE_USART5) && RTE_USART5 && def…
299 (defined(UART4) && defined(RTE_USART4_DMA_EN) && RTE_USART4_DMA_EN) || \
841 …SART4) && RTE_USART4 && !(defined(RTE_USART4_DMA_EN) && RTE_USART4_DMA_EN)) && defined(UART4)) || \
2357 #if defined(UART4) && defined(RTE_USART4) && RTE_USART4
2361 cmsis_uart_resource_t uart4_Resource = {UART4, UART4_GetFreq};
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK63F12/
DMK63F12_features.h1506 (((x) == UART4) ? (1) : \
1534 (((x) == UART4) ? (0) : \
DMK63F12.h24622 #define UART4 ((UART_Type *)UART4_BASE) macro
24630 #define UART_BASE_PTRS { UART0, UART1, UART2, UART3, UART4, UART5 }
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK26F18/
DMK26F18_features.h1823 (((x) == UART4) ? (1) : (-1))))))
1850 (((x) == UART4) ? (0) : (-1))))))
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK65F18/
DMK65F18_features.h1835 (((x) == UART4) ? (1) : (-1))))))
1862 (((x) == UART4) ? (0) : (-1))))))
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK66F18/
DMK66F18_features.h1835 (((x) == UART4) ? (1) : (-1))))))
1862 (((x) == UART4) ? (0) : (-1))))))
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKV56F24/
DMKV56F24_features.h1905 (((x) == UART4) ? (1) : (-1))))))
1961 (((x) == UART4) ? (1) : \
DMKV56F24.h27136 #define UART4 ((UART_Type *)UART4_BASE) macro
27144 #define UART_BASE_PTRS { UART0, UART1, UART2, UART3, UART4, UART5 }
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKV58F24/
DMKV58F24_features.h1944 (((x) == UART4) ? (1) : (-1))))))
2000 (((x) == UART4) ? (1) : \
DMKV58F24.h28902 #define UART4 ((UART_Type *)UART4_BASE) macro
28910 #define UART_BASE_PTRS { UART0, UART1, UART2, UART3, UART4, UART5 }
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/uart/
Dfsl_uart.c78 #if (defined(UART4))
1916 #if defined(UART4)
1920 s_uartIsr(UART4, s_uartHandle[4]); in UART4_DriverIRQHandler()
Dfsl_uart_edma.c24 #if (defined(UART4))
Dfsl_uart_dma.c24 #if (defined(UART4))
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/iuart/
Dfsl_uart.c1557 #if defined(UART4)
1561 s_uartIsr(UART4, s_uartHandle[4]); in UART4_DriverIRQHandler()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/uart/
Dfsl_adapter_iuart.c673 #if defined(UART4)
Dfsl_adapter_uart.c722 #if defined(UART4)

123