Searched refs:IS_SMBUS_TRIG_INPUT_INSTANCE (Results 1 – 4 of 4) sorted by relevance
273 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()
272 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()
301 #define IS_SMBUS_TRIG_INPUT_INSTANCE(__INSTANCE__) (IS_SMBUS_GRP1_INSTANCE(__INSTANCE__) || … macro304 #define IS_SMBUS_TRIG_INPUT_INSTANCE(__INSTANCE__) IS_SMBUS_GRP1_INSTANCE(__INSTANCE__) macro
260 #define IS_SMBUS_TRIG_INPUT_INSTANCE(__INSTANCE__) (IS_SMBUS_GRP1_INSTANCE(__INSTANCE__) || … macro