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