|
void | ltecat1eu_cfg_setup (ltecat1eu_cfg_t *cfg) |
| LTE Cat.1-EU configuration object setup function. More...
|
|
err_t | ltecat1eu_init (ltecat1eu_t *ctx, ltecat1eu_cfg_t *cfg) |
| LTE Cat.1-EU initialization function. More...
|
|
void | ltecat1eu_generic_write (ltecat1eu_t *ctx, char *data_buf, uint16_t len) |
| LTE Cat.1-EU data writing function. More...
|
|
err_t | ltecat1eu_generic_read (ltecat1eu_t *ctx, char *data_buf, uint16_t max_len) |
| LTE Cat.1-EU data reading function. More...
|
|
void | ltecat1eu_power_on (ltecat1eu_t *ctx) |
| LTE Cat.1-EU module power on. More...
|
|
void | ltecat1eu_set_rst (ltecat1eu_t *ctx, uint8_t state) |
| Sets state of the RST pin. More...
|
|
void | ltecat1eu_set_rts (ltecat1eu_t *ctx, uint8_t state) |
| Sets state of the RTS pin. More...
|
|
uint8_t | ltecat1eu_get_cts (ltecat1eu_t *ctx) |
| CTS Pin Get function. More...
|
|
void | ltecat1eu_send_cmd (ltecat1eu_t *ctx, char *cmd) |
| Send command function. More...
|
|
void | ltecat1eu_send_cmd_with_parameter (ltecat1eu_t *ctx, char *at_cmd_buf, char *param_buf) |
| Send command function with parameter. More...
|
|
void | ltecat1eu_send_cmd_check (ltecat1eu_t *ctx, char *at_cmd_buf) |
| Check the sent command. More...
|
|
void | ltecat1eu_send_cmd_parameter_check (ltecat1eu_t *ctx, char *at_cmd_buf) |
| Check the command parameters. More...
|
|
void | ltecat1eu_set_sim_apn (ltecat1eu_t *ctx, char *sim_apn) |
| Set sim card APN. More...
|
|
void | ltecat1eu_send_text_message (ltecat1eu_t *ctx, char *phone_number, char *message_context) |
| LTE Cat.1-EU send text message. More...
|
|
This file contains API for LTE Cat.1-EU Click Driver.