|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_I2C_EnableIT_TX (I2C_TypeDef *I2Cx) |
| Enable TXIS interrupt. CR1 TXIE LL_I2C_EnableIT_TX. More... | |
| __STATIC_INLINE void | LL_I2C_DisableIT_TX (I2C_TypeDef *I2Cx) |
| Disable TXIS interrupt. CR1 TXIE LL_I2C_DisableIT_TX. More... | |
| __STATIC_INLINE uint32_t | LL_I2C_IsEnabledIT_TX (I2C_TypeDef *I2Cx) |
| Check if the TXIS Interrupt is enabled or disabled. CR1 TXIE LL_I2C_IsEnabledIT_TX. More... | |
| __STATIC_INLINE void | LL_I2C_EnableIT_RX (I2C_TypeDef *I2Cx) |
| Enable RXNE interrupt. CR1 RXIE LL_I2C_EnableIT_RX. More... | |
| __STATIC_INLINE void | LL_I2C_DisableIT_RX (I2C_TypeDef *I2Cx) |
| Disable RXNE interrupt. CR1 RXIE LL_I2C_DisableIT_RX. More... | |
| __STATIC_INLINE uint32_t | LL_I2C_IsEnabledIT_RX (I2C_TypeDef *I2Cx) |
| Check if the RXNE Interrupt is enabled or disabled. CR1 RXIE LL_I2C_IsEnabledIT_RX. More... | |
| __STATIC_INLINE void | LL_I2C_EnableIT_ADDR (I2C_TypeDef *I2Cx) |
| Enable Address match interrupt (slave mode only). CR1 ADDRIE LL_I2C_EnableIT_ADDR. More... | |
| __STATIC_INLINE void | LL_I2C_DisableIT_ADDR (I2C_TypeDef *I2Cx) |
| Disable Address match interrupt (slave mode only). CR1 ADDRIE LL_I2C_DisableIT_ADDR. More... | |
| __STATIC_INLINE uint32_t | LL_I2C_IsEnabledIT_ADDR (I2C_TypeDef *I2Cx) |
| Check if Address match interrupt is enabled or disabled. CR1 ADDRIE LL_I2C_IsEnabledIT_ADDR. More... | |
| __STATIC_INLINE void | LL_I2C_EnableIT_NACK (I2C_TypeDef *I2Cx) |
| Enable Not acknowledge received interrupt. CR1 NACKIE LL_I2C_EnableIT_NACK. More... | |
| __STATIC_INLINE void | LL_I2C_DisableIT_NACK (I2C_TypeDef *I2Cx) |
| Disable Not acknowledge received interrupt. CR1 NACKIE LL_I2C_DisableIT_NACK. More... | |
| __STATIC_INLINE uint32_t | LL_I2C_IsEnabledIT_NACK (I2C_TypeDef *I2Cx) |
| Check if Not acknowledge received interrupt is enabled or disabled. CR1 NACKIE LL_I2C_IsEnabledIT_NACK. More... | |
| __STATIC_INLINE void | LL_I2C_EnableIT_STOP (I2C_TypeDef *I2Cx) |
| Enable STOP detection interrupt. CR1 STOPIE LL_I2C_EnableIT_STOP. More... | |
| __STATIC_INLINE void | LL_I2C_DisableIT_STOP (I2C_TypeDef *I2Cx) |
| Disable STOP detection interrupt. CR1 STOPIE LL_I2C_DisableIT_STOP. More... | |
| __STATIC_INLINE uint32_t | LL_I2C_IsEnabledIT_STOP (I2C_TypeDef *I2Cx) |
| Check if STOP detection interrupt is enabled or disabled. CR1 STOPIE LL_I2C_IsEnabledIT_STOP. More... | |
| __STATIC_INLINE void | LL_I2C_EnableIT_TC (I2C_TypeDef *I2Cx) |
| Enable Transfer Complete interrupt. More... | |
| __STATIC_INLINE void | LL_I2C_DisableIT_TC (I2C_TypeDef *I2Cx) |
| Disable Transfer Complete interrupt. More... | |
| __STATIC_INLINE uint32_t | LL_I2C_IsEnabledIT_TC (I2C_TypeDef *I2Cx) |
| Check if Transfer Complete interrupt is enabled or disabled. CR1 TCIE LL_I2C_IsEnabledIT_TC. More... | |
| __STATIC_INLINE void | LL_I2C_EnableIT_ERR (I2C_TypeDef *I2Cx) |
| Enable Error interrupts. More... | |
| __STATIC_INLINE void | LL_I2C_DisableIT_ERR (I2C_TypeDef *I2Cx) |
| Disable Error interrupts. More... | |
| __STATIC_INLINE uint32_t | LL_I2C_IsEnabledIT_ERR (I2C_TypeDef *I2Cx) |
| Check if Error interrupts are enabled or disabled. CR1 ERRIE LL_I2C_IsEnabledIT_ERR. More... | |
| __STATIC_INLINE void LL_I2C_DisableIT_ADDR | ( | I2C_TypeDef * | I2Cx | ) |
Disable Address match interrupt (slave mode only). CR1 ADDRIE LL_I2C_DisableIT_ADDR.
| I2Cx | I2C Instance. |
| None |
Definition at line 1323 of file stm32l4xx_ll_i2c.h.
| __STATIC_INLINE void LL_I2C_DisableIT_ERR | ( | I2C_TypeDef * | I2Cx | ) |
Disable Error interrupts.
| I2Cx | I2C Instance. |
| None |
Definition at line 1479 of file stm32l4xx_ll_i2c.h.
| __STATIC_INLINE void LL_I2C_DisableIT_NACK | ( | I2C_TypeDef * | I2Cx | ) |
Disable Not acknowledge received interrupt. CR1 NACKIE LL_I2C_DisableIT_NACK.
| I2Cx | I2C Instance. |
| None |
Definition at line 1356 of file stm32l4xx_ll_i2c.h.
| __STATIC_INLINE void LL_I2C_DisableIT_RX | ( | I2C_TypeDef * | I2Cx | ) |
Disable RXNE interrupt. CR1 RXIE LL_I2C_DisableIT_RX.
| I2Cx | I2C Instance. |
| None |
Definition at line 1290 of file stm32l4xx_ll_i2c.h.
| __STATIC_INLINE void LL_I2C_DisableIT_STOP | ( | I2C_TypeDef * | I2Cx | ) |
Disable STOP detection interrupt. CR1 STOPIE LL_I2C_DisableIT_STOP.
| I2Cx | I2C Instance. |
| None |
Definition at line 1389 of file stm32l4xx_ll_i2c.h.
| __STATIC_INLINE void LL_I2C_DisableIT_TC | ( | I2C_TypeDef * | I2Cx | ) |
Disable Transfer Complete interrupt.
| I2Cx | I2C Instance. |
| None |
Definition at line 1428 of file stm32l4xx_ll_i2c.h.
| __STATIC_INLINE void LL_I2C_DisableIT_TX | ( | I2C_TypeDef * | I2Cx | ) |
Disable TXIS interrupt. CR1 TXIE LL_I2C_DisableIT_TX.
| I2Cx | I2C Instance. |
| None |
Definition at line 1257 of file stm32l4xx_ll_i2c.h.
| __STATIC_INLINE void LL_I2C_EnableIT_ADDR | ( | I2C_TypeDef * | I2Cx | ) |
Enable Address match interrupt (slave mode only). CR1 ADDRIE LL_I2C_EnableIT_ADDR.
| I2Cx | I2C Instance. |
| None |
Definition at line 1312 of file stm32l4xx_ll_i2c.h.
| __STATIC_INLINE void LL_I2C_EnableIT_ERR | ( | I2C_TypeDef * | I2Cx | ) |
Enable Error interrupts.
| I2Cx | I2C Instance. |
| None |
Definition at line 1459 of file stm32l4xx_ll_i2c.h.
| __STATIC_INLINE void LL_I2C_EnableIT_NACK | ( | I2C_TypeDef * | I2Cx | ) |
Enable Not acknowledge received interrupt. CR1 NACKIE LL_I2C_EnableIT_NACK.
| I2Cx | I2C Instance. |
| None |
Definition at line 1345 of file stm32l4xx_ll_i2c.h.
| __STATIC_INLINE void LL_I2C_EnableIT_RX | ( | I2C_TypeDef * | I2Cx | ) |
Enable RXNE interrupt. CR1 RXIE LL_I2C_EnableIT_RX.
| I2Cx | I2C Instance. |
| None |
Definition at line 1279 of file stm32l4xx_ll_i2c.h.
| __STATIC_INLINE void LL_I2C_EnableIT_STOP | ( | I2C_TypeDef * | I2Cx | ) |
Enable STOP detection interrupt. CR1 STOPIE LL_I2C_EnableIT_STOP.
| I2Cx | I2C Instance. |
| None |
Definition at line 1378 of file stm32l4xx_ll_i2c.h.
| __STATIC_INLINE void LL_I2C_EnableIT_TC | ( | I2C_TypeDef * | I2Cx | ) |
Enable Transfer Complete interrupt.
| I2Cx | I2C Instance. |
| None |
Definition at line 1414 of file stm32l4xx_ll_i2c.h.
| __STATIC_INLINE void LL_I2C_EnableIT_TX | ( | I2C_TypeDef * | I2Cx | ) |
Enable TXIS interrupt. CR1 TXIE LL_I2C_EnableIT_TX.
| I2Cx | I2C Instance. |
| None |
Definition at line 1246 of file stm32l4xx_ll_i2c.h.
| __STATIC_INLINE uint32_t LL_I2C_IsEnabledIT_ADDR | ( | I2C_TypeDef * | I2Cx | ) |
Check if Address match interrupt is enabled or disabled. CR1 ADDRIE LL_I2C_IsEnabledIT_ADDR.
| I2Cx | I2C Instance. |
| State | of bit (1 or 0). |
Definition at line 1334 of file stm32l4xx_ll_i2c.h.
| __STATIC_INLINE uint32_t LL_I2C_IsEnabledIT_ERR | ( | I2C_TypeDef * | I2Cx | ) |
Check if Error interrupts are enabled or disabled. CR1 ERRIE LL_I2C_IsEnabledIT_ERR.
| I2Cx | I2C Instance. |
| State | of bit (1 or 0). |
Definition at line 1490 of file stm32l4xx_ll_i2c.h.
| __STATIC_INLINE uint32_t LL_I2C_IsEnabledIT_NACK | ( | I2C_TypeDef * | I2Cx | ) |
Check if Not acknowledge received interrupt is enabled or disabled. CR1 NACKIE LL_I2C_IsEnabledIT_NACK.
| I2Cx | I2C Instance. |
| State | of bit (1 or 0). |
Definition at line 1367 of file stm32l4xx_ll_i2c.h.
| __STATIC_INLINE uint32_t LL_I2C_IsEnabledIT_RX | ( | I2C_TypeDef * | I2Cx | ) |
Check if the RXNE Interrupt is enabled or disabled. CR1 RXIE LL_I2C_IsEnabledIT_RX.
| I2Cx | I2C Instance. |
| State | of bit (1 or 0). |
Definition at line 1301 of file stm32l4xx_ll_i2c.h.
| __STATIC_INLINE uint32_t LL_I2C_IsEnabledIT_STOP | ( | I2C_TypeDef * | I2Cx | ) |
Check if STOP detection interrupt is enabled or disabled. CR1 STOPIE LL_I2C_IsEnabledIT_STOP.
| I2Cx | I2C Instance. |
| State | of bit (1 or 0). |
Definition at line 1400 of file stm32l4xx_ll_i2c.h.
| __STATIC_INLINE uint32_t LL_I2C_IsEnabledIT_TC | ( | I2C_TypeDef * | I2Cx | ) |
Check if Transfer Complete interrupt is enabled or disabled. CR1 TCIE LL_I2C_IsEnabledIT_TC.
| I2Cx | I2C Instance. |
| State | of bit (1 or 0). |
Definition at line 1439 of file stm32l4xx_ll_i2c.h.
| __STATIC_INLINE uint32_t LL_I2C_IsEnabledIT_TX | ( | I2C_TypeDef * | I2Cx | ) |
Check if the TXIS Interrupt is enabled or disabled. CR1 TXIE LL_I2C_IsEnabledIT_TX.
| I2Cx | I2C Instance. |
| State | of bit (1 or 0). |
Definition at line 1268 of file stm32l4xx_ll_i2c.h.