STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
HAL SMBUS Aliased Defines maintained for legacy purpose

Macros

#define SMBUS_DUALADDRESS_DISABLED   SMBUS_DUALADDRESS_DISABLE
 
#define SMBUS_DUALADDRESS_ENABLED   SMBUS_DUALADDRESS_ENABLE
 
#define SMBUS_GENERALCALL_DISABLED   SMBUS_GENERALCALL_DISABLE
 
#define SMBUS_GENERALCALL_ENABLED   SMBUS_GENERALCALL_ENABLE
 
#define SMBUS_NOSTRETCH_DISABLED   SMBUS_NOSTRETCH_DISABLE
 
#define SMBUS_NOSTRETCH_ENABLED   SMBUS_NOSTRETCH_ENABLE
 
#define SMBUS_ANALOGFILTER_ENABLED   SMBUS_ANALOGFILTER_ENABLE
 
#define SMBUS_ANALOGFILTER_DISABLED   SMBUS_ANALOGFILTER_DISABLE
 
#define SMBUS_PEC_DISABLED   SMBUS_PEC_DISABLE
 
#define SMBUS_PEC_ENABLED   SMBUS_PEC_ENABLE
 
#define HAL_SMBUS_STATE_SLAVE_LISTEN   HAL_SMBUS_STATE_LISTEN
 

Detailed Description

Macro Definition Documentation

#define HAL_SMBUS_STATE_SLAVE_LISTEN   HAL_SMBUS_STATE_LISTEN

Definition at line 726 of file stm32_hal_legacy.h.

#define SMBUS_ANALOGFILTER_DISABLED   SMBUS_ANALOGFILTER_DISABLE

Definition at line 723 of file stm32_hal_legacy.h.

#define SMBUS_ANALOGFILTER_ENABLED   SMBUS_ANALOGFILTER_ENABLE

Definition at line 722 of file stm32_hal_legacy.h.

#define SMBUS_DUALADDRESS_DISABLED   SMBUS_DUALADDRESS_DISABLE

Definition at line 716 of file stm32_hal_legacy.h.

#define SMBUS_DUALADDRESS_ENABLED   SMBUS_DUALADDRESS_ENABLE

Definition at line 717 of file stm32_hal_legacy.h.

#define SMBUS_GENERALCALL_DISABLED   SMBUS_GENERALCALL_DISABLE

Definition at line 718 of file stm32_hal_legacy.h.

#define SMBUS_GENERALCALL_ENABLED   SMBUS_GENERALCALL_ENABLE

Definition at line 719 of file stm32_hal_legacy.h.

#define SMBUS_NOSTRETCH_DISABLED   SMBUS_NOSTRETCH_DISABLE

Definition at line 720 of file stm32_hal_legacy.h.

#define SMBUS_NOSTRETCH_ENABLED   SMBUS_NOSTRETCH_ENABLE

Definition at line 721 of file stm32_hal_legacy.h.

#define SMBUS_PEC_DISABLED   SMBUS_PEC_DISABLE

Definition at line 724 of file stm32_hal_legacy.h.

#define SMBUS_PEC_ENABLED   SMBUS_PEC_ENABLE

Definition at line 725 of file stm32_hal_legacy.h.