gpio
Vitis Drivers API Documentation
|
Functions | |
void | XGpio_InterruptGlobalEnable (XGpio *InstancePtr) |
Enable the interrupt output signal. More... | |
void | XGpio_InterruptGlobalDisable (XGpio *InstancePtr) |
Disable the interrupt output signal. More... | |
void | XGpio_InterruptEnable (XGpio *InstancePtr, u32 Mask) |
Enable interrupts. More... | |
void | XGpio_InterruptDisable (XGpio *InstancePtr, u32 Mask) |
Disable interrupts. More... | |
void | XGpio_InterruptClear (XGpio *InstancePtr, u32 Mask) |
Clear pending interrupts with the provided mask. More... | |
u32 | XGpio_InterruptGetEnabled (XGpio *InstancePtr) |
Returns the interrupt enable mask. More... | |
u32 | XGpio_InterruptGetStatus (XGpio *InstancePtr) |
Returns the status of interrupt signals. More... | |