iotexpresslink3 2.1.0.0
|
This file contains API for IoT ExpressLink 3 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 | iotexpresslink3_t |
IoT ExpressLink 3 Click context object. More... | |
struct | iotexpresslink3_cfg_t |
IoT ExpressLink 3 Click configuration object. More... | |
Enumerations | |
enum | iotexpresslink3_return_value_t { IOTEXPRESSLINK3_OK = 0 , IOTEXPRESSLINK3_ERROR = -1 , IOTEXPRESSLINK3_ERROR_TIMEOUT = -2 , IOTEXPRESSLINK3_ERROR_CMD = -3 , IOTEXPRESSLINK3_ERROR_UNKNOWN = -4 } |
IoT ExpressLink 3 Click return value data. More... | |
Functions | |
void | iotexpresslink3_cfg_setup (iotexpresslink3_cfg_t *cfg) |
IoT ExpressLink 3 configuration object setup function. | |
err_t | iotexpresslink3_init (iotexpresslink3_t *ctx, iotexpresslink3_cfg_t *cfg) |
IoT ExpressLink 3 initialization function. | |
err_t | iotexpresslink3_generic_write (iotexpresslink3_t *ctx, uint8_t *data_in, uint16_t len) |
IoT ExpressLink 3 data writing function. | |
err_t | iotexpresslink3_generic_read (iotexpresslink3_t *ctx, uint8_t *data_out, uint16_t len) |
IoT ExpressLink 3 data reading function. | |
void | iotexpresslink3_send_cmd (iotexpresslink3_t *ctx, uint8_t *cmd) |
IoT ExpressLink 3 send cmd function. | |
void | iotexpresslink3_enable_device (iotexpresslink3_t *ctx) |
IoT ExpressLink 3 enable device function. | |
void | iotexpresslink3_disable_device (iotexpresslink3_t *ctx) |
IoT ExpressLink 3 disable device function. | |
void | iotexpresslink3_reset_device (iotexpresslink3_t *ctx) |
IoT ExpressLink 3 reset device function. | |
uint8_t | iotexpresslink3_get_rsn_pin (iotexpresslink3_t *ctx) |
IoT ExpressLink 3 get rsn pin function. | |
uint8_t | iotexpresslink3_get_event_pin (iotexpresslink3_t *ctx) |
IoT ExpressLink 3 get event pin function. | |
uint8_t | iotexpresslink3_get_wake_pin (iotexpresslink3_t *ctx) |
IoT ExpressLink 3 get wake pin function. | |
This file contains API for IoT ExpressLink 3 Click Driver.