/loramac-node-3.6.0-3.5.0/src/system/ |
D | uart.c | 26 void UartInit( Uart_t *obj, UartId_t uartId, PinNames tx, PinNames rx ) in UartInit() argument 31 UartMcuInit( obj, uartId, tx, rx ); in UartInit()
|
D | uart.h | 128 void UartInit( Uart_t *obj, UartId_t uartId, PinNames tx, PinNames rx );
|
/loramac-node-3.6.0-3.5.0/src/boards/SAMR34/ |
D | uart-board.c | 34 void UartMcuInit( Uart_t *obj, uint8_t uartId, PinNames tx, PinNames rx ) in UartMcuInit() argument 47 gpio_set_pin_function( tx, PINMUX_PA04D_SERCOM0_PAD0 ); in UartMcuInit()
|
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hal/include/ |
D | hpl_spi_dma.h | 77 _spi_dma_cb_t tx; member
|
D | hpl_spi_async.h | 100 _spi_async_dev_cb_xfer_t tx; member
|
D | hpl_i2c_s_async.h | 74 void (*tx)(struct _i2c_s_async_device *const device); member
|
/loramac-node-3.6.0-3.5.0/src/boards/NAMote72/ |
D | uart-board.c | 47 void UartMcuInit( Uart_t *obj, UartId_t uartId, PinNames tx, PinNames rx ) in UartMcuInit() argument 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()
|
/loramac-node-3.6.0-3.5.0/src/boards/ |
D | uart-usb-board.h | 41 void UartUsbInit( Uart_t *obj, UartId_t uartId, PinNames tx, PinNames rx );
|
D | uart-board.h | 41 void UartMcuInit( Uart_t *obj, UartId_t uartId, PinNames tx, PinNames rx );
|
/loramac-node-3.6.0-3.5.0/src/boards/SKiM980A/ |
D | uart-board.c | 41 void UartMcuInit( Uart_t *obj, UartId_t uartId, PinNames tx, PinNames rx ) in UartMcuInit() argument 57 GpioInit( &obj->Tx, tx, PIN_ALTERNATE_FCT, PIN_PUSH_PULL, PIN_PULL_UP, GPIO_AF7_USART1 ); in UartMcuInit()
|
/loramac-node-3.6.0-3.5.0/src/boards/SKiM881AXL/ |
D | uart-board.c | 41 void UartMcuInit( Uart_t *obj, UartId_t uartId, PinNames tx, PinNames rx ) in UartMcuInit() argument 57 GpioInit( &obj->Tx, tx, PIN_ALTERNATE_FCT, PIN_PUSH_PULL, PIN_PULL_UP, GPIO_AF4_USART1 ); in UartMcuInit()
|
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL073/ |
D | uart-board.c | 41 void UartMcuInit( Uart_t *obj, UartId_t uartId, PinNames tx, PinNames rx ) in UartMcuInit() argument 57 GpioInit( &obj->Tx, tx, PIN_ALTERNATE_FCT, PIN_PUSH_PULL, PIN_PULL_UP, GPIO_AF4_USART2 ); in UartMcuInit()
|
D | lr1110mb1xxs-board.c | 131 rf_switch_configuration.tx = LR1110_SYSTEM_RFSW0_HIGH | LR1110_SYSTEM_RFSW1_HIGH; in lr1110_board_init()
|
/loramac-node-3.6.0-3.5.0/src/boards/SKiM880B/ |
D | uart-board.c | 41 void UartMcuInit( Uart_t *obj, UartId_t uartId, PinNames tx, PinNames rx ) in UartMcuInit() argument 57 GpioInit( &obj->Tx, tx, PIN_ALTERNATE_FCT, PIN_PUSH_PULL, PIN_PULL_UP, GPIO_AF7_USART1 ); in UartMcuInit()
|
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL476/ |
D | uart-board.c | 41 void UartMcuInit( Uart_t *obj, UartId_t uartId, PinNames tx, PinNames rx ) in UartMcuInit() argument 57 GpioInit( &obj->Tx, tx, PIN_ALTERNATE_FCT, PIN_PUSH_PULL, PIN_PULL_UP, GPIO_AF7_USART2 ); in UartMcuInit()
|
D | lr1110mb1xxs-board.c | 131 rf_switch_configuration.tx = LR1110_SYSTEM_RFSW0_HIGH | LR1110_SYSTEM_RFSW1_HIGH; in lr1110_board_init()
|
/loramac-node-3.6.0-3.5.0/src/boards/B-L072Z-LRWAN1/ |
D | uart-board.c | 41 void UartMcuInit( Uart_t *obj, UartId_t uartId, PinNames tx, PinNames rx ) in UartMcuInit() argument 57 GpioInit( &obj->Tx, tx, PIN_ALTERNATE_FCT, PIN_PUSH_PULL, PIN_PULL_UP, GPIO_AF4_USART2 ); in UartMcuInit()
|
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL152/ |
D | uart-board.c | 41 void UartMcuInit( Uart_t *obj, UartId_t uartId, PinNames tx, PinNames rx ) in UartMcuInit() argument 57 GpioInit( &obj->Tx, tx, PIN_ALTERNATE_FCT, PIN_PUSH_PULL, PIN_PULL_UP, GPIO_AF7_USART2 ); in UartMcuInit()
|
D | lr1110mb1xxs-board.c | 131 rf_switch_configuration.tx = LR1110_SYSTEM_RFSW0_HIGH | LR1110_SYSTEM_RFSW1_HIGH; in lr1110_board_init()
|
/loramac-node-3.6.0-3.5.0/src/ |
D | CMakeLists.txt | 41 set(APPLICATION_LIST LoRaMac ping-pong rx-sensi tx-cw ) 218 elseif(APPLICATION STREQUAL tx-cw) 220 add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/apps/tx-cw)
|
/loramac-node-3.6.0-3.5.0/src/apps/tx-cw/ |
D | CMakeLists.txt | 18 project(tx-cw)
|
/loramac-node-3.6.0-3.5.0/.vscode/ |
D | settings.json | 26 // LoRaMac (Default), ping-pong, rx-sensi, tx-cw.
|
/loramac-node-3.6.0-3.5.0/ |
D | README.md | 41 * **tx-cw**: Example application to show how to generate an RF Continuous Wave transmission. 217 // LoRaMac (Default), ping-pong, rx-sensi, tx-cw. 318 // LoRaMac (Default), ping-pong, rx-sensi, tx-cw.
|
/loramac-node-3.6.0-3.5.0/doc/ |
D | development-environment.md | 86 * tx-cw
|
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hpl/sercom/ |
D | hpl_sercom.c | 2373 spid->callbacks.tx = NULL; in _spi_m_async_init()
|