Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/SAMR34/
Drtc-board.c74 Gpio_t DbgRtcPin0; variable
101 GpioInit( &DbgRtcPin0, RTC_DBG_PIN_0, PIN_OUTPUT, PIN_PUSH_PULL, PIN_NO_PULL, 0 ); in RtcInit()
180 GpioWrite( &DbgRtcPin0, 0 ); in RtcStartAlarm()
197 GpioWrite( &DbgRtcPin0, 1 ); in RtcStartAlarm()
258 GpioWrite( &DbgRtcPin0, 0 ); in RtcProcess()