|
void | sram3_cfg_setup (sram3_cfg_t *cfg) |
| SRAM 3 configuration object setup function.
|
|
err_t | sram3_init (sram3_t *ctx, sram3_cfg_t *cfg) |
| SRAM 3 initialization function.
|
|
err_t | sram3_generic_write (sram3_t *ctx, uint8_t reg, uint8_t *data_in, uint8_t len) |
| SRAM 3 data writing function.
|
|
err_t | sram3_generic_read (sram3_t *ctx, uint8_t reg, uint8_t *data_out, uint8_t len) |
| SRAM 3 data reading function.
|
|
void | sram3_enable_write (sram3_t *ctx) |
| SRAM 3 enabling writing to memory function.
|
|
void | sram3_disable_write (sram3_t *ctx) |
| SRAM 3 disabling writing to memory function.
|
|
uint8_t | sram3_read_status (sram3_t *ctx) |
| SRAM 3 reading function.
|
|
void | sram3_write_status (sram3_t *ctx, uint8_t status) |
| SRAM 3 writing function.
|
|
void | sram3_protect_memory (sram3_t *ctx, uint8_t protect_range) |
| SRAM 3 secures memory function.
|
|
void | sram3_enable_pdis (sram3_t *ctx) |
| SRAM 3 set up enable function.
|
|
void | sram3_disable_pdis (sram3_t *ctx) |
| SRAM 3 set up disable function.
|
|
void | sram3_recall (sram3_t *ctx) |
| SRAM 3 relocation data function.
|
|
void | sram3_store (sram3_t *ctx) |
| SRAM 3 relocation data function.
|
|
void | sram3_hibernate_start (sram3_t *ctx) |
| SRAM 3 changing function.
|
|
void | sram3_hibernate_stop (sram3_t *ctx) |
| SRAM 3 changing function.
|
|
void | sram3_hold (sram3_t *ctx) |
| SRAM 3 changing pin state function.
|
|
void | sram3_release_hold (sram3_t *ctx) |
| SRAM 3 changing pin state function.
|
|
void | sram3_read_serial (sram3_t *ctx, uint8_t *buf) |
| SRAM 3 reading number function.
|
|
void | sram3_write_serial (sram3_t *ctx, uint8_t *buf) |
| SRAM 3 writing number function.
|
|
void | sram3_read (sram3_t *ctx, uint32_t mem_adr, uint8_t *read_buf, uint8_t buf_size) |
| SRAM 3 reading data function.
|
|
err_t | sram3_secure_read (sram3_t *ctx, uint32_t mem_adr, uint8_t *read_buf, uint8_t buf_size) |
| SRAM 3 secure reading data function.
|
|
void | sram3_write (sram3_t *ctx, uint32_t mem_adr, uint8_t *write_buf, uint8_t buf_size) |
| SRAM 3 writing data function.
|
|
err_t | sram3_secure_write (sram3_t *ctx, uint32_t mem_adr, uint8_t *write_buf, uint8_t buf_size) |
| SRAM 3 secure writing data function.
|
|
This file contains API for SRAM 3 Click Driver.