| /external/lib/lwip/core/ |
| A D | timers.c | 279 timeout->time = msecs; in sys_timeout_debug() 291 if (next_timeout->time > msecs) { in sys_timeout_debug() 292 next_timeout->time -= msecs; in sys_timeout_debug() 297 timeout->time -= t->time; in sys_timeout_debug() 298 if (t->next == NULL || t->next->time > timeout->time) { in sys_timeout_debug() 300 t->next->time -= timeout->time; in sys_timeout_debug() 340 t->next->time += t->time; in sys_untimeout() 382 diff -= tmptimeout->time; in sys_check_timeouts() 434 if (next_timeout->time > 0) { in sys_timeouts_mbox_fetch() 471 next_timeout->time -= time_needed; in sys_timeouts_mbox_fetch() [all …]
|
| /external/platform/pico/common/pico_time/ |
| A D | time.c | 99 static pheap_node_id_t add_alarm_under_lock(alarm_pool_t *pool, absolute_time_t time, alarm_callbac… in add_alarm_under_lock() argument 110 entry->target = time; in add_alarm_under_lock() 114 bool is_missed = hardware_alarm_set_target(pool->hardware_alarm_num, time); in add_alarm_under_lock() 226 alarm_id_t alarm_pool_add_alarm_at(alarm_pool_t *pool, absolute_time_t time, alarm_callback_t callb… in alarm_pool_add_alarm_at() argument 235 … pheap_node_id_t id = add_alarm_under_lock(pool, time, callback, user_data, 0, false, &missed); in alarm_pool_add_alarm_at() 258 time = delayed_by_us(time, (uint64_t)-repeat); in alarm_pool_add_alarm_at() 260 time = delayed_by_us(get_absolute_time(), (uint64_t)repeat); in alarm_pool_add_alarm_at() 273 alarm_id_t alarm_pool_add_alarm_at_force_in_context(alarm_pool_t *pool, absolute_time_t time, alarm… in alarm_pool_add_alarm_at_force_in_context() argument 280 pheap_node_id_t id = add_alarm_under_lock(pool, time, callback, user_data, 0, true, &missed); in alarm_pool_add_alarm_at_force_in_context()
|
| /external/platform/pico/common/pico_time/include/pico/ |
| A D | time.h | 476 alarm_id_t alarm_pool_add_alarm_at(alarm_pool_t *pool, absolute_time_t time, alarm_callback_t callb… 495 alarm_id_t alarm_pool_add_alarm_at_force_in_context(alarm_pool_t *pool, absolute_time_t time, alarm… 584 static inline alarm_id_t add_alarm_at(absolute_time_t time, alarm_callback_t callback, void *user_d… in add_alarm_at() argument 585 … return alarm_pool_add_alarm_at(alarm_pool_get_default(), time, callback, user_data, fire_if_past); in add_alarm_at()
|
| /external/platform/nrfx/drivers/src/ |
| A D | nrfx_systick.c | 122 p_state->time = nrf_systick_val_get(); in nrfx_systick_get() 129 const uint32_t diff = NRF_SYSTICK_VAL_MASK & ((p_state->time) - nrf_systick_val_get()); in nrfx_systick_test()
|
| /external/platform/nrfx/drivers/include/ |
| A D | nrfx_systick.h | 66 uint32_t time; //!< Registered time value. member
|
| /external/lib/lwip/include/lwip/ |
| A D | timers.h | 69 u32_t time; member
|
| /external/platform/lpc15xx/lpcopen/periph_dma_mem/example/ |
| A D | readme.dox | 43 * higher data transfer performance. A time 50% smaller than another time would
|
| /external/platform/nrfx/doc/ |
| A D | main_page.dox | 57 The drivers use both dynamic (run time) and static (compile time) configuration.
|
| A D | nrfx.doxyfile | 1214 # page will contain the date and time when the page was generated. Setting this 1810 # page will contain the date and time when the page was generated. Setting this 2340 # Note that enabling this option will significantly increase the time of a run. 2352 # Note that enabling this option will significantly increase the time of a run. 2463 # or 2 may greatly reduce the computation time needed for large code bases. Also
|
| /external/platform/lpc15xx/lpcopen/periph_ritimer/example/ |
| A D | readme.dox | 36 * RIT. The example sets up a periodic interrupt at a selected time
|
| /external/platform/lpc15xx/lpcopen/periph_iap/example/ |
| A D | readme.dox | 35 * The IAP example demonstrates programming a FLASH block during run-time. For this
|
| /external/platform/lpc15xx/lpcopen/periph_pmu/example/ |
| A D | readme.dox | 38 * The wakeup timer is configurable, allowing the user to select the time delay
|
| /external/platform/lpc15xx/lpcopen/periph_pmu_rom/example/ |
| A D | readme.dox | 38 * The wakeup timer is configurable, allowing the user to select the time delay
|
| /external/platform/lpc15xx/lpcopen/periph_flashiap/example/ |
| A D | readme.dox | 36 * The IAP example demonstrates programming a FLASH block during run-time and
|
| /external/platform/lpc15xx/lpcopen/periph_i2cs_interrupt/example/ |
| A D | readme.dox | 57 * support inside the I2C interrupt handler in real-time.<br>
|
| /external/platform/pico/rp2_common/pico_standard_link/ |
| A D | memmap_blocked_ram.ld | 68 …/* bit of a hack right now to exclude all floating point and time critical (e.g. memset, memcpy) c…
|
| A D | memmap_default.ld | 68 …/* bit of a hack right now to exclude all floating point and time critical (e.g. memset, memcpy) c…
|
| /external/platform/stellaris/ti-driverlib/ |
| A D | MANIFEST.TXT | 41 determining the correct classification of any item at the time of export. Any 50 were verified at the time the Manifest was created. TI makes no guarantee that
|
| /external/platform/nrfx/ |
| A D | CHANGELOG.md | 247 - Fixed a bug affecting the conversion of time to ticks in the TIMER HAL. 303 - Added the NRFX_WAIT_FOR macro to improve the time-out functionality in QSPI and SAADC drivers. 323 - Fixed time-out in the SAADC driver in abort function.
|
| /external/platform/pico/rp2_common/pico_float/ |
| A D | float_v1_rom_shim.S | 89 asrs r4,r1,#24 @ try shifting 7 bits at a time
|
| /external/platform/stm32f0xx/CMSIS/ |
| A D | CMSIS_END_USER_LICENCE_AGREEMENT.txt | 11 “CMSIS-RTOS API” means the real-time operating system (RTOS) specification defining a generic appli… 63 …icence immediately upon giving written notice to you. You may terminate this Licence at any time.
|
| /external/lib/miniz/ |
| A D | miniz.c | 2271 static void mz_zip_time_to_dos_time(time_t time, mz_uint16 *pDOS_time, mz_uint16 *pDOS_date) in mz_zip_time_to_dos_time() argument 2276 errno_t err = localtime_s(tm, &time); in mz_zip_time_to_dos_time() 2283 struct tm *tm = localtime(&time); in mz_zip_time_to_dos_time() 3523 time_t cur_time; time(&cur_time); in mz_zip_writer_add_mem_ex()
|
| /external/lib/heap/dlmalloc/ |
| A D | dlmalloc.c | 3231 magic = (size_t)(time(0) ^ (size_t)0x55555555U); in init_mparams()
|