|
SAM4SD32 (SAM4S-EK2)
|
TWI Master driver for SAM. More...
Go to the source code of this file.
Macros | |
| #define | twi_master_disable(p_twi) |
| #define | twi_master_enable(p_twi) |
Typedefs | |
| typedef twi_options_t | twi_master_options_t |
| typedef Twi * | twi_master_t |
| This type can be used independently to refer to TWI master module for the architecture used. | |
| typedef twi_packet_t | twi_package_t |
Functions | |
| static uint32_t | twi_master_setup (twi_master_t p_twi, twi_master_options_t *p_opt) |
TWI Master driver for SAM.
Copyright (c) 2011-2018 Microchip Technology Inc. and its subsidiaries.
\cond ASF_LICENSE
Definition in file sam_twi/twi_master.h.
| #define twi_master_disable | ( | p_twi | ) |
Definition at line 95 of file sam_twi/twi_master.h.
| #define twi_master_enable | ( | p_twi | ) |
Definition at line 94 of file sam_twi/twi_master.h.
| typedef twi_options_t twi_master_options_t |
Definition at line 44 of file sam_twi/twi_master.h.
| typedef twi_packet_t twi_package_t |
Definition at line 45 of file sam_twi/twi_master.h.
|
inlinestatic |
Definition at line 47 of file sam_twi/twi_master.h.
References ID_TWI0, ID_TWI1, twi_options::master_clk, twi_options::smbus, TWI0, TWI1, and twi_master_init().