HAL + 0/2 examples
CodeScope will show references to HAL_FMPI2C_StateTypeDef::HAL_FMPI2C_STATE_RESET from the following samples and libraries:
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_FMPI2C_StateTypeDef::HAL_FMPI2C_STATE_RESET

HAL_FMPI2C_StateTypeDef::HAL_FMPI2C_STATE_RESET

Syntax

HAL_FMPI2C_STATE_RESET = 0x00U;

Examples

HAL_FMPI2C_StateTypeDef::HAL_FMPI2C_STATE_RESET is referenced by 2 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_fmpi2c.h:111
HAL_FMPI2C_STATE_RESET = 0x00U, /*!< Peripheral is not yet Initialized */
stm32f4xx_hal_fmpi2c.c:554HAL_FMPI2C_Init()
if (hfmpi2c->State == HAL_FMPI2C_STATE_RESET)
stm32f4xx_hal_fmpi2c.c:681HAL_FMPI2C_DeInit()
hfmpi2c->State = HAL_FMPI2C_STATE_RESET;

Data Use

Functions using HAL_FMPI2C_StateTypeDef::HAL_FMPI2C_STATE_RESET
HAL_FMPI2C_StateTypeDef::HAL_FMPI2C_STATE_RESET