Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
I2C_InitStruct Struct Reference

I2C Init structure definition. More...

#include <Imt.Base.HAL.STM32F103HD/SystemPeripherals_I2C.h>

Public Attributes

uint16_t OwnAddress1
 
bool Acknowledge_Enabled
 
uint32_t ClockSpeedHz
 
I2C_DutyCycle FastModeDutyCycle
 

Detailed Description

I2C Init structure definition.

Definition at line 100 of file SystemPeripherals_I2C.h.

Member Data Documentation

◆ Acknowledge_Enabled

bool I2C_InitStruct::Acknowledge_Enabled

Definition at line 104 of file SystemPeripherals_I2C.h.

◆ ClockSpeedHz

uint32_t I2C_InitStruct::ClockSpeedHz

Definition at line 106 of file SystemPeripherals_I2C.h.

◆ FastModeDutyCycle

I2C_DutyCycle I2C_InitStruct::FastModeDutyCycle

Definition at line 108 of file SystemPeripherals_I2C.h.

◆ OwnAddress1

uint16_t I2C_InitStruct::OwnAddress1

Definition at line 102 of file SystemPeripherals_I2C.h.


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