STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
__STATIC_INLINE uint32_t | LL_FMPI2C_IsActiveFlag_TXE (const FMPI2C_TypeDef *FMPI2Cx) |
Indicate the status of Transmit data register empty flag. More... | |
__STATIC_INLINE uint32_t | LL_FMPI2C_IsActiveFlag_TXIS (const FMPI2C_TypeDef *FMPI2Cx) |
Indicate the status of Transmit interrupt flag. More... | |
__STATIC_INLINE uint32_t | LL_FMPI2C_IsActiveFlag_RXNE (const FMPI2C_TypeDef *FMPI2Cx) |
Indicate the status of Receive data register not empty flag. More... | |
__STATIC_INLINE uint32_t | LL_FMPI2C_IsActiveFlag_ADDR (const FMPI2C_TypeDef *FMPI2Cx) |
Indicate the status of Address matched flag (slave mode). More... | |
__STATIC_INLINE uint32_t | LL_FMPI2C_IsActiveFlag_NACK (const FMPI2C_TypeDef *FMPI2Cx) |
Indicate the status of Not Acknowledge received flag. More... | |
__STATIC_INLINE uint32_t | LL_FMPI2C_IsActiveFlag_STOP (const FMPI2C_TypeDef *FMPI2Cx) |
Indicate the status of Stop detection flag. More... | |
__STATIC_INLINE uint32_t | LL_FMPI2C_IsActiveFlag_TC (const FMPI2C_TypeDef *FMPI2Cx) |
Indicate the status of Transfer complete flag (master mode). More... | |
__STATIC_INLINE uint32_t | LL_FMPI2C_IsActiveFlag_TCR (const FMPI2C_TypeDef *FMPI2Cx) |
Indicate the status of Transfer complete flag (master mode). More... | |
__STATIC_INLINE uint32_t | LL_FMPI2C_IsActiveFlag_BERR (const FMPI2C_TypeDef *FMPI2Cx) |
Indicate the status of Bus error flag. More... | |
__STATIC_INLINE uint32_t | LL_FMPI2C_IsActiveFlag_ARLO (const FMPI2C_TypeDef *FMPI2Cx) |
Indicate the status of Arbitration lost flag. More... | |
__STATIC_INLINE uint32_t | LL_FMPI2C_IsActiveFlag_OVR (const FMPI2C_TypeDef *FMPI2Cx) |
Indicate the status of Overrun/Underrun flag (slave mode). More... | |
__STATIC_INLINE uint32_t | LL_FMPI2C_IsActiveSMBusFlag_PECERR (const FMPI2C_TypeDef *FMPI2Cx) |
Indicate the status of SMBus PEC error flag in reception. More... | |
__STATIC_INLINE uint32_t | LL_FMPI2C_IsActiveSMBusFlag_TIMEOUT (const FMPI2C_TypeDef *FMPI2Cx) |
Indicate the status of SMBus Timeout detection flag. More... | |
__STATIC_INLINE uint32_t | LL_FMPI2C_IsActiveSMBusFlag_ALERT (const FMPI2C_TypeDef *FMPI2Cx) |
Indicate the status of SMBus alert flag. More... | |
__STATIC_INLINE uint32_t | LL_FMPI2C_IsActiveFlag_BUSY (const FMPI2C_TypeDef *FMPI2Cx) |
Indicate the status of Bus Busy flag. More... | |
__STATIC_INLINE void | LL_FMPI2C_ClearFlag_ADDR (FMPI2C_TypeDef *FMPI2Cx) |
Clear Address Matched flag. @rmtoll ICR ADDRCF LL_FMPI2C_ClearFlag_ADDR. More... | |
__STATIC_INLINE void | LL_FMPI2C_ClearFlag_NACK (FMPI2C_TypeDef *FMPI2Cx) |
Clear Not Acknowledge flag. @rmtoll ICR NACKCF LL_FMPI2C_ClearFlag_NACK. More... | |
__STATIC_INLINE void | LL_FMPI2C_ClearFlag_STOP (FMPI2C_TypeDef *FMPI2Cx) |
Clear Stop detection flag. @rmtoll ICR STOPCF LL_FMPI2C_ClearFlag_STOP. More... | |
__STATIC_INLINE void | LL_FMPI2C_ClearFlag_TXE (FMPI2C_TypeDef *FMPI2Cx) |
Clear Transmit data register empty flag (TXE). More... | |
__STATIC_INLINE void | LL_FMPI2C_ClearFlag_BERR (FMPI2C_TypeDef *FMPI2Cx) |
Clear Bus error flag. @rmtoll ICR BERRCF LL_FMPI2C_ClearFlag_BERR. More... | |
__STATIC_INLINE void | LL_FMPI2C_ClearFlag_ARLO (FMPI2C_TypeDef *FMPI2Cx) |
Clear Arbitration lost flag. @rmtoll ICR ARLOCF LL_FMPI2C_ClearFlag_ARLO. More... | |
__STATIC_INLINE void | LL_FMPI2C_ClearFlag_OVR (FMPI2C_TypeDef *FMPI2Cx) |
Clear Overrun/Underrun flag. @rmtoll ICR OVRCF LL_FMPI2C_ClearFlag_OVR. More... | |
__STATIC_INLINE void | LL_FMPI2C_ClearSMBusFlag_PECERR (FMPI2C_TypeDef *FMPI2Cx) |
Clear SMBus PEC error flag. More... | |
__STATIC_INLINE void | LL_FMPI2C_ClearSMBusFlag_TIMEOUT (FMPI2C_TypeDef *FMPI2Cx) |
Clear SMBus Timeout detection flag. More... | |
__STATIC_INLINE void | LL_FMPI2C_ClearSMBusFlag_ALERT (FMPI2C_TypeDef *FMPI2Cx) |
Clear SMBus Alert flag. More... | |
__STATIC_INLINE void LL_FMPI2C_ClearFlag_ADDR | ( | FMPI2C_TypeDef * | FMPI2Cx | ) |
Clear Address Matched flag. @rmtoll ICR ADDRCF LL_FMPI2C_ClearFlag_ADDR.
FMPI2Cx | FMPI2C Instance. |
None |
Definition at line 1713 of file stm32f4xx_ll_fmpi2c.h.
__STATIC_INLINE void LL_FMPI2C_ClearFlag_ARLO | ( | FMPI2C_TypeDef * | FMPI2Cx | ) |
Clear Arbitration lost flag. @rmtoll ICR ARLOCF LL_FMPI2C_ClearFlag_ARLO.
FMPI2Cx | FMPI2C Instance. |
None |
Definition at line 1769 of file stm32f4xx_ll_fmpi2c.h.
__STATIC_INLINE void LL_FMPI2C_ClearFlag_BERR | ( | FMPI2C_TypeDef * | FMPI2Cx | ) |
Clear Bus error flag. @rmtoll ICR BERRCF LL_FMPI2C_ClearFlag_BERR.
FMPI2Cx | FMPI2C Instance. |
None |
Definition at line 1758 of file stm32f4xx_ll_fmpi2c.h.
__STATIC_INLINE void LL_FMPI2C_ClearFlag_NACK | ( | FMPI2C_TypeDef * | FMPI2Cx | ) |
Clear Not Acknowledge flag. @rmtoll ICR NACKCF LL_FMPI2C_ClearFlag_NACK.
FMPI2Cx | FMPI2C Instance. |
None |
Definition at line 1724 of file stm32f4xx_ll_fmpi2c.h.
__STATIC_INLINE void LL_FMPI2C_ClearFlag_OVR | ( | FMPI2C_TypeDef * | FMPI2Cx | ) |
Clear Overrun/Underrun flag. @rmtoll ICR OVRCF LL_FMPI2C_ClearFlag_OVR.
FMPI2Cx | FMPI2C Instance. |
None |
Definition at line 1780 of file stm32f4xx_ll_fmpi2c.h.
__STATIC_INLINE void LL_FMPI2C_ClearFlag_STOP | ( | FMPI2C_TypeDef * | FMPI2Cx | ) |
Clear Stop detection flag. @rmtoll ICR STOPCF LL_FMPI2C_ClearFlag_STOP.
FMPI2Cx | FMPI2C Instance. |
None |
Definition at line 1735 of file stm32f4xx_ll_fmpi2c.h.
__STATIC_INLINE void LL_FMPI2C_ClearFlag_TXE | ( | FMPI2C_TypeDef * | FMPI2Cx | ) |
Clear Transmit data register empty flag (TXE).
FMPI2Cx | FMPI2C Instance. |
None |
Definition at line 1747 of file stm32f4xx_ll_fmpi2c.h.
__STATIC_INLINE void LL_FMPI2C_ClearSMBusFlag_ALERT | ( | FMPI2C_TypeDef * | FMPI2Cx | ) |
Clear SMBus Alert flag.
FMPI2Cx | FMPI2C Instance. |
None |
Definition at line 1819 of file stm32f4xx_ll_fmpi2c.h.
__STATIC_INLINE void LL_FMPI2C_ClearSMBusFlag_PECERR | ( | FMPI2C_TypeDef * | FMPI2Cx | ) |
Clear SMBus PEC error flag.
FMPI2Cx | FMPI2C Instance. |
None |
Definition at line 1793 of file stm32f4xx_ll_fmpi2c.h.
__STATIC_INLINE void LL_FMPI2C_ClearSMBusFlag_TIMEOUT | ( | FMPI2C_TypeDef * | FMPI2Cx | ) |
Clear SMBus Timeout detection flag.
FMPI2Cx | FMPI2C Instance. |
None |
Definition at line 1806 of file stm32f4xx_ll_fmpi2c.h.
__STATIC_INLINE uint32_t LL_FMPI2C_IsActiveFlag_ADDR | ( | const FMPI2C_TypeDef * | FMPI2Cx | ) |
Indicate the status of Address matched flag (slave mode).
FMPI2Cx | FMPI2C Instance. |
State | of bit (1 or 0). |
Definition at line 1552 of file stm32f4xx_ll_fmpi2c.h.
__STATIC_INLINE uint32_t LL_FMPI2C_IsActiveFlag_ARLO | ( | const FMPI2C_TypeDef * | FMPI2Cx | ) |
Indicate the status of Arbitration lost flag.
FMPI2Cx | FMPI2C Instance. |
State | of bit (1 or 0). |
Definition at line 1630 of file stm32f4xx_ll_fmpi2c.h.
__STATIC_INLINE uint32_t LL_FMPI2C_IsActiveFlag_BERR | ( | const FMPI2C_TypeDef * | FMPI2Cx | ) |
Indicate the status of Bus error flag.
FMPI2Cx | FMPI2C Instance. |
State | of bit (1 or 0). |
Definition at line 1617 of file stm32f4xx_ll_fmpi2c.h.
__STATIC_INLINE uint32_t LL_FMPI2C_IsActiveFlag_BUSY | ( | const FMPI2C_TypeDef * | FMPI2Cx | ) |
Indicate the status of Bus Busy flag.
FMPI2Cx | FMPI2C Instance. |
State | of bit (1 or 0). |
Definition at line 1702 of file stm32f4xx_ll_fmpi2c.h.
__STATIC_INLINE uint32_t LL_FMPI2C_IsActiveFlag_NACK | ( | const FMPI2C_TypeDef * | FMPI2Cx | ) |
Indicate the status of Not Acknowledge received flag.
FMPI2Cx | FMPI2C Instance. |
State | of bit (1 or 0). |
Definition at line 1565 of file stm32f4xx_ll_fmpi2c.h.
__STATIC_INLINE uint32_t LL_FMPI2C_IsActiveFlag_OVR | ( | const FMPI2C_TypeDef * | FMPI2Cx | ) |
Indicate the status of Overrun/Underrun flag (slave mode).
FMPI2Cx | FMPI2C Instance. |
State | of bit (1 or 0). |
Definition at line 1643 of file stm32f4xx_ll_fmpi2c.h.
__STATIC_INLINE uint32_t LL_FMPI2C_IsActiveFlag_RXNE | ( | const FMPI2C_TypeDef * | FMPI2Cx | ) |
Indicate the status of Receive data register not empty flag.
FMPI2Cx | FMPI2C Instance. |
State | of bit (1 or 0). |
Definition at line 1539 of file stm32f4xx_ll_fmpi2c.h.
__STATIC_INLINE uint32_t LL_FMPI2C_IsActiveFlag_STOP | ( | const FMPI2C_TypeDef * | FMPI2Cx | ) |
Indicate the status of Stop detection flag.
FMPI2Cx | FMPI2C Instance. |
State | of bit (1 or 0). |
Definition at line 1578 of file stm32f4xx_ll_fmpi2c.h.
__STATIC_INLINE uint32_t LL_FMPI2C_IsActiveFlag_TC | ( | const FMPI2C_TypeDef * | FMPI2Cx | ) |
Indicate the status of Transfer complete flag (master mode).
FMPI2Cx | FMPI2C Instance. |
State | of bit (1 or 0). |
Definition at line 1591 of file stm32f4xx_ll_fmpi2c.h.
__STATIC_INLINE uint32_t LL_FMPI2C_IsActiveFlag_TCR | ( | const FMPI2C_TypeDef * | FMPI2Cx | ) |
Indicate the status of Transfer complete flag (master mode).
FMPI2Cx | FMPI2C Instance. |
State | of bit (1 or 0). |
Definition at line 1604 of file stm32f4xx_ll_fmpi2c.h.
__STATIC_INLINE uint32_t LL_FMPI2C_IsActiveFlag_TXE | ( | const FMPI2C_TypeDef * | FMPI2Cx | ) |
Indicate the status of Transmit data register empty flag.
FMPI2Cx | FMPI2C Instance. |
State | of bit (1 or 0). |
Definition at line 1513 of file stm32f4xx_ll_fmpi2c.h.
__STATIC_INLINE uint32_t LL_FMPI2C_IsActiveFlag_TXIS | ( | const FMPI2C_TypeDef * | FMPI2Cx | ) |
Indicate the status of Transmit interrupt flag.
FMPI2Cx | FMPI2C Instance. |
State | of bit (1 or 0). |
Definition at line 1526 of file stm32f4xx_ll_fmpi2c.h.
__STATIC_INLINE uint32_t LL_FMPI2C_IsActiveSMBusFlag_ALERT | ( | const FMPI2C_TypeDef * | FMPI2Cx | ) |
Indicate the status of SMBus alert flag.
FMPI2Cx | FMPI2C Instance. |
State | of bit (1 or 0). |
Definition at line 1689 of file stm32f4xx_ll_fmpi2c.h.
__STATIC_INLINE uint32_t LL_FMPI2C_IsActiveSMBusFlag_PECERR | ( | const FMPI2C_TypeDef * | FMPI2Cx | ) |
Indicate the status of SMBus PEC error flag in reception.
FMPI2Cx | FMPI2C Instance. |
State | of bit (1 or 0). |
Definition at line 1658 of file stm32f4xx_ll_fmpi2c.h.
__STATIC_INLINE uint32_t LL_FMPI2C_IsActiveSMBusFlag_TIMEOUT | ( | const FMPI2C_TypeDef * | FMPI2Cx | ) |
Indicate the status of SMBus Timeout detection flag.
FMPI2Cx | FMPI2C Instance. |
State | of bit (1 or 0). |
Definition at line 1673 of file stm32f4xx_ll_fmpi2c.h.