class AmlPwm

Defined at line 29 of file ../../src/devices/pwm/drivers/aml-pwm/aml-pwm.h

Public Methods

void AmlPwm (fdf::MmioBuffer mmio, fuchsia_hardware_pwm::PwmChannelInfo channel1, fuchsia_hardware_pwm::PwmChannelInfo channel2)

Defined at line 31 of file ../../src/devices/pwm/drivers/aml-pwm/aml-pwm.h

void Init ()

Defined at line 37 of file ../../src/devices/pwm/drivers/aml-pwm/aml-pwm.h

zx_status_t PwmImplGetConfig (uint32_t idx, pwm_config_t * out_config)

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

zx_status_t PwmImplEnable (uint32_t idx)

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

zx_status_t PwmImplDisable (uint32_t idx)

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

Friends

class AmlPwmDriver