Microchip® Advanced Software Framework

twis_dev_inst Struct Reference

TWI slave driver software instance structure.

Device instance structure for a TWI Slave driver instance. This structure should be initialized by the twis_init() function to associate the instance with a particular hardware module of the device.

#include <twis.h>

Data Fields

Twis * hw_dev
 Base address of the TWIS module. More...
 
struct twis_configtwis_cfg
 Pointer to TWIS configuration structure. More...
 

struct twis_config* twis_dev_inst::twis_cfg

Pointer to TWIS configuration structure.