Home
last modified time | relevance | path

Searched refs:Tx (Results 1 – 10 of 10) sorted by relevance

/loramac-node-3.4.0/src/boards/SKiM980A/
Duart-board.c57 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/
Duart-board.c57 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/
Duart-board.c57 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/
Duart-board.c57 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/
Duart-board.c57 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/
Duart-board.c57 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/
Duart-board.c57 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/
Duart-board.c65 … 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/
Duart.h60 Gpio_t Tx; member
/loramac-node-3.4.0/
DCHANGELOG.md74 - 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