neomesh2 2.1.0.0
|
This file contains API for NeoMesh 2 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 | neomesh2_t |
NeoMesh 2 Click context object. More... | |
struct | neomesh2_cfg_t |
NeoMesh 2 Click configuration object. More... | |
struct | neomesh2_aapi_frame_t |
NeoMesh 2 Click data frame object. More... | |
struct | neomesh2_sapi_frame_t |
NeoMesh 2 Click data frame object. More... | |
Enumerations | |
enum | neomesh2_return_value_t { NEOMESH2_OK = 0 , NEOMESH2_ERROR = -1 , NEOMESH2_TIMEOUT = -2 } |
NeoMesh 2 Click return value data. More... | |
Functions | |
void | neomesh2_cfg_setup (neomesh2_cfg_t *cfg) |
NeoMesh 2 configuration object setup function. | |
err_t | neomesh2_init (neomesh2_t *ctx, neomesh2_cfg_t *cfg) |
NeoMesh 2 initialization function. | |
err_t | neomesh2_send_aapi_frame (neomesh2_t *ctx, neomesh2_aapi_frame_t *frame) |
NeoMesh 2 send aapi frame function. | |
err_t | neomesh2_read_aapi_frame (neomesh2_t *ctx, neomesh2_aapi_frame_t *frame) |
NeoMesh 2 read aapi frame function. | |
err_t | neomesh2_send_sapi_frame (neomesh2_t *ctx, neomesh2_sapi_frame_t *frame) |
NeoMesh 2 send sapi frame function. | |
err_t | neomesh2_read_sapi_frame (neomesh2_t *ctx, neomesh2_sapi_frame_t *frame) |
NeoMesh 2 read sapi frame function. | |
void | neomesh2_set_rst_pin (neomesh2_t *ctx, uint8_t state) |
NeoMesh 2 set rst pin function. | |
void | neomesh2_set_wes_pin (neomesh2_t *ctx, uint8_t state) |
NeoMesh 2 set wes pin function. | |
uint8_t | neomesh2_get_app_pin (neomesh2_t *ctx) |
NeoMesh 2 get app pin function. | |
uint8_t | neomesh2_get_cts_pin (neomesh2_t *ctx) |
NeoMesh 2 get cts pin function. | |
uint8_t | neomesh2_get_wup_pin (neomesh2_t *ctx) |
NeoMesh 2 get wup pin function. | |
This file contains API for NeoMesh 2 Click Driver.