Bus parameters for SPI NVRAM. More...
Bus parameters for SPI NVRAM.
Definition at line 37 of file nvram-spi.h.
#include <nvram-spi.h>
Data Fields | |
| spi_t | spi |
| RIOT SPI device. | |
| spi_clk_t | clk |
| SPI clock speed. | |
| gpio_t | cs |
| Chip select pin. | |
| uint8_t | address_count |
| Number of address bytes following each read/write command. | |
| uint8_t nvram_spi_params::address_count |
Number of address bytes following each read/write command.
Definition at line 45 of file nvram-spi.h.
| spi_clk_t nvram_spi_params::clk |
SPI clock speed.
Definition at line 41 of file nvram-spi.h.
| gpio_t nvram_spi_params::cs |
Chip select pin.
Definition at line 43 of file nvram-spi.h.
| spi_t nvram_spi_params::spi |
RIOT SPI device.
Definition at line 39 of file nvram-spi.h.