|
void | eeprom10_cfg_setup (eeprom10_cfg_t *cfg) |
| EEPROM 10 configuration object setup function.
|
|
err_t | eeprom10_init (eeprom10_t *ctx, eeprom10_cfg_t *cfg) |
| EEPROM 10 initialization function.
|
|
void | eeprom10_write_enable (eeprom10_t *ctx) |
| EEPROM 10 write enable function.
|
|
void | eeprom10_write_protect (eeprom10_t *ctx) |
| EEPROM 10 write protection enable function.
|
|
err_t | eeprom10_write_byte (eeprom10_t *ctx, uint16_t address, uint8_t data_in) |
| EEPROM 10 write byte function.
|
|
err_t | eeprom10_write_page (eeprom10_t *ctx, uint8_t address, uint8_t *data_in) |
| EEPROM 10 write page function.
|
|
err_t | eeprom10_write_n_byte (eeprom10_t *ctx, uint16_t address, uint8_t *data_in, uint8_t len) |
| EEPROM 10 write desired number of data function.
|
|
err_t | eeprom10_read_byte (eeprom10_t *ctx, uint16_t address, uint8_t *data_out) |
| EEPROM 10 read byte of data function.
|
|
err_t | eeprom10_read_page (eeprom10_t *ctx, uint8_t address, uint8_t *data_out) |
| EEPROM 10 read page of data function.
|
|
err_t | eeprom10_read_n_byte (eeprom10_t *ctx, uint16_t address, uint8_t *data_out, uint8_t len) |
| EEPROM 10 read desired number of data function.
|
|
This file contains API for EEPROM 10 Click Driver.