class AmlPwmDriver
Defined at line 96 of file ../../src/devices/pwm/drivers/aml-pwm/aml-pwm.h
Public Members
static basic_string_view kDriverName
static basic_string_view kChildNodeName
Public Methods
void AmlPwmDriver ()
Defined at line 101 of file ../../src/devices/pwm/drivers/aml-pwm/aml-pwm.h
zx::result<> Start (fdf::DriverContext context)
fdf::DriverBase2 implementation.
Defined at line 515 of file ../../src/devices/pwm/drivers/aml-pwm/aml-pwm.cc
zx_status_t PwmImplGetConfig (uint32_t idx, pwm_config_t * out_config)
Defined at line 621 of file ../../src/devices/pwm/drivers/aml-pwm/aml-pwm.cc
zx_status_t PwmImplSetConfig (uint32_t idx, const pwm_config_t * config)
Defined at line 629 of file ../../src/devices/pwm/drivers/aml-pwm/aml-pwm.cc
zx_status_t PwmImplEnable (uint32_t idx)
Defined at line 636 of file ../../src/devices/pwm/drivers/aml-pwm/aml-pwm.cc
zx_status_t PwmImplDisable (uint32_t idx)
Defined at line 643 of file ../../src/devices/pwm/drivers/aml-pwm/aml-pwm.cc