Searched refs:UART_RX (Results 1 – 18 of 18) sorted by relevance
/loramac-node-3.4.0/src/boards/SAMR34/ |
D | board-config.h | 71 #define UART_RX GPIO( GPIO_PORTA, 5 ) 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 | 90 #define UART_RX PA_10 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 | 98 #define UART_RX PA_10 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 | 98 #define UART_RX PA_10 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 | 95 #define UART_RX PA_3 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 | 125 #define UART_RX PA_3 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 | 125 #define UART_RX PA_3 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 | 125 #define UART_RX PA_3 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 | 99 #define UART_RX PA_3 macro
|
D | board.c | 167 GpioInit( &ioPin, UART_RX, PIN_INPUT, PIN_PUSH_PULL, PIN_NO_PULL, 0 ); in BoardInitMcu() 174 UartInit( &Uart2, UART_2, UART_TX, UART_RX ); in BoardInitMcu()
|