Home
last modified time | relevance | path

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

/external/platform/pico/common/pico_time/
A Dtime.c28 alarm_pool_entry_t *entries; member
46 .entries = default_alarm_pool_entries,
61 return pool->entries + id - 1; in get_entry()
183 pool->entries = (alarm_pool_entry_t *)calloc(max_timers, sizeof(alarm_pool_entry_t)); in alarm_pool_create()
193 pool->entries = (alarm_pool_entry_t *)calloc(max_timers, sizeof(alarm_pool_entry_t)); in alarm_pool_create_with_unused_hardware_alarm()
222 free(pool->entries); in alarm_pool_destroy()
/external/platform/nrfx/doc/
A Dnrfx.doxyfile1241 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
1243 # and collapse entries dynamically later on. Doxygen will expand the tree to
1244 # such a level that at most the specified number of entries are visible (unless
1246 # entries 1 will produce a full collapsed tree by default. 0 is a special value
1247 # representing an infinite number of entries and will result in a full expanded

Completed in 7 milliseconds