Bumped Mbed FW version to 01.20.0080

Embed: (wiki syntax)

« Back to documentation index

ADMW_CONNECTION Struct Reference

ADMW_CONNECTION Struct Reference
[ADMW Host Library API]

#include <admw_api.h>

Data Fields

ADMW_CONNECTION_TYPE type
ADMW_PLATFORM_SPI_CONFIG spi
ADMW_PLATFORM_GPIO_CONFIG gpio
ADMW_PLATFORM_LOG_CONFIG log

Detailed Description

Connection details for communication with a ADMW device instance.

Definition at line 83 of file admw_api.h.


Field Documentation

ADMW_PLATFORM_GPIO_CONFIG gpio

GPIO connection parameters, for device reset and status I/O signals

Definition at line 90 of file admw_api.h.

ADMW_PLATFORM_LOG_CONFIG log

Log interface connection parameters, for display/routing of log messages

Definition at line 92 of file admw_api.h.

ADMW_PLATFORM_SPI_CONFIG spi

SPI connection parameters, required if SPI connection type is used

Definition at line 88 of file admw_api.h.

Connection type selection

Definition at line 86 of file admw_api.h.