Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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.
Generated on Thu Jul 14 2022 10:53:50 by
