nrfxlib API 0.1.0
|
void * nrf_wifi_osal_iomem_mmap | ( | unsigned long | addr, |
unsigned long | size | ||
) |
Memory map IO memory into CPU space.
addr | Address of the IO memory to be mapped. |
size | Size of the IO memory in bytes. |
Maps IO memory of @size bytes pointed to by @addr into CPU space.