|
I2C_Drivers (ARM) 1.1
SMFSW collection of HAL I2C Drivers for ARM
|
DS-GPM.S Driver procedures. More...


Data Structures | |
| struct | GPMS_date |
| DS-GPM.S Date struct. More... | |
| struct | GPMS_hour |
| DS-GPM.S Time of day struct. More... | |
| struct | GPMS_coord |
| DS-GPM.S coordinate struct. More... | |
| struct | GPMS_t |
| GPMS user interface struct. More... | |
Functions | |
| FctERR | GPMS_Init_Sequence (void) |
| Initialization Sequence for GPMS peripheral. | |
| FctERR | GPMS_Get_Date (GPMS_date *const date) |
| FctERR | GPMS_Get_Hour (GPMS_hour *const hour) |
| FctERR | GPMS_Get_Latitude (GPMS_coord *const lat) |
| FctERR | GPMS_Get_Longitude (GPMS_coord *const lon) |
| FctERR | GPMS_Get_Heading (float *const heading, const GPMS_north type) |
| FctERR | GPMS_Get_Speed (float *const speed) |
| FctERR | GPMS_Get_Altitude (uint16_t *const altitude) |
| FctERR | GPMS_handler (void) |
| Handler for GPMS peripheral. | |
Variables | |
| GPMS_t | GPMS |
| GPMS User structure. | |
DS-GPM.S Driver procedures.
DS-GPM.S: 99 Channel Positioning System (GPS + GLONASS) Shield
| FctERR GPMS_Get_Altitude | ( | uint16_t *const | altitude | ) |


| FctERR GPMS_Get_Date | ( | GPMS_date *const | date | ) |


| FctERR GPMS_Get_Heading | ( | float *const | heading, |
| const GPMS_north | type ) |


| FctERR GPMS_Get_Hour | ( | GPMS_hour *const | hour | ) |


| FctERR GPMS_Get_Latitude | ( | GPMS_coord *const | lat | ) |


| FctERR GPMS_Get_Longitude | ( | GPMS_coord *const | lon | ) |


| FctERR GPMS_Get_Speed | ( | float *const | speed | ) |


| FctERR GPMS_handler | ( | void | ) |
Handler for GPMS peripheral.

| FctERR GPMS_Init_Sequence | ( | void | ) |
Initialization Sequence for GPMS peripheral.

|
extern |
GPMS User structure.