Microchip® Advanced Software Framework

xmega_twi/twi_slave.h File Reference
#include "compiler.h"
#include "sysclk.h"
#include "status_codes.h"
#include "twis.h"

Typedefs

typedef twi_options_t twi_slave_options_t
 
typedef TWI_t * twi_slave_t
 This type can be used independently to refer to TWI slave module for the architecture used. More...
 

Functions

static void twi_slave_setup (twi_slave_t twi, twi_slave_options_t *opt, TWI_Slave_t *twiSlave, void(*processDataFunction)(void), uint8_t address, TWI_SLAVE_INTLVL_t intLevel)
 

static void twi_slave_setup ( twi_slave_t  twi,
twi_slave_options_t opt,
TWI_Slave_t twiSlave,
void(*)(void)  processDataFunction,
uint8_t  address,
TWI_SLAVE_INTLVL_t  intLevel 
)
inlinestatic