|
void | eeprom6_cfg_setup (eeprom6_cfg_t *cfg) |
| EEPROM 6 configuration object setup function. More...
|
|
void | eeprom6_gpio_selection (eeprom6_cfg_t *cfg, eeprom6_gpio_sel_t gpio_sel) |
| EEPROM 6 driver interface setup function. More...
|
|
err_t | eeprom6_init (eeprom6_t *ctx, eeprom6_cfg_t *cfg) |
| EEPROM 6 initialization function. More...
|
|
err_t | eeprom6_default_cfg (eeprom6_t *ctx) |
| EEPROM 6 default configuration function. More...
|
|
err_t | eeprom6_check_communication (eeprom6_t *ctx) |
| EEPROM 6 check communication function. More...
|
|
err_t | eeprom6_select_device (eeprom6_t *ctx) |
| EEPROM 6 select device function. More...
|
|
err_t | eeprom6_read_scratchpad (eeprom6_t *ctx, uint8_t *scratchpad, uint8_t scratchpad_len) |
| EEPROM 6 read scratchpad function. More...
|
|
err_t | eeprom6_write_scratchpad (eeprom6_t *ctx, uint8_t *scratchpad, uint8_t scratchpad_len) |
| EEPROM 6 write scratchpad function. More...
|
|
err_t | eeprom6_read_mem (eeprom6_t *ctx, uint16_t reg_adr, uint8_t *data_in, uint16_t n_len) |
| EEPROM 6 read memory function. More...
|
|
err_t | eeprom6_write_mem (eeprom6_t *ctx, uint16_t reg_adr, uint8_t *data_in, uint16_t n_len) |
| EEPROM 6 write memory function. More...
|
|
This file contains API for EEPROM 6 Click Driver.