class AmlPwm
Defined at line 30 of file ../../src/devices/pwm/drivers/aml-pwm/aml-pwm.h
Public Methods
void AmlPwm (fdf::MmioBuffermmio,fuchsia_hardware_pwm::PwmChannelInfochannel1,fuchsia_hardware_pwm::PwmChannelInfochannel2)
Defined at line 32 of file ../../src/devices/pwm/drivers/aml-pwm/aml-pwm.h
void Init ()
Defined at line 38 of file ../../src/devices/pwm/drivers/aml-pwm/aml-pwm.h
zx::result<fuchsia_hardware_pwm::PwmConfig> GetConfig (uint32_t idx)
Defined at line 191 of file ../../src/devices/pwm/drivers/aml-pwm/aml-pwm.cc
zx_status_t SetConfig (uint32_t idx, const fuchsia_hardware_pwm::PwmConfig & config)
Defined at line 199 of file ../../src/devices/pwm/drivers/aml-pwm/aml-pwm.cc
zx_status_t Enable (uint32_t idx)
Defined at line 277 of file ../../src/devices/pwm/drivers/aml-pwm/aml-pwm.cc
zx_status_t Disable (uint32_t idx)
Defined at line 289 of file ../../src/devices/pwm/drivers/aml-pwm/aml-pwm.cc
Friends
class AmlPwmDriver