Home
last modified time | relevance | path

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

/lk-master/external/platform/pico/common/pico_time/
A Dtime.c28 alarm_pool_entry_t *entries; member
60 return pool->entries + id - 1; in get_entry()
165 pool->entries = (alarm_pool_entry_t *)calloc(max_timers, sizeof(alarm_pool_entry_t)); in alarm_pool_create()
180 free(pool->entries); in alarm_pool_destroy()
/lk-master/dev/bus/pci/
A Dpci.cpp122 status_t pci_get_irq_routing_options(irq_routing_entry *entries, uint16_t *count, uint16_t *pci_irq… in pci_get_irq_routing_options() argument
129 options.offset = entries; in pci_get_irq_routing_options()
/lk-master/dev/bus/pci/include/dev/bus/
A Dpci.h170 status_t pci_get_irq_routing_options(irq_routing_entry *entries, uint16_t *count, uint16_t *pci_irq…
/lk-master/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