Home
last modified time | relevance | path

Searched refs:OAR2 (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/hal_stm32-3.7.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_i2c.h551 MODIFY_REG(I2Cx->OAR2, I2C_OAR2_ADD2, OwnAddress2); in LL_I2C_SetOwnAddress2()
562 SET_BIT(I2Cx->OAR2, I2C_OAR2_ENDUAL); in LL_I2C_EnableOwnAddress2()
573 CLEAR_BIT(I2Cx->OAR2, I2C_OAR2_ENDUAL); in LL_I2C_DisableOwnAddress2()
584 return (READ_BIT(I2Cx->OAR2, I2C_OAR2_ENDUAL) == (I2C_OAR2_ENDUAL)); in LL_I2C_IsEnabledOwnAddress2()
/hal_stm32-3.7.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_i2c.h551 MODIFY_REG(I2Cx->OAR2, I2C_OAR2_ADD2, OwnAddress2); in LL_I2C_SetOwnAddress2()
562 SET_BIT(I2Cx->OAR2, I2C_OAR2_ENDUAL); in LL_I2C_EnableOwnAddress2()
573 CLEAR_BIT(I2Cx->OAR2, I2C_OAR2_ENDUAL); in LL_I2C_DisableOwnAddress2()
584 return (READ_BIT(I2Cx->OAR2, I2C_OAR2_ENDUAL) == (I2C_OAR2_ENDUAL)); in LL_I2C_IsEnabledOwnAddress2()
/hal_stm32-3.7.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_i2c.h551 MODIFY_REG(I2Cx->OAR2, I2C_OAR2_ADD2, OwnAddress2); in LL_I2C_SetOwnAddress2()
562 SET_BIT(I2Cx->OAR2, I2C_OAR2_ENDUAL); in LL_I2C_EnableOwnAddress2()
573 CLEAR_BIT(I2Cx->OAR2, I2C_OAR2_ENDUAL); in LL_I2C_DisableOwnAddress2()
584 return (READ_BIT(I2Cx->OAR2, I2C_OAR2_ENDUAL) == (I2C_OAR2_ENDUAL)); in LL_I2C_IsEnabledOwnAddress2()
/hal_stm32-3.7.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_i2c.h659 MODIFY_REG(I2Cx->OAR2, I2C_OAR2_ADD2, OwnAddress2); in LL_I2C_SetOwnAddress2()
670 SET_BIT(I2Cx->OAR2, I2C_OAR2_ENDUAL); in LL_I2C_EnableOwnAddress2()
681 CLEAR_BIT(I2Cx->OAR2, I2C_OAR2_ENDUAL); in LL_I2C_DisableOwnAddress2()
692 return (READ_BIT(I2Cx->OAR2, I2C_OAR2_ENDUAL) == (I2C_OAR2_ENDUAL)); in LL_I2C_IsEnabledOwnAddress2()
Dstm32f4xx_ll_fmpi2c.h838 MODIFY_REG(FMPI2Cx->OAR2, FMPI2C_OAR2_OA2 | FMPI2C_OAR2_OA2MSK, OwnAddress2 | OwnAddrMask); in LL_FMPI2C_SetOwnAddress2()
849 SET_BIT(FMPI2Cx->OAR2, FMPI2C_OAR2_OA2EN); in LL_FMPI2C_EnableOwnAddress2()
860 CLEAR_BIT(FMPI2Cx->OAR2, FMPI2C_OAR2_OA2EN); in LL_FMPI2C_DisableOwnAddress2()
871 return ((READ_BIT(FMPI2Cx->OAR2, FMPI2C_OAR2_OA2EN) == (FMPI2C_OAR2_OA2EN)) ? 1UL : 0UL); in LL_FMPI2C_IsEnabledOwnAddress2()
/hal_stm32-3.7.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_i2c.h877 MODIFY_REG(I2Cx->OAR2, I2C_OAR2_OA2 | I2C_OAR2_OA2MSK, OwnAddress2 | OwnAddrMask); in LL_I2C_SetOwnAddress2()
888 SET_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_EnableOwnAddress2()
899 CLEAR_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_DisableOwnAddress2()
910 return ((READ_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN) == (I2C_OAR2_OA2EN)) ? 1UL : 0UL); in LL_I2C_IsEnabledOwnAddress2()
Dstm32h7xx_hal_i2c.h792 #define I2C_GET_OWN_ADDRESS2(__HANDLE__) ((uint16_t)((__HANDLE__)->Instance->OAR2 & I2C_OA…
/hal_stm32-3.7.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_i2c.h877 MODIFY_REG(I2Cx->OAR2, I2C_OAR2_OA2 | I2C_OAR2_OA2MSK, OwnAddress2 | OwnAddrMask); in LL_I2C_SetOwnAddress2()
888 SET_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_EnableOwnAddress2()
899 CLEAR_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_DisableOwnAddress2()
910 return ((READ_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN) == (I2C_OAR2_OA2EN)) ? 1UL : 0UL); in LL_I2C_IsEnabledOwnAddress2()
/hal_stm32-3.7.0/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_i2c.h877 MODIFY_REG(I2Cx->OAR2, I2C_OAR2_OA2 | I2C_OAR2_OA2MSK, OwnAddress2 | OwnAddrMask); in LL_I2C_SetOwnAddress2()
888 SET_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_EnableOwnAddress2()
899 CLEAR_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_DisableOwnAddress2()
910 return ((READ_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN) == (I2C_OAR2_OA2EN)) ? 1UL : 0UL); in LL_I2C_IsEnabledOwnAddress2()
Dstm32c0xx_hal_i2c.h798 #define I2C_GET_OWN_ADDRESS2(__HANDLE__) ((uint16_t)((__HANDLE__)->Instance->OAR2 & I2C_OA…
/hal_stm32-3.7.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_i2c.h837 MODIFY_REG(I2Cx->OAR2, I2C_OAR2_OA2 | I2C_OAR2_OA2MSK, OwnAddress2 | OwnAddrMask); in LL_I2C_SetOwnAddress2()
848 SET_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_EnableOwnAddress2()
859 CLEAR_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_DisableOwnAddress2()
870 return ((READ_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN) == (I2C_OAR2_OA2EN)) ? 1UL : 0UL); in LL_I2C_IsEnabledOwnAddress2()
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_i2c.h978 MODIFY_REG(I2Cx->OAR2, I2C_OAR2_OA2 | I2C_OAR2_OA2MSK, OwnAddress2 | OwnAddrMask); in LL_I2C_SetOwnAddress2()
989 SET_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_EnableOwnAddress2()
1000 CLEAR_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_DisableOwnAddress2()
1011 return ((READ_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN) == (I2C_OAR2_OA2EN)) ? 1UL : 0UL); in LL_I2C_IsEnabledOwnAddress2()
Dstm32h5xx_hal_i2c.h796 #define I2C_GET_OWN_ADDRESS2(__HANDLE__) ((uint16_t)((__HANDLE__)->Instance->OAR2 & I2C_OA…
/hal_stm32-3.7.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_i2c.h877 MODIFY_REG(I2Cx->OAR2, I2C_OAR2_OA2 | I2C_OAR2_OA2MSK, OwnAddress2 | OwnAddrMask); in LL_I2C_SetOwnAddress2()
888 SET_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_EnableOwnAddress2()
899 CLEAR_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_DisableOwnAddress2()
910 return ((READ_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN) == (I2C_OAR2_OA2EN)) ? 1UL : 0UL); in LL_I2C_IsEnabledOwnAddress2()
/hal_stm32-3.7.0/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_i2c.h879 MODIFY_REG(I2Cx->OAR2, I2C_OAR2_OA2 | I2C_OAR2_OA2MSK, OwnAddress2 | OwnAddrMask); in LL_I2C_SetOwnAddress2()
890 SET_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_EnableOwnAddress2()
901 CLEAR_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_DisableOwnAddress2()
912 return ((READ_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN) == (I2C_OAR2_OA2EN)) ? 1UL : 0UL); in LL_I2C_IsEnabledOwnAddress2()
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_i2c.h970 MODIFY_REG(I2Cx->OAR2, I2C_OAR2_OA2 | I2C_OAR2_OA2MSK, OwnAddress2 | OwnAddrMask); in LL_I2C_SetOwnAddress2()
981 SET_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_EnableOwnAddress2()
992 CLEAR_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_DisableOwnAddress2()
1003 return ((READ_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN) == (I2C_OAR2_OA2EN)) ? 1UL : 0UL); in LL_I2C_IsEnabledOwnAddress2()
/hal_stm32-3.7.0/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_i2c.h877 MODIFY_REG(I2Cx->OAR2, I2C_OAR2_OA2 | I2C_OAR2_OA2MSK, OwnAddress2 | OwnAddrMask); in LL_I2C_SetOwnAddress2()
888 SET_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_EnableOwnAddress2()
899 CLEAR_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_DisableOwnAddress2()
910 return ((READ_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN) == (I2C_OAR2_OA2EN)) ? 1UL : 0UL); in LL_I2C_IsEnabledOwnAddress2()
/hal_stm32-3.7.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_i2c.h877 MODIFY_REG(I2Cx->OAR2, I2C_OAR2_OA2 | I2C_OAR2_OA2MSK, OwnAddress2 | OwnAddrMask); in LL_I2C_SetOwnAddress2()
888 SET_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_EnableOwnAddress2()
899 CLEAR_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_DisableOwnAddress2()
910 return ((READ_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN) == (I2C_OAR2_OA2EN)) ? 1UL : 0UL); in LL_I2C_IsEnabledOwnAddress2()
/hal_stm32-3.7.0/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_i2c.h877 MODIFY_REG(I2Cx->OAR2, I2C_OAR2_OA2 | I2C_OAR2_OA2MSK, OwnAddress2 | OwnAddrMask); in LL_I2C_SetOwnAddress2()
888 SET_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_EnableOwnAddress2()
899 CLEAR_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_DisableOwnAddress2()
910 return ((READ_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN) == (I2C_OAR2_OA2EN)) ? 1UL : 0UL); in LL_I2C_IsEnabledOwnAddress2()
/hal_stm32-3.7.0/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_i2c.h877 MODIFY_REG(I2Cx->OAR2, I2C_OAR2_OA2 | I2C_OAR2_OA2MSK, OwnAddress2 | OwnAddrMask); in LL_I2C_SetOwnAddress2()
888 SET_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_EnableOwnAddress2()
899 CLEAR_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_DisableOwnAddress2()
910 return ((READ_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN) == (I2C_OAR2_OA2EN)) ? 1UL : 0UL); in LL_I2C_IsEnabledOwnAddress2()
/hal_stm32-3.7.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_i2c.h877 MODIFY_REG(I2Cx->OAR2, I2C_OAR2_OA2 | I2C_OAR2_OA2MSK, OwnAddress2 | OwnAddrMask); in LL_I2C_SetOwnAddress2()
888 SET_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_EnableOwnAddress2()
899 CLEAR_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_DisableOwnAddress2()
910 return ((READ_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN) == (I2C_OAR2_OA2EN)) ? 1UL : 0UL); in LL_I2C_IsEnabledOwnAddress2()
/hal_stm32-3.7.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_i2c.h877 MODIFY_REG(I2Cx->OAR2, I2C_OAR2_OA2 | I2C_OAR2_OA2MSK, OwnAddress2 | OwnAddrMask); in LL_I2C_SetOwnAddress2()
888 SET_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_EnableOwnAddress2()
899 CLEAR_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_DisableOwnAddress2()
910 return ((READ_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN) == (I2C_OAR2_OA2EN)) ? 1UL : 0UL); in LL_I2C_IsEnabledOwnAddress2()
/hal_stm32-3.7.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_i2c.h877 MODIFY_REG(I2Cx->OAR2, I2C_OAR2_OA2 | I2C_OAR2_OA2MSK, OwnAddress2 | OwnAddrMask); in LL_I2C_SetOwnAddress2()
888 SET_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_EnableOwnAddress2()
899 CLEAR_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_DisableOwnAddress2()
910 return ((READ_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN) == (I2C_OAR2_OA2EN)) ? 1UL : 0UL); in LL_I2C_IsEnabledOwnAddress2()
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_i2c.h1049 MODIFY_REG(I2Cx->OAR2, I2C_OAR2_OA2 | I2C_OAR2_OA2MSK, OwnAddress2 | OwnAddrMask); in LL_I2C_SetOwnAddress2()
1060 SET_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_EnableOwnAddress2()
1071 CLEAR_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_DisableOwnAddress2()
1082 return ((READ_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN) == (I2C_OAR2_OA2EN)) ? 1UL : 0UL); in LL_I2C_IsEnabledOwnAddress2()
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_i2c.h1061 MODIFY_REG(I2Cx->OAR2, I2C_OAR2_OA2 | I2C_OAR2_OA2MSK, OwnAddress2 | OwnAddrMask); in LL_I2C_SetOwnAddress2()
1072 SET_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_EnableOwnAddress2()
1083 CLEAR_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN); in LL_I2C_DisableOwnAddress2()
1094 return ((READ_BIT(I2Cx->OAR2, I2C_OAR2_OA2EN) == (I2C_OAR2_OA2EN)) ? 1UL : 0UL); in LL_I2C_IsEnabledOwnAddress2()

12345678910>>...14