- File s3c4510b_irqreg.c
- .
- Global NutSleep (u_long ms)
- The system may freeze if a sleep time greater than 0 ms but lower than 63 ms is specified.
- Global NutTcpError (TCPSOCKET *sock)
- Not all error codes are properly set right now. Some socket functions return an error without setting an error code.
- Global NutDhcpClient (void *arg)
- We are not able to shutdown our interface, which may cause problems if out original DHCP server dies.
- Global NutRegisterCgi (char *name, int(*func)(FILE *, REQUEST *))
- Duplicate names not checked.
- Global NutIpOutput (u_char proto, u_long dest, NETBUF *nb)
- Broadcasts to multiple network devices will fail after the first device returns an error.
- Global SciH8IOCtl (NUTDEVICE *dev, int req, void *conf)
- For ATmega103, only 8 data bits, 1 stop bit and no parity are allowed.
- Global UartAvrIOCtl (NUTDEVICE *dev, int req, void *conf)
- For ATmega103, only 8 data bits, 1 stop bit and no parity are allowed.
- Global TermWrite (NUTFILE *fp, CONST void *buffer, int len)
- Switching from graphic mode back to text mode will not work, because all escape sequences are ignored as soon as the graphic mode has been enabled. Applications should use _ioctl() functions to switch modes.
- Global clearerr (FILE *stream)
- This function does nothing.
- Global fseek (FILE *stream, long offset, int origin)
- The function does nothing and always returns -1.
- Global ftell (FILE *stream)
- The function does nothing and always returns -1.
- Global AhdlcAvrIOCtl (NUTDEVICE *dev, int req, void *conf)
- For ATmega103, only 8 data bits, 1 stop bit and no parity are allowed.
© 2000-2003 by egnite Software GmbH -
visit http://www.ethernut.de/