Input parameters when initializing the TWIHS module mode. More...
#include <twihs.h>
Public Attributes | |
uint8_t | chip |
The desired address. More... | |
uint32_t | master_clk |
MCK for TWIHS. More... | |
uint8_t | smbus |
SMBUS mode (set 1 to use SMBUS quick command, otherwise don't). More... | |
uint32_t | speed |
The baud rate of the TWIHS bus. More... | |
Input parameters when initializing the TWIHS module mode.
Definition at line 74 of file drivers/twihs/twihs.h.
uint8_t twihs_options::chip |
The desired address.
Definition at line 80 of file drivers/twihs/twihs.h.
uint32_t twihs_options::master_clk |
MCK for TWIHS.
Definition at line 76 of file drivers/twihs/twihs.h.
uint8_t twihs_options::smbus |
SMBUS mode (set 1 to use SMBUS quick command, otherwise don't).
Definition at line 82 of file drivers/twihs/twihs.h.
uint32_t twihs_options::speed |
The baud rate of the TWIHS bus.
Definition at line 78 of file drivers/twihs/twihs.h.