Modification of Mbed-dev library for LQFP48 package microcontrollers: STM32F103C8 (STM32F103C8T6) and STM32F103CB (STM32F103CBT6) (Bluepill boards, Maple mini etc. )

Fork of mbed-STM32F103C8_org by Nothing Special

Embed: (wiki syntax)

« Back to documentation index

Transaction< Class > Class Template Reference

Transaction< Class > Class Template Reference
[Platform]

Transaction class defines a transaction. More...

#include <Transaction.h>

Public Member Functions

Class * get_object ()
 Get object's instance for the transaction.
transaction_tget_transaction ()
 Get the transaction.

Detailed Description

template<typename Class>
class mbed::Transaction< Class >

Transaction class defines a transaction.

Synchronization level: Not protected

Definition at line 43 of file Transaction.h.