Peripheral State, Mode and Error functions.
More...
Peripheral State, Mode and Error functions.
===============================================================================
##### Peripheral State, Mode and Error functions #####
===============================================================================
[..]
This subsection permit to get in run-time the status of the peripheral
and the data flow.
◆ HAL_FMPI2C_GetError()
Return the FMPI2C error code.
- Parameters
-
hfmpi2c | Pointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C. |
- Return values
-
Definition at line 4909 of file stm32f4xx_hal_fmpi2c.c.
◆ HAL_FMPI2C_GetMode()
Returns the FMPI2C Master, Slave, Memory or no mode.
- Parameters
-
hfmpi2c | Pointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for FMPI2C module |
- Return values
-
Definition at line 4898 of file stm32f4xx_hal_fmpi2c.c.
◆ HAL_FMPI2C_GetState()
Return the FMPI2C handle state.
- Parameters
-
hfmpi2c | Pointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C. |
- Return values
-
Definition at line 4886 of file stm32f4xx_hal_fmpi2c.c.