Home
last modified time | relevance | path

Searched refs:IS_SMBUS_TRIG_INPUT_INSTANCE (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_smbus_ex.c273 assert_param(IS_SMBUS_TRIG_INPUT_INSTANCE(hsmbus->Instance)); in HAL_SMBUSEx_SetConfigAutonomousMode()
316 assert_param(IS_SMBUS_TRIG_INPUT_INSTANCE(hsmbus->Instance)); in HAL_SMBUSEx_GetConfigAutonomousMode()
354 assert_param(IS_SMBUS_TRIG_INPUT_INSTANCE(hsmbus->Instance)); in HAL_SMBUSEx_ClearConfigAutonomousMode()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_smbus_ex.c272 assert_param(IS_SMBUS_TRIG_INPUT_INSTANCE(hsmbus->Instance)); in HAL_SMBUSEx_SetConfigAutonomousMode()
315 assert_param(IS_SMBUS_TRIG_INPUT_INSTANCE(hsmbus->Instance)); in HAL_SMBUSEx_GetConfigAutonomousMode()
349 assert_param(IS_SMBUS_TRIG_INPUT_INSTANCE(hsmbus->Instance)); in HAL_SMBUSEx_ClearConfigAutonomousMode()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_smbus_ex.h301 #define IS_SMBUS_TRIG_INPUT_INSTANCE(__INSTANCE__) (IS_SMBUS_GRP1_INSTANCE(__INSTANCE__) || … macro
304 #define IS_SMBUS_TRIG_INPUT_INSTANCE(__INSTANCE__) IS_SMBUS_GRP1_INSTANCE(__INSTANCE__) macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_smbus_ex.h260 #define IS_SMBUS_TRIG_INPUT_INSTANCE(__INSTANCE__) (IS_SMBUS_GRP1_INSTANCE(__INSTANCE__) || … macro