UHD  003.004.003-0-unknown
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Types | Public Member Functions | Public Attributes
uhd::spi_config_t Struct Reference

#include <serial.hpp>

List of all members.

Public Types

enum  edge_t { EDGE_RISE = 'r', EDGE_FALL = 'f' }

Public Member Functions

 spi_config_t (edge_t edge=EDGE_RISE)

Public Attributes

edge_t mosi_edge
 on what edge is the mosi data valid?
edge_t miso_edge
 on what edge is the miso data valid?

Detailed Description

The SPI configuration struct: Used to configure a SPI transaction interface.


Member Enumeration Documentation

The edge type specifies when data is valid relative to the edge of the serial clock.

Enumerator:
EDGE_RISE 
EDGE_FALL 

Constructor & Destructor Documentation

Create a new spi config.

Parameters:
edgethe default edge for mosi and miso

Member Data Documentation

on what edge is the miso data valid?

on what edge is the mosi data valid?


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines