Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNRF_PPI.c667 #define TASK_QUEUE_ALLOC_SIZE 64 macro
678 tasks_queue.q = (dest_f_t*)bs_calloc(TASK_QUEUE_ALLOC_SIZE, sizeof(dest_f_t)); in nrf_ppi_init()
679 tasks_queue.size = TASK_QUEUE_ALLOC_SIZE; in nrf_ppi_init()
705 tasks_queue.size += TASK_QUEUE_ALLOC_SIZE; in nrf_ppi_enqueue_task()