STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | __HAL_FMPI2C_RESET_HANDLE_STATE(__HANDLE__) |
Reset FMPI2C handle state. | |
#define | __HAL_FMPI2C_ENABLE_IT(__HANDLE__, __INTERRUPT__) |
Enable the specified FMPI2C interrupt. | |
#define | __HAL_FMPI2C_DISABLE_IT(__HANDLE__, __INTERRUPT__) |
Disable the specified FMPI2C interrupt. | |
#define | __HAL_FMPI2C_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) |
Check whether the specified FMPI2C interrupt source is enabled or not. | |
#define | FMPI2C_FLAG_MASK (0x0001FFFFU) |
Check whether the specified FMPI2C flag is set or not. | |
#define | __HAL_FMPI2C_GET_FLAG(__HANDLE__, __FLAG__) |
#define | __HAL_FMPI2C_CLEAR_FLAG(__HANDLE__, __FLAG__) |
Clear the FMPI2C pending flags which are cleared by writing 1 in a specific bit. | |
#define | __HAL_FMPI2C_ENABLE(__HANDLE__) |
Enable the specified FMPI2C peripheral. | |
#define | __HAL_FMPI2C_DISABLE(__HANDLE__) |
Disable the specified FMPI2C peripheral. | |
#define | __HAL_FMPI2C_GENERATE_NACK(__HANDLE__) |
Generate a Non-Acknowledge FMPI2C peripheral in Slave mode. | |
#define __HAL_FMPI2C_RESET_HANDLE_STATE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_fmpi2c.h>
Reset FMPI2C handle state.
__HANDLE__ | specifies the FMPI2C Handle. |
None |
Definition at line 469 of file stm32f4xx_hal_fmpi2c.h.
#define __HAL_FMPI2C_ENABLE_IT | ( | __HANDLE__, | |
__INTERRUPT__ ) |
#include <stm32f4xx_hal_fmpi2c.h>
Enable the specified FMPI2C interrupt.
__HANDLE__ | specifies the FMPI2C Handle. |
__INTERRUPT__ | specifies the interrupt source to enable. This parameter can be one of the following values:
|
None |
Definition at line 486 of file stm32f4xx_hal_fmpi2c.h.
Referenced by FMPI2C_Enable_IRQ().
#define __HAL_FMPI2C_DISABLE_IT | ( | __HANDLE__, | |
__INTERRUPT__ ) |
#include <stm32f4xx_hal_fmpi2c.h>
Disable the specified FMPI2C interrupt.
__HANDLE__ | specifies the FMPI2C Handle. |
__INTERRUPT__ | specifies the interrupt source to disable. This parameter can be one of the following values:
|
None |
Definition at line 502 of file stm32f4xx_hal_fmpi2c.h.
Referenced by FMPI2C_Disable_IRQ(), and FMPI2C_Master_ISR_DMA().
#define __HAL_FMPI2C_GET_IT_SOURCE | ( | __HANDLE__, | |
__INTERRUPT__ ) |
#include <stm32f4xx_hal_fmpi2c.h>
Check whether the specified FMPI2C interrupt source is enabled or not.
__HANDLE__ | specifies the FMPI2C Handle. |
__INTERRUPT__ | specifies the FMPI2C interrupt source to check. This parameter can be one of the following values:
|
The | new state of INTERRUPT (SET or RESET). |
Definition at line 518 of file stm32f4xx_hal_fmpi2c.h.
#define FMPI2C_FLAG_MASK (0x0001FFFFU) |
#include <stm32f4xx_hal_fmpi2c.h>
Check whether the specified FMPI2C flag is set or not.
__HANDLE__ | specifies the FMPI2C 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 544 of file stm32f4xx_hal_fmpi2c.h.
#define __HAL_FMPI2C_GET_FLAG | ( | __HANDLE__, | |
__FLAG__ ) |
#include <stm32f4xx_hal_fmpi2c.h>
Definition at line 545 of file stm32f4xx_hal_fmpi2c.h.
Referenced by FMPI2C_Flush_TXDR(), FMPI2C_IsErrorOccurred(), FMPI2C_ITError(), FMPI2C_WaitOnFlagUntilTimeout(), FMPI2C_WaitOnRXNEFlagUntilTimeout(), FMPI2C_WaitOnSTOPFlagUntilTimeout(), FMPI2C_WaitOnTXISFlagUntilTimeout(), HAL_FMPI2C_IsDeviceReady(), HAL_FMPI2C_Master_Receive_DMA(), HAL_FMPI2C_Master_Receive_IT(), HAL_FMPI2C_Master_Transmit_DMA(), HAL_FMPI2C_Master_Transmit_IT(), HAL_FMPI2C_Mem_Read_DMA(), HAL_FMPI2C_Mem_Read_IT(), HAL_FMPI2C_Mem_Write_DMA(), HAL_FMPI2C_Mem_Write_IT(), HAL_FMPI2C_Slave_Receive(), HAL_FMPI2C_Slave_Seq_Receive_DMA(), HAL_FMPI2C_Slave_Seq_Receive_IT(), HAL_FMPI2C_Slave_Seq_Transmit_DMA(), and HAL_FMPI2C_Slave_Seq_Transmit_IT().
#define __HAL_FMPI2C_CLEAR_FLAG | ( | __HANDLE__, | |
__FLAG__ ) |
#include <stm32f4xx_hal_fmpi2c.h>
Clear the FMPI2C pending flags which are cleared by writing 1 in a specific bit.
__HANDLE__ | specifies the FMPI2C Handle. |
__FLAG__ | specifies the flag to clear. This parameter can be any combination of the following values:
|
None |
Definition at line 565 of file stm32f4xx_hal_fmpi2c.h.
Referenced by FMPI2C_Flush_TXDR(), FMPI2C_IsErrorOccurred(), FMPI2C_ITAddrCplt(), FMPI2C_ITError(), FMPI2C_ITListenCplt(), FMPI2C_ITMasterCplt(), FMPI2C_ITSlaveCplt(), FMPI2C_Master_ISR_DMA(), FMPI2C_Master_ISR_IT(), FMPI2C_Mem_ISR_DMA(), FMPI2C_Mem_ISR_IT(), FMPI2C_Slave_ISR_DMA(), FMPI2C_Slave_ISR_IT(), FMPI2C_WaitOnRXNEFlagUntilTimeout(), HAL_FMPI2C_ER_IRQHandler(), HAL_FMPI2C_IsDeviceReady(), HAL_FMPI2C_Master_Receive(), HAL_FMPI2C_Master_Transmit(), HAL_FMPI2C_Mem_Read(), HAL_FMPI2C_Mem_Write(), HAL_FMPI2C_Slave_Receive(), HAL_FMPI2C_Slave_Seq_Receive_DMA(), HAL_FMPI2C_Slave_Seq_Receive_IT(), HAL_FMPI2C_Slave_Seq_Transmit_DMA(), HAL_FMPI2C_Slave_Seq_Transmit_IT(), and HAL_FMPI2C_Slave_Transmit().
#define __HAL_FMPI2C_ENABLE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_fmpi2c.h>
Enable the specified FMPI2C peripheral.
__HANDLE__ | specifies the FMPI2C Handle. |
None |
Definition at line 573 of file stm32f4xx_hal_fmpi2c.h.
Referenced by HAL_FMPI2C_Init(), HAL_FMPI2CEx_ConfigAnalogFilter(), and HAL_FMPI2CEx_ConfigDigitalFilter().
#define __HAL_FMPI2C_DISABLE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_fmpi2c.h>
Disable the specified FMPI2C peripheral.
__HANDLE__ | specifies the FMPI2C Handle. |
None |
Definition at line 579 of file stm32f4xx_hal_fmpi2c.h.
Referenced by HAL_FMPI2C_DeInit(), HAL_FMPI2C_Init(), HAL_FMPI2CEx_ConfigAnalogFilter(), and HAL_FMPI2CEx_ConfigDigitalFilter().
#define __HAL_FMPI2C_GENERATE_NACK | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_fmpi2c.h>
Generate a Non-Acknowledge FMPI2C peripheral in Slave mode.
__HANDLE__ | specifies the FMPI2C Handle. |
None |
Definition at line 585 of file stm32f4xx_hal_fmpi2c.h.