Home
last modified time | relevance | path

Searched refs:CJQ4435 (Results 1 – 6 of 6) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/cjq4435/
Dcjq4435.cxx34 CJQ4435::CJQ4435(int pin) in CJQ4435() function in CJQ4435
46 CJQ4435::~CJQ4435() in ~CJQ4435()
54 void CJQ4435::setPeriodUS(int us) in setPeriodUS()
61 void CJQ4435::setPeriodMS(int ms) in setPeriodMS()
68 void CJQ4435::setPeriodSeconds(float seconds) in setPeriodSeconds()
75 void CJQ4435::enable(bool enable) in enable()
81 void CJQ4435::setDutyCycle(float dutyCycle) in setDutyCycle()
92 void CJQ4435::on() in on()
102 void CJQ4435::off() in off()
Dcjq4435.h57 class CJQ4435 {
64 CJQ4435(int pin);
69 ~CJQ4435();
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dcjq4435.cxx47 upm::CJQ4435* mosfet = new upm::CJQ4435(3); in main()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DCJQ4435Sample.java38 upm_cjq4435.CJQ4435 mosfet = new upm_cjq4435.CJQ4435(3); in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dcjq4435.py29 myMOSFETsensor = upmCjq4435.CJQ4435(3)
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dcjq4435.js35 var myMOSFETsensor = new MOSFETsensor.CJQ4435(3);