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