Searched refs:UART_HANDLE_T (Results 1 – 3 of 3) sorted by relevance
92 typedef void *UART_HANDLE_T; typedef160 …UART_HANDLE_T (*uart_setup)(uint32_t base_addr, uint8_t *ram); /*!< Setup Min UART instance with p…161 …uint32_t (*uart_init)(UART_HANDLE_T handle, UART_CONFIG_T *set); /*!< Setup baud rate and operatio…164 …uint8_t (*uart_get_char)(UART_HANDLE_T handle); /*!< Receive one Char from uart. This functions is…165 …void (*uart_put_char)(UART_HANDLE_T handle, uint8_t data); /*!< Send one Char through uart. This f…166 …uint32_t (*uart_get_line)(UART_HANDLE_T handle, UART_PARAM_T *param); /*!< Receive multiple bytes …167 …uint32_t (*uart_put_line)(UART_HANDLE_T handle, UART_PARAM_T *param); /*!< Send string (end with \…170 …void (*uart_isr)(UART_HANDLE_T handle); /*!< UART interrupt service routine. To use this routine, …
40 static UART_HANDLE_T *uartHandle;
Completed in 4 milliseconds