Searched refs:I2C_CR1_STOP (Results 1 – 6 of 6) sorted by relevance
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_i2c.c | 661 SET_BIT(hi2c->Instance->CR1, I2C_CR1_STOP); in HAL_I2C_Master_Transmit() 689 SET_BIT(hi2c->Instance->CR1, I2C_CR1_STOP); in HAL_I2C_Master_Transmit() 700 SET_BIT(hi2c->Instance->CR1, I2C_CR1_STOP); in HAL_I2C_Master_Transmit() 788 SET_BIT(hi2c->Instance->CR1, I2C_CR1_STOP); in HAL_I2C_Master_Receive() 799 SET_BIT(hi2c->Instance->CR1, I2C_CR1_STOP); in HAL_I2C_Master_Receive() 856 SET_BIT(hi2c->Instance->CR1, I2C_CR1_STOP); in HAL_I2C_Master_Receive() 892 SET_BIT(hi2c->Instance->CR1, I2C_CR1_STOP); in HAL_I2C_Master_Receive() 2145 SET_BIT(hi2c->Instance->CR1, I2C_CR1_STOP); in HAL_I2C_Master_Abort_IT() 2403 SET_BIT(hi2c->Instance->CR1, I2C_CR1_STOP); in HAL_I2C_Mem_Write() 2432 SET_BIT(hi2c->Instance->CR1, I2C_CR1_STOP); in HAL_I2C_Mem_Write() [all …]
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_i2c.h | 1596 SET_BIT(I2Cx->CR1, I2C_CR1_STOP); in LL_I2C_GenerateStopCondition()
|
/loramac-node-2.7.6/src/boards/SKiM980A/cmsis/ |
D | stm32l151xba.h | 3412 #define I2C_CR1_STOP I2C_CR1_STOP_Msk /*!< Stop Generation… macro
|
/loramac-node-2.7.6/src/boards/SKiM880B/cmsis/ |
D | stm32l151xba.h | 3412 #define I2C_CR1_STOP I2C_CR1_STOP_Msk /*!< Stop Generation… macro
|
/loramac-node-2.7.6/src/boards/NAMote72/cmsis/ |
D | stm32l152xc.h | 3689 #define I2C_CR1_STOP I2C_CR1_STOP_Msk /*!< Stop Generation… macro
|
/loramac-node-2.7.6/src/boards/NucleoL152/cmsis/ |
D | stm32l152xe.h | 3759 #define I2C_CR1_STOP I2C_CR1_STOP_Msk /*!< Stop Generation… macro
|