STM32F072B-Discovery BSP User Manual
|
Defines | |
#define | EEPROM_PAGESIZE 4 |
#define | EEPROM_MAX_SIZE 0x2000 /* 64Kbit*/ |
#define | EEPROM_LONG_TIMEOUT ((uint32_t)(1000)) |
#define | EEPROM_MAX_TRIALS_NUMBER 300 |
#define | EEPROM_OK 0 |
#define | EEPROM_FAIL 1 |
#define | EEPROM_TIMEOUT 2 |
Define Documentation
#define EEPROM_FAIL 1 |
Definition at line 76 of file stm32f072b_discovery_eeprom.h.
Referenced by BSP_EEPROM_Init(), BSP_EEPROM_ReadBuffer(), BSP_EEPROM_WaitEepromStandbyState(), and BSP_EEPROM_WriteBuffer().
#define EEPROM_LONG_TIMEOUT ((uint32_t)(1000)) |
Definition at line 70 of file stm32f072b_discovery_eeprom.h.
Referenced by BSP_EEPROM_ReadBuffer(), BSP_EEPROM_WaitEepromStandbyState(), and BSP_EEPROM_WriteBuffer().
#define EEPROM_MAX_SIZE 0x2000 /* 64Kbit*/ |
Definition at line 66 of file stm32f072b_discovery_eeprom.h.
#define EEPROM_MAX_TRIALS_NUMBER 300 |
Definition at line 73 of file stm32f072b_discovery_eeprom.h.
Referenced by BSP_EEPROM_Init(), and BSP_EEPROM_WaitEepromStandbyState().
#define EEPROM_OK 0 |
Definition at line 75 of file stm32f072b_discovery_eeprom.h.
Referenced by BSP_EEPROM_Init(), BSP_EEPROM_ReadBuffer(), BSP_EEPROM_WaitEepromStandbyState(), BSP_EEPROM_WriteBuffer(), and BSP_EEPROM_WritePage().
#define EEPROM_PAGESIZE 4 |
Definition at line 65 of file stm32f072b_discovery_eeprom.h.
Referenced by BSP_EEPROM_WriteBuffer().
#define EEPROM_TIMEOUT 2 |
Definition at line 77 of file stm32f072b_discovery_eeprom.h.
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
