STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches

#include <stm32f4xx_hal_i2c.h>

Public Attributes

uint32_t ClockSpeed
uint32_t DutyCycle
uint32_t OwnAddress1
uint32_t AddressingMode
uint32_t DualAddressMode
uint32_t OwnAddress2
uint32_t GeneralCallMode
uint32_t NoStretchMode

Detailed Description

Definition at line 47 of file stm32f4xx_hal_i2c.h.

Member Data Documentation

◆ AddressingMode

uint32_t I2C_InitTypeDef::AddressingMode

Specifies if 7-bit or 10-bit addressing mode is selected. This parameter can be a value of I2C addressing mode

Definition at line 58 of file stm32f4xx_hal_i2c.h.

◆ ClockSpeed

uint32_t I2C_InitTypeDef::ClockSpeed

Specifies the clock frequency. This parameter must be set to a value lower than 400kHz

Definition at line 49 of file stm32f4xx_hal_i2c.h.

◆ DualAddressMode

uint32_t I2C_InitTypeDef::DualAddressMode

Specifies if dual addressing mode is selected. This parameter can be a value of I2C dual addressing mode

Definition at line 61 of file stm32f4xx_hal_i2c.h.

◆ DutyCycle

uint32_t I2C_InitTypeDef::DutyCycle

Specifies the I2C fast mode duty cycle. This parameter can be a value of I2C duty cycle in fast mode

Definition at line 52 of file stm32f4xx_hal_i2c.h.

◆ GeneralCallMode

uint32_t I2C_InitTypeDef::GeneralCallMode

Specifies if general call mode is selected. This parameter can be a value of I2C general call addressing mode

Definition at line 67 of file stm32f4xx_hal_i2c.h.

◆ NoStretchMode

uint32_t I2C_InitTypeDef::NoStretchMode

Specifies if nostretch mode is selected. This parameter can be a value of I2C nostretch mode

Definition at line 70 of file stm32f4xx_hal_i2c.h.

◆ OwnAddress1

uint32_t I2C_InitTypeDef::OwnAddress1

Specifies the first device own address. This parameter can be a 7-bit or 10-bit address.

Definition at line 55 of file stm32f4xx_hal_i2c.h.

◆ OwnAddress2

uint32_t I2C_InitTypeDef::OwnAddress2

Specifies the second device own address if dual addressing mode is selected This parameter can be a 7-bit address.

Definition at line 64 of file stm32f4xx_hal_i2c.h.


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