nrfxlib API 0.1.0
Loading...
Searching...
No Matches

◆ nrf_wifi_bal_write_block()

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.

Parameters
ctxPointer to the context.
dest_addr_offsetDestination address offset to write to.
src_addrPointer to the source address.
lenLength of the data to write.
Returns
None.