HAL + 0/3 examples
CodeScope will show references to FMPI2C_ADDRESSINGMODE_7BIT from the following samples and libraries:
Drivers
Boards
Examples
STM32446E_EVAL
Examples
I2C
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALFMPI2C_ADDRESSINGMODE_7BIT

FMPI2C_ADDRESSINGMODE_7BIT macro

Syntax

#define FMPI2C_ADDRESSINGMODE_7BIT (0x00000001U)

Examples

FMPI2C_ADDRESSINGMODE_7BIT is referenced by 3 libraries and example projects.

References

LocationText
stm32f4xx_hal_fmpi2c.h:321
#define FMPI2C_ADDRESSINGMODE_7BIT (0x00000001U)
stm32f4xx_hal_fmpi2c.c:599
if (hfmpi2c->Init.AddressingMode == FMPI2C_ADDRESSINGMODE_7BIT)
stm32f4xx_hal_fmpi2c.h:802
#define FMPI2C_GENERATE_START(__ADDMODE__,__ADDRESS__) (((__ADDMODE__) == FMPI2C_ADDRESSINGMODE_7BIT) ? \