STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | SMBUS_FLAG_SMBALERT 0x00018000U |
#define | SMBUS_FLAG_TIMEOUT 0x00014000U |
#define | SMBUS_FLAG_PECERR 0x00011000U |
#define | SMBUS_FLAG_OVR 0x00010800U |
#define | SMBUS_FLAG_AF 0x00010400U |
#define | SMBUS_FLAG_ARLO 0x00010200U |
#define | SMBUS_FLAG_BERR 0x00010100U |
#define | SMBUS_FLAG_TXE 0x00010080U |
#define | SMBUS_FLAG_RXNE 0x00010040U |
#define | SMBUS_FLAG_STOPF 0x00010010U |
#define | SMBUS_FLAG_ADD10 0x00010008U |
#define | SMBUS_FLAG_BTF 0x00010004U |
#define | SMBUS_FLAG_ADDR 0x00010002U |
#define | SMBUS_FLAG_SB 0x00010001U |
#define | SMBUS_FLAG_DUALF 0x00100080U |
#define | SMBUS_FLAG_SMBHOST 0x00100040U |
#define | SMBUS_FLAG_SMBDEFAULT 0x00100020U |
#define | SMBUS_FLAG_GENCALL 0x00100010U |
#define | SMBUS_FLAG_TRA 0x00100004U |
#define | SMBUS_FLAG_BUSY 0x00100002U |
#define | SMBUS_FLAG_MSL 0x00100001U |
#define SMBUS_FLAG_SMBALERT 0x00018000U |
#include <stm32f4xx_hal_smbus.h>
Definition at line 354 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_EnableAlert_IT(), and HAL_SMBUS_ER_IRQHandler().
#define SMBUS_FLAG_TIMEOUT 0x00014000U |
#include <stm32f4xx_hal_smbus.h>
Definition at line 355 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_ER_IRQHandler().
#define SMBUS_FLAG_PECERR 0x00011000U |
#include <stm32f4xx_hal_smbus.h>
Definition at line 356 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_ER_IRQHandler().
#define SMBUS_FLAG_OVR 0x00010800U |
#include <stm32f4xx_hal_smbus.h>
Definition at line 357 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_ER_IRQHandler().
#define SMBUS_FLAG_AF 0x00010400U |
#include <stm32f4xx_hal_smbus.h>
Definition at line 358 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_ER_IRQHandler(), HAL_SMBUS_IsDeviceReady(), and SMBUS_Slave_AF().
#define SMBUS_FLAG_ARLO 0x00010200U |
#include <stm32f4xx_hal_smbus.h>
Definition at line 359 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_ER_IRQHandler().
#define SMBUS_FLAG_BERR 0x00010100U |
#include <stm32f4xx_hal_smbus.h>
Definition at line 360 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_ER_IRQHandler().
#define SMBUS_FLAG_TXE 0x00010080U |
#include <stm32f4xx_hal_smbus.h>
Definition at line 361 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_EV_IRQHandler().
#define SMBUS_FLAG_RXNE 0x00010040U |
#include <stm32f4xx_hal_smbus.h>
Definition at line 362 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_EV_IRQHandler(), SMBUS_ITError(), and SMBUS_Slave_STOPF().
#define SMBUS_FLAG_STOPF 0x00010010U |
#include <stm32f4xx_hal_smbus.h>
Definition at line 363 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_EV_IRQHandler().
#define SMBUS_FLAG_ADD10 0x00010008U |
#include <stm32f4xx_hal_smbus.h>
Definition at line 364 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_EV_IRQHandler().
#define SMBUS_FLAG_BTF 0x00010004U |
#include <stm32f4xx_hal_smbus.h>
Definition at line 365 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_EV_IRQHandler(), and SMBUS_Slave_STOPF().
#define SMBUS_FLAG_ADDR 0x00010002U |
#include <stm32f4xx_hal_smbus.h>
Definition at line 366 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_EV_IRQHandler(), and HAL_SMBUS_IsDeviceReady().
#define SMBUS_FLAG_SB 0x00010001U |
#include <stm32f4xx_hal_smbus.h>
Definition at line 367 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_EV_IRQHandler(), and HAL_SMBUS_IsDeviceReady().
#define SMBUS_FLAG_DUALF 0x00100080U |
#include <stm32f4xx_hal_smbus.h>
Definition at line 368 of file stm32f4xx_hal_smbus.h.
Referenced by SMBUS_Slave_ADDR().
#define SMBUS_FLAG_SMBHOST 0x00100040U |
#include <stm32f4xx_hal_smbus.h>
Definition at line 369 of file stm32f4xx_hal_smbus.h.
#define SMBUS_FLAG_SMBDEFAULT 0x00100020U |
#include <stm32f4xx_hal_smbus.h>
Definition at line 370 of file stm32f4xx_hal_smbus.h.
#define SMBUS_FLAG_GENCALL 0x00100010U |
#include <stm32f4xx_hal_smbus.h>
Definition at line 371 of file stm32f4xx_hal_smbus.h.
#define SMBUS_FLAG_TRA 0x00100004U |
#include <stm32f4xx_hal_smbus.h>
Definition at line 372 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_EV_IRQHandler(), and SMBUS_Slave_ADDR().
#define SMBUS_FLAG_BUSY 0x00100002U |
#include <stm32f4xx_hal_smbus.h>
Definition at line 373 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_IsDeviceReady(), HAL_SMBUS_Master_Receive_IT(), and HAL_SMBUS_Master_Transmit_IT().
#define SMBUS_FLAG_MSL 0x00100001U |
#include <stm32f4xx_hal_smbus.h>
Definition at line 374 of file stm32f4xx_hal_smbus.h.