Embedded Wireless Framework
Data Structures | Macros | Typedefs | Functions | Variables
ewf_adapter_mxchip_emw3080b.h File Reference

The Embedded Wireless Framework MX-CHIP EMW3080B adapter driver. More...

#include "ewf_adapter.h"
#include "ewf_allocator.h"
#include "ewf_interface.h"
#include "ewf_adapter_mxchip_common.h"

Go to the source code of this file.

Data Structures

struct  _ewf_adapter_mxchip_emw3080b
 The MX-CHIP 8266 adapter driver data structure. More...
 

Macros

#define EWF_ADAPTER_MXCHIP_EMW3080B_TLS_BASIC_ENABLED   (0)
 
#define EWF_ADAPTER_MXCHIP_EMW3080B_MQTT_BASIC_ENABLED   (0)
 
#define EWF_ADAPTER_MXCHIP_EMW3080B_TCP_ENABLED   (1)
 
#define EWF_ADAPTER_MXCHIP_EMW3080B_UDP_ENABLED   (1)
 
#define ewf_adapter_mxchip_emw3080b_info   ewf_adapter_mxchip_common_info
 
#define ewf_adapter_mxchip_emw3080b_get_ipv4_address   ewf_adapter_mxchip_common_get_ipv4_address
 
#define ewf_adapter_mxchip_emw3080b_get_ipv4_netmask   ewf_adapter_mxchip_common_get_ipv4_netmask
 
#define ewf_adapter_mxchip_emw3080b_get_ipv4_gateway   ewf_adapter_mxchip_common_get_ipv4_gateway
 
#define ewf_adapter_mxchip_emw3080b_get_ipv4_dns   ewf_adapter_mxchip_common_get_ipv4_dns
 
#define ewf_adapter_mxchip_emw3080b_wifi_station_connect   ewf_adapter_mxchip_common_wifi_station_connect
 
#define ewf_adapter_mxchip_emw3080b_wifi_station_disconnect   ewf_adapter_mxchip_common_wifi_station_disconnect
 
#define ewf_adapter_mxchip_emw3080b_internet_start   ewf_adapter_mxchip_common_internet_start
 
#define ewf_adapter_mxchip_emw3080b_internet_stop   ewf_adapter_mxchip_common_internet_stop
 
#define ewf_adapter_mxchip_emw3080b_internet_urc_callback   ewf_adapter_mxchip_common_internet_urc_callback
 
#define ewf_adapter_mxchip_emw3080b_tcp_open   ewf_adapter_mxchip_common_tcp_open
 
#define ewf_adapter_mxchip_emw3080b_tcp_close   ewf_adapter_mxchip_common_tcp_close
 
#define ewf_adapter_mxchip_emw3080b_tcp_control   ewf_adapter_mxchip_common_tcp_control
 
#define ewf_adapter_mxchip_emw3080b_tcp_set_tls_configuration   ewf_adapter_mxchip_common_tcp_set_tls_configuration
 
#define ewf_adapter_mxchip_emw3080b_tcp_bind   ewf_adapter_mxchip_common_tcp_bind
 
#define ewf_adapter_mxchip_emw3080b_tcp_listen   ewf_adapter_mxchip_common_tcp_listen
 
#define ewf_adapter_mxchip_emw3080b_tcp_accept   ewf_adapter_mxchip_common_tcp_accept
 
#define ewf_adapter_mxchip_emw3080b_tcp_connect   ewf_adapter_mxchip_common_tcp_connect
 
#define ewf_adapter_mxchip_emw3080b_tcp_shutdown   ewf_adapter_mxchip_common_tcp_shutdown
 
#define ewf_adapter_mxchip_emw3080b_tcp_send   ewf_adapter_mxchip_common_tcp_send
 
#define ewf_adapter_mxchip_emw3080b_tcp_receive   ewf_adapter_mxchip_common_tcp_receive
 
#define ewf_adapter_mxchip_emw3080b_udp_open   ewf_adapter_mxchip_common_udp_open
 
#define ewf_adapter_mxchip_emw3080b_udp_close   ewf_adapter_mxchip_common_udp_close
 
#define ewf_adapter_mxchip_emw3080b_udp_control   ewf_adapter_mxchip_common_udp_control
 
#define ewf_adapter_mxchip_emw3080b_udp_set_dtls_configuration   ewf_adapter_mxchip_common_udp_set_dtls_configuration
 
#define ewf_adapter_mxchip_emw3080b_udp_bind   ewf_adapter_mxchip_common_udp_bind
 
#define ewf_adapter_mxchip_emw3080b_udp_send_to   ewf_adapter_mxchip_common_udp_send_to
 
#define ewf_adapter_mxchip_emw3080b_udp_receive_from   ewf_adapter_mxchip_common_udp_receive_from
 
#define EWF_ADAPTER_MXCHIP_EMW3080B_INITIALIZE_HEADER(adapter_ptr)
 
#define EWF_ADAPTER_MXCHIP_EMW3080B_INITIALIZE_TCP_API(adapter_ptr)
 
#define EWF_ADAPTER_MXCHIP_EMW3080B_INITIALIZE_UDP_API(adapter_ptr)
 
#define EWF_ADAPTER_MXCHIP_EMW3080B_INITIALIZE_TLS_BASIC_API(adapter_ptr)
 
#define EWF_ADAPTER_MXCHIP_EMW3080B_INITIALIZE_MQTT_BASIC_API(adapter_ptr)
 
#define EWF_ADAPTER_MXCHIP_EMW3080B_STATIC_DECLARE(adapter_ptr, adapter_name_symb, message_allocator_ptr_param, data_allocator_ptr_param, interface_ptr_param)
 Declare a MX-CHIP 8266 adapter. More...
 

Typedefs

typedef struct _ewf_adapter_mxchip_emw3080b ewf_adapter_mxchip_emw3080b
 The MX-CHIP 8266 adapter driver data structure.
 

Functions

ewf_result ewf_adapter_mxchip_emw3080b_start (ewf_adapter *adapter_ptr)
 
ewf_result ewf_adapter_mxchip_emw3080b_stop (ewf_adapter *adapter_ptr)
 
ewf_result ewf_adapter_mxchip_emw3080b_urc_callback (ewf_interface *interface_ptr, uint8_t *buffer_ptr, uint32_t buffer_length)
 

Variables

ewf_adapter_api_control ewf_adapter_mxchip_emw3080b_api_control
 

Detailed Description

The Embedded Wireless Framework MX-CHIP EMW3080B adapter driver.

Version
Preview