The GPS_PARAMS structure contains the required hardware information to manage the GPS driver. Usually its values are pre-configured in a file inside the boards directory.
More...
#include <plat_gps.h>
Data Fields | |
| u8 | power_present |
| The device has a power pin. | |
| u32 | power_pin |
| Power pin bit. | |
| GPIO_TypeDef * | power_port |
| Power pin port. | |
| u8 | power_bus_num |
| Power pin port bus number. | |
| u32 | power_bus_addr |
| Power pin port bus address. | |
| u8 | fix_present |
| The device has a pin for FIX indication. | |
| u32 | fix_pin |
| FIX pin bit. | |
| GPIO_TypeDef * | fix_port |
| FIX pin port. | |
| u8 | fix_bus_num |
| FIX pin bus number. | |
| u32 | fix_bus_addr |
| FIX pin bus address. | |
The GPS_PARAMS structure contains the required hardware information to manage the GPS driver. Usually its values are pre-configured in a file inside the boards directory.
Definition at line 84 of file plat_gps.h.
The device has a power pin.
Definition at line 85 of file plat_gps.h.
Power pin bit.
Definition at line 86 of file plat_gps.h.
| GPIO_TypeDef* GPS_PARAMS::power_port |
Power pin port.
Definition at line 87 of file plat_gps.h.
Power pin port bus number.
Definition at line 88 of file plat_gps.h.
Power pin port bus address.
Definition at line 89 of file plat_gps.h.
The device has a pin for FIX indication.
Definition at line 90 of file plat_gps.h.
FIX pin bit.
Definition at line 91 of file plat_gps.h.
| GPIO_TypeDef* GPS_PARAMS::fix_port |
FIX pin port.
Definition at line 92 of file plat_gps.h.
FIX pin bus number.
Definition at line 93 of file plat_gps.h.
FIX pin bus address.
Definition at line 94 of file plat_gps.h.