HAL
TIMING_CLEAR_MASK is only used within HAL.
 
Symbols
loading...
Files
loading...

TIMING_CLEAR_MASK macro

FMPI2C TIMING clear register Mask

Syntax

#define TIMING_CLEAR_MASK (0xF0FFFFFFU)

References

LocationText
stm32f4xx_hal_fmpi2c.c:343
#define TIMING_CLEAR_MASK (0xF0FFFFFFU) /*!< FMPI2C TIMING clear register Mask */
stm32f4xx_hal_fmpi2c.c:592
hfmpi2c->Instance->TIMINGR = hfmpi2c->Init.Timing & TIMING_CLEAR_MASK;