Dataflow Runtime API  3.1.1.0
Public Types | Static Public Attributes | List of all members
imt::base::dff::activeparts::stm32f103hd::protocol::I2CEventIDEnum Struct Reference

Indicates the I2C event. More...

#include <Imt.Base.Dff.ActiveParts.STM32F103HD/Protocols/I2CEventIDEnum.h>

Public Types

enum  Id { NONE = FIRST , TRANSACTION_COMPLETED }
 I2C Events. More...
 

Static Public Attributes

static const uint32_t FIRST = 0U
 First I2C event. More...
 
static const uint32_t LAST = static_cast<uint32_t>(TRANSACTION_COMPLETED)
 Last I2C event. More...
 
static const uint32_t COUNT = LAST + 1U
 Number of I2C events. More...
 

Detailed Description

Indicates the I2C event.

Member Enumeration Documentation

◆ Id

I2C Events.

Enumerator
NONE 
TRANSACTION_COMPLETED 

Member Data Documentation

◆ COUNT

const uint32_t imt::base::dff::activeparts::stm32f103hd::protocol::I2CEventIDEnum::COUNT = LAST + 1U
static

Number of I2C events.

◆ FIRST

const uint32_t imt::base::dff::activeparts::stm32f103hd::protocol::I2CEventIDEnum::FIRST = 0U
static

First I2C event.

◆ LAST

const uint32_t imt::base::dff::activeparts::stm32f103hd::protocol::I2CEventIDEnum::LAST = static_cast<uint32_t>(TRANSACTION_COMPLETED)
static

Last I2C event.


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