Home
last modified time | relevance | path

Searched refs:rx (Results 1 – 25 of 44) sorted by relevance

12

/loramac-node-3.4.0/src/system/
Duart.c26 void UartInit( Uart_t *obj, UartId_t uartId, PinNames tx, PinNames rx ) in UartInit() argument
31 UartMcuInit( obj, uartId, tx, rx ); in UartInit()
Duart.h128 void UartInit( Uart_t *obj, UartId_t uartId, PinNames tx, PinNames rx );
/loramac-node-3.4.0/src/boards/SAMR34/
Duart-board.c34 void UartMcuInit( Uart_t *obj, uint8_t uartId, PinNames tx, PinNames rx ) in UartMcuInit() argument
48 gpio_set_pin_function( rx, PINMUX_PA05D_SERCOM0_PAD1 ); in UartMcuInit()
/loramac-node-3.4.0/.vscode/
Dsettings.json26 // LoRaMac (Default), ping-pong, rx-sensi, tx-cw.
47 // rx-sensi applications. You can choose between:
/loramac-node-3.4.0/src/boards/mcu/saml21/hal/include/
Dhpl_spi_dma.h78 _spi_dma_cb_t rx; member
Dhpl_spi_async.h102 _spi_async_dev_cb_xfer_t rx; member
/loramac-node-3.4.0/src/boards/NAMote72/
Duart-board.c47 void UartMcuInit( Uart_t *obj, UartId_t uartId, PinNames tx, PinNames rx ) in UartMcuInit() argument
66 … GpioInit( &obj->Rx, rx, PIN_ALTERNATE_FCT, PIN_PUSH_PULL, PIN_PULL_UP, GPIO_AF7_USART1 ); in UartMcuInit()
75 … GpioInit( &obj->Rx, rx, PIN_ALTERNATE_FCT, PIN_PUSH_PULL, PIN_PULL_UP, GPIO_AF7_USART2 ); in UartMcuInit()
/loramac-node-3.4.0/src/boards/
Duart-usb-board.h41 void UartUsbInit( Uart_t *obj, UartId_t uartId, PinNames tx, PinNames rx );
Duart-board.h41 void UartMcuInit( Uart_t *obj, UartId_t uartId, PinNames tx, PinNames rx );
/loramac-node-3.4.0/src/boards/SKiM980A/
Duart-board.c41 void UartMcuInit( Uart_t *obj, UartId_t uartId, PinNames tx, PinNames rx ) in UartMcuInit() argument
58 GpioInit( &obj->Rx, rx, PIN_ALTERNATE_FCT, PIN_PUSH_PULL, PIN_PULL_UP, GPIO_AF7_USART1 ); in UartMcuInit()
/loramac-node-3.4.0/src/boards/NucleoL073/
Duart-board.c41 void UartMcuInit( Uart_t *obj, UartId_t uartId, PinNames tx, PinNames rx ) in UartMcuInit() argument
58 GpioInit( &obj->Rx, rx, PIN_ALTERNATE_FCT, PIN_PUSH_PULL, PIN_PULL_UP, GPIO_AF4_USART2 ); in UartMcuInit()
/loramac-node-3.4.0/src/boards/SKiM880B/
Duart-board.c41 void UartMcuInit( Uart_t *obj, UartId_t uartId, PinNames tx, PinNames rx ) in UartMcuInit() argument
58 GpioInit( &obj->Rx, rx, PIN_ALTERNATE_FCT, PIN_PUSH_PULL, PIN_PULL_UP, GPIO_AF7_USART1 ); in UartMcuInit()
/loramac-node-3.4.0/src/boards/SKiM881AXL/
Duart-board.c41 void UartMcuInit( Uart_t *obj, UartId_t uartId, PinNames tx, PinNames rx ) in UartMcuInit() argument
58 GpioInit( &obj->Rx, rx, PIN_ALTERNATE_FCT, PIN_PUSH_PULL, PIN_PULL_UP, GPIO_AF4_USART1 ); in UartMcuInit()
/loramac-node-3.4.0/src/boards/NucleoL476/
Duart-board.c41 void UartMcuInit( Uart_t *obj, UartId_t uartId, PinNames tx, PinNames rx ) in UartMcuInit() argument
58 GpioInit( &obj->Rx, rx, PIN_ALTERNATE_FCT, PIN_PUSH_PULL, PIN_PULL_UP, GPIO_AF7_USART2 ); in UartMcuInit()
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/
Duart-board.c41 void UartMcuInit( Uart_t *obj, UartId_t uartId, PinNames tx, PinNames rx ) in UartMcuInit() argument
58 GpioInit( &obj->Rx, rx, PIN_ALTERNATE_FCT, PIN_PUSH_PULL, PIN_PULL_UP, GPIO_AF4_USART2 ); in UartMcuInit()
/loramac-node-3.4.0/src/boards/NucleoL152/
Duart-board.c41 void UartMcuInit( Uart_t *obj, UartId_t uartId, PinNames tx, PinNames rx ) in UartMcuInit() argument
58 GpioInit( &obj->Rx, rx, PIN_ALTERNATE_FCT, PIN_PUSH_PULL, PIN_PULL_UP, GPIO_AF7_USART2 ); in UartMcuInit()
/loramac-node-3.4.0/src/
DCMakeLists.txt41 set(APPLICATION_LIST LoRaMac ping-pong rx-sensi tx-cw )
214 elseif(APPLICATION STREQUAL rx-sensi)
216 add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/apps/rx-sensi)
/loramac-node-3.4.0/
DREADME.md39 * **rx-sensi**: Example application useful to measure the radio sensitivity level using an RF gener…
217 // LoRaMac (Default), ping-pong, rx-sensi, tx-cw.
233 // rx-sensi applications. You can choose between:
318 // LoRaMac (Default), ping-pong, rx-sensi, tx-cw.
334 // rx-sensi applications. You can choose between:
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/arm-gcc/
Dstm32l073xx_flash.ld4 FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 192K
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/arm-gcc/
Dstm32l081xx_flash.ld4 FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 192K
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/arm-gcc/
Dstm32l072xx_flash.ld4 FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 192K
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/arm-gcc/
Dstm32l476rgtx_flash.ld4 FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 1024K
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/arm-gcc/
Dstm32l152xe_flash.ld4 FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 512K
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/arm-gcc/
Dstm32l151xba_flash.ld4 FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 128K
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/arm-gcc/
Dstm32l151xba_flash.ld4 FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 128K

12