blob: b1b254531e557505c6d2e19d06a6c895f1c86cc9 [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fuchsia.pwm;
extend uint fuchsia.BIND_PROTOCOL {
PWM_IMPL = 0x80,
};
extend uint fuchsia.BIND_INIT_STEP {
PWM = 0x004D5750,
};
enum PWM_ID_FUNCTION {
AMBER_LED,
GREEN_LED,
CORE_POWER_BIG_CLUSTER,
CORE_POWER_LITTLE_CLUSTER,
LCD_BRIGHTNESS,
};