gsm2
2.0.0.0
|
This file contains API for GSM 2 Click driver. More...
#include "drv_digital_out.h"
#include "drv_digital_in.h"
#include "drv_uart.h"
Go to the source code of this file.
Data Structures | |
struct | gsm2_t |
Click ctx object definition. More... | |
struct | gsm2_cfg_t |
Click configuration structure definition. More... | |
Typedefs | |
typedef uint8_t | gsm2_actuator_sw_t |
Error type. More... | |
typedef int16_t | gsm2_actuator_cnt_t |
typedef char | gsm2_actuator_str_t |
typedef uint8_t | gsm2_error_t |
Functions | |
void | gsm2_cfg_setup (gsm2_cfg_t *cfg) |
Config Object Initialization function. More... | |
GSM2_RETVAL | gsm2_init (gsm2_t *ctx, gsm2_cfg_t *cfg) |
Initialization function. More... | |
void | gsm2_module_power (gsm2_t *ctx) |
Enables or disables module power. More... | |
void | gsm2_reset (gsm2_t *ctx) |
Reset module. More... | |
void | gsm2_generic_write (gsm2_t *ctx, char *data_buf, uint16_t len) |
Generic write function. More... | |
int32_t | gsm2_generic_read (gsm2_t *ctx, char *data_buf, uint16_t max_len) |
Generic read function. More... | |
void | gsm2_send_command (gsm2_t *ctx, char *command) |
Command function. More... | |
This file contains API for GSM 2 Click driver.