Functions
csl_intc.c File Reference

INTC functional layer API source file. More...

#include "csl_intc.h"

Functions

CSL_Status IRQ_init (CSL_IRQ_Dispatch *dispatchTable, Uint16 biosPresent)
CSL_Status IRQ_clear (Uint16 EventId)
void IRQ_clearAll (void)
CSL_Status IRQ_config (Uint16 EventId, CSL_IRQ_Config *config)
CSL_Status IRQ_getConfig (Uint16 EventId, CSL_IRQ_Config *config)
int IRQ_disable (Uint16 EventId)
void IRQ_disableAll (void)
int IRQ_enable (Uint16 EventId)
CSL_Status IRQ_restore (Uint16 EventId, int value)
CSL_Status IRQ_getArg (Uint16 EventId, Uint32 *arg)
CSL_Status IRQ_setArg (Uint16 EventId, Uint32 val)
CSL_Status IRQ_map (Uint16 EventId)
CSL_Status IRQ_setVecs (Uint32 Ivpd)
CSL_Status IRQ_test (Uint16 EventId, Bool *IntStatus)
Bool IRQ_globalDisable ()
Bool IRQ_globalEnable ()
void IRQ_globalRestore (Bool value)

Detailed Description

INTC functional layer API source file.

Path: \(CSLPATH)\src