Home
last modified time | relevance | path

Searched refs:clk (Results 1 – 4 of 4) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/rgbringcoder/
Drgbringcoder.cxx32 RGBRingCoder::RGBRingCoder(int en, int latch, int clear, int clk, int dat, in RGBRingCoder() argument
35 m_gpioEn(en), m_gpioLatch(latch), m_gpioClear(clear), m_gpioClock(clk), in RGBRingCoder()
Drgbringcoder.h83 RGBRingCoder(int en, int latch, int clear, int clk, int dat, int sw,
/hardware/bsp/intel/peripheral/libupm/src/mpu9150/
Dmpu60x0.cxx174 bool MPU60X0::setClockSource(CLKSEL_T clk) in setClockSource() argument
180 reg |= (clk << _CLKSEL_SHIFT); in setClockSource()
Dmpu60x0.h732 bool setClockSource(CLKSEL_T clk);