/loramac-node-3.4.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.4.0/src/boards/SAMR34/ |
D | uart-board.c | 34 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/ |
D | settings.json | 26 // 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/ |
D | hpl_spi_dma.h | 78 _spi_dma_cb_t rx; member
|
D | hpl_spi_async.h | 102 _spi_async_dev_cb_xfer_t rx; member
|
/loramac-node-3.4.0/src/boards/NAMote72/ |
D | uart-board.c | 47 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/ |
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.4.0/src/boards/SKiM980A/ |
D | uart-board.c | 41 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/ |
D | uart-board.c | 41 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/ |
D | uart-board.c | 41 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/ |
D | uart-board.c | 41 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/ |
D | uart-board.c | 41 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/ |
D | uart-board.c | 41 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/ |
D | uart-board.c | 41 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/ |
D | CMakeLists.txt | 41 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/ |
D | README.md | 39 * **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/ |
D | stm32l073xx_flash.ld | 4 FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 192K
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/arm-gcc/ |
D | stm32l081xx_flash.ld | 4 FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 192K
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/arm-gcc/ |
D | stm32l072xx_flash.ld | 4 FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 192K
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/arm-gcc/ |
D | stm32l476rgtx_flash.ld | 4 FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 1024K
|
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/arm-gcc/ |
D | stm32l152xe_flash.ld | 4 FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 512K
|
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/arm-gcc/ |
D | stm32l151xba_flash.ld | 4 FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 128K
|
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/arm-gcc/ |
D | stm32l151xba_flash.ld | 4 FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 128K
|