/AliOS-Things-master/components/drivers/peripheral/adc/include/aos/ |
A D | adc_core.h | 53 aos_status_t (*set_sample_time)(aos_adc_t *adc, int32_t channel, uint32_t clock); 55 aos_status_t (*set_mode)(aos_adc_t *adc, aos_adc_mode_t clock);
|
/AliOS-Things-master/components/posix/src/ |
A D | pthread_cond.c | 199 if (cond->attr.clock == CLOCK_MONOTONIC) { in pthread_cond_timedwait() 256 attr->clock = DEFAULT_COND_CLOCK; in pthread_condattr_init() 279 *clock_id = attr->clock; in pthread_condattr_getclock() 294 attr->clock = clock_id; in pthread_condattr_setclock()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | qjs.c | 530 t[0] = clock(); in main() 532 t[1] = clock(); in main() 534 t[2] = clock(); in main() 536 t[3] = clock(); in main() 538 t[4] = clock(); in main()
|
A D | run-test262.c | 1759 clocks = clock(); in run_test() 1771 clocks = clock() - clocks; in run_test() 1853 clock_t t = clock(); in show_progress()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/ble_ip/ |
A D | rwip.h | 35 #define RWIP_CLOCK_TO_10MS_TIME(clock) ((clock) >> 5) argument
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/ |
A D | micro_time.cc | 56 int32_t GetCurrentTimeTicks() { return clock(); }
|
/AliOS-Things-master/components/drivers/peripheral/adc/src/ |
A D | adc_csi.c | 74 static aos_status_t adc_csi_set_sample_time(aos_adc_t *adc, int32_t channel, uint32_t clock) in adc_csi_set_sample_time() argument 78 … return csi_adc_channel_sampling_time(&(aos_csi_adc->csi_adc), (uint8_t)channel, (uint16_t)clock); in adc_csi_set_sample_time()
|
/AliOS-Things-master/components/amp_adapter/platform/linux/peripheral/ |
A D | aos_hal_uart.c | 152 t_begin = clock(); in aos_hal_uart_recv_II() 160 t_now = clock(); in aos_hal_uart_recv_II()
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_random.c | 73 srand((unsigned int)clock()); in SDLTest_RandomInitTime()
|
A D | SDL_test_harness.c | 352 float currentClock = clock() / (float) CLOCKS_PER_SEC; in GetClock()
|
/AliOS-Things-master/components/posix/include/ |
A D | pthread.h | 86 clock_t clock; /* specifiy clock for timeouts */ member 175 int pthread_condattr_setclock(pthread_condattr_t *attr, clockid_t clock);
|
/AliOS-Things-master/components/drivers/peripheral/i2c/ |
A D | README.md | 76 // 假如和从设备通信clock频率为100k, 则用如下代码对其进行设置 78 c.freq = 100000; // set i2c clock frequence to 100k
|
/AliOS-Things-master/components/freetype/src/tools/ |
A D | test_bbox.c | 18 return clock() * 10000L / CLOCKS_PER_SEC; in get_time()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | pngtest.c | 1462 t_stop = (float)clock(); in test_one_file() 1503 t_stop = (float)clock(); in test_one_file() 1509 t_stop = (float)clock(); in test_one_file() 2107 t_stop = (float)clock(); in main()
|
A D | aclocal.m4 | 934 Check your system clock])
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | HOWTO-RELEASE | 22 and correctly set system clock and on a filesystem which accurately
|
A D | aclocal.m4 | 931 Check your system clock])
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/ |
A D | configuration.proto | 287 // The desired performance level. This setting adjusts the internal clock
|
/AliOS-Things-master/components/littlevgl/ |
A D | README.md | 68 - > 16 MHz clock speed is recommended
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | aclocal.m4 | 938 Check your system clock])
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | aclocal.m4 | 995 Check your system clock])
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | config.h.bak | 146 * Comment if your system does not have a correct clock.
|
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/ |
A D | traces.2 | 2372 Check your system clock])
|
A D | traces.0 | 1323 Check your system clock])
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | configure | 2529 Check your system clock" "$LINENO" 5
|