L4 HAL Drivers

Embed: (wiki syntax)

« Back to documentation index

Peripheral State and Errors functions

Peripheral State and Errors functions
[SMBUS Exported Functions]

Peripheral State and Errors functions. More...

Functions

uint32_t HAL_SMBUS_GetState (SMBUS_HandleTypeDef *hsmbus)
 Return the SMBUS handle state.
uint32_t HAL_SMBUS_GetError (SMBUS_HandleTypeDef *hsmbus)
 Return the SMBUS error code.

Detailed Description

Peripheral State and Errors functions.

 ===============================================================================
            ##### Peripheral State and Errors functions #####
 ===============================================================================  
    [..]
    This subsection permits to get in run-time the status of the peripheral 
    and the data flow.


Function Documentation

uint32_t HAL_SMBUS_GetError ( SMBUS_HandleTypeDef *  hsmbus )

Return the SMBUS error code.

Parameters:
hsmbus: pointer to a SMBUS_HandleTypeDef structure that contains the configuration information for the specified SMBUS.
Return values:
SMBUSError Code

Definition at line 1296 of file stm32l4xx_hal_smbus.c.

uint32_t HAL_SMBUS_GetState ( SMBUS_HandleTypeDef *  hsmbus )

Return the SMBUS handle state.

Parameters:
hsmbus: Pointer to a SMBUS_HandleTypeDef structure that contains the configuration information for the specified SMBUS.
Return values:
HALstate

Definition at line 1284 of file stm32l4xx_hal_smbus.c.