STM32F4xx_HAL_Driver  1.8.3
+ Collaboration diagram for Non-Blocking mode Interrupt:

Functions

HAL_StatusTypeDef HAL_FMPSMBUS_Master_Transmit_IT (FMPSMBUS_HandleTypeDef *hfmpsmbus, uint16_t DevAddress, uint8_t *pData, uint16_t Size, uint32_t XferOptions)
 Transmit in master/host FMPSMBUS mode an amount of data in non-blocking mode with Interrupt. More...
 
HAL_StatusTypeDef HAL_FMPSMBUS_Master_Receive_IT (FMPSMBUS_HandleTypeDef *hfmpsmbus, uint16_t DevAddress, uint8_t *pData, uint16_t Size, uint32_t XferOptions)
 Receive in master/host FMPSMBUS mode an amount of data in non-blocking mode with Interrupt. More...
 
HAL_StatusTypeDef HAL_FMPSMBUS_Master_Abort_IT (FMPSMBUS_HandleTypeDef *hfmpsmbus, uint16_t DevAddress)
 Abort a master/host FMPSMBUS process communication with Interrupt. More...
 
HAL_StatusTypeDef HAL_FMPSMBUS_Slave_Transmit_IT (FMPSMBUS_HandleTypeDef *hfmpsmbus, uint8_t *pData, uint16_t Size, uint32_t XferOptions)
 Transmit in slave/device FMPSMBUS mode an amount of data in non-blocking mode with Interrupt. More...
 
HAL_StatusTypeDef HAL_FMPSMBUS_Slave_Receive_IT (FMPSMBUS_HandleTypeDef *hfmpsmbus, uint8_t *pData, uint16_t Size, uint32_t XferOptions)
 Receive in slave/device FMPSMBUS mode an amount of data in non-blocking mode with Interrupt. More...
 
HAL_StatusTypeDef HAL_FMPSMBUS_EnableAlert_IT (FMPSMBUS_HandleTypeDef *hfmpsmbus)
 Enable the FMPSMBUS alert mode with Interrupt. More...
 
HAL_StatusTypeDef HAL_FMPSMBUS_DisableAlert_IT (FMPSMBUS_HandleTypeDef *hfmpsmbus)
 Disable the FMPSMBUS alert mode with Interrupt. More...
 
HAL_StatusTypeDef HAL_FMPSMBUS_EnableListen_IT (FMPSMBUS_HandleTypeDef *hfmpsmbus)
 Enable the Address listen mode with Interrupt. More...
 
HAL_StatusTypeDef HAL_FMPSMBUS_DisableListen_IT (FMPSMBUS_HandleTypeDef *hfmpsmbus)
 Disable the Address listen mode with Interrupt. More...
 
HAL_StatusTypeDef HAL_SMBUS_Master_Transmit_IT (SMBUS_HandleTypeDef *hsmbus, uint16_t DevAddress, uint8_t *pData, uint16_t Size, uint32_t XferOptions)
 Transmits in master mode an amount of data in blocking mode. More...
 
HAL_StatusTypeDef HAL_SMBUS_Master_Receive_IT (SMBUS_HandleTypeDef *hsmbus, uint16_t DevAddress, uint8_t *pData, uint16_t Size, uint32_t XferOptions)
 Receive in master/host SMBUS mode an amount of data in non blocking mode with Interrupt. More...
 
HAL_StatusTypeDef HAL_SMBUS_Master_Abort_IT (SMBUS_HandleTypeDef *hsmbus, uint16_t DevAddress)
 Abort a master/host SMBUS process communication with Interrupt. More...
 
HAL_StatusTypeDef HAL_SMBUS_Slave_Transmit_IT (SMBUS_HandleTypeDef *hsmbus, uint8_t *pData, uint16_t Size, uint32_t XferOptions)
 Transmit in slave/device SMBUS mode an amount of data in non blocking mode with Interrupt. More...
 
HAL_StatusTypeDef HAL_SMBUS_Slave_Receive_IT (SMBUS_HandleTypeDef *hsmbus, uint8_t *pData, uint16_t Size, uint32_t XferOptions)
 Enable the Address listen mode with Interrupt. More...
 
HAL_StatusTypeDef HAL_SMBUS_EnableAlert_IT (SMBUS_HandleTypeDef *hsmbus)
 Enable the SMBUS alert mode with Interrupt. More...
 
HAL_StatusTypeDef HAL_SMBUS_DisableAlert_IT (SMBUS_HandleTypeDef *hsmbus)
 Disable the SMBUS alert mode with Interrupt. More...
 
HAL_StatusTypeDef HAL_SMBUS_EnableListen_IT (SMBUS_HandleTypeDef *hsmbus)
 Enable the Address listen mode with Interrupt. More...
 
HAL_StatusTypeDef HAL_SMBUS_DisableListen_IT (SMBUS_HandleTypeDef *hsmbus)
 Disable the Address listen mode with Interrupt. More...
 
HAL_StatusTypeDef HAL_SMBUS_ConfigAnalogFilter (SMBUS_HandleTypeDef *hsmbus, uint32_t AnalogFilter)
 Configures SMBUS Analog noise filter. More...
 
HAL_StatusTypeDef HAL_SMBUS_ConfigDigitalFilter (SMBUS_HandleTypeDef *hsmbus, uint32_t DigitalFilter)
 Configures SMBUS Digital noise filter. More...
 

Detailed Description

Function Documentation

◆ HAL_FMPSMBUS_DisableAlert_IT()

HAL_StatusTypeDef HAL_FMPSMBUS_DisableAlert_IT ( FMPSMBUS_HandleTypeDef *  hfmpsmbus)

Disable the FMPSMBUS alert mode with Interrupt.

Parameters
hfmpsmbusPointer to a FMPSMBUS_HandleTypeDef structure that contains the configuration information for the specified FMPSMBUSx peripheral.
Return values
HALstatus

Definition at line 1463 of file stm32f4xx_hal_fmpsmbus.c.

◆ HAL_FMPSMBUS_DisableListen_IT()

HAL_StatusTypeDef HAL_FMPSMBUS_DisableListen_IT ( FMPSMBUS_HandleTypeDef *  hfmpsmbus)

Disable the Address listen mode with Interrupt.

Parameters
hfmpsmbusPointer to a FMPSMBUS_HandleTypeDef structure that contains the configuration information for the specified FMPSMBUS.
Return values
HALstatus

Definition at line 1420 of file stm32f4xx_hal_fmpsmbus.c.

◆ HAL_FMPSMBUS_EnableAlert_IT()

HAL_StatusTypeDef HAL_FMPSMBUS_EnableAlert_IT ( FMPSMBUS_HandleTypeDef *  hfmpsmbus)

Enable the FMPSMBUS alert mode with Interrupt.

Parameters
hfmpsmbusPointer to a FMPSMBUS_HandleTypeDef structure that contains the configuration information for the specified FMPSMBUSx peripheral.
Return values
HALstatus

Definition at line 1444 of file stm32f4xx_hal_fmpsmbus.c.

◆ HAL_FMPSMBUS_EnableListen_IT()

HAL_StatusTypeDef HAL_FMPSMBUS_EnableListen_IT ( FMPSMBUS_HandleTypeDef *  hfmpsmbus)

Enable the Address listen mode with Interrupt.

Parameters
hfmpsmbusPointer to a FMPSMBUS_HandleTypeDef structure that contains the configuration information for the specified FMPSMBUS.
Return values
HALstatus

Definition at line 1404 of file stm32f4xx_hal_fmpsmbus.c.

◆ HAL_FMPSMBUS_Master_Abort_IT()

HAL_StatusTypeDef HAL_FMPSMBUS_Master_Abort_IT ( FMPSMBUS_HandleTypeDef *  hfmpsmbus,
uint16_t  DevAddress 
)

Abort a master/host FMPSMBUS process communication with Interrupt.

Note
This abort can be called only if state is ready
Parameters
hfmpsmbusPointer to a FMPSMBUS_HandleTypeDef structure that contains the configuration information for the specified FMPSMBUS.
DevAddressTarget device address: The device 7 bits address value in datasheet must be shifted to the left before calling the interface
Return values
HALstatus

Definition at line 1161 of file stm32f4xx_hal_fmpsmbus.c.

◆ HAL_FMPSMBUS_Master_Receive_IT()

HAL_StatusTypeDef HAL_FMPSMBUS_Master_Receive_IT ( FMPSMBUS_HandleTypeDef *  hfmpsmbus,
uint16_t  DevAddress,
uint8_t *  pData,
uint16_t  Size,
uint32_t  XferOptions 
)

Receive in master/host FMPSMBUS mode an amount of data in non-blocking mode with Interrupt.

Parameters
hfmpsmbusPointer to a FMPSMBUS_HandleTypeDef structure that contains the configuration information for the specified FMPSMBUS.
DevAddressTarget device address: The device 7 bits address value in datasheet must be shifted to the left before calling the interface
pDataPointer to data buffer
SizeAmount of data to be sent
XferOptionsOptions of Transfer, value of FMPSMBUS XferOptions definition
Return values
HALstatus

Definition at line 1064 of file stm32f4xx_hal_fmpsmbus.c.

◆ HAL_FMPSMBUS_Master_Transmit_IT()

HAL_StatusTypeDef HAL_FMPSMBUS_Master_Transmit_IT ( FMPSMBUS_HandleTypeDef *  hfmpsmbus,
uint16_t  DevAddress,
uint8_t *  pData,
uint16_t  Size,
uint32_t  XferOptions 
)

Transmit in master/host FMPSMBUS mode an amount of data in non-blocking mode with Interrupt.

Parameters
hfmpsmbusPointer to a FMPSMBUS_HandleTypeDef structure that contains the configuration information for the specified FMPSMBUS.
DevAddressTarget device address: The device 7 bits address value in datasheet must be shifted to the left before calling the interface
pDataPointer to data buffer
SizeAmount of data to be sent
XferOptionsOptions of Transfer, value of FMPSMBUS XferOptions definition
Return values
HALstatus

Definition at line 926 of file stm32f4xx_hal_fmpsmbus.c.

◆ HAL_FMPSMBUS_Slave_Receive_IT()

HAL_StatusTypeDef HAL_FMPSMBUS_Slave_Receive_IT ( FMPSMBUS_HandleTypeDef *  hfmpsmbus,
uint8_t *  pData,
uint16_t  Size,
uint32_t  XferOptions 
)

Receive in slave/device FMPSMBUS mode an amount of data in non-blocking mode with Interrupt.

Parameters
hfmpsmbusPointer to a FMPSMBUS_HandleTypeDef structure that contains the configuration information for the specified FMPSMBUS.
pDataPointer to data buffer
SizeAmount of data to be sent
XferOptionsOptions of Transfer, value of FMPSMBUS XferOptions definition
Return values
HALstatus

Definition at line 1324 of file stm32f4xx_hal_fmpsmbus.c.

◆ HAL_FMPSMBUS_Slave_Transmit_IT()

HAL_StatusTypeDef HAL_FMPSMBUS_Slave_Transmit_IT ( FMPSMBUS_HandleTypeDef *  hfmpsmbus,
uint8_t *  pData,
uint16_t  Size,
uint32_t  XferOptions 
)

Transmit in slave/device FMPSMBUS mode an amount of data in non-blocking mode with Interrupt.

Parameters
hfmpsmbusPointer to a FMPSMBUS_HandleTypeDef structure that contains the configuration information for the specified FMPSMBUS.
pDataPointer to data buffer
SizeAmount of data to be sent
XferOptionsOptions of Transfer, value of FMPSMBUS XferOptions definition
Return values
HALstatus

Definition at line 1226 of file stm32f4xx_hal_fmpsmbus.c.

◆ HAL_SMBUS_ConfigAnalogFilter()

HAL_StatusTypeDef HAL_SMBUS_ConfigAnalogFilter ( SMBUS_HandleTypeDef hsmbus,
uint32_t  AnalogFilter 
)

Configures SMBUS Analog noise filter.

Parameters
hsmbuspointer to a SMBUS_HandleTypeDef structure that contains the configuration information for the specified SMBUSx peripheral.
AnalogFilternew state of the Analog filter.
Return values
HALstatus

Definition at line 473 of file stm32f4xx_hal_smbus.c.

◆ HAL_SMBUS_ConfigDigitalFilter()

HAL_StatusTypeDef HAL_SMBUS_ConfigDigitalFilter ( SMBUS_HandleTypeDef hsmbus,
uint32_t  DigitalFilter 
)

Configures SMBUS Digital noise filter.

Parameters
hsmbuspointer to a SMBUS_HandleTypeDef structure that contains the configuration information for the specified SMBUSx peripheral.
DigitalFilterCoefficient of digital noise filter between 0x00 and 0x0F.
Return values
HALstatus

Definition at line 511 of file stm32f4xx_hal_smbus.c.

◆ HAL_SMBUS_DisableAlert_IT()

HAL_StatusTypeDef HAL_SMBUS_DisableAlert_IT ( SMBUS_HandleTypeDef hsmbus)

Disable the SMBUS alert mode with Interrupt.

Parameters
hsmbusPointer to a SMBUS_HandleTypeDef structure that contains the configuration information for the specified SMBUSx peripheral.
Return values
HALstatus

Definition at line 1382 of file stm32f4xx_hal_smbus.c.

◆ HAL_SMBUS_DisableListen_IT()

HAL_StatusTypeDef HAL_SMBUS_DisableListen_IT ( SMBUS_HandleTypeDef hsmbus)

Disable the Address listen mode with Interrupt.

Parameters
hsmbusPointer to a SMBUS_HandleTypeDef structure that contains the configuration information for the specified SMBUS.
Return values
HALstatus

Definition at line 1330 of file stm32f4xx_hal_smbus.c.

◆ HAL_SMBUS_EnableAlert_IT()

HAL_StatusTypeDef HAL_SMBUS_EnableAlert_IT ( SMBUS_HandleTypeDef hsmbus)

Enable the SMBUS alert mode with Interrupt.

Parameters
hsmbusPointer to a SMBUS_HandleTypeDef structure that contains the configuration information for the specified SMBUSx peripheral.
Return values
HALstatus

Definition at line 1363 of file stm32f4xx_hal_smbus.c.

◆ HAL_SMBUS_EnableListen_IT()

HAL_StatusTypeDef HAL_SMBUS_EnableListen_IT ( SMBUS_HandleTypeDef hsmbus)

Enable the Address listen mode with Interrupt.

Parameters
hsmbusPointer to a SMBUS_HandleTypeDef structure that contains the configuration information for the specified SMBUS.
Return values
HALstatus

Definition at line 1297 of file stm32f4xx_hal_smbus.c.

◆ HAL_SMBUS_Master_Abort_IT()

HAL_StatusTypeDef HAL_SMBUS_Master_Abort_IT ( SMBUS_HandleTypeDef hsmbus,
uint16_t  DevAddress 
)

Abort a master/host SMBUS process communication with Interrupt.

Note
This abort can be called only if state is ready
Parameters
hsmbusPointer to a SMBUS_HandleTypeDef structure that contains the configuration information for the specified SMBUS.
DevAddressTarget device address The device 7 bits address value in datasheet must be shifted to the left before calling the interface
Return values
HALstatus

Definition at line 1117 of file stm32f4xx_hal_smbus.c.

◆ HAL_SMBUS_Master_Receive_IT()

HAL_StatusTypeDef HAL_SMBUS_Master_Receive_IT ( SMBUS_HandleTypeDef hsmbus,
uint16_t  DevAddress,
uint8_t *  pData,
uint16_t  Size,
uint32_t  XferOptions 
)

Receive in master/host SMBUS mode an amount of data in non blocking mode with Interrupt.

Parameters
hsmbusPointer to a SMBUS_HandleTypeDef structure that contains the configuration information for the specified SMBUS.
DevAddressTarget device address The device 7 bits address value in datasheet must be shifted to the left before calling the interface
pDataPointer to data buffer
SizeAmount of data to be sent
XferOptionsOptions of Transfer, value of SMBUS XferOptions definition
Return values
HALstatus

Definition at line 1003 of file stm32f4xx_hal_smbus.c.

◆ HAL_SMBUS_Master_Transmit_IT()

HAL_StatusTypeDef HAL_SMBUS_Master_Transmit_IT ( SMBUS_HandleTypeDef hsmbus,
uint16_t  DevAddress,
uint8_t *  pData,
uint16_t  Size,
uint32_t  XferOptions 
)

Transmits in master mode an amount of data in blocking mode.

Parameters
hsmbusPointer to a SMBUS_HandleTypeDef structure that contains the configuration information for the specified SMBUS.
DevAddressTarget device address The device 7 bits address value in datasheet must be shifted to the left before calling the interface
pDataPointer to data buffer
SizeAmount of data to be sent
XferOptionsOptions of Transfer
Return values
HALstatus

Definition at line 918 of file stm32f4xx_hal_smbus.c.

◆ HAL_SMBUS_Slave_Receive_IT()

HAL_StatusTypeDef HAL_SMBUS_Slave_Receive_IT ( SMBUS_HandleTypeDef hsmbus,
uint8_t *  pData,
uint16_t  Size,
uint32_t  XferOptions 
)

Enable the Address listen mode with Interrupt.

Parameters
hsmbusPointer to a SMBUS_HandleTypeDef structure that contains the configuration information for the specified SMBUS.
pDataPointer to data buffer
SizeAmount of data to be sent
XferOptionsOptions of Transfer, value of SMBUS XferOptions definition
Return values
HALstatus

Definition at line 1233 of file stm32f4xx_hal_smbus.c.

◆ HAL_SMBUS_Slave_Transmit_IT()

HAL_StatusTypeDef HAL_SMBUS_Slave_Transmit_IT ( SMBUS_HandleTypeDef hsmbus,
uint8_t *  pData,
uint16_t  Size,
uint32_t  XferOptions 
)

Transmit in slave/device SMBUS mode an amount of data in non blocking mode with Interrupt.

Parameters
hsmbusPointer to a SMBUS_HandleTypeDef structure that contains the configuration information for the specified SMBUS.
pDataPointer to data buffer
SizeAmount of data to be sent
XferOptionsOptions of Transfer, value of SMBUS XferOptions definition
Return values
HALstatus

Definition at line 1167 of file stm32f4xx_hal_smbus.c.