Home
last modified time | relevance | path

Searched refs:clock (Results 1 – 25 of 27) sorted by relevance

12

/hardware/bsp/intel/peripheral/libmraa/src/spi/
Dspi.c147 dev->clock = speed; in mraa_spi_init_raw()
149 dev->clock = 4000000; in mraa_spi_init_raw()
205 dev->clock = hz; in mraa_spi_frequency()
208 dev->clock = speed; in mraa_spi_frequency()
257 msg.speed_hz = dev->clock; in mraa_spi_write()
279 msg.speed_hz = dev->clock; in mraa_spi_write_word()
298 msg.speed_hz = dev->clock; in mraa_spi_transfer_buf()
317 msg.speed_hz = dev->clock; in mraa_spi_transfer_buf_word()
/hardware/intel/common/libva/test/decode/
Dloadjpeg.c126 start_time = clock(); in main()
128 finish_time = clock(); in main()
/hardware/qcom/gps/platform_lib_abstractions/
Dplatform_lib_time.h32 int64_t systemTime(int clock);
Delapsed_millis_since_boot.cpp33 int64_t systemTime(int clock) in systemTime() argument
/hardware/qcom/gps/msm8994/platform_lib_abstractions/
Dplatform_lib_time.h32 int64_t systemTime(int clock);
Delapsed_millis_since_boot.cpp33 int64_t systemTime(int clock) in systemTime() argument
/hardware/qcom/gps/msm8960/platform_lib_abstractions/
Dplatform_lib_time.h32 int64_t systemTime(int clock);
Delapsed_millis_since_boot.cpp33 int64_t systemTime(int clock) in systemTime() argument
/hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/
Dplatform_lib_time.h32 int64_t systemTime(int clock);
Delapsed_millis_since_boot.cpp33 int64_t systemTime(int clock) in systemTime() argument
/hardware/qcom/gps/msm8084/platform_lib_abstractions/
Dplatform_lib_time.h32 int64_t systemTime(int clock);
Delapsed_millis_since_boot.cpp33 int64_t systemTime(int clock) in systemTime() argument
/hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/
Dplatform_lib_time.h32 int64_t systemTime(int clock);
Delapsed_millis_since_boot.cpp33 int64_t systemTime(int clock) in systemTime() argument
/hardware/bsp/intel/peripheral/libupm/src/maxds3231m/
DCMakeLists.txt2 set (libdescription "realtime clock sensor from MAX family")
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dgroveelectromagnet.cxx41 return ((float)(clock()))/CLOCKS_PER_SEC; in get_time()
/hardware/intel/bootstub/
DVERSION5 0.8 changed default spi clock to 100mhz Aug 12, 2009
Dbootstub.spec35 - changed default spi clock to 100mhz
/hardware/bsp/intel/peripheral/libmraa/include/
Dmraa_internal_types.h87 int clock; /**< clock to run transactions at */ member
/hardware/libhardware/include/hardware/
Dgps.h1924 GpsClock clock; member
1946 GnssClock clock; member
/hardware/qcom/display/msm8996/sdm/include/private/
Dhw_info_types.h343 uint32_t clock = 0; member
/hardware/bsp/intel/peripheral/libupm/docs/
Dmax31855.md54 Note unlike on Arduino, we'll just set a 2Mhz clock and let the chip do the
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng.cpp1665 " GPS_HAL => Clocks Info: %d | %lld", mGpsData.clock.type, in locallog()
1666 mGpsData.clock.time_ns); in locallog()
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
Dloc_eng.cpp1665 " GPS_HAL => Clocks Info: %d | %lld", mGpsData.clock.type, in locallog()
1666 mGpsData.clock.time_ns); in locallog()
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Dloc_eng.cpp1666 " GPS_HAL => Clocks Info: %d | %lld", mGpsData.clock.type, in locallog()
1667 mGpsData.clock.time_ns); in locallog()

12