tmr_manager
Vitis Drivers API Documentation
xtmr_manager_intr.c File Reference

Typedefs

typedef void(* Handler )(XTMR_Manager *InstancePtr)
 This function is the handler which performs processing to send data to the TMR_Manager. More...
 

Functions

void XTMR_Manager_SetHandler (XTMR_Manager *InstancePtr, XTMR_Manager_Handler FuncPtr, void *CallBackRef)
 This function sets the handler that will be called when an event (interrupt) occurs in the driver. More...
 
void XTMR_Manager_InterruptHandler (XTMR_Manager *InstancePtr)
 This function is the interrupt handler for the TMR Manager driver. More...
 
void XTMR_Manager_DisableInterrupt (XTMR_Manager *InstancePtr)
 This function disables the core interrupt. More...
 
void XTMR_Manager_EnableInterrupt (XTMR_Manager *InstancePtr, u32 Mask)
 This function enables the core interrupt such that an interrupt will occur when any of the SEM status signals indicated by the mask are changed. More...