STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
I2C Private Constants
Collaboration diagram for I2C Private Constants:

Macros

#define I2C_FLAG_MASK   0x0000FFFFU
#define I2C_MIN_PCLK_FREQ_STANDARD   2000000U
#define I2C_MIN_PCLK_FREQ_FAST   4000000U

Detailed Description

Macro Definition Documentation

◆ I2C_FLAG_MASK

#define I2C_FLAG_MASK   0x0000FFFFU

Definition at line 647 of file stm32f4xx_hal_i2c.h.

◆ I2C_MIN_PCLK_FREQ_FAST

#define I2C_MIN_PCLK_FREQ_FAST   4000000U

4 MHz

Definition at line 649 of file stm32f4xx_hal_i2c.h.

◆ I2C_MIN_PCLK_FREQ_STANDARD

#define I2C_MIN_PCLK_FREQ_STANDARD   2000000U

2 MHz

Definition at line 648 of file stm32f4xx_hal_i2c.h.