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

◆ iomem_mmap

void *(* nrf_wifi_osal_ops::iomem_mmap) (unsigned long addr, unsigned long size)

Map IO memory into CPU space.

Parameters
addrThe address of the IO memory.
sizeThe size of the IO memory.
Returns
A pointer to the mapped IO memory.