Home
last modified time | relevance | path

Searched refs:LedUsr (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/NAMote72/
Dboard.c57 Gpio_t LedUsr; // Active High variable
130 GpioInit( &LedUsr, LED_USR, PIN_OUTPUT, PIN_PUSH_PULL, PIN_NO_PULL, 1 ); in BoardInitPeriph()
154 GpioWrite( &LedUsr, 0 ); in BoardInitPeriph()
Dboard-config.h131 #define Led3 LedUsr