Searched refs:uartbase (Results 1 – 6 of 6) sorted by relevance
| /bsp/msp432e401y-LaunchPad/libraries/Drivers/ |
| A D | drv_uart.c | 84 UARTConfigSetExpClk(uart->config->uartbase, SystemCoreClock, uart->config->baudrate, in msp432_configure() 86 UARTIntEnable(uart->config->uartbase, UART_INT_RX); in msp432_configure() 87 UARTEnable(uart->config->uartbase); in msp432_configure() 88 UARTFIFODisable(uart->config->uartbase); in msp432_configure() 107 UARTIntDisable(uart->config->uartbase, UART_INT_RX); in msp432_control() 113 UARTIntEnable(uart->config->uartbase, UART_INT_RX); in msp432_control() 126 UARTCharPut(uart->config->uartbase, c); in msp432_putc() 139 ch = UARTCharGetNonBlocking(uart->config->uartbase); in msp432_getc() 171 ui32Ints = UARTIntStatus(uart->config->uartbase, true); in uart_isr() 172 UARTIntClear(uart->config->uartbase, ui32Ints); in uart_isr()
|
| A D | drv_uart.h | 20 uint32_t uartbase; member
|
| /bsp/tm4c123bsp/libraries/Drivers/ |
| A D | drv_uart.c | 92 UARTFIFOLevelSet(uart->config->uartbase, UART_FIFO_TX1_8, UART_FIFO_RX1_8); in tm4c123_configure() 93 UARTConfigSetExpClk(uart->config->uartbase, SysCtlClockGet(), uart->config->baudrate, in tm4c123_configure() 111 UARTIntDisable(uart->config->uartbase, UART_INT_RX); in tm4c123_control() 117 UARTIntEnable(uart->config->uartbase, UART_INT_RX); in tm4c123_control() 129 UARTCharPut(uart->config->uartbase, c); in tm4c123_putc() 141 ch = UARTCharGetNonBlocking(uart->config->uartbase); in tm4c123_getc() 172 ui32Ints = UARTIntStatus(uart->config->uartbase, true); in uart_isr() 173 UARTIntClear(uart->config->uartbase, ui32Ints); in uart_isr()
|
| A D | drv_uart.h | 23 uint32_t uartbase; member
|
| /bsp/msp432e401y-LaunchPad/libraries/Drivers/config/ |
| A D | uart_config.h | 23 .uartbase = UART0_BASE, \ 36 .uartbase = UART1_BASE, \ 49 .uartbase = UART2_BASE, \ 62 .uartbase = UART3_BASE, \
|
| /bsp/tm4c123bsp/libraries/Drivers/config/ |
| A D | uart_config.h | 23 .uartbase = UART0_BASE, \ 36 .uartbase = UART1_BASE, \ 49 .uartbase = UART2_BASE, \ 62 .uartbase = UART3_BASE, \
|
Completed in 8 milliseconds