I2C_Drivers (ARM) 1.1
SMFSW collection of HAL I2C Drivers for ARM
Loading...
Searching...
No Matches
DS_GPMS.c File Reference

DS-GPM.S Driver. More...

#include "DS_GPMS.h"
Include dependency graph for DS_GPMS.c:

Functions

FctERR GPMS_Init (void)
 Initialization for GPMS peripheral.
 
FctERR GPMS_Write (const uint8_t *data, const uint16_t addr, const uint16_t nb)
 I2C Write function for GPMS.
 
FctERR GPMS_Read (uint8_t *data, const uint16_t addr, const uint16_t nb)
 I2C Read function for GPMS.
 

Detailed Description

DS-GPM.S Driver.

Author
SMFSW

DS-GPM.S: 99 Channel Positioning System (GPS + GLONASS) Shield

Function Documentation

◆ GPMS_Init()

FctERR GPMS_Init ( void )

Initialization for GPMS peripheral.

Weak Functions
GPMS Base address may be changed if user implemented
Returns
FctERR - error code
Here is the call graph for this function:

◆ GPMS_Read()

FctERR GPMS_Read ( uint8_t * data,
const uint16_t addr,
const uint16_t nb )

I2C Read function for GPMS.

Parameters
[in,out]data- pointer to read to
[in]addr- Address to read from
[in]nb- Number of bytes to read
Returns
FctERR - error code
Here is the call graph for this function:
Here is the caller graph for this function:

◆ GPMS_Write()

FctERR GPMS_Write ( const uint8_t * data,
const uint16_t addr,
const uint16_t nb )

I2C Write function for GPMS.

Parameters
[in]data- pointer to write from
[in]addr- Address to write to
[in]nb- Number of bytes to write
Returns
FctERR - error code
Here is the call graph for this function:
Here is the caller graph for this function: