mbed-drivers
Public Attributes | List of all members
mbed::TwoWayTransaction< Callback > Struct Template Reference

#include <Transaction.h>

Public Attributes

Buffer tx_buffer
 
Buffer rx_buffer
 
uint32_t event
 
Callback callback
 

Detailed Description

template<typename Callback>
struct mbed::TwoWayTransaction< Callback >

Transactions in two directions (RX and TX)

Member Data Documentation

template<typename Callback>
Callback mbed::TwoWayTransaction< Callback >::callback

User's callback

template<typename Callback>
uint32_t mbed::TwoWayTransaction< Callback >::event

Event for a transaction

template<typename Callback>
Buffer mbed::TwoWayTransaction< Callback >::rx_buffer

Receive buffer

template<typename Callback>
Buffer mbed::TwoWayTransaction< Callback >::tx_buffer

Transmit buffer


The documentation for this struct was generated from the following file: