Home
last modified time | relevance | path

Searched defs:uart_num (Results 1 – 1 of 1) sorted by relevance

/bsp/maxim/libraries/MAX32660PeriphDriver/Source/
A Duart.c105 int uart_num; in UART_Init() local
171 int uart_num; in UART_Shutdown() local
235 int uart_num; // Holds the current index of rx_states or tx_states in UART_Handler() local
260 static void UART_WriteHandler(mxc_uart_regs_t *uart, uart_req_t *req, int uart_num) in UART_WriteHandler()
301 static void UART_ReadHandler(mxc_uart_regs_t *uart, uart_req_t *req, int uart_num, in UART_ReadHandler()
370 int uart_num; // Holds the current index of rx_states in UART_Read() local
441 int uart_num; // Holds the current index of tx_states in UART_Write() local
501 int uart_num; // Holds the current index of tx_states in UART_ReadAsync() local
554 int uart_num; // Holds the current index of tx_states in UART_WriteAsync() local
597 int uart_num = MXC_UART_GET_IDX(uart); // Holds the current index of tx_states in UART_Busy() local
[all …]

Completed in 644 milliseconds