|
LCM — CH32V003 Light Control Module
Light Control Module, I2C slave
|
#include <stdint.h>Go to the source code of this file.
Functions | |
| void | LCM_I2C_Init (uint8_t addr) |
| void | LCM_I2C_ArmRead (uint8_t byte) |
| void LCM_I2C_ArmRead | ( | uint8_t | byte | ) |
Definition at line 129 of file lcm_i2c.c.
References LCM_I2C_ARMED_READ, s_i2c_rx_state, s_i2c_tx_byte, and s_i2c_tx_pending.
Referenced by LCM_Module_ExecuteSingleByte(), and LCM_Module_ExecuteTwoByte().
| void LCM_I2C_Init | ( | uint8_t | addr | ) |
Definition at line 136 of file lcm_i2c.c.
References LCM_I2C_ResetRx(), and LCM_I2C_SPEED_HZ.
Referenced by LCM_Module_Init().