Home
last modified time | relevance | path

Searched refs:UART_HANDLE_T (Results 1 – 3 of 3) sorted by relevance

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Drom_uart_15xx.h92 typedef void *UART_HANDLE_T; typedef
160UART_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, …
/lk-master/external/platform/lpc15xx/lpcopen/periph_uart_rom_polling/example/src/
A Duart_rom_polling.c40 static UART_HANDLE_T *uartHandle;
/lk-master/external/platform/lpc15xx/lpcopen/periph_uart_rom_int/example/src/
A Duart_rom_int.c40 static UART_HANDLE_T *uartHandle;

Completed in 4 milliseconds