#include <twi.h>
Definition at line 87 of file twi.h.
Data Fields | |
| unsigned long | cpu_hz |
| cpu_hz: The cpu clock frequency | |
| unsigned long | speed |
| speed: The baudrate of the twi bus | |
| unsigned char | twi_addr |
| twi_addr: The desired address | |
| unsigned long twi_options_t::cpu_hz |
cpu_hz: The cpu clock frequency
Definition at line 90 of file twi.h.
Referenced by main(), and twi_init().
| unsigned long twi_options_t::speed |
speed: The baudrate of the twi bus
Definition at line 93 of file twi.h.
Referenced by main(), and twi_init().
| unsigned char twi_options_t::twi_addr |
twi_addr: The desired address
Definition at line 96 of file twi.h.
Referenced by main(), and twi_init().
1.5.3