This is the final version of Mini Gateway for Automation and Security desgined for Renesas GR Peach Design Contest

Dependencies:   GR-PEACH_video GraphicsFramework HTTPServer R_BSP mbed-rpc mbed-rtos Socket lwip-eth lwip-sys lwip FATFileSystem

Fork of mbed-os-example-mbed5-blinky by mbed-os-examples

Embed: (wiki syntax)

« Back to documentation index

transaction_t Struct Reference

transaction_t Struct Reference
[Platform]

Transaction structure. More...

#include <Transaction.h>

Data Fields

void * tx_buffer
 Tx buffer.
size_t tx_length
 Length of Tx buffer.
void * rx_buffer
 Rx buffer.
size_t rx_length
 Length of Rx buffer.
uint32_t event
 Event for a transaction.
event_callback_t callback
 User's callback.
uint8_t width
 Buffer's word width (8, 16, 32, 64)

Detailed Description

Transaction structure.

Definition at line 28 of file Transaction.h.


Field Documentation

void* tx_buffer

Tx buffer.

Definition at line 29 of file Transaction.h.