|
STM32F072B-Discovery BSP User Manual
|
Variables | |
| __IO uint16_t | EEPROMAddress = 0 |
| __IO uint32_t | EEPROMTimeout = EEPROM_LONG_TIMEOUT |
| __IO uint16_t | EEPROMDataRead |
| __IO uint8_t * | EEPROMDataWritePointer |
| __IO uint8_t | EEPROMDataNum |
Variable Documentation
| __IO uint16_t EEPROMAddress = 0 |
Definition at line 92 of file stm32f072b_discovery_eeprom.c.
Referenced by BSP_EEPROM_Init(), BSP_EEPROM_ReadBuffer(), BSP_EEPROM_WaitEepromStandbyState(), and BSP_EEPROM_WritePage().
| __IO uint8_t EEPROMDataNum |
Definition at line 96 of file stm32f072b_discovery_eeprom.c.
Referenced by BSP_EEPROM_WriteBuffer().
| __IO uint16_t EEPROMDataRead |
Definition at line 94 of file stm32f072b_discovery_eeprom.c.
Referenced by BSP_EEPROM_ReadBuffer(), and HAL_I2C_MemRxCpltCallback().
| __IO uint8_t* EEPROMDataWritePointer |
Definition at line 95 of file stm32f072b_discovery_eeprom.c.
Referenced by BSP_EEPROM_WritePage(), and HAL_I2C_MemTxCpltCallback().
| __IO uint32_t EEPROMTimeout = EEPROM_LONG_TIMEOUT |
Definition at line 93 of file stm32f072b_discovery_eeprom.c.
Referenced by BSP_EEPROM_ReadBuffer(), BSP_EEPROM_WaitEepromStandbyState(), and BSP_EEPROM_WriteBuffer().
Generated on Wed Jul 5 2017 09:43:20 for STM32F072B-Discovery BSP User Manual by
1.7.6.1