Host API Example for the ADMW1001

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 87 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 93 of file admw_api.h.

ADMW_PLATFORM_LOG_CONFIG log

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

Definition at line 95 of file admw_api.h.

ADMW_PLATFORM_SPI_CONFIG spi

SPI connection parameters, required if SPI connection type is used

Definition at line 91 of file admw_api.h.

Connection type selection

Definition at line 89 of file admw_api.h.