Home
last modified time | relevance | path

Searched refs:LINFLEXD_IP_INSTANCE_COUNT (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/s32/drivers/s32ze/Uart/include/
DLinflexd_Uart_Ip_Irq.h104 #if (LINFLEXD_IP_INSTANCE_COUNT > 0U)
111 #if (LINFLEXD_IP_INSTANCE_COUNT > 1U)
118 #if (LINFLEXD_IP_INSTANCE_COUNT > 2U)
126 #if (LINFLEXD_IP_INSTANCE_COUNT > 3U)
133 #if (LINFLEXD_IP_INSTANCE_COUNT > 4U)
140 #if (LINFLEXD_IP_INSTANCE_COUNT > 5U)
147 #if (LINFLEXD_IP_INSTANCE_COUNT > 6U)
154 #if (LINFLEXD_IP_INSTANCE_COUNT > 7U)
161 #if (LINFLEXD_IP_INSTANCE_COUNT > 8U)
168 #if (LINFLEXD_IP_INSTANCE_COUNT > 9U)
[all …]
/hal_nxp-latest/s32/drivers/s32ze/Uart/src/
DLinflexd_Uart_Ip_Irq.c113 #if (LINFLEXD_IP_INSTANCE_COUNT > 0U)
122 #if (LINFLEXD_IP_INSTANCE_COUNT > 1U)
131 #if (LINFLEXD_IP_INSTANCE_COUNT > 2U)
140 #if (LINFLEXD_IP_INSTANCE_COUNT > 3U)
149 #if (LINFLEXD_IP_INSTANCE_COUNT > 4U)
158 #if (LINFLEXD_IP_INSTANCE_COUNT > 5U)
167 #if (LINFLEXD_IP_INSTANCE_COUNT > 6U)
176 #if (LINFLEXD_IP_INSTANCE_COUNT > 7U)
185 #if (LINFLEXD_IP_INSTANCE_COUNT > 8U)
194 #if (LINFLEXD_IP_INSTANCE_COUNT > 9U)
[all …]
DLinflexd_Uart_Ip.c145 …c const Linflexd_Uart_Ip_UserConfigType* Linflexd_Uart_Ip_apUserConfig[LINFLEXD_IP_INSTANCE_COUNT];
148 …xd_Uart_Ip_StateStructureType* Linflexd_Uart_Ip_apStateStructuresArray[LINFLEXD_IP_INSTANCE_COUNT];
158 static LINFLEXD_Type* const Linflexd_Uart_Ip_apBases[LINFLEXD_IP_INSTANCE_COUNT] = LINFLEXD_IP_BASE…
168 static const boolean Linflexd_Uart_Ip_InstHasDma[LINFLEXD_IP_INSTANCE_COUNT] = LINFLEXD_UART_IP_INS…
179 static const boolean Linflexd_Uart_Ip_InstHasTimeoutInterruptEnabled[LINFLEXD_IP_INSTANCE_COUNT] = …
190 static const boolean Linflexd_Uart_Ip_InstHasLoopbackEnabled[LINFLEXD_IP_INSTANCE_COUNT] = LINFLEXD…
260 LINFLEXD_UART_IP_DEV_ASSERT(Instance < LINFLEXD_IP_INSTANCE_COUNT); in Linflexd_Uart_Ip_SetBaudrate()
346 LINFLEXD_UART_IP_DEV_ASSERT(Instance < LINFLEXD_IP_INSTANCE_COUNT); in Linflexd_Uart_Ip_GetBaudrate()
375 LINFLEXD_UART_IP_DEV_ASSERT(Instance < LINFLEXD_IP_INSTANCE_COUNT); in Linflexd_Uart_Ip_Init()
430 LINFLEXD_UART_IP_DEV_ASSERT(Instance < LINFLEXD_IP_INSTANCE_COUNT); in Linflexd_Uart_Ip_Deinit()
[all …]
/hal_nxp-latest/s32/soc/s32z270/include/
DLinflexd_Uart_Ip_Defines.h61 #define LINFLEXD_IP_INSTANCE_COUNT LINFLEXD_INSTANCE_COUNT macro