![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
#include "evrt_18xx_43xx.h"
Go to the source code of this file.
Functions | |
void | Chip_EVRT_Init (void) |
Initialize the EVRT. | |
void | Chip_EVRT_ConfigIntSrcActiveType (Chip_EVRT_SRC_ENUM EVRT_Src, EVRT_SRC_ACTIVE_TYPE type) |
Set up the type of interrupt type for a source to EVRT. | |
void | Chip_EVRT_SetUpIntSrc (Chip_EVRT_SRC_ENUM EVRT_Src, FunctionalState state) |
Enable or disable interrupt sources to EVRT. | |
IntStatus | Chip_EVRT_IsSourceInterrupting (Chip_EVRT_SRC_ENUM EVRT_Src) |
Check if a source is sending interrupt to EVRT. | |