Home
last modified time | relevance | path

Searched refs:I2C_CR1_PEC (Results 1 – 25 of 26) sorted by relevance

12

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_i2c.h1788 SET_BIT(I2Cx->CR1, I2C_CR1_PEC); in LL_I2C_EnableSMBusPECCompare()
1801 CLEAR_BIT(I2Cx->CR1, I2C_CR1_PEC); in LL_I2C_DisableSMBusPECCompare()
1814 return (READ_BIT(I2Cx->CR1, I2C_CR1_PEC) == (I2C_CR1_PEC)); in LL_I2C_IsEnabledSMBusPECCompare()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_smbus.c192 #define SMBUS_SENDPEC_MODE I2C_CR1_PEC
362 …MODIFY_REG(hsmbus->Instance->CR1, (I2C_CR1_NOSTRETCH | I2C_CR1_ENGC | I2C_CR1_PEC | I2C_CR1_ENARP … in HAL_SMBUS_Init()
1984 SET_BIT(hsmbus->Instance->CR1, I2C_CR1_PEC); in SMBUS_MasterTransmit_TXE()
2433 SET_BIT(hsmbus->Instance->CR1, I2C_CR1_PEC); in SMBUS_SlaveTransmit_BTF()
2457 SET_BIT(hsmbus->Instance->CR1, I2C_CR1_PEC); in SMBUS_SlaveReceive_RXNE()
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Device/ST/STM32F4xx/Include/
H A Dstm32f410rx.h3631 #define I2C_CR1_PEC I2C_CR1_PEC_Msk /*!<Packet Error Che… macro
H A Dstm32f410tx.h3621 #define I2C_CR1_PEC I2C_CR1_PEC_Msk /*!<Packet Error Che… macro
H A Dstm32f410cx.h3631 #define I2C_CR1_PEC I2C_CR1_PEC_Msk /*!<Packet Error Che… macro
H A Dstm32f401xe.h3552 #define I2C_CR1_PEC I2C_CR1_PEC_Msk /*!<Packet Error Che… macro
H A Dstm32f401xc.h3552 #define I2C_CR1_PEC I2C_CR1_PEC_Msk /*!<Packet Error Che… macro
H A Dstm32f411xe.h3555 #define I2C_CR1_PEC I2C_CR1_PEC_Msk /*!<Packet Error Che… macro
H A Dstm32f412cx.h7705 #define I2C_CR1_PEC I2C_CR1_PEC_Msk /*!<Packet Error Che… macro
H A Dstm32f405xx.h8836 #define I2C_CR1_PEC I2C_CR1_PEC_Msk /*!<Packet Error Che… macro
H A Dstm32f415xx.h9101 #define I2C_CR1_PEC I2C_CR1_PEC_Msk /*!<Packet Error Che… macro
H A Dstm32f412zx.h8400 #define I2C_CR1_PEC I2C_CR1_PEC_Msk /*!<Packet Error Che… macro
H A Dstm32f407xx.h9136 #define I2C_CR1_PEC I2C_CR1_PEC_Msk /*!<Packet Error Che… macro
H A Dstm32f412vx.h8398 #define I2C_CR1_PEC I2C_CR1_PEC_Msk /*!<Packet Error Che… macro
H A Dstm32f413xx.h8639 #define I2C_CR1_PEC I2C_CR1_PEC_Msk /*!<Packet Error Che… macro
H A Dstm32f423xx.h8675 #define I2C_CR1_PEC I2C_CR1_PEC_Msk /*!<Packet Error Che… macro
H A Dstm32f412rx.h8394 #define I2C_CR1_PEC I2C_CR1_PEC_Msk /*!<Packet Error Che… macro
H A Dstm32f417xx.h9398 #define I2C_CR1_PEC I2C_CR1_PEC_Msk /*!<Packet Error Che… macro
H A Dstm32f446xx.h9185 #define I2C_CR1_PEC I2C_CR1_PEC_Msk /*!<Packet Error Che… macro
H A Dstm32f427xx.h9802 #define I2C_CR1_PEC I2C_CR1_PEC_Msk /*!<Packet Error Che… macro
H A Dstm32f437xx.h10081 #define I2C_CR1_PEC I2C_CR1_PEC_Msk /*!<Packet Error Che… macro
H A Dstm32f429xx.h9861 #define I2C_CR1_PEC I2C_CR1_PEC_Msk /*!<Packet Error Che… macro
H A Dstm32f439xx.h10135 #define I2C_CR1_PEC I2C_CR1_PEC_Msk /*!<Packet Error Che… macro
H A Dstm32f469xx.h12625 #define I2C_CR1_PEC I2C_CR1_PEC_Msk /*!<Packet Error Che… macro
/btstack/port/stm32-f4discovery-cc256x/Drivers/CMSIS/Device/ST/STM32F4xx/Include/
H A Dstm32f407xx.h9152 #define I2C_CR1_PEC I2C_CR1_PEC_Msk /*!<Packet Error Che… macro

12