Searched refs:GpsPowerEn (Results 1 – 1 of 1) sorted by relevance
51 static Gpio_t GpsPowerEn; variable94 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()