Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/NAMote72/
Dgps-board.c51 static Gpio_t GpsPowerEn; variable
94 GpioInit( &GpsPowerEn, GPS_POWER_ON, PIN_OUTPUT, PIN_PUSH_PULL, PIN_NO_PULL, 1 ); in GpsMcuInit()
109 GpioWrite( &GpsPowerEn, 0 ); // power up the GPS in GpsMcuStart()
113 GpioWrite( &GpsPowerEn, 1 ); // power up the GPS in GpsMcuStart()
121 GpioWrite( &GpsPowerEn, 1 ); // power down the GPS in GpsMcuStop()
125 GpioWrite( &GpsPowerEn, 0 ); // power down the GPS in GpsMcuStop()