nrfxlib API 0.1.0
|
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.
bus_dev_ctx | Pointer to the bus device context. |
dest_addr_offset | Destination address offset. |
src_addr | Pointer to the source address. |
len | Length of the block to write. |