Azure Sphere MT3620 M4 API Reference Manual
|
This section introduces the External Interrupt Controller(EINT) APIs including terms and acronyms, supported features, software architecture details on how to use this driver, EINT function groups, enums and functions. More...
This section introduces the External Interrupt Controller(EINT) APIs including terms and acronyms, supported features, software architecture details on how to use this driver, EINT function groups, enums and functions.
Terms | Details |
---|---|
EINT | External Interrupt Controller. |
The EINT controller has been designed to process interrupts from an external source or peripheral. For more details, please refer to EINT datasheet.
SW Architecture is as follows:
See Overview of M-HAL SW Architecture for the details of SW architecture.
This section describes the definition of APIs and provides an example on FreeRTOS about how to use these APIs to develop an OS-related EINT driver.
Modules | |
Define | |
This section introduces the Macro definition which is used as EINT M-HAL's API error return type. | |
Enum | |
This section introduces the enumerations that EINT M-HAL used. | |
Function | |
This section provides Fixed APIs(defined as Common Interface) to fully control the MediaTek EINT HW. | |