nRF WiFi
Loading...
Searching...
No Matches

◆ nrf_wifi_osal_iomem_mmap()

void * nrf_wifi_osal_iomem_mmap ( unsigned long addr,
unsigned long size )

Memory map IO memory into CPU space.

Parameters
addrAddress of the IO memory to be mapped.
sizeSize of the IO memory in bytes.

Maps IO memory of size bytes pointed to by addr into CPU space.

Returns
Pointer to the mapped IO memory on success, NULL on error.