Module at24

Source
Expand description

Atmel 24 Series EEPROM BSP Driver

This module provides a Board Support Package (BSP) for Atmel 24 series EEPROM chips using the generic I2C trait interface.

Supported EEPROM sizes:

  • 24C01, 24C02 (1Kbit, 2Kbit)
  • 24C04 (4Kbit)
  • 24C08 (8Kbit)
  • 24C16 (16Kbit)
  • 24C32 and above (32Kbit+)

Structs§

Eeprom
EEPROM driver handle
EepromConfig
Configuration for the EEPROM driver

Enums§

EepromError
Error types for EEPROM operations
EepromSize
EEPROM size variants

Constants§

EE24_ADDRESS_DEFAULT
Default I2C address for 24 series EEPROM (0xA0 >> 1 = 0x50)

Type Aliases§

EepromResult