Home
last modified time | relevance | path

Searched refs:FMPI2C_OAR1_OA1EN (Results 1 – 13 of 13) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_fmpi2c.h793 SET_BIT(FMPI2Cx->OAR1, FMPI2C_OAR1_OA1EN); in LL_FMPI2C_EnableOwnAddress1()
804 CLEAR_BIT(FMPI2Cx->OAR1, FMPI2C_OAR1_OA1EN); in LL_FMPI2C_DisableOwnAddress1()
815 return ((READ_BIT(FMPI2Cx->OAR1, FMPI2C_OAR1_OA1EN) == (FMPI2C_OAR1_OA1EN)) ? 1UL : 0UL); in LL_FMPI2C_IsEnabledOwnAddress1()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpsmbus.c355 hfmpsmbus->Instance->OAR1 &= ~FMPI2C_OAR1_OA1EN; in HAL_FMPSMBUS_Init()
361 hfmpsmbus->Instance->OAR1 = (FMPI2C_OAR1_OA1EN | hfmpsmbus->Init.OwnAddress1); in HAL_FMPSMBUS_Init()
365 …hfmpsmbus->Instance->OAR1 = (FMPI2C_OAR1_OA1EN | FMPI2C_OAR1_OA1MODE | hfmpsmbus->Init.OwnAddress1… in HAL_FMPSMBUS_Init()
Dstm32f4xx_hal_fmpi2c.c596 hfmpi2c->Instance->OAR1 &= ~FMPI2C_OAR1_OA1EN; in HAL_FMPI2C_Init()
601 hfmpi2c->Instance->OAR1 = (FMPI2C_OAR1_OA1EN | hfmpi2c->Init.OwnAddress1); in HAL_FMPI2C_Init()
605 hfmpi2c->Instance->OAR1 = (FMPI2C_OAR1_OA1EN | FMPI2C_OAR1_OA1MODE | hfmpi2c->Init.OwnAddress1); in HAL_FMPI2C_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f410cx.h3935 #define FMPI2C_OAR1_OA1EN FMPI2C_OAR1_OA1EN_Msk /*!< Own address 1 e… macro
Dstm32f410rx.h3935 #define FMPI2C_OAR1_OA1EN FMPI2C_OAR1_OA1EN_Msk /*!< Own address 1 e… macro
Dstm32f410tx.h3925 #define FMPI2C_OAR1_OA1EN FMPI2C_OAR1_OA1EN_Msk /*!< Own address 1 e… macro
Dstm32f412cx.h8009 #define FMPI2C_OAR1_OA1EN FMPI2C_OAR1_OA1EN_Msk /*!< Own address 1 e… macro
Dstm32f423xx.h8979 #define FMPI2C_OAR1_OA1EN FMPI2C_OAR1_OA1EN_Msk /*!< Own address 1 e… macro
Dstm32f412zx.h8704 #define FMPI2C_OAR1_OA1EN FMPI2C_OAR1_OA1EN_Msk /*!< Own address 1 e… macro
Dstm32f412rx.h8698 #define FMPI2C_OAR1_OA1EN FMPI2C_OAR1_OA1EN_Msk /*!< Own address 1 e… macro
Dstm32f412vx.h8700 #define FMPI2C_OAR1_OA1EN FMPI2C_OAR1_OA1EN_Msk /*!< Own address 1 e… macro
Dstm32f413xx.h8943 #define FMPI2C_OAR1_OA1EN FMPI2C_OAR1_OA1EN_Msk /*!< Own address 1 e… macro
Dstm32f446xx.h9489 #define FMPI2C_OAR1_OA1EN FMPI2C_OAR1_OA1EN_Msk /*!< Own address 1 e… macro