Searched refs:FLAG_INPUT_AMP_PRESENT (Results 1 – 1 of 1) sorted by relevance
97 static constexpr uint32_t FLAG_INPUT_AMP_PRESENT = (1u << 1); member119 bool input_amp_present() const { return (raw_data_ & FLAG_INPUT_AMP_PRESENT) != 0; } in input_amp_present()
Completed in 4 milliseconds