Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpsmbus.h239 #define FMPSMBUS_ADDRESSINGMODE_10BIT (0x00000002U) macro
566 … ((MODE) == FMPSMBUS_ADDRESSINGMODE_10BIT))
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpsmbus.c371 if (hfmpsmbus->Init.AddressingMode == FMPSMBUS_ADDRESSINGMODE_10BIT) in HAL_FMPSMBUS_Init()