CLEON
Version 1
Cloud-Offloaded GPS Receiver
|
Go to the source code of this file.
Macros | |
#define | BOOST_SHDN_N_HIGH() BOOST_SHDN_N_PORT(OUT) |= BV(BOOST_SHDN_N_PIN); |
#define | BOOST_SHDN_N_LOW() BOOST_SHDN_N_PORT(OUT) &= ~BV(BOOST_SHDN_N_PIN); |
#define | GPS_PWR_SHDN_N_HIGH() GPS_PWR_SHDN_N_PORT(OUT) |= BV(GPS_PWR_SHDN_N_PIN); |
#define | GPS_PWR_SHDN_N_LOW() GPS_PWR_SHDN_N_PORT(OUT) &= ~BV(GPS_PWR_SHDN_N_PIN); |
Functions | |
void | SYS_PWR_Init (void) |
Initializing power. | |
#define BOOST_SHDN_N_HIGH | ( | ) | BOOST_SHDN_N_PORT(OUT) |= BV(BOOST_SHDN_N_PIN); |
Definition at line 10 of file sys_power.h.
#define BOOST_SHDN_N_LOW | ( | ) | BOOST_SHDN_N_PORT(OUT) &= ~BV(BOOST_SHDN_N_PIN); |
Definition at line 11 of file sys_power.h.
#define GPS_PWR_SHDN_N_HIGH | ( | ) | GPS_PWR_SHDN_N_PORT(OUT) |= BV(GPS_PWR_SHDN_N_PIN); |
Definition at line 13 of file sys_power.h.
#define GPS_PWR_SHDN_N_LOW | ( | ) | GPS_PWR_SHDN_N_PORT(OUT) &= ~BV(GPS_PWR_SHDN_N_PIN); |
Definition at line 14 of file sys_power.h.
void SYS_PWR_Init | ( | void | ) |
Initializing power.
void |
Definition at line 21 of file sys_power.c.