|
STM32F479xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_I2C_EnableIT_TX (I2C_TypeDef *I2Cx) |
| Enable TXE interrupt. | |
| __STATIC_INLINE void | LL_I2C_DisableIT_TX (I2C_TypeDef *I2Cx) |
| Disable TXE interrupt. | |
| __STATIC_INLINE uint32_t | LL_I2C_IsEnabledIT_TX (I2C_TypeDef *I2Cx) |
| Check if the TXE Interrupt is enabled or disabled. | |
| __STATIC_INLINE void | LL_I2C_EnableIT_RX (I2C_TypeDef *I2Cx) |
| Enable RXNE interrupt. | |
| __STATIC_INLINE void | LL_I2C_DisableIT_RX (I2C_TypeDef *I2Cx) |
| Disable RXNE interrupt. | |
| __STATIC_INLINE uint32_t | LL_I2C_IsEnabledIT_RX (I2C_TypeDef *I2Cx) |
| Check if the RXNE Interrupt is enabled or disabled. | |
| __STATIC_INLINE void | LL_I2C_EnableIT_EVT (I2C_TypeDef *I2Cx) |
| Enable Events interrupts. | |
| __STATIC_INLINE void | LL_I2C_DisableIT_EVT (I2C_TypeDef *I2Cx) |
| Disable Events interrupts. | |
| __STATIC_INLINE uint32_t | LL_I2C_IsEnabledIT_EVT (I2C_TypeDef *I2Cx) |
| Check if Events interrupts are enabled or disabled. | |
| __STATIC_INLINE void | LL_I2C_EnableIT_BUF (I2C_TypeDef *I2Cx) |
| Enable Buffer interrupts. | |
| __STATIC_INLINE void | LL_I2C_DisableIT_BUF (I2C_TypeDef *I2Cx) |
| Disable Buffer interrupts. | |
| __STATIC_INLINE uint32_t | LL_I2C_IsEnabledIT_BUF (I2C_TypeDef *I2Cx) |
| Check if Buffer interrupts are enabled or disabled. | |
| __STATIC_INLINE void | LL_I2C_EnableIT_ERR (I2C_TypeDef *I2Cx) |
| Enable Error interrupts. | |
| __STATIC_INLINE void | LL_I2C_DisableIT_ERR (I2C_TypeDef *I2Cx) |
| Disable Error interrupts. | |
| __STATIC_INLINE uint32_t | LL_I2C_IsEnabledIT_ERR (I2C_TypeDef *I2Cx) |
| Check if Error interrupts are enabled or disabled. | |
| __STATIC_INLINE void LL_I2C_DisableIT_BUF | ( | I2C_TypeDef * | I2Cx | ) |
Disable Buffer interrupts.
| I2Cx | I2C Instance. |
| None |
Definition at line 1152 of file stm32f4xx_ll_i2c.h.
| __STATIC_INLINE void LL_I2C_DisableIT_ERR | ( | I2C_TypeDef * | I2Cx | ) |
Disable Error interrupts.
| I2Cx | I2C Instance. |
| None |
Definition at line 1205 of file stm32f4xx_ll_i2c.h.
| __STATIC_INLINE void LL_I2C_DisableIT_EVT | ( | I2C_TypeDef * | I2Cx | ) |
Disable Events interrupts.
| I2Cx | I2C Instance. |
| None |
Definition at line 1113 of file stm32f4xx_ll_i2c.h.
| __STATIC_INLINE void LL_I2C_DisableIT_RX | ( | I2C_TypeDef * | I2Cx | ) |
Disable RXNE interrupt.
| I2Cx | I2C Instance. |
| None |
Definition at line 1061 of file stm32f4xx_ll_i2c.h.
| __STATIC_INLINE void LL_I2C_DisableIT_TX | ( | I2C_TypeDef * | I2Cx | ) |
Disable TXE interrupt.
| I2Cx | I2C Instance. |
| None |
Definition at line 1025 of file stm32f4xx_ll_i2c.h.
| __STATIC_INLINE void LL_I2C_EnableIT_BUF | ( | I2C_TypeDef * | I2Cx | ) |
Enable Buffer interrupts.
| I2Cx | I2C Instance. |
| None |
Definition at line 1138 of file stm32f4xx_ll_i2c.h.
| __STATIC_INLINE void LL_I2C_EnableIT_ERR | ( | I2C_TypeDef * | I2Cx | ) |
Enable Error interrupts.
| I2Cx | I2C Instance. |
| None |
Definition at line 1184 of file stm32f4xx_ll_i2c.h.
| __STATIC_INLINE void LL_I2C_EnableIT_EVT | ( | I2C_TypeDef * | I2Cx | ) |
Enable Events interrupts.
| I2Cx | I2C Instance. |
| None |
Definition at line 1094 of file stm32f4xx_ll_i2c.h.
| __STATIC_INLINE void LL_I2C_EnableIT_RX | ( | I2C_TypeDef * | I2Cx | ) |
Enable RXNE interrupt.
| I2Cx | I2C Instance. |
| None |
Definition at line 1049 of file stm32f4xx_ll_i2c.h.
| __STATIC_INLINE void LL_I2C_EnableIT_TX | ( | I2C_TypeDef * | I2Cx | ) |
Enable TXE interrupt.
| I2Cx | I2C Instance. |
| None |
Definition at line 1013 of file stm32f4xx_ll_i2c.h.
| __STATIC_INLINE uint32_t LL_I2C_IsEnabledIT_BUF | ( | I2C_TypeDef * | I2Cx | ) |
Check if Buffer interrupts are enabled or disabled.
| I2Cx | I2C Instance. |
| State | of bit (1 or 0). |
Definition at line 1163 of file stm32f4xx_ll_i2c.h.
| __STATIC_INLINE uint32_t LL_I2C_IsEnabledIT_ERR | ( | I2C_TypeDef * | I2Cx | ) |
Check if Error interrupts are enabled or disabled.
| I2Cx | I2C Instance. |
| State | of bit (1 or 0). |
Definition at line 1216 of file stm32f4xx_ll_i2c.h.
| __STATIC_INLINE uint32_t LL_I2C_IsEnabledIT_EVT | ( | I2C_TypeDef * | I2Cx | ) |
Check if Events interrupts are enabled or disabled.
| I2Cx | I2C Instance. |
| State | of bit (1 or 0). |
Definition at line 1124 of file stm32f4xx_ll_i2c.h.
| __STATIC_INLINE uint32_t LL_I2C_IsEnabledIT_RX | ( | I2C_TypeDef * | I2Cx | ) |
Check if the RXNE Interrupt is enabled or disabled.
| I2Cx | I2C Instance. |
| State | of bit (1 or 0). |
Definition at line 1073 of file stm32f4xx_ll_i2c.h.
| __STATIC_INLINE uint32_t LL_I2C_IsEnabledIT_TX | ( | I2C_TypeDef * | I2Cx | ) |
Check if the TXE Interrupt is enabled or disabled.
| I2Cx | I2C Instance. |
| State | of bit (1 or 0). |
Definition at line 1037 of file stm32f4xx_ll_i2c.h.
1.7.6.1