class AmlPwmDriver

Defined at line 94 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 99 of file ../../src/devices/pwm/drivers/aml-pwm/aml-pwm.h

zx::result<> Start (fdf::DriverContext context)

fdf::DriverBase2 implementation.

Defined at line 511 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 618 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 626 of file ../../src/devices/pwm/drivers/aml-pwm/aml-pwm.cc

zx_status_t PwmImplEnable (uint32_t idx)

Defined at line 633 of file ../../src/devices/pwm/drivers/aml-pwm/aml-pwm.cc

zx_status_t PwmImplDisable (uint32_t idx)

Defined at line 640 of file ../../src/devices/pwm/drivers/aml-pwm/aml-pwm.cc