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

◆ write_block

void(* nrf_wifi_bal_ops::write_block) (void *bus_dev_ctx, unsigned long dest_addr_offset, const void *src_addr, size_t len)

Write a block of data to the bus.

Parameters
bus_dev_ctxPointer to the bus device context.
dest_addr_offsetDestination address offset.
src_addrPointer to the source address.
lenLength of the block to write.