Home
last modified time | relevance | path

Searched refs:setDate (Results 1 – 7 of 7) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dmaxds3231m.cxx57 sensor->setDate (t); // Note, second should be set to 1. in main()
/hardware/bsp/intel/peripheral/libupm/src/maxds3231m/
Dmaxds3231m.h99 void setDate (Time3231 &time);
Dmaxds3231m.cxx48 MAXDS3231M::setDate (Time3231 &time) { in setDate() function in MAXDS3231M
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dwt5001.py84 myMP3Player.setDate(2015, 3, 14)
/hardware/bsp/intel/peripheral/libupm/src/wt5001/
Dwt5001.h258 bool setDate(uint16_t year, uint8_t month, uint8_t day);
Dwt5001.cxx360 bool WT5001::setDate(uint16_t year, uint8_t month, uint8_t day) in setDate() function in WT5001
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dwt5001.js102 myMP3Player.setDate(2015, 3, 14);