Input parameters when initializing the twi module mode.
#include <twi.h>
Data Fields | |
char | chip |
The desired address. More... | |
unsigned long | pba_hz |
The PBA clock frequency. More... | |
unsigned long | speed |
The baudrate of the TWI bus. More... | |
char twi_options_t::chip |
The desired address.
Referenced by twi_slave_init().
unsigned long twi_options_t::pba_hz |
The PBA clock frequency.
Referenced by twi_init(), and twi_master_init().
unsigned long twi_options_t::speed |
The baudrate of the TWI bus.
Referenced by twi_master_init().