Go to the source code of this file.
- Copyright
- SPDX-FileCopyrightText: 2026 European Southern Observatory (ESO) SPDX-License-Identifier: LGPL-3.0-only
◆ NGCDRV_MAX_TCB
Maximum number of task call-backs
◆ ngcdrv_tcb_alloc
| typedef uint32_t(* ngcdrv_tcb_alloc) (void *arg, unsigned long size, unsigned long *dmaSize) |
Interrupt post-processor task resource allocation call-back
◆ ngcdrv_tcb_config
| typedef int(* ngcdrv_tcb_config) (void *arg) |
Interrupt post-processor task configuration call-back
◆ ngcdrv_tcb_init
| typedef int(* ngcdrv_tcb_init) (void *arg) |
Interrupt post-processor task initialization call-back
◆ ngcdrv_tcb_proc
| typedef void(* ngcdrv_tcb_proc) (void *arg, uint32_t i1, uint32_t n1, uint32_t i2, uint32_t n2) |
Interrupt post-processor task call-back
◆ ngcdrv_tcb_remove
| typedef void(* ngcdrv_tcb_remove) (void *arg) |
Interrupt post-processor task deletion call-back
◆ ngcdrv_tcb_reset
| typedef void(* ngcdrv_tcb_reset) (void *arg) |
Interrupt post-processor task reset call-back
◆ ngcdrv_task_add
◆ ngcdrv_task_fowler
◆ ngcdrv_task_test