Searched refs:AW_PIN_CAPS_FLAG_CAN_OUTPUT (Results 1 – 2 of 2) sorted by relevance
53 static constexpr uint32_t AW_PIN_CAPS_FLAG_CAN_OUTPUT = (1u << 4); variable175 bool can_output() const { return raw_data_ & AW_PIN_CAPS_FLAG_CAN_OUTPUT; } in can_output()
312 { AW_PIN_CAPS_FLAG_CAN_OUTPUT, "CanOutput" },463 if (widget.pin_caps_ & AW_PIN_CAPS_FLAG_CAN_OUTPUT) in ihda_dump_widget()
Completed in 5 milliseconds