Home
last modified time | relevance | path

Searched refs:I2C_CR2_STOP (Results 1 – 14 of 14) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_i2c.h285 #define LL_I2C_GENERATE_STOP (uint32_t)(0x80000000U | I2C_CR2_STOP) …
1977 SET_BIT(I2Cx->CR2, I2C_CR2_STOP); in LL_I2C_GenerateStopCondition()
2109 … (uint32_t)(Request >> (31U - I2C_CR2_RD_WRN_Pos))) | I2C_CR2_START | I2C_CR2_STOP | I2C_CR2_RELOA… in LL_I2C_HandleTransfer()
Dstm32l0xx_hal_smbus.h282 #define SMBUS_GENERATE_STOP (uint32_t)(0x80000000U | I2C_CR2_STOP)
Dstm32l0xx_hal_i2c.h338 #define I2C_GENERATE_STOP (uint32_t)(0x80000000U | I2C_CR2_STOP)
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_i2c.h285 #define LL_I2C_GENERATE_STOP (uint32_t)(0x80000000U | I2C_CR2_STOP) …
1977 SET_BIT(I2Cx->CR2, I2C_CR2_STOP); in LL_I2C_GenerateStopCondition()
2109 … (uint32_t)(Request >> (31U - I2C_CR2_RD_WRN_Pos))) | I2C_CR2_START | I2C_CR2_STOP | I2C_CR2_RELOA… in LL_I2C_HandleTransfer()
Dstm32l4xx_hal_smbus.h326 #define SMBUS_GENERATE_STOP (uint32_t)(0x80000000U | I2C_CR2_STOP)
Dstm32l4xx_hal_i2c.h397 #define I2C_GENERATE_STOP (uint32_t)(0x80000000U | I2C_CR2_STOP)
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_smbus.c1121 hsmbus->Instance->CR2 |= I2C_CR2_STOP; in HAL_SMBUS_IsDeviceReady()
1562 hsmbus->Instance->CR2 |= I2C_CR2_STOP; in SMBUS_Master_ISR()
2106 … (uint32_t)(Request >> (31U - I2C_CR2_RD_WRN_Pos))) | I2C_CR2_START | I2C_CR2_STOP | I2C_CR2_PECB… in SMBUS_TransferConfig()
Dstm32l0xx_hal_i2c.c2536 hi2c->Instance->CR2 |= I2C_CR2_STOP; in HAL_I2C_IsDeviceReady()
3348 hi2c->Instance->CR2 |= I2C_CR2_STOP; in I2C_Master_ISR_IT()
4700 …CR2_RD_WRN & (uint32_t)(Request >> (31U - I2C_CR2_RD_WRN_Pos))) | I2C_CR2_START | I2C_CR2_STOP)), \ in I2C_TransferConfig()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_smbus.c1531 hsmbus->Instance->CR2 |= I2C_CR2_STOP; in HAL_SMBUS_IsDeviceReady()
2034 hsmbus->Instance->CR2 |= I2C_CR2_STOP; in SMBUS_Master_ISR()
2630 …(uint32_t)(Request >> (31UL - I2C_CR2_RD_WRN_Pos))) | I2C_CR2_START | I2C_CR2_STOP | I2C_CR2_PECB… in SMBUS_TransferConfig()
Dstm32l4xx_hal_i2c.c3126 hi2c->Instance->CR2 |= I2C_CR2_STOP; in HAL_I2C_IsDeviceReady()
4703 hi2c->Instance->CR2 |= I2C_CR2_STOP; in I2C_Master_ISR_IT()
4971 hi2c->Instance->CR2 |= I2C_CR2_STOP; in I2C_Master_ISR_DMA()
6319 …CR2_RD_WRN & (uint32_t)(Request >> (31U - I2C_CR2_RD_WRN_Pos))) | I2C_CR2_START | I2C_CR2_STOP)), \ in I2C_TransferConfig()
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h2891 #define I2C_CR2_STOP I2C_CR2_STOP_Msk /*!< STOP generation… macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h3171 #define I2C_CR2_STOP I2C_CR2_STOP_Msk /*!< STOP generation… macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h3149 #define I2C_CR2_STOP I2C_CR2_STOP_Msk /*!< STOP generation… macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h9309 #define I2C_CR2_STOP I2C_CR2_STOP_Msk /*!< STOP generation… macro