nrfxlib API 0.1.0
|
void nrf_wifi_bal_write_block | ( | void * | ctx, |
unsigned long | dest_addr_offset, | ||
const void * | src_addr, | ||
size_t | len | ||
) |
Write a block of data to a specific address offset.
ctx | Pointer to the context. |
dest_addr_offset | Destination address offset to write to. |
src_addr | Pointer to the source address. |
len | Length of the data to write. |