lteiot5
2.1.0.0
|
This file contains API for LTE IoT 5 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 | lteiot5_t |
LTE IoT 5 Click context object. More... | |
struct | lteiot5_cfg_t |
LTE IoT 5 Click configuration object. More... | |
Enumerations | |
enum | lteiot5_return_value_t { LTEIOT5_OK = 0, LTEIOT5_ERROR = -1, LTEIOT5_ERROR_TIMEOUT = -2, LTEIOT5_ERROR_CMD = -3 } |
LTE IoT 5 Click return value data. More... | |
Functions | |
void | lteiot5_cfg_setup (lteiot5_cfg_t *cfg) |
LTE IoT 5 configuration object setup function. More... | |
err_t | lteiot5_init (lteiot5_t *ctx, lteiot5_cfg_t *cfg) |
LTE IoT 5 initialization function. More... | |
err_t | lteiot5_generic_write (lteiot5_t *ctx, uint8_t *data_in, uint16_t len) |
LTE IoT 5 data writing function. More... | |
err_t | lteiot5_generic_read (lteiot5_t *ctx, uint8_t *data_out, uint16_t len) |
LTE IoT 5 data reading function. More... | |
void | lteiot5_set_pwr_pin (lteiot5_t *ctx, uint8_t state) |
LTE IoT 5 set PWR pin function. More... | |
void | lteiot5_set_rst_pin (lteiot5_t *ctx, uint8_t state) |
LTE IoT 5 set RST pin function. More... | |
void | lteiot5_set_rts_pin (lteiot5_t *ctx, uint8_t state) |
LTE IoT 5 set RTS pin function. More... | |
uint8_t | lteiot5_get_ring_pin (lteiot5_t *ctx) |
LTE IoT 5 get RING pin function. More... | |
uint8_t | lteiot5_get_cts_pin (lteiot5_t *ctx) |
LTE IoT 5 get CTS pin function. More... | |
void | lteiot5_set_power_state (lteiot5_t *ctx, uint8_t state) |
LTE IoT 5 set power state function. More... | |
void | lteiot5_cmd_run (lteiot5_t *ctx, uint8_t *cmd) |
LTE IoT 5 cmd run function. More... | |
void | lteiot5_cmd_set (lteiot5_t *ctx, uint8_t *cmd, uint8_t *value) |
LTE IoT 5 cmd set function. More... | |
void | lteiot5_cmd_get (lteiot5_t *ctx, uint8_t *cmd) |
LTE IoT 5 cmd get function. More... | |
void | lteiot5_cmd_help (lteiot5_t *ctx, uint8_t *cmd) |
LTE IoT 5 cmd help function. More... | |
void | lteiot5_set_sim_apn (lteiot5_t *ctx, uint8_t *sim_apn) |
Set sim card APN. More... | |
void | lteiot5_send_sms_text (lteiot5_t *ctx, uint8_t *phone_number, uint8_t *sms_text) |
LTE IoT 5 send SMS in text mode. More... | |
err_t | lteiot5_send_sms_pdu (lteiot5_t *ctx, uint8_t *service_center_number, uint8_t *phone_number, uint8_t *sms_text) |
LTE IoT 5 send SMS in PDU mode. More... | |
err_t | lteiot5_parse_gga (uint8_t *rsp_buf, uint8_t gga_element, uint8_t *element_data) |
LTE IoT 5 parse GGA function. More... | |
This file contains API for LTE IoT 5 Click Driver.