Nut/OS  5.0.5
API Reference
ih_lpc17xx_usart0.c File Reference
#include <cfg/arch.h>
#include <arch/cm3.h>
#include <dev/irqreg.h>
#include <sys/device.h>
#include <arch/cm3/cortex_interrupt.h>
Include dependency graph for ih_lpc17xx_usart0.c:

Defines

#define NUT_IRQPRI_UART0   4

Functions

void Uart0IrqEntry (void *arg)
 UART 0 interrupt entry.

Variables

NUTDEVICE devUsartLpc17xx_0
 USART0 device information structure.
IRQ_HANDLER sig_USART0
 IRQ Handler for USART 1.

Define Documentation

#define NUT_IRQPRI_UART0   4
 * $Id: $
 * 

Function Documentation

void Uart0IrqEntry ( void *  arg)

UART 0 interrupt entry.

References IRQ_HANDLER::ir_arg, IRQ_HANDLER::ir_handler, and Uart0IrqEntry().

Here is the call graph for this function:


Variable Documentation

Initial value:
 {






    &devUsartLpc17xx_0, 

    NULL,               
    Uart0IrqCtl         
}

IRQ Handler for USART 1.

 * $Id: $
 *