Loading...
Searching...
No Matches
mtd.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2020 ML!PA Consulting GmbH
3 *
4 * This file is subject to the terms and conditions of the GNU Lesser
5 * General Public License v2.1. See the file LICENSE in the top level
6 * directory for more details.
7 */
8
22#ifndef AT25XXX_MTD_H
23#define AT25XXX_MTD_H
24
25#include <stdint.h>
26
27#include "at25xxx.h"
28#include "mtd.h"
29
30#ifdef __cplusplus
31extern "C"
32{
33#endif
34
45
50
51#ifdef __cplusplus
52}
53#endif
54
55#endif /* AT25XXX_MTD_H */
Driver for the AT25xxx series of EEPROMs.
const mtd_desc_t mtd_at25xxx_driver
mtd_at25xxx_eeprom device operations table for mtd
struct holding all params needed for device initialization
Definition at25xxx.h:39
struct that represents an AT25XXX device
Definition at25xxx.h:52
Device descriptor for mtd_at25xxx device.
Definition mtd.h:40
const at25xxx_params_t * params
params for at25xxx_eeprom init
Definition mtd.h:43
mtd_dev_t base
inherit from mtd_dev_t object
Definition mtd.h:41
at25xxx_t * at25xxx_eeprom
at25xxx_eeprom dev descriptor
Definition mtd.h:42
MTD driver interface.
Definition mtd.h:204
MTD device descriptor.
Definition mtd.h:112