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

  /hardware/bsp/intel/peripheral/libmraa/include/
mraa_internal_types.h 284 int pwm_max_period; /**< Maximum period in us */ member in struct:_board_t
  /hardware/bsp/intel/peripheral/libmraa/src/pwm/
pwm.c 325 if (us < plat->pwm_min_period || us > plat->pwm_max_period) {
484 return plat->pwm_max_period;
  /hardware/bsp/intel/peripheral/libmraa/src/x86/
intel_de3815.c 52 b->pwm_max_period = 2147483;
intel_minnow_byt_compatible.c 190 b->pwm_max_period = 1000000000;
intel_galileo_rev_d.c 160 b->pwm_max_period = 7968;
intel_edison_fab_c.c 789 b->pwm_max_period = 218453;
    [all...]
intel_galileo_rev_g.c 335 b->pwm_max_period = 41666;
  /hardware/bsp/intel/peripheral/libmraa/src/arm/
banana.c 525 b->pwm_max_period = 2147483;
raspberry_pi.c 268 b->pwm_max_period = 2147483;
beaglebone.c 512 b->pwm_max_period = 2147483;
    [all...]

Completed in 83 milliseconds