Searched refs:UART_TX (Results 1 – 18 of 18) sorted by relevance
/loramac-node-3.4.0/src/boards/SAMR34/ |
D | board-config.h | 70 #define UART_TX GPIO( GPIO_PORTA, 4 ) macro
|
D | board.c | 84 UartInit( &Uart1, UART_1, UART_TX, UART_RX ); in BoardInitMcu()
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/ |
D | board-config.h | 89 #define UART_TX PA_9 macro
|
D | board.c | 128 UartInit( &Uart1, UART_1, UART_TX, UART_RX ); in BoardInitMcu()
|
/loramac-node-3.4.0/src/boards/SKiM980A/ |
D | board-config.h | 97 #define UART_TX PA_9 macro
|
D | board.c | 128 UartInit( &Uart1, UART_1, UART_TX, UART_RX ); in BoardInitMcu()
|
/loramac-node-3.4.0/src/boards/SKiM880B/ |
D | board-config.h | 97 #define UART_TX PA_9 macro
|
D | board.c | 128 UartInit( &Uart1, UART_1, UART_TX, UART_RX ); in BoardInitMcu()
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/ |
D | board-config.h | 94 #define UART_TX PA_2 macro
|
D | board.c | 127 UartInit( &Uart2, UART_2, UART_TX, UART_RX ); in BoardInitMcu()
|
/loramac-node-3.4.0/src/boards/NucleoL476/ |
D | board-config.h | 124 #define UART_TX PA_2 macro
|
D | board.c | 144 UartInit( &Uart2, UART_2, UART_TX, UART_RX ); in BoardInitMcu()
|
/loramac-node-3.4.0/src/boards/NucleoL073/ |
D | board-config.h | 124 #define UART_TX PA_2 macro
|
D | board.c | 137 UartInit( &Uart2, UART_2, UART_TX, UART_RX ); in BoardInitMcu()
|
/loramac-node-3.4.0/src/boards/NucleoL152/ |
D | board-config.h | 124 #define UART_TX PA_2 macro
|
D | board.c | 137 UartInit( &Uart2, UART_2, UART_TX, UART_RX ); in BoardInitMcu()
|
/loramac-node-3.4.0/src/boards/NAMote72/ |
D | board-config.h | 98 #define UART_TX PA_2 macro
|
D | board.c | 174 UartInit( &Uart2, UART_2, UART_TX, UART_RX ); in BoardInitMcu()
|