Home
last modified time | relevance | path

Searched refs:FMPI2C_DUALADDRESS_ENABLE (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h328 #define FMPI2C_DUALADDRESS_ENABLE FMPI2C_OAR2_OA2EN macro
739 ((ADDRESS) == FMPI2C_DUALADDRESS_ENABLE))
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c605 hfmpi2c->Instance->OAR2 &= ~FMPI2C_DUALADDRESS_ENABLE; in HAL_FMPI2C_Init()