Home
last modified time | relevance | path

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

/external/platform/pico/common/pico_time/
A Dtime.c31 uint8_t *entry_ids_high; member
47 .entry_ids_high = default_alarm_pool_entry_ids_high,
66 return pool->entry_ids_high + id - 1; in get_entry_id_high()
184 pool->entry_ids_high = (uint8_t *)calloc(max_timers, sizeof(uint8_t)); in alarm_pool_create()
194 pool->entry_ids_high = (uint8_t *)calloc(max_timers, sizeof(uint8_t)); in alarm_pool_create_with_unused_hardware_alarm()
221 free(pool->entry_ids_high); in alarm_pool_destroy()

Completed in 4 milliseconds