|
SAM4SD32 (SAM4S-EK2)
|
TWI Slave driver for SAM. More...
Go to the source code of this file.
Macros | |
| #define | twi_slave_disable(p_twi) |
| #define | twi_slave_enable(p_twi) |
Typedefs | |
| typedef Twi * | twi_slave_t |
| This type can be used independently to refer to TWI slave module for the architecture used. | |
Functions | |
| static void | twi_slave_setup (twi_slave_t p_twi, uint32_t dw_device_addr) |
TWI Slave driver for SAM.
Copyright (c) 2011-2018 Microchip Technology Inc. and its subsidiaries.
\cond ASF_LICENSE
Definition in file sam_twi/twi_slave.h.
| #define twi_slave_disable | ( | p_twi | ) |
Definition at line 91 of file sam_twi/twi_slave.h.
| #define twi_slave_enable | ( | p_twi | ) |
Definition at line 89 of file sam_twi/twi_slave.h.
|
inlinestatic |
Definition at line 45 of file sam_twi/twi_slave.h.
References ID_TWI0, ID_TWI1, TWI0, TWI1, and twi_slave_init().