STM8S/A Standard Peripherals Firmware Library
|
Variables | |
__IO uint16_t | sEEAddress = 0 |
__IO uint8_t | sEEDataNum |
__IO uint8_t * | sEEDataWritePointer |
__IO uint32_t | sEETimeout = sEE_LONG_TIMEOUT |
Variable Documentation
__IO uint16_t sEEAddress = 0 |
Definition at line 94 of file stm8s_eval_i2c_ee.c.
Referenced by sEE_Init(), sEE_ReadBuffer(), sEE_WaitEepromStandbyState(), and sEE_WritePage().
__IO uint8_t sEEDataNum |
Definition at line 97 of file stm8s_eval_i2c_ee.c.
Referenced by sEE_WriteBuffer().
__IO uint8_t* sEEDataWritePointer |
Definition at line 96 of file stm8s_eval_i2c_ee.c.
Referenced by sEE_WritePage().
__IO uint32_t sEETimeout = sEE_LONG_TIMEOUT |
Definition at line 95 of file stm8s_eval_i2c_ee.c.
Referenced by sEE_ReadBuffer(), sEE_WaitEepromStandbyState(), sEE_WriteBuffer(), and sEE_WritePage().