CSB336 support package.
More...
|
| file | bsp.h |
| | Global BSP definitions.
|
| |
| file | lan91c11x.c |
| | Helper functions for SMSC LAN91C11x.
|
| |
| file | lan91c11x.h |
| | SMSC LAN91C11x ethernet devices definitions.
|
| |
|
|
#define | BSP_FEATURE_IRQ_EXTENSION |
| |
|
#define | BSP_OSC_FREQ 16000000 /* 16 MHz oscillator */ |
| |
|
#define | BSP_XTAL_FREQ 32768 /* 32.768 KHz crystal */ |
| |
|
#define | RTEMS_BSP_NETWORK_DRIVER_NAME "eth0" |
| |
|
#define | RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_mc9328mxl_enet_attach |
| |
|
|
int | get_perclk1_freq (void) |
| |
|
int | rtems_mc9328mxl_enet_attach (struct rtems_bsdnet_ifconfig *config, void *chip) |
| |
|
|
struct rtems_bsdnet_ifconfig * | config |
| | Network driver configuration.
|
| |
CSB336 support package.