STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE uint32_t | LL_I2C_IsActiveFlag_TXE (I2C_TypeDef *I2Cx) |
Indicate the status of Transmit data register empty flag. | |
__STATIC_INLINE uint32_t | LL_I2C_IsActiveFlag_TXIS (I2C_TypeDef *I2Cx) |
Indicate the status of Transmit interrupt flag. | |
__STATIC_INLINE uint32_t | LL_I2C_IsActiveFlag_RXNE (I2C_TypeDef *I2Cx) |
Indicate the status of Receive data register not empty flag. | |
__STATIC_INLINE uint32_t | LL_I2C_IsActiveFlag_ADDR (I2C_TypeDef *I2Cx) |
Indicate the status of Address matched flag (slave mode). | |
__STATIC_INLINE uint32_t | LL_I2C_IsActiveFlag_NACK (I2C_TypeDef *I2Cx) |
Indicate the status of Not Acknowledge received flag. | |
__STATIC_INLINE uint32_t | LL_I2C_IsActiveFlag_STOP (I2C_TypeDef *I2Cx) |
Indicate the status of Stop detection flag. | |
__STATIC_INLINE uint32_t | LL_I2C_IsActiveFlag_TC (I2C_TypeDef *I2Cx) |
Indicate the status of Transfer complete flag (master mode). | |
__STATIC_INLINE uint32_t | LL_I2C_IsActiveFlag_TCR (I2C_TypeDef *I2Cx) |
Indicate the status of Transfer complete flag (master mode). | |
__STATIC_INLINE uint32_t | LL_I2C_IsActiveFlag_BERR (I2C_TypeDef *I2Cx) |
Indicate the status of Bus error flag. | |
__STATIC_INLINE uint32_t | LL_I2C_IsActiveFlag_ARLO (I2C_TypeDef *I2Cx) |
Indicate the status of Arbitration lost flag. | |
__STATIC_INLINE uint32_t | LL_I2C_IsActiveFlag_OVR (I2C_TypeDef *I2Cx) |
Indicate the status of Overrun/Underrun flag (slave mode). | |
__STATIC_INLINE uint32_t | LL_I2C_IsActiveSMBusFlag_PECERR (I2C_TypeDef *I2Cx) |
Indicate the status of SMBus PEC error flag in reception. | |
__STATIC_INLINE uint32_t | LL_I2C_IsActiveSMBusFlag_TIMEOUT (I2C_TypeDef *I2Cx) |
Indicate the status of SMBus Timeout detection flag. | |
__STATIC_INLINE uint32_t | LL_I2C_IsActiveSMBusFlag_ALERT (I2C_TypeDef *I2Cx) |
Indicate the status of SMBus alert flag. | |
__STATIC_INLINE uint32_t | LL_I2C_IsActiveFlag_BUSY (I2C_TypeDef *I2Cx) |
Indicate the status of Bus Busy flag. | |
__STATIC_INLINE void | LL_I2C_ClearFlag_ADDR (I2C_TypeDef *I2Cx) |
Clear Address Matched flag. | |
__STATIC_INLINE void | LL_I2C_ClearFlag_NACK (I2C_TypeDef *I2Cx) |
Clear Not Acknowledge flag. | |
__STATIC_INLINE void | LL_I2C_ClearFlag_STOP (I2C_TypeDef *I2Cx) |
Clear Stop detection flag. | |
__STATIC_INLINE void | LL_I2C_ClearFlag_TXE (I2C_TypeDef *I2Cx) |
Clear Transmit data register empty flag (TXE). | |
__STATIC_INLINE void | LL_I2C_ClearFlag_BERR (I2C_TypeDef *I2Cx) |
Clear Bus error flag. | |
__STATIC_INLINE void | LL_I2C_ClearFlag_ARLO (I2C_TypeDef *I2Cx) |
Clear Arbitration lost flag. | |
__STATIC_INLINE void | LL_I2C_ClearFlag_OVR (I2C_TypeDef *I2Cx) |
Clear Overrun/Underrun flag. | |
__STATIC_INLINE void | LL_I2C_ClearSMBusFlag_PECERR (I2C_TypeDef *I2Cx) |
Clear SMBus PEC error flag. | |
__STATIC_INLINE void | LL_I2C_ClearSMBusFlag_TIMEOUT (I2C_TypeDef *I2Cx) |
Clear SMBus Timeout detection flag. | |
__STATIC_INLINE void | LL_I2C_ClearSMBusFlag_ALERT (I2C_TypeDef *I2Cx) |
Clear SMBus Alert flag. |
__STATIC_INLINE void LL_I2C_ClearFlag_ADDR | ( | I2C_TypeDef * | I2Cx | ) |
Clear Address Matched flag.
I2Cx | I2C Instance. |
None |
Definition at line 1752 of file stm32h7xx_ll_i2c.h.
__STATIC_INLINE void LL_I2C_ClearFlag_ARLO | ( | I2C_TypeDef * | I2Cx | ) |
Clear Arbitration lost flag.
I2Cx | I2C Instance. |
None |
Definition at line 1808 of file stm32h7xx_ll_i2c.h.
__STATIC_INLINE void LL_I2C_ClearFlag_BERR | ( | I2C_TypeDef * | I2Cx | ) |
Clear Bus error flag.
I2Cx | I2C Instance. |
None |
Definition at line 1797 of file stm32h7xx_ll_i2c.h.
__STATIC_INLINE void LL_I2C_ClearFlag_NACK | ( | I2C_TypeDef * | I2Cx | ) |
Clear Not Acknowledge flag.
I2Cx | I2C Instance. |
None |
Definition at line 1763 of file stm32h7xx_ll_i2c.h.
__STATIC_INLINE void LL_I2C_ClearFlag_OVR | ( | I2C_TypeDef * | I2Cx | ) |
Clear Overrun/Underrun flag.
I2Cx | I2C Instance. |
None |
Definition at line 1819 of file stm32h7xx_ll_i2c.h.
__STATIC_INLINE void LL_I2C_ClearFlag_STOP | ( | I2C_TypeDef * | I2Cx | ) |
Clear Stop detection flag.
I2Cx | I2C Instance. |
None |
Definition at line 1774 of file stm32h7xx_ll_i2c.h.
__STATIC_INLINE void LL_I2C_ClearFlag_TXE | ( | I2C_TypeDef * | I2Cx | ) |
Clear Transmit data register empty flag (TXE).
I2Cx | I2C Instance. |
None |
Definition at line 1786 of file stm32h7xx_ll_i2c.h.
__STATIC_INLINE void LL_I2C_ClearSMBusFlag_ALERT | ( | I2C_TypeDef * | I2Cx | ) |
Clear SMBus Alert flag.
I2Cx | I2C Instance. |
None |
Definition at line 1858 of file stm32h7xx_ll_i2c.h.
__STATIC_INLINE void LL_I2C_ClearSMBusFlag_PECERR | ( | I2C_TypeDef * | I2Cx | ) |
Clear SMBus PEC error flag.
I2Cx | I2C Instance. |
None |
Definition at line 1832 of file stm32h7xx_ll_i2c.h.
__STATIC_INLINE void LL_I2C_ClearSMBusFlag_TIMEOUT | ( | I2C_TypeDef * | I2Cx | ) |
Clear SMBus Timeout detection flag.
I2Cx | I2C Instance. |
None |
Definition at line 1845 of file stm32h7xx_ll_i2c.h.
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_ADDR | ( | I2C_TypeDef * | I2Cx | ) |
Indicate the status of Address matched flag (slave mode).
I2Cx | I2C Instance. |
State | of bit (1 or 0). |
Definition at line 1591 of file stm32h7xx_ll_i2c.h.
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_ARLO | ( | I2C_TypeDef * | I2Cx | ) |
Indicate the status of Arbitration lost flag.
I2Cx | I2C Instance. |
State | of bit (1 or 0). |
Definition at line 1669 of file stm32h7xx_ll_i2c.h.
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_BERR | ( | I2C_TypeDef * | I2Cx | ) |
Indicate the status of Bus error flag.
I2Cx | I2C Instance. |
State | of bit (1 or 0). |
Definition at line 1656 of file stm32h7xx_ll_i2c.h.
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_BUSY | ( | I2C_TypeDef * | I2Cx | ) |
Indicate the status of Bus Busy flag.
I2Cx | I2C Instance. |
State | of bit (1 or 0). |
Definition at line 1741 of file stm32h7xx_ll_i2c.h.
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_NACK | ( | I2C_TypeDef * | I2Cx | ) |
Indicate the status of Not Acknowledge received flag.
I2Cx | I2C Instance. |
State | of bit (1 or 0). |
Definition at line 1604 of file stm32h7xx_ll_i2c.h.
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_OVR | ( | I2C_TypeDef * | I2Cx | ) |
Indicate the status of Overrun/Underrun flag (slave mode).
I2Cx | I2C Instance. |
State | of bit (1 or 0). |
Definition at line 1682 of file stm32h7xx_ll_i2c.h.
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_RXNE | ( | I2C_TypeDef * | I2Cx | ) |
Indicate the status of Receive data register not empty flag.
I2Cx | I2C Instance. |
State | of bit (1 or 0). |
Definition at line 1578 of file stm32h7xx_ll_i2c.h.
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_STOP | ( | I2C_TypeDef * | I2Cx | ) |
Indicate the status of Stop detection flag.
I2Cx | I2C Instance. |
State | of bit (1 or 0). |
Definition at line 1617 of file stm32h7xx_ll_i2c.h.
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_TC | ( | I2C_TypeDef * | I2Cx | ) |
Indicate the status of Transfer complete flag (master mode).
I2Cx | I2C Instance. |
State | of bit (1 or 0). |
Definition at line 1630 of file stm32h7xx_ll_i2c.h.
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_TCR | ( | I2C_TypeDef * | I2Cx | ) |
Indicate the status of Transfer complete flag (master mode).
I2Cx | I2C Instance. |
State | of bit (1 or 0). |
Definition at line 1643 of file stm32h7xx_ll_i2c.h.
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_TXE | ( | I2C_TypeDef * | I2Cx | ) |
Indicate the status of Transmit data register empty flag.
I2Cx | I2C Instance. |
State | of bit (1 or 0). |
Definition at line 1552 of file stm32h7xx_ll_i2c.h.
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_TXIS | ( | I2C_TypeDef * | I2Cx | ) |
Indicate the status of Transmit interrupt flag.
I2Cx | I2C Instance. |
State | of bit (1 or 0). |
Definition at line 1565 of file stm32h7xx_ll_i2c.h.
__STATIC_INLINE uint32_t LL_I2C_IsActiveSMBusFlag_ALERT | ( | I2C_TypeDef * | I2Cx | ) |
Indicate the status of SMBus alert flag.
I2Cx | I2C Instance. |
State | of bit (1 or 0). |
Definition at line 1728 of file stm32h7xx_ll_i2c.h.
__STATIC_INLINE uint32_t LL_I2C_IsActiveSMBusFlag_PECERR | ( | I2C_TypeDef * | I2Cx | ) |
Indicate the status of SMBus PEC error flag in reception.
I2Cx | I2C Instance. |
State | of bit (1 or 0). |
Definition at line 1697 of file stm32h7xx_ll_i2c.h.
__STATIC_INLINE uint32_t LL_I2C_IsActiveSMBusFlag_TIMEOUT | ( | I2C_TypeDef * | I2Cx | ) |
Indicate the status of SMBus Timeout detection flag.
I2Cx | I2C Instance. |
State | of bit (1 or 0). |
Definition at line 1712 of file stm32h7xx_ll_i2c.h.