HomeSort by relevance Sort by last modified time
    Searched refs:period_us (Results 1 - 6 of 6) sorted by null

  /hardware/bsp/intel/peripheral/libmraa/examples/python/
cycle-pwm3.py 29 x.period_us(700)
  /hardware/bsp/intel/peripheral/libmraa/examples/java/
CyclePwm3.java 43 pwm.period_us(200);
  /hardware/bsp/intel/peripheral/libmraa/api/mraa/
pwm.hpp 132 period_us(int us) function in class:mraa::Pwm
  /hardware/bsp/intel/peripheral/libupm/src/stepmotor/
stepmotor.cxx 80 m_pwmStepContext.period_us (m_speed);
  /external/autotest/client/site_tests/kernel_SchedBandwith/
kernel_SchedBandwith.py 166 period_us = int(utils.read_one_line(os.path.join(self._CG_CRB_DIR,
172 self._cg_set_quota(int(period_us * 0.1))
  /system/media/alsa_utils/
alsa_device_profile.c 116 unsigned period_us = property_get_int32("ro.audio.usb.period_us", PERIOD_DURATION_US); local
117 unsigned num_sample_frames = ((uint64_t)sample_rate * period_us) / 1000000;

Completed in 155 milliseconds