Searched refs:Tx (Results 1 – 10 of 10) sorted by relevance
/loramac-node-3.4.0/src/boards/SKiM980A/ |
D | uart-board.c | 57 GpioInit( &obj->Tx, tx, PIN_ALTERNATE_FCT, PIN_PUSH_PULL, PIN_PULL_UP, GPIO_AF7_USART1 ); in UartMcuInit() 183 GpioInit( &obj->Tx, obj->Tx.pin, PIN_ANALOGIC, PIN_PUSH_PULL, PIN_NO_PULL, 0 ); in UartMcuDeInit()
|
/loramac-node-3.4.0/src/boards/NucleoL073/ |
D | uart-board.c | 57 GpioInit( &obj->Tx, tx, PIN_ALTERNATE_FCT, PIN_PUSH_PULL, PIN_PULL_UP, GPIO_AF4_USART2 ); in UartMcuInit() 186 GpioInit( &obj->Tx, obj->Tx.pin, PIN_ANALOGIC, PIN_PUSH_PULL, PIN_NO_PULL, 0 ); in UartMcuDeInit()
|
/loramac-node-3.4.0/src/boards/SKiM880B/ |
D | uart-board.c | 57 GpioInit( &obj->Tx, tx, PIN_ALTERNATE_FCT, PIN_PUSH_PULL, PIN_PULL_UP, GPIO_AF7_USART1 ); in UartMcuInit() 183 GpioInit( &obj->Tx, obj->Tx.pin, PIN_ANALOGIC, PIN_PUSH_PULL, PIN_NO_PULL, 0 ); in UartMcuDeInit()
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/ |
D | uart-board.c | 57 GpioInit( &obj->Tx, tx, PIN_ALTERNATE_FCT, PIN_PUSH_PULL, PIN_PULL_UP, GPIO_AF4_USART1 ); in UartMcuInit() 186 GpioInit( &obj->Tx, obj->Tx.pin, PIN_ANALOGIC, PIN_PUSH_PULL, PIN_NO_PULL, 0 ); in UartMcuDeInit()
|
/loramac-node-3.4.0/src/boards/NucleoL476/ |
D | uart-board.c | 57 GpioInit( &obj->Tx, tx, PIN_ALTERNATE_FCT, PIN_PUSH_PULL, PIN_PULL_UP, GPIO_AF7_USART2 ); in UartMcuInit() 183 GpioInit( &obj->Tx, obj->Tx.pin, PIN_ANALOGIC, PIN_PUSH_PULL, PIN_NO_PULL, 0 ); in UartMcuDeInit()
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/ |
D | uart-board.c | 57 GpioInit( &obj->Tx, tx, PIN_ALTERNATE_FCT, PIN_PUSH_PULL, PIN_PULL_UP, GPIO_AF4_USART2 ); in UartMcuInit() 186 GpioInit( &obj->Tx, obj->Tx.pin, PIN_ANALOGIC, PIN_PUSH_PULL, PIN_NO_PULL, 0 ); in UartMcuDeInit()
|
/loramac-node-3.4.0/src/boards/NucleoL152/ |
D | uart-board.c | 57 GpioInit( &obj->Tx, tx, PIN_ALTERNATE_FCT, PIN_PUSH_PULL, PIN_PULL_UP, GPIO_AF7_USART2 ); in UartMcuInit() 183 GpioInit( &obj->Tx, obj->Tx.pin, PIN_ANALOGIC, PIN_PUSH_PULL, PIN_NO_PULL, 0 ); in UartMcuDeInit()
|
/loramac-node-3.4.0/src/boards/NAMote72/ |
D | uart-board.c | 65 … GpioInit( &obj->Tx, tx, PIN_ALTERNATE_FCT, PIN_PUSH_PULL, PIN_PULL_UP, GPIO_AF7_USART1 ); in UartMcuInit() 74 … GpioInit( &obj->Tx, tx, PIN_ALTERNATE_FCT, PIN_PUSH_PULL, PIN_PULL_UP, GPIO_AF7_USART2 ); in UartMcuInit() 225 GpioInit( &obj->Tx, obj->Tx.pin, PIN_ANALOGIC, PIN_PUSH_PULL, PIN_NO_PULL, 0 ); in UartMcuDeInit()
|
/loramac-node-3.4.0/src/system/ |
D | uart.h | 60 Gpio_t Tx; member
|
/loramac-node-3.4.0/ |
D | CHANGELOG.md | 74 - Added possibility to query minimal Tx data rate 428 - Added newly defined `TxCw`(Tx Continuous Wave) certification protocol command 460 - Added TxCw (Tx continuous wave) LoRaWAN compliance protocol command 560 - Fixed Tx power setting loss for repeated join requests on US band 742 … When a ClassA Tx cycle starts a timer is launched to check every second if everything is finished 815 - Fixed Radio drivers I&Q signals inversion to be possible in Rx and in Tx
|