ioLibrary for Cortex M series
Macros
cookie_evb.h File Reference

cookie_evb Evaluation Board Header File More...

#include "cookie.h"
Include dependency graph for cookie_evb.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PORTA   GPIO_PORTA_BASE
 GPIO Group A. More...
 
#define PORTB   GPIO_PORTB_BASE
 GPIO Group B. More...
 
#define PORTC   GPIO_PORTC_BASE
 GPIO Group C. More...
 
#define PIN0   GPIO_PIN_0
 GPIO Pin 0. More...
 
#define PIN1   GPIO_PIN_1
 GPIO Pin 1. More...
 
#define PIN2   GPIO_PIN_2
 GPIO Pin 2. More...
 
#define PIN3   GPIO_PIN_3
 GPIO Pin 3. More...
 
#define PIN4   GPIO_PIN_4
 GPIO Pin 4. More...
 
#define PIN5   GPIO_PIN_5
 GPIO Pin 5. More...
 
#define PIN6   GPIO_PIN_6
 GPIO Pin 6. More...
 
#define PIN7   GPIO_PIN_7
 GPIO Pin 7. More...
 
#define PIN8   GPIO_PIN_8
 GPIO Pin 8. More...
 
#define PIN9   GPIO_PIN_9
 GPIO Pin 9. More...
 
#define PIN10   GPIO_PIN_10
 GPIO Pin 10. More...
 
#define PIN11   GPIO_PIN_11
 GPIO Pin 11. More...
 
#define PIN12   GPIO_PIN_12
 GPIO Pin 12. More...
 
#define PIN13   GPIO_PIN_13
 GPIO Pin 13. More...
 
#define PIN14   GPIO_PIN_14
 GPIO Pin 14. More...
 
#define PIN15   GPIO_PIN_15
 GPIO Pin 15. More...
 
#define LED1_PORT   GPIO_PORTB_BASE
 1st LED Port More...
 
#define LED1_PIN   GPIO_PIN_1
 1st LED Pin More...
 
#define LED2_PORT   GPIO_PORTB_BASE
 2nd LED Port More...
 
#define LED2_PIN   GPIO_PIN_2
 2nd LED Pin More...
 
#define LED1_GPIO   sA1
 
#define LED2_GPIO   sA2
 
#define UART1_TX_PORT   GPIO_PORTA_BASE
 1st UART Tx Port More...
 
#define UART1_TX_PIN   GPIO_PIN_2
 1st UART Tx Pin More...
 
#define UART1_RX_PORT   GPIO_PORTA_BASE
 1st UART Rx Port More...
 
#define UART1_RX_PIN   GPIO_PIN_3
 1st UART Rx Pin More...
 
#define UART2_TX_PORT   GPIO_PORTA_BASE
 2nd UART Tx Port More...
 
#define UART2_TX_PIN   GPIO_PIN_2
 2nd UART Tx Pin More...
 
#define UART2_RX_PORT   GPIO_PORTA_BASE
 2nd UART RX Port More...
 
#define UART2_RX_PIN   GPIO_PIN_3
 2nd UART RX Pin More...
 
#define SPI0_SCS_PORT   GPIO_PORTA_BASE
 2nd SPI SCS Port More...
 
#define SPI0_SCS_PIN   GPIO_PIN_4
 2nd SPI SCS Pin More...
 
#define SPI0_SCLK_PORT   GPIO_PORTB_BASE
 2nd SPI SCLK Port More...
 
#define SPI0_SCLK_PIN   GPIO_PIN_7
 2nd SPI SCLK Pin More...
 
#define SPI0_MISO_PORT   GPIO_PORTB_BASE
 2nd SPI MISO Port More...
 
#define SPI0_MISO_PIN   GPIO_PIN_6
 2nd SPI MISO Pin More...
 
#define SPI0_MOSI_PORT   GPIO_PORTB_BASE
 2nd SPI MOSI Port More...
 
#define SPI0_MOSI_PIN   GPIO_PIN_5
 2nd SPI MOSI Pin More...
 
#define SPI1_SCS_PORT   GPIO_PORTA_BASE
 1st SPI SCS Port More...
 
#define SPI1_SCS_PIN   GPIO_PIN_4
 1st SPI SCS Pin More...
 
#define SPI1_SCLK_PORT   GPIO_PORTA_BASE
 1st SPI SCLK Port More...
 
#define SPI1_SCLK_PIN   GPIO_PIN_7
 1st SPI SCLK Pin More...
 
#define SPI1_MISO_PORT   GPIO_PORTA_BASE
 1st SPI MISO Port More...
 
#define SPI1_MISO_PIN   GPIO_PIN_6
 1st SPI MISO Pin More...
 
#define SPI1_MOSI_PORT   GPIO_PORTA_BASE
 1st SPI MOSI Port More...
 
#define SPI1_MOSI_PIN   GPIO_PIN_5
 1st SPI MOSI Pin More...
 
#define SPI0_SCS_GPIO   sD10
 
#define SPI0_SCLK_GPIO   sICSP_3_SCK
 
#define SPI0_MOSI_GPIO   sICSP_4_MOSI
 
#define SPI0_MISO_GPIO   sICSP_1_MISO
 
#define SPI1_SCS_GPIO   sD10
 
#define SPI1_SCLK_GPIO   sD13
 
#define SPI1_MOSI_GPIO   sD11
 
#define SPI1_MISO_GPIO   sD12
 
#define SPI1_LED1_GPIO   sA1
 
#define SPI1_LED2_GPIO   sA2
 
#define WIZ_INT_PORT   GPIO_PORTB_BASE
 Network Device Interrupt Port. More...
 
#define WIZ_INT_PIN   GPIO_PIN_0
 Network Device Interrupt Pin. More...
 
#define WIZ_PWDN_PORT   GPIO_PORTB_BASE
 Network Device PowerDown Port. More...
 
#define WIZ_PWDN_PIN   GPIO_PIN_9
 Network Device PowerDown Pin. More...
 

Detailed Description

cookie_evb Evaluation Board Header File

Version
1.0
Date
2013/09/01
Revision
2013/09/01 - 1.0 Release
Author
EunKyoung

Copyright (C) 2013 WIZnet. All rights reserved.

Definition in file cookie_evb.h.

Macro Definition Documentation

#define PORTA   GPIO_PORTA_BASE

GPIO Group A.

Definition at line 20 of file cookie_evb.h.

#define PORTB   GPIO_PORTB_BASE

GPIO Group B.

Definition at line 21 of file cookie_evb.h.

#define PORTC   GPIO_PORTC_BASE

GPIO Group C.

Definition at line 22 of file cookie_evb.h.

#define PIN0   GPIO_PIN_0

GPIO Pin 0.

Definition at line 24 of file cookie_evb.h.

#define PIN1   GPIO_PIN_1

GPIO Pin 1.

Definition at line 25 of file cookie_evb.h.

#define PIN2   GPIO_PIN_2

GPIO Pin 2.

Definition at line 26 of file cookie_evb.h.

#define PIN3   GPIO_PIN_3

GPIO Pin 3.

Definition at line 27 of file cookie_evb.h.

#define PIN4   GPIO_PIN_4

GPIO Pin 4.

Definition at line 28 of file cookie_evb.h.

#define PIN5   GPIO_PIN_5

GPIO Pin 5.

Definition at line 29 of file cookie_evb.h.

#define PIN6   GPIO_PIN_6

GPIO Pin 6.

Definition at line 30 of file cookie_evb.h.

#define PIN7   GPIO_PIN_7

GPIO Pin 7.

Definition at line 31 of file cookie_evb.h.

#define PIN8   GPIO_PIN_8

GPIO Pin 8.

Definition at line 32 of file cookie_evb.h.

#define PIN9   GPIO_PIN_9

GPIO Pin 9.

Definition at line 33 of file cookie_evb.h.

#define PIN10   GPIO_PIN_10

GPIO Pin 10.

Definition at line 34 of file cookie_evb.h.

#define PIN11   GPIO_PIN_11

GPIO Pin 11.

Definition at line 35 of file cookie_evb.h.

#define PIN12   GPIO_PIN_12

GPIO Pin 12.

Definition at line 36 of file cookie_evb.h.

#define PIN13   GPIO_PIN_13

GPIO Pin 13.

Definition at line 37 of file cookie_evb.h.

#define PIN14   GPIO_PIN_14

GPIO Pin 14.

Definition at line 38 of file cookie_evb.h.

#define PIN15   GPIO_PIN_15

GPIO Pin 15.

Definition at line 39 of file cookie_evb.h.

#define LED1_PORT   GPIO_PORTB_BASE

1st LED Port

Definition at line 43 of file cookie_evb.h.

Referenced by platform_init(), wizpf_led_get(), and wizpf_led_set().

#define LED1_PIN   GPIO_PIN_1

1st LED Pin

Definition at line 44 of file cookie_evb.h.

Referenced by platform_init(), wizpf_led_get(), and wizpf_led_set().

#define LED2_PORT   GPIO_PORTB_BASE

2nd LED Port

Definition at line 45 of file cookie_evb.h.

Referenced by platform_init(), wizpf_led_get(), and wizpf_led_set().

#define LED2_PIN   GPIO_PIN_2

2nd LED Pin

Definition at line 46 of file cookie_evb.h.

Referenced by platform_init(), wizpf_led_get(), and wizpf_led_set().

#define LED1_GPIO   sA1

Definition at line 47 of file cookie_evb.h.

#define LED2_GPIO   sA2

Definition at line 48 of file cookie_evb.h.

#define UART1_TX_PORT   GPIO_PORTA_BASE

1st UART Tx Port

Definition at line 51 of file cookie_evb.h.

#define UART1_TX_PIN   GPIO_PIN_2

1st UART Tx Pin

Definition at line 52 of file cookie_evb.h.

#define UART1_RX_PORT   GPIO_PORTA_BASE

1st UART Rx Port

Definition at line 53 of file cookie_evb.h.

#define UART1_RX_PIN   GPIO_PIN_3

1st UART Rx Pin

Definition at line 54 of file cookie_evb.h.

#define UART2_TX_PORT   GPIO_PORTA_BASE

2nd UART Tx Port

Definition at line 57 of file cookie_evb.h.

#define UART2_TX_PIN   GPIO_PIN_2

2nd UART Tx Pin

Definition at line 58 of file cookie_evb.h.

#define UART2_RX_PORT   GPIO_PORTA_BASE

2nd UART RX Port

Definition at line 59 of file cookie_evb.h.

#define UART2_RX_PIN   GPIO_PIN_3

2nd UART RX Pin

Definition at line 60 of file cookie_evb.h.

#define SPI0_SCS_PORT   GPIO_PORTA_BASE

2nd SPI SCS Port

Definition at line 63 of file cookie_evb.h.

Referenced by wizpf_wizchip_deselect(), and wizpf_wizchip_select().

#define SPI0_SCS_PIN   GPIO_PIN_4

2nd SPI SCS Pin

Definition at line 64 of file cookie_evb.h.

Referenced by wizpf_wizchip_deselect(), and wizpf_wizchip_select().

#define SPI0_SCLK_PORT   GPIO_PORTB_BASE

2nd SPI SCLK Port

Definition at line 65 of file cookie_evb.h.

#define SPI0_SCLK_PIN   GPIO_PIN_7

2nd SPI SCLK Pin

Definition at line 66 of file cookie_evb.h.

#define SPI0_MISO_PORT   GPIO_PORTB_BASE

2nd SPI MISO Port

Definition at line 67 of file cookie_evb.h.

#define SPI0_MISO_PIN   GPIO_PIN_6

2nd SPI MISO Pin

Definition at line 68 of file cookie_evb.h.

#define SPI0_MOSI_PORT   GPIO_PORTB_BASE

2nd SPI MOSI Port

Definition at line 69 of file cookie_evb.h.

#define SPI0_MOSI_PIN   GPIO_PIN_5

2nd SPI MOSI Pin

Definition at line 70 of file cookie_evb.h.

#define SPI1_SCS_PORT   GPIO_PORTA_BASE

1st SPI SCS Port

Definition at line 72 of file cookie_evb.h.

#define SPI1_SCS_PIN   GPIO_PIN_4

1st SPI SCS Pin

Definition at line 73 of file cookie_evb.h.

#define SPI1_SCLK_PORT   GPIO_PORTA_BASE

1st SPI SCLK Port

Definition at line 74 of file cookie_evb.h.

#define SPI1_SCLK_PIN   GPIO_PIN_7

1st SPI SCLK Pin

Definition at line 75 of file cookie_evb.h.

#define SPI1_MISO_PORT   GPIO_PORTA_BASE

1st SPI MISO Port

Definition at line 76 of file cookie_evb.h.

#define SPI1_MISO_PIN   GPIO_PIN_6

1st SPI MISO Pin

Definition at line 77 of file cookie_evb.h.

#define SPI1_MOSI_PORT   GPIO_PORTA_BASE

1st SPI MOSI Port

Definition at line 78 of file cookie_evb.h.

#define SPI1_MOSI_PIN   GPIO_PIN_5

1st SPI MOSI Pin

Definition at line 79 of file cookie_evb.h.

#define SPI0_SCS_GPIO   sD10

Definition at line 84 of file cookie_evb.h.

#define SPI0_SCLK_GPIO   sICSP_3_SCK

Definition at line 85 of file cookie_evb.h.

Referenced by wizpf_spi_init().

#define SPI0_MOSI_GPIO   sICSP_4_MOSI

Definition at line 86 of file cookie_evb.h.

Referenced by wizpf_spi_init().

#define SPI0_MISO_GPIO   sICSP_1_MISO

Definition at line 87 of file cookie_evb.h.

Referenced by wizpf_spi_init().

#define SPI1_SCS_GPIO   sD10

Definition at line 89 of file cookie_evb.h.

#define SPI1_SCLK_GPIO   sD13

Definition at line 90 of file cookie_evb.h.

Referenced by wizpf_spi_init().

#define SPI1_MOSI_GPIO   sD11

Definition at line 91 of file cookie_evb.h.

Referenced by wizpf_spi_init().

#define SPI1_MISO_GPIO   sD12

Definition at line 92 of file cookie_evb.h.

Referenced by wizpf_spi_init().

#define SPI1_LED1_GPIO   sA1

Definition at line 94 of file cookie_evb.h.

#define SPI1_LED2_GPIO   sA2

Definition at line 95 of file cookie_evb.h.

#define WIZ_INT_PORT   GPIO_PORTB_BASE

Network Device Interrupt Port.

Definition at line 97 of file cookie_evb.h.

#define WIZ_INT_PIN   GPIO_PIN_0

Network Device Interrupt Pin.

Definition at line 98 of file cookie_evb.h.

#define WIZ_PWDN_PORT   GPIO_PORTB_BASE

Network Device PowerDown Port.

Definition at line 99 of file cookie_evb.h.

#define WIZ_PWDN_PIN   GPIO_PIN_9

Network Device PowerDown Pin.

Definition at line 100 of file cookie_evb.h.