Choco OS
V.0.16.9.0
Join to the chocolate world
|
The file with interface for the GPIO driver. More...
Go to the source code of this file.
Functions | |
const oC_InterruptData_t * | oC_Interrupt_GetData (oC_InterruptBaseAddress_t BaseAddress, oC_InterruptType_t InterruptType) |
returns data pointer for interrupt More... | |
Variables | |
oC_InterruptHandler_t | oC_UnexpectedInterruptHandler = NULL |
Handler for unexpected interrupts. More... | |
const oC_InterruptData_t | oC_InterruptData [oC_InterruptIndex_NumberOfElements] |
Data for interrupts. | |
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Definition in file oc_interrupts.c.
const oC_InterruptData_t* oC_Interrupt_GetData | ( | oC_InterruptBaseAddress_t | BaseAddress, |
oC_InterruptType_t | InterruptType | ||
) |
The function returns interrupt data pointer from the oC_InterruptData array.
BaseAddress | Base address to match |
InterruptType | Type of interrupt to find |
Definition at line 98 of file oc_interrupts.c.