ltecat4
2.1.0.0
|
This file contains API for LTE Cat.4 Click Driver. More...
#include "drv_digital_out.h"
#include "drv_digital_in.h"
#include "drv_i2c_master.h"
#include "drv_uart.h"
Go to the source code of this file.
Data Structures | |
struct | ltecat4_t |
LTE Cat.4 Click context object. More... | |
struct | ltecat4_cfg_t |
LTE Cat.4 Click configuration object. More... | |
Enumerations | |
enum | ltecat4_return_value_t { LTECAT4_OK = 0, LTECAT4_ERROR = -1, LTECAT4_ERROR_TIMEOUT = -2, LTECAT4_ERROR_CMD = -3, LTECAT4_ERROR_UNKNOWN = -4 } |
LTE Cat.4 Click return value data. More... | |
Functions | |
void | ltecat4_cfg_setup (ltecat4_cfg_t *cfg) |
LTE Cat.4 configuration object setup function. More... | |
err_t | ltecat4_init (ltecat4_t *ctx, ltecat4_cfg_t *cfg) |
LTE Cat.4 initialization function. More... | |
err_t | ltecat4_write_register (ltecat4_t *ctx, uint8_t reg, uint8_t data_in) |
LTE Cat.4 MAX9860 writing function. More... | |
err_t | ltecat4_read_register (ltecat4_t *ctx, uint8_t reg, uint8_t *data_out) |
LTE Cat.4 MAX9860 reading function. More... | |
err_t | ltecat4_config_codec (ltecat4_t *ctx) |
LTE Cat.4 config codec function. More... | |
err_t | ltecat4_generic_write (ltecat4_t *ctx, uint8_t *data_in, uint16_t len) |
LTE Cat.4 data writing function. More... | |
err_t | ltecat4_generic_read (ltecat4_t *ctx, uint8_t *data_out, uint16_t len) |
LTE Cat.4 data reading function. More... | |
void | ltecat4_set_pwr_pin (ltecat4_t *ctx, uint8_t state) |
LTE Cat.4 set PWR pin function. More... | |
void | ltecat4_set_rts_pin (ltecat4_t *ctx, uint8_t state) |
LTE Cat.4 set RTS pin function. More... | |
uint8_t | ltecat4_get_ring_pin (ltecat4_t *ctx) |
LTE Cat.4 get RING pin function. More... | |
uint8_t | ltecat4_get_cts_pin (ltecat4_t *ctx) |
LTE Cat.4 get CTS pin function. More... | |
void | ltecat4_set_power_state (ltecat4_t *ctx, uint8_t state) |
LTE Cat.4 set power state function. More... | |
void | ltecat4_send_cmd (ltecat4_t *ctx, uint8_t *cmd) |
Send command function. More... | |
void | ltecat4_send_cmd_par (ltecat4_t *ctx, uint8_t *at_cmd_buf, uint8_t *param_buf) |
Send command function with parameter. More... | |
void | ltecat4_send_cmd_check (ltecat4_t *ctx, uint8_t *at_cmd_buf) |
Check the sent command. More... | |
void | ltecat4_set_sim_apn (ltecat4_t *ctx, uint8_t *sim_apn) |
Set sim card APN. More... | |
void | ltecat4_send_sms_text (ltecat4_t *ctx, uint8_t *phone_number, uint8_t *sms_text) |
LTE Cat.4 send SMS in text mode. More... | |
err_t | ltecat4_send_sms_pdu (ltecat4_t *ctx, uint8_t *service_center_number, uint8_t *phone_number, uint8_t *sms_text) |
LTE Cat.4 send SMS in PDU mode. More... | |
void | ltecat4_dial_number (ltecat4_t *ctx, uint8_t *phone_number) |
LTE Cat.4 dial number. More... | |
err_t | ltecat4_parse_gga (uint8_t *rsp_buf, uint8_t gga_element, uint8_t *element_data) |
LTE Cat.4 parse GGA function. More... | |
This file contains API for LTE Cat.4 Click Driver.