|
STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
| #define | __HAL_FMPSMBUS_RESET_HANDLE_STATE(__HANDLE__) |
| Reset FMPSMBUS handle state. | |
| #define | __HAL_FMPSMBUS_ENABLE_IT(__HANDLE__, __INTERRUPT__) |
| Enable the specified FMPSMBUS interrupts. | |
| #define | __HAL_FMPSMBUS_DISABLE_IT(__HANDLE__, __INTERRUPT__) |
| Disable the specified FMPSMBUS interrupts. | |
| #define | __HAL_FMPSMBUS_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) |
| Check whether the specified FMPSMBUS interrupt source is enabled or not. | |
| #define | FMPSMBUS_FLAG_MASK (0x0001FFFFU) |
| Check whether the specified FMPSMBUS flag is set or not. | |
| #define | __HAL_FMPSMBUS_GET_FLAG(__HANDLE__, __FLAG__) |
| #define | __HAL_FMPSMBUS_CLEAR_FLAG(__HANDLE__, __FLAG__) |
| Clear the FMPSMBUS pending flags which are cleared by writing 1 in a specific bit. | |
| #define | __HAL_FMPSMBUS_ENABLE(__HANDLE__) |
| Enable the specified FMPSMBUS peripheral. | |
| #define | __HAL_FMPSMBUS_DISABLE(__HANDLE__) |
| Disable the specified FMPSMBUS peripheral. | |
| #define | __HAL_FMPSMBUS_GENERATE_NACK(__HANDLE__) |
| Generate a Non-Acknowledge FMPSMBUS peripheral in Slave mode. | |
| #define __HAL_FMPSMBUS_RESET_HANDLE_STATE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_fmpsmbus.h>
Reset FMPSMBUS handle state.
| __HANDLE__ | specifies the FMPSMBUS Handle. |
| None |
Definition at line 429 of file stm32f4xx_hal_fmpsmbus.h.
| #define __HAL_FMPSMBUS_ENABLE_IT | ( | __HANDLE__, | |
| __INTERRUPT__ ) |
#include <stm32f4xx_hal_fmpsmbus.h>
Enable the specified FMPSMBUS interrupts.
| __HANDLE__ | specifies the FMPSMBUS Handle. |
| __INTERRUPT__ | specifies the interrupt source to enable. This parameter can be one of the following values:
|
| None |
Definition at line 446 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_Enable_IRQ().
| #define __HAL_FMPSMBUS_DISABLE_IT | ( | __HANDLE__, | |
| __INTERRUPT__ ) |
#include <stm32f4xx_hal_fmpsmbus.h>
Disable the specified FMPSMBUS interrupts.
| __HANDLE__ | specifies the FMPSMBUS Handle. |
| __INTERRUPT__ | specifies the interrupt source to disable. This parameter can be one of the following values:
|
| None |
Definition at line 462 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_Disable_IRQ(), and FMPSMBUS_Slave_ISR().
| #define __HAL_FMPSMBUS_GET_IT_SOURCE | ( | __HANDLE__, | |
| __INTERRUPT__ ) |
#include <stm32f4xx_hal_fmpsmbus.h>
Check whether the specified FMPSMBUS interrupt source is enabled or not.
| __HANDLE__ | specifies the FMPSMBUS Handle. |
| __INTERRUPT__ | specifies the FMPSMBUS interrupt source to check. This parameter can be one of the following values:
|
| The | new state of IT (SET or RESET). |
Definition at line 478 of file stm32f4xx_hal_fmpsmbus.h.
| #define FMPSMBUS_FLAG_MASK (0x0001FFFFU) |
#include <stm32f4xx_hal_fmpsmbus.h>
Check whether the specified FMPSMBUS flag is set or not.
| __HANDLE__ | specifies the FMPSMBUS Handle. |
| __FLAG__ | specifies the flag to check. This parameter can be one of the following values:
|
| The | new state of FLAG (SET or RESET). |
Definition at line 504 of file stm32f4xx_hal_fmpsmbus.h.
| #define __HAL_FMPSMBUS_GET_FLAG | ( | __HANDLE__, | |
| __FLAG__ ) |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 505 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_Flush_TXDR(), FMPSMBUS_Slave_ISR(), FMPSMBUS_WaitOnFlagUntilTimeout(), and HAL_FMPSMBUS_IsDeviceReady().
| #define __HAL_FMPSMBUS_CLEAR_FLAG | ( | __HANDLE__, | |
| __FLAG__ ) |
#include <stm32f4xx_hal_fmpsmbus.h>
Clear the FMPSMBUS pending flags which are cleared by writing 1 in a specific bit.
| __HANDLE__ | specifies the FMPSMBUS Handle. |
| __FLAG__ | specifies the flag to clear. This parameter can be any combination of the following values:
|
| None |
Definition at line 526 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_Flush_TXDR(), FMPSMBUS_ITErrorHandler(), FMPSMBUS_Master_ISR(), FMPSMBUS_Slave_ISR(), HAL_FMPSMBUS_EnableAlert_IT(), HAL_FMPSMBUS_IsDeviceReady(), HAL_FMPSMBUS_Slave_Receive_IT(), and HAL_FMPSMBUS_Slave_Transmit_IT().
| #define __HAL_FMPSMBUS_ENABLE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_fmpsmbus.h>
Enable the specified FMPSMBUS peripheral.
| __HANDLE__ | specifies the FMPSMBUS Handle. |
| None |
Definition at line 534 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_Master_ISR(), HAL_FMPSMBUS_ConfigAnalogFilter(), HAL_FMPSMBUS_ConfigDigitalFilter(), and HAL_FMPSMBUS_Init().
| #define __HAL_FMPSMBUS_DISABLE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_fmpsmbus.h>
Disable the specified FMPSMBUS peripheral.
| __HANDLE__ | specifies the FMPSMBUS Handle. |
| None |
Definition at line 540 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_Master_ISR(), HAL_FMPSMBUS_ConfigAnalogFilter(), HAL_FMPSMBUS_ConfigDigitalFilter(), HAL_FMPSMBUS_DeInit(), and HAL_FMPSMBUS_Init().
| #define __HAL_FMPSMBUS_GENERATE_NACK | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_fmpsmbus.h>
Generate a Non-Acknowledge FMPSMBUS peripheral in Slave mode.
| __HANDLE__ | specifies the FMPSMBUS Handle. |
| None |
Definition at line 546 of file stm32f4xx_hal_fmpsmbus.h.