Definition in file conf_cs2200.h.
#include "board.h"
Go to the source code of this file.
Defines | |
| #define | CS2200_INTERFACE CS2200_INTERFACE_TWI |
| Communication interface can be : CS2200_INTERFACE_TWI for TWI interface CS2200_INTERFACE_SPI for SPI interface (not supported). | |
| #define | CS2200_NB_TRIES 10 |
| Number of tries to initialize the CS2200 authentication chip. | |
| #define | CS2200_SPI_MASTER_SPEED 50000 |
| SPI speed. | |
| #define | CS2200_TWI (&AVR32_TWIM0) |
| #define | CS2200_TWI_MASTER_SPEED 1000 |
| TWI speed. | |
| #define | CS2200_TWI_SCL_FUNCTION AVR32_TWI_SCL_0_0_FUNCTION |
| #define | CS2200_TWI_SCL_PIN AVR32_TWI_SCL_0_0_PIN |
| #define | CS2200_TWI_SDA_FUNCTION AVR32_TWI_SDA_0_0_FUNCTION |
| #define | CS2200_TWI_SDA_PIN AVR32_TWI_SDA_0_0_PIN |
| #define | CS2200_TWI_SLAVE_ADDRESS CS2200_TWI_ADDR |
| Reset Pin. | |
| #define CS2200_INTERFACE CS2200_INTERFACE_TWI |
Communication interface can be : CS2200_INTERFACE_TWI for TWI interface CS2200_INTERFACE_SPI for SPI interface (not supported).
Definition at line 66 of file conf_cs2200.h.
| #define CS2200_NB_TRIES 10 |
Number of tries to initialize the CS2200 authentication chip.
Definition at line 88 of file conf_cs2200.h.
| #define CS2200_SPI_MASTER_SPEED 50000 |
| #define CS2200_TWI (&AVR32_TWIM0) |
Definition at line 53 of file conf_cs2200.h.
| #define CS2200_TWI_MASTER_SPEED 1000 |
| #define CS2200_TWI_SCL_FUNCTION AVR32_TWI_SCL_0_0_FUNCTION |
Definition at line 58 of file conf_cs2200.h.
| #define CS2200_TWI_SCL_PIN AVR32_TWI_SCL_0_0_PIN |
Definition at line 57 of file conf_cs2200.h.
| #define CS2200_TWI_SDA_FUNCTION AVR32_TWI_SDA_0_0_FUNCTION |
Definition at line 60 of file conf_cs2200.h.
| #define CS2200_TWI_SDA_PIN AVR32_TWI_SDA_0_0_PIN |
Definition at line 59 of file conf_cs2200.h.
| #define CS2200_TWI_SLAVE_ADDRESS CS2200_TWI_ADDR |
1.5.5