Searched refs:usart_rtos_handle_t (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/usart/ |
| D | fsl_usart_freertos.h | 59 } usart_rtos_handle_t; typedef 82 int USART_RTOS_Init(usart_rtos_handle_t *handle, usart_handle_t *t_handle, const struct rtos_usart_… 92 int USART_RTOS_Deinit(usart_rtos_handle_t *handle); 109 int USART_RTOS_Send(usart_rtos_handle_t *handle, uint8_t *buffer, uint32_t length); 122 int USART_RTOS_Receive(usart_rtos_handle_t *handle, uint8_t *buffer, uint32_t length, size_t *recei…
|
| D | fsl_usart_freertos.c | 37 usart_rtos_handle_t *handle = (usart_rtos_handle_t *)param; in USART_RTOS_Callback() 80 int USART_RTOS_Init(usart_rtos_handle_t *handle, usart_handle_t *t_handle, const struct rtos_usart_… in USART_RTOS_Init() 182 int USART_RTOS_Deinit(usart_rtos_handle_t *handle) in USART_RTOS_Deinit() 219 int USART_RTOS_Send(usart_rtos_handle_t *handle, uint8_t *buffer, uint32_t length) in USART_RTOS_Send() 288 int USART_RTOS_Receive(usart_rtos_handle_t *handle, uint8_t *buffer, uint32_t length, size_t *recei… in USART_RTOS_Receive()
|