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

◆ nrf_wifi_bal_read_block()

void nrf_wifi_bal_read_block ( void *  ctx,
void *  dest_addr,
unsigned long  src_addr_offset,
size_t  len 
)

Read a block of data from a specific address offset.

Parameters
ctxPointer to the context.
dest_addrPointer to the destination address.
src_addr_offsetSource address offset to read from.
lenLength of the data to read.
Returns
None.