Searched refs:EventData (Results 1 – 5 of 5) sorted by relevance
| /bsp/ft2004/libraries/bsp/ft_uart/ |
| A D | ft_uart.c | 220 u32 EventData; in FUart_ReceiveBuffer() local 231 EventData = ByteValue; in FUart_ReceiveBuffer() 236 UartPtr->Handler(UartPtr->Args, Event, EventData); in FUart_ReceiveBuffer()
|
| A D | ft_uart.h | 81 typedef void (*FUart_Handler_t)(void *Args, u32 Event, u32 EventData);
|
| /bsp/ft2004/drivers/ |
| A D | drv_usart.c | 21 static void Ft_Os_Uart_Callback(void *Args, u32 Event, u32 EventData); 82 static void Ft_Os_Uart_Callback(void *Args, u32 Event, u32 EventData) in Ft_Os_Uart_Callback() argument
|
| /bsp/phytium/libraries/drivers/ |
| A D | drv_usart.c | 24 static void Ft_Os_Uart_Callback(void *Args, u32 Event, u32 EventData); 91 static void Ft_Os_Uart_Callback(void *Args, u32 Event, u32 EventData) in Ft_Os_Uart_Callback() argument
|
| A D | drv_usart_msg.c | 45 static void Ft_Os_Uart_Msg_Callback(void *Args, u32 Event, u32 EventData); 183 static void Ft_Os_Uart_Msg_Callback(void *Args, u32 Event, u32 EventData) in Ft_Os_Uart_Msg_Callback() argument
|
Completed in 6 milliseconds