Searched refs:SR1 (Results 1 – 10 of 10) sorted by relevance
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_i2c.h | 1147 return (READ_BIT(I2Cx->SR1, I2C_SR1_TXE) == (I2C_SR1_TXE)); in LL_I2C_IsActiveFlag_TXE() 1160 return (READ_BIT(I2Cx->SR1, I2C_SR1_BTF) == (I2C_SR1_BTF)); in LL_I2C_IsActiveFlag_BTF() 1173 return (READ_BIT(I2Cx->SR1, I2C_SR1_RXNE) == (I2C_SR1_RXNE)); in LL_I2C_IsActiveFlag_RXNE() 1186 return (READ_BIT(I2Cx->SR1, I2C_SR1_SB) == (I2C_SR1_SB)); in LL_I2C_IsActiveFlag_SB() 1199 return (READ_BIT(I2Cx->SR1, I2C_SR1_ADDR) == (I2C_SR1_ADDR)); in LL_I2C_IsActiveFlag_ADDR() 1212 return (READ_BIT(I2Cx->SR1, I2C_SR1_ADD10) == (I2C_SR1_ADD10)); in LL_I2C_IsActiveFlag_ADD10() 1225 return (READ_BIT(I2Cx->SR1, I2C_SR1_AF) == (I2C_SR1_AF)); in LL_I2C_IsActiveFlag_AF() 1238 return (READ_BIT(I2Cx->SR1, I2C_SR1_STOPF) == (I2C_SR1_STOPF)); in LL_I2C_IsActiveFlag_STOP() 1251 return (READ_BIT(I2Cx->SR1, I2C_SR1_BERR) == (I2C_SR1_BERR)); in LL_I2C_IsActiveFlag_BERR() 1264 return (READ_BIT(I2Cx->SR1, I2C_SR1_ARLO) == (I2C_SR1_ARLO)); in LL_I2C_IsActiveFlag_ARLO() [all …]
|
D | stm32l1xx_hal_i2c.h | 428 …__) ((((uint8_t)((__FLAG__) >> 16U)) == 0x01U)?(((((__HANDLE__)->Instance->SR1) & ((__FLAG__) & I2… 441 #define __HAL_I2C_CLEAR_FLAG(__HANDLE__, __FLAG__) ((__HANDLE__)->Instance->SR1 = ~((__FLAG__) & I2… 450 tmpreg = (__HANDLE__)->Instance->SR1; \ 462 tmpreg = (__HANDLE__)->Instance->SR1; \
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_pwr.h | 1378 return ((READ_BIT(PWR->SR1, PWR_SR1_WUFI) == (PWR_SR1_WUFI)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_InternWU() 1389 return ((READ_BIT(PWR->SR1, PWR_SR1_EXT_SMPS_RDY) == (PWR_SR1_EXT_SMPS_RDY)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_ExtSMPSReady() 1400 return ((READ_BIT(PWR->SR1, PWR_SR1_SBF) == (PWR_SR1_SBF)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_SB() 1410 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF5) == (PWR_SR1_WUF5)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU5() 1420 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF4) == (PWR_SR1_WUF4)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU4() 1430 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF3) == (PWR_SR1_WUF3)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU3() 1440 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF2) == (PWR_SR1_WUF2)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU2() 1450 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF1) == (PWR_SR1_WUF1)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU1()
|
D | stm32l4xx_hal_pwr.h | 212 (PWR->SR1 & (1U << ((__FLAG__) & 31U))) :\
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_i2c.c | 3276 uint32_t sr1itflags = READ_REG(hi2c->Instance->SR1); in HAL_I2C_EV_IRQHandler() 3380 uint32_t sr1itflags = READ_REG(hi2c->Instance->SR1); in HAL_I2C_ER_IRQHandler()
|
/loramac-node-3.7.0/src/boards/SKiM880B/cmsis/ |
D | stm32l151xba.h | 354 …__IO uint32_t SR1; /*!< I2C Status register 1, Address offset: 0x14… member
|
/loramac-node-3.7.0/src/boards/SKiM980A/cmsis/ |
D | stm32l151xba.h | 354 …__IO uint32_t SR1; /*!< I2C Status register 1, Address offset: 0x14… member
|
/loramac-node-3.7.0/src/boards/NAMote72/cmsis/ |
D | stm32l152xc.h | 384 …__IO uint32_t SR1; /*!< I2C Status register 1, Address offset: 0x14… member
|
/loramac-node-3.7.0/src/boards/NucleoL152/cmsis/ |
D | stm32l152xe.h | 393 …__IO uint32_t SR1; /*!< I2C Status register 1, Address offset: 0x14… member
|
/loramac-node-3.7.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 653 __IO uint32_t SR1; /*!< PWR power status register 1, Address offset: 0x10 */ member
|