Home
last modified time | relevance | path

Searched refs:FMPI2C_CR2_ADD10 (Results 1 – 15 of 15) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_fmpi2c.h203 #define LL_FMPI2C_ADDRESSING_MODE_10BIT FMPI2C_CR2_ADD10 /*!< Master operates in …
246 #define LL_FMPI2C_ADDRSLAVE_10BIT FMPI2C_CR2_ADD10 /*!< Slave Address in 10…
753 MODIFY_REG(FMPI2Cx->CR2, FMPI2C_CR2_ADD10, AddressingMode); in LL_FMPI2C_SetMasterAddressingMode()
766 return (uint32_t)(READ_BIT(FMPI2Cx->CR2, FMPI2C_CR2_ADD10)); in LL_FMPI2C_GetMasterAddressingMode()
2099 ((uint32_t)SlaveAddrSize & FMPI2C_CR2_ADD10) | \ in LL_FMPI2C_HandleTransfer()
2104 MODIFY_REG(FMPI2Cx->CR2, FMPI2C_CR2_SADD | FMPI2C_CR2_ADD10 | in LL_FMPI2C_HandleTransfer()
Dstm32f4xx_hal_fmpsmbus.h637 … (FMPI2C_CR2_SADD)) | (FMPI2C_CR2_ADD10) | \
Dstm32f4xx_hal_fmpi2c.h807 … (FMPI2C_CR2_ADD10) | (FMPI2C_CR2_START) | \
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpsmbus.c373 hfmpsmbus->Instance->CR2 = (FMPI2C_CR2_ADD10); in HAL_FMPSMBUS_Init()
Dstm32f4xx_hal_fmpi2c.c612 SET_BIT(hfmpi2c->Instance->CR2, FMPI2C_CR2_ADD10); in HAL_FMPI2C_Init()
617 CLEAR_BIT(hfmpi2c->Instance->CR2, FMPI2C_CR2_ADD10); in HAL_FMPI2C_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f410cx.h3900 #define FMPI2C_CR2_ADD10 FMPI2C_CR2_ADD10_Msk /*!< 10-bit addressi… macro
Dstm32f410rx.h3900 #define FMPI2C_CR2_ADD10 FMPI2C_CR2_ADD10_Msk /*!< 10-bit addressi… macro
Dstm32f410tx.h3890 #define FMPI2C_CR2_ADD10 FMPI2C_CR2_ADD10_Msk /*!< 10-bit addressi… macro
Dstm32f412cx.h7974 #define FMPI2C_CR2_ADD10 FMPI2C_CR2_ADD10_Msk /*!< 10-bit addressi… macro
Dstm32f423xx.h8944 #define FMPI2C_CR2_ADD10 FMPI2C_CR2_ADD10_Msk /*!< 10-bit addressi… macro
Dstm32f412zx.h8669 #define FMPI2C_CR2_ADD10 FMPI2C_CR2_ADD10_Msk /*!< 10-bit addressi… macro
Dstm32f412rx.h8663 #define FMPI2C_CR2_ADD10 FMPI2C_CR2_ADD10_Msk /*!< 10-bit addressi… macro
Dstm32f412vx.h8665 #define FMPI2C_CR2_ADD10 FMPI2C_CR2_ADD10_Msk /*!< 10-bit addressi… macro
Dstm32f413xx.h8908 #define FMPI2C_CR2_ADD10 FMPI2C_CR2_ADD10_Msk /*!< 10-bit addressi… macro
Dstm32f446xx.h9454 #define FMPI2C_CR2_ADD10 FMPI2C_CR2_ADD10_Msk /*!< 10-bit addressi… macro