lteiot11 2.1.0.0
|
This file contains API for LTE IoT 11 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 | lteiot11_t |
LTE IoT 11 Click context object. More... | |
struct | lteiot11_cfg_t |
LTE IoT 11 Click configuration object. More... | |
Enumerations | |
enum | lteiot11_return_value_t { LTEIOT11_OK = 0 , LTEIOT11_ERROR = -1 , LTEIOT11_ERROR_TIMEOUT = -2 , LTEIOT11_ERROR_CMD = -3 , LTEIOT11_ERROR_UNKNOWN = -4 } |
LTE IoT 11 Click return value data. More... | |
Functions | |
void | lteiot11_cfg_setup (lteiot11_cfg_t *cfg) |
LTE IoT 11 configuration object setup function. | |
err_t | lteiot11_init (lteiot11_t *ctx, lteiot11_cfg_t *cfg) |
LTE IoT 11 initialization function. | |
err_t | lteiot11_generic_write (lteiot11_t *ctx, uint8_t *data_in, uint16_t len) |
LTE IoT 11 data writing function. | |
err_t | lteiot11_generic_read (lteiot11_t *ctx, uint8_t *data_out, uint16_t len) |
LTE IoT 11 data reading function. | |
void | lteiot11_set_on_pin (lteiot11_t *ctx, uint8_t state) |
LTE IoT 11 set on pin function. | |
void | lteiot11_set_rts_pin (lteiot11_t *ctx, uint8_t state) |
LTE IoT 11 set rts pin function. | |
void | lteiot11_set_cs_pin (lteiot11_t *ctx, uint8_t state) |
LTE IoT 11 set cs pin function. | |
uint8_t | lteiot11_get_smi_pin (lteiot11_t *ctx) |
LTE IoT 11 get smi pin function. | |
uint8_t | lteiot11_get_cts_pin (lteiot11_t *ctx) |
LTE IoT 11 get cts pin function. | |
void | lteiot11_send_cmd (lteiot11_t *ctx, uint8_t *cmd) |
Send command function. | |
void | lteiot11_send_cmd_with_par (lteiot11_t *ctx, uint8_t *at_cmd_buf, uint8_t *param_buf) |
Send command function with parameter. | |
void | lteiot11_send_cmd_check (lteiot11_t *ctx, uint8_t *at_cmd_buf) |
Check the sent command. | |
void | lteiot11_send_cmd_par_check (lteiot11_t *ctx, uint8_t *at_cmd_buf) |
Check the command parameters. | |
void | lteiot11_set_sim_apn (lteiot11_t *ctx, uint8_t *sim_apn) |
Set sim card APN. | |
void | lteiot11_send_sms_text (lteiot11_t *ctx, uint8_t *phone_number, uint8_t *sms_text) |
LTE IoT 11 send SMS in text mode. | |
err_t | lteiot11_send_sms_pdu (lteiot11_t *ctx, uint8_t *service_center_number, uint8_t *phone_number, uint8_t *sms_text) |
LTE IoT 11 send SMS in PDU mode. | |
err_t | lteiot11_parse_gga (uint8_t *rsp_buf, uint8_t gga_element, uint8_t *element_data) |
LTE IoT 11 parse GGA function. | |
This file contains API for LTE IoT 11 Click Driver.