STM32F103xB 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_BTF (I2C_TypeDef *I2Cx) |
Indicate the status of Byte Transfer Finished 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_SB (I2C_TypeDef *I2Cx) |
Indicate the status of Start Bit (master mode). | |
__STATIC_INLINE uint32_t | LL_I2C_IsActiveFlag_ADDR (I2C_TypeDef *I2Cx) |
Indicate the status of Address sent (master mode) or Address matched flag (slave mode). | |
__STATIC_INLINE uint32_t | LL_I2C_IsActiveFlag_ADD10 (I2C_TypeDef *I2Cx) |
Indicate the status of 10-bit header sent (master mode). | |
__STATIC_INLINE uint32_t | LL_I2C_IsActiveFlag_AF (I2C_TypeDef *I2Cx) |
Indicate the status of Acknowledge failure flag. | |
__STATIC_INLINE uint32_t | LL_I2C_IsActiveFlag_STOP (I2C_TypeDef *I2Cx) |
Indicate the status of Stop detection flag (slave 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. | |
__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 uint32_t | LL_I2C_IsActiveFlag_DUAL (I2C_TypeDef *I2Cx) |
Indicate the status of Dual flag. | |
__STATIC_INLINE uint32_t | LL_I2C_IsActiveSMBusFlag_SMBHOST (I2C_TypeDef *I2Cx) |
Indicate the status of SMBus Host address reception (Slave mode). | |
__STATIC_INLINE uint32_t | LL_I2C_IsActiveSMBusFlag_SMBDEFAULT (I2C_TypeDef *I2Cx) |
Indicate the status of SMBus Device default address reception (Slave mode). | |
__STATIC_INLINE uint32_t | LL_I2C_IsActiveFlag_GENCALL (I2C_TypeDef *I2Cx) |
Indicate the status of General call address reception (Slave mode). | |
__STATIC_INLINE uint32_t | LL_I2C_IsActiveFlag_MSL (I2C_TypeDef *I2Cx) |
Indicate the status of Master/Slave flag. | |
__STATIC_INLINE void | LL_I2C_ClearFlag_ADDR (I2C_TypeDef *I2Cx) |
Clear Address Matched flag. | |
__STATIC_INLINE void | LL_I2C_ClearFlag_AF (I2C_TypeDef *I2Cx) |
Clear Acknowledge failure flag. | |
__STATIC_INLINE void | LL_I2C_ClearFlag_STOP (I2C_TypeDef *I2Cx) |
Clear Stop detection flag. | |
__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 1396 of file stm32f1xx_ll_i2c.h.
__STATIC_INLINE void LL_I2C_ClearFlag_AF | ( | I2C_TypeDef * | I2Cx | ) |
Clear Acknowledge failure flag.
I2Cx | I2C Instance. |
None |
Definition at line 1411 of file stm32f1xx_ll_i2c.h.
__STATIC_INLINE void LL_I2C_ClearFlag_ARLO | ( | I2C_TypeDef * | I2Cx | ) |
Clear Arbitration lost flag.
I2Cx | I2C Instance. |
None |
Definition at line 1450 of file stm32f1xx_ll_i2c.h.
__STATIC_INLINE void LL_I2C_ClearFlag_BERR | ( | I2C_TypeDef * | I2Cx | ) |
Clear Bus error flag.
I2Cx | I2C Instance. |
None |
Definition at line 1439 of file stm32f1xx_ll_i2c.h.
__STATIC_INLINE void LL_I2C_ClearFlag_OVR | ( | I2C_TypeDef * | I2Cx | ) |
Clear Overrun/Underrun flag.
I2Cx | I2C Instance. |
None |
Definition at line 1461 of file stm32f1xx_ll_i2c.h.
__STATIC_INLINE void LL_I2C_ClearFlag_STOP | ( | I2C_TypeDef * | I2Cx | ) |
Clear Stop detection flag.
I2Cx | I2C Instance. |
None |
Definition at line 1425 of file stm32f1xx_ll_i2c.h.
__STATIC_INLINE void LL_I2C_ClearSMBusFlag_ALERT | ( | I2C_TypeDef * | I2Cx | ) |
Clear SMBus Alert flag.
I2Cx | I2C Instance. |
None |
Definition at line 1498 of file stm32f1xx_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 1472 of file stm32f1xx_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 1485 of file stm32f1xx_ll_i2c.h.
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_ADD10 | ( | I2C_TypeDef * | I2Cx | ) |
Indicate the status of 10-bit header sent (master mode).
I2Cx | I2C Instance. |
State | of bit (1 or 0). |
Definition at line 1194 of file stm32f1xx_ll_i2c.h.
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_ADDR | ( | I2C_TypeDef * | I2Cx | ) |
Indicate the status of Address sent (master mode) or Address matched flag (slave mode).
I2Cx | I2C Instance. |
State | of bit (1 or 0). |
Definition at line 1181 of file stm32f1xx_ll_i2c.h.
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_AF | ( | I2C_TypeDef * | I2Cx | ) |
Indicate the status of Acknowledge failure flag.
I2Cx | I2C Instance. |
State | of bit (1 or 0). |
Definition at line 1207 of file stm32f1xx_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 1246 of file stm32f1xx_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 1233 of file stm32f1xx_ll_i2c.h.
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_BTF | ( | I2C_TypeDef * | I2Cx | ) |
Indicate the status of Byte Transfer Finished flag.
RESET: When Data byte transfer not done. SET: When Data byte transfer succeeded.
I2Cx | I2C Instance. |
State | of bit (1 or 0). |
Definition at line 1142 of file stm32f1xx_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 1311 of file stm32f1xx_ll_i2c.h.
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_DUAL | ( | I2C_TypeDef * | I2Cx | ) |
Indicate the status of Dual flag.
I2Cx | I2C Instance. |
State | of bit (1 or 0). |
Definition at line 1324 of file stm32f1xx_ll_i2c.h.
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_GENCALL | ( | I2C_TypeDef * | I2Cx | ) |
Indicate the status of General call address reception (Slave mode).
I2Cx | I2C Instance. |
State | of bit (1 or 0). |
Definition at line 1370 of file stm32f1xx_ll_i2c.h.
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_MSL | ( | I2C_TypeDef * | I2Cx | ) |
Indicate the status of Master/Slave flag.
I2Cx | I2C Instance. |
State | of bit (1 or 0). |
Definition at line 1383 of file stm32f1xx_ll_i2c.h.
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_OVR | ( | I2C_TypeDef * | I2Cx | ) |
Indicate the status of Overrun/Underrun flag.
I2Cx | I2C Instance. |
State | of bit (1 or 0). |
Definition at line 1259 of file stm32f1xx_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 1155 of file stm32f1xx_ll_i2c.h.
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_SB | ( | I2C_TypeDef * | I2Cx | ) |
Indicate the status of Start Bit (master mode).
I2Cx | I2C Instance. |
State | of bit (1 or 0). |
Definition at line 1168 of file stm32f1xx_ll_i2c.h.
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_STOP | ( | I2C_TypeDef * | I2Cx | ) |
Indicate the status of Stop detection flag (slave mode).
I2Cx | I2C Instance. |
State | of bit (1 or 0). |
Definition at line 1220 of file stm32f1xx_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 1129 of file stm32f1xx_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 1298 of file stm32f1xx_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 1272 of file stm32f1xx_ll_i2c.h.
__STATIC_INLINE uint32_t LL_I2C_IsActiveSMBusFlag_SMBDEFAULT | ( | I2C_TypeDef * | I2Cx | ) |
Indicate the status of SMBus Device default address reception (Slave mode).
I2Cx | I2C Instance. |
State | of bit (1 or 0). |
Definition at line 1356 of file stm32f1xx_ll_i2c.h.
__STATIC_INLINE uint32_t LL_I2C_IsActiveSMBusFlag_SMBHOST | ( | I2C_TypeDef * | I2Cx | ) |
Indicate the status of SMBus Host address reception (Slave mode).
I2Cx | I2C Instance. |
State | of bit (1 or 0). |
Definition at line 1340 of file stm32f1xx_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 1285 of file stm32f1xx_ll_i2c.h.