#include <twi.h>
Definition at line 105 of file twi.h.
Data Fields | |
void(* | rx )(U8) |
Routine to receiv data from TWI master. | |
void(* | stop )(void) |
Routine to signal a TWI STOP. | |
U8(* | tx )(void) |
Routine to transmit data to TWI master. |
void(* twi_slave_fct_t::rx)(U8) |
void(* twi_slave_fct_t::stop)(void) |
U8(* twi_slave_fct_t::tx)(void) |