Searched refs:uart_rtos_handle_t (Results 1 – 4 of 4) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/iuart/ |
| D | fsl_uart_freertos.h | 75 } uart_rtos_handle_t; typedef 99 int UART_RTOS_Init(uart_rtos_handle_t *handle, uart_handle_t *t_handle, const uart_rtos_config_t *c… 109 int UART_RTOS_Deinit(uart_rtos_handle_t *handle); 126 int UART_RTOS_Send(uart_rtos_handle_t *handle, uint8_t *buffer, uint32_t length); 139 int UART_RTOS_Receive(uart_rtos_handle_t *handle, uint8_t *buffer, uint32_t length, size_t *receive…
|
| D | fsl_uart_freertos.c | 21 uart_rtos_handle_t *handle = (uart_rtos_handle_t *)param; in UART_RTOS_Callback() 71 int UART_RTOS_Init(uart_rtos_handle_t *handle, uart_handle_t *t_handle, const uart_rtos_config_t *c… in UART_RTOS_Init() 185 int UART_RTOS_Deinit(uart_rtos_handle_t *handle) in UART_RTOS_Deinit() 222 int UART_RTOS_Send(uart_rtos_handle_t *handle, uint8_t *buffer, uint32_t length) in UART_RTOS_Send() 291 int UART_RTOS_Receive(uart_rtos_handle_t *handle, uint8_t *buffer, uint32_t length, size_t *receive… in UART_RTOS_Receive()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/uart/ |
| D | fsl_uart_freertos.h | 75 } uart_rtos_handle_t; typedef 99 int UART_RTOS_Init(uart_rtos_handle_t *handle, uart_handle_t *t_handle, const uart_rtos_config_t *c… 109 int UART_RTOS_Deinit(uart_rtos_handle_t *handle); 126 int UART_RTOS_Send(uart_rtos_handle_t *handle, uint8_t *buffer, uint32_t length); 139 int UART_RTOS_Receive(uart_rtos_handle_t *handle, uint8_t *buffer, uint32_t length, size_t *receive…
|
| D | fsl_uart_freertos.c | 21 uart_rtos_handle_t *handle = (uart_rtos_handle_t *)param; in UART_RTOS_Callback() 71 int UART_RTOS_Init(uart_rtos_handle_t *handle, uart_handle_t *t_handle, const uart_rtos_config_t *c… in UART_RTOS_Init() 185 int UART_RTOS_Deinit(uart_rtos_handle_t *handle) in UART_RTOS_Deinit() 222 int UART_RTOS_Send(uart_rtos_handle_t *handle, uint8_t *buffer, uint32_t length) in UART_RTOS_Send() 291 int UART_RTOS_Receive(uart_rtos_handle_t *handle, uint8_t *buffer, uint32_t length, size_t *receive… in UART_RTOS_Receive()
|