Input parameters when initializing the twi module mode.
#include <twi_common.h>
Data Fields | |
char | chip |
The desired address. More... | |
unsigned long | speed |
The baudrate of the TWI bus. More... | |
unsigned long | speed_reg |
The baudrate register value of the TWI bus. More... | |
char twi_options_t::chip |
The desired address.
Referenced by main().
unsigned long twi_options_t::speed |
The baudrate of the TWI bus.
Referenced by main(), mxt_init(), run_twi_master_recv_test(), run_twi_master_send_test(), run_twi_slave_recv_test(), sha204p_wakeup(), twi_master_setup(), and twi_slave_setup().
unsigned long twi_options_t::speed_reg |
The baudrate register value of the TWI bus.
Referenced by twi_master_init(), twi_master_setup(), and twi_slave_setup().