Searched refs:IS_FMPI2C_NO_STRETCH (Results 1 – 2 of 2) sorted by relevance
756 #define IS_FMPI2C_NO_STRETCH(STRETCH) (((STRETCH) == FMPI2C_NOSTRETCH_DISABLE) || \ macro
552 assert_param(IS_FMPI2C_NO_STRETCH(hfmpi2c->Init.NoStretchMode)); in HAL_FMPI2C_Init()