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 529 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 656 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 664 of file ../../src/devices/pwm/drivers/aml-pwm/aml-pwm.cc
zx_status_t PwmImplEnable (uint32_t idx)
Defined at line 671 of file ../../src/devices/pwm/drivers/aml-pwm/aml-pwm.cc
zx_status_t PwmImplDisable (uint32_t idx)
Defined at line 678 of file ../../src/devices/pwm/drivers/aml-pwm/aml-pwm.cc