STM32F103xB 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 1044 of file stm32f1xx_ll_i2c.h.
__STATIC_INLINE void LL_I2C_DisableIT_ERR | ( | I2C_TypeDef * | I2Cx | ) |
Disable Error interrupts.
I2Cx | I2C Instance. |
None |
Definition at line 1097 of file stm32f1xx_ll_i2c.h.
__STATIC_INLINE void LL_I2C_DisableIT_EVT | ( | I2C_TypeDef * | I2Cx | ) |
Disable Events interrupts.
I2Cx | I2C Instance. |
None |
Definition at line 1005 of file stm32f1xx_ll_i2c.h.
__STATIC_INLINE void LL_I2C_DisableIT_RX | ( | I2C_TypeDef * | I2Cx | ) |
Disable RXNE interrupt.
I2Cx | I2C Instance. |
None |
Definition at line 953 of file stm32f1xx_ll_i2c.h.
__STATIC_INLINE void LL_I2C_DisableIT_TX | ( | I2C_TypeDef * | I2Cx | ) |
Disable TXE interrupt.
I2Cx | I2C Instance. |
None |
Definition at line 917 of file stm32f1xx_ll_i2c.h.
__STATIC_INLINE void LL_I2C_EnableIT_BUF | ( | I2C_TypeDef * | I2Cx | ) |
Enable Buffer interrupts.
I2Cx | I2C Instance. |
None |
Definition at line 1030 of file stm32f1xx_ll_i2c.h.
__STATIC_INLINE void LL_I2C_EnableIT_ERR | ( | I2C_TypeDef * | I2Cx | ) |
Enable Error interrupts.
I2Cx | I2C Instance. |
None |
Definition at line 1076 of file stm32f1xx_ll_i2c.h.
__STATIC_INLINE void LL_I2C_EnableIT_EVT | ( | I2C_TypeDef * | I2Cx | ) |
Enable Events interrupts.
I2Cx | I2C Instance. |
None |
Definition at line 986 of file stm32f1xx_ll_i2c.h.
__STATIC_INLINE void LL_I2C_EnableIT_RX | ( | I2C_TypeDef * | I2Cx | ) |
Enable RXNE interrupt.
I2Cx | I2C Instance. |
None |
Definition at line 941 of file stm32f1xx_ll_i2c.h.
__STATIC_INLINE void LL_I2C_EnableIT_TX | ( | I2C_TypeDef * | I2Cx | ) |
Enable TXE interrupt.
I2Cx | I2C Instance. |
None |
Definition at line 905 of file stm32f1xx_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 1055 of file stm32f1xx_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 1108 of file stm32f1xx_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 1016 of file stm32f1xx_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 965 of file stm32f1xx_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 929 of file stm32f1xx_ll_i2c.h.