Samsung Internal API reference  2.0
tee_interrupt.h File Reference

Interrupt syscalls. More...

Go to the source code of this file.

Data Structures

struct  intrinfo
 

Typedefs

typedef struct __TEES_InterruptHandle * TEES_InterruptHandle
 
typedef void(* intruhandler) (struct intrinfo *)
 

Functions

TEE_Result TEES_AllocateInterrupt (int nr, intruhandler handler, TEES_InterruptHandle *handle)
 This function is used to allocate interrupt and register user handler. More...
 
TEE_Result TEES_ReleaseInterrupt (TEES_InterruptHandle handle)
 This function is used to release interrupt. More...
 
TEE_Result TEES_GenerateInterrupt (TEES_InterruptHandle handle)
 This function is used to generate interrupt. More...
 
TEE_Result TEES_WaitForInterrupt (TEES_InterruptHandle handle, uint32_t timeout)
 This function is used to wait for interrupt. More...
 
TEE_Result TEES_CompleteInterrupt (TEES_InterruptHandle handle)
 This function is used to notify about interrupt arrival. More...
 

Detailed Description

Interrupt syscalls.