Searched defs:_pwm (Results 1 – 1 of 1) sorted by relevance
97 struct _pwm { struct99 int pin; /**< the pin number, as known to the os. */100 int chipid; /**< the chip id, which the pwm resides */101 int duty_fp; /**< File pointer to duty file */102 int period; /**< Cache the period to speed up setting duty */103 mraa_boolean_t owner; /**< Owner of pwm context*/104 mraa_adv_func_t* advance_func; /**< override function table */