Arduino Core for STM32  1.0
EEPROM.h File Reference
#include <wirish.h>
#include <stddef.h>
#include <stdint.h>
#include <string.h>
Include dependency graph for EEPROM.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EEPROMClass
 

Macros

#define FLASH_PAGES_COUNT   ((FLASH_END+1-FLASH_BASE)/FLASH_PAGE_SIZE)
 Flash page count (127 pages for STM32L432KC) More...
 

Variables

EEPROMClass EEPROM
 

Macro Definition Documentation

◆ FLASH_PAGES_COUNT

#define FLASH_PAGES_COUNT   ((FLASH_END+1-FLASH_BASE)/FLASH_PAGE_SIZE)

Flash page count (127 pages for STM32L432KC)

Variable Documentation

◆ EEPROM

EEPROMClass EEPROM