|
void | ltecat1us_cfg_setup (ltecat1us_cfg_t *cfg) |
| LTE Cat.1-US configuration object setup function.
|
|
err_t | ltecat1us_init (ltecat1us_t *ctx, ltecat1us_cfg_t *cfg) |
| LTE Cat.1-US initialization function.
|
|
void | ltecat1us_generic_write (ltecat1us_t *ctx, char *data_buf, uint16_t len) |
| LTE Cat.1-US data writing function.
|
|
err_t | ltecat1us_generic_read (ltecat1us_t *ctx, char *data_buf, uint16_t max_len) |
| LTE Cat.1-US data reading function.
|
|
void | ltecat1us_power_on (ltecat1us_t *ctx) |
| LTE Cat.1-US module power on.
|
|
void | ltecat1us_set_rst (ltecat1us_t *ctx, uint8_t state) |
| Sets state of the RST pin.
|
|
void | ltecat1us_set_rts (ltecat1us_t *ctx, uint8_t state) |
| Sets state of the RTS pin.
|
|
uint8_t | ltecat1us_get_cts (ltecat1us_t *ctx) |
| CTS Pin Get function.
|
|
void | ltecat1us_send_cmd (ltecat1us_t *ctx, char *cmd) |
| Send command function.
|
|
void | ltecat1us_send_cmd_with_parameter (ltecat1us_t *ctx, char *at_cmd_buf, char *param_buf) |
| Send command function with parameter.
|
|
void | ltecat1us_send_cmd_check (ltecat1us_t *ctx, char *at_cmd_buf) |
| Check the sent command.
|
|
void | ltecat1us_send_cmd_parameter_check (ltecat1us_t *ctx, char *at_cmd_buf) |
| Check the command parameters.
|
|
void | ltecat1us_set_sim_apn (ltecat1us_t *ctx, char *sim_apn) |
| Set sim card APN.
|
|
void | ltecat1us_send_text_message (ltecat1us_t *ctx, char *phone_number, char *message_context) |
| LTE Cat.1-US send text message.
|
|
This file contains API for LTE Cat.1-US Click Driver.