![]() |
PropWare
3.0.0.229
C++ objects and CMake build system for Parallax Propeller
|
Declarations here are not meant as public API. More...
#include <stdint.h>
Include dependency graph for i2c_driver.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | I2C_MAILBOX |
| struct | I2C_INIT |
Macros | |
| #define | I2C_READ 1 |
| #define | I2C_WRITE 0 |
Declarations here are not meant as public API.
Definition in file i2c_driver.h.
| struct I2C_MAILBOX |
Definition at line 49 of file i2c_driver.h.
Collaboration diagram for I2C_MAILBOX:| Class Members | ||
|---|---|---|
| uint8_t * | buffer | |
| uint32_t | cmd | |
| uint32_t | count | |
| uint32_t | hdr | |
| uint32_t | stop | |
| uint32_t | sts | |
| struct I2C_INIT |
Definition at line 58 of file i2c_driver.h.
Collaboration diagram for I2C_INIT:| Class Members | ||
|---|---|---|
| volatile I2C_MAILBOX * | mailbox | |
| uint32_t | scl | |
| uint32_t | sda | |
| uint32_t | ticks_per_cycle | |
1.8.17