Main Page | Data Structures | File List | Data Fields | Globals | Related Pages

Protocol Struct Reference

Structure which contains protocol types and list of associated transforms. More...

#include <transforms.h>


Data Fields

Protocolnext
 ptr to next protocol
uint8_t protocol
 protocol id
Transformtransforms
 transform types
uint8_t SPISize
 SPI size.
uint64_t SPI
 SPI value. If it is 32 bit, then & 0xFFFFFFFF.


Detailed Description

Structure which contains protocol types and list of associated transforms.


Field Documentation

struct Protocol* Protocol::next
 

ptr to next protocol

uint8_t Protocol::protocol
 

protocol id

uint64_t Protocol::SPI
 

SPI value. If it is 32 bit, then & 0xFFFFFFFF.

uint8_t Protocol::SPISize
 

SPI size.

struct Transform* Protocol::transforms
 

transform types


The documentation for this struct was generated from the following file:
Project hosted by: SourceForge.net Logo