hololink::emulation::apb_ram_write

View as Markdown
int hololink::emulation::apb_ram_write(
void *ctxt,
struct AddressValuePair *addr_val,
int max_count
)

Write to APB RAM.

Returns: The number of address-value pairs written.

Parameters

ctxt
void *

The context pointer.

addr_val
struct AddressValuePair *

The address-value pair.

max_count
int

The maximum number of address-value pairs to write.