Rev 56 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 56 | Rev 61 | ||
---|---|---|---|
Line 1358... | Line 1358... | ||
1358 | return (READ_BIT(I2Cx->SR2, I2C_SR2_SMBDEFAULT) == (I2C_SR2_SMBDEFAULT)); |
1358 | return (READ_BIT(I2Cx->SR2, I2C_SR2_SMBDEFAULT) == (I2C_SR2_SMBDEFAULT)); |
1359 | } |
1359 | } |
1360 | 1360 | ||
1361 | /** |
1361 | /** |
1362 | * @brief Indicate the status of General call address reception (Slave mode). |
1362 | * @brief Indicate the status of General call address reception (Slave mode). |
1363 | * @note RESET: No Generall call address |
1363 | * @note RESET: No General call address |
1364 | * SET: General call address received. |
1364 | * SET: General call address received. |
1365 | * @note This status is cleared by hardware after a STOP condition or repeated START condition. |
1365 | * @note This status is cleared by hardware after a STOP condition or repeated START condition. |
1366 | * @rmtoll SR2 GENCALL LL_I2C_IsActiveFlag_GENCALL |
1366 | * @rmtoll SR2 GENCALL LL_I2C_IsActiveFlag_GENCALL |
1367 | * @param I2Cx I2C Instance. |
1367 | * @param I2Cx I2C Instance. |
1368 | * @retval State of bit (1 or 0). |
1368 | * @retval State of bit (1 or 0). |