Home
last modified time | relevance | path

Searched refs:Pwm (Results 1 – 10 of 10) sorted by relevance

/hardware/bsp/intel/peripheral/libmraa/examples/java/
DCyclePwm3.java27 import mraa.Pwm;
42 Pwm pwm = new mraa.Pwm(3); in main()
/hardware/bsp/intel/peripheral/libmraa/src/python/docs/
Dmraa.rst26 Pwm chapter
28 .. autoclass:: mraa.Pwm
52 :exclude-members: Gpio, Aio, Uart, Spi, I2c, Pwm, uint8Array, uint8Array_frompointer
Dexample.rst53 Pwm chapter
/hardware/bsp/intel/peripheral/libupm/src/rgbringcoder/
Drgbringcoder.h141 mraa::Pwm m_pwmRed;
142 mraa::Pwm m_pwmGreen;
143 mraa::Pwm m_pwmBlue;
/hardware/bsp/intel/peripheral/libmraa/api/mraa/
Dpwm.hpp41 class Pwm class
53 Pwm(int pin, bool owner = true, int chipid = -1) in Pwm() function in mraa::Pwm
72 ~Pwm() in ~Pwm()
/hardware/bsp/intel/peripheral/libmraa/examples/c++/
DPwm3-cycle.cpp46 mraa::Pwm* pwm; in main()
48 pwm = new mraa::Pwm(3); in main()
/hardware/bsp/intel/peripheral/libmraa/examples/python/
Dcycle-pwm3.py28 x = mraa.Pwm(3)
/hardware/bsp/intel/peripheral/libupm/src/stepmotor/
Dstepmotor.h116 mraa::Pwm m_pwmStepContext;
/hardware/bsp/intel/peripheral/libmraa/docs/
Dindex.md27 | @ref pwm.h "pwm" | @ref mraa::Pwm "Pwm class" |
Dindex.java.md27 | @ref pwm.h "pwm" | @ref mraa::Pwm "Pwm class" |