Software APIs
Data Fields
sram_ctrl_testutils_data Struct Reference

A typed representation of the test data. More...

#include <sw/device/lib/testing/sram_ctrl_testutils.h>

Data Fields

const uint32_t * words
 
size_t len
 

Detailed Description

A typed representation of the test data.

Definition at line 17 of file sram_ctrl_testutils.h.

Field Documentation

◆ len

size_t sram_ctrl_testutils_data::len

Definition at line 19 of file sram_ctrl_testutils.h.

◆ words

const uint32_t* sram_ctrl_testutils_data::words

Definition at line 18 of file sram_ctrl_testutils.h.