|
YAHAL
Yet Another Hardware Abstraction Library
|
Public Member Functions | |
| WRITE_ACK (soft_i2c_slave &c) | |
| void | enter () override |
| void | scl_falling () override |
Public Member Functions inherited from I2C::STATE | |
| STATE (soft_i2c_slave &c) | |
| virtual void | leave () |
| void | start () |
| void | stop () |
| virtual void | high () |
| virtual void | low () |
Additional Inherited Members | |
Protected Attributes inherited from I2C::STATE | |
| soft_i2c_slave & | _context |
Definition at line 66 of file soft_i2c_slave_states.h.
|
inline |
Definition at line 68 of file soft_i2c_slave_states.h.
|
overridevirtual |
Reimplemented from I2C::STATE.
Definition at line 73 of file soft_i2c_slave_states.cpp.
|
overridevirtual |
Reimplemented from I2C::STATE.
Definition at line 79 of file soft_i2c_slave_states.cpp.