#include "board.h"
Macros | |
#define | CS2200_INTERFACE CS2200_INTERFACE_TWI |
Communication interface can be : CS2200_INTERFACE_TWI for TWI interface CS2200_INTERFACE_SPI for SPI interface (not supported) More... | |
#define | CS2200_NB_TRIES 10 |
Number of tries to initialize the CS2200 authentication chip. More... | |
#define | CS2200_SPI_MASTER_SPEED 50000 |
SPI speed. More... | |
#define | CS2200_TWI (&AVR32_TWI) |
#define | CS2200_TWI_MASTER_SPEED 1000 |
TWI speed. More... | |
#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. More... | |
#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.
Referenced by cs2200_setup().
#define CS2200_SPI_MASTER_SPEED 50000 |
SPI speed.
#define CS2200_TWI (&AVR32_TWI) |
Referenced by cs2200_read(), cs2200_write(), cs2200_write_ex(), and init_twi_CS2200().
#define CS2200_TWI_MASTER_SPEED 1000 |
TWI speed.
Referenced by init_twi_CS2200().
#define CS2200_TWI_SCL_FUNCTION AVR32_TWI_SCL_0_0_FUNCTION |
Referenced by init_twi_CS2200().
#define CS2200_TWI_SCL_PIN AVR32_TWI_SCL_0_0_PIN |
Referenced by init_twi_CS2200().
#define CS2200_TWI_SDA_FUNCTION AVR32_TWI_SDA_0_0_FUNCTION |
Referenced by init_twi_CS2200().
#define CS2200_TWI_SDA_PIN AVR32_TWI_SDA_0_0_PIN |
Referenced by init_twi_CS2200().
#define CS2200_TWI_SLAVE_ADDRESS CS2200_TWI_ADDR |
Reset Pin.
TWI slave address.
Referenced by cs2200_read(), cs2200_write(), cs2200_write_ex(), and init_twi_CS2200().